.w-checkbox {
    display: block;
    margin-bottom: 5px;
    padding-left: 20px;
}

    .w-checkbox::before {
        content: ' ';
        display: table;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
    }

    .w-checkbox::after {
        content: ' ';
        display: table;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
        clear: both;
    }

.w-checkbox-input {
    float: left;
    margin-bottom: 0px;
    margin-left: -20px;
    margin-right: 0px;
    margin-top: 4px;
    line-height: normal;
}

.w-checkbox-input--inputType-custom {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #ccc;
    border-bottom-color: #ccc;
    border-left-color: #ccc;
    border-right-color: #ccc;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    width: 12px;
    height: 12px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

    .w-checkbox-input--inputType-custom.w--redirected-checked {
        background-color: #3898ec;
        border-top-color: #3898ec;
        border-bottom-color: #3898ec;
        border-left-color: #3898ec;
        border-right-color: #3898ec;
        background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
        background-position: 50% 50%;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .w-checkbox-input--inputType-custom.w--redirected-focus {
        box-shadow: 0px 0px 3px 1px #3898ec;
    }

h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: "Kanit", sans-serif;
    font-size: 144px;
    line-height: 137px;
    font-weight: 900;
}

h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: "Kanit", sans-serif;
    color: #2b2a35;
    font-size: 3.2em;
    line-height: 1em;
    font-weight: 900;
}

h3 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: "Kanit", sans-serif;
    color: #2b2a35;
    font-size: 2.6em;
    line-height: 1.5em;
    font-weight: 900;
    letter-spacing: -0.5px;
}

h4 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: "Kanit", sans-serif;
    color: #2b2a35;
    font-size: 27px;
    line-height: 41px;
    font-weight: 700;
}

h5 {
    margin-top: 10px;
    margin-bottom: 0px;
    font-family: "Kanit", sans-serif;
    color: #2b2a35;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

h6 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: "Kanit", sans-serif;
    color: #2b2a35;
    font-size: 16px;
    line-height: 32px;
    font-weight: 700;
}

p {
    margin-bottom: 0px;
    font-family: "Kanit", sans-serif;
    color: #545465;
    font-size: 18px;
    line-height: 36px;
    font-weight: 400;
}

a {
    padding-right: 48px;
    padding-left: 48px;
    text-decoration: underline;
}

.nav {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 9999999999998;
    width: 100%;
    height: 60px;
    padding: 0px 10vw;
    border-bottom: 1px solid #dfdfdf;
    background-color: #fff;
}

.nav__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-template-areas: "Area Area-2 Area-3";
    -ms-grid-columns: auto auto auto;
    grid-template-columns: auto auto auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.nav__logo {
    width: 66px;
    height: 23px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
}

    .nav__logo.w--current {
        width: 100px;
        max-width: none;
        margin-right: 0px;
        padding-right: 0px;
        padding-left: 0px;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

.nav__menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.nav__link {
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px;
    font-family: "Kanit", sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
}

.nav__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.button {
    padding: 12px 25px;
    border-radius: 20px;
    background-color: #0b2a8a;
    font-family: "Kanit", sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    text-align: center;
}

    .button.button--blue {
        border-radius: 20px;
        background-color: #0b2a8a;
        opacity: 1;
        -webkit-transition: background-color 200ms ease;
        transition: background-color 200ms ease;
        color: #0b2a8a;
        line-height: 1;
        font-weight: 400;
    }

    .button.button--blue {
        background-color: #334ac0;
        -webkit-transition: background-color 200ms ease;
        transition: background-color 200ms ease;
        color: #fff;
    }

        .button.button--blue:hover {
            background-color: #586ee0;
        }

.nav__link-div {
    height: 23px;
    margin-right: 0px;
    color: #2b2a35;
    text-decoration: none;
}

    .nav__link-div.nav__link-div--black {
        color: #2b2a35;
    }

        .nav__link-div.nav__link-div--black:hover {
            border-bottom: 2px solid #dddfe5;
        }

        .nav__link-div.nav__link-div--black.w--current {
            border-bottom: 2px solid #334ac0;
            color: #334ac0;
        }

        .nav__link-div.nav__link-div--black.nav__link-div--space {
            margin-right: 50px;
            padding-right: 0px;
            padding-left: 0px;
            border-bottom: 1px solid transparent;
        }

            .nav__link-div.nav__link-div--black.nav__link-div--space.w--current {
                padding-right: 0px;
                padding-left: 0px;
                border-bottom-color: transparent;
                color: #0b2a8a;
            }

        .nav__link-div.nav__link-div--black.nav__link-div--space-left {
            margin-right: 0px;
            padding-right: 0px;
            padding-left: 0px;
            border-bottom: 1px solid transparent;
        }

            .nav__link-div.nav__link-div--black.nav__link-div--space-left.w--current {
                padding-right: 0px;
                padding-left: 0px;
                border-bottom-color: transparent;
                color: #0b2a8a;
            }

        .nav__link-div.nav__link-div--black.nav__link-div--space-left-hide {
            display: none;
            margin-right: 0px;
            padding-right: 0px;
            padding-left: 0px;
            border-bottom: 1px solid transparent;
        }

            .nav__link-div.nav__link-div--black.nav__link-div--space-left-hide.w--current {
                padding-right: 0px;
                padding-left: 0px;
                border-bottom-color: transparent;
                color: #0b2a8a;
            }

    .nav__link-div.nav__link-div--space {
        margin-right: 50px;
    }

.nav-shadow {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    z-index: 9995;
    height: 4.3em;
    background-color: transparent;
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.16), 0 2px 6px 0 rgba(0, 0, 0, 0.08), 0 0 1px 0 rgba(0, 0, 0, 0.08);
}

.intro {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    padding: 100px 4vw 75px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), color-stop(30%, #fff));
    background-image: linear-gradient(180deg, #f6f6f6, #fff 30%);
}

.platform__text {
    width: 526px;
    margin-bottom: 40px;
}

.decks__text-heading {
    margin-bottom: 10px;
    opacity: 0;
    -webkit-transform: translate(0px, 100px);
    -ms-transform: translate(0px, 100px);
    transform: translate(0px, 100px);
    font-family: "Kanit", sans-serif;
    line-height: 1.4;
    font-weight: 700;
    text-align: center;
}

.platform__overlay {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    height: 116px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 96.5%, 0)), to(rgba(43, 42, 53, 0.2)));
    background-image: linear-gradient(180deg, hsla(0, 0%, 96.5%, 0), rgba(43, 42, 53, 0.2));
}

.decks__grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .decks__grid.decks__grid--margin {
        margin-right: 1vw;
    }

.decks__image {
    width: 15.5vw;
    border-radius: 4px;
    box-shadow: 0 24px 24px 0 rgba(0, 0, 0, 0.04), 0 16px 24px 0 rgba(0, 0, 0, 0.06), 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 0 1px 0 rgba(0, 0, 0, 0.06);
}

    .decks__image.decks__image--margin {
        margin-bottom: 1.5vh;
        border-radius: 20px;
        box-shadow: none;
    }

    .decks__image.decks__image--margin {
        margin-bottom: 1.5vh;
    }

.automation {
    display: block;
    overflow: hidden;
    padding-top: 93px;
    padding-right: 4vw;
    padding-left: 4vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.auto__text {
    position: relative;
    width: 525px;
    margin-right: 4vw;
    margin-left: auto;
    padding-top: 66px;
    padding-bottom: 180px;
}

.integrations {
    display: block;
    overflow: hidden;
    padding: 0px 4vw 93px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #0b2a8a;
}

.integrations__text {
    width: 425px;
    padding-top: 60px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.integrations__text-heading {
    margin-bottom: 10px;
    opacity: 100%;
    -webkit-transform: translate(0px, 100px);
    -ms-transform: translate(0px, 100px);
    transform: translate(0px, 100px);
    font-family: "Kanit", sans-serif;
    color: #fff;
    line-height: 1.4;
    font-weight: 700;
}

.selling {
    display: block;
    overflow: hidden;
    padding-top: 113px;
    padding-right: 2vw;
    padding-left: 2vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.selling__text {
    width: 600px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
}

.selling__text-heading {
    margin-bottom: 10px;
    opacity: 0;
    -webkit-transform: translate(0px, 100px);
    -ms-transform: translate(0px, 100px);
    transform: translate(0px, 100px);
    font-family: "Kanit", sans-serif;
    line-height: 1.4;
    font-weight: 700;
    text-align: center;
}

.selling__text-paragraph {
    margin-bottom: -2px;
    opacity: 0;
    -webkit-transform: translate(0px, 100px);
    -ms-transform: translate(0px, 100px);
    transform: translate(0px, 100px);
    line-height: 1.6;
    text-align: center;
}

.selling__wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100em;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.website {
    display: block;
    padding: 20px 4vw 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
}

.title-text__heading {
    margin-bottom: 20px;
    font-family: "Kanit", sans-serif;
    color: #1d1d21;
    line-height: 1.4;
    font-weight: 700;
    text-align: center;
}

    .title-text__heading.left {
        text-align: left;
    }

.footer {
    display: block;
    padding-right: 10vw;
    padding-bottom: 0px;
    padding-left: 10vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #2b2a35;
}

.footer__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 80em;
    margin-right: auto;
    margin-left: auto;
    padding-top: 53px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}

.footer__credits {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.footer__logo {
    width: 66px;
    height: 23px;
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
}

.footer__logo-image {
    color: #2b2a35;
}

.footer__copyright {
    font-family: "Kanit", sans-serif;
    color: #2b2a35;
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
}

.footer__links-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.footer__heading {
    margin-bottom: 22px;
}

.footer__link {
    display: inline-block;
    margin-bottom: 4px;
    font-family: "Kanit", sans-serif;
    color: #2b2a35;
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    text-decoration: none;
}

    .footer__link:hover {
        text-decoration: underline;
    }

.footer__sm-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.footer__sm-icon {
    color: #5f6264;
}

    .footer__sm-icon:hover {
        color: #424648;
    }

.footer__sm-link {
    margin-right: 13px;
}

.integrations__text-paragraph {
    margin-bottom: 18px;
    padding-top: 8px;
    padding-bottom: 8px;
    opacity: 100%;
    -webkit-transform: translate(0px, 100px);
    -ms-transform: translate(0px, 100px);
    transform: translate(0px, 100px);
    color: #fff;
    line-height: 1.6;
}

.integrations__wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 77em;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.auto__wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 77em;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #fff;
}

.blog-recent__wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 31%;
    -ms-flex: 0 0 31%;
    flex: 0 0 31%;
}

.blog-recent__image {
    border-radius: 6px;
}

.blog-recent__paragraph {
    font-size: 1.2em;
    line-height: 1.9em;
}

.blog-essential {
    display: block;
    margin-top: 0px;
    margin-bottom: 60px;
    padding-right: 10vw;
    padding-left: 10vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#fff));
    background-image: linear-gradient(180deg, #f6f6f6, #fff);
    opacity: 1;
}

.divider-1184 {
    height: 1px;
    background-color: #dddfe5;
}

.blog-essential__article {
    width: auto;
    padding-right: 10px;
    padding-left: 10px;
    opacity: 1;
    -webkit-transform: translate(0px, 170px);
    -ms-transform: translate(0px, 170px);
    transform: translate(0px, 170px);
    text-decoration: none;
}

.blog-articles__heading {
    margin-bottom: 8px;
}

.blog-articles__paragraph {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.6;
}

.blog-recent__image-link {
    margin-bottom: 22px;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
}

    .blog-recent__image-link:hover {
        opacity: 0.8;
    }

.blog-recent__heading-link {
    margin-bottom: 10px;
    text-decoration: none;
}

.blog-articles__article-heading-link {
    margin-bottom: 16px;
    padding-right: 0px;
    padding-left: 0px;
    text-decoration: none;
}

.content__paragraph {
    margin-right: auto;
    margin-left: auto;
    padding: 8px 100px;
    line-height: 1.5;
}

.body {
    font-family: "Kanit", sans-serif;
}

.content__text-block {
    display: block;
    margin-top: 0px;
    margin-bottom: 20px;
    font-family: "Kanit", sans-serif;
    color: #545465;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 400;
    text-align: center;
}

.slider {
    height: 500px;
}

    .slider.no-perspective {
        height: 680px;
        background-color: transparent;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

.text-select__slider {
    color: #2b2a35;
    font-weight: 300;
}

    .text-select__slider:hover {
        color: #09f;
    }

    .text-select__slider.current {
        color: #09f;
    }

.image {
    width: 50%;
}

.text__slider {
    display: inline-block;
    color: #545465;
    font-weight: 400;
}

    .text__slider:hover {
        color: #09f;
    }

    .text__slider.current {
        color: #09f;
    }

.slider-thumb-image {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
}

.slide-5 {
    margin-top: 40px;
}

.slide__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.div-block-20 {
    position: static;
    left: 0px;
    right: 0px;
    width: 710px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    border-top: 1px solid #d2d2d7;
    line-height: 1;
    text-align: center;
}

.slider-thumb-wrap-2-copy {
    position: static;
    display: inline-block;
    width: 155px;
    height: 40px;
    margin-right: 15px;
    margin-left: 15px;
    padding: 10px 0px;
    background-color: transparent;
    -o-object-fit: fill;
    object-fit: fill;
}

.slider-arrow {
    color: #777;
}

    .slider-arrow.left {
        left: -76px;
        display: none;
    }

    .slider-arrow.right {
        right: -77px;
        display: none;
    }

.slider-navigation-2 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -25%;
    z-index: 4;
    height: 100px;
    margin: 0px;
    padding-top: 0px;
    border-style: dashed;
    border-width: 1px;
    border-color: #32ff47;
    background-color: rgba(255, 255, 255, 0.27);
}

    .slider-navigation-2.no-perspective {
        top: 0px;
        bottom: auto;
        border-style: none;
    }

    .slider-navigation-2.default-no-perspective {
        top: 0px;
        bottom: auto;
        z-index: 5;
        border: 1px none #000;
        border-radius: 0px;
        background-color: transparent;
        opacity: 0;
        font-size: 100px;
    }

.slider-navigation {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -25%;
    z-index: 4;
    height: 100px;
    margin: 0px;
    padding-top: 0px;
    border-style: dashed;
    border-width: 1px;
    border-color: #32ff47;
    background-color: rgba(255, 255, 255, 0.27);
}

    .slider-navigation._1 {
        position: static;
        top: 100px;
        bottom: auto;
        height: 60px;
        margin-top: 10px;
        margin-bottom: 10px;
        border-color: transparent;
        border-left-style: none;
        background-color: transparent;
    }

    .slider-navigation.default-no-perspective {
        top: 0px;
        bottom: auto;
        z-index: 5;
        border: 1px none #000;
        border-radius: 0px;
        background-color: transparent;
        opacity: 0;
        font-size: 100px;
    }

.slider-thumb-wrap-first {
    position: static;
    display: inline-block;
    width: 155px;
    height: 40px;
    margin-right: 15px;
    margin-left: 15px;
    padding: 10px 0px;
    border-bottom: 2px solid #09f;
    background-color: transparent;
}

.slider-thumb-wrap-2 {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    margin-right: 40px;
    margin-left: 40px;
    padding: 10px 0px;
    background-color: transparent;
}

    .slider-thumb-wrap-2:hover {
        border-bottom-style: solid;
    }

.slide-6-copy {
    margin-top: 140px;
}

.slide__content {
    margin-top: 60px;
    text-align: center;
}

.slide-5-copy {
    margin-top: 140px;
}

.slide-7-copy {
    margin-top: 140px;
}

.auto__slider {
    display: none;
    padding-top: 25px;
    padding-right: 50px;
    padding-left: 50px;
    -webkit-perspective: 843px;
    perspective: 843px;
    -webkit-perspective-origin: 50% 10%;
    perspective-origin: 50% 10%;
}

.slide-4-copy {
    margin-top: 140px;
}

.p__title {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #212529;
    font-size: 21px;
    line-height: 1.5;
    font-weight: 500;
    text-align: center;
}

.p__content {
    opacity: 0.6;
    color: #000;
    line-height: 2;
    font-weight: 400;
}

.selling__container {
    position: relative;
    z-index: 10;
    width: 90%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 60px;
    padding-left: 60px;
}

    .selling__container.flex-vertical {
        margin-top: 20px;
        margin-bottom: 0px;
        padding-right: 20px;
        padding-bottom: 0px;
        padding-left: 20px;
    }

.spacer-30 {
    width: 100%;
    height: 30px;
}

    .spacer-30._15-xsvp {
        width: 30px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

.icon-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 85%;
    height: 15vw;
    padding: 34px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px;
    box-shadow: 0 7px 15px 3px rgba(175, 177, 179, 0.3);
}

.track-vertical {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.marquee-cover-2 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 10;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, hsla(0, 0%, 100%, 0)), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(30%, hsla(0, 0%, 100%, 0)));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 70%, #fff), linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0) 30%);
}

.icon-14 {
    width: 65%;
}

.flex-horizontal-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .flex-horizontal-2.flip-svp {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 980px;
        padding-right: 0px;
        padding-left: 0px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

.spacer-60 {
    width: 100%;
    height: 60px;
}

    .spacer-60._60-width {
        width: 60px;
    }

.flex-vertical {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .flex-vertical.marquee-fix {
        margin-top: 30px;
    }

.marquee-2 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 600px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.track-vertical-alt {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.image__auto {
    position: absolute;
    left: 40px;
    bottom: 60px;
    max-width: 35%;
}

.image-28 {
    width: 40em;
    max-width: none;
    margin-top: 0px;
    font-style: italic;
}

.content__text-block-product {
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    text-align: center;
}

.btn--small {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px 15px;
    float: none;
    border-radius: 4px;
    background-color: #09f;
    -webkit-transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, -webkit-transform 400ms ease;
    transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, -webkit-transform 400ms ease;
    transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, transform 400ms ease;
    transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, transform 400ms ease, -webkit-transform 400ms ease;
    color: #fff;
    font-size: 16px;
    line-height: 2;
    font-weight: 400;
    text-align: center;
}

    .btn--small:hover {
        border-color: #0c6eb8;
        background-color: #1386dd;
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
        -webkit-transform: translate(0px, -2px);
        -ms-transform: translate(0px, -2px);
        transform: translate(0px, -2px);
        color: #fff;
    }

    .btn--small:active {
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
        -webkit-transform: translate(0px, -1px);
        -ms-transform: translate(0px, -1px);
        transform: translate(0px, -1px);
    }

.product-image__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 85%;
    height: 100%;
    padding-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.footer__div-block {
    display: block;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px;
}

.footer__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 980px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer__left {
    display: block;
    width: 50%;
    margin-top: 20px;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.footer__logo-2 {
    margin-bottom: 20px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.footer__text-block {
    color: #bbb;
    font-size: 12px;
    font-weight: 300;
}

.footer__right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    margin-top: 20px;
    margin-bottom: 10px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
}

.contact__block {
    display: -ms-grid;
    display: grid;
    max-width: 980px;
    margin-right: auto;
    margin-bottom: 100px;
    margin-left: auto;
    padding-top: 100px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    justify-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.contact__left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.heading--white {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-family: "Kanit", sans-serif;
    color: #fff;
    line-height: 40px;
    font-weight: 500;
}

.contact__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    color: #fff;
    line-height: 2;
    font-weight: 300;
}

.input__block {
    width: 70%;
}

.contact-action__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.btn-big {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 16px 100px;
    float: none;
    border-radius: 4px;
    background-color: hsla(0, 0%, 100%, 0.1);
    -webkit-transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, -webkit-transform 400ms ease;
    transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, -webkit-transform 400ms ease;
    transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, transform 400ms ease;
    transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, transform 400ms ease, -webkit-transform 400ms ease;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
}

    .btn-big:hover {
        border-color: #0c6eb8;
        background-color: #09f;
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
        -webkit-transform: translate(0px, -2px);
        -ms-transform: translate(0px, -2px);
        transform: translate(0px, -2px);
        color: #fff;
    }

    .btn-big:active {
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
        -webkit-transform: translate(0px, -1px);
        -ms-transform: translate(0px, -1px);
        transform: translate(0px, -1px);
    }

.div-block-2 {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.07);
}

.product {
    margin-top: 100px;
    padding-right: 4vw;
    padding-bottom: 38px;
    padding-left: 4vw;
    background-color: #fff;
}

.product-wrapper {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    max-width: none;
    padding-top: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.product__container {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: auto;
    height: 75vh;
    max-width: 77em;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.formatting__text-intro {
    position: relative;
    width: 700px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 0px;
}

.brand {
    width: auto;
    height: 60px;
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
}

.image-29 {
    width: 150px;
    height: auto;
    max-width: none;
}

.formatting__text-copy-copy {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    max-width: 100%;
    padding-top: 60px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.intro-feature {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    padding: 100px 4vw 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), color-stop(30%, #fff));
    background-image: linear-gradient(180deg, #f6f6f6, #fff 30%);
}

.intro__block {
    display: none;
}

.auto__heading {
    margin-bottom: 10px;
    opacity: 100%;
    font-family: "Kanit", sans-serif;
    font-size: 3.2em;
    line-height: 1.4;
    font-weight: 700;
    text-align: left;
    letter-spacing: 0px;
}

.auto__paragraph {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 1.5;
}

    .auto__paragraph.formatting__paragraph--space {
        margin-bottom: 18px;
        opacity: 100%;
        line-height: 1.6;
    }

.text__product {
    position: static;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-family: "Kanit", sans-serif;
    color: #fff;
    font-size: 30px;
    line-height: 38px;
    font-weight: 700;
}

.card__product {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 20%;
    height: 60vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-image: url('../images/sportsbook.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all 800ms cubic-bezier(.19, 1, .22, 1);
    transition: all 800ms cubic-bezier(.19, 1, .22, 1);
}

    .card__product:hover {
        -webkit-box-flex: 7;
        -webkit-flex-grow: 7;
        -ms-flex-positive: 7;
        flex-grow: 7;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(40, 43, 189, 0.4)), color-stop(79%, rgba(8, 8, 34, 0.47))), url('../images/sportsbook.png');
        background-image: linear-gradient(180deg, rgba(40, 43, 189, 0.4), rgba(8, 8, 34, 0.47) 79%), url('../images/sportsbook.png');
        background-position: 0px 0px, 50% 50%;
        background-size: auto, cover;
        background-repeat: repeat, no-repeat;
    }

    .card__product.three {
        background-image: url('../images/Casino-1.png');
        background-position: 50% 50%;
        background-size: cover;
        background-repeat: no-repeat;
    }

        .card__product.three:hover {
            background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(40, 43, 189, 0.4)), color-stop(79%, rgba(8, 8, 34, 0.47))), url('../images/Casino-1.png');
            background-image: linear-gradient(180deg, rgba(40, 43, 189, 0.4), rgba(8, 8, 34, 0.47) 79%), url('../images/Casino-1.png');
            background-position: 0px 0px, 50% 50%;
            background-size: auto, cover;
            background-repeat: repeat, no-repeat;
        }

    .card__product.five {
        background-image: url('../images/Slot.png');
        background-position: 50% 50%;
        background-size: cover;
    }

        .card__product.five:hover {
            background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(40, 43, 189, 0.4)), color-stop(79%, rgba(8, 8, 34, 0.47))), url('../images/Slot.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
            background-image: linear-gradient(180deg, rgba(40, 43, 189, 0.4), rgba(8, 8, 34, 0.47) 79%), url('../images/Slot.png'), linear-gradient(180deg, transparent, transparent);
            background-position: 0px 0px, 50% 50%, 0px 0px;
            background-size: auto, cover, auto;
            background-repeat: repeat, repeat, repeat;
        }

    .card__product.two {
        background-image: url('../images/esport.png');
        background-position: 50% 50%;
        background-size: cover;
    }

        .card__product.two:hover {
            background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(40, 43, 189, 0.4)), color-stop(79%, rgba(8, 8, 34, 0.47))), url('../images/esport.png');
            background-image: linear-gradient(180deg, rgba(40, 43, 189, 0.4), rgba(8, 8, 34, 0.47) 79%), url('../images/esport.png');
            background-position: 0px 0px, 50% 50%;
            background-size: auto, cover;
            background-repeat: repeat, repeat;
        }

    .card__product.four {
        background-image: url('../images/Lotto.png');
        background-position: 50% 50%;
        background-size: cover;
    }

        .card__product.four:hover {
            background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(40, 43, 189, 0.4)), color-stop(79%, rgba(8, 8, 34, 0.47))), url('../images/Lotto.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
            background-image: linear-gradient(180deg, rgba(40, 43, 189, 0.4), rgba(8, 8, 34, 0.47) 79%), url('../images/Lotto.png'), linear-gradient(180deg, transparent, transparent);
            background-position: 0px 0px, 50% 50%, 0px 0px;
            background-size: auto, cover, auto;
            background-repeat: repeat, repeat, repeat;
        }

    .card__product.six {
        background-image: url('../images/Game.png');
        background-position: 50% 50%;
        background-size: cover;
    }

        .card__product.six:hover {
            background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(40, 43, 189, 0.4)), color-stop(79%, rgba(8, 8, 34, 0.47))), url('../images/Game.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
            background-image: linear-gradient(180deg, rgba(40, 43, 189, 0.4), rgba(8, 8, 34, 0.47) 79%), url('../images/Game.png'), linear-gradient(180deg, transparent, transparent);
            background-position: 0px 0px, 50% 50%, 0px 0px;
            background-size: auto, cover, auto;
            background-repeat: repeat, repeat, repeat;
        }

.blog-articles__article-heading-2 {
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
    font-size: 1.7em;
    line-height: 1.7em;
    letter-spacing: -0.5px;
}

    .blog-articles__article-heading-2:hover {
        color: #334ac0;
    }

.divider-1184-2 {
    width: 100%;
    height: 1px;
    background-color: #dddfe5;
}

.blog-recent__heading-2 {
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
    font-size: 1.7em;
    line-height: 1.7em;
}

    .blog-recent__heading-2:hover {
        color: #334ac0;
    }

.blog-recent__container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    opacity: 1;
}

.blog-recent__scrollable-copy {
    display: none;
}

.product__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 95px;
    padding-right: 10vw;
    padding-left: 10vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-product__container {
    width: 100%;
}

.blog-product__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
}

.blog-product__article {
    margin-bottom: 100px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 31%;
    -ms-flex: 0 0 31%;
    flex: 0 0 31%;
    opacity: 1;
    -webkit-transform: translate(0px, 100px);
    -ms-transform: translate(0px, 100px);
    transform: translate(0px, 100px);
}

.blog-product__image1 {
    width: 25vw;
    height: 18vw;
    margin-bottom: 22px;
    border-radius: 6px;
    background-image: url('../images/sportsbook.png');
    background-position: 0% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
}

    .blog-product__image1:hover {
        opacity: 0.8;
    }

.blog-product__image2 {
    width: 25vw;
    height: 18vw;
    margin-bottom: 22px;
    border-radius: 6px;
    background-image: url('../images/esport.png');
    background-position: 0% 50%;
    background-size: cover;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
}

    .blog-product__image2:hover {
        opacity: 0.8;
    }

.blog-product__image3 {
    width: 25vw;
    height: 18vw;
    margin-bottom: 22px;
    border-radius: 6px;
    background-image: url('../images/Casino-1.png');
    background-position: 0% 50%;
    background-size: cover;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
}

    .blog-product__image3:hover {
        opacity: 0.8;
    }

.blog-product__image4 {
    width: 25vw;
    height: 18vw;
    margin-bottom: 22px;
    border-radius: 6px;
    background-image: url('../images/Lotto.png');
    background-position: 0% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
}

    .blog-product__image4:hover {
        opacity: 0.8;
    }

.blog-product__image6 {
    width: 25vw;
    height: 18vw;
    margin-bottom: 22px;
    border-radius: 6px;
    background-image: url('../images/Game.png');
    background-position: 0% 50%;
    background-size: cover;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
}

    .blog-product__image6:hover {
        opacity: 0.8;
    }

.blog-product__image5 {
    width: 25vw;
    height: 18vw;
    margin-bottom: 22px;
    border-radius: 6px;
    background-image: url('../images/Slot.png');
    background-position: 0% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
}

    .blog-product__image5:hover {
        opacity: 0.8;
    }

.blog-product__image1-copy {
    width: 25vw;
    height: 18vw;
    margin-bottom: 22px;
    border-radius: 6px;
    background-image: url('../images/iconig_5.png');
    background-position: 0% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
}

    .blog-product__image1-copy:hover {
        opacity: 0.8;
    }

.blog-product__image2-copy {
    width: 25vw;
    height: 18vw;
    margin-bottom: 22px;
    border-radius: 6px;
    background-image: url('../images/iconig_2.png');
    background-position: 0% 50%;
    background-size: cover;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
}

    .blog-product__image2-copy:hover {
        opacity: 0.8;
    }

.blog-product__image3-copy {
    width: 25vw;
    height: 18vw;
    margin-bottom: 22px;
    border-radius: 6px;
    background-image: url('../images/iconig_3.png');
    background-position: 0% 50%;
    background-size: cover;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
}

    .blog-product__image3-copy:hover {
        opacity: 0.8;
    }

.blog-product__wrapper-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
}

.blog-essential__article-nr-2 {
    margin-bottom: 20px;
    font-family: "Kanit", sans-serif;
    color: #dddfe5;
    font-size: 64px;
    line-height: 60px;
    font-weight: 900;
    text-decoration: none;
}

.blog-select__wrapper {
    display: -ms-grid;
    display: grid;
    min-height: 50vh;
    margin-top: -156px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    opacity: 1;
}

.blog-select__container {
    display: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    opacity: 1;
    text-align: left;
    text-decoration: none;
}

.product__block-copy {
    display: none;
    margin-bottom: 95px;
    padding-right: 10vw;
    padding-left: 10vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-product__image1-copy {
    width: 25vw;
    height: 18vw;
    margin-bottom: 22px;
    border-radius: 6px;
    background-image: url('../images/iconig_5.png');
    background-position: 0% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
}

    .blog-product__image1-copy:hover {
        opacity: 0.8;
    }

.blog-product__image2-copy {
    width: 25vw;
    height: 18vw;
    margin-bottom: 22px;
    border-radius: 6px;
    background-image: url('../images/iconig_2.png');
    background-position: 0% 50%;
    background-size: cover;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
}

    .blog-product__image2-copy:hover {
        opacity: 0.8;
    }

.blog-product__image3-copy {
    width: 25vw;
    height: 18vw;
    margin-bottom: 22px;
    border-radius: 6px;
    background-image: url('../images/iconig_3.png');
    background-position: 0% 50%;
    background-size: cover;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
}

    .blog-product__image3-copy:hover {
        opacity: 0.8;
    }

.product__block-copy {
    display: none;
    margin-bottom: 95px;
    padding-right: 10vw;
    padding-left: 10vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-recent__image-copy {
    border-radius: 6px;
}

.blog-recent__image-copy {
    border-radius: 6px;
}

.blog-recent__image-copy {
    border-radius: 6px;
}

.blog-recent__image-copy {
    border-radius: 6px;
}

.blog-product__image1-copy {
    width: 25vw;
    height: 18vw;
    margin-bottom: 22px;
    border-radius: 6px;
    background-image: url('../images/iconig_5.png');
    background-position: 0% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
}

    .blog-product__image1-copy:hover {
        opacity: 0.8;
    }

.blog-product__image2-copy {
    width: 25vw;
    height: 18vw;
    margin-bottom: 22px;
    border-radius: 6px;
    background-image: url('../images/iconig_2.png');
    background-position: 0% 50%;
    background-size: cover;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
}

    .blog-product__image2-copy:hover {
        opacity: 0.8;
    }

.blog-product__image3-copy {
    width: 25vw;
    height: 18vw;
    margin-bottom: 22px;
    border-radius: 6px;
    background-image: url('../images/iconig_3.png');
    background-position: 0% 50%;
    background-size: cover;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
}

    .blog-product__image3-copy:hover {
        opacity: 0.8;
    }

.blog-product__wrapper-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -65px;
    margin-bottom: 100px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
}

.blog-recent__container-2-copy-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    opacity: 1;
}

.blog-recent__image-copy {
    border-radius: 6px;
}

.blog-recent__image-copy {
    border-radius: 6px;
}

.blog-recent__image-copy {
    border-radius: 6px;
}

.blog-recent__image-copy {
    border-radius: 6px;
}

.website__text-title {
    margin-top: 0px;
    margin-bottom: 70px;
    font-family: "Kanit", sans-serif;
    color: #545465;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.intro__logos-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.website__logo {
    margin-top: 40px;
    margin-bottom: 60px;
}

.logo {
    max-width: 15%;
    margin-right: 60px;
    opacity: 0.44;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

    .logo:hover {
        opacity: 1;
        -webkit-filter: none;
        filter: none;
    }

.caps__center {
    margin-top: 20px;
    margin-bottom: 10px;
    opacity: 1;
    font-family: "Kanit", sans-serif;
    color: #2b2a35;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.decks__caps {
    margin-top: 20px;
    margin-bottom: 10px;
    opacity: 0;
    -webkit-transform: translate(0px, 100px);
    -ms-transform: translate(0px, 100px);
    transform: translate(0px, 100px);
    font-family: "Kanit", sans-serif;
    color: #2b2a35;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.about-hero__heading {
    margin-bottom: -0.2em;
    font-family: "Kanit", sans-serif;
    color: #fff;
    font-size: 5em;
    line-height: 1.2;
    font-weight: 500;
    text-align: center;
    letter-spacing: -1px;
}

.about-hero__image {
    width: 65em;
    margin-bottom: 0px;
}

.hero-text__paragraph {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    font-size: 22px;
    text-align: center;
}

.auto__caps {
    margin-top: 20px;
    margin-bottom: 10px;
    opacity: 100%;
    font-family: "Kanit", sans-serif;
    color: #2b2a35;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    text-align: left;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.integrations__caps {
    margin-top: 20px;
    margin-bottom: 10px;
    opacity: 100%;
    -webkit-transform: translate(0px, 100px);
    -ms-transform: translate(0px, 100px);
    transform: translate(0px, 100px);
    font-family: "Kanit", sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    text-align: left;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.card__style {
    margin-bottom: 10px;
    padding: 14px;
    border-radius: 20px;
    background-color: hsla(0, 0%, 100%, 0.61);
}

.decks__text-paragraph-2 {
    margin-bottom: 18px;
    padding-top: 8px;
    padding-bottom: 8px;
    opacity: 0;
    -webkit-transform: translate(0px, 100px);
    -ms-transform: translate(0px, 100px);
    transform: translate(0px, 100px);
    line-height: 1.6;
    text-align: center;
}

.sharing__access {
    position: absolute;
    left: 20%;
    top: 10%;
    width: 10%;
    max-width: 50%;
}

.sharing__hand {
    position: absolute;
    left: 14%;
    bottom: 0px;
    width: 22%;
}

.sharing__image {
    width: 60%;
}

.sharing__plane-wrapper {
    position: absolute;
    top: -6px;
    right: -92px;
    width: 40%;
}

.sharing__plane {
    position: relative;
    z-index: 1;
    max-width: 40%;
}

.custom-text__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 700px;
    height: auto;
    min-height: 30vh;
    margin-right: auto;
    margin-left: auto;
    padding-top: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.custom__text-heading {
    min-width: 600px;
    margin-bottom: 20px;
    opacity: 0;
    -webkit-transform: translate(0px, 100px);
    -ms-transform: translate(0px, 100px);
    transform: translate(0px, 100px);
    font-family: "Kanit", sans-serif;
    font-size: 3.5em;
    line-height: 1.4;
    font-weight: 700;
    text-align: center;
}

.customer-hero {
    display: block;
    overflow: hidden;
    height: auto;
    min-height: 60px;
    padding-top: 40px;
    padding-right: 2vw;
    padding-left: 2vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 60vh;
    margin-top: 0px;
    background-color: #0b2a8a;
}

.hero__container {
    margin-top: 0px;
    padding-top: 140px;
    padding-bottom: 40px;
    text-align: center;
}

.body-2 {
    font-family: "Kanit", sans-serif;
}

.decks__text-paragraph {
    opacity: 1;
    -webkit-transform: translate(0px, 100px);
    -ms-transform: translate(0px, 100px);
    transform: translate(0px, 100px);
    line-height: 1.6;
    text-align: center;
}

.decks__text-2 {
    width: 600px;
    margin-bottom: 140px;
    border-radius: 0px;
    opacity: 1;
}

.decks__text-heading-2 {
    margin-top: 100px;
    margin-bottom: 46px;
    opacity: 1;
    -webkit-transform: translate(0px, 100px);
    -ms-transform: translate(0px, 100px);
    transform: translate(0px, 100px);
    font-family: "Kanit", sans-serif;
    line-height: 1.4;
    font-weight: 700;
    text-align: center;
}

.interface-2 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: auto;
    min-height: 70vh;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f6f6f6;
    opacity: 1;
}

.platform__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 120vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.platform {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 67vh;
    padding-top: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f6f6f6;
}

.image-45 {
    max-width: 45%;
}

.answer-text-f66 {
    width: 95%;
    margin-top: 10px;
    padding-left: 10px;
}

.question-wrapper-f66 {
    max-width: 800px;
    margin: 10px auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #333;
    text-decoration: none;
}

.question-f66 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 10px 15px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #dbdbdb;
    color: #333;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
}

    .question-f66:hover {
        text-decoration: underline;
    }

.answer-f66 {
    overflow: hidden;
    font-size: 16px;
}

.arrow-black-f66 {
    display: block;
}

.icon-wrapper-f66 {
    position: relative;
}

.arrow-blue-f66 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 10;
}

.div-block-21 {
    display: none;
    margin-bottom: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.key__text-block-2-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 46px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    -webkit-transform: translate(0px, 100px);
    -ms-transform: translate(0px, 100px);
    transform: translate(0px, 100px);
    font-family: "Kanit", sans-serif;
    font-size: 3.2em;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
}

.key__text-2-copy {
    display: none;
    width: 900px;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
}

.blog-articles-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 95px;
    padding-top: 100px;
    padding-right: 10vw;
    padding-left: 10vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.m1-wrapper {
    display: none;
    margin-bottom: 20px;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 0.25fr 1fr;
    grid-template-columns: 0.25fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

    .m1-wrapper.pricing-wrapper {
        display: none;
        justify-items: stretch;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

.heading-3 {
    color: #bbbbc9;
    font-size: 28px;
    line-height: 1.7em;
    letter-spacing: -0.1px;
}

.bold-text {
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    text-decoration: none;
}

.div-block-5 {
    padding-right: 40px;
}

.div-block-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.heading-2 {
    padding-left: 40px;
    border-left: 2px solid #fff;
    border-radius: 1px;
}

.link {
    text-decoration: none;
}

._2-grid-container {
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

    ._2-grid-container.more-power {
        padding-left: 40px;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    ._2-grid-container.ml-div {
        padding-left: 20px;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

.heading {
    color: #fff;
    font-size: 32px;
    letter-spacing: -1px;
}

    .heading.big {
        margin-bottom: 20px;
        background-color: #5e5e5e;
        background-image: linear-gradient(197deg, #fff 75%, rgba(88, 110, 224, 0.68));
        font-family: "Kanit", sans-serif;
        font-size: 86px;
        line-height: 1.05em;
        font-weight: 500;
        text-align: center;
        letter-spacing: -2px;
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
    }

        .heading.big.top__card {
            max-width: 470px;
            background-color: #2b2a35;
            background-image: none;
            font-family: "Kanit", sans-serif;
            color: #1d1d21;
            font-size: 3.2em;
            line-height: 1.4;
            font-weight: 700;
            text-align: left;
        }

.grid-wrapper {
    display: -ms-grid;
    display: grid;
    overflow: hidden;
    max-width: 1200px;
    min-height: 700px;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    border-style: none;
    border-width: 1px;
    border-color: #fff;
    border-radius: 20px;
    background-image: linear-gradient(21deg, #071931, #33274f 50%, #661e43);
}

    .grid-wrapper._4th {
        grid-column-gap: 20px;
        background-image: none;
        background-position: 0px 0px;
        background-size: auto;
    }

        .grid-wrapper._4th._5th {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            margin-bottom: 100px;
            background-color: #f2f2f2;
        }

    .grid-wrapper._6th {
        grid-column-gap: 20px;
        background-image: none;
    }

    .grid-wrapper.machinelearnfing {
        max-width: 1200px;
        background-image: url('../images/05-Marketing-Style.png');
        background-position: 50% 50%;
        background-size: cover;
        background-repeat: no-repeat;
    }

._19px {
    max-width: 470px;
    margin-bottom: 40px;
    color: #fff;
    font-size: 19px;
    line-height: 1.4em;
    font-weight: 600;
}

.image5 {
    max-width: none;
}

._2-grid-wrapper {
    padding-top: 30px;
    border-radius: 30px;
    background-color: #f2f2f2;
    background-image: url('../images/01-1-Page-Syle.png');
    background-position: 100% 0%;
    background-size: cover;
    background-repeat: no-repeat;
}

    ._2-grid-wrapper._2nd {
        padding-bottom: 0px;
        background-image: url('../images/01-1-Page-Syle.png');
        background-position: 100% 0%;
        background-size: cover;
        background-repeat: no-repeat;
    }

    ._2-grid-wrapper._2nd {
        padding-bottom: 0px;
        background-image: url('../images/02-3-Page-Syle.png');
        background-position: 0px 0px;
        background-size: cover;
    }

    ._2-grid-wrapper._4th {
        padding-bottom: 0px;
        background-image: url('../images/04-Progressive-Web-App.png');
        background-position: 0px 0px;
        background-size: cover;
    }

.image-4 {
    max-width: none;
}

    .image-4.mobile {
        display: none;
    }

._19px-2 {
    max-width: 470px;
    margin-bottom: 40px;
    color: #fff;
    font-size: 19px;
    line-height: 1.4em;
    font-weight: 600;
}

    ._19px-2._28px {
        max-width: 500px;
        color: rgba(221, 223, 229, 0.83);
        font-size: 22px;
        line-height: 1.18em;
    }

.div-block-8 {
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .div-block-8.ml {
        margin-bottom: 20px;
        padding-right: 0px;
        padding-left: 0px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

._21px-copy {
    display: block;
    margin-bottom: 60px;
    margin-left: 40px;
    padding-left: 20px;
    font-family: "Kanit", sans-serif;
    color: #fff;
    font-size: 21px;
}

.div-block-3 {
    display: block;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 6px 6px 100px 0 rgba(0, 0, 0, 0.25);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    text-align: center;
}

    .div-block-3:hover {
        border-radius: 12px;
        box-shadow: 6px 6px 100px 0 rgba(0, 0, 0, 0.19);
    }

.other-project-image {
    max-width: 400px;
    border-radius: 20px;
}

.image-46 {
    max-width: 100%;
}

.div-block-23 {
    margin-bottom: 20px;
}

.other-projects-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.div-block-24 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}

.slider-2 {
    height: 34%;
    max-width: 470px;
    background-color: transparent;
}

.left-arrow {
    display: none;
}

.right-arrow {
    display: none;
}

.slide-6 {
    margin-right: 40px;
    margin-bottom: 60px;
    color: #fff;
}

.image-47 {
    height: auto;
    max-height: 100%;
    max-width: 90%;
}

.slide-7 {
    text-align: center;
}

.slide-nav {
    font-size: 10px;
}

.div-block-25 {
    padding-top: 100px;
}

.answer-text-f66-copy {
    display: none;
    width: 95%;
    margin-top: 10px;
    padding-left: 10px;
}

.grid-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 74px;
    padding-right: 16px;
    padding-left: 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none solid solid none;
    border-width: 1px;
    border-color: #e6e8eb;
}

.paragraph-2 {
    overflow: visible;
    font-family: "Kanit", sans-serif;
    color: #000;
    font-size: 13px;
}

.section-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .section-container.padding {
        margin-right: 4vw;
        margin-left: 4vw;
        padding-bottom: 80px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

.grid-2 {
    display: -ms-grid;
    display: grid;
    width: 100%;
    max-width: 1000px;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    border-top: 1px solid #e6e8eb;
    border-left: 1px solid #e6e8eb;
}

._21px-copy-copy {
    display: none;
    margin-bottom: 60px;
    margin-left: 40px;
    padding-left: 20px;
    color: #fff;
    font-size: 21px;
}

.carousel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.card-australia {
    width: 250px;
    height: 381px;
    max-width: none;
}

.image-card {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.image-48 {
    width: 100%;
    max-width: none;
}

.image-49 {
    max-width: 8%;
}

.previous {
    position: absolute;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 35px;
    max-width: 100px;
    margin: auto auto 30px 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0.45;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
}

    .previous:hover {
        opacity: 1;
    }

.details-right {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    margin-right: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.text-block-2 {
    font-family: "Kanit", sans-serif;
    color: #009aff;
    font-weight: 400;
}

.field-input {
    width: 100%;
    min-height: 45px;
    border-style: solid;
    border-width: 1.5px;
    border-color: rgba(62, 52, 200, 0.04);
    border-radius: 6px;
    background-color: transparent;
    color: rgba(0, 0, 55, 0.75);
    font-size: 16px;
}

    .field-input:focus {
        border-color: #0064fe;
    }

    .field-input::-webkit-input-placeholder {
        font-family: 'Varela Round', sans-serif;
        color: rgba(0, 0, 55, 0.1);
    }

    .field-input:-ms-input-placeholder {
        font-family: 'Varela Round', sans-serif;
        color: rgba(0, 0, 55, 0.1);
    }

    .field-input::-ms-input-placeholder {
        font-family: 'Varela Round', sans-serif;
        color: rgba(0, 0, 55, 0.1);
    }

    .field-input::placeholder {
        font-family: 'Varela Round', sans-serif;
        color: rgba(0, 0, 55, 0.1);
    }

.next-button {
    padding: 12px 32px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 5px;
    background-color: #009aff;
    -webkit-transition: background-color 200ms ease-in;
    transition: background-color 200ms ease-in;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
}

.title-left {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    margin-top: 15px;
    margin-left: 15px;
}

.form-title-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.error-message {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.success-message {
    padding: 50px;
    letter-spacing: 1px;
}

.counter-image {
    width: 16px;
    margin-right: 5px;
}

.slider-content-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    margin-right: auto;
    margin-bottom: 100px;
    margin-left: auto;
    padding: 90px 0px 75px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    text-align: center;
}

.previous-button {
    padding: 5px 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    opacity: 1;
    -webkit-transition: opacity 200ms ease-in;
    transition: opacity 200ms ease-in;
    color: #5b617c;
    font-size: 15px;
    text-indent: -2px;
}

    .previous-button:hover {
        border-bottom-color: rgba(0, 0, 0, 0.55);
        opacity: 1;
    }

.field-title {
    margin-bottom: 5px;
    padding-left: 6px;
    background-color: #fff;
    color: #000037;
    font-size: 14px;
    font-weight: 400;
}

.slider-3 {
    position: relative;
    height: 100%;
    max-width: 700px;
    background-color: transparent;
}

.form-content {
    width: 100%;
    margin-bottom: -20px;
}

    .form-content.final {
        margin-bottom: 0px;
    }

.checkbox_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .checkbox_wrap.checkbox_centre {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

.submit-button {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    width: 260px;
    height: auto;
    margin-right: auto;
    margin-bottom: -60px;
    margin-left: auto;
    padding-top: 14px;
    padding-bottom: 14px;
    border-radius: 5px;
    background-color: #009aff;
    box-shadow: none;
    -webkit-transition: background-color 200ms ease-in, box-shadow 200ms ease-in;
    transition: background-color 200ms ease-in, box-shadow 200ms ease-in;
    letter-spacing: 1px;
}

.checkbox-field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 24%;
    height: 140px;
    min-width: 150px;
    margin-right: 6px;
    margin-left: 6px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.line-bottom {
    height: 1px;
    background-color: #c5c7ca;
}

.mobile-nav-bottom {
    display: none;
}

.checkbox-image {
    display: none;
    width: 45px;
}

.arrow {
    width: 16px;
    margin-right: 8px;
}

.paragraph-3 {
    max-width: 550px;
    margin-right: auto;
    margin-left: auto;
    color: #5b617c;
    font-size: 15px;
    line-height: 23px;
    text-align: center;
}

.checkbox {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 5;
    width: 100%;
    height: 100%;
    margin-top: 0px;
    margin-left: 0px;
    border-style: solid;
    border-width: 2px;
    border-color: transparent;
    border-radius: 10px;
    background-image: url('../images/card-gclub.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    cursor: pointer;
}

    .checkbox:active {
        border: 1px solid #000;
    }

.form07_link {
    color: #009aff;
    font-size: 13px;
    font-weight: 700;
}

.next {
    position: absolute;
    right: 35px;
    display: block;
    overflow: visible;
    width: auto;
    height: 47px;
    max-width: 159px;
    margin: auto auto 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.form12_checkbox_field {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 140px;
    height: 120px;
    margin-right: 5px;
    margin-bottom: 0px;
    margin-left: 5px;
    padding: 35px 22px 22px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-style: solid;
    border-width: 1.2px;
    border-color: rgba(62, 52, 200, 0.1);
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 1px 1px 35px 0 rgba(198, 211, 255, 0.28);
}

    .form12_checkbox_field._02 {
        background-image: url('../images/card-pgsoft.png');
        background-position: 50% 50%;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .form12_checkbox_field._03 {
        background-image: url('../images/card-sagaming.png');
        background-position: 50% 50%;
        background-size: cover;
    }

    .form12_checkbox_field._04 {
        background-image: url('../images/card-live22.png');
        background-position: 50% 50%;
        background-size: cover;
    }

    .form12_checkbox_field.color {
        background-image: none;
    }

    .form12_checkbox_field._01 {
        background-image: url('../images/card-gclub.png');
        background-position: 50% 50%;
        background-size: cover;
        background-repeat: no-repeat;
    }

.slide {
    position: static;
    width: 100%;
    height: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 20px;
}

.text-counter {
    font-family: "Kanit", sans-serif;
    color: rgba(91, 97, 124, 0.45);
    font-size: 14px;
    font-weight: 400;
}

.form-section-title {
    margin-bottom: 12px;
    font-family: "Kanit", sans-serif;
    color: #0a1f44;
    font-size: 32px;
    line-height: 32px;
    font-weight: 500;
}

.form07_legal {
    display: none;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    color: rgba(16, 28, 46, 0.54);
    font-size: 14px;
}

.form-full {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 80vh;
    padding-top: 90px;
    padding-right: 3%;
    padding-left: 3%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.checkbox-title {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: none;
    margin-bottom: 0px;
    padding-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #5b3acc;
    font-size: 14px;
}

.form-wrapper {
    display: block;
    margin-bottom: 0px;
    padding: 0px;
}

.checkbox-title-color {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: none;
    margin-bottom: 0px;
    padding-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #5b3acc;
    font-size: 14px;
}

.cards-grid-container {
    display: -ms-grid;
    display: grid;
    margin-right: auto;
    margin-bottom: 100px;
    margin-left: auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    text-align: left;
}

.cards-image {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: auto;
    max-width: 20%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}

.heading-5 {
    margin-top: 20px;
    font-family: "Kanit", sans-serif;
    font-size: 21px;
    font-weight: 500;
    text-align: center;
}

.p__regis-block {
    text-align: center;
}

.div-block-26 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer___right {
    display: block;
    width: 50%;
    margin-top: 0px;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: right;
}

.newsletter-cta__heading-link {
    text-decoration: none;
}

.newsletter-cta__container {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 2em;
    padding-bottom: 1em;
    padding-left: 2em;
    border-radius: 6px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0a2a8a), to(#0a2a8a));
    background-image: linear-gradient(180deg, #0a2a8a, #0a2a8a);
    opacity: 1;
    -webkit-transform: translate(0px, 120px);
    -ms-transform: translate(0px, 120px);
    transform: translate(0px, 120px);
}

.newsletter-cta {
    display: none;
    margin-bottom: 100px;
    padding-top: 33px;
    padding-right: 10vw;
    padding-left: 10vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.newsletter-cta__image {
    position: absolute;
    left: auto;
    top: auto;
    right: 0px;
    bottom: 0%;
    width: 360px;
}

.newsletter-cta__heading {
    margin-bottom: 0px;
    font-family: "Kanit", sans-serif;
    color: #fff;
    font-weight: 500;
}

.section-7 {
    margin-bottom: 100px;
}

.container-3 {
    margin-top: -99px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 3px 0 26px 3px rgba(29, 29, 33, 0.27);
}

.text-field-cf9 {
    width: calc(50% - 10px);
    margin-top: 10px;
    border-color: transparent;
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-radius: 4px;
    background-color: rgba(223, 226, 227, 0.2);
    font-family: Kanit, sans-serif;
    color: #1d1d21;
    font-size: 16px;
    text-align: left;
}

    .text-field-cf9.big {
        width: 100%;
        height: 100px;
        margin-top: 10px;
        font-family: Kanit, sans-serif;
    }

    .text-field-cf9.extra-left {
        margin-left: 20px;
        font-family: Kanit, sans-serif;
        color: #1d1d21;
    }

.form-title-cf9 {
    margin-top: 20px;
    font-family: Kanit, sans-serif;
    font-size: 28px;
    line-height: 1.4;
    font-weight: 400;
    text-align: center;
}

.error-message-cf9 {
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
}

.form-cf9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.form-subwrapper-cf9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.success-message-cf9 {
    background-color: #f0f4f8;
    font-weight: 600;
}

.submit-button-cf9 {
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    padding: 10px 100px;
    border-radius: 20px;
    background-color: #0b2a8a;
    box-shadow: 1px 1px 3px 0 #dfdfdf;
    -webkit-transition: -webkit-transform 200ms ease;
    transition: -webkit-transform 200ms ease;
    transition: transform 200ms ease;
    transition: transform 200ms ease, -webkit-transform 200ms ease;
    font-family: "Kanit", sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

    .submit-button-cf9:hover {
        -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
        transform: scale(1.02);
    }

.text-field-cf9-copy {
    width: 100%;
    margin-top: 10px;
    border-color: transparent;
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-radius: 4px;
    background-color: rgba(223, 226, 227, 0.2);
    font-family: Kanit, sans-serif;
    color: #1d1d21;
    font-size: 16px;
    text-align: left;
}

.div-block-28 {
    padding: 0px;
}

.paragraph-6 {
    line-height: 1.6;
    text-align: center;
}

.template__section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    padding: 60px 4vw 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), color-stop(30%, #fff));
    background-image: linear-gradient(180deg, #f6f6f6, #fff 30%);
}

.contact__heading {
    margin-top: 10px;
    margin-bottom: 20px;
    font-family: "Kanit", sans-serif;
    color: #fff;
    font-size: 2.8em;
    line-height: 1.2;
    font-weight: 400;
    text-align: left;
}

.blog-hero__text-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 55%;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
}

.blog-hero__image {
    border-radius: 6px;
}

    .blog-hero__image.blog-hero__image--nomobile {
        max-width: 100%;
    }

.blog-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 110px 10vw 140px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #0b2a8a;
}

.blog-hero__image-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
}

    .blog-hero__image-link:hover {
        opacity: 0.8;
    }

.blog-hero__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.image-46-copy {
    max-width: 100%;
}

.hero-button-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    padding-left: 48px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.cta-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 6px;
    -webkit-transition: -webkit-transform 200ms ease;
    transition: -webkit-transform 200ms ease;
    transition: transform 200ms ease;
    transition: transform 200ms ease, -webkit-transform 200ms ease;
    font-size: 16px;
    font-weight: 500;
}

    .cta-main:hover {
        -webkit-transform: scale(1.01);
        -ms-transform: scale(1.01);
        transform: scale(1.01);
    }

.title__gradient {
    position: static;
    left: 50%;
    top: 110px;
    padding-top: 20px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-color: #fff;
    font-family: Kanit, sans-serif;
    color: #fff;
    font-size: 3.8em;
    line-height: 1.2;
    font-weight: 400;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.image-7 {
    margin-right: 38px;
    margin-left: 0px;
    padding-right: 0px;
}

.button-3 {
    margin-top: 10px;
    padding: 9px 30px;
    border: 1px solid #545465;
    border-radius: 20px;
    background-color: #e5e8f3;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5)));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5));
    font-family: "Kanit", sans-serif;
    color: #545465;
    font-size: 16px;
    text-align: center;
}

.intro__provider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 110px 10vw 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    font-family: "Kanit", sans-serif;
}

.div-block-29 {
    display: -ms-grid;
    display: grid;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
    justify-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 40%;
    -ms-flex: 0 40%;
    flex: 0 40%;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}

.div-block-30 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 120px;
    min-width: 200px;
    padding: 20px 0px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    background-color: #f1f2f6;
    text-align: center;
    text-decoration: none;
}

.text-block-14 {
    color: #545465;
    font-size: 12px;
    text-decoration: none;
}

.image-51 {
    max-width: 25%;
    margin-top: 0px;
    padding-bottom: 0px;
}

.div-block-31 {
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    text-decoration: none;
}

.table__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10vw;
    padding-bottom: 95px;
    padding-left: 10vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f1f2f6;
}

.table__blog {
    display: block;
    width: 100%;
    margin-top: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.body-3 {
    background-color: transparent;
    font-family: "Kanit", sans-serif;
}

.div-block-32 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 40%;
    -ms-flex: 0 40%;
    flex: 0 40%;
}

.collection-list-wrapper {
    display: block;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 800px;
    -ms-flex: 0 800px;
    flex: 0 800px;
    text-align: left;
}

.collection-list {
    border-radius: 5px;
    background-color: transparent;
    box-shadow: 0 1px 3px 0 #eee;
}

.vote-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Kanit", sans-serif;
    cursor: pointer;
}

.div-block-33 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.upvote {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.product-container {
    display: -ms-grid;
    display: grid;
    margin-bottom: 20px;
    padding: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
   /*  -ms-grid-columns: 0.25fr 0.5fr 1fr 1fr 1fr;
    grid-template-columns: 0.25fr 0.5fr 1fr 1fr 1fr;*/
    -ms-grid-columns: 0.25fr 0.75fr 1fr 1fr;
    grid-template-columns: 0.25fr 0.75fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    border-radius: 10px;
    background-color: #fff;
    cursor: pointer;
}

    .product-container:hover {
        background-color: #f9f9f9;
    }

.image-container {
    width: 90px;
    height: 90px;
    min-height: 90px;
    min-width: 90px;
    margin-right: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-radius: 10px;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.text-block {
    padding-bottom: 10px;
    font-family: "Kanit", sans-serif;
    color: #1d1d21;
    font-size: 14px;
    font-weight: 500;
}

.div-block-33-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.div-block-33-copy-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.text-block-22 {
    font-family: "Kanit", sans-serif;
    color: #545465;
    font-size: 12px;
}

.button-4-copy {
    margin-left: 20px;
    padding-right: 30px;
    padding-left: 30px;
    border-style: solid;
    border-width: 1px;
    border-color: #0b2a8a;
    border-radius: 20px;
    background-color: #0b2a8a;
    color: #fff;
}

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

.text-block-copy {
    padding-bottom: 0px;
    font-family: "Kanit", sans-serif;
    color: #1d1d21;
    font-size: 16px;
    font-weight: 500;
}

.div-block-34 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.text-field {
    display: inline-block;
    max-width: 400px;
    margin-right: 10px;
    margin-bottom: 0px;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
}

    .text-field.jetboost-list-search-input-41wr {
        padding-left: 40px;
        border-radius: 20px;
        background-color: #e5e8f3;
        background-image: url('../images/search-icon.png');
        background-position: 3% 50%;
        background-size: 16px;
        background-repeat: no-repeat;
        font-family: "Kanit", sans-serif;
        color: #1d1d21;
    }

.submit-button-2 {
    display: none;
}

.dropdown-2 {
    width: 10%;
    margin-right: 1%;
    margin-left: 1%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.dropdown-toggle-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    margin-bottom: 10px;
    padding: 8px 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #bcc2c2;
    border-radius: 4px;
    font-size: 18px;
}

    .dropdown-toggle-2:hover {
        border-color: #787e7e;
    }

    .dropdown-toggle-2:focus {
        border-color: #48c0b9;
    }

    .dropdown-toggle-2::-webkit-input-placeholder {
        color: #dde4e4;
    }

    .dropdown-toggle-2:-ms-input-placeholder {
        color: #dde4e4;
    }

    .dropdown-toggle-2::-ms-input-placeholder {
        color: #dde4e4;
    }

    .dropdown-toggle-2::placeholder {
        color: #dde4e4;
    }

    .dropdown-toggle-2.role {
        height: auto;
        margin-bottom: 0px;
        padding-right: 10px;
        padding-left: 12px;
        border: 0px none transparent;
        border-radius: 8px;
        background-color: #e5e8f3;
    }

.dropdown-arrow {
    width: 16px;
    max-width: 100%;
    font-family: "Kanit", sans-serif;
    font-size: 16px;
}

.dropdown-list {
    right: 0px;
    width: 200px;
    padding: 20px;
    border: 1px solid #bcc2c2;
    border-radius: 4px;
    background-color: #fff;
}

    .dropdown-list.w--open {
        padding-top: 0px;
        border: 0px none transparent;
        border-radius: 8px;
        box-shadow: 2px 0 20px 3px rgba(0, 0, 0, 0.1);
    }

.text-block-23 {
    font-family: "Kanit", sans-serif;
    color: #1d1d21;
    font-size: 14px;
}

.checkbox-field-2 {
    margin-bottom: 10px;
}

.checkbox-2 {
    width: 15px;
    height: 15px;
    margin-right: 10px;
    border-color: #0b2a8a;
    background-color: #fff;
    cursor: pointer;
}

    .checkbox-2:hover {
        border-color: #787e7e;
    }

    .checkbox-2.w--redirected-checked {
        border-color: #0b2a8a;
        background-color: #0b2a8a;
        background-size: 14px;
    }

    .checkbox-2.w--redirected-focus {
        border-color: #0b2a8a;
        box-shadow: none;
    }

.checkbox-label {
    font-family: "Kanit", sans-serif;
    color: #1d1d21;
    font-weight: 400;
}

.text-block-24 {
    margin-top: 40px;
    margin-bottom: 10px;
    font-family: "Kanit", sans-serif;
    color: #1d1d21;
    font-weight: 500;
}

.text-block-24-copy {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: "Kanit", sans-serif;
    color: #1d1d21;
    font-weight: 500;
}

.title__list {
    margin-bottom: 10px;
    font-family: "Kanit", sans-serif;
    color: #1d1d21;
    line-height: 1.5;
    font-weight: 500;
}

.nav__container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 80vmax;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-template-areas: "Area Area-2 Area-3";
    -ms-grid-columns: auto auto auto;
    grid-template-columns: auto auto auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.blog-hero__text-wrapper-copy {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 55%;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
}

.body-4 {
    font-family: "Kanit", sans-serif;
}

.text-block-25 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Kanit, sans-serif;
    font-size: 18px;
    text-align: center;
}

.text-block-26 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Kanit, sans-serif;
    font-size: 18px;
    text-align: center;
}

.tabs-content {
    padding: 40px;
}

.tab-link-tab-1 {
    width: 50%;
    height: 70px;
    border-radius: 10px 0px 0px;
    font-size: 16px;
}

    .tab-link-tab-1.w--current {
        height: 70px;
        margin-top: auto;
        margin-bottom: auto;
        background-color: #fff;
    }

.tab-link-tab-2 {
    width: 50%;
    height: 70px;
    border-top-right-radius: 10px;
}

    .tab-link-tab-2.w--current {
        border-top-right-radius: 10px;
        background-color: #fff;
    }

.text-block-27 {
    display: block;
}

.nameerror {
    position: static;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 47%;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-family: Kanit, sans-serif;
    color: red;
    text-align: left;
}

.lastnameerror {
    width: 47%;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: 10px;
    font-family: Kanit, sans-serif;
    color: red;
}


.text-block-28 {
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: 20px;
    font-family: Kanit, sans-serif;
    color: red;
}

.text-block-err {
    display: none;
}

.text-block-29 {
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: 20px;
    font-family: Kanit, sans-serif;
    color: red;
}

.text-block-30 {
    margin-bottom: 10px;
    margin-left: 20px;
    font-family: Kanit, sans-serif;
    color: red;
}

@media screen and (min-width: 1280px) {
    .nav {
        padding-right: 10vw;
        padding-left: 10vw;
    }

    .nav__container {
        max-width: 100%;
    }

    .nav__menu {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .nav-shadow {
        height: 4em;
    }

    .intro {
        display: block;
        padding-right: 10vw;
        padding-left: 10vw;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .platform__text {
        margin-bottom: 40px;
    }

    .automation {
        display: block;
        padding-right: 9vw;
        padding-left: 7vw;
    }

    .integrations {
        display: block;
        padding-right: 10vw;
        padding-left: 10vw;
    }

    .selling__wrapper {
        max-width: 86em;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .website {
        padding: 20px 10vw 10px;
    }

    .footer {
        padding-right: 10vw;
        padding-left: 10vw;
    }

    .footer__wrapper {
        max-width: 100em;
    }

    .integrations__wrapper {
        max-width: 80em;
        margin-right: auto;
        margin-left: auto;
    }

    .auto__wrapper {
        max-width: 80em;
        margin-right: auto;
        margin-left: auto;
    }

    .blog-essential__article {
        width: 50%;
        opacity: 1;
    }

    .content__paragraph {
        font-size: 21px;
    }

    .content__text-block {
        font-size: 18px;
    }

    .slider.no-perspective {
        height: 700px;
    }

    .image {
        padding-top: 0px;
    }

    .slider-navigation._1 {
        height: 70px;
    }

    .auto__slider {
        padding-top: 20px;
    }

    .p__title {
        font-size: 24px;
    }

    .content__text-block-product {
        font-size: 18px;
    }

    .footer__content {
        max-width: 1024px;
    }

    .product__container {
        height: 80vh;
        padding-top: 100px;
    }

    .formatting__text-copy-copy {
        width: 80%;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .intro-feature {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-right: 10vw;
        padding-left: 10vw;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .blog-select__wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .website__logo {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-right: auto;
        margin-left: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
    }

    .about-hero__heading {
        font-size: 5em;
    }

    .about-hero__image {
        width: 60em;
    }

    .hero-text__paragraph {
        font-size: 24px;
    }

    .sharing__access {
        left: 22%;
        top: 10%;
        width: 10%;
    }

    .sharing__hand {
        left: 167px;
        width: 274px;
    }

    .sharing__image {
        width: 60%;
    }

    .sharing__plane-wrapper {
        right: 19px;
        width: auto;
    }

    .sharing__plane {
        width: 396px;
    }

    .decks__text-2 {
        margin-bottom: 140px;
    }

    .interface-2 {
        height: auto;
    }

    .platform {
        height: 100vh;
    }

    .image-45 {
        max-width: 45%;
    }

    .key__text-2-copy {
        display: none;
        margin-right: auto;
        margin-bottom: 40px;
        margin-left: auto;
    }

    .grid-wrapper.machinelearnfing {
        background-image: url('../images/05-Marketing-Style.png');
        background-position: 50% 50%;
        background-size: cover;
    }

    ._2-grid-wrapper {
        background-image: url('../images/02-3-Page-Syle.png');
        background-position: 0px 0px;
        background-size: cover;
    }

        ._2-grid-wrapper._2nd {
            background-image: url('../images/01-1-Page-Syle.png');
            background-size: cover;
        }

    .div-block-23 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-top: 0px;
        margin-bottom: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .div-block-24 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        grid-auto-columns: 1fr;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    }

    .newsletter-cta__container {
        padding-top: 3em;
        padding-bottom: 2em;
        padding-left: 3em;
    }

    .section-7 {
        margin-right: 10vw;
        margin-left: 10vw;
    }

    .container-3 {
        max-width: 100%;
    }

    .text-field-cf9 {
        margin-right: auto;
        margin-left: auto;
        font-family: Kanit, sans-serif;
    }

        .text-field-cf9.big {
            font-family: Kanit, sans-serif;
            font-weight: 400;
        }

        .text-field-cf9.extra-left {
            font-family: Kanit, sans-serif;
        }

    .text-field-cf9-copy {
        font-family: Kanit, sans-serif;
    }

    .div-block-28 {
        width: auto;
        max-width: 100%;
    }

    .template__section {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-right: 10vw;
        padding-left: 10vw;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .contact__heading {
        color: #fff;
    }

    .nav__container-2 {
        max-width: 100em;
    }
}

@media screen and (min-width: 1440px) {
    .nav__container {
        max-width: 100%;
    }

    .automation {
        padding-right: 11vw;
        padding-left: 8vw;
    }

    .integrations {
        padding-bottom: 100px;
    }

    .selling__text-paragraph {
        font-size: 21px;
        line-height: 1.8;
    }

    .integrations__text-paragraph {
        font-size: 21px;
        line-height: 1.8;
    }

    .blog-articles__paragraph {
        font-size: 21px;
        line-height: 1.8;
    }

    .content__text-block {
        display: block;
        font-size: 21px;
        line-height: 1.8;
        text-align: center;
    }

    .slider.no-perspective {
        height: 700px;
    }

    .text__slider {
        color: #6e6e73;
    }

    .auto__slider {
        display: none;
    }

    .p__title {
        font-size: 26px;
    }

    .p__content {
        opacity: 0.7;
    }

    .content__text-block-product {
        display: block;
        font-size: 21px;
        line-height: 1.8;
        text-align: center;
    }

    .footer__content {
        max-width: 1152px;
    }

    .product-wrapper {
        position: static;
    }

    .product__container {
        position: static;
    }

    .formatting__text-copy-copy {
        width: 800px;
    }

    .intro-feature {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .auto__paragraph.formatting__paragraph--space {
        font-size: 21px;
        line-height: 1.8;
    }

    .blog-product__image1 {
        width: 22vw;
        height: 15vw;
    }

    .blog-product__image2 {
        width: 22vw;
        height: 15vw;
    }

    .blog-product__image3 {
        width: 22vw;
        height: 15vw;
    }

    .blog-product__image4 {
        width: 22vw;
        height: 15vw;
    }

    .blog-product__image6 {
        width: 22vw;
        height: 15vw;
    }

    .blog-product__image5 {
        width: 22vw;
        height: 15vw;
    }

    .blog-product__image1-copy {
        width: 22vw;
        height: 15vw;
    }

    .blog-product__image2-copy {
        width: 22vw;
        height: 15vw;
    }

    .blog-product__image3-copy {
        width: 22vw;
        height: 15vw;
    }

    .blog-product__image1-copy {
        width: 22vw;
        height: 15vw;
    }

    .blog-product__image2-copy {
        width: 22vw;
        height: 15vw;
    }

    .blog-product__image3-copy {
        width: 22vw;
        height: 15vw;
    }

    .blog-product__image1-copy {
        width: 22vw;
        height: 15vw;
    }

    .blog-product__image2-copy {
        width: 22vw;
        height: 15vw;
    }

    .blog-product__image3-copy {
        width: 22vw;
        height: 15vw;
    }

    .caps__center {
        text-align: center;
    }

    .decks__caps {
        text-align: center;
    }

    .about-hero__heading {
        font-size: 6em;
    }

    .about-hero__image {
        width: 70em;
    }

    .auto__caps {
        text-align: left;
    }

    .integrations__caps {
        text-align: left;
    }

    .decks__text-paragraph-2 {
        font-size: 21px;
        line-height: 1.8;
    }

    .interface-2 {
        height: auto;
    }

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

    .key__text-2-copy {
        margin-right: auto;
        margin-left: auto;
    }

    ._2-grid-wrapper._2nd {
        min-width: 500px;
    }

    ._2-grid-wrapper._4th {
        min-width: 500px;
    }

    .newsletter-cta__image {
        right: 60px;
    }

    .text-field-cf9 {
        margin-right: auto;
        margin-left: auto;
    }

    .div-block-28 {
        width: auto;
    }

    .paragraph-6 {
        font-size: 21px;
    }

    .blog-hero__image {
        height: 800px;
    }

        .blog-hero__image.blog-hero__image--nomobile {
            height: auto;
        }

    .div-block-29 {
        -webkit-box-pack: end;
        -webkit-justify-content: end;
        -ms-flex-pack: end;
        justify-content: end;
        justify-items: stretch;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
    }

    .dropdown-arrow {
        width: 20px;
    }
}

@media screen and (min-width: 1920px) {
    .nav {
        padding-right: 15vw;
        padding-left: 15vw;
    }

    .nav__container {
        width: 100%;
        max-width: 100em;
        margin-left: 0px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        text-align: left;
    }

    .decks__text-heading {
        font-family: "Kanit", sans-serif;
        font-weight: 700;
    }

    .decks__image.decks__image--margin {
        border-radius: 20px;
    }

    .integrations__text-heading {
        font-family: 'Kanit', sans-serif;
        font-weight: 700;
    }

    .formatting__text-copy-copy {
        width: 800px;
    }

    .intro-feature {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .blog-articles__article-heading-2 {
        font-size: 2em;
    }

    .blog-recent__heading-2 {
        font-size: 2em;
    }

    .blog-recent__scrollable-copy {
        max-width: 100em;
    }

    .blog-product__container {
        max-width: 100em;
    }

    .blog-product__image1 {
        width: 32em;
        height: 22em;
    }

    .blog-product__image2 {
        width: 32em;
        height: 22em;
    }

    .blog-product__image3 {
        width: 32em;
        height: 22em;
    }

    .blog-product__image4 {
        width: 32em;
        height: 22em;
    }

    .blog-product__image6 {
        width: 32em;
        height: 22em;
    }

    .blog-product__image5 {
        width: 32em;
        height: 22em;
    }

    .blog-product__image1-copy {
        width: 32em;
        height: 22em;
    }

    .blog-product__image2-copy {
        width: 32em;
        height: 22em;
    }

    .blog-product__image3-copy {
        width: 32em;
        height: 22em;
    }

    .blog-select__container {
        max-width: 100em;
    }

    .blog-product__image1-copy {
        width: 32em;
        height: 22em;
    }

    .blog-product__image2-copy {
        width: 32em;
        height: 22em;
    }

    .blog-product__image3-copy {
        width: 32em;
        height: 22em;
    }

    .product__block-copy {
        display: none;
    }

    .blog-product__image1-copy {
        width: 32em;
        height: 22em;
    }

    .blog-product__image2-copy {
        width: 32em;
        height: 22em;
    }

    .blog-product__image3-copy {
        width: 32em;
        height: 22em;
    }

    .about-hero__image {
        width: 70em;
        margin-bottom: 6em;
    }

    .hero-text__paragraph {
        font-size: 26px;
    }

    .card__style {
        padding: 23px;
        border-radius: 20px;
        box-shadow: 0 24px 24px 0 rgba(0, 0, 0, 0.04), 0 16px 24px 0 rgba(0, 0, 0, 0.06), 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 0 1px 0 rgba(0, 0, 0, 0.06);
    }

    .sharing__plane-wrapper {
        top: -24px;
        right: 10px;
    }

    .interface-2 {
        height: auto;
        min-height: 55vh;
    }

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

    .question-wrapper-f66 {
        padding-right: 100px;
        padding-left: 100px;
    }

    .key__text-block-2-copy {
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
    }

    .key__text-2-copy {
        display: none;
        margin-right: auto;
        margin-left: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .blog-articles-copy {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .image-46 {
        max-width: 100%;
    }

    .card-australia {
        margin-right: 0px;
    }

    .newsletter-cta__container {
        max-width: 100em;
    }

    .container-3 {
        border-radius: 10px;
        box-shadow: 3px 0 26px 3px rgba(29, 29, 33, 0.27);
    }

    .text-field-cf9 {
        position: relative;
        left: auto;
        right: 0px;
        margin-right: auto;
        margin-left: auto;
    }

    .div-block-28 {
        border-radius: 0px;
    }

    .template__section {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .contact__heading {
        font-size: 2.8em;
        line-height: 1.2;
    }

    .blog-hero__image-link {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-right: 0px;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .blog-hero__wrapper {
        max-width: 100em;
    }

    .image-46-copy {
        max-width: 100%;
    }

    .table__blog {
        max-width: 100em;
    }

    .dropdown-arrow {
        width: 20px;
    }

    .nameerror {
        margin-right: 30px;
        margin-left: auto;
    }

    .lastnameerror {
        margin-left: auto;
    }
}

@media screen and (max-width: 991px) {
    .nav {
        padding: 0px 0vw;
    }

    .nav__container {
        position: relative;
        max-width: 100vmax;
        margin-right: 0px;
        margin-left: 0px;
        padding-right: 4vw;
        padding-left: 4vw;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
    }

    .nav__logo {
        padding-left: 0px;
    }

    .nav__menu {
        z-index: 9999;
        display: block;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        background-color: #fff;
        box-shadow: 0 4px 26px 0 rgba(0, 0, 0, 0.12);
    }

    .nav__mobilebutton {
        padding: 8px 0px 8px 8px;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        color: #2b2a35;
    }

        .nav__mobilebutton.w--open {
            background-color: transparent;
            color: #2b2a35;
        }

    .nav__buttons {
        position: absolute;
        right: 100px;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .button {
        display: none;
        padding: 10px;
    }

        .button.button--blue {
            display: none;
        }

    .nav__link-div {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: auto;
        padding: 1.6em 6vw 1.3em;
        border-top: 1px solid #dddfe5;
    }

        .nav__link-div:hover {
            border-bottom: 1px none #000;
        }

        .nav__link-div.nav__link-div--black:hover {
            border-bottom-style: none;
        }

        .nav__link-div.nav__link-div--black.nav__link-div--space {
            margin-right: 0px;
            padding-right: 6vw;
            padding-left: 6vw;
        }

            .nav__link-div.nav__link-div--black.nav__link-div--space.w--current {
                padding-right: 6vw;
                padding-left: 6vw;
                border-bottom-style: none;
            }

        .nav__link-div.nav__link-div--black.nav__link-div--space-left {
            margin-right: 0px;
            padding-right: 6vw;
            padding-left: 6vw;
        }

            .nav__link-div.nav__link-div--black.nav__link-div--space-left.w--current {
                padding-right: 6vw;
                padding-left: 6vw;
                border-bottom-style: none;
            }

        .nav__link-div.nav__link-div--black.nav__link-div--space-left-hide {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            margin-right: 0px;
            padding-right: 6vw;
            padding-left: 6vw;
        }

            .nav__link-div.nav__link-div--black.nav__link-div--space-left-hide.w--current {
                padding-right: 6vw;
                padding-left: 6vw;
                border-bottom-style: none;
            }

    .nav-shadow {
        height: 56px;
    }

    .intro {
        padding-bottom: 20px;
    }

    .platform__text {
        width: 80%;
    }

    .decks__image.decks__image--margin {
        border-radius: 8px;
    }

    .automation {
        padding-top: 60px;
    }

    .auto__text {
        width: 100%;
        margin-right: 0vw;
        margin-left: 0px;
        padding-bottom: 0px;
    }

    .integrations {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .integrations__text {
        width: 100%;
        margin-bottom: 40px;
        padding-top: 0px;
    }

    .integrations__text-heading {
        text-align: center;
    }

    .selling {
        padding-top: 60px;
    }

    .selling__text {
        width: 100%;
    }

    .website {
        display: none;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .title-text__heading.left {
        text-align: center;
    }

    .footer {
        padding-right: 4vw;
        padding-left: 4vw;
    }

    .footer__wrapper {
        display: block;
        grid-auto-columns: 1fr;
        grid-template-areas: "Area Area-2 Area-3" "Area-4 Area-4 .";
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    }

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

    .integrations__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .auto__wrapper {
        padding-bottom: 40px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .blog-essential {
        padding-right: 4vw;
        padding-left: 4vw;
    }

    .blog-articles__paragraph {
        text-align: center;
    }

    .blog-recent__image-link {
        padding-left: 0px;
    }

    .content__paragraph {
        padding-right: 100px;
        text-align: center;
    }

    .nav__mobileicon {
        color: #2b2a35;
        font-size: 32px;
    }

    .content__text-block {
        margin-bottom: 20px;
        text-align: left;
    }

    .slider.no-perspective {
        height: 550px;
        margin-bottom: 10px;
    }

    .image {
        width: 70%;
    }

    .slider-thumb-wrap-2-copy {
        width: 60px;
        height: 50px;
        margin-right: 35px;
        margin-left: 35px;
    }

    .slider-navigation-2.no-perspective {
        height: 80px;
    }

    .slider-navigation-2.default-no-perspective {
        height: 80px;
    }

    .slider-navigation.default-no-perspective {
        position: static;
        height: 20px;
        opacity: 1;
        font-size: 10px;
        line-height: 10px;
    }

    .slider-thumb-wrap-first {
        width: 60px;
        height: 50px;
        margin-right: 35px;
        margin-left: 35px;
    }

    .slider-thumb-wrap-2 {
        width: 80px;
        height: 80px;
        margin-right: 20px;
        margin-left: 20px;
    }

    .slide-6-copy {
        margin-top: 0px;
    }

    .slide__content {
        margin-top: 0px;
    }

    .slide-5-copy {
        margin-top: 0px;
    }

    .slide-7-copy {
        margin-top: 0px;
    }

    .auto__slider {
        display: block;
        margin-bottom: 20px;
    }

    .slide-4-copy {
        margin-top: 0px;
    }

    .p__title {
        font-family: "Kanit", sans-serif;
        font-size: 26px;
        line-height: 1.5;
    }

    .selling__container {
        width: 100%;
        padding-right: 30px;
        padding-left: 30px;
    }

    .icon-container {
        height: 20vw;
        padding: 5px;
    }

    .flex-horizontal-2.flip-svp {
        max-width: 100%;
    }

    .image__auto {
        position: static;
        width: 50vw;
        max-width: none;
    }

    .image-28 {
        margin-top: -40px;
    }

    .content__text-block-product {
        margin-bottom: 20px;
    }

    .product-image__wrapper {
        width: 100%;
        height: 300px;
    }

    .footer__div-block {
        max-width: 100%;
    }

    .footer__content {
        max-width: 90%;
        margin-right: 0px;
        margin-left: 0px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .contact__block {
        -ms-grid-columns: 1.5fr 0.75fr;
        grid-template-columns: 1.5fr 0.75fr;
    }

    .contact__left {
        padding-left: 0px;
    }

    .heading--white {
        padding-left: 0px;
        font-size: 22px;
    }

    .btn-big {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-right: 30px;
        padding-left: 30px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .product {
        padding-top: 60px;
        padding-bottom: 0px;
    }

    .product-wrapper {
        width: 100%;
        margin-top: 0px;
        margin-right: 0px;
        padding-top: 20px;
        padding-bottom: 100px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

    .product__container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
        height: auto;
        min-height: 50vh;
        clear: both;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .formatting__text-intro {
        width: 100%;
        margin-right: 0vw;
        margin-left: 0px;
        padding-bottom: 0px;
    }

    .image-29 {
        width: 100px;
        max-width: none;
    }

    .formatting__text-copy-copy {
        width: 100%;
        margin-right: 0vw;
        margin-left: 0px;
        padding-bottom: 65px;
    }

    .intro-feature {
        padding-bottom: 0px;
    }

    .intro__block {
        display: block;
        margin-bottom: 20px;
    }

    .auto__heading {
        text-align: center;
    }

    .auto__paragraph {
        text-align: center;
    }

        .auto__paragraph.formatting__paragraph--space {
            text-align: center;
        }

    .text__product {
        font-size: 20px;
        line-height: 28px;
    }

    .card__product {
        height: 50vh;
    }

    .blog-recent__container-2 {
        width: 145vw;
        padding-right: 10vw;
        padding-left: 10vw;
    }

    .blog-recent__scrollable-copy {
        display: block;
        overflow: auto;
        width: 100vw;
    }

    .product__block {
        padding-right: 4vw;
        padding-left: 4vw;
    }

    .blog-product__wrapper {
        display: none;
    }

    .blog-product__article {
        opacity: 1;
    }

    .blog-product__image1 {
        width: 100%;
        height: 28vw;
    }

    .blog-product__image2 {
        width: 100%;
        height: 28vw;
    }

    .blog-product__image3 {
        width: 100%;
        height: 28vw;
    }

    .blog-product__image4 {
        width: 100%;
        height: 28vw;
    }

    .blog-product__image6 {
        width: 100%;
        height: 28vw;
    }

    .blog-product__image5 {
        width: 100%;
        height: 28vw;
    }

    .blog-product__image1-copy {
        width: 100%;
        height: 28vw;
    }

    .blog-product__image2-copy {
        width: 100%;
        height: 28vw;
    }

    .blog-product__image3-copy {
        width: 100%;
        height: 28vw;
    }

    .blog-product__wrapper-copy {
        display: none;
    }

    .blog-essential__article-nr-2 {
        font-size: 3em;
        line-height: 1em;
    }

    .blog-select__wrapper {
        padding-bottom: 100px;
        grid-column-gap: 40px;
        opacity: 1;
    }

    .blog-select__container {
        opacity: 1;
    }

    .product__block-copy {
        padding-right: 4vw;
        padding-left: 4vw;
    }

    .blog-product__image1-copy {
        width: 100%;
        height: 28vw;
    }

    .blog-product__image2-copy {
        width: 100%;
        height: 28vw;
    }

    .blog-product__image3-copy {
        width: 100%;
        height: 28vw;
    }

    .product__block-copy {
        padding-right: 4vw;
        padding-left: 4vw;
    }

    .blog-product__image1-copy {
        width: 100%;
        height: 28vw;
    }

    .blog-product__image2-copy {
        width: 100%;
        height: 28vw;
    }

    .blog-product__image3-copy {
        width: 100%;
        height: 28vw;
    }

    .blog-product__wrapper-copy {
        display: none;
    }

    .blog-recent__container-2-copy-copy {
        width: 145vw;
        margin-top: 20px;
        padding-right: 4vw;
        padding-left: 4vw;
    }

    .intro__logos-wrapper {
        display: -ms-grid;
        display: grid;
        width: 100%;
        height: auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        justify-items: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        grid-auto-columns: 1fr;
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    }

    .caps__center {
        text-align: center;
    }

    .decks__caps {
        text-align: center;
    }

    .intro__container {
        display: none;
    }

    .about-hero__image {
        margin-bottom: 1em;
    }

    .hero-text__paragraph {
        font-size: 20px;
    }

    .auto__caps {
        text-align: center;
    }

    .integrations__caps {
        text-align: center;
    }

    .card__style {
        padding: 9px;
    }

    .decks__text-paragraph-2 {
        line-height: 1.6;
    }

    .sharing__plane-wrapper {
        right: 20px;
        width: 30%;
    }

    .custom-text__block {
        width: 80%;
        height: auto;
        min-height: 28vh;
        margin-bottom: 40px;
        padding-top: 100px;
    }

    .custom__text-heading {
        font-size: 3.5em;
    }

    .customer-hero {
        height: auto;
        min-height: 60vh;
    }

    .decks__text-2 {
        width: 80%;
    }

    .decks__text-heading-2 {
        margin-top: 10px;
    }

    .interface-2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: auto;
        padding-top: 60px;
    }

    .platform__wrapper {
        -webkit-transform: translate(0px, -24px);
        -ms-transform: translate(0px, -24px);
        transform: translate(0px, -24px);
    }

    .platform {
        height: 50vh;
        padding-top: 60px;
    }

    .image-45 {
        max-width: 45%;
    }

    .answer-text-f66 {
        line-height: 1.6;
    }

    .question-wrapper-f66 {
        margin-top: 5px;
        margin-bottom: 5px;
        padding: 10px;
    }

    .question-f66 {
        padding-right: 10px;
    }

        .question-f66:hover {
            text-decoration: none;
        }

    .key__text-block-2-copy {
        font-size: 4em;
    }

    .key__text-2-copy {
        width: 80%;
    }

    .blog-articles-copy {
        display: block;
        padding-top: 0px;
        padding-right: 4vw;
        padding-left: 4vw;
    }

    ._2-grid-container {
        padding-left: 15px;
    }

        ._2-grid-container.more-power {
            padding-left: 15px;
        }

    .heading.big {
        font-size: 54px;
    }

        .heading.big.top__card {
            font-size: 3.2em;
        }

    .grid-wrapper._4th._5th {
        max-width: 100%;
        min-height: 500px;
    }

    .grid-wrapper._6th {
        min-height: 480px;
    }

    .grid-wrapper.machinelearnfing {
        max-width: 100%;
        min-height: 500px;
    }

    .image5 {
        max-width: none;
    }

    ._2-grid-wrapper._2nd {
        padding-bottom: 30px;
    }

    ._2-grid-wrapper._2nd {
        padding-bottom: 30px;
    }

    ._2-grid-wrapper._4th {
        padding-bottom: 30px;
    }

    .image-4 {
        max-width: 100%;
    }

    .div-block-24 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .slider-2 {
        max-width: 300px;
    }

    .grid-text {
        height: 80px;
        padding-top: 4px;
        padding-bottom: 4px;
        padding-left: 16px;
    }

    .grid-2 {
        width: 90%;
        max-width: none;
    }

    .image-48 {
        min-width: 0px;
    }

    .image-49 {
        max-width: 12%;
    }

    .cards-grid-container {
        grid-column-gap: 20px;
    }

    .newsletter-cta {
        padding-right: 4vw;
        padding-left: 4vw;
    }

    .newsletter-cta__image {
        display: none;
    }

    .template__section {
        padding-bottom: 0px;
    }

    .contact__heading {
        text-align: center;
    }

    .blog-hero__text-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 40px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .blog-hero__image.blog-hero__image--nomobile {
        display: block;
        max-width: 80%;
    }

    .blog-hero {
        min-height: 60vh;
        padding-right: 4vw;
        padding-left: 4vw;
    }

    .blog-hero__image-link {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 40px;
        padding-left: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .blog-hero__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .image-7 {
        margin-top: 35px;
        margin-right: 0px;
        margin-left: 0px;
    }

    .intro__provider {
        padding-right: 4vw;
        padding-left: 4vw;
    }

    .table__block {
        padding-right: 4vw;
        padding-left: 4vw;
    }

    .table__blog {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .vote-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .product-container {
        -webkit-box-align: start;
        -webkit-align-items: start;
        -ms-flex-align: start;
        align-items: start;
    }

    .image-container {
        margin-right: 20px;
    }

    .div-block-33-copy {
        padding-left: 10px;
    }

    .div-block-33-copy-copy {
        padding-left: 10px;
    }

    .button-4-copy {
        margin-left: 0px;
    }

    .dropdown-2 {
        width: 15%;
    }

    .nav__container-2 {
        position: relative;
        max-width: 100vmax;
        margin-right: 0px;
        margin-left: 0px;
        padding-right: 4vw;
        padding-left: 4vw;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
    }

    .blog-hero__text-wrapper-copy {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 40px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media screen and (max-width: 767px) {
    .nav {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .nav__menu {
        padding-left: 0px;
    }

    .nav__mobilebutton {
        padding-right: 0px;
    }

    .button.button--blue {
        display: none;
    }

    .nav__link-div.nav__link-div--black.nav__link-div--space {
        padding-right: 6vw;
        padding-left: 6vw;
    }

        .nav__link-div.nav__link-div--black.nav__link-div--space.w--current {
            padding-right: 6vw;
            padding-left: 6vw;
        }

    .nav__link-div.nav__link-div--black.nav__link-div--space-left {
        padding-right: 6vw;
        padding-left: 6vw;
    }

        .nav__link-div.nav__link-div--black.nav__link-div--space-left.w--current {
            padding-right: 6vw;
            padding-left: 6vw;
        }

    .nav__link-div.nav__link-div--black.nav__link-div--space-left-hide {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-right: 6vw;
        padding-left: 6vw;
    }

        .nav__link-div.nav__link-div--black.nav__link-div--space-left-hide.w--current {
            padding-right: 6vw;
            padding-left: 6vw;
        }

    .intro {
        padding-bottom: 20px;
    }

    .platform__text {
        width: 90%;
    }

    .decks__text-heading {
        font-size: 2.6em;
    }

    .decks__image.decks__image--margin {
        border-radius: 6px;
    }

    .integrations__text-heading {
        font-size: 2.6em;
    }

    .selling__text {
        margin-bottom: 40px;
    }

    .selling__text-heading {
        font-size: 2.6em;
    }

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

    .website {
        display: none;
    }

    .title-text__heading {
        font-size: 2.6em;
    }

    .footer {
        padding-bottom: 0px;
    }

    .footer__wrapper {
        grid-template-areas: "Area Area-2" "Area-3 ." "Area-4 Area-4";
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: auto auto auto;
        grid-template-rows: auto auto auto;
    }

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

    .blog-recent__wrapper {
        -webkit-flex-basis: 19em;
        -ms-flex-preferred-size: 19em;
        flex-basis: 19em;
    }

    .blog-recent__paragraph {
        font-size: 1.1em;
        line-height: 1.7em;
    }

    .blog-essential {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .blog-essential__article {
        margin-bottom: 40px;
    }

    .blog-essential__article-heading {
        font-size: 1.6em;
        line-height: 1.5em;
    }

    .blog-articles__paragraph {
        font-size: 1.1em;
        line-height: 1.7em;
    }

    .content__paragraph {
        font-size: 16px;
    }

    .content__text-block {
        margin-bottom: 20px;
        font-size: 16px;
    }

    .slider.no-perspective {
        height: 450px;
        margin-bottom: 20px;
    }

    .image {
        width: 70%;
    }

    .slide__block {
        margin-top: 0px;
    }

    .slider-navigation-2.default-no-perspective {
        position: static;
        opacity: 1;
    }

    .slider-navigation.default-no-perspective {
        position: static;
        height: 20px;
        margin-top: 20px;
        opacity: 1;
        font-size: 10px;
        line-height: 10px;
    }

    .slide-6-copy {
        margin-top: 0px;
    }

    .slide__content {
        margin-top: 0px;
    }

    .slide-5-copy {
        margin-top: 0px;
    }

    .slide-7-copy {
        margin-top: 0px;
    }

    .auto__slider {
        display: block;
        padding-top: 0px;
        padding-right: 0px;
        padding-left: 0px;
    }

    .slide-4-copy {
        margin-top: 0px;
    }

    .p__title {
        font-family: "Kanit", sans-serif;
        font-size: 24px;
    }

    .p__content {
        font-size: 1em;
    }

    .selling__container {
        width: 100%;
    }

    .icon-container {
        height: 25vw;
        padding: 3px;
    }

    .track-vertical {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .marquee-cover-2 {
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, hsla(0, 0%, 100%, 0)), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(30%, hsla(0, 0%, 100%, 0)));
        background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 70%, #fff), linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0) 30%);
    }

    .flex-horizontal-2.flip-svp {
        max-width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .spacer-60 {
        height: 40px;
    }

    .marquee-2 {
        height: 70vw;
    }

    .image-28 {
        width: 35em;
    }

    .content__text-block-product {
        margin-bottom: 20px;
        font-size: 14px;
    }

    .product-image__wrapper {
        width: 100%;
    }

    .footer__div-block {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .footer__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer__left {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .footer__logo-2 {
        margin-bottom: 10px;
    }

    .footer__text-block {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .footer__right {
        display: none;
    }

    .contact__block {
        margin-bottom: 60px;
        padding-top: 60px;
        -ms-grid-columns: 1.5fr;
        grid-template-columns: 1.5fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    }

    .contact__left {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .heading--white {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .contact__content {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .contact-action__wrap {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .product {
        margin-top: 40px;
        padding: 40px 20px;
    }

    .product-wrapper {
        padding-top: 10px;
    }

    .product__container {
        margin-bottom: 0px;
    }

    .image-29 {
        width: 100px;
        max-width: none;
    }

    .formatting__text-copy-copy {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .auto__heading {
        font-size: 2.6em;
    }

    .auto__paragraph {
        font-size: 16px;
    }

    .blog-articles__article-heading-2 {
        font-size: 1.5em;
        line-height: 1.5em;
    }

    .blog-recent__heading-2 {
        font-size: 1.5em;
        line-height: 1.5em;
    }

    .blog-recent__container-2 {
        width: 170vw;
        padding-right: 4vw;
        padding-left: 4vw;
    }

    .product__block {
        margin-bottom: 40px;
    }

    .blog-product__article {
        border-radius: 0px;
        opacity: 1;
    }

    .blog-product__image1 {
        height: 60vw;
    }

    .blog-product__image2 {
        height: 60vw;
    }

    .blog-product__image3 {
        height: 60vw;
    }

    .blog-product__image4 {
        height: 60vw;
    }

    .blog-product__image6 {
        height: 60vw;
    }

    .blog-product__image5 {
        height: 60vw;
    }

    .blog-product__image1-copy {
        height: 60vw;
    }

    .blog-product__image2-copy {
        height: 60vw;
    }

    .blog-product__image3-copy {
        height: 60vw;
    }

    .blog-select__wrapper {
        display: block;
        opacity: 1;
    }

    .product__block-copy {
        margin-bottom: 40px;
    }

    .blog-product__image1-copy {
        height: 60vw;
    }

    .blog-product__image2-copy {
        height: 60vw;
    }

    .blog-product__image3-copy {
        height: 60vw;
    }

    .product__block-copy {
        margin-bottom: 40px;
    }

    .blog-product__image1-copy {
        height: 60vw;
    }

    .blog-product__image2-copy {
        height: 60vw;
    }

    .blog-product__image3-copy {
        height: 60vw;
    }

    .blog-recent__container-2-copy-copy {
        width: 170vw;
        padding-right: 4vw;
        padding-left: 4vw;
    }

    .intro__logos-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .website__logo {
        margin-bottom: 60px;
    }

    .about-hero__heading {
        margin-bottom: -1vh;
        font-size: 3em;
        line-height: 1.2;
        letter-spacing: -1px;
    }

    .about-hero__image {
        width: 35em;
        margin-bottom: 2em;
        margin-left: 0px;
    }

    .hero-text__paragraph {
        font-size: 18px;
    }

    .card__style {
        padding: 5px;
    }

    .decks__text-paragraph-2 {
        font-size: 16px;
        line-height: 1.6;
    }

    .sharing__image {
        width: 70%;
    }

    .custom-text__block {
        height: auto;
        margin-bottom: 40px;
    }

    .custom__text-heading {
        min-width: 400px;
        font-size: 2.8em;
    }

    .customer-hero {
        height: auto;
    }

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

    .decks__text-2 {
        width: 90%;
    }

    .decks__text-heading-2 {
        margin-top: 10px;
        font-size: 2.6em;
    }

    .interface-2 {
        height: auto;
    }

    .platform {
        height: 70vh;
    }

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

    .answer-text-f66 {
        width: 90%;
    }

    .text-question-f66 {
        padding-right: 10px;
    }

    .question-f66 {
        line-height: 24px;
    }

    .icon-wrapper-f66 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-top: 5px;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .arrow-blue-f66 {
        left: auto;
        top: auto;
        right: auto;
        bottom: auto;
    }

    .key__text-block-2-copy {
        font-size: 2.6em;
    }

    .key__text-2-copy {
        width: 90%;
    }

    .blog-articles-copy {
        margin-bottom: 40px;
    }

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

        .heading.big.top__card {
            font-size: 2.6em;
        }

    .grid-wrapper._4th._5th {
        margin-bottom: 40px;
    }

    .div-block-23 {
        margin-bottom: 20px;
    }

    .slider-2 {
        max-width: 230px;
    }

    .answer-text-f66-copy {
        width: 90%;
    }

    .image-49 {
        max-width: 16%;
    }

    .previous {
        position: fixed;
        z-index: 6;
    }

    .form-content {
        width: 90%;
    }

    .checkbox_wrap {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .mobile-nav-bottom {
        position: fixed;
        left: 0%;
        top: auto;
        right: 0%;
        bottom: 0%;
        z-index: 5;
        display: block;
        height: 100px;
        border-top: 1px solid rgba(131, 149, 177, 0.15);
        background-color: #fff;
    }

    .next {
        position: fixed;
        z-index: 6;
    }

    .form12_checkbox_field {
        width: 48%;
        margin-right: 0px;
        margin-bottom: 15px;
        margin-left: 0px;
    }

    .form-wrapper {
        width: 100%;
    }

    .cards-grid-container {
        max-width: none;
        -ms-grid-row-align: stretch;
        align-self: stretch;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto auto auto;
        grid-template-rows: auto auto auto;
    }

    .p__regis-block {
        font-size: 16px;
    }

    .footer___right {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .newsletter-cta__container {
        padding-right: 2em;
        opacity: 0;
    }

    .newsletter-cta__heading {
        font-size: 2.3em;
        line-height: 1.2em;
    }

    .section-7 {
        padding-right: 15px;
        padding-left: 15px;
    }

    .text-field-cf9 {
        width: 97%;
        min-width: 300px;
        margin-left: 0px;
        font-size: 14px;
    }

        .text-field-cf9.big {
            width: 100%;
            margin-left: 0px;
        }

        .text-field-cf9.extra-left {
            /*margin-top: 30px;*/
            margin-left: 0px;
        }

    .form-title-cf9 {
        line-height: 1.4;
    }

    .form-subwrapper-cf9 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .text-field-cf9-copy {
        min-width: 300px;
        font-size: 14px;
    }

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

    .contact__heading {
        font-size: 2.6em;
    }

    .blog-hero {
        padding-top: 80px;
    }

    .blog-hero__image-link {
        padding-left: 0px;
    }

    .blog-hero__wrapper {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .title__gradient {
        font-size: 2.8em;
    }

    .image-7 {
        margin-right: 0px;
    }

    .intro__provider {
        padding-top: 80px;
    }

    .div-block-29 {
        margin-right: auto;
        margin-left: auto;
    }

    .table__block {
        margin-bottom: 0px;
    }

    .vote-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-left: 0px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .upvote {
        margin-left: 0px;
    }

    .product-container {
        -ms-grid-columns: 0.25fr 0.5fr 1fr 1fr;
        grid-template-columns: 0.25fr 0.5fr 1fr 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    }

    .button-4-copy {
        margin-left: 0px;
    }

    .text-field.jetboost-list-search-input-41wr {
        max-width: 300px;
    }

    .dropdown-2 {
        width: 18%;
        margin-right: 0%;
        margin-left: 0%;
    }

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

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

    .tabs-content {
        padding: 20px;
    }

    .nameerror {
        margin-top: -80px;
        margin-left: 0px;
        display: none;
    }

    .lastnameerror {
        margin-top: 50px;
        margin-left: 0px;
        display: none;
    }

    .text-block-28 {
        margin-left: 0px;
    }

    .text-block-err {
        display: block;
        margin-bottom: 10px;
    }

    .text-block-29 {
        margin-left: 0px;
    }

    .text-block-30 {
        margin-left: 0px;
    }
}

@media screen and (max-width: 479px) {
    .nav {
        width: 100%;
        height: 56px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .nav__container {
        width: 100%;
        height: 56px;
    }

    .nav__buttons {
        right: 70px;
    }

    .button.button--blue {
        display: none;
    }

    .nav__link-div.nav__link-div--black.nav__link-div--space {
        padding-right: 6vw;
        padding-left: 6vw;
    }

        .nav__link-div.nav__link-div--black.nav__link-div--space.w--current {
            padding-right: 6vw;
            padding-left: 6vw;
        }

    .nav__link-div.nav__link-div--black.nav__link-div--space-left {
        padding-right: 6vw;
        padding-left: 6vw;
    }

        .nav__link-div.nav__link-div--black.nav__link-div--space-left.w--current {
            padding-right: 6vw;
            padding-left: 6vw;
        }

    .nav__link-div.nav__link-div--black.nav__link-div--space-left-hide {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-right: 6vw;
        padding-left: 6vw;
    }

        .nav__link-div.nav__link-div--black.nav__link-div--space-left-hide.w--current {
            padding-right: 6vw;
            padding-left: 6vw;
        }

    .nav-shadow {
        display: block;
    }

    .intro {
        padding-top: 60px;
    }

    .decks__text-heading {
        margin-bottom: 0px;
        font-size: 28px;
        line-height: 1.4;
    }

    .decks__grid.decks__grid--margin {
        margin-right: 2vw;
    }

    .decks__image {
        width: 30vw;
    }

        .decks__image.decks__image--margin {
            margin-bottom: 1vh;
            border-radius: 6px;
        }

        .decks__image.decks__image--margin {
            margin-bottom: 1vh;
        }

    .auto__text {
        padding-top: 0px;
    }

    .integrations__text-heading {
        font-size: 28px;
        line-height: 1.4;
    }

    .selling__text-heading {
        font-size: 28px;
        line-height: 1.4;
    }

    .selling__text-paragraph {
        font-size: 16px;
        line-height: 1.6;
    }

    .website {
        display: none;
    }

    .title-text__heading {
        max-width: 77em;
        margin-top: 0px;
        margin-right: 0px;
        margin-left: 0px;
        font-size: 28px;
        line-height: 1.4;
    }

    .footer {
        padding-bottom: 0px;
    }

    .integrations__text-paragraph {
        font-size: 16px;
        line-height: 1.6;
    }

    .blog-articles__paragraph {
        text-align: center;
    }

    .content__text-block {
        margin-bottom: 20px;
        font-size: 16px;
        text-align: center;
    }

    .slider.no-perspective {
        height: 510px;
        margin-bottom: 20px;
    }

    .image {
        width: 100%;
    }

    .slider-navigation.default-no-perspective {
        margin-top: 0px;
    }

    .slide__content {
        position: static;
    }

    .auto__slider {
        display: block;
    }

    .p__title {
        margin-bottom: 20px;
        font-family: "Kanit", sans-serif;
        color: #2b2a35;
        font-size: 20px;
        text-align: center;
    }

    .p__content {
        font-size: 1em;
    }

    .selling__container {
        padding-right: 15px;
        padding-left: 15px;
    }

        .selling__container.flex-vertical {
            max-width: 100%;
        }

    .spacer-30._15-xsvp {
        height: 15px;
    }

    .icon-container {
        padding: 0px;
    }

    .flex-horizontal-2 {
        max-width: 100%;
    }

    .flex-vertical.marquee-fix {
        margin-top: 15px;
    }

    .image__auto {
        width: 70vw;
        padding-top: 10px;
    }

    .image-28 {
        width: 20em;
        margin-top: -40px;
        padding-right: 0vh;
        padding-left: 0vh;
    }

    .content__text-block-product {
        margin-bottom: 20px;
        text-align: center;
    }

    .btn--small {
        display: block;
        text-align: center;
    }

    .product-image__wrapper {
        width: 100%;
    }

    .footer__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer__left {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .footer__logo-2 {
        margin-bottom: 0px;
    }

    .footer__text-block {
        display: none;
    }

    .footer__right {
        display: none;
    }

    .contact__block {
        max-width: 90%;
        margin-bottom: 40px;
        padding-top: 20px;
        justify-items: center;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    }

    .heading--white {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-top: 40px;
        padding-right: 0px;
        padding-left: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 20px;
        line-height: 40px;
        text-align: center;
    }

    .contact__content {
        text-align: center;
    }

    .btn-big {
        display: block;
        padding: 14px 25px;
        text-align: center;
    }

    .product {
        margin-top: 0px;
        padding: 40px 0vw 0px;
    }

    .product-wrapper {
        width: 90%;
    }

    .product__container {
        width: 100%;
        height: auto;
        max-width: none;
        min-height: auto;
        margin-bottom: 0px;
    }

    .image-29 {
        width: 100px;
        max-width: none;
    }

    .formatting__text-copy-copy {
        padding-right: 4vw;
        padding-bottom: 20px;
        padding-left: 4vw;
    }

    .intro__block {
        position: relative;
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
    }

    .auto__heading {
        font-size: 28px;
    }

    .blog-recent__container-2 {
        width: 240vw;
    }

    .blog-select__wrapper {
        opacity: 1;
    }

    .blog-recent__container-2-copy-copy {
        width: 240vw;
    }

    .caps__center {
        font-size: 14px;
        text-align: center;
    }

    .decks__caps {
        font-size: 14px;
        text-align: center;
    }

    .about-hero__heading {
        margin-top: 20px;
        font-size: 2.5em;
        line-height: 1.2;
    }

    .about-hero__image {
        width: 32em;
        margin-bottom: 2.5em;
    }

    .hero-text__paragraph {
        font-size: 1.3em;
        line-height: 1.5;
    }

    .auto__caps {
        font-size: 14px;
        text-align: center;
    }

    .integrations__caps {
        font-size: 14px;
        text-align: center;
    }

    .card__style {
        padding: 3px;
    }

    .decks__text-paragraph-2 {
        font-size: 16px;
        line-height: 1.6;
    }

    .sharing__access {
        left: 8%;
        width: 20%;
    }

    .sharing__image {
        width: 100%;
    }

    .sharing__plane-wrapper {
        right: -13px;
    }

    .sharing__plane {
        max-width: 70%;
    }

    .custom-text__block {
        width: 90%;
        height: auto;
        margin-right: auto;
        margin-bottom: 20px;
        margin-left: auto;
        padding-top: 100px;
        padding-right: 0px;
        padding-left: 0px;
    }

    .custom__text-heading {
        max-width: none;
        margin-top: 0px;
        margin-bottom: 20px;
        font-size: 30px;
    }

    .customer-hero {
        height: auto;
        min-height: 52vh;
    }

    .hero__container {
        padding-right: 10px;
        padding-left: 10px;
    }

    .decks__text-2 {
        margin-bottom: 120px;
    }

    .decks__text-heading-2 {
        margin-top: 100px;
        font-size: 28px;
        line-height: 1.4;
    }

    .interface-2 {
        height: auto;
        padding-top: 0px;
    }

    .platform__wrapper {
        width: 180vw;
    }

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

    .answer-text-f66 {
        font-size: 16px;
    }

    .blog-articles-copy {
        display: block;
        padding-top: 20px;
    }

    .m1-wrapper {
        width: auto;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        justify-items: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-content: space-around;
        -ms-flex-line-pack: distribute;
        align-content: space-around;
        -ms-grid-columns: 0.25fr;
        grid-template-columns: 0.25fr;
    }

        .m1-wrapper.pricing-wrapper {
            -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
            justify-content: space-around;
            justify-items: stretch;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-align-content: space-around;
            -ms-flex-line-pack: distribute;
            align-content: space-around;
            -ms-grid-columns: 1fr;
            grid-template-columns: 1fr;
        }

    .heading-3 {
        width: 320px;
        margin-right: auto;
        margin-left: auto;
        line-height: 1.1em;
        text-align: center;
    }

    .div-block-5 {
        padding-right: 0px;
    }

    .div-block-4 {
        margin-top: -59px;
    }

    .heading-2 {
        padding-left: 0px;
        border-left-style: none;
    }

    ._2-grid-container {
        max-width: 320px;
        margin-bottom: 0px;
        padding-right: 0px;
        padding-left: 0px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

        ._2-grid-container.more-power {
            max-width: 300px;
            margin-bottom: 20px;
            padding-left: 10px;
        }

        ._2-grid-container.ml-div {
            max-width: 320px;
            margin-bottom: 0px;
            padding-top: 33px;
            padding-left: 10px;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            border-radius: 0px;
        }

    .heading.big {
        font-size: 48px;
        line-height: 1.4em;
        text-align: center;
    }

        .heading.big.top__card {
            margin-top: 60px;
            font-size: 28px;
            line-height: 1.4;
            font-weight: 700;
            text-align: center;
            letter-spacing: 0px;
        }

    .grid-wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

        .grid-wrapper._4th._5th {
            margin-bottom: 0px;
            padding-right: 2vw;
            padding-left: 2vw;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            border-radius: 0px;
        }

        .grid-wrapper._6th {
            width: 100%;
            max-width: 100%;
            margin-right: 0px;
            margin-bottom: 16px;
            margin-left: 0px;
            -ms-grid-rows: auto auto;
            grid-template-rows: auto auto;
            border-radius: 0px;
        }

        .grid-wrapper.machinelearnfing {
            width: 100%;
            max-width: 100%;
            margin-right: 0px;
            margin-left: 0px;
            justify-items: center;
            -ms-grid-row-align: center;
            align-self: center;
            -ms-grid-columns: 1fr;
            grid-template-columns: 1fr;
            -ms-grid-rows: auto auto;
            grid-template-rows: auto auto;
            border-radius: 0px;
            background-size: cover;
            background-repeat: no-repeat;
        }

    ._19px {
        max-width: 300px;
        text-align: center;
    }

    .image5 {
        max-width: 100%;
        margin-bottom: 0px;
    }

    .bold-text-8 {
        font-size: 60px;
        line-height: 0em;
    }

    ._2-grid-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-left: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 0px;
        background-size: cover;
    }

        ._2-grid-wrapper._2nd {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            padding-left: 0px;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            border-radius: 0px;
        }

        ._2-grid-wrapper._2nd {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            padding-left: 0px;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            border-radius: 0px;
        }

        ._2-grid-wrapper._4th {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            padding-left: 0px;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            border-radius: 0px;
        }

    .image-4 {
        display: none;
        margin-bottom: 36px;
    }

        .image-4.mobile {
            display: inline-block;
            margin-top: -99px;
            margin-bottom: 0px;
            text-align: center;
        }

    ._19px-2 {
        max-width: 250px;
        text-align: left;
    }

        ._19px-2._28px {
            margin-bottom: 10px;
            color: #fff;
            font-size: 19px;
            line-height: 1.4em;
            text-align: center;
        }

    .div-block-8 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .div-block-8.ml {
            margin-left: 0px;
            padding-left: 0px;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
        }

    ._21px-copy {
        display: none;
        max-width: 300px;
        padding-left: 5px;
    }

    .div-block-3 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .other-project-image {
        width: 260px;
    }

    .image-46 {
        max-width: 100%;
    }

    .div-block-23 {
        margin-bottom: 0px;
        padding-top: 40px;
    }

    .div-block-24 {
        display: block;
    }

    .slider-2 {
        height: 80%;
        max-width: 300px;
    }

    .slide-6 {
        margin-bottom: 70px;
    }

    .image-47 {
        max-width: 100%;
    }

    .slide-7 {
        margin-bottom: 70px;
    }

    .div-block-25 {
        margin-top: -20px;
        padding-top: 0px;
    }

    .grid-text {
        padding-right: 10px;
        padding-left: 10px;
    }

    .grid-2 {
        -ms-grid-rows: auto auto auto auto;
        grid-template-rows: auto auto auto auto;
    }

    ._21px-copy-copy {
        display: block;
        max-width: 300px;
        margin-bottom: 0px;
        margin-left: 0px;
        padding-left: 0px;
        font-family: "Kanit", sans-serif;
        line-height: 4;
        font-weight: 600;
    }

    .image-48 {
        width: 287px;
        max-width: none;
    }

    .image-49 {
        max-width: 20%;
    }

    .previous {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        max-width: 75px;
    }

    .mask {
        position: static;
        height: 100%;
    }

    .slider-content-wrap {
        width: 100%;
        margin-bottom: 140px;
        padding: 50px 10px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .slider-3 {
        height: auto;
    }

    .form-content {
        width: 100%;
    }

    .checkbox_wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .submit-button {
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 0px;
        margin-bottom: -85px;
    }

    .form12_checkbox_field {
        width: 49%;
        height: 130px;
        min-width: auto;
        margin-right: 0px;
        margin-bottom: 15px;
    }

    .form-section-title {
        font-size: 2em;
        line-height: 1.3em;
    }

    .cards-grid-container {
        margin-right: 0px;
        margin-left: 0px;
        padding: 20px 4vw;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .p__regis-block {
        font-size: 14px;
    }

    .footer___right {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .container-3 {
        margin-top: -72px;
    }

    .text-field-cf9 {
        width: auto;
        min-width: 0px;
        margin-right: 0px;
        margin-left: 0px;
        font-size: 12px;
    }

        .text-field-cf9.big {
            width: 100%;
        }

        .text-field-cf9.extra-left {
            /*            margin-top: 40px;
*/
        }

    .form-title-cf9 {
        font-size: 18px;
        line-height: 1.4;
    }

    .form-cf9 {
        min-width: 200px;
        font-size: 12px;
    }

    .form-subwrapper-cf9 {
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .submit-button-cf9 {
        margin-right: 0px;
        margin-left: 0px;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .text-field-cf9-copy {
        width: auto;
        min-width: 0px;
        font-size: 12px;
    }

    .template__section {
        padding-right: 0vw;
        padding-left: 0vw;
    }

    .contact__heading {
        max-width: 77em;
        margin: 0px;
        font-size: 21px;
        line-height: 1.4;
    }

    .blog-hero__text-wrapper {
        margin-bottom: 40px;
    }

    .blog-hero__image.blog-hero__image--nomobile {
        max-width: 100%;
    }

    .blog-hero {
        min-height: 50vh;
        padding-bottom: 60px;
    }

    .blog-hero__image-link {
        margin-bottom: 10px;
    }

    .blog-hero__wrapper {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .image-46-copy {
        max-width: 100%;
    }

    .hero-button-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cta-main {
        width: 170px;
        margin-right: 0px;
        margin-left: 0px;
        padding-right: 5px;
        padding-left: 5px;
    }

    .title__gradient {
        font-size: 2.4em;
        line-height: 1.4;
        text-align: center;
    }

    .image-7 {
        height: 24vh;
        margin-top: 0px;
        margin-right: 0px;
    }

    .intro__provider {
        padding-top: 0px;
        padding-bottom: 60px;
    }

    .div-block-30 {
        min-width: 100px;
    }

    .table__block {
        margin-bottom: 0px;
    }

    .table__blog {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .div-block-32 {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .div-block-33 {
        grid-column-gap: 0px;
        -ms-grid-columns: 0.25fr 0.5fr 1fr;
        grid-template-columns: 0.25fr 0.5fr 1fr;
    }

    .product-container {
        grid-column-gap: 1px;
        /*-ms-grid-columns: 0.25fr 1fr;
        grid-template-columns: 0.25fr 1fr;*/
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: auto auto auto;
        grid-template-rows: auto auto auto;
    }

    .image-container {
        margin-right: 20px;
    }

    .div-block-33-copy {
        padding-left: 0px;
    }

    .div-block-33-copy-copy {
        padding-left: 0px;
    }

    .div-block-34 {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .text-field.jetboost-list-search-input-41wr {
        max-width: 150px;
        background-position: 5% 50%;
    }

    .dropdown-2 {
        width: 30%;
    }

    .title__list {
        font-size: 28px;
        line-height: 1.4;
        text-align: center;
    }

    .blog-hero__text-wrapper-copy {
        margin-bottom: 40px;
        padding-top: 40px;
    }

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

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

    .tab-link-tab-2 {
        position: absolute;
        left: auto;
        top: 0%;
        right: 0%;
        bottom: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .nameerror {
        position: static;
        left: 0%;
        top: 0%;
        right: auto;
        bottom: auto;
        margin-top: -90px;
        margin-bottom: 20px;
        padding-bottom: 0px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        font-size: 12px;
    }

    .lastnameerror {
        margin-top: 50px;
        font-size: 12px;
    }

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

    .text-block-err {
        display: none;
    }

    .text-block-err {
        display: block;
        margin-bottom: 10px;
    }
}

#w-node-_32e10129-2707-fa69-8e71-2a2e29fe89b8-29fe89b6 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: Area;
}

.nav__container-2 > #w-node-_32e10129-2707-fa69-8e71-2a2e29fe89b8-29fe89b6 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

#w-node-_32e10129-2707-fa69-8e71-2a2e29fe89df-29fe89b6 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: Area-3;
}

.nav__container-2 > #w-node-_32e10129-2707-fa69-8e71-2a2e29fe89df-29fe89b6 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

@media screen and (max-width: 991px) {
    .footer__wrapper > #w-node-_32e10129-2707-fa69-8e71-2a2e29fe89b8-29fe89b6 {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .footer__wrapper > #w-node-_32e10129-2707-fa69-8e71-2a2e29fe89df-29fe89b6 {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }
}

@media screen and (max-width: 767px) {
    .footer__wrapper > #w-node-_32e10129-2707-fa69-8e71-2a2e29fe89b8-29fe89b6 {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .footer__wrapper > #w-node-_32e10129-2707-fa69-8e71-2a2e29fe89df-29fe89b6 {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }
}

#w-node-_8b526d89-3908-e812-61b2-83d876fd67c1-4272fd90 {
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-_6bf91681-c280-8338-8b38-01a74cb0e240-4272fd90 {
    -ms-grid-column-align: end;
    justify-self: end;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
}

#w-node-_6bf91681-c280-8338-8b38-01a74cb0e246-4272fd90 {
    -ms-grid-column-align: center;
    justify-self: center;
}

#w-node-_3b46809d-2eb7-ddf3-f498-f502af867086-4272fd90 {
    -ms-grid-column-align: end;
    justify-self: end;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

#w-node-a6b072eb-1e0e-4630-9306-f5775a049277-4272fd90 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
}

#w-node-_94e87735-34a0-3602-693b-91fb108e9395-4272fd90 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
}

#w-node-_2851e80e-0e48-4897-9ee5-48c7e4d72acd-4272fd90 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

#w-node-_2851e80e-0e48-4897-9ee5-48c7e4d72ae7-4272fd90 {
    -ms-grid-column-align: end;
    justify-self: end;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

#w-node-e822a944-a8f7-ebb8-e1b6-5896546e97b5-da651030 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-column-align: end;
    justify-self: end;
}

@media screen and (min-width: 1920px) {
    #w-node-a6b072eb-1e0e-4630-9306-f5775a049277-4272fd90 {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
    }

    #w-node-_94e87735-34a0-3602-693b-91fb108e9395-4272fd90 {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
    }
}

@media screen and (max-width: 991px) {
    #w-node-e822a944-a8f7-ebb8-e1b6-5896546e97b5-da651030 {
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-column-align: end;
        justify-self: end;
    }
}

@media screen and (max-width: 767px) {
    #w-node-e822a944-a8f7-ebb8-e1b6-5896546e97b5-da651030 {
        -ms-grid-column-span: 3;
        grid-column-end: 5;
        -ms-grid-column: 2;
        grid-column-start: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 3;
        -ms-grid-row: 2;
        grid-row-start: 2;
        -ms-grid-column-align: start;
        justify-self: start;
    }
}

@media screen and (max-width: 479px) {
    #w-node-_42691b02-f63b-af85-2a32-bc03d317a029-4272fd90 {
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
    }

    #w-node-c2e4c0fb-31af-5b29-7dd9-6de191416805-4272fd90 {
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
    }

    #w-node-_706ebebf-3df1-825c-9743-71a1bec4ff61-4272fd90 {
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
    }

    #w-node-_8b526d89-3908-e812-61b2-83d876fd67c1-4272fd90 {
        -ms-grid-column-align: center;
        justify-self: center;
    }

    #w-node-_8b526d89-3908-e812-61b2-83d876fd67c3-4272fd90 {
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
        -ms-grid-column-align: center;
        justify-self: center;
    }

    #w-node-_6bf91681-c280-8338-8b38-01a74cb0e240-4272fd90 {
        -ms-grid-column-align: center;
        justify-self: center;
    }

    #w-node-a6b072eb-1e0e-4630-9306-f5775a049282-4272fd90 {
        -ms-grid-column-align: auto;
        justify-self: auto;
    }

    #w-node-_94e87735-34a0-3602-693b-91fb108e93a0-4272fd90 {
        -ms-grid-column-align: auto;
        justify-self: auto;
    }

    #w-node-_2851e80e-0e48-4897-9ee5-48c7e4d72ae7-4272fd90 {
        -ms-grid-column-align: center;
        justify-self: center;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        -webkit-box-ordinal-group: 10000;
        -webkit-order: 9999;
        -ms-flex-order: 9999;
        order: 9999;
    }

    #w-node-e822a944-a8f7-ebb8-e1b6-5896546e97ac-da651030 {
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 3;
        -ms-grid-row: 2;
        grid-row-start: 2;
    }

    #w-node-f4f8a2f6-e773-d9a8-2220-88ddeff154fc-da651030 {
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row-align: start;
        align-self: start;
    }

    #w-node-_471f6116-a425-bd2e-a0a8-a80b9eac682c-da651030 {
        -ms-grid-column-span: 2;
        grid-column-end: 4;
        -ms-grid-column: 2;
        grid-column-start: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 3;
        -ms-grid-row: 2;
        grid-row-start: 2;
    }

    #w-node-e822a944-a8f7-ebb8-e1b6-5896546e97b5-da651030 {
        -ms-grid-column: 2;
        grid-column-start: 2;
        -ms-grid-column-span: 3;
        grid-column-end: 5;
        -ms-grid-row: 3;
        grid-row-start: 3;
        -ms-grid-row-span: 1;
        grid-row-end: 4;
    }
}

@font-face {
    font-family: 'Eina';
    src: url('../fonts/eina-bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Eina';
    src: url('../fonts/eina-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Eina';
    src: url('../fonts/Eina01-SemiboldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Eina';
    src: url('../fonts/Eina01-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Eina';
    src: url('../fonts/Eina01-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Eina';
    src: url('../fonts/Eina01-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Eina';
    src: url('../fonts/Eina03-SemiBold.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
