.aiDot-cloud-bg {
    box-sizing: border-box;
    background-color: #ffffff;
}
.aiDot-cloud-bg * { box-sizing: inherit;}
.aiDot-cloud-column {
    width: 100%;
}
.aiDot-cloud-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.aiDot-cloud-title {
    font-size: 40px;
    color: #1f2429;
    letter-spacing: 0;
    line-height: 64px;
    font-weight: 800;
    text-align: center;
}
.aiDot-cloud-banner {
    width: 100%;
    height: auto;
    position: relative;
}
.aiDot-cloud-banner img {
    max-width: 100%;
}
.aiDot-cloud-banner .aiDot-cloud-container {
    position: absolute;
    top: 0;
    left: 15%;
    height: 100%;
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.aiDot-banner-title {
    font-size: 2.5vw;
    line-height: 1.6;
    text-align: left;
}
.aiDot-banner-description {
    color: #585f66;
    letter-spacing: 0;
    font-weight: 500;
    font-size: calc(24 / 2580 * 100vw);
    line-height: 1.5;
}
a.aiDot-banner-join {
    background: #00c58d;
    height: calc(80 / 2580 * 100vw);
    min-height: 30px;
    border-radius: calc(40 / 2580 * 100vw);
    cursor: pointer;
    width: calc(280 / 2580 * 100vw);
    font-size: calc(28 / 2580 * 100vw);
    color: #ffffff;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
    margin-top: calc(60 / 2580 * 100vw);
    min-width: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
}
a.aiDot-banner-join:hover {
    background: #00c58d;
    opacity: 0.75;
    text-decoration: none;
}
.aiDot-cloud-key {
    padding-bottom: 40px;
    position: relative;
    z-index: 2;
}
.aiDot-cloud-key .aiDot-cloud-container {
    margin-top: -64px;
}
.aiDot-key-container {
    background: #ffffff;
    border: 1px solid rgba(234, 238, 241, 1);
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
    border-radius: 24px;
    padding: 64px 64px 80px 64px;
}
.aiDot-key-list {
    display: flex;
    justify-content: space-between;
    margin-top: 48px;
}
.aiDot-key-item {
    width: 200px;
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 152px;
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 32px;
    font-weight: 500;
    text-align: center;
    border-radius: 20px;
    white-space: nowrap;
}
.aiDot-key-item.human {
    background-image: url("https://d1zajr8axnrmfh.cloudfront.net/static/shop/image/7db52346527ce807fb8e9f58d005f16f.png");
}
.aiDot-key-item.pet {
    background-image: url("https://d1zajr8axnrmfh.cloudfront.net/static/shop/image/1641fc5024d97ae79939f63d815d48b4.png");
}
.aiDot-key-item.package {
    background-image: url("https://d1zajr8axnrmfh.cloudfront.net/static/shop/image/0f825e5abe594a6266628b21c453efea.png");
}
.aiDot-key-item.vehicle {
    background-image: url("https://d1zajr8axnrmfh.cloudfront.net/static/shop/image/97df2df12be3da9a390fe6b7569e6cec.png");
}
.aiDot-cloud-features {
    padding-bottom: 100px;
}
.aiDot-cloud-title.new-features {
    padding: 60px 0 80px;
}
.aiDot-features-item {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.aiDot-features-item:nth-child(2n) {
    flex-direction: row;
}
.aiDot-features-item + .aiDot-features-item {
    margin-top: 120px;
}
.aiDot-features-title {
    font-size: 40px;
    color: #1f2429;
    letter-spacing: 0;
    line-height: 64px;
    font-weight: 800;
}
.aiDot-features-description {
    opacity: 0.9;
    font-size: 20px;
    color: #585f66;
    letter-spacing: 0;
    line-height: 32px;
    font-weight: 400;
    margin-top: 16px;
    width: 470px;
}
.aiDot-features-image {
    height: 414px;
    width: 600px;
    border-radius: 24px;
    overflow: hidden;
}
.aiDot-features-image img {
    display: block;
    width: 100%;
    height: auto;
}
.aiDot-features-infos {
    padding-left: 80px;
    height: 100%;
    flex: 1;
}
.aiDot-cloud-works {
    background: #f5f5f7;
    padding: 80px 0;
}
.aiDot-cloud-works .aiDot-cloud-container {
    position: relative;
}
.works-with-swiper {
    height: 252px;
    overflow: hidden;
    margin: 0 80px;
}
.works-with-item a {
    text-decoration: none;
    text-align: center;
}
.works-with-item {
    height: 252px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.works-with-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto;
}
.works-with-icon img {
    max-width: 100%;
}
.works-with-name {
    opacity: 0.9;
    font-size: 16px;
    color: #1f2429;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 500;
    margin-top: 30px;
}
.works-with-button-next,
.works-with-button-prev {
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: 166px;
    color: #8c9399;
    height: 48px;
    width: 48px;
    border: 1px solid rgba(140, 147, 153, 1);
    z-index: 2;
}
.works-with-button-prev {
    left: 0;
    background-image: url("https://d1zajr8axnrmfh.cloudfront.net/static/shop/image/17e79471d81c132738da5fab0e5bb5fb.svg");
}
.works-with-button-next {
    right: 0;
    background-image: url("https://d1zajr8axnrmfh.cloudfront.net/static/shop/image/e1a1c28be9bf04b15a1f53bf84a45415.svg");
}
a.works-with-more {
    font-size: 20px;
    color: #1f2429;
    letter-spacing: 0;
    text-align: center;
    line-height: 58px;
    font-weight: 500;
    border: 1px solid #1f2429;
    height: 60px;
    width: 200px;
    border-radius: 30px;
    cursor: pointer;
    margin: 0 auto;
    text-decoration: none;
    display: block;
}
a.works-with-more:hover {
    color: #ffffff;
    background-color: #fa7010;
    border-color: #fa7010;
}
.aiDot-cloud-plan {
    padding-top: 100px;
}
.aiDot-cloud-plan .aiDot-cloud-container {
    background: #ffffff;
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
    border-radius: 24px;
    padding: 80px 60px;
}
.aiDot-cloud-table {
    margin-top: 52px;
    padding-bottom: 40px;
}
.cloud-plan-row {
    height: 42px;
    display: flex;
}
.cloud-plan-row + .cloud-plan-row {
    border-top: 1px solid rgba(234, 238, 241, 1);
}
.cloud-plan-row.head {
    font-size: 24px;
    color: #1f2429;
    letter-spacing: 0;
    text-align: center;
    line-height: 38px;
    font-weight: 800;
    height: 70px;
}
.cloud-plan-row:nth-child(2) {
    border-top: none;
}
.cloud-plan-row.head > div:last-child {
    border-radius: 12px 12px 0 0;
}
.cloud-plan-row:last-child > div:last-child {
    border-radius: 0 0 12px 12px;
}
.cloud-plan-row.head > div {
    padding-bottom: 14px;
    padding-top: 24px;
}
.cloud-plan-row > div {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cloud-plan-row > div:last-child {
    color: #fa7010;
    background: rgba(250, 112, 16, 0.05);
}
.cloud-plan-row > div:first-child {
    flex: 1;
    display: flex;
    justify-content: left;
    font-size: 16px;
    color: #1f2429;
    letter-spacing: 0;
    font-weight: 500;
}
.cloud-plan-row .cross {
    height: 12px;
    width: 12px;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("https://d1zajr8axnrmfh.cloudfront.net/static/shop/image/8d9c71302cf38a3b5caed58b6bfccf4e.svg");
    background-size: contain;
}
.cloud-plan-row .ticked {
    height: 14px;
    width: 14px;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("https://d1zajr8axnrmfh.cloudfront.net/static/shop/image/49748ec8752e791757ab4e688cd07d0a.svg");
    background-size: contain;
}
.cloud-plan-row > div:nth-child(2) .ticked {
    background-image: url("https://d1zajr8axnrmfh.cloudfront.net/static/shop/image/e1f97c7f62082fcf580f83f41a57cbce.svg");
}
.cloud-products-list {
    display: flex;
    justify-content: center;
}
.cloud-products-item {
    height: 112px;
    width: 386px;
    padding: 0 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(250, 112, 16, 0.05);
    border: 1px solid rgba(250, 112, 16, 1);
    border-radius: 8px;
}
.cloud-products-item + .cloud-products-item {
    margin-left: 24px;
}
.cloud-products-info {
    font-size: 16px;
    color: #fa7010;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 500;
}
.cloud-products-price {
    font-size: 30px;
    color: #fa7010;
    letter-spacing: 0;
    line-height: 40px;
    font-weight: 800;
}
.cloud-products-action,
.cloud-products-action:visited {
    background: #fa7010;
    border-radius: 20px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0;
    text-align: center;
    font-weight: 800;
    width: 112px;
    text-decoration: none;
    display: block;
}
.cloud-products-action:hover {
    background: #ea680f;
    color: #fff;
}
.aiDot-cloud-faq {
    padding: 100px 0;
}
.aiDot-cloud-faq .aiDot-cloud-container {
    padding: 0 126px;
}
.cloud-faq-list {
    margin-top: 30px;
}
.cloud-faq-item {
    padding: 20px 0 0;
    cursor: pointer;
    border-bottom: 1px solid #e2e7eb;
}
.cloud-faq-title {
    font-size: 16px;
    color: #253237;
    letter-spacing: 0;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 16px;
    position: relative;
    padding-right: 30px;
}
.cloud-faq-title::after {
    content: "";
    display: block;
    height: 16px;
    width: 16px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
    background-image: url("https://d1zajr8axnrmfh.cloudfront.net/static/shop/image/c14adb36504f320e80aa4399f107d97e.svg");
    background-repeat: no-repeat;
    background-position: center center;
}
.cloud-faq-desc {
    max-height: 0px;
    padding-right: 30px;
    overflow: hidden;
    font-size: 14px;
    color: #585f66;
    letter-spacing: 0;
    line-height: 22px;
    font-weight: 500;
    transition: all 0.2s linear;
}
.cloud-faq-desc .space-bottom {
    height: 20px;
}
.cloud-faq-item:hover .cloud-faq-title {
    color: #fa7010;
}
.cloud-faq-item.active .cloud-faq-title {
    color: #fa7010;
}
.cloud-faq-item.active .cloud-faq-title::after {
    background-image: url("https://d1zajr8axnrmfh.cloudfront.net/static/shop/image/6ce1c36e58e31b75d7a0b1905aea600b.svg");
}
.cloud-faq-item.active .cloud-faq-desc {
    max-height: 100px;
}
@media (max-width: 1263px) and (min-width: 768px) {
    .aiDot-cloud-container {
        max-width: 720px;
    }
    .aiDot-cloud-title {
        font-size: 24px;
        line-height: 38px;
    }
    .aiDot-cloud-key .aiDot-cloud-container {
        margin-top: -24px;
    }
    .aiDot-key-container {
        border-radius: 16px;
        padding: 40px 32px 40px 32px;
    }
    .aiDot-key-list {
        margin-top: 32px;
    }
    .aiDot-key-item {
        width: 140px;
        height: 140px;
        padding-top: 106px;
        font-size: 14px;
        border-radius: 12px;
    }
    .aiDot-cloud-features {
        padding-bottom: 60px;
    }
    .aiDot-cloud-title.new-features {
        padding: 20px 0 48px;
    }
    .aiDot-features-item:nth-child(2n) .aiDot-features-description {
        width: 288px;
    }
    .aiDot-features-item + .aiDot-features-item {
        margin-top: 72px;
    }
    .aiDot-cloud-features {
        padding-left: 24px;
        padding-right: 24px;
    }
    .aiDot-features-title {
        font-size: 24px;
        line-height: 38px;
    }
    .aiDot-features-description {
        font-size: 14px;
        line-height: 22px;
        width: auto;
        margin-top: 8px;
    }
    .aiDot-features-image {
        width: 371px;
        height: auto;
        border-radius: 16px;
    }
    .aiDot-features-infos {
        padding-left: 32px;
    }
    .aiDot-cloud-works {
        padding: 48px 0;
    }
    .aiDot-cloud-works .aiDot-cloud-container {
        width: auto;
    }
    .works-with-swiper {
        height: 142px;
    }
    .works-with-item {
        height: 142px;
    }
    .works-with-icon {
        width: 50px;
        height: 50px;
    }
    .works-with-name {
        font-size: 14px;
        line-height: 22px;
        margin-top: 12px;
    }
    .works-with-button-next,
    .works-with-button-prev {
        height: 30px;
        width: 30px;
        background-size: 16px;
        top: 94px;
    }
    .works-with-more {
        font-size: 14px;
        height: 40px;
        line-height: 38px;
        border-radius: 20px;
        width: 132px;
    }
    .aiDot-cloud-plan {
        padding-top: 60px;
    }
    .aiDot-cloud-plan .aiDot-cloud-container {
        width: auto;
        padding: 40px 32px;
        border-radius: 16px;
    }
    .aiDot-cloud-table {
        margin-top: 26px;
        padding-bottom: 32px;
    }
    .cloud-plan-row {
        height: 32px;
    }
    .cloud-plan-row.head {
        font-size: 15px;
        line-height: 40px;
        height: 40px;
    }
    .cloud-plan-row.head > div:last-child {
        border-radius: 8px 8px 0 0;
    }
    .cloud-plan-row:last-child > div:last-child {
        border-radius: 0 0 8px 8px;
    }
    .cloud-plan-row > div:first-child {
        font-size: 12px;
    }
    .cloud-plan-row .cross,
    .cloud-plan-row .ticked {
        height: 10px;
        width: 10px;
    }
    .cloud-products-item {
        height: 68px;
        width: 260px;
        padding: 0 16px;
    }
    .cloud-products-info {
        font-size: 12px;
        line-height: 14px;
    }
    .cloud-products-price {
        font-size: 20px;
        line-height: 24px;
    }
    .cloud-products-action {
        border-radius: 16px;
        height: 32px;
        line-height: 30px;
        font-size: 12px;
        width: 89px;
    }
    .aiDot-cloud-faq {
        padding: 60px 0;
    }
    .aiDot-cloud-faq .aiDot-cloud-container {
        padding: 0 82px 0 76px;
    }
    .cloud-faq-list {
        margin-top: 14px;
    }
    .cloud-faq-item {
        padding: 12px 0 0;
    }
    .cloud-faq-title {
        font-size: 14px;
        margin-bottom: 12px;
    }
    .cloud-faq-desc .space-bottom {
        height: 12px;
    }
}
@media (max-width: 767px) {
    .aiDot-cloud-title {
        text-align: center;
        font-size: 20px;
        line-height: 32px;
        width: auto;
    }
    .aiDot-banner-title {
        font-size: 22px;
        line-height: 36px;
    }
    .aiDot-banner-description {
        font-size: 14px;
        line-height: 21px;
    }
    .aiDot-banner-title br {
        display: none;
    }
    .aiDot-cloud-banner {
        height: 668px;
        background-image: url("https://d1zajr8axnrmfh.cloudfront.net/static/shop/image/e822d8e4ebc03d3139cd50b83b769b4f.jpeg");
        background-position: bottom center;
        background-size: 768px auto;
    }
    .aiDot-cloud-banner img {
        display: none;
    }
    .aiDot-cloud-banner .aiDot-cloud-container {
        height: auto;
        width: 100%;
        display: block;
        padding-top: 106px;
        left: 0;
    }
    .aiDot-banner-description {
        text-align: center;
        font-size: 14px;
        line-height: 22px;
        margin-top: 4px;
    }
    a.aiDot-banner-join {
        margin: 12px auto 0;
        text-align: center;
        font-weight: 400;
        font-size: 14px;
        line-height: 40px;
        height: 40px;
        width: 116px;
        color: #fff;
    }
    .aiDot-cloud-key {
        padding-bottom: 16px;
    }
    .aiDot-cloud-key .aiDot-cloud-container {
        margin-top: -16px;
    }
    .aiDot-key-container {
        margin-left: 16px;
        margin-right: 16px;
        padding: 32px 0 16px 0;
        border-radius: 8px;
        box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
    }
    .aiDot-key-list {
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-top: 24px;
    }
    .aiDot-key-item {
        width: calc(50vw - 42px);
        height: calc(50vw - 42px);
        margin-bottom: 16px;
        margin-left: 16px;
        border-radius: 16px;
        padding-top: calc(46vw - 60px);
        font-size: 14px;
        line-height: 22px;
    }
    .aiDot-cloud-title.new-features {
        padding: 24px 0;
    }

    .aiDot-cloud-features {
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom: 40px;
    }
    .aiDot-cloud-features .aiDot-cloud-container {
        width: auto;
    }
    .aiDot-features-item {
        display: block;
    }
    .aiDot-features-item + .aiDot-features-item {
        margin-top: 50px;
    }
    .aiDot-features-title {
        font-size: 18px;
        text-align: center;
        line-height: 22px;
    }
    .aiDot-features-description {
        text-align: center;
        font-weight: 500;
        width: auto;
        font-size: 14px;
        line-height: 22px;
        margin-top: 12px;
    }
    .aiDot-features-image {
        max-width: 600px;
        border-radius: 16px;
        overflow: hidden;
        margin: 22px auto 0;
        width: 100%;
        height: auto;
    }
    .aiDot-features-item + .aiDot-features-item {
        margin-top: 40px;
    }
    .aiDot-features-infos {
        padding-left: 0;
        height: auto;
    }
    .aiDot-cloud-works {
        padding: 32px 0;
    }
    .works-with-swiper {
        margin: 0;
        height: 142px;
    }
    .works-with-item {
        height: 142px;
    }
    .works-with-icon {
        width: 50px;
        height: 50px;
    }
    .works-with-name {
        font-size: 12px;
        line-height: 18px;
        margin-top: 5px;
    }
    .works-with-button-prev,
    .works-with-button-next {
        display: none;
    }
    .works-with-more {
        font-size: 14px;
        font-weight: 400;
        height: 40px;
        line-height: 38px;
        width: 128px;
    }
    .aiDot-cloud-plan {
        padding-top: 40px;
    }
    .aiDot-cloud-plan .aiDot-cloud-title {
        max-width: 250px;
        margin: 0 auto;
    }
    .aiDot-cloud-plan .aiDot-cloud-container {
        width: auto;
        margin: 0 16px;
        padding: 32px 16px;
        border-radius: 0;
        border: 1px solid rgba(234, 238, 241, 1);
    }
    .aiDot-cloud-table {
        margin-top: 38px;
        padding-bottom: 28px;
    }
    .cloud-plan-row {
        min-height: 36px;
        height: auto;
        padding: 0;
    }
    .cloud-plan-row > div {
        padding: 7px 0;
    }
    .cloud-plan-row > div:first-child {
        font-size: 12px;
        line-height: 20px;
    }
    .cloud-plan-row.head {
        font-size: 16px;
        line-height: 26px;
        height: 48px;
    }
    .cloud-plan-row.head > div {
        padding-top: 14px;
        padding-bottom: 12px;
    }
    .cloud-plan-row .cross {
        height: 10px;
        width: 10px;
    }
    .cloud-plan-row .ticked {
        height: 12px;
        width: 12px;
    }
    .cloud-plan-row.head > div:last-child {
        border-radius: 4px 4px 0 0;
    }
    .cloud-plan-row:last-child > div:last-child {
        border-radius: 0 0 4px 4px;
    }
    .cloud-products-list {
        display: block;
    }
    .cloud-products-item {
        margin: 0 auto;
        width: auto;
        height: auto;
        padding: 20px 16px;
        max-width: 300px;
    }
    .cloud-products-item + .cloud-products-item {
        margin-left: auto;
        margin-top: 16px;
    }
    .cloud-products-info {
        font-size: 14px;
        line-height: 22px;
    }
    .cloud-products-price {
        line-height: 36px;
        font-size: 22px;
    }
    .cloud-products-action {
        font-size: 14px;
        line-height: 40px;
        font-weight: 400;
    }
    .aiDot-cloud-faq {
        padding: 40px 0 60px;
    }
    .aiDot-cloud-faq .aiDot-cloud-container {
        padding: 0 16px;
    }
    .cloud-faq-list {
        margin-top: 24px;
    }
    .cloud-faq-item {
        padding-top: 14px;
    }
    .cloud-faq-title {
        font-size: 14px;
        line-height: 22px;
        color: #253237;
        margin-bottom: 14px;
    }
    .cloud-faq-desc {
        font-size: 14px;
        line-height: 22px;
    }
    .cloud-faq-desc .space-bottom {
        height: 14px;
    }
    .cloud-faq-item.active .cloud-faq-desc {
        max-height: 150px;
    }
}
