:root {
    --dark-gray: #242c33;
    --white: white;
    --itranslate-blue: #1a98ff;
    --ultralight-gray: #f2f5f7;
    --light-gray: #d2d6d9;
    --medium-gray: #919699;
    --soft-white: #fcfcfc;
    --superlight-gray: #e3e6e8;
    --typeright-purple: #73f;
    --voice-purple: #b367ff;
    --light-blue: #59ecff;
    --black: black;
    --typeright-teal: #00c6d9;
    --transparent-blue: #1a98ff26
}

.w-layout-grid {
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid
}

.w-layout-blockcontainer {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    display: block
}

.w-layout-layout {
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    grid-auto-columns: 1fr;
    justify-content: center;
    padding: 20px
}

.w-layout-cell {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.w-layout-hflex {
    flex-direction: row;
    align-items: flex-start;
    display: flex
}

@media screen and (max-width:991px) {
    .w-layout-blockcontainer {
        max-width: 728px
    }
}

@media screen and (max-width:767px) {
    .w-layout-blockcontainer {
        max-width: none
    }
}

body {
    color: var(--dark-gray);
    font-family: SF Pro Text, sans-serif;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.42em
}

h1,
h2 {
    letter-spacing: .62px;
    margin-top: 0;
    margin-bottom: 20px;
    font-family: SF Pro Display, sans-serif;
    font-size: 56px;
    font-weight: 700;
    line-height: 1.2em
}

h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-family: SF Pro Display, sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.295em
}

h4 {
    letter-spacing: -.34px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.42em
}

p {
    margin-bottom: 0
}

a {
    line-height: 1.42em;
    text-decoration: underline
}

.navigation-bar {
    z-index: 99999;
    background-color: var(--transparent-white);
    justify-content: space-between;
    align-items: center;
    height: 80px;
    display: flex;
    position: sticky;
    top: 0
}

.navigation-bar---link {
    color: var(--itranslate-blue);
    white-space: nowrap;
    margin-left: 0;
    margin-right: 30px;
    padding: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2em;
    text-decoration: none;
    display: block;
    position: relative
}

.navigation-bar---link:hover {
    text-decoration: underline
}

.navigation-bar---link.w--current {
    color: var(--dark-gray);
    height: 100%
}

.navigation-bar---link.is-visible-mobile {
    display: block
}

.navigation-bar---link.disableenterprise {
    display: none
}

.navigation-bar---logo-container {
    flex: none;
    align-items: center;
    width: 160px;
    height: 32px;
    display: flex
}

.button---rounded---secondary {
    border: 2px solid var(--itranslate-blue);
    color: var(--dark-gray);
    background-color: #fff;
    border-radius: 26px;
    flex: none;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 44px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2em;
    text-decoration: none;
    transition: background-color .3s cubic-bezier(.075, .82, .165, 1), color .3s cubic-bezier(.075, .82, .165, 1);
    display: flex
}

.button---rounded---secondary.spacing {
    margin-right: 10px;
    transition: color .3s cubic-bezier(.165, .84, .44, 1), background-color .3s cubic-bezier(.165, .84, .44, 1)
}

.button---rounded---secondary.spacing:hover {
    background-color: var(--itranslate-blue);
    transform-origin: 50%;
    color: var(--white)
}

.navigation-bar---menu-items-container {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-left: 50px;
    display: flex
}

.button---rounded---primary {
    border: 2px none var(--itranslate-blue);
    background-color: var(--itranslate-blue);
    color: var(--white);
    border-radius: 26px;
    flex: none;
    align-items: center;
    width: auto;
    height: 44px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2em;
    text-decoration: none;
    transition: background-color .3s cubic-bezier(.165, .84, .44, 1);
    display: flex;
    overflow: visible
}

.button---rounded---primary:hover {
    background-color: #ff9600
}

.button---rounded---primary.mobile-menu {
    background-color: var(--itranslate-blue);
    border-radius: 30px;
    justify-content: center;
    align-items: center;
    max-width: 80%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: static
}

.button---rounded---primary.top-translated-words {
    justify-content: center;
    width: 180px
}

.home---hero {
    background-color: #fafbfb;
    background-image: url('../images/header_background_full.png');
    background-position: 50% 0;
    background-size: cover;
    height: 770px;
    overflow: visible
}

.page-title {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-family: SF Pro Display, sans-serif;
    font-size: 72px;
    display: inline-block
}

.home---hero---app-store-badges {
    justify-content: space-between;
    display: flex
}

.app-store-badge-container {
    margin-right: 10px;
    position: relative
}

.app-store-badge-container.has-no-padding.huawei {
    display: none
}

.app-store-badge-container.products-page {
    max-width: none;
    margin-top: 50px
}

.home---vision {
    margin-top: 150px;
    margin-bottom: 150px;
    padding-top: 0;
    padding-bottom: 0
}

.vision---heading {
    text-align: center;
    background-image: url('../images/text_mesh_gradient2x.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-family: SF Pro Display, sans-serif;
    font-size: 56px;
    font-weight: 700;
    line-height: 1.2em
}

.home---main-feature-container {
    width: 100%;
    max-width: 1200px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0
}

.home---main-feature---presentation {
    z-index: 10;
    background-color: var(--ultralight-gray);
    width: 100%;
    height: 100%;
    position: relative;
    overflow: visible
}

.grid-container-12-1 {
    grid-column-gap: 30px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 45px;
    padding-right: 45px;
    display: grid
}

.grid-container-12-1.is-pos-relative {
    position: relative
}

.grid-container-12-1.c-footer__bottom-bar {
    border-top: 1px solid var(--light-gray);
    margin-top: 50px;
    margin-bottom: 0;
    padding-top: 50px
}

.main-feature---icon {
    z-index: 20;
    width: 80px;
    height: 80px;
    margin-top: -40px;
    position: absolute;
    top: 50%;
    left: auto;
    right: auto
}

.main-feature---icon.is-positioned-right {
    right: -40px
}

.main-feature---icon.is-positioned-left {
    left: -40px
}

.c-main-feature__shadow-container {
    z-index: -1;
    width: 80%;
    height: 80%;
    margin-left: -40%;
    position: absolute;
    bottom: -12.5%;
    left: 50%
}

.c-main-feature__shadow {
    width: 193.75%;
    max-width: none;
    height: 193.75%;
    margin-top: -48.4375%;
    margin-left: -48.4375%
}

.feature-mockup---device-bottom {
    width: 300px;
    height: 600px;
    margin-left: -150px;
    position: absolute;
    top: 64px;
    left: 50%
}

.feature-mockup-container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden
}

.home---other-features---badge {
    background-color: var(--itranslate-blue);
    color: var(--white);
    border-radius: 6px;
    align-items: center;
    margin-bottom: 20px;
    margin-right: 20px;
    padding: 18px;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.295em;
    display: inline-block
}

.home---products {
    background-color: #fcfdfd;
    margin-bottom: 0;
    padding-top: 150px;
    padding-bottom: 150px;
    overflow: hidden
}

.description {
    margin-bottom: 0
}

.home---products---worldmap {
    z-index: 0;
    background-image: url('../images/background_world_map2x.png');
    background-position: 0;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 794px;
    height: 420px;
    position: absolute;
    left: 380px
}

.home---languages---description {
    position: relative
}

.home---products---product-list-container {
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    margin-top: 20px;
    display: flex
}

.home---product-list---item {
    color: var(--itranslate-blue);
    flex-direction: column;
    margin-right: 30px;
    font-size: 14px;
    display: flex
}

.footer---wrapper {
    letter-spacing: -.34px;
    flex: none;
    align-self: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    font-family: SF Pro Text, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}

.text-span {
    color: var(--itranslate-blue)
}

.footer---link-container---list {
    color: var(--medium-gray);
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px
}

.footer---link-container---list.is-last {
    margin-bottom: 0
}

.footer---products-list {
    grid-column-gap: 30px;
    grid-row-gap: 6px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 6px;
    display: flex
}

.footer---products---item {
    align-items: center;
    height: 32px;
    display: flex
}

.footer---products---icon {
    width: 20px;
    height: 20px;
    font-size: 0;
    line-height: 0
}

.footer---products---name {
    color: var(--medium-gray);
    align-items: center;
    width: 100%;
    height: 32px;
    margin-left: 5px;
    font-size: 14px;
    line-height: 20px;
    display: flex
}

.footer---product-icon {
    width: 20px;
    max-width: none;
    height: 20px
}

.footer---products-column {
    margin-right: 30px
}

.footer---link {
    color: var(--medium-gray);
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    display: block
}

.footer---link:hover {
    text-decoration: underline
}

.footer---link.inactive {
    display: none
}

.footer---social-media-bar {
    justify-content: space-between;
    align-items: center;
    display: flex
}

.footer---social-media-bar-item {
    align-items: center;
    width: 20px;
    height: 20px;
    font-size: 0;
    line-height: 0;
    display: flex
}

.footer---social-media-bar---icon {
    width: 100%;
    max-width: none;
    height: auto
}

.home---languages {
    background-color: #fcfdfd;
    background-image: url('../images/section_background_languages.png');
    background-position: 50% 0;
    background-size: cover;
    margin-top: 150px;
    margin-bottom: 0;
    padding-top: 150px;
    padding-bottom: 150px
}

.s-link__default {
    color: var(--itranslate-blue);
    text-decoration: none
}

.s-link__default:hover {
    text-decoration: underline
}

.app-store-badge {
    z-index: 10;
    width: 100%;
    max-width: 160px;
    height: 100%;
    position: relative
}

.app-store-badge-shadow {
    z-index: 0;
    opacity: 0;
    width: 90%;
    height: 85.7143%;
    margin-top: 0;
    margin-left: -45%;
    margin-right: auto;
    position: absolute;
    bottom: -14.2857%;
    left: 50%
}

.badge-shadow {
    opacity: 1;
    width: 140.278%;
    max-width: none;
    margin-top: -20.8333%;
    margin-left: -20.1389%
}

.grid-container-12-2 {
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 45px;
    padding-right: 45px;
    display: grid
}

.grid-container-12-2.is-pos-relative {
    position: relative
}

.footer---products-container {
    margin-top: 50px
}

.container {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 45px;
    padding-right: 45px;
    display: flex
}

.navigation-bar---content-container {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex
}

.c-button-secondary-mobile {
    border: 2px solid var(--itranslate-blue);
    color: var(--dark-gray);
    background-color: #fff;
    border-radius: 26px;
    flex: none;
    align-items: center;
    width: auto;
    height: 52px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.295em;
    text-decoration: none;
    transition: background-color .3s cubic-bezier(.075, .82, .165, 1), color .3s cubic-bezier(.075, .82, .165, 1);
    display: flex
}

.c-button-secondary-mobile.spacing {
    height: 32px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    transition: color .3s cubic-bezier(.165, .84, .44, 1), background-color .3s cubic-bezier(.165, .84, .44, 1);
    display: flex
}

.c-button-secondary-mobile.spacing:hover {
    background-color: var(--itranslate-blue);
    transform-origin: 50%;
    color: var(--white)
}

.c-button-primary-mobile {
    border: 2px none var(--itranslate-blue);
    background-color: var(--itranslate-blue);
    color: var(--white);
    border-radius: 26px;
    flex: none;
    align-items: center;
    width: auto;
    height: 32px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.295em;
    text-decoration: none;
    transition: background-color .3s cubic-bezier(.165, .84, .44, 1);
    display: flex;
    overflow: visible
}

.c-button-primary-mobile:hover {
    background-color: #ff9600
}

.navigation-bar---mobile {
    justify-content: flex-end;
    display: none
}

.text-block {
    font-size: 14px
}

.app-store-badges-mobile {
    justify-content: space-between;
    display: none
}

.mobile-navigation {
    display: none
}

.navigation-bar---mobile---menu-button {
    display: flex
}

.utility-page-wrap {
    background-color: var(--ultralight-gray);
    justify-content: center;
    align-items: center;
    width: 100vw;
    max-width: 100%;
    height: 70%;
    max-height: 100%;
    display: flex
}

.utility-page-content {
    text-align: center;
    flex-direction: column;
    width: 260px;
    display: flex
}

.utility-page-form {
    flex-direction: column;
    align-items: stretch;
    display: flex
}

.cookie-bar {
    z-index: 20000;
    width: 100%;
    display: block;
    position: fixed;
    bottom: 20px
}

.cookie-bar-container {
    background-color: var(--dark-gray);
    color: #fff;
    border-radius: 50px;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 20px 20px 40px;
    display: flex
}

.cookie-bar-info {
    margin-right: 20px
}

.apps {
    margin-bottom: 150px
}

.apps---app-container {
    width: 100%;
    max-width: 1200px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0
}

.apps---app-container.is-last {
    margin-bottom: 0
}

.apps---app-preview {
    z-index: 10;
    background-color: var(--ultralight-gray);
    width: 100%;
    height: 100%;
    position: relative;
    overflow: visible
}

.apps---app-icon {
    z-index: 20;
    width: 80px;
    height: 80px;
    margin-top: -40px;
    position: absolute;
    top: 50%;
    left: auto;
    right: auto
}

.apps---app-icon.is-positioned-right {
    right: -40px
}

.apps---app-icon.is-positioned-left {
    left: -40px
}

.apps---app-device-mockup {
    z-index: 10;
    width: 300px;
    height: 600px;
    margin-left: -150px;
    position: absolute;
    top: 64px;
    left: 50%
}

.apps---app-icon-shadow-container {
    z-index: -1;
    width: 80%;
    height: 80%;
    margin-left: -40%;
    position: absolute;
    bottom: -12.5%;
    left: 50%
}

.apps---app-mockup-container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden
}

.apps---app-icon-shadow-image {
    width: 193.75%;
    max-width: none;
    height: 193.75%;
    margin-top: -48.4375%;
    margin-left: -48.4375%
}

.link {
    color: var(--itranslate-blue);
    text-decoration: none
}

.link:hover {
    text-decoration: underline
}

.link---blue {
    color: var(--itranslate-blue);
    text-decoration: none
}

.link---blue:hover {
    text-decoration: underline
}

.link---blue.termsemail {
    font-weight: 700
}

.link---orange {
    color: #ff9500;
    text-decoration: none
}

.link---orange:hover {
    text-decoration: underline
}

.link---pink {
    color: #ff4c6a;
    text-decoration: none
}

.link---pink:hover {
    text-decoration: underline
}

.background-color---itranslate-blue {
    background-color: var(--itranslate-blue)
}

.background-color---soft-white {
    background-color: var(--soft-white)
}

.apps---app-mockup-container-background-itranslate {
    z-index: 0;
    background-image: url('../images/app_mockup_container_background_itranslate2x.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    overflow: visible
}

.apps---app-mockup-container-background-converse {
    z-index: 0;
    background-image: url('../images/app_mockup_container_background_itranslate_converse.svg');
    background-position: 50% -200%;
    background-repeat: no-repeat;
    background-size: 113% 113%;
    width: 100%;
    height: 100%;
    position: absolute
}

.apps---app-mockup-container-background-lingo {
    z-index: 0;
    background-image: url('../images/app_mockup_container_background_itranslate_lingo2x.png');
    background-position: 50% 0;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute
}

.apps---app-icon---ada {
    background-color: var(--white);
    background-image: url('../images/iconAppleDesignAward.png');
    background-position: 50%;
    background-size: 44px 44px;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    position: absolute;
    top: -22px;
    right: -22px;
    box-shadow: 0 4px 4px -2px #242c3399
}

.apps---other-platforms {
    background-color: var(--ultralight-gray);
    padding-top: 100px;
    padding-bottom: 100px
}

.content-container {
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 45px;
    padding-right: 45px;
    display: block
}

.apps---other---container {
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    max-width: 1200px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 45px;
    padding-right: 45px;
    display: grid
}

.apps---other---app-item {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid
}

.apps---other---app-information {
    background-color: var(--superlight-gray);
    border: 2px solid #0000;
    flex-flow: column;
    justify-content: space-between;
    height: 350px;
    padding: 28px;
    display: flex
}

.apps---other---description {
    padding-left: 30px;
    padding-right: 30px
}

.button---rectangular---default {
    background-color: var(--dark-gray);
    color: #fff;
    text-align: center;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    max-width: 180px;
    height: 56px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 17px;
    text-decoration: none;
    transition: background-color .3s cubic-bezier(.075, .82, .165, 1);
    display: flex
}

.button---rectangular---default:hover {
    background-color: var(--itranslate-blue)
}

.apps---other---app-icon-container {
    width: 80px;
    height: 80px;
    margin-bottom: 12px
}

.h1---page-title---white {
    color: #fff;
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
    font-family: SF Pro Display, sans-serif;
    font-size: 56px;
    line-height: 1.2em;
    display: inline-block
}

.description---white {
    color: var(--white);
    margin-bottom: 0
}

.temp---apps---header---title {
    color: var(--dark-gray);
    font-family: SF Pro Display, sans-serif;
    font-size: 100px;
    font-weight: 700;
    line-height: 1em
}

.color---blue {
    color: var(--itranslate-blue)
}

.color---orange {
    color: #ff9500
}

.color---pink {
    color: #ff4c6a
}

.button---rectangular---label {
    width: 100%;
    text-decoration: none
}

.temp---apps---header---container {
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 100%;
    display: grid
}

.temp---apps---header---introduction {
    background-color: var(--dark-gray);
    justify-content: flex-end;
    padding-top: 150px;
    padding-bottom: 150px;
    display: flex
}

.temp---apps---header---titles {
    background-color: var(--ultralight-gray);
    flex-direction: column;
    justify-content: space-between;
    padding-top: 150px;
    padding-bottom: 150px;
    display: block
}

.temp---apps---header {
    margin-top: 92px;
    margin-bottom: 100px
}

.temp---apps---header---introduction---content {
    width: 100%;
    max-width: 350px;
    margin-left: 45px;
    margin-right: 45px
}

.div-block-13 {
    flex-direction: column;
    justify-content: space-between;
    width: 350px;
    height: 100%;
    margin-left: 45px;
    margin-right: 45px;
    display: flex
}

.enterprise---header {
    background-image: url('../images/enterprise_header_background.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
    height: 600px
}

.enterprise---introduction {
    margin-top: -100px
}

.enterprise---introduction---container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 45px;
    padding-right: 45px;
    display: grid
}

.enterprise---introduction---preview-image---container {
    background-color: #fcfdfd;
    width: 100%;
    position: relative;
    overflow: hidden
}

.enterprise---introduction---preview-image {
    width: 100%;
    height: 100%;
    position: absolute
}

.enterprise---introduction---intro-text {
    width: 540px;
    margin-top: -67px
}

.enterprise---introduction---cta {
    text-align: center;
    font-family: SF Pro Display, sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2em
}

.text-block-3 {
    display: inline-block
}

.enterprise---introduction---areas-list {
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none
}

.enterprise---introduction---list-item {
    font-family: SF Pro Display, sans-serif;
    font-size: 38px;
    line-height: 1.2em
}

.enterprise---products {
    margin-top: 150px
}

.enterprise---products---heading {
    width: 100%;
    max-width: 1200px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 45px;
    padding-right: 45px
}

.enterprise---products---product-list {
    background-color: #fcfdfd
}

.enterprise---product-container {
    width: 100%;
    max-width: 1200px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto
}

.enterprise---product-preview {
    z-index: 10;
    background-color: var(--ultralight-gray);
    width: 100%;
    height: 100%;
    position: relative;
    overflow: visible
}

.enterprise---product-icon {
    z-index: 20;
    width: 80px;
    height: 80px;
    margin-top: -40px;
    position: absolute;
    top: 50%;
    left: auto;
    right: auto
}

.enterprise---product-icon.is-positioned-right {
    right: -40px
}

.enterprise---product-icon.is-positioned-left {
    left: -40px
}

.enterprise---product-icon-shadow-container {
    z-index: -1;
    width: 80%;
    height: 80%;
    margin-left: -40%;
    position: absolute;
    bottom: -12.5%;
    left: 50%
}

.enterprise---product-icon-shadow-image {
    width: 193.75%;
    max-width: none;
    height: 193.75%;
    margin-top: -48.4375%;
    margin-left: -48.4375%
}

.enterprise---product-preview-container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden
}

.enterprise---product-preview-container-background-custom-solutions {
    z-index: -1;
    background-image: url('../images/product_preview_container_background_custom_solutions.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute
}

.enterprise---why-itranslate---grid-container {
    grid-column-gap: 125px;
    grid-template-rows: auto auto;
    grid-template-columns: 350px 7fr;
    grid-auto-columns: 1fr;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 45px;
    padding-right: 45px;
    display: grid
}

.enterprise---key-features---list-item {
    margin-bottom: 20px;
    font-family: SF Pro Display, sans-serif;
    font-size: 38px;
    line-height: 1.2em
}

.enterprise---key-features---list-item.is-last {
    margin-bottom: 0
}

.enterprise---why-itranslate {
    padding-top: 150px;
    padding-bottom: 150px
}

.enterprise---key-features---list {
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none
}

.enterprise---product-preview-container-background-teams {
    z-index: 0;
    background-image: url('../images/app_mockup_container_background_itranslate2x.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 100%;
    height: 100%;
    position: absolute
}

.link---dark-gray {
    color: var(--dark-gray);
    text-decoration: none
}

.link---dark-gray:hover {
    text-decoration: underline
}

.link---dark-gray.link---underlined:hover {
    color: var(--itranslate-blue)
}

.link---underlined {
    text-decoration: underline
}

.enterprise---product-preview---product-a {
    z-index: 10;
    width: 280px;
    position: absolute;
    top: 64px;
    left: 60px
}

.enterprise---product-preview---product-b {
    width: 250px;
    position: absolute;
    top: 114px;
    right: 30px
}

.enterprise---product-preview---product-c {
    width: 750px;
    position: absolute;
    top: 54px;
    left: 30px
}

.webapp {
    margin-top: 0;
    margin-bottom: 150px
}

.webapp-script {
    display: none
}

.home---products---description {
    position: relative
}

.body-2,
.body-3 {
    height: 100%
}

.default-container {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 45px;
    padding-right: 45px;
    position: relative
}

.default-container.height---100 {
    height: 100%;
    display: flex
}

.default-container.scroll-menu {
    position: relative
}

.default-container.translation-api---faq {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex
}

.default-container.center {
    text-align: center
}

.default-container.gray-bg {
    background-color: #f2f5f7;
    border-radius: 20px;
    padding-top: 95px;
    padding-bottom: 95px
}

.default-container.flex {
    display: flex
}

.default-container.privacy {
    flex-direction: column;
    align-items: center;
    display: flex
}

.default-container.teamsbg {
    background-image: url('../images/mesh-gradients-mesh-gradient-variant-b3x.png');
    background-position: 0 230px;
    background-repeat: no-repeat;
    background-size: 1320px
}

.default-container.blog---head-section {
    margin-top: 99px;
    margin-bottom: 99px
}

.default-container.blog---header-bar {
    justify-content: space-between;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex
}

.default-container.llsection {
    padding-top: 100px;
    padding-bottom: 100px
}

.default-container.llctasrction {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex
}

.default-container.blogcontentflex {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: flex
}

.default-container.toptrans {
    justify-content: space-between;
    align-items: center;
    display: flex
}

.style-guide---background-color-grid-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid
}

.background-color---dark-gray {
    background-color: var(--dark-gray)
}

.background-color---medium-gray {
    background-color: var(--medium-gray)
}

.background-color---light-gray {
    background-color: var(--light-gray)
}

.background-color---ultralight-gray {
    background-color: var(--ultralight-gray)
}

.style-guide---text-color-grid-container {
    grid-column-gap: 30px;
    grid-row-gap: 50px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid
}

.text-color---itranslate-blue {
    color: var(--itranslate-blue)
}

.text-color---dark-gray {
    color: var(--dark-gray)
}

.text-color---medium-gray {
    color: var(--medium-gray)
}

.text-color---medium-gray.hide {
    display: none
}

.text-color---light-gray {
    color: var(--light-gray)
}

.text-color---ultralight-gray {
    color: var(--ultralight-gray)
}

.style-guide---text-color-item {
    border: 1px solid var(--ultralight-gray);
    border-radius: 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100px;
    padding: 5px;
    display: flex
}

.style-guide---text-color-item---dark {
    background-color: var(--light-gray);
    border-radius: 12px;
    justify-content: center;
    align-items: center;
    height: 100px;
    display: flex
}

.text-color---soft-white {
    color: var(--soft-white)
}

.margin---top---default {
    margin-top: 150px
}

.style-guide---background-color-item {
    border-radius: 12px;
    justify-content: center;
    align-items: center;
    height: 100px;
    padding: 5px;
    display: flex
}

.style-guide---background-color-item.background-color---typeright-purple {
    background-color: var(--typeright-purple)
}

.text-color---white {
    color: var(--white)
}

.style-guide---text-alignment-grid-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid
}

.text-alignment---left {
    text-align: left
}

.text-alignment---center {
    text-align: center
}

.text-alignment---right {
    text-align: right
}

.style-guide---text-alignment-item {
    border: 1px solid var(--ultralight-gray);
    justify-content: flex-start;
    align-items: center;
    height: 100px;
    padding: 10px;
    display: flex
}

.style-guide---text-alignment-item---container {
    width: 100%
}

.text-alignment---justify {
    text-align: justify
}

.style-guide---section-title {
    color: var(--itranslate-blue);
    letter-spacing: .62px;
    border-bottom: 1px solid #1a98ff4d;
    margin-bottom: 50px;
    padding-bottom: 30px;
    font-family: SF Pro Display, sans-serif;
    font-size: 56px;
    font-weight: 700;
    line-height: 1.2em
}

.margin---bottom---default {
    margin-bottom: 150px
}

.style-guide---class-name-badge {
    color: var(--white);
    background-color: #4b78be;
    border-radius: 4px;
    align-items: center;
    height: 24px;
    margin-top: 0;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 10px;
    line-height: 24px;
    display: inline-block
}

.style-guide---class-name-container {
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 10px;
    display: flex
}

.style-guide---margins-grid-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 100px 100px 100px 100px 160px 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    overflow: scroll
}

.style-guide---table-cell---center {
    justify-content: center;
    align-items: center;
    height: 40px;
    display: flex
}

.div-block-23 {
    display: flex
}

.style-guide---table-cell---left {
    justify-content: flex-start;
    align-items: center;
    height: 40px;
    display: flex
}

.padding---top---default {
    padding-top: 150px
}

.padding---bottom---default {
    padding-bottom: 2px
}

.footer---grid-container-top {
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    border-bottom: 1px solid var(--light-gray);
    grid-template: "." "." /7.5fr 4.5fr;
    grid-auto-columns: 1fr;
    padding-bottom: 50px;
    display: grid
}

.footer---link-container {
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid
}

.footer---link-column {
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 6px;
    display: flex
}

.footer---grid-container-bottom {
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 7.5fr 4.5fr;
    grid-auto-columns: 1fr;
    margin-top: 20px;
    display: grid
}

.footer---social-icons-container {
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid
}

.navigation-bar-mobile---link-button---primary {
    color: var(--itranslate-blue);
    white-space: nowrap;
    margin-left: 0;
    padding: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2em;
    text-decoration: none;
    display: block
}

.navigation-bar-mobile---link-button---primary:hover {
    text-decoration: underline
}

.navigation-bar-mobile---link-button---primary.w--current {
    color: var(--dark-gray)
}

.feature-mockup---device-top {
    width: 300px;
    height: 600px;
    margin-left: -150px;
    position: absolute;
    bottom: 64px;
    left: 50%
}

.home---privacy---description {
    width: 540px
}

.home---privacy---description---container {
    z-index: 10;
    justify-content: center;
    margin-top: -100px;
    display: flex;
    position: relative
}

.home---privacy---artwork {
    width: 488px;
    height: 488px;
    position: relative
}

.navigation-bar---shadow {
    z-index: -10;
    opacity: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    box-shadow: 0 0 10px #242c3333
}

.home---privacy---artwork---container {
    justify-content: center;
    display: flex
}

.home---privacy---artwork---icon {
    z-index: 10;
    width: 100%;
    height: 100%;
    position: absolute
}

.home---privacy---artwork---background {
    background-image: url('../images/privacy_artwork_background2x.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 488px;
    width: 100%;
    height: 100%;
    position: absolute
}

.image-6 {
    width: 100%;
    height: auto
}

.home---features-overview---grid-container {
    grid-column-gap: 30px;
    grid-row-gap: 70px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 100px 140px;
    display: grid
}

.home---features-overview---feature-item {
    flex-direction: row;
    width: 100%;
    display: flex
}

.home---features-overview---feature-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 20px
}

.div-block-27 {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex
}

.home---features-overview---feature-description {
    color: #ffffff80;
    text-align: center;
    width: 100%;
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.3em
}

.home---features-overview---feature-name {
    color: #fff;
    text-align: center;
    width: 100%;
    font-size: 26px;
    line-height: 1.2em
}

.mockup---video-device {
    width: 100%;
    position: relative;
    max-width: 432px;
}

.mockup---video-device---video-container {
    z-index: 10;
    width: 99%;
    height: 100%;
    position: absolute;
    top: 2.7%;
    left: 0.0%;
    overflow: hidden;
    border-radius: 32px;
}

.mockup---video-device---device-frame {
    z-index: 20;
    width: 99%;
    height: 103.5%;
    position: absolute
}

.video {
    height: 100%
}

.mockups---video-device-shadow {
    z-index: 0;
    background-image: url('../images/device_video_stencil_iphone11pro_shadow2x.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 132.407%;
    height: 113.441%;
    position: absolute;
    top: 0;
    left: 0
}

.image-7 {
    width: 100%;
    height: 100%
}

.div-block-30 {
    width: 350px
}

.div-block-31 {
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 2fr 8fr 2fr;
    grid-auto-columns: 1fr;
    display: grid
}

.home---vision---description {
    text-align: center;
    margin-top: 30px;
    padding-left: 40px;
    padding-right: 40px
}

.home---media-coverage---ada-container {
    background-image: url('../images/gradient_separator_vertical.svg');
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: 1px 132px;
    flex: none;
    align-items: center;
    height: 100%;
    padding-right: 40px;
    display: flex
}

.div-block-33 {
    border-bottom: 1px solid var(--ultralight-gray);
    height: 132px;
    display: flex
}

.home---media-coverage---media-container {
    align-items: center;
    width: 100%;
    padding-left: 40px;
    display: flex;
    position: relative
}

.home---media-coverage---media-list {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    padding-left: 0;
    display: flex
}

.home---media-coverage---logo-item-s {
    height: 22px
}

.home---media-coverage---logo-item-m {
    height: 28px
}

.home---media-coverage---logo {
    height: 100%
}

.link-block {
    float: left;
    height: 100%;
    font-size: 1px
}

.apps---products-menu.background-color---dark-gray {
    z-index: 9000;
    width: 100%;
    position: sticky;
    top: 80px
}

.apps---products-menu---scroll-container {
    justify-content: space-between;
    height: 92px;
    display: flex;
    position: relative;
    overflow: visible
}

.apps---products-menu---other-products-container {
    grid-column-gap: 30px;
    grid-row-gap: 8px;
    flex: none;
    grid-template-rows: 16px 16px;
    grid-template-columns: auto auto;
    grid-auto-columns: 1fr;
    align-self: center;
    display: grid
}

.list {
    align-items: center;
    height: 100%;
    margin-bottom: 0;
    padding-left: 0;
    display: flex
}

.list-item {
    margin-right: 50px;
    position: relative
}

.div-block-37 {
    width: 32px;
    height: 32px;
    margin-right: 8px;
    position: relative
}

.link-block-2 {
    align-items: center;
    text-decoration: none;
    display: flex
}

.text-block-4 {
    font-size: 10px;
    font-weight: 600;
    line-height: 1.6em;
    text-decoration: none
}

.text-block-5 {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.06667em;
    text-decoration: none
}

.text-color---converse-orange {
    color: #ff9500
}

.text-color---voice-purple {
    color: #b367ff
}

.text-color---lingo-pink {
    color: #ff4c6a
}

.apps---products-menu-item---hover {
    z-index: -1;
    opacity: 0;
    border-radius: 14px;
    width: 100%;
    height: 100%;
    margin-top: -10px;
    margin-left: -10px;
    padding: 10px;
    position: absolute;
    top: 0;
    left: 0
}

.background-color---converse-orange {
    background-color: #ff9500
}

.background-color---voice-purple {
    background-color: #b367ff
}

.background-color---lingo-pink {
    background-color: #ff4c6a
}

.apps---products-menu---handle {
    background-image: url('../images/popover_handle.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 30px;
    height: 12px;
    position: absolute;
    top: -10px;
    left: 46px
}

.apps---products-menu---icon {
    flex: none;
    align-items: flex-start;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    display: flex
}

.apps---products-menu---product-item {
    align-items: center;
    text-decoration: none;
    display: flex
}

.apps---products-menu---name {
    color: var(--white);
    font-size: 12px;
    line-height: 1.2em
}

.apps---products-menu---name:hover {
    text-decoration: underline
}

.section-anchor {
    width: 0;
    height: 0;
    margin-top: -172px;
    display: block;
    position: absolute
}

.link---purple {
    color: var(--voice-purple);
    text-decoration: none
}

.link---purple:hover {
    text-decoration: underline
}

.div-block-42 {
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 3fr 6fr 3fr;
    grid-auto-columns: 1fr;
    display: grid
}

.left-arrow,
.right-arrow,
.slide-nav {
    display: none
}

.ratings-slider---star-rating {
    width: 220px;
    margin-bottom: 0
}

.rating---quote {
    color: var(--itranslate-blue);
    letter-spacing: -1.15px;
    font-family: SF Pro Rounded, sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2em
}

.slider {
    background-color: #0000;
    width: 100%;
    height: 100%
}

.home---hero---ratings {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex
}

.rating---slide-container {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex
}

.mask {
    max-width: 540px
}

.ratings-slider---gradient-left {
    z-index: 10;
    background-image: linear-gradient(to right, #fafbfb, #fff0);
    width: 100px;
    height: 100%;
    display: none;
    position: absolute;
    left: -100px
}

.ratings-slider---gradient-right {
    z-index: 10;
    background-image: linear-gradient(270deg, #fafbfb, #fff0);
    width: 100px;
    height: 100%;
    display: none;
    position: absolute;
    right: 0
}

.div-block-46 {
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 6fr 1fr 4fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    height: 100%;
    display: none
}

.home---hero---content---description {
    flex-direction: column;
    justify-content: space-between;
    width: 540px;
    height: 100%;
    margin-right: 60px;
    display: flex
}

.div-block-48 {
    align-items: center;
    display: flex
}

.body-4 {
    font-family: SF Pro Text, sans-serif
}

.about---who-we-are---grid-container {
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 2fr 8fr 2fr;
    grid-auto-columns: 1fr;
    display: grid
}

.about---company-facts.background-color---soft-white {
    padding-top: 100px;
    padding-bottom: 100px
}

.about---company-facts---grid-container {
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 2fr 8fr 2fr;
    grid-auto-columns: 1fr;
    display: grid
}

.about---company-facts---fact-container {
    border-bottom: 1px solid #242c330d;
    min-height: 200px;
    display: flex
}

.about---company-facts---fact-container.no-border {
    border-bottom-style: none
}

.about---company-facts---fact-title {
    flex: none;
    align-items: center;
    width: 160px;
    margin-right: 30px;
    display: flex
}

.about---company-facts---fact-description {
    align-self: center;
    width: 100%;
    display: flex
}

.no-margin {
    margin-bottom: 0
}

.text-color---lingo-purple {
    color: #73f
}

.about---imprint---grid-container {
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 4fr 6fr 1fr;
    grid-auto-columns: 1fr;
    display: grid
}

.text-span-2 {
    color: var(--itranslate-blue);
    font-weight: 700
}

.text-span-3 {
    color: var(--medium-gray)
}

.about---imprint---office-image {
    position: relative
}

.about-imprint---description {
    flex-direction: column;
    justify-content: center;
    display: flex
}

.image-9 {
    width: 100%;
    position: absolute
}

.about---who-we-are---itranslate-logo {
    margin-bottom: 150px
}

.products---product-information---grid-container {
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 3fr 6fr 3fr;
    grid-auto-columns: 1fr;
    display: grid
}

.itranslate-logo---wordmark {
    width: 187px;
    margin-bottom: 8px
}

.jobs---introduction-text {
    flex-direction: column;
    align-items: center;
    display: flex
}

.products---product-presentation.margin---top---default.margin---bottom---default.background---keyboard---message-bubbles {
    background-image: url('../images/keyboard_message_bubbles_background.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 1019px;
    background-attachment: scroll
}

.products---bixby---screen-center {
    z-index: 10;
    width: 478px;
    position: relative
}

.products---bixby---device-mockups {
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative
}

.products---bixby---screen-left {
    z-index: 0;
    width: 439px;
    position: absolute;
    left: 0
}

.products---bixby---screen-right {
    z-index: 0;
    width: 439px;
    position: absolute;
    right: 0
}

.products---product-how-to---grid-container {
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 3fr 6fr 3fr;
    grid-auto-columns: 1fr;
    display: grid
}

.products---product-how-to-description {
    flex-direction: column;
    align-items: center;
    display: flex
}

.products---keyboard-extension---device-mockups {
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative
}

.products---keyboard-extension---screen-left {
    z-index: 0;
    width: 461px;
    position: absolute;
    left: 0
}

.products---keyboard---screen-center {
    z-index: 10;
    width: 500px;
    position: relative
}

.products---keyboard-extension---screen-right {
    z-index: 0;
    width: 461px;
    position: absolute;
    right: 0
}

.keyboard-extension-device-mockup {
    width: 100%
}

.products---keyboard---grid-container {
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 4fr 1fr 4fr 1fr;
    grid-auto-columns: 1fr;
    display: grid
}

.products---instructions---checklist {
    background-color: var(--ultralight-gray);
    border-radius: 20px;
    margin-top: 40px;
    padding: 20px
}

.products---instructions---list {
    margin-bottom: 0;
    padding-left: 0
}

.products---instructions---icon {
    flex: none;
    width: 40px;
    height: 40px;
    margin-right: 10px
}

.products---instructions---list-item {
    align-items: center;
    margin-bottom: 16px;
    display: flex
}

.products---instructions---list-item.last {
    margin-bottom: 0
}

.products---instructions---icon-image {
    width: 100%
}

.div-block-49 {
    width: 33.3333%;
    max-width: 33.3333%;
    margin-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px
}

.div-block-50 {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: -60px;
    display: flex
}

.div-block-51 {
    justify-content: center;
    margin-top: 100px;
    display: flex
}

.mobile-navigation-overlay {
    z-index: 100000;
    opacity: 0;
    background-color: #0009;
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0
}

.apps---products-menu---gradient-left,
.apps---products-menu---gradient-right {
    display: none
}

.jobs---introduction---grid-container {
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 3fr 6fr 3fr;
    grid-auto-columns: 1fr;
    display: grid
}

.jobs---office-image---image-container {
    padding-top: 56.25%;
    position: relative;
    overflow: hidden
}

.image-11 {
    position: absolute;
    top: 0;
    left: 0
}

.jobs---perks---grid-container {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 150px;
    padding-left: 95px;
    padding-right: 95px;
    display: grid
}

.jobs---perks---perk-item {
    flex-direction: column;
    align-items: center;
    display: flex
}

.jobs---perk---perk-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px
}

.jobs---perk---perk-description {
    text-align: center;
    width: 100%;
    font-family: SF Pro Display, sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2em
}

.div-block-53 {
    margin-bottom: 20px
}

.div-block-53.last {
    margin-bottom: 0
}

.div-block-53.disableenterprise {
    display: none
}

.perks---quote {
    text-align: center;
    background-image: url('../images/text_mesh_gradient2x.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.jobs---perks---introduction {
    padding-left: 95px;
    padding-right: 95px
}

.jobs---perks---description {
    text-align: center;
    margin-top: 30px;
    padding-left: 190px;
    padding-right: 190px
}

.jobs---open-positions {
    background-color: var(--ultralight-gray)
}

.jobs---open-positions---grid-container {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block
}

.div-block-56 {
    background-color: var(--superlight-gray);
    border: 2px solid #0000;
    padding-top: 100%;
    position: relative;
    overflow: hidden
}

.div-block-57 {
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 30px;
    display: flex;
    position: absolute;
    top: 0;
    left: 0
}

.text-block-6 {
    color: var(--itranslate-blue);
    margin-bottom: 10px;
    font-family: SF Pro Text, sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.2em
}

.text-block-7 {
    font-family: SF Pro Display, sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2em
}

.paragraph {
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 1.2em
}

.jobs---position-description---grid-container {
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 5fr 1fr 4fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
    display: grid
}

.jobs---list-item {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4em
}

.jobs---list {
    padding-left: 20px
}

.jobs---description-block {
    margin-bottom: 30px
}

.jobs---description-block.last {
    margin-bottom: 0
}

.paragraph-2 {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4em
}

.jobs---perks---list {
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none
}

.jobs---perk---icon {
    flex: none;
    width: 32px;
    height: 32px;
    margin-right: 8px
}

.jobs---perks---list-item {
    margin-bottom: 14px;
    display: flex
}

.jobs---perks---list-item.last {
    margin-bottom: 0
}

.jobs---perk---name {
    align-self: center;
    align-items: center;
    font-size: 17px;
    line-height: 1.4em;
    display: flex
}

.jobs---position-description---perks-list {
    margin-bottom: 30px
}

.jobs---cta---heading {
    color: var(--itranslate-blue);
    text-align: center;
    margin-bottom: 0
}

.button---rounded---primary---large {
    background-color: var(--itranslate-blue);
    color: var(--white);
    letter-spacing: .42px;
    border-radius: 46px;
    justify-content: center;
    align-items: center;
    height: 92px;
    max-height: 92px;
    padding: 24px 48px;
    font-family: SF Pro Display, sans-serif;
    font-size: 38px;
    line-height: 1.2em;
    text-decoration: none;
    transition: background-color .3s cubic-bezier(.165, .84, .44, 1);
    display: flex
}

.button---rounded---primary---large:hover {
    background-color: #ff9500
}

.button---label---large {
    text-align: center;
    font-weight: 700
}

.jobs---apply---button-container {
    justify-content: center;
    margin-top: 80px;
    display: flex
}

.enterprise---call-to-action---button-container {
    justify-content: center;
    margin-top: 80px;
    padding-top: 60px;
    display: flex
}

.caption {
    text-align: center;
    margin-top: 10px;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4em
}

.enterprise---introduction---description {
    margin-bottom: 20px
}

.jobs---notification-badge {
    background-color: #ff4c6a;
    border-radius: 8px;
    align-items: center;
    width: 16px;
    height: 16px;
    display: none;
    position: absolute;
    inset: -10px -12px auto auto
}

.notification-badge---label {
    color: #fff;
    text-align: center;
    width: 16px;
    font-size: 10px;
    font-weight: 700;
    overflow: hidden
}

.home---mobile-hero {
    display: none
}

.jobs---perks--relocation {
    border-top: 1px solid var(--ultralight-gray);
    flex-direction: column;
    align-items: center;
    margin-top: 150px;
    padding-top: 100px;
    padding-left: 95px;
    padding-right: 95px;
    display: flex
}

.jobs---perks---description-copy {
    text-align: center;
    margin-top: 30px;
    padding-left: 180px;
    padding-right: 180px
}

.div-block-61 {
    color: var(--light-gray);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3333em;
    position: absolute;
    top: 20px
}

.home---hero---container {
    justify-content: space-between;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex
}

.home---hero---content---device {
    flex: none;
    align-items: center;
    width: 285px;
    margin-right: 150px;
    display: flex
}

.home---hero---content {
    justify-content: space-between;
    width: 100%;
    display: flex
}

.text-color---light-blue {
    color: var(--light-blue)
}

.background-color---light-blue {
    background-color: var(--light-blue)
}

.apps---products-menu---new-badge {
    align-items: flex-start;
    width: 26px;
    height: 12px;
    display: none;
    position: absolute;
    top: -10px;
    right: -10px
}

.products---product-features---grid-container {
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid
}

.products---product-features---feature-item {
    justify-content: center;
    display: flex
}

.products---introduction-text {
    flex-direction: column;
    align-items: center;
    display: flex
}

.products---product-icon---content-container {
    justify-content: center;
    padding-top: 35px;
    padding-bottom: 35px;
    display: flex
}

.products---product-icon---icon {
    width: 80px;
    height: 80px
}

.products---keyboard---container {
    align-items: center;
    height: 1019px;
    display: flex
}

.products---keyboard---device-mockups {
    justify-content: space-between;
    width: 100%;
    height: 700px;
    display: flex
}

.keyboard---artwork---container {
    width: 920px;
    height: 790px;
    position: relative
}

.products---product-artwork---content-container {
    justify-content: center;
    margin-top: 50px;
    display: flex
}

.keyboard---artwork---layer-1 {
    z-index: 0;
    background-image: url('../images/keyboard_artwork_layer12x.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute
}

.keyboard---artwork---layer-2 {
    z-index: 10;
    background-image: url('../images/keyboard_artwork_layer22x.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute
}

.keyboard---artwork---layer-3 {
    z-index: 20;
    background-image: url('../images/keyboard_artwork_layer32x.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute
}

.keyboard---artwork---layer-4 {
    z-index: 30;
    background-image: url('../images/keyboard_artwork_layer42x.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute
}

.products---keyboard---app-categories---content-container {
    flex-direction: column;
    align-items: center;
    display: flex
}

.products---keyboard---app-categories---heading {
    width: 350px
}

.products---keyboard---app-categories---grid-container {
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 160px 160px 160px 160px;
    grid-auto-columns: 1fr;
    margin-top: 20px;
    display: grid
}

.products---keyboard---app-categories---icon {
    width: 48px;
    height: 48px
}

.products---keyboard---app-categories---item {
    flex-direction: column;
    align-items: center;
    display: flex
}

.products---keyboard---app-categories---category-name {
    text-align: center;
    width: 100%;
    margin-top: 5px;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2em
}

.products---product-features---feature-item---wrapper {
    width: 100%;
    max-width: 350px
}

.products---keyboard---device {
    width: auto;
    margin-right: 30px
}

.products---keyboard---device.is-last {
    margin-right: 0
}

.link---light-blue {
    color: var(--light-blue);
    text-decoration: none
}

.link---light-blue:hover {
    text-decoration: underline
}

.apps---app-device-mockup-top {
    z-index: 10;
    width: 300px;
    height: 600px;
    margin-left: -150px;
    position: absolute;
    bottom: 64px;
    left: 50%
}

.background-gradient---light-purple {
    background-image: linear-gradient(#ec82ff, #9d07fa)
}

.apps---app-mockup-container-background-keyboard {
    z-index: 0;
    background-image: url('../images/app_mockup_container_background_itranslate_keyboard.svg');
    background-position: -30px -30px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute
}

.background-gradient---orange {
    background-image: linear-gradient(#ffbf29, #f26500)
}

.terms---document-body {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4em
}

.terms---document-body.margin---top---default.margin---bottom---default {
    margin-top: 60px
}

.terms---paragraph {
    margin-bottom: 1.4em
}

.terms---document-title {
    margin-bottom: 50px
}

.terms---list {
    grid-template-rows: 80px auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    list-style-type: disc;
    display: block
}

.terms---content-block {
    margin-bottom: 50px
}

.text-weight---semibold {
    font-weight: 600
}

.terms---list-item---numbered {
    list-style-type: decimal
}

.list-item-3 {
    position: static
}

.terms---information---table {
    grid-row-gap: 24px;
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 75%;
    margin-bottom: 50px;
    display: grid
}

.terms---information---table-row {
    display: flex
}

.terms---information---table-column-1 {
    flex: none;
    width: 30px;
    margin-right: 10px
}

.terms---information---table-column-2 {
    flex: none;
    width: 150px;
    margin-right: 10px
}

.terms---information---table-column-3 {
    flex: 1
}

.terms---information---table-header-column-1 {
    flex: none;
    width: 190px;
    margin-right: 10px;
    font-weight: 600
}

.terms---information---table-header-column-2 {
    flex: 1;
    font-weight: 600
}

.terms---list---heading {
    margin-left: -20px;
    list-style-type: none
}

.terms---navigation {
    margin-top: 75px;
    margin-bottom: 0
}

.terms---navigation---list {
    flex: 1;
    width: 100%;
    margin-bottom: 0;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    overflow: scroll
}

.terms---navigation---list-item {
    flex: none;
    margin-right: 30px;
    font-size: 17px;
    line-height: 1.4em
}

.terms---navigation---list-item.is-last {
    margin-right: 0;
    padding-right: 20px
}

.heading-2 {
    display: none
}

.div-block-63 {
    background-color: var(--ultralight-gray);
    border-radius: 10px;
    align-items: center;
    height: 64px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    position: relative
}

.terms---navigation---gradient---right {
    z-index: 1000;
    background-image: linear-gradient(to right, #f2f5f700, var(--ultralight-gray));
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 100px;
    height: 100%;
    display: none;
    position: absolute;
    inset: 0% 0% auto auto
}

.list-item-4,
.list-item-5,
.list-item-6,
.list-item-7,
.list-item-8,
.list-item-9 {
    padding-bottom: 10px
}

.jobs---intro {
    text-align: center;
    margin-bottom: 20px
}

.div-block-65 {
    border: 1px solid var(--itranslate-blue);
    background-color: var(--white);
    justify-content: space-between;
    align-items: center;
    min-height: 100px;
    padding-left: 36px;
    padding-right: 22px;
    display: flex
}

.text-block-8 {
    margin-right: 22px
}

.image-12 {
    width: 187px;
    height: auto
}

.translation-api---text {
    text-align: center;
    width: 540px;
    padding-top: 80px;
    padding-bottom: 255px
}

.paragraph-3 {
    letter-spacing: -.46px;
    font-size: 19px
}

.translation-api---facts {
    opacity: 1;
    background-image: linear-gradient(#94949433, #a1a1a133);
    justify-content: center;
    width: 100%;
    height: 120px;
    padding-left: 59px;
    display: block;
    position: absolute;
    inset: auto 0% 0%
}

.image-15 {
    width: 32px;
    margin-bottom: 10px
}

.column {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 120px;
    display: flex
}

.text-block-9 {
    border: 1px none var(--black);
    color: #919699;
    letter-spacing: -.41px;
    font-size: 17px
}

.column-2 {
    object-fit: fill;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 120px;
    display: flex
}

.column-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 120px;
    display: flex
}

.columns {
    width: 500px
}

.applegradient {
    text-align: left;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #827ffa, #21e4e6);
    -webkit-background-clip: text;
    background-clip: text;
    display: inline-block
}

.applegradient.moredistance {
    margin-bottom: 50px;
    margin-left: -45px
}

.translation-api---shadow-div {
    z-index: 5;
    background-image: url('../images/container_shadow2x.png');
    background-position: 50% 100%;
    background-size: cover;
    width: 80%;
    height: 50px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: 0 0% 0%
}

.paragraph-4 {
    width: 500px
}

.translation-api---code {
    cursor: pointer;
    background-color: #292d3e;
    border-radius: 10px;
    margin: 60px auto;
    padding: 30px;
    position: relative
}

.translation-api---code.docs {
    cursor: auto;
    margin-top: 0;
    margin-bottom: 40px
}

.code {
    color: #c3e88d;
    font-family: Ibmplexmono, sans-serif
}

.code.code-mobile {
    display: none
}

.code.new {
    font-size: 13px;
    line-height: 1.4em
}

.code.old {
    display: none
}

.codeformat-1 {
    color: #a6acca;
    text-decoration: none
}

.link-in-code {
    color: #82aaff
}

.codeformat-2 {
    color: #89ddff
}

.link-2 {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #827ffa, #21e4e6);
    -webkit-background-clip: text;
    background-clip: text;
    margin-left: 10px;
    text-decoration: none
}

.section-2 {
    background-image: linear-gradient(#36424d, #242c33);
    margin-bottom: 0;
    padding-top: 150px;
    padding-bottom: 150px;
    position: relative
}

.rapidapi---button-shadow {
    z-index: 5;
    opacity: .5;
    filter: blur(19px);
    background-image: linear-gradient(to right, #827ffa, #21e4e6);
    width: 90%;
    height: 50%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 51px;
    left: 0;
    right: 0
}

.get-access-text {
    color: #fff;
    text-align: center;
    letter-spacing: .37px;
    font-size: 34px;
    text-decoration: none
}

.get-access-text.klein {
    font-size: 22px
}

.link-4 {
    color: #1a98ff;
    text-decoration: none
}

.link-4:hover {
    text-decoration: underline
}

.section-3 {
    margin-top: 150px;
    margin-bottom: 150px
}

.faq-header {
    text-align: center
}

.faq-header.applegradient {
    background-image: linear-gradient(to right, #827ffa, #21e4e6);
    margin-bottom: 120px;
    display: inline-block
}

.text-block-14 {
    margin-top: 60px
}

.div-block-67 {
    text-align: left;
    width: 100%
}

.translation-api---divider {
    background-image: linear-gradient(to right, #827ffa, #21e4e6);
    width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px
}

.text-block-16 {
    text-align: center;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #827ffa, #25fdff);
    -webkit-background-clip: text;
    background-clip: text;
    text-decoration: none;
    position: static
}

.link-block-4 {
    background-image: linear-gradient(to right, #827ffa, #21e4e6);
    border-radius: 32px;
    width: 200px;
    height: 65px;
    margin-top: 20px;
    text-decoration: none;
    position: static
}

.div-block-70 {
    background-color: var(--white);
    border-radius: 39px;
    justify-content: center;
    align-items: center;
    width: 196px;
    height: 61px;
    margin-top: 2px;
    margin-left: 2px;
    display: flex
}

.text-block-17 {
    color: var(--medium-gray);
    font-weight: 400
}

.div-block-71 {
    background-image: url('../images/api_privacy_badge2x.png'), linear-gradient(#fdfdff, #f5f5f7);
    background-position: 130%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 710px, auto;
    border-radius: 20px;
    margin-top: -60px;
    padding: 120px 45px;
    position: relative;
    overflow: hidden
}

.div-block-72 {
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 110px;
    padding-bottom: 110px
}

.div-block-74 {
    text-align: center
}

.logoheader {
    z-index: 1;
    background-color: #0000;
    background-image: url('../images/itranslate_api_icon2x.png');
    background-position: 325px 265px;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: auto 0% 0% auto
}

.div-block-77 {
    align-items: center;
    display: flex;
    position: relative
}

.div-block-78 {
    background-image: linear-gradient(to right, #827ffa, #25fdff);
    width: 0;
    height: 2px;
    margin-left: 41px;
    display: block;
    position: absolute;
    inset: auto 0% 0%
}

.div-block-79 {
    z-index: 6;
    background-image: linear-gradient(#fdfdff, #f5f5f7);
    border-radius: 20px;
    margin-top: 0;
    padding-left: 45px;
    padding-right: 45px;
    position: relative;
    overflow: hidden
}

.text-block-18 {
    width: 80%;
    margin-bottom: 0
}

.column-5 {
    padding-left: 0;
    padding-right: 0
}

.translation-api---overlay {
    opacity: 0;
    background-color: #fffc;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    inset: 0% auto auto 0%
}

.translation-api---overlay.nicht-kopiert {
    opacity: 0;
    display: flex
}

.heading-5 {
    text-align: center;
    margin-bottom: 0;
    display: flex
}

.pricing {
    background-color: #f2f5f7;
    margin-top: -55px;
    padding-top: 150px;
    padding-bottom: 90px
}

.normaltext {
    letter-spacing: -.46px;
    justify-content: center;
    width: 450px;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    line-height: 27px;
    display: block
}

.pricing-header {
    text-align: center
}

.pricing-header.applegradient {
    background-image: linear-gradient(to right, #827ffa, #21e4e6);
    margin-bottom: 20px;
    display: inline-block
}

.price-box {
    background-color: var(--white);
    border-radius: 30px;
    justify-content: center;
    align-items: center;
    height: 220px;
    margin-bottom: 10px;
    padding: 10px;
    display: flex
}

.price-box-border {
    background-image: linear-gradient(#827ffa, #21e4e6);
    border-radius: 20px;
    flex: 1;
    align-self: stretch;
    padding: 1px;
    display: flex
}

.price-box-inner {
    background-color: #fff;
    border-radius: 19px;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    display: flex
}

.bold-text {
    letter-spacing: .53px;
    font-size: 48px
}

.bold-text-2 {
    font-size: 17px
}

.text-block-20 {
    text-align: center;
    line-height: 2.6em
}

.text-block-21 {
    color: #919699;
    text-align: center;
    font-weight: 600
}

.columns-2 {
    width: 790px;
    margin-left: auto;
    margin-right: auto
}

.text-block-22 {
    text-align: center;
    line-height: 2.3em
}

.text-block-21-copy {
    color: #919699;
    text-align: center;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 400
}

.text-span-11 {
    text-decoration: underline
}

.get-access {
    z-index: 10;
    text-align: center;
    background-image: linear-gradient(to right, #827ffa, #21e4e6);
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 100px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    display: flex;
    position: relative
}

.get-access.klein {
    width: 200px;
    height: 64px
}

.get-access.top-translated {
    width: 370px
}

.text-block-24 {
    color: #fff;
    letter-spacing: -.46px;
    margin-bottom: 20px;
    line-height: 27px
}

.text-block-25 {
    color: #fff;
    letter-spacing: -.46px;
    font-family: SF Pro Light, sans-serif;
    font-weight: 300;
    line-height: 27px
}

.text-block-25.margintop {
    margin-top: 27px
}

.column-6 {
    padding-left: 0;
    padding-right: 0
}

.text-span-12 {
    color: #1a98ff
}

.column-7,
.column-8,
.column-9 {
    padding-left: 0;
    padding-right: 0
}

.image-20 {
    width: 30px;
    height: 30px
}

.columns-3 {
    margin-bottom: 40px
}

.section-4 {
    background-color: #f2f5f7
}

.list-3 {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 0;
    list-style-type: none
}

.listenelement {
    letter-spacing: .31px;
    background-image: url('../images/checkmarks-circular-icon-checkmark-circular-medium-2-regular3x.png');
    background-position: 0;
    background-repeat: no-repeat;
    background-size: 28px 28px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 40px;
    font-size: 28px
}

.heading-6 {
    font-size: 56px
}

.columns-3-mobile {
    margin-bottom: 40px;
    display: none
}

.header-text {
    text-align: center;
    letter-spacing: -.46px;
    width: 540px;
    font-size: 19px
}

.div-block-80 {
    flex-direction: column;
    align-items: center;
    margin-top: 150px;
    margin-bottom: 50px;
    display: flex
}

.documentation-headline {
    letter-spacing: .29px;
    font-size: 26px
}

.text-span-5-copy {
    color: #cae797
}

.graytext {
    color: #919699;
    letter-spacing: -.46px;
    font-weight: 400
}

.column-13 {
    height: 190px;
    margin-bottom: -11px
}

.flexhelper {
    align-items: center;
    height: 100%;
    display: flex
}

.div-block-82 {
    background-color: #d2d6d9;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 16px 28px
}

.div-block-82.marginright {
    margin-right: 10px
}

.text-block-26 {
    font-family: Ibmplexmono, sans-serif;
    font-weight: 600
}

.text-block-26.center {
    text-align: center
}

.column-15 {
    height: 60px
}

.response {
    margin-top: 100px;
    margin-bottom: 100px
}

.errors {
    margin-top: 40px
}

.example {
    margin-bottom: 100px
}

.div-block-83 {
    margin-bottom: 85px;
    margin-left: -45px;
    margin-right: -45px;
    position: relative
}

.translation-api---code-docs {
    cursor: pointer;
    background-color: #292d3e;
    border-radius: 10px;
    margin: 0 auto 60px;
    padding: 30px;
    position: relative
}

.section-5 {
    background-color: #f7f9fa
}

.div-block-84 {
    background-color: #fff;
    border-radius: 16px;
    flex: 1;
    max-width: 620px;
    margin-top: 70px;
    margin-bottom: 70px;
    padding: 45px 115px
}

.div-block-85 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex
}

.image-21 {
    width: 64px;
    height: auto;
    margin-bottom: 35px
}

.heading-7 {
    font-family: SF Pro Display, sans-serif;
    font-size: 27px;
    font-weight: 700
}

.text-block-29 {
    letter-spacing: -.24px;
    font-size: 15px;
    line-height: 1.4em
}

.text-block-30 {
    color: #919699;
    letter-spacing: .07px;
    font-size: 11px;
    line-height: 13px
}

.div-block-87 {
    margin-top: 50px;
    margin-bottom: 0
}

.div-block-84-copy {
    text-align: center;
    background-color: #fff;
    border-radius: 16px;
    flex: 1;
    max-width: 620px;
    margin-top: 70px;
    margin-bottom: 70px;
    padding: 45px 115px
}

.medicalheader {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 17px
}

.auto-renewing-subscriptions,
.changes-to-policy,
.compliance-with-security-rule,
.contact-information,
.contact-us,
.cookie-controls,
.disclaimer,
.dmca-copyright-policy,
.general-obligations-of-business-associate,
.general-prohibitions,
.general-terms,
.governing-law,
.how-we-use-cookies-and-similar-technologies,
.indemnification,
.indemnity,
.itranslate-intellectual-property-rights,
.limitation-of-liability,
.miscellaneous,
.obligations-of-covered-entity,
.our-legal-basis-for-cookies-and-similar-technologies,
.permitted-uses-and-disclosures-by-business-associate,
.retention-of-personal-information,
.term-and-termination,
.termination,
.warranty-disclaimers,
.what-are-cookies,
.what-cookies-do-we-use-and-why,
.your-information-and-responsibilities,
.your-user-reviews {
    margin-top: 10px
}

.jobs---perks--prerkplus {
    border-top: 1px none var(--ultralight-gray);
    border-bottom: 1px solid var(--ultralight-gray);
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    padding: 100px 95px;
    display: flex
}

.request-headers {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 45px;
    padding-right: 45px;
    position: relative
}

.request-headers.height---100 {
    height: 100%;
    display: flex
}

.request-headers.scroll-menu {
    position: relative
}

.request-headers.translation-api---faq {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex
}

.request-headers.center {
    text-align: center
}

.request-headers.gray-bg {
    background-color: #f2f5f7;
    border-radius: 20px;
    margin-top: 100px;
    padding-top: 95px;
    padding-bottom: 95px
}

.footnote {
    margin-bottom: 100px;
    margin-left: -45px;
    margin-right: -45px
}

.text-color---typeright-purple {
    color: var(--typeright-purple)
}

.background-color---typeright-purple {
    background-color: var(--typeright-purple)
}

.link---typeright-purple {
    color: var(--typeright-purple);
    text-decoration: none
}

.link---typeright-purple:hover {
    text-decoration: underline
}

.apps---app-mockup-container-background-typeright {
    z-index: 0;
    background-image: url('../images/app_mockup_container_background_typeright.png');
    background-position: 0;
    background-repeat: no-repeat;
    background-size: 137.037%;
    width: 100%;
    height: 100%;
    position: absolute
}

.announcement-banner---typeright {
    background-image: linear-gradient(45deg, var(--typeright-purple), var(--typeright-teal))
}

.announcement {
    color: var(--white);
    justify-content: center;
    align-items: center;
    min-height: 80px;
    padding: 10px;
    display: flex
}

.link---white {
    color: var(--white);
    text-decoration: none
}

.link---white:hover {
    text-decoration: underline
}

.blog---posts {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 50px;
    margin-bottom: 50px;
    display: grid
}

.blog---posts.hide {
    display: flex
}

.blog-styling---section {
    display: none
}

.blog---image-holder {
    height: 225px
}

.blog---image {
    object-fit: cover;
    width: 100%;
    height: 175px;
    margin-top: 10px;
    margin-bottom: 10px
}

.blog---category {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700
}

.blog---excerpt-link {
    display: none
}

.blog---title {
    font-size: 25px
}

.blog---title-link {
    color: var(--itranslate-blue);
    text-decoration: none;
    transition: color .2s ease-in-out
}

.blog---title-link:hover {
    color: var(--dark-gray)
}

.blog---category-link {
    color: #777;
    text-decoration: none;
    transition: color .2s ease-in-out
}

.blog---category-link:hover {
    color: var(--dark-gray)
}

.blog---image-link {
    width: 100%;
    transition: all .2s ease-in-out
}

.blog---image-link:hover {
    filter: brightness(80%)
}

.more-link {
    color: var(--itranslate-blue);
    text-decoration: none;
    transition: color .2s ease-in-out;
    display: block
}

.more-link:hover {
    color: var(--dark-gray)
}

.screen-reader-text {
    display: none
}

.blog-loader---section {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 100px
}

.blog-loader---section.hide {
    display: none
}

.blog-loader---section.start {
    margin-top: -60px;
    display: none
}

.image-22 {
    text-align: center
}

.loading-text {
    color: var(--itranslate-blue);
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 30px
}

.about---itranslate-logo {
    height: 64px
}

.announcement-banner---itranslate-x-snap {
    z-index: 10000;
    background-color: #fffc00;
    border-bottom: .5px solid #0000001a;
    position: relative
}

.text-color---black {
    color: var(--black)
}

.div-block-88 {
    height: 44px;
    margin-right: 40px
}

.image-23 {
    height: 100%
}

.div-block-89 {
    align-items: center;
    display: flex
}

.text-block-31 {
    color: var(--voice-purple)
}

.text-block-32 {
    color: #919699;
    margin-top: 50px;
    font-size: 13px;
    line-height: 1.4em
}

.business---head-section {
    padding-top: 75px;
    padding-bottom: 0
}

.business---head-section.thx {
    background-image: url('../images/Mesh-Gradient-1.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 980px;
    min-height: 600px
}

.paragraph-5 {
    max-width: 736px
}

.business--body {
    background-color: #f0f0f6
}

.business---products {
    margin-top: 75px;
    margin-bottom: 50px
}

.business---product {
    background-color: #fff;
    border-radius: 10px;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    padding: 158px 50px 50px;
    display: flex;
    position: relative
}

.business---product.teams {
    background-image: url('../images/Teams.jpg');
    background-position: -175px -194px;
    background-repeat: no-repeat;
    background-size: 430px 430px
}

.business---product.developers {
    background-image: url('../images/API.jpg');
    background-position: -32px -163px;
    background-repeat: no-repeat;
    background-size: 430px 430px
}

.business---products-grid {
    grid-column-gap: 32px;
    grid-template-rows: auto
}

.business---button---primary {
    background-image: linear-gradient(#1a98ff, #0064ff);
    border-radius: 8px;
    align-items: center;
    width: 200px;
    height: 70px;
    margin-top: 15px;
    padding-left: 18px;
    padding-right: 18px;
    font-family: Inter, sans-serif;
    font-weight: 600;
    text-decoration: none;
    transition: box-shadow .3s cubic-bezier(.25, .46, .45, .94);
    display: flex;
    box-shadow: 0 10px 30px -10px #0064ff
}

.business---button---primary:hover {
    text-decoration: none;
    box-shadow: 0 20px 40px -10px #0064facc
}

.business---button---primary.get-access-button {
    width: 100%;
    margin-top: 70px
}

.business---button---primary.go-back-button {
    background-color: #fff;
    background-image: none
}

.business---button---primary._404-button {
    width: 300px
}

.button-label {
    width: 100%
}

.button-label.label---primary-2 {
    text-align: center
}

.button-label.label---primary-2.color---white {
    color: #fff
}

.button-label.label---primary-2.go-back {
    color: #1a98ff
}

.business---product---text {
    margin-bottom: 0
}

.business---privacy {
    background-image: url('../images/dotted-world-map3x.png');
    background-position: 50% 450px;
    background-repeat: no-repeat;
    background-size: 794px 420px;
    margin-top: 50px;
    padding-bottom: 255px
}

.business---teams {
    margin-top: 20px;
    margin-bottom: 38px
}

.business---teams.relative {
    position: relative
}

.business---teams.relative.teamsbg {
    background-image: url('../images/Mesh-Gradient-1.png');
    background-position: 50% 37%;
    background-repeat: no-repeat;
    background-size: 1320px
}

.business---api {
    margin-bottom: 100px;
    padding-top: 62px
}

.business---api.relative {
    position: relative
}

.business---api.relative.apibg {
    background-image: url('../images/Mesh-Gradient-2.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 880px
}

.business---h1 {
    letter-spacing: -1px;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Poppins, sans-serif;
    font-size: 60px;
    font-weight: 600;
    line-height: 1.167em
}

.business---main---paragraph {
    font-family: Inter, sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.455em
}

.business---main---paragraph.maxwidth {
    max-width: 830px;
    margin-top: 50px
}

.business---h3 {
    letter-spacing: -.75px;
    font-family: Poppins, sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.167em
}

.business---h3.teams-headline {
    margin-top: 20px
}

.business---normal---paragraph {
    margin-bottom: 15px;
    font-family: Inter, sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.474em
}

.business---normal---paragraph.privacy {
    z-index: 10;
    text-align: center;
    max-width: 448px;
    position: relative
}

.business---normal---paragraph.privacy---list-item {
    color: #919699;
    text-align: center;
    margin-bottom: 0;
    font-weight: 500
}

.business---normal---paragraph.teams {
    color: #919699
}

.business---privacy---image {
    width: 300px
}

.business---privacy---list {
    z-index: 5;
    background-image: linear-gradient(#fff0, #fff 26%);
    border-radius: 10px;
    width: 544px;
    max-width: 544px;
    margin-top: -100px;
    padding: 115px 30px 44px;
    position: relative;
    box-shadow: 0 20px 24px -14px #0000004a
}

.gradient {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(94deg, #919699, #a9afb3 59%, #dae1e6 75%, #919699);
    -webkit-background-clip: text;
    background-clip: text
}

.seperator {
    background-color: #242c3314;
    width: 100%;
    height: .5px;
    margin-top: 15px;
    margin-bottom: 15px
}

.business---h2 {
    letter-spacing: -1px;
    font-family: Poppins, sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.167em
}

.business---h2.imageheader {
    margin: 0
}

.business---headline-image {
    width: 200px;
    margin: -50px 0 -50px -50px
}

.business---headline-wrapper {
    align-items: center;
    margin-bottom: 50px;
    display: flex
}

.business---product-grid-inlay {
    background-color: #fff;
    border-radius: 10px;
    padding: 50px
}

.business---product-grid-inlay.screenshot {
    background-image: url('../images/Teams-Screenshot.jpg');
    background-position: 30px 30px;
    background-repeat: no-repeat;
    background-size: 830px
}

.business---product-grid-inlay.screenshot.developers {
    background-image: url('../images/API-Dashboard-Screenshot.jpeg');
    background-position: 50% 50px;
    background-size: 83%;
    height: 435px
}

.business---product-grid-inlay.form {
    height: 739px;
    position: relative
}

.grid {
    grid-template-columns: 1fr 448px
}

.business---teams---apps {
    width: 96px
}

.business---teams---apps-holder {
    justify-content: space-between;
    margin-top: 30px;
    display: flex
}

.business---product-teams---info {
    flex-direction: column;
    align-items: center;
    max-width: 448px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 80px
}

.business---product-teams---info.developers {
    padding-top: 0
}

.itranslate-developers-logo {
    width: 247px;
    margin-bottom: 20px
}

.oslo---headline-2 {
    font-size: 19px;
    font-weight: 600;
    line-height: 1.474em
}

.oslo---headline-2.margintop {
    margin-top: 30px
}

.business---api---pricing-box {
    background-color: #f2f2f7;
    border-radius: 10px;
    align-items: center;
    height: 60px;
    margin-top: 10px;
    display: flex
}

.developers---pricing-text {
    color: #919699;
    font-family: Inter, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.38em
}

.developers---pricing-sub-text {
    color: #242c33;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.38em
}

.developers---pricing-price {
    color: #1a98ff;
    border-right: 1px solid #826b4933;
    align-items: center;
    height: 44px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Inter, sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.45em;
    display: flex
}

.text-span-13 {
    text-decoration: underline
}

.formboxlink {
    color: #1a98ff;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    font-family: Inter, sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.41em;
    text-decoration: none;
    display: flex
}

.linkimage {
    margin-right: 5px
}

.developers-links {
    margin-top: 5px
}

.image-24 {
    width: 39px
}

.anchor {
    margin-top: -130px;
    position: absolute
}

.itr-footer-compact---links {
    margin-bottom: 50px;
    font-size: 14px;
    display: flex
}

.itr-footer-compact---legal-disclaimer {
    color: #919699;
    border-top: 1px solid #d2d6d9;
    border-radius: 1px;
    padding-top: 50px
}

.itr-default-grid {
    grid-column-gap: 32px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid
}

.oslo---footer---copyright {
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.357em
}

.logo {
    width: 150px
}

.itr-footer-compact---list {
    color: #919699;
    margin-bottom: 0;
    padding-left: 0
}

.itr-footer-compact {
    padding-top: 100px;
    padding-bottom: 100px
}

.itr-footer-compact.relative {
    z-index: 20;
    background-color: #fff;
    font-family: Inter, sans-serif
}

.oslo---footer---caption {
    font-family: Inter, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.385em
}

.itr-footer-compact---logo {
    margin-bottom: 50px
}

.d {
    flex: 1;
    max-width: 1152px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
    position: relative
}

.itr-footer-compact---list-item {
    color: #919699;
    margin-right: 20px;
    display: inline-block
}

.itr-footer-compact---list-item.last {
    margin-right: 0
}

.itr-footer-compact---mission-statement {
    margin-bottom: 50px
}

.itr-footer-compact---copyright {
    color: #242c33;
    margin-top: 30px;
    display: inline-block
}

.itr-footer-compact---link-container {
    margin-right: 50px;
    display: inline-block
}

.itr-footer-compact---link-container.last {
    margin-right: 0
}

.color---blue-2 {
    color: #1a98ff
}

.itr-footer-compact---mission-statement---linebreak {
    width: 12px;
    display: block
}

.link---medium-gray {
    color: #919699;
    text-decoration: none
}

.oslo---footer---header {
    color: #242c33;
    font-family: Poppins, sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.17em
}

.oslo--footerlinks {
    color: #242c33;
    text-decoration: none
}

.link-5 {
    text-decoration: none
}

.list-4 {
    padding-left: 30px;
    font-weight: 400;
    line-height: 28px
}

.list-item-10,
.list-item-11 {
    margin-bottom: 14px
}

.list-5 {
    list-style-type: decimal
}

.list-6 {
    list-style-type: lower-alpha
}

.list-6.ordered-sublist {
    margin-top: -1em
}

.cta---holder {
    background-color: #fff6;
    border-radius: 13px;
    padding-bottom: 10px;
    padding-left: 10px;
    position: fixed;
    inset: auto 0% 0%
}

.cta---holder.blur {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    margin-top: 60px;
    padding-bottom: 10px;
    position: sticky;
    bottom: 10px
}

.sticky-holder {
    position: relative
}

.list-item-13,
.list-item-14 {
    list-style-type: none
}

.list-7 {
    list-style-type: lower-roman
}

.ordered-list-first-level {
    padding-left: 20px;
    font-weight: 700;
    list-style-type: decimal
}

.list-item-15 {
    font-weight: 700
}

.unordered-list-item {
    list-style-type: none
}

.heading-8 {
    margin-top: 40px
}

.red-block {
    background-color: red;
    border-radius: 16px
}

.text-field {
    text-align: center;
    border-radius: 9px;
    width: 350px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    padding: 25px 30px;
    font-size: 25px;
    font-weight: 600
}

.greybg {
    background-color: var(--ultralight-gray);
    padding-top: 150px;
    padding-bottom: 150px
}

._404-label {
    background-color: #fff;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 44px;
    display: flex
}

._404-content-wrap {
    grid-column-gap: 110px;
    text-align: left;
    align-items: flex-start;
    display: flex
}

.app-wrapper {
    border-radius: 24px;
    max-width: 450px;
    overflow: hidden
}

.app-info {
    text-align: center;
    background-color: #fff;
    padding-top: 16px;
    font-family: Inter, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px
}

.app-badges {
    grid-column-gap: 17px;
    justify-content: center;
    padding: 16px 50px 55px;
    display: flex
}

.app-badges.feature-page {
    display: none
}

.heading-9 {
    margin-bottom: 32px;
    font-family: Inter, sans-serif;
    font-size: 60px;
    font-weight: 600;
    line-height: 72px
}

.paragraph-6 {
    margin-bottom: 32px;
    font-family: Inter, sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 28px
}

.app-link {
    width: 160px;
    display: block
}

.div-block-90 {
    max-width: 560px
}

.navigation-bar-2024 {
    background-color: var(--white);
    justify-content: space-between;
    align-items: center;
    height: 80px;
    display: flex;
    position: sticky;
    top: 0
}

.menuitemparent {
    color: var(--itranslate-blue);
    font-size: 15px;
    font-weight: 600;
    display: flex
}

.dropdownholder {
    cursor: default;
    flex-direction: column;
    align-items: center;
    margin-top: -20px;
    margin-bottom: -20px;
    margin-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    position: relative
}

.dropdown {
    z-index: 1000;
    grid-row-gap: 15px;
    text-align: center;
    background-color: #242c33;
    border-radius: 16px;
    flex-direction: column;
    min-width: 150px;
    margin-top: 10px;
    padding: 15px;
    display: none;
    position: absolute;
    top: 50px
}

.dropdown.inactive {
    display: none
}

.dropdown.menuactive {
    display: flex
}

.dropdownlink {
    color: #fff;
    text-decoration: none
}

.dropdownlink:hover {
    text-decoration: underline
}

.dropdownhandle {
    background-image: url('../images/popover_handle.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto;
    width: 30px;
    height: 12px;
    margin-left: -15px;
    position: absolute;
    top: -10px;
    left: 50%
}

.link-block-5 {
    color: var(--dark-gray);
    text-decoration: none
}

.blog---featured-post {
    border-radius: 24px;
    max-width: 675px;
    overflow: hidden
}

.blog---featured-header {
    text-align: left;
    letter-spacing: -.0058em;
    font-family: Poppins, sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 34px
}

.blog---head-section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1.75fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    padding-top: 0;
    padding-bottom: 100px;
    display: grid
}

.blog---featured-content {
    background-color: #f9f9fb;
    border-radius: 0 0 24px 24px;
    padding: 50px 32px
}

.paragraph-7 {
    color: #000;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.blog---category-header {
    letter-spacing: -.0067em;
    margin-bottom: 0;
    font-family: Poppins, sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 32px
}

.blog---category-header.communication {
    margin-bottom: 32px
}

.blog---more-from-category-article-header {
    margin-bottom: 5px;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.2px
}

.blog---more-from-category-block {
    flex-direction: column;
    align-items: flex-start;
    display: flex
}

.blog---more-from-category-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px
}

.blog---read-more {
    color: #1a98ff;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.2px;
    text-decoration: none;
    display: block
}

.blog---read-more:hover {
    text-decoration: underline
}

.blog---more-from-category-item {
    border-bottom: 1px solid #d3d6d9;
    margin-bottom: 20px
}

.blog---more-from-category-item:last-child {
    border: 1px #000
}

.blog---view-more-button {
    border: 1px solid var(--itranslate-blue);
    background-color: var(--white);
    color: var(--itranslate-blue);
    border-radius: 24px;
    padding-left: 32px;
    padding-right: 32px;
    display: none
}

.blog---more-from-category-header-copy {
    margin-bottom: 35px;
    font-family: Poppins, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 29px
}

.old-js-api-blog {
    display: none
}

.blog---communication {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid
}

.blog---more-communication {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    margin-bottom: 20px;
    display: flex
}

.blog---more-communication:last-child {
    border: 1px #000
}

.image-27 {
    border-radius: 12px;
    max-width: 232px
}

.blog---cta-box {
    background-color: #f2f2f7;
    border: 1px #000;
    border-radius: 9px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 24px;
    display: flex;
    position: relative
}

.heading-10 {
    z-index: 1;
    text-align: center;
    letter-spacing: -.0067em;
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    position: relative
}

.text-span-14 {
    color: var(--itranslate-blue)
}

.div-block-92 {
    position: absolute
}

.blog---cta-box-left-bg {
    max-width: 22%;
    position: absolute;
    inset: auto auto 0% 0%
}

.blog---cta-box-right-bg {
    max-width: 33%;
    position: absolute;
    inset: auto 0% 0% auto
}

.button {
    z-index: 1;
    border-radius: 174px;
    margin-top: 20px;
    padding: 16px 32px;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    position: relative
}

.search-button {
    background-image: url('../images/Search.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 19px;
    border-radius: 100%;
    width: 32px;
    height: 32px;
    margin-top: 3px;
    margin-right: 8px;
    position: absolute;
    inset: 0% 0% auto auto
}

.search {
    max-width: 405px;
    display: none;
    position: relative
}

.search-input {
    background-color: #f2f2f7;
    border: 1px #000;
    border-radius: 100px
}

.hero {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 0 auto;
    justify-content: space-between;
    max-width: 1200px;
    display: flex
}

.herotext {
    width: 50%;
    margin-right: 50px
}

.heroimage {
    width: 50%
}

.llbody {
    font-family: Inter, sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 33px
}

.llbutton {
    border-radius: 50px;
    margin-top: 32px;
    padding: 16px 32px
}

.llbutton.llctabtn {
    margin-top: 0
}

.llrating {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    align-items: center;
    margin-top: 12px;
    display: flex
}

.image-28 {
    width: 86px
}

.text-block-33 {
    font-family: Inter, sans-serif;
    font-size: 13px
}

.section-6 {
    justify-content: center;
    display: flex
}

.llh1 {
    margin-bottom: 16px;
    font-family: Poppins, sans-serif;
    font-size: 68px;
    font-weight: 600;
    line-height: 72px
}

.image-29 {
    width: 100%
}

.llh2 {
    text-align: center;
    font-family: Poppins, sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 58px
}

.paragraph-8 {
    text-align: center;
    font-family: Inter, sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 33px
}

.grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template: "Area" /74px 1fr 1fr;
    margin-top: 50px
}

.lltableleft {
    text-align: center;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.lltableleft.lltablehead {
    font-size: 18px;
    font-weight: 500
}

.lltableleft.lltablehead.grey {
    color: var(--medium-gray)
}

.lltableleft.lltableheadleft {
    width: 80px;
    font-weight: 500;
    position: absolute;
    inset: 27px 0% auto;
    transform: rotate(-90deg)
}

.lltableleft.lltableheadleft.llhclasees {
    color: var(--itranslate-blue);
    top: 54px;
    left: -3px
}

.lltableleft.lltableheadleft.llhstudy {
    color: #ff9500;
    top: 48px;
    left: -4px
}

.lltableleft.lltableheadleft.llhmedia {
    color: var(--voice-purple);
    top: 51px;
    left: -4px
}

.lltableleft.lltableheadleft.llhimmerson {
    color: #37ca50;
    top: 51px;
    left: -4px
}

.lltableleft.lltableheadleft.llhexchange {
    color: #ff4f64;
    top: 38px;
    left: -4px
}

.div-block-93 {
    border-top: 1px solid var(--light-gray);
    border-left: 1px solid var(--light-gray);
    border-radius: 12px 0 0;
    width: 100px
}

.llgridsection {
    border-bottom: 1px solid var(--ultralight-gray);
    padding: 24px;
    position: relative
}

.llgridsection.llgridblue {
    background-color: var(--transparent-blue)
}

.llgridsection.llgridblue.last {
    border-bottom-color: var(--light-gray)
}

.llgridsection.llgridblue.first {
    border-top: 1px solid var(--light-gray)
}

.llgridsection.llgridheading {
    background-color: var(--itranslate-blue);
    color: var(--white);
    border-bottom-style: none;
    border-bottom-width: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    font-family: Inter, sans-serif;
    font-weight: 600
}

.llgridsection.llgridheadleft {
    border-left: 1px solid var(--light-gray)
}

.llgridsection.llgridheadleft.first {
    border-top: 1px solid var(--light-gray);
    border-top-left-radius: 12px
}

.llgridsection.llgridheadleft.last {
    border-bottom-color: var(--light-gray);
    border-bottom-left-radius: 12px
}

.llgridsection.llgridright {
    border-right: 1px solid var(--light-gray)
}

.llgridsection.llgridright.first {
    border-top: 1px solid var(--light-gray);
    border-top-right-radius: 12px
}

.llgridsection.llgridright.last {
    border-bottom-color: var(--light-gray);
    border-bottom-right-radius: 12px
}

.llgridsection.noborder {
    border-bottom-style: none;
    border-bottom-width: 0
}

.section-7 {
    justify-content: center;
    align-items: center;
    display: flex
}

.llsection {
    border-radius: 0;
    justify-content: space-around;
    align-items: baseline;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex
}

.llsection.gradientbkg {
    background-image: url('../images/LL-bkg.svg');
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0
}

.llbenefits1 {
    justify-content: center;
    display: flex
}

.llbenefits1_left,
.llbenefits1_right {
    width: 50%
}

.heading-11 {
    margin-bottom: 16px;
    font-family: Poppins, sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 43px
}

.paragraph-9 {
    font-family: Inter, sans-serif;
    font-weight: 400;
    line-height: 28px
}

.llaccordion1 {
    width: 100%
}

.llacc {
    display: block
}

.blog---header-bar {
    justify-content: space-between;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex
}

.tabholder {
    border-left: 2px solid var(--light-gray);
    cursor: pointer;
    margin-bottom: 40px;
    padding-left: 24px
}

.tabholder.active {
    border-left: 2px solid var(--light-gray);
    cursor: pointer
}

.tabholder.faq {
    background-color: #f9f9fb;
    border-left-style: none;
    border-left-width: 0;
    border-radius: 24px;
    margin-bottom: 8px;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-right: 24px
}

.tabheading {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.tabheading.faq {
    justify-content: space-between;
    align-items: center
}

.tabanswer {
    display: none
}

.tabheading_text {
    margin-left: 18px;
    font-family: Inter, sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 2.3em
}

.tabheading_text.faq {
    margin-left: 0;
    font-weight: 500
}

.paragraph-10 {
    margin-top: 16px;
    font-family: Inter, sans-serif;
    font-weight: 400;
    display: block
}

.paragraph-10.faq {
    font-size: 17px;
    display: block
}

.heading-12 {
    max-width: 700px;
    font-family: Poppins, sans-serif;
    font-size: 36px;
    font-weight: 600
}

.text-span-15 {
    color: var(--itranslate-blue)
}

.llfeatureholder {
    grid-column-gap: 12px;
    padding-bottom: 7px;
    display: flex;
    overflow: auto
}

.llfeature {
    background-color: #f9f9fb;
    border-radius: 24px;
    flex: none;
    width: 398px;
    padding: 24px 28px
}

.llfeatureimage {
    border-radius: 24px
}

.llfeatureheading {
    margin-top: 20px;
    font-family: Poppins, sans-serif;
    font-size: 28px;
    font-weight: 500
}

.paragraph-11 {
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 400
}

.llfaqimage {
    margin-right: 10px
}

.llfaqheading {
    text-align: center;
    margin-bottom: 40px;
    font-family: Poppins, sans-serif;
    font-size: 36px;
    font-weight: 600
}

.heading-13 {
    text-align: center;
    font-family: Poppins, sans-serif;
    font-weight: 600
}

.heading-13.llctasection {
    max-width: 636px;
    margin-bottom: 24px;
    font-size: 48px
}

.llctatext {
    margin-bottom: 8px;
    font-family: Poppins, sans-serif;
    font-size: 24px;
    font-weight: 700
}

.mobilestorebuttonholder {
    display: none
}

.dropdown-2023 {
    z-index: 10000;
    grid-row-gap: 15px;
    background-color: var(--white);
    text-align: center;
    border: 1px solid #e8e9ef;
    border-radius: 16px;
    flex-direction: column;
    min-width: 150px;
    margin-top: 10px;
    padding: 15px;
    font-family: Inter, sans-serif;
    font-size: 16px;
    line-height: 22px;
    display: none;
    position: absolute;
    top: 50px
}

.dropdown-2023.inactive {
    display: none
}

.dropdown-2023.menuactive,
.dropdown-2023.visible {
    display: flex
}

.dropdownlink-2023 {
    color: #676b88;
    text-align: left;
    min-width: 100%;
    padding: 8px 12px;
    text-decoration: none
}

.dropdownlink-2023:hover {
    color: #010838;
    background-color: #f2f4f7;
    border-radius: 12px;
    text-decoration: none
}

.dropdownlink-2023.w--current {
    color: #010838;
    background-color: #f2f4f7;
    border-radius: 12px
}

.dropdownlink-2023.sublink {
    width: 190px;
    padding-left: 30px;
    padding-right: 100px
}

.mobilebanners {
    display: none
}

.rich-text-block {
    margin-top: 50px;
    margin-bottom: 100px
}

.blogheader {
    margin-top: 100px;
    font-size: 36px
}

.collection-list-wrapper {
    margin-top: 50px
}

.bloglinks {
    display: none
}

.blogsidebar {
    min-width: 370px;
    padding-left: 20px;
    position: relative
}

.fixed-cta {
    margin-top: 0;
    position: sticky;
    top: 120px
}

.collection-list-wrapper-2 {
    flex-direction: row;
    justify-content: space-between
}

.collection-list {
    flex-direction: row;
    justify-content: space-between;
    display: flex
}

.collection-list-2 {
    grid-column-gap: 30px;
    display: flex
}

.blog---featured-header-copy {
    text-align: left;
    letter-spacing: -.0058em;
    font-family: Poppins, sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 34px
}

.heading-14 {
    font-size: 17px
}

.paragraph-7-copy {
    color: #000;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.excerpt,
.paragraph-12 {
    font-size: 17px
}

.image-33 {
    object-fit: cover;
    border-radius: 15px 15px 0 0;
    width: 100%;
    height: 210px
}

.blog---featured-content-copy {
    background-color: #f9f9fb;
    border-radius: 0 0 24px 24px;
    padding: 20px
}

.section-8 {
    margin-top: 100px;
    margin-bottom: 100px
}

.heading-15 {
    text-align: center;
    font-size: 32px
}

.policy_contents_list_holder {
    text-transform: uppercase;
    margin-left: 56px
}

.policy_contents_list_link {
    color: var(--dark-gray);
    font-weight: 500;
    text-decoration: underline
}

.policy_contents_headline {
    padding-top: 80px
}

.list-item-17,
.list-item-18,
.list-item-19,
.list-item-20,
.list-item-21,
.list-item-22,
.list-item-23 {
    margin-left: 60px
}

.list-item-24 {
    margin-top: 40px
}

.list-item-25 {
    margin-left: 60px
}

.feature-header-grid {
    grid-column-gap: 50px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr .83fr;
    grid-auto-columns: 1fr;
    margin-top: 100px;
    margin-bottom: 100px;
    display: grid
}

.feature-header {
    font-family: Poppins, sans-serif;
    font-size: 60px;
    font-weight: 600
}

.feature-header-text {
    font-family: Inter, sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5em
}

.feature-header-cta {
    border-radius: 174px;
    margin-top: 32px;
    padding: 16px 32px;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 600
}

.feature-rating {
    margin-top: 12px;
    display: flex
}

.feature-star {
    width: 15px;
    height: 15px;
    margin-right: 3px
}

.text-block-35 {
    padding-left: 8px;
    font-family: Inter, sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 15.6px
}

.benefits {
    padding-bottom: 100px
}

.feature-benefits-header {
    text-align: center;
    letter-spacing: -.48px;
    font-family: Poppins, sans-serif;
    font-size: 48px;
    font-weight: 600
}

.paragraph-13 {
    text-align: center;
    font-family: Inter, sans-serif
}

.feature-benefits-header-text {
    text-align: center;
    margin-bottom: 32px;
    font-family: Inter, sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5em
}

.feature-benefits-flex-container {
    grid-column-gap: 32px;
    display: flex
}

.feature-benefit {
    flex: 1
}

.feature-benefit-image {
    width: 50px;
    margin-left: -5px
}

.feature-benefit-header {
    margin-bottom: 11px;
    font-family: Inter, sans-serif;
    font-size: 19px;
    font-weight: 600
}

.feature-benefit-header.key-features {
    margin-bottom: 0;
    line-height: 1.5em
}

.feature-benefit-text {
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em
}

.pro-features {
    background-image: url('../images/Mesh-Gradient.png');
    background-position: 50% -280%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px
}

.bluetext {
    color: var(--itranslate-blue)
}

.feature-pro-features-header {
    text-align: center;
    letter-spacing: -.27px;
    margin-bottom: 15px;
    font-family: Poppins, sans-serif;
    font-size: 36px;
    font-weight: 600
}

.feature-pro-features-header-sub-text {
    text-align: center;
    margin-bottom: 50px;
    font-family: Inter, sans-serif;
    font-size: 22px;
    font-weight: 400
}

.pro-features-table {
    border: 1px solid #d2d6d9;
    border-radius: 12px;
    overflow: hidden
}

.pro-features-table-row {
    background-color: var(--white);
    border-bottom: 1px solid #f9f9fb;
    justify-content: space-between;
    align-items: stretch;
    height: 58px;
    display: flex
}

.pro-features-table-row.last {
    border-bottom-style: none
}

.pro-features-table-row-text {
    text-align: left;
    padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 17px;
    font-family: Inter, sans-serif;
    font-size: 16px
}

.check-feature {
    justify-content: center;
    align-items: center;
    width: 112px;
    height: 100%;
    display: flex
}

.check-feature.pro {
    background-color: #1a98ff26
}

.check-feature.head {
    background-color: var(--itranslate-blue);
    color: var(--white);
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    height: 75px
}

.check-feature-holder {
    display: flex
}

.check-feature-holder.table-head {
    justify-content: flex-end;
    align-items: center;
    margin-bottom: -1px;
    margin-right: 1px
}

.feature-status {
    width: 12px
}

.pro-features-table-holder {
    text-align: center;
    width: 62%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.feature-user-focus {
    background-color: #f9f9fb;
    padding-top: 100px;
    padding-bottom: 100px
}

.feature-user-focus-header {
    letter-spacing: -.48px;
    font-family: Poppins, sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.2576em
}

.copyright-text {
    font-family: 'Microsoft YaHei', Arial, sans-serif;
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

.div-block-97 {
    justify-content: space-between;
    align-items: flex-start;
    display: flex
}

.paragraph-14 {
    width: 59%
}

.feature-additional-features {
    padding-top: 100px;
    padding-bottom: 100px
}

.feature-mockup-header {
    text-align: center;
    letter-spacing: -.48px;
    margin-bottom: 15px;
    font-family: Poppins, sans-serif;
    font-size: 48px;
    font-weight: 600
}

.feature-mockup-text {
    text-align: center;
    margin-bottom: 60px;
    font-family: Inter, sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5em
}

.mockup---video-device-copy {
    width: 100%;
    position: relative
}

.feature-mockup-holder {
    width: 28%;
    margin-bottom: 124px;
    margin-left: auto;
    margin-right: auto
}

.feature-additional-features-header {
    text-align: center;
    letter-spacing: -.27px;
    margin-bottom: 15px;
    font-family: Poppins, sans-serif;
    font-size: 36px;
    font-weight: 600
}

.feature-additional-features-text {
    text-align: center;
    margin-bottom: 50px;
    padding-left: 10%;
    padding-right: 10%;
    font-family: Inter, sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5em
}

.features-key-features {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-color: #f9f9fb;
    border-radius: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 5%;
    margin-right: 5%;
    padding: 40px;
    display: grid
}

.key-feature-sub-header {
    color: var(--itranslate-blue);
    font-size: 17px;
    font-weight: 500
}

.features-ratings {
    padding-top: 100px;
    padding-bottom: 79px
}

.text-span-16 {
    color: var(--itranslate-blue)
}

.feature-review-holder {
    grid-column-gap: 22px;
    display: flex
}

.feature-review {
    border: 1px solid #d2d6d9;
    border-radius: 16px;
    flex: 1;
    align-self: flex-start;
    padding: 24px
}

.feature-review-rating-holder {
    display: flex
}

.feature-star-review {
    width: 24px;
    height: 24px;
    margin-right: 3px
}

.review-header {
    margin-top: 5px;
    margin-bottom: 15px;
    font-family: Inter, sans-serif;
    font-size: 22px;
    font-weight: 600
}

.review-text {
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 400
}

.review-author {
    margin-top: 10px;
    font-family: Inter, sans-serif;
    font-size: 17px;
    font-weight: 600
}

.feature-cta {
    background-image: url('../images/Gradients.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 150px
}

.text-span-17 {
    color: var(--itranslate-blue)
}

.review-cta-header {
    font-family: Poppins, sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2em
}

.paragraph-15 {
    font-size: 20px
}

.review-cta-text {
    font-family: Inter, sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5em
}

.feature-cta-holder {
    width: 76%
}

.feature-header-image {
    width: 100%
}

.mockup-bg-image {
    width: 310px;
    position: absolute;
    inset: 28% auto auto 16%
}

.mockup-bg-image.second {
    width: 200px;
    top: 15%;
    left: auto;
    right: 20%
}

.div-block-98 {
    display: flex
}

.div-block-99 {
    grid-column-gap: 30px;
    align-items: center;
    display: flex
}

.link-block-6 {
    text-decoration: none
}

.home---desktop-hero---features-container-copy {
    justify-content: space-between;
    margin-bottom: 40px;
    display: flex
}

.collection-item-2 {
    padding-left: 0;
    padding-right: 0
}

.collection-list-wrapper-3 {
    margin-left: -30px;
    margin-right: -30px
}

.subdropdown {
    border-left: 1px solid #dedfe4;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 10px;
    display: none
}

.subdropdownholder {
    flex-direction: row;
    display: flex
}

.recursivedropdown {
    z-index: 10000;
    grid-row-gap: 15px;
    background-color: var(--white);
    text-align: center;
    border: 1px solid #e8e9ef;
    border-radius: 16px;
    flex-direction: column;
    min-width: 150px;
    margin-top: 10px;
    padding: 15px;
    font-family: Inter, sans-serif;
    font-size: 16px;
    line-height: 22px;
    display: none;
    position: absolute;
    top: 50px
}

.recursivedropdown.inactive {
    display: none
}

.recursivedropdown.menuactive,
.recursivedropdown.visible {
    display: flex
}

.subdropdownlink {
    white-space: nowrap;
    border-radius: 12px;
    align-items: center;
    padding-right: 25px;
    display: flex
}

.subdropdownlink:hover {
    color: #010838;
    background-color: #f2f4f7
}

.image-34 {
    height: 20px
}

.div-block-100 {
    flex-direction: column;
    display: flex
}

.mobile-menu {
    z-index: 100000;
    background-color: var(--white);
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    padding-top: 25px;
    padding-bottom: 25px;
    display: none;
    position: fixed;
    inset: 64px 0% auto
}

.mobile-menu---level-trigger {
    grid-column-gap: 15px;
    color: var(--itranslate-blue);
    cursor: pointer;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
    font-size: 19px;
    font-weight: 600;
    line-height: 22.8px;
    display: flex
}

.mobile-menu---level-trigger.level-2 {
    color: #242c33;
    font-size: 16px;
    font-weight: 500
}

.mobile-menu---level-trigger.level-2.last {
    margin-bottom: 0
}

.mobile-menu---list {
    margin-bottom: 20px;
    padding-left: 15px;
    list-style: none
}

.mobile-menu---list.level-2 {
    border-left: 1px solid #d2d6d9;
    display: none;
    overflow: hidden
}

.mobile-menu---list.level-2.visible {
    display: block
}

.mobile-menu---list.level-2.no-border {
    border: 1px #000
}

.mobile-menu---list.third-level {
    margin-top: 20px
}

.mobile-menu---list-item {
    margin-bottom: 20px
}

.mobile-menu---list-item.last {
    margin-bottom: 0
}

.mobile-menu---link {
    color: #242c33;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none
}

.mobile-menu---chevron {
    height: 10px
}

.mobile-menu---chevron.level-2 {
    height: 8px
}

.mobile-menu---footer {
    text-align: center;
    margin-top: 40px
}

.top-translated---header {
    background-image: url('../images/Variant-A.png');
    background-position: 50% 100%;
    background-size: auto;
    overflow: hidden
}

.phone-padding-box {
    order: 1;
    width: 298px;
    height: 441px;
    margin-top: 59px
}

.image-35 {
    max-width: 173%;
    margin-top: -16px;
    margin-left: -18px
}

.heading-16 {
    max-width: 550px
}

.top-languages-translated-from-english {
    padding-top: 100px;
    padding-bottom: 100px
}

.h2-heading {
    text-align: center;
    letter-spacing: -.48px;
    padding-left: 85px;
    padding-right: 85px;
    font-family: Poppins, sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 57.6px
}

.h2-heading.second {
    padding-left: 184px;
    padding-right: 184px
}

.top-english-words-translated-in-the-last-24-hours {
    padding-bottom: 100px
}

.top-languages-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    display: flex
}

.top-language {
    grid-row-gap: 24px;
    color: var(--dark-gray);
    background-color: #f9f9fb;
    border-radius: 8px;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 400px;
    padding: 40px;
    font-size: 22px;
    font-weight: 500;
    line-height: 26.4px;
    text-decoration: none;
    transition: transform .2s ease-in-out;
    display: flex
}

.top-language:hover {
    transform: scale(1.1)
}

.arrow {
    margin-left: 8px;
    margin-right: 8px
}

.langtext {
    display: flex
}

.start-translating {
    color: #1a98ff;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.2px
}

.text-block-37 {
    font-size: 22px;
    font-weight: 500;
    line-height: 26.4px
}

.top-word {
    grid-row-gap: 24px;
    color: var(--dark-gray);
    background-color: #f9f9fb;
    border-radius: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 400px;
    height: 100%;
    padding: 32px 40px;
    font-size: 22px;
    font-weight: 500;
    line-height: 26.4px;
    text-decoration: none;
    transition: transform .2s ease-in-out;
    display: flex
}

.top-word:hover {
    transform: scale(1.1)
}

.top-word.scalehover {
    transition: transform .2s ease-in-out
}

.top-word.scalehover:hover {
    transform: scale(1.1)
}

.more-than-translation {
    padding-bottom: 100px
}

.image-36 {
    max-width: 50%
}

.div-block-103 {
    padding-left: 126px
}

.text {
    margin-bottom: 32px;
    font-family: Inter, sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 28.5px
}

.flex-block {
    align-items: center
}

.h3-heading {
    letter-spacing: -.27px;
    font-family: Poppins, sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 43.2px
}

.power-of-itranslate {
    padding-bottom: 100px
}

.div-block-103-copy {
    padding-right: 126px
}

.flex-block-2 {
    grid-column-gap: 12px
}

.flex-block---the-power-of-itranslate {
    align-items: center
}

.available-everywhere {
    padding-bottom: 100px
}

.flex-block---available-everywhere {
    align-items: center
}

.language-badge {
    grid-column-gap: 8px;
    border: 1px solid #d2d6d9;
    border-radius: 20px;
    padding: 12px 32px;
    font-family: Inter, sans-serif;
    font-size: 14px;
    line-height: 16.8px;
    display: flex
}

.language-badge.selector {
    cursor: pointer;
    position: relative
}

.flex-block-3 {
    justify-content: center;
    align-items: center
}

.language-picker-chevron {
    margin-right: -16px;
    transition: transform .2s ease-in-out
}

.language-picker-chevron.open {
    transform: rotate(180deg)
}

.language-selector {
    z-index: 1;
    opacity: 0;
    background-color: #e3e6e8;
    border-radius: 22px;
    flex-direction: column;
    width: 100%;
    padding: 15px 0;
    transition: opacity .2s ease-in-out;
    display: none;
    position: absolute;
    inset: 43px auto auto 0%
}

.language-selector.open {
    opacity: 1;
    display: flex
}

.language-selector---language {
    padding: 10px 15px;
    transition: color .2s ease-in-out, background-color .2s ease-in-out
}

.language-selector---language.selected,
.language-selector---language:hover {
    background-color: #f2f5f7
}

.language-selector---language.active {
    color: var(--white);
    background-color: #1a98ff
}

@media screen and (max-width:991px) {
    h1 {
        font-size: 50px
    }

    h2 {
        color: var(--dark-gray);
        font-size: 50px
    }

    h3 {
        font-size: 28px
    }

    .navigation-bar---link {
        color: var(--white);
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        padding-top: 10px;
        padding-bottom: 10px;
        display: block
    }

    .navigation-bar---link.w--current {
        color: var(--itranslate-blue);
        display: block
    }

    .button---rounded---secondary {
        padding-left: 10px;
        padding-right: 10px
    }

    .button---rounded---secondary.spacing {
        margin-right: 10px
    }

    .navigation-bar---menu-items-container {
        z-index: 9999;
        background-color: var(--itranslate-blue);
        opacity: 1;
        background-image: none;
        background-repeat: repeat;
        background-size: auto;
        border-radius: 0;
        flex-direction: column;
        justify-content: space-around;
        width: 100%;
        margin-top: 0;
        margin-left: auto;
        margin-right: auto;
        padding: 45px;
        display: none;
        box-shadow: 0 30px 30px #242c331a
    }

    .button---rounded---primary.is-visible {
        display: flex
    }

    .button---rounded---primary.spacing {
        margin-right: 10px;
        display: block
    }

    .c-button-primary__link {
        font-size: 14px
    }

    .home---hero {
        height: 600px;
        overflow: hidden
    }

    .page-title {
        font-size: 50px
    }

    .home---hero---app-store-badges {
        justify-content: flex-start
    }

    .app-store-badge-container {
        margin-right: 20px
    }

    .app-store-badge-container.is-desktop-only {
        display: none
    }

    .home---vision {
        margin-top: 100px;
        margin-bottom: 100px
    }

    .vision---heading {
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        font-size: 50px
    }

    .home---main-features {
        overflow: hidden
    }

    .home---main-feature-container {
        width: 100%;
        max-width: 690px
    }

    .grid-container-12-1 {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        max-width: 690px;
        padding-left: 0;
        padding-right: 0
    }

    .grid-container-12-1.is-pos-relative {
        overflow: visible
    }

    .main-feature---icon.is-positioned-right {
        width: 64px;
        height: 64px;
        margin-top: -32px;
        right: -20px
    }

    .main-feature---icon.is-positioned-left {
        width: 64px;
        height: 64px;
        margin-top: -32px;
        left: -20px
    }

    .feature-mockup---device-bottom {
        width: 220px;
        height: 440px;
        margin-left: -110px;
        top: 32px
    }

    .home---other-features---badge {
        margin-bottom: 10px;
        margin-right: 10px;
        padding: 10px
    }

    .home---products {
        padding-top: 100px;
        padding-bottom: 100px;
        overflow: hidden
    }

    .description {
        margin-bottom: 20px
    }

    .home---products---worldmap {
        z-index: 0
    }

    .home---languages---description {
        z-index: 10
    }

    .home---products---product-list-container {
        grid-template-columns: 1fr 1fr 1fr
    }

    .footer---wrapper {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .footer---products-list {
        grid-row-gap: 0px;
        flex-direction: column;
        grid-template-columns: 1fr 1fr
    }

    .footer---products-column {
        margin-right: 0
    }

    .home---languages {
        margin-top: 50px;
        padding-top: 100px;
        padding-bottom: 100px
    }

    .grid-container-12-2 {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        max-width: 690px;
        padding-left: 0;
        padding-right: 0
    }

    .grid-container-12-2.is-pos-relative {
        overflow: visible
    }

    .container {
        justify-content: space-between;
        align-items: center;
        max-width: 690px;
        padding-left: 0;
        padding-right: 0;
        position: static
    }

    .div-block-3 {
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        display: flex
    }

    .navigation-bar---content-container {
        justify-content: space-between;
        width: 100%
    }

    .c-button-primary-mobile,
    .c-button-secondary-mobile.spacing {
        display: flex
    }

    .navigation-bar---mobile {
        flex: 0 auto;
        justify-content: flex-end;
        width: 100%;
        display: flex
    }

    .app-store-badges-mobile {
        justify-content: flex-start
    }

    .mobile-navigation---popover {
        z-index: 9999;
        background-color: var(--dark-gray);
        border-radius: 16px;
        width: 300px;
        display: block;
        position: relative;
        top: 0;
        right: -14px;
        box-shadow: 0 10px 30px #242c3366
    }

    .mobile-navigation {
        z-index: 100000;
        width: 100%;
        display: none;
        position: fixed;
        top: 75px
    }

    .mobile-navigation.show {
        display: flex
    }

    .mobile-navigation---container {
        justify-content: flex-end;
        width: 100%;
        max-width: 690px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 12px;
        display: flex
    }

    .mobile-navigation---popover-handle {
        background-image: url('../images/popover_handle.svg');
        background-position: 50% 0;
        background-repeat: no-repeat;
        background-size: 30px 12px;
        width: 30px;
        height: 12px;
        position: absolute;
        top: -10px;
        right: 20px
    }

    .navigation-bar---mobile---menu-items {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0;
        list-style-type: none
    }

    .navigation-bar---mobile---list-item {
        justify-content: center;
        align-items: center;
        height: 64px;
        display: flex
    }

    .navigation-bar---mobile---menu-button {
        background-color: var(--itranslate-blue);
        cursor: pointer;
        border-radius: 100%;
        flex: none;
        justify-content: center;
        align-items: center;
        width: 44px;
        height: 44px;
        padding: 0;
        transition: background-color .3s cubic-bezier(.075, .82, .165, 1);
        display: flex
    }

    .navigation-bar---mobile---menu-button:hover {
        background-color: #1789e6
    }

    .navigation-bar---mobile---menu-button:active {
        background-color: #157acc
    }

    .navigation-bar---mobile---menu-button.w--open {
        background-color: var(--itranslate-blue)
    }

    .navigation-bar---mobile---menu-button.w--open:hover {
        background-color: #1789e6
    }

    .navigation-bar---mobile---menu-button.w--open:active {
        background-color: #157acc
    }

    .cookie-bar-container {
        width: 100%;
        max-width: 690px;
        height: auto;
        padding: 10px 10px 10px 30px
    }

    .cookie-bar-info {
        font-size: 14px;
        line-height: 1.295em
    }

    .apps {
        overflow: hidden
    }

    .apps---app-container {
        width: 100%;
        max-width: 690px
    }

    .apps---app-icon.is-positioned-right {
        width: 64px;
        height: 64px;
        margin-top: -32px;
        right: -20px
    }

    .apps---app-icon.is-positioned-left {
        width: 64px;
        height: 64px;
        margin-top: -32px;
        left: -20px
    }

    .apps---app-device-mockup {
        width: 220px;
        height: 440px;
        margin-left: -110px;
        top: 32px
    }

    .apps---other-platforms {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .content-container {
        grid-row-gap: 50px;
        grid-template-rows: auto auto auto;
        grid-template-columns: 1fr;
        width: 100%;
        max-width: 690px;
        padding-left: 0;
        padding-right: 0
    }

    .apps---other---container {
        grid-row-gap: 60px;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
        max-width: 690px;
        margin-top: 50px;
        padding-left: 0;
        padding-right: 0
    }

    .button---rectangular---default {
        flex: none
    }

    .h1---page-title---white {
        font-size: 50px
    }

    .temp---apps---header---title {
        margin-bottom: 50px;
        font-size: 100px
    }

    .temp---apps---header---title.color---pink.is-last {
        margin-bottom: 0
    }

    .temp---apps---header---container {
        grid-row-gap: 30px;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr
    }

    .temp---apps---header---introduction,
    .temp---apps---header---titles {
        padding: 100px 45px
    }

    .div-block-13,
    .temp---apps---header---introduction---content {
        width: 100%;
        max-width: 690px;
        margin-left: 0;
        margin-right: 0
    }

    .enterprise---header {
        background-size: cover;
        height: 480px
    }

    .enterprise---introduction---container {
        max-width: 690px;
        padding-left: 0;
        padding-right: 0
    }

    .enterprise---introduction---intro-text {
        width: 100%
    }

    .enterprise---introduction---list-item {
        font-size: 32px
    }

    .enterprise---products {
        width: 100%;
        margin-left: auto;
        margin-right: auto
    }

    .enterprise---products---heading {
        max-width: 690px;
        padding-left: 0;
        padding-right: 0
    }

    .enterprise---products---product-list {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .enterprise---product-container {
        max-width: 690px
    }

    .enterprise---product-preview {
        height: auto
    }

    .enterprise---product-icon.is-positioned-right {
        width: 64px;
        height: 64px;
        margin-top: -32px;
        right: -20px
    }

    .enterprise---product-icon.is-positioned-left {
        width: 64px;
        height: 64px;
        margin-top: -32px;
        left: -20px
    }

    .enterprise---product-preview-container-background-custom-solutions {
        background-position: 50%;
        background-size: cover
    }

    .enterprise---why-itranslate---grid-container {
        grid-column-gap: 30px;
        grid-row-gap: 0px;
        grid-template-columns: 1fr 1fr 1fr;
        max-width: 690px;
        padding-left: 0;
        padding-right: 0
    }

    .enterprise---key-features---list-item {
        margin-bottom: 18px;
        font-size: 32px
    }

    .enterprise---why-itranslate {
        padding-top: 100px;
        padding-bottom: 100px
    }

    .enterprise---key-features {
        margin-top: 50px
    }

    .enterprise---product-preview---product-a {
        width: 170px;
        top: 30px;
        left: 30px
    }

    .enterprise---product-preview---product-b {
        width: 150px;
        top: 60px
    }

    .enterprise---product-preview---product-c {
        width: 400px;
        top: 49px
    }

    .home---products---description {
        z-index: 10
    }

    .default-container {
        max-width: 690px;
        padding-left: 0;
        padding-right: 0
    }

    .default-container.scroll-menu {
        max-width: 750px;
        overflow: hidden
    }

    .default-container.gray-bg {
        padding-left: 10px;
        padding-right: 10px
    }

    .default-container.llbenefits1 {
        grid-row-gap: 40px;
        flex-direction: column
    }

    .default-container.blogcontentflex {
        flex-direction: column;
        display: flex
    }

    .style-guide---background-color-grid-container,
    .style-guide---text-color-grid-container {
        grid-template-columns: 1fr 1fr 1fr 1fr
    }

    .text-color---medium-gray {
        font-size: 15px
    }

    .margin---top---default {
        margin-top: 100px
    }

    .style-guide---section-title {
        font-size: 50px
    }

    .margin---bottom---default {
        margin-bottom: 100px
    }

    .padding---top---default {
        padding-top: 100px
    }

    .padding---bottom---default {
        padding-bottom: 5px
    }

    .footer---grid-container-top {
        grid-template-columns: 5fr 3.5fr 3.5fr
    }

    .footer---grid-container-bottom {
        grid-template-columns: 6fr 3fr 3fr
    }

    .navigation-bar---mobile---list-button {
        justify-content: center;
        align-items: center;
        height: 64px;
        margin-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        display: none
    }

    .navigation-bar-mobile---link-button---primary {
        background-color: var(--itranslate-blue);
        color: var(--white);
        text-align: center;
        border-radius: 10px;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        display: flex
    }

    .feature-mockup---device-top {
        width: 220px;
        height: 440px;
        margin-left: -110px;
        bottom: 32px
    }

    .home---features-overview---grid-container {
        padding-left: 40px;
        padding-right: 40px
    }

    .div-block-33 {
        height: 100px
    }

    .home---media-coverage---media-container {
        padding-left: 0;
        overflow: scroll
    }

    .home---media-coverage---media-list {
        display: flex
    }

    .home---media-coverage---logo-item-s {
        flex: none;
        height: 20px;
        margin-left: 30px;
        margin-right: 30px
    }

    .home---media-coverage---logo-item-m {
        flex: none;
        height: 26px;
        margin-left: 30px;
        margin-right: 30px
    }

    .apps---products-menu---scroll-container {
        padding-left: 30px;
        padding-right: 30px;
        overflow: scroll
    }

    .apps---products-menu---other-products-container {
        padding-right: 30px
    }

    .apps---products-menu---handle {
        left: 32px
    }

    .ratings-slider---star-rating {
        width: 160px
    }

    .rating---quote {
        font-size: 32px
    }

    .home---hero---ratings {
        margin-top: 20px
    }

    .mask {
        margin-left: 0;
        padding-left: 0
    }

    .ratings-slider---gradient-left,
    .ratings-slider---gradient-right {
        display: none
    }

    .div-block-46 {
        grid-template-columns: 380px auto;
        grid-auto-columns: 1fr;
        width: 100%
    }

    .home---hero---content---description {
        width: 380px;
        padding-top: 0;
        padding-bottom: 0
    }

    .about---who-we-are---grid-container {
        grid-template-columns: 1fr 10fr 1fr
    }

    .about---company-facts---grid-container {
        grid-template-columns: 1fr 10fr 1fr;
        display: grid
    }

    .about---company-facts---fact-container {
        min-height: 250px
    }

    .about---imprint---grid-container {
        grid-template-columns: 1fr 5fr 5fr 1fr
    }

    .about---who-we-are---itranslate-logo {
        margin-bottom: 100px
    }

    .products---product-information---grid-container {
        grid-template-columns: 2fr 8fr 2fr
    }

    .itranslate-logo---wordmark {
        width: 167px;
        margin-bottom: 4px
    }

    .products---product-presentation.margin---top---default.margin---bottom---default.background---keyboard---message-bubbles {
        background-position: 50%;
        background-size: auto 100%
    }

    .products---bixby---screen-center {
        width: 320px
    }

    .products---bixby---screen-left,
    .products---bixby---screen-right {
        width: 290px
    }

    .products---product-how-to---grid-container {
        grid-template-columns: 2fr 8fr 2fr
    }

    .products---keyboard-extension---screen-left {
        width: 295px
    }

    .products---keyboard---screen-center {
        width: 320px
    }

    .products---keyboard-extension---screen-right {
        width: 295px
    }

    .products---keyboard---grid-container {
        grid-row-gap: 100px;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 3fr 1fr
    }

    .div-block-49 {
        width: 50%;
        max-width: 50%
    }

    .mobile-navigation-overlay {
        z-index: 1000;
        background-color: var(--dark-gray);
        width: 100%;
        height: 100%;
        position: fixed
    }

    .apps---products-menu---gradient-left {
        z-index: 10000;
        background-image: linear-gradient(to right, var(--dark-gray), #242c3300);
        width: 30px;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0
    }

    .apps---products-menu---gradient-right {
        z-index: 10000;
        background-image: linear-gradient(270deg, var(--dark-gray), #242c3300);
        width: 30px;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        right: 0
    }

    .jobs---introduction---grid-container {
        grid-template-columns: 2fr 8fr 2fr
    }

    .jobs---perks---grid-container {
        grid-column-gap: 40px;
        grid-row-gap: 60px;
        margin-top: 100px;
        padding-left: 0;
        padding-right: 0
    }

    .jobs---perks---description,
    .jobs---perks---introduction {
        padding-left: 0;
        padding-right: 0
    }

    .jobs---open-positions---grid-container {
        grid-template-columns: 1fr 1fr
    }

    .jobs---position-description---grid-container {
        grid-template-columns: 1fr;
        padding-left: 100px;
        padding-right: 100px
    }

    .jobs---position-description---content-container {
        margin-bottom: 30px
    }

    .enterprise---introduction---description {
        margin-bottom: 20px
    }

    .jobs---notification-badge {
        top: 0
    }

    .jobs---perks---description-copy,
    .jobs---perks--relocation {
        padding-left: 0;
        padding-right: 0
    }

    .div-block-61 {
        top: 12px;
        left: 30px
    }

    .home---hero---content---device {
        width: 200px
    }

    .products---product-features---grid-container {
        grid-row-gap: 30px;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr
    }

    .products---keyboard---container {
        height: auto
    }

    .products---keyboard---device-mockups {
        align-items: center;
        height: 600px
    }

    .keyboard---artwork---container {
        width: 100%;
        height: 100%;
        padding-bottom: 592.5px
    }

    .products---keyboard---device {
        margin-right: 20px
    }

    .apps---app-device-mockup-top {
        width: 220px;
        height: 440px;
        margin-left: -110px;
        bottom: 32px
    }

    .terms---information---table {
        width: 100%
    }

    .terms---navigation---gradient---right {
        right: 0
    }

    .translation-api---text {
        width: 100%;
        padding-top: 260px;
        padding-bottom: 180px
    }

    .translation-api---facts {
        padding-left: 0
    }

    .columns {
        margin-left: auto;
        margin-right: auto
    }

    .applegradient.moredistance {
        margin-left: 0
    }

    .translation-api---shadow-div {
        z-index: 0;
        top: -13px
    }

    .code {
        overflow: scroll
    }

    .faq-header.applegradient {
        margin-bottom: 60px
    }

    .div-block-71 {
        z-index: 5;
        background-position: 50% -50px, 0 0;
        background-size: 60%, auto;
        padding-top: 280px;
        padding-bottom: 40px
    }

    .div-block-72 {
        padding-top: 100px
    }

    .logoheader {
        background-position: 50% 0;
        background-size: 50%;
        height: 40%;
        inset: 5% 0% auto
    }

    .heading-4 {
        text-align: center
    }

    .text-block-18 {
        text-align: center;
        margin-left: auto;
        margin-right: auto
    }

    .column-4 {
        display: none
    }

    .column-5 {
        display: block
    }

    .translation-api---overlay,
    .translation-api---overlay.nicht-kopiert {
        display: none
    }

    .pricing-header.applegradient {
        margin-bottom: 60px
    }

    .columns-2 {
        width: 100%
    }

    .listenelement {
        text-align: center
    }

    .column-13 {
        height: 210px
    }

    .div-block-83 {
        margin-left: 0;
        margin-right: 0
    }

    .columns-5,
    .columns-6 {
        margin-bottom: 10px
    }

    .translation-api---code-docs {
        margin-top: 0
    }

    .jobs---perks--prerkplus {
        padding-left: 0;
        padding-right: 0
    }

    .request-headers {
        max-width: 690px;
        padding-left: 0;
        padding-right: 0
    }

    .request-headers.scroll-menu {
        max-width: 750px;
        overflow: hidden
    }

    .request-headers.gray-bg {
        padding-left: 10px;
        padding-right: 10px
    }

    .footnote {
        margin-left: 0;
        margin-right: 0
    }

    .blog---posts {
        grid-template-columns: 1fr 1fr
    }

    .div-block-88 {
        height: 30px;
        margin-bottom: 10px;
        margin-right: 0
    }

    .div-block-89 {
        flex-direction: column
    }

    .business---product.developers,
    .business---product.teams {
        padding-left: 30px;
        padding-right: 30px
    }

    .business---h1 {
        font-size: 54px;
        line-height: 1.185em
    }

    .business---h3 {
        font-size: 32px;
        line-height: 1.188em
    }

    .business---h2 {
        font-size: 44px;
        line-height: 1.182em
    }

    .business---product-grid-inlay.screenshot.developers {
        background-position: 0;
        background-size: cover
    }

    .itr-footer-compact---links {
        flex-direction: column;
        margin-bottom: 40px
    }

    .itr-footer-compact---legal-disclaimer {
        padding-top: 40px
    }

    .itr-default-grid {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr
    }

    .itr-footer-compact---list {
        margin-bottom: 19px
    }

    .itr-footer-compact---list.caption-1.last {
        margin-bottom: 0
    }

    .itr-footer-compact {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .itr-footer-compact---logo {
        margin-bottom: 40px
    }

    .d {
        max-width: 896px
    }

    .itr-footer-compact---mission-statement {
        margin-bottom: 40px
    }

    .itr-footer-compact---copyright {
        margin-top: 24px
    }

    .itr-footer-compact---link-container {
        margin-right: 0
    }

    .app-wrapper {
        width: 100%
    }

    .app-badges {
        padding-bottom: 30px;
        padding-left: 20px;
        padding-right: 20px
    }

    .dropdownhandle {
        background-image: url('../images/popover_handle.svg');
        background-position: 50% 0;
        background-repeat: no-repeat;
        background-size: 30px 12px;
        width: 30px;
        height: 12px;
        position: absolute;
        top: -10px;
        right: 20px
    }

    .blog---more-communication {
        flex-direction: column
    }

    .heading-10 {
        margin-bottom: 20px
    }

    .blog---cta-box-left-bg {
        max-width: 45%;
        max-height: 100%
    }

    .blog---cta-box-right-bg {
        max-width: 66%;
        max-height: 100%
    }

    .hero {
        justify-content: center
    }

    .herotext {
        width: 80%;
        margin-right: 0
    }

    .heroimage {
        display: none
    }

    .llbody {
        margin-bottom: 30px
    }

    .llbutton {
        display: none
    }

    .llgridsection {
        padding-bottom: 24px;
        padding-left: 24px;
        padding-right: 24px
    }

    .llbenefits1_left,
    .llbenefits1_right {
        width: 100%
    }

    .mobilestorebuttonholder {
        grid-column-gap: 12px;
        display: flex
    }

    .blogsidebar {
        min-width: 0;
        padding-left: 0
    }

    .fixed-cta {
        position: static
    }

    .image-33 {
        height: 120px
    }

    .feature-header-grid {
        grid-column-gap: 30px;
        grid-template-columns: 1fr .83fr
    }

    .feature-header {
        font-size: 40px
    }

    .feature-header-text {
        font-size: 19px
    }

    .feature-benefits-header {
        font-size: 40px
    }

    .feature-benefits-header-text {
        font-size: 19px
    }

    .feature-benefits-flex-container {
        grid-column-gap: 20px
    }

    .feature-benefit-header.key-features {
        font-size: 16px
    }

    .feature-pro-features-header {
        font-size: 30px
    }

    .feature-pro-features-header-sub-text {
        font-size: 19px
    }

    .pro-features-table-holder {
        width: 100%
    }

    .div-block-97 {
        flex-direction: column;
        align-items: flex-start
    }

    .paragraph-14 {
        width: 100%
    }

    .feature-mockup-header {
        font-size: 40px
    }

    .feature-mockup-text {
        font-size: 19px
    }

    .feature-additional-features-header {
        font-size: 33px
    }

    .feature-additional-features-text {
        font-size: 19px
    }

    .features-key-features {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        margin-left: 0;
        margin-right: 0
    }

    .key-feature-sub-header {
        font-size: 16px
    }

    .feature-review-holder {
        grid-row-gap: 15px;
        flex-direction: column
    }

    .mockup-bg-image {
        left: -4%
    }

    .mobile-menu {
        background-color: var(--white);
        border-bottom-right-radius: 15px;
        border-bottom-left-radius: 15px;
        display: none
    }

    .mobile-menu---list,
    .mobile-menu-positioner {
        display: block
    }

    .phone-padding-box {
        width: 261px;
        height: 324px
    }

    .h2-heading {
        letter-spacing: -.44px;
        padding-left: 0;
        padding-right: 0;
        font-size: 44px;
        line-height: 52.8px
    }

    .h2-heading.second {
        padding-left: 0;
        padding-right: 0
    }

    .div-block-103 {
        padding-left: 32px
    }

    .text {
        font-size: 17px;
        line-height: 25.5px
    }

    .flex-block {
        align-items: flex-start
    }

    .h3-heading {
        letter-spacing: -.24px;
        font-size: 32px;
        line-height: 38.4px
    }

    .div-block-103-copy {
        padding-right: 32px
    }

    .flex-block---available-everywhere,
    .flex-block---the-power-of-itranslate {
        align-items: flex-start
    }
}

@media screen and (max-width:767px) {

    h1,
    h2 {
        font-size: 38px
    }

    h3 {
        margin-bottom: 8px;
        font-size: 22px
    }

    .navigation-bar {
        height: 64px
    }

    .button---rounded---primary.top-translated-words {
        margin-left: auto;
        margin-right: auto
    }

    .home---hero {
        height: 540px
    }

    .page-title {
        font-size: 38px
    }

    .home---vision {
        margin-top: 50px;
        margin-bottom: 50px
    }

    .vision---heading {
        font-size: 38px
    }

    .home---main-feature-container {
        height: 100%
    }

    .grid-container-12-1 {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }

    .main-feature---icon.is-positioned-left,
    .main-feature---icon.is-positioned-right {
        width: 44px;
        height: 44px;
        margin-top: -22px
    }

    .feature-mockup---device-bottom {
        width: 180px;
        height: 360px;
        margin-left: -90px
    }

    .home---other-features---badge {
        margin-bottom: 8px;
        margin-right: 8px;
        padding: 8px;
        font-size: 14px
    }

    .home---products {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .home---products---worldmap {
        left: 220px
    }

    .footer---products-list {
        grid-column-gap: 30px;
        grid-row-gap: 0px;
        flex-direction: row;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        display: grid
    }

    .footer---products-column {
        width: auto
    }

    .home---languages {
        margin-top: 0;
        padding-top: 50px;
        padding-bottom: 50px
    }

    .grid-container-12-2 {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }

    .footer---products-container {
        margin-top: 0;
        margin-bottom: 20px
    }

    .container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }

    .mobile-navigation---popover {
        right: 1px
    }

    .mobile-navigation {
        top: 60px
    }

    .mobile-navigation---container {
        max-width: 100%;
        padding-left: 6px;
        padding-right: 6px
    }

    .navigation-bar---mobile---menu-items {
        height: 172px;
        overflow: scroll
    }

    .navigation-bar---mobile---list-item {
        height: 52px
    }

    .cookie-bar {
        padding-left: 20px;
        padding-right: 20px
    }

    .cookie-bar-container {
        max-width: 100%
    }

    .apps---app-container {
        height: 100%
    }

    .apps---app-icon.is-positioned-left,
    .apps---app-icon.is-positioned-right {
        width: 44px;
        height: 44px;
        margin-top: -22px
    }

    .apps---app-device-mockup {
        width: 180px;
        height: 360px;
        margin-left: -90px
    }

    .apps---other---container,
    .content-container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }

    .apps---other---app-information {
        height: 300px
    }

    .h1---page-title---white {
        font-size: 38px
    }

    .temp---apps---header---title {
        font-size: 80px
    }

    .temp---apps---header---introduction,
    .temp---apps---header---titles {
        padding: 50px 20px
    }

    .div-block-13,
    .temp---apps---header---introduction---content {
        max-width: 100%
    }

    .enterprise---header {
        height: 300px
    }

    .enterprise---introduction---container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }

    .enterprise---introduction---intro-text {
        margin-top: -45px
    }

    .enterprise---introduction---cta,
    .enterprise---introduction---list-item {
        font-size: 24px
    }

    .enterprise---products {
        margin-top: 50px
    }

    .enterprise---products---heading {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }

    .enterprise---product-container,
    .enterprise---products---product-list {
        max-width: 100%
    }

    .enterprise---product-preview {
        height: 100%
    }

    .enterprise---product-icon.is-positioned-left,
    .enterprise---product-icon.is-positioned-right {
        width: 44px;
        height: 44px;
        margin-top: -22px
    }

    .enterprise---why-itranslate---grid-container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }

    .enterprise---key-features---list-item {
        margin-bottom: 12px;
        font-size: 24px
    }

    .enterprise---why-itranslate {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .enterprise---key-features {
        margin-top: 20px
    }

    .enterprise---product-preview---product-a {
        width: 120px;
        height: 240px;
        margin-top: -120px;
        top: 50%;
        left: 30px
    }

    .enterprise---product-preview---product-b {
        width: 120px;
        height: 240px;
        margin-top: -120px;
        top: 50%
    }

    .enterprise---product-preview---product-c {
        height: 230px;
        margin-top: -115px;
        top: 50%
    }

    .default-container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }

    .default-container.scroll-menu {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0
    }

    .default-container.llbenefits1 {
        grid-row-gap: 40px;
        flex-direction: column
    }

    .default-container.toptrans {
        flex-direction: column;
        padding-top: 64px
    }

    .style-guide---background-color-grid-container,
    .style-guide---text-color-grid-container {
        grid-template-columns: 1fr 1fr 1fr
    }

    .margin---top---default {
        margin-top: 50px
    }

    .style-guide---text-alignment-grid-container {
        grid-template-columns: 1fr 1fr 1fr
    }

    .style-guide---section-title {
        font-size: 38px
    }

    .margin---bottom---default {
        margin-bottom: 50px
    }

    .padding---top---default {
        padding-top: 50px
    }

    .padding---bottom---default {
        padding-bottom: 5px
    }

    .footer---grid-container-bottom,
    .footer---grid-container-top {
        grid-template-columns: 1fr 1fr
    }

    .footer---social-icons-container {
        grid-template-columns: 1fr
    }

    .feature-mockup---device-top {
        width: 180px;
        height: 360px;
        margin-left: -90px
    }

    .home---features-overview---grid-container {
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        padding-left: 0;
        padding-right: 0
    }

    .home---features-overview---feature-item {
        padding-left: 20px;
        padding-right: 20px
    }

    .apps---products-menu.background-color---dark-gray {
        top: 64px
    }

    .apps---products-menu---handle {
        left: 30px
    }

    .section-anchor {
        margin-top: -156px
    }

    .home---hero---ratings {
        display: flex
    }

    .div-block-46 {
        grid-template-columns: 280px auto
    }

    .home---hero---content---description {
        width: 240px;
        margin-right: 10px;
        padding-top: 0;
        padding-bottom: 0
    }

    .about---company-facts---grid-container {
        grid-template-columns: 1fr
    }

    .about---company-facts---fact-title {
        width: 110px
    }

    .about---imprint---grid-container {
        grid-row-gap: 30px;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr
    }

    .about---who-we-are---itranslate-logo {
        margin-bottom: 50px
    }

    .products---product-information---grid-container {
        grid-template-columns: 1fr
    }

    .itranslate-logo---wordmark {
        width: 126px;
        margin-bottom: 0
    }

    .jobs---introduction-text {
        padding-left: 50px;
        padding-right: 50px
    }

    .products---bixby---screen-center {
        width: 240px
    }

    .products---bixby---screen-left,
    .products---bixby---screen-right {
        width: 220px
    }

    .products---product-how-to---grid-container {
        grid-template-columns: 1fr
    }

    .products---product-how-to-description {
        padding-left: 50px;
        padding-right: 50px
    }

    .products---keyboard-extension---screen-left {
        width: 220px
    }

    .products---keyboard---screen-center {
        width: 240px
    }

    .products---keyboard-extension---screen-right {
        width: 220px
    }

    .products---keyboard---grid-container {
        grid-template-columns: 1fr;
        justify-items: center
    }

    .products---instructions---container {
        max-width: 360px
    }

    .div-block-49 {
        width: 100%;
        max-width: 100%;
        padding-left: 40px;
        padding-right: 40px
    }

    .jobs---introduction---grid-container {
        grid-template-columns: 1fr
    }

    .jobs---perks---grid-container {
        grid-row-gap: 80px;
        grid-template-rows: auto auto auto auto auto;
        grid-template-columns: 1fr 1fr;
        margin-top: 50px
    }

    .jobs---open-positions---grid-container {
        grid-template-columns: 1fr;
        padding-left: 80px;
        padding-right: 80px
    }

    .div-block-56 {
        min-height: 320px;
        padding-top: 0
    }

    .heading {
        text-align: center
    }

    .jobs---position-description---grid-container {
        padding-left: 50px;
        padding-right: 50px
    }

    .enterprise---call-to-action---button-container,
    .jobs---apply---button-container {
        margin-top: 50px
    }

    .div-block-61 {
        font-size: 10px;
        top: 13px
    }

    .home---hero---container {
        padding-top: 80px;
        padding-bottom: 70px
    }

    .home---hero---content---device {
        flex: 0 auto;
        width: 193px;
        margin-right: 0
    }

    .home---hero---content {
        width: auto;
        margin-left: auto;
        margin-right: auto
    }

    .products---product-features---grid-container {
        grid-row-gap: 50px;
        grid-template-rows: auto auto auto;
        grid-template-columns: 1fr
    }

    .products---introduction-text {
        padding-left: 50px;
        padding-right: 50px
    }

    .products---keyboard---device-mockups {
        justify-content: center;
        height: 400px
    }

    .keyboard---artwork---container {
        padding-bottom: 85.8696%
    }

    .products---keyboard---app-categories---grid-container {
        grid-row-gap: 30px;
        grid-template-rows: auto auto;
        grid-template-columns: 160px 160px
    }

    .products---keyboard---device {
        max-width: 130px;
        margin-right: 15px
    }

    .apps---app-device-mockup-top {
        width: 180px;
        height: 360px;
        margin-left: -90px
    }

    .terms---information---table {
        overflow: scroll
    }

    .terms---information---table-column-3 {
        flex: none
    }

    .terms---navigation {
        margin-top: 50px;
        margin-bottom: -10px
    }

    .terms---navigation---list {
        flex-direction: column
    }

    .terms---navigation---list-item {
        font-size: 15px
    }

    .heading-2 {
        display: block
    }

    .div-block-63 {
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px
    }

    .translation-api---text {
        padding-top: 240px
    }

    .translation-api---facts {
        padding-left: 0
    }

    .text-block-9 {
        text-align: center
    }

    .columns {
        width: 100%
    }

    .code.code-mobile {
        display: none
    }

    .section-2 {
        padding-top: 100px
    }

    .div-block-71 {
        background-position: 50% -10px, 0 0;
        background-size: 50%, auto;
        padding-top: 40%
    }

    .listenelement {
        text-align: left
    }

    .header-text {
        width: 100%
    }

    .column-15.bigger {
        height: 60px
    }

    .columns-5 {
        margin-bottom: 40px
    }

    .columns-6 {
        margin-top: 40px;
        margin-bottom: 40px
    }

    .nocolumnhelper {
        padding-left: 10px;
        padding-right: 10px
    }

    .columns-7 {
        margin-top: 40px
    }

    .request-headers {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }

    .request-headers.scroll-menu {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0
    }

    .business---products-grid {
        grid-template-columns: 1fr
    }

    .business---h1 {
        font-size: 44px;
        line-height: 1.182em
    }

    .business---h3 {
        font-size: 26px;
        line-height: 1.154em
    }

    .business---privacy---list {
        max-width: 100%
    }

    .business---h2 {
        font-size: 36px;
        line-height: 1.167em
    }

    .business---product-grid-inlay.screenshot {
        height: 435px
    }

    .grid {
        grid-template-columns: 1fr
    }

    .itr-footer-compact---links {
        margin-bottom: 32px
    }

    .itr-footer-compact---legal-disclaimer {
        padding-top: 32px
    }

    .itr-default-grid {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr
    }

    .itr-footer-compact {
        padding-top: 64px;
        padding-bottom: 64px
    }

    .itr-footer-compact---logo {
        margin-bottom: 32px
    }

    .d {
        max-width: 672px
    }

    .itr-footer-compact---mission-statement {
        margin-bottom: 32px
    }

    .itr-footer-compact---copyright {
        margin-top: 20px
    }

    .itr-footer-compact---link-container {
        margin-right: 0;
        padding-bottom: 19px
    }

    ._404-content-wrap {
        grid-row-gap: 50px;
        flex-direction: column;
        align-items: center
    }

    .navigation-bar-2024 {
        height: 64px
    }

    .blog---featured-post {
        max-width: 100%
    }

    .llbody {
        margin-bottom: 30px
    }

    .llbutton {
        display: none
    }

    .llbenefits1_left,
    .llbenefits1_right {
        width: 100%
    }

    .tabheading_text.faq {
        padding-right: 18px;
        line-height: 1.3em
    }

    .mobilestorebuttonholder {
        grid-column-gap: 12px;
        display: flex
    }

    .mobilebanners {
        display: none
    }

    .collection-list-2 {
        grid-row-gap: 30px;
        flex-direction: column
    }

    .image-33 {
        height: 330px
    }

    .div-block-96 {
        padding-top: 30px
    }

    .mockup-bg-image {
        width: 160px;
        top: 30%;
        left: 14%
    }

    .phone-padding-box {
        height: 380px
    }

    .div-block-102 {
        text-align: center
    }

    .h2-heading {
        text-align: left;
        letter-spacing: -.36px;
        font-size: 36px;
        line-height: 43.2px
    }

    .top-language {
        padding: 20px;
        font-size: 18px
    }

    .start-translating {
        font-size: 14px
    }

    .top-word {
        font-size: 18px
    }

    .image-36 {
        max-width: 100%;
        margin-bottom: 24px
    }

    .div-block-103 {
        padding-left: 0
    }

    .text {
        font-size: 16px;
        line-height: 24px
    }

    .flex-block {
        flex-direction: column
    }

    .h3-heading {
        letter-spacing: -.36px;
        font-size: 36px;
        line-height: 43.2px
    }

    .div-block-103-copy {
        padding-right: 0
    }

    .flex-block---available-everywhere,
    .flex-block---the-power-of-itranslate {
        flex-direction: column-reverse
    }
}

@media screen and (max-width:479px) {
    h3 {
        margin-bottom: 10px;
        font-size: 20px
    }

    .navigation-bar {
        flex-direction: column;
        width: 100%;
        height: 64px
    }

    .navigation-bar---link.is-visible-mobile {
        display: block
    }

    .navigation-bar---logo-container {
        width: 140px;
        height: auto;
        padding-left: 0
    }

    .button---rounded---primary,
    .button---rounded---secondary {
        display: none
    }

    .c-button-primary__link {
        text-align: center;
        width: 100%
    }

    .home---hero {
        background-image: none;
        height: auto;
        padding-top: 40px;
        padding-bottom: 40px;
        display: none;
        position: relative
    }

    .page-title {
        text-align: center;
        font-size: 32px
    }

    .home---hero---introduction {
        margin-bottom: 0
    }

    .home---hero---app-store-badges {
        z-index: 20000;
        background-color: var(--white);
        background-image: url('../images/badges_container_background2x.png');
        background-position: 0 0;
        background-size: 100% 100%;
        border-radius: 19px;
        justify-content: space-between;
        width: 94.667vw;
        padding: 12px;
        display: none;
        position: absolute;
        bottom: 10px;
        left: 2.6665vw;
        overflow: visible
    }

    .app-store-badge-container.has-no-padding {
        margin-right: 0
    }

    .app-store-badge-container.has-no-padding.huawei {
        display: none
    }

    .app-store-badge-container.no-margin {
        margin-right: 0
    }

    .vision---heading {
        font-size: 44px
    }

    .home---main-features {
        flex-direction: column;
        display: flex
    }

    .home---main-feature-container {
        margin-bottom: 150px
    }

    .home---main-feature---presentation,
    .home---main-feature-container.is-last {
        margin-bottom: 0
    }

    .home---main-feature---description {
        display: block
    }

    .grid-container-12-1 {
        grid-column-gap: 5px;
        grid-row-gap: 50px;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-flow: row
    }

    .grid-container-12-1.c-footer__bottom-bar {
        margin-left: auto;
        margin-right: auto
    }

    .main-feature---icon.is-positioned-right {
        width: 80px;
        height: 80px;
        margin-top: 0;
        margin-bottom: -40px;
        margin-left: -40px;
        inset: auto auto 0 50%
    }

    .main-feature---icon.is-positioned-left {
        width: 80px;
        height: 80px;
        margin-top: 0;
        margin-bottom: -40px;
        margin-left: -40px;
        top: auto;
        bottom: 0;
        left: 50%
    }

    .feature-mockup---device-bottom {
        width: 210px;
        height: 420px;
        margin-left: -105px;
        top: 40px
    }

    .home---other-features---badge {
        margin-bottom: 10px;
        margin-right: 10px;
        padding: 18px
    }

    .home---products---product-list-container {
        flex-direction: column
    }

    .footer---wrapper {
        padding-bottom: 120px
    }

    .footer---social-media-bar {
        justify-content: space-around
    }

    .grid-container-12-2 {
        grid-template-columns: 1fr 1fr
    }

    .footer---products-container {
        display: block
    }

    .c-button-secondary-mobile.spacing {
        display: none
    }

    .text-block {
        text-align: center
    }

    .app-store-badges-mobile {
        z-index: 20000;
        background-color: var(--white);
        background-image: url('../images/badges_container_background2x.png');
        background-position: 0 0;
        background-size: 100% 100%;
        border-radius: 19px;
        justify-content: space-between;
        width: 94.667vw;
        padding: 12px;
        display: flex;
        position: fixed;
        bottom: 20px;
        left: 2.6665vw
    }

    .mobile-navigation---popover {
        width: 250px;
        position: static;
        right: 0
    }

    .mobile-navigation {
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        padding-left: 5px;
        top: 136px
    }

    .mobile-navigation---container {
        padding-right: 6px
    }

    .mobile-navigation---popover-handle {
        top: -10px;
        right: 20px
    }

    .navigation-bar---mobile---menu-items {
        height: auto;
        overflow: visible
    }

    .navigation-bar---mobile---menu-button {
        width: 32px;
        height: 32px
    }

    .cookie-bar {
        height: auto
    }

    .cookie-bar-container {
        border-radius: 20px;
        flex-direction: column;
        padding: 20px
    }

    .cookie-bar-info {
        text-align: center;
        margin-bottom: 20px;
        margin-right: 0;
        padding-right: 0;
        font-size: 12px
    }

    .apps {
        flex-direction: column;
        margin-bottom: 50px;
        display: flex
    }

    .apps---app-container {
        margin-bottom: 150px
    }

    .apps---app-container.is-last,
    .apps---app-preview {
        margin-bottom: 0
    }

    .apps---app-icon.is-positioned-right {
        width: 80px;
        height: 80px;
        margin-top: 0;
        margin-bottom: -40px;
        margin-left: -40px;
        inset: auto auto 0 50%
    }

    .apps---app-icon.is-positioned-left {
        width: 80px;
        height: 80px;
        margin-top: 0;
        margin-bottom: -40px;
        margin-left: -40px;
        top: auto;
        bottom: 0;
        left: 50%
    }

    .apps---app-device-mockup {
        width: 210px;
        height: 420px;
        margin-left: -105px;
        top: 40px
    }

    .apps---app-description {
        display: block
    }

    .apps---other---container {
        grid-template-columns: 1fr
    }

    .h1---page-title---white {
        background-image: none;
        background-position: 0 0;
        background-size: auto;
        font-size: 52px
    }

    .temp---apps---header---title {
        margin-bottom: 40px;
        font-size: 50px
    }

    .temp---apps---header---title.color---pink.is-last {
        margin-bottom: 0
    }

    .enterprise---introduction---container {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        grid-template-columns: 1fr 1fr
    }

    .enterprise---introduction---list-item,
    .text-block-3 {
        font-size: 18px
    }

    .enterprise---product-description {
        display: block
    }

    .enterprise---product-preview {
        margin-bottom: 0
    }

    .enterprise---product-icon.is-positioned-right {
        width: 80px;
        height: 80px;
        margin-top: 0;
        margin-bottom: -40px;
        margin-left: -40px;
        inset: auto auto 0 50%
    }

    .enterprise---product-icon.is-positioned-left {
        width: 80px;
        height: 80px;
        margin-top: 0;
        margin-bottom: -40px;
        margin-left: -40px;
        top: auto;
        bottom: 0;
        left: 50%
    }

    .default-container.no-padding {
        padding-left: 0;
        padding-right: 0
    }

    .default-container.llbenefits1 {
        grid-column-gap: 20px;
        grid-row-gap: 40px;
        flex-direction: column
    }

    .default-container.llgrid {
        padding-left: 20px;
        padding-right: 0
    }

    .default-container.navholder {
        align-items: center;
        height: 64px;
        display: flex
    }

    .style-guide---background-color-grid-container,
    .style-guide---text-alignment-grid-container,
    .style-guide---text-color-grid-container {
        grid-template-columns: 1fr 1fr
    }

    .footer---grid-container-top {
        grid-template-columns: 1fr
    }

    .footer---link-container {
        grid-row-gap: 20px;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr
    }

    .footer---grid-container-bottom {
        grid-row-gap: 50px;
        grid-template-columns: 1fr
    }

    .navigation-bar---mobile---list-button {
        height: 52px;
        display: flex
    }

    .navigation-bar-mobile---link-button---primary.w--current {
        color: var(--itranslate-blue)
    }

    .feature-mockup---device-top {
        width: 210px;
        height: 420px;
        margin-left: -105px;
        bottom: 50px
    }

    .home---privacy---description---container {
        margin-top: -40px
    }

    .home---privacy---artwork {
        width: 100%;
        height: 100%
    }

    .home---privacy---artwork---background {
        background-size: cover
    }

    .home---features-overview---grid-container {
        grid-row-gap: 40px;
        grid-template-columns: 1fr
    }

    .home---features-overview---feature-item {
        padding-left: 30px;
        padding-right: 30px
    }

    .home---vision---description {
        padding-left: 0;
        padding-right: 0
    }

    .home---media-coverage---ada-container {
        border-bottom: 1px solid var(--ultralight-gray);
        background-image: none;
        justify-content: center;
        width: 100%;
        height: 100px;
        padding-right: 0
    }

    .div-block-33 {
        flex-direction: column;
        height: auto
    }

    .home---media-coverage---media-container {
        flex: none;
        height: 100px;
        padding-left: 0
    }

    .home---media-coverage---media-list {
        height: 100px
    }

    .home---media-coverage---logo-item-s {
        height: 16px;
        margin-left: 20px;
        margin-right: 20px
    }

    .home---media-coverage---logo-item-m {
        height: 20px;
        margin-left: 20px;
        margin-right: 20px
    }

    .apps---products-menu---scroll-container {
        align-items: center;
        height: 92px;
        padding-left: 20px;
        padding-right: 20px
    }

    .apps---products-menu---handle {
        left: 20px
    }

    .home---hero---ratings {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        display: flex
    }

    .div-block-46 {
        grid-template-columns: 100%
    }

    .div-block-48 {
        padding-left: 30px;
        padding-right: 30px
    }

    .about---company-facts---fact-container {
        flex-direction: column;
        min-height: auto;
        padding-top: 50px;
        padding-bottom: 50px
    }

    .about---company-facts---fact-container.no-border.last {
        padding-bottom: 0
    }

    .about---company-facts---fact-container.first {
        padding-top: 0
    }

    .about---company-facts---fact-title {
        width: 100%;
        margin-bottom: 30px;
        margin-right: 0
    }

    .jobs---introduction-text {
        padding-left: 0;
        padding-right: 0
    }

    .products---bixby---screen-center {
        flex: none;
        margin-right: 20px;
        position: static
    }

    .products---bixby---device-mockups {
        justify-content: flex-start;
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
        position: static;
        overflow: scroll
    }

    .products---bixby---screen-left {
        flex: none;
        width: 240px;
        margin-right: 20px;
        position: static
    }

    .products---bixby---screen-right {
        flex: none;
        width: 240px;
        position: static
    }

    .products---product-how-to-description {
        padding-left: 0;
        padding-right: 0
    }

    .products---keyboard-extension---device-mockups {
        justify-content: flex-start;
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
        position: static;
        overflow: scroll
    }

    .products---keyboard-extension---screen-left {
        flex: none;
        width: 240px;
        margin-right: 20px;
        position: static
    }

    .products---keyboard---screen-center {
        flex: none;
        order: -1;
        margin-right: 20px;
        position: static
    }

    .products---keyboard-extension---screen-right {
        flex: none;
        width: 240px;
        position: static
    }

    .products---instructions---list-item {
        font-size: 17px
    }

    .products---instructions---container {
        padding-left: 0;
        padding-right: 0
    }

    .products---macos---device-mockup {
        justify-content: flex-start;
        width: 250%;
        margin-left: -150%;
        display: flex
    }

    .div-block-49 {
        padding-left: 0;
        padding-right: 0
    }

    .div-block-51 {
        margin-top: 50px
    }

    .apps---products-menu---gradient-left,
    .apps---products-menu---gradient-right {
        width: 20px
    }

    .jobs---perks---grid-container {
        grid-column-gap: 0px;
        grid-row-gap: 60px;
        grid-template-rows: auto;
        grid-template-columns: 1fr;
        padding-left: 30px;
        padding-right: 30px
    }

    .jobs---open-positions---grid-container {
        padding-left: 0;
        padding-right: 0
    }

    .div-block-56 {
        min-height: 350px
    }

    .jobs---position-description---grid-container {
        padding-left: 0;
        padding-right: 0
    }

    .button---rounded---primary---large {
        height: auto;
        max-height: none;
        padding: 12px 32px
    }

    .button---label---large {
        font-size: 24px
    }

    .enterprise---call-to-action---button-container {
        padding-top: 40px
    }

    .caption {
        font-size: 14px
    }

    .home---mobile-hero {
        background-color: #fafbfb;
        background-image: none;
        background-position: 0 0;
        background-repeat: repeat;
        background-size: auto;
        padding-top: 30px;
        padding-bottom: 50px;
        display: block;
        overflow: hidden
    }

    .home---mobile-hero---page-title {
        margin-bottom: 20px
    }

    .home---mobile-hero---device-container {
        flex: none;
        width: 200px
    }

    .home---mobile-hero---content {
        justify-content: center;
        display: flex
    }

    .home---mobile-hero---features-container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 64px;
        margin-left: 30px;
        display: flex
    }

    .home---mobile-header---feature-item {
        width: 64px;
        height: 76px;
        margin-bottom: 20px
    }

    .home---mobile-header---feature-item.last {
        margin-bottom: 0
    }

    .home---mobile-header---app-store-badges {
        justify-content: center;
        margin-top: 30px;
        display: flex
    }

    .mobile-navigation---background {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0
    }

    .div-block-61 {
        top: 14px;
        left: 20px
    }

    .products---introduction-text {
        padding-left: 0;
        padding-right: 0
    }

    .products---keyboard---container {
        margin-left: -20px;
        margin-right: -20px
    }

    .products---keyboard---device-mockups {
        flex-flow: column wrap;
        height: 600px;
        padding-left: 20px;
        padding-right: 20px;
        display: flex;
        overflow: scroll
    }

    .products---keyboard---app-categories---heading {
        width: 100%
    }

    .products---keyboard---app-categories---grid-container {
        grid-template-rows: auto auto auto auto;
        grid-template-columns: 160px
    }

    .products---keyboard---device {
        width: 240px;
        max-width: 100%;
        margin-right: 20px;
        display: inline-block
    }

    .products---keyboard---device.is-last {
        margin-right: 20px
    }

    .apps---app-device-mockup-top {
        width: 210px;
        height: 420px;
        margin-left: -105px;
        bottom: 50px
    }

    .div-block-65 {
        flex-direction: column;
        padding: 20px
    }

    .text-block-8 {
        text-align: center;
        margin-bottom: 20px;
        margin-right: 0
    }

    .translation-api---text {
        width: 100%;
        padding-top: 220px;
        padding-bottom: 178px
    }

    .translation-api---facts {
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0
    }

    .image-15 {
        margin-right: 20px
    }

    .column {
        flex-direction: row;
        justify-content: center;
        align-items: center;
        height: auto
    }

    .text-block-9 {
        text-align: center
    }

    .column-2,
    .column-3 {
        flex-direction: row;
        height: auto
    }

    .columns {
        width: 100%
    }

    .translation-api---shadow-div {
        z-index: 5;
        background-repeat: no-repeat;
        background-size: contain;
        top: -34px
    }

    .paragraph-4 {
        text-align: left;
        width: 100%
    }

    .translation-api---code {
        margin-bottom: 20px
    }

    .code.code-mobile {
        display: block
    }

    .code.code-mobile.old {
        display: none
    }

    .code.docs,
    .code.new {
        display: block
    }

    .section-2 {
        margin-bottom: 0;
        padding-top: 60px
    }

    .section-3 {
        margin-top: 60px
    }

    .faq-header.applegradient {
        margin-bottom: 40px
    }

    .text-block-14 {
        text-align: center
    }

    .div-block-71 {
        z-index: 6;
        background-position: 50% -20px, 0 0;
        background-size: 70%, auto;
        margin-top: -40px;
        padding: 50% 10px 60px
    }

    .div-block-72 {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 60px;
        padding-bottom: 60px;
        display: block
    }

    .logoheader {
        background-position: 50% 0;
        background-size: 80%;
        inset: 5% 0% auto
    }

    .div-block-79 {
        padding-left: 10px;
        padding-right: 10px
    }

    .column-4 {
        padding-left: 0;
        padding-right: 0;
        display: none
    }

    .translation-api---overlay {
        background-color: #fffc;
        border-radius: 10px;
        width: 100%;
        height: 100%;
        padding-bottom: 0;
        padding-right: 0;
        position: absolute;
        inset: 0% auto auto 0%
    }

    .normaltext {
        width: 100%
    }

    .pricing-header.applegradient {
        margin-bottom: 40px
    }

    .get-access {
        width: 90%
    }

    .text-block-25.margintop {
        margin: 0
    }

    .column-6 {
        padding-left: 0;
        padding-right: 0
    }

    .columns-3 {
        display: none
    }

    .list-3 {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .listenelement {
        font-size: 20px
    }

    .heading-6 {
        text-align: center;
        font-size: 38px
    }

    .columns-3-mobile {
        display: block
    }

    .column-13.bigger {
        height: auto;
        margin-top: -30px;
        margin-bottom: 40px
    }

    .column-15 {
        height: 58px;
        margin-bottom: 20px
    }

    .column-15.bigger {
        height: auto
    }

    .nocolumnhelper {
        padding-left: 10px;
        padding-right: 10px
    }

    .translation-api---code-docs {
        margin-top: 0;
        margin-bottom: 20px
    }

    .request-headers.no-padding {
        padding-left: 0;
        padding-right: 0
    }

    .blog---posts {
        grid-template-columns: 1fr
    }

    .announcement-banner---itranslate-x-snap {
        display: none
    }

    .business---headline-image {
        margin-bottom: -25px;
        margin-left: 0
    }

    .business---headline-wrapper {
        text-align: center;
        flex-direction: column;
        align-items: center
    }

    .business---product-grid-inlay {
        padding: 15px
    }

    .business---teams---apps {
        width: 70px
    }

    .developers---pricing-sub-text,
    .developers---pricing-text {
        font-size: 10px
    }

    .itr-default-grid {
        grid-column-gap: 16px;
        grid-template-columns: 1fr 1fr
    }

    .itr-footer-compact---list {
        flex-direction: column;
        display: flex
    }

    .d {
        max-width: 320px;
        padding-left: 8px;
        padding-right: 8px
    }

    .itr-footer-compact---list-item {
        margin-right: 0
    }

    .itr-footer-compact---mission-statement---linebreak {
        display: inline-block
    }

    .text-field {
        width: 100%;
        font-size: 20px
    }

    .app-badges.feature-page {
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 20%;
        display: flex
    }

    .navigation-bar-2024 {
        width: 100%
    }

    .dropdownhandle {
        top: -10px;
        right: 20px
    }

    .image-27 {
        max-width: 100%
    }

    .blog---cta-box {
        width: 100%
    }

    .heading-10 {
        margin-bottom: 0;
        font-size: 22px;
        line-height: 30px
    }

    .llbody {
        margin-bottom: 30px
    }

    .llbutton {
        display: none
    }

    .llh1 {
        font-size: 44px;
        line-height: 52.8px
    }

    .llh2 {
        text-align: left;
        font-size: 36px;
        line-height: 43.2px
    }

    .paragraph-8 {
        font-size: 16px;
        line-height: 24px
    }

    .grid-2 {
        padding-bottom: 13px;
        overflow: auto
    }

    .lltableleft {
        text-align: left;
        font-size: 13px;
        line-height: 1.5em
    }

    .lltableleft.lltablehead {
        text-align: center
    }

    .lltableleft.lltableheadleft {
        top: 121px
    }

    .lltableleft.lltableheadleft.llhclasees {
        text-align: center;
        font-size: 16px;
        top: 111px
    }

    .lltableleft.lltableheadleft.llhstudy {
        text-align: center;
        font-size: 16px;
        top: 76px
    }

    .lltableleft.lltableheadleft.llhmedia {
        text-align: center;
        font-size: 16px;
        top: 78px
    }

    .lltableleft.lltableheadleft.llhimmerson {
        text-align: center;
        font-size: 16px;
        top: 77px
    }

    .lltableleft.lltableheadleft.llhexchange {
        text-align: center;
        font-size: 16px;
        top: 46px
    }

    .llgridsection {
        width: 230px
    }

    .llgridsection.llgridheadleft,
    .llgridsection.llgridheadleft.first {
        width: auto
    }

    .llsection {
        padding-top: 50px;
        padding-bottom: 100px
    }

    .llsection.gradientbkg {
        background-position: 40% 100%;
        background-size: 210% 70%
    }

    .llbenefits1_left,
    .llbenefits1_right {
        width: 100%
    }

    .tabholder {
        padding-left: 0
    }

    .tabholder.faq {
        padding-top: 16px;
        padding-bottom: 16px;
        padding-left: 24px
    }

    .tabheading {
        padding-left: 10px
    }

    .tabanswer {
        display: none
    }

    .tabheading_text {
        font-size: 17px
    }

    .tabheading_text.faq {
        padding-right: 25px;
        line-height: 1.5em
    }

    .paragraph-10.faq {
        font-size: 14px;
        line-height: 1.65em
    }

    .heading-12 {
        margin-bottom: 40px;
        font-size: 26px
    }

    .llfaqheading {
        font-size: 26px
    }

    .heading-13.llctasection {
        font-size: 36px
    }

    .llctatext {
        font-size: 19px
    }

    .mobilestorebuttonholder {
        grid-column-gap: 12px;
        display: flex
    }

    .mobilebanners {
        background-image: linear-gradient(to right, #73f, #00c6d9);
        justify-content: space-around;
        width: 100%;
        padding-top: 16px;
        padding-bottom: 16px;
        display: flex;
        position: static
    }

    .mobilebanners.show-on-android,
    .mobilebanners.show-on-apple {
        display: none
    }

    .mobilebannerslogo {
        border-radius: 9px;
        width: 44px
    }

    .mobilebannerslogo.android {
        border-radius: 0
    }

    .mobilebannerstext {
        color: #fff;
        font-family: Poppins, sans-serif;
        font-size: 11.69px;
        font-weight: 700;
        line-height: 17.54px
    }

    .image-30 {
        height: 17.5px
    }

    .image-30.android {
        width: 10px
    }

    .mobilebannersstarholder {
        grid-column-gap: 8px;
        justify-content: flex-start;
        align-items: center;
        display: flex
    }

    .mobilebannersstarholder.android {
        grid-column-gap: 4px
    }

    .text-block-34 {
        color: #fff;
        font-family: Inter, sans-serif;
        font-size: 11.69px;
        font-weight: 400;
        line-height: 17.54px
    }

    .text-block-34.android {
        margin-left: 8px
    }

    .div-block-94 {
        align-self: center;
        display: block
    }

    .mobilebannersbtn {
        color: var(--itranslate-blue);
        background-color: #fff;
        border-radius: 26px;
        flex: none;
        padding: 8px 16px;
        font-family: Inter, sans-serif;
        font-size: 11.69px;
        font-weight: 700
    }

    .mobilebannersstartext {
        color: var(--white);
        font-family: Poppins, sans-serif;
        font-size: 11.69px;
        font-weight: 700;
        line-height: 17.54px
    }

    .image-31,
    .image-32 {
        cursor: pointer
    }

    .image-33 {
        height: 150px
    }

    .heading-15 {
        font-size: 22px
    }

    .div-block-95 {
        margin-bottom: 0
    }

    .feature-header-grid {
        margin-top: 50px;
        margin-bottom: 50px
    }

    .feature-header-cta {
        display: none
    }

    .benefits {
        padding-bottom: 50px
    }

    .feature-benefits-header {
        text-align: left;
        font-size: 36px
    }

    .feature-benefits-header-text {
        text-align: left;
        font-size: 17px
    }

    .feature-benefits-flex-container {
        grid-row-gap: 30px;
        flex-direction: column
    }

    .pro-features {
        background-position: 50% 550px;
        padding-top: 50px;
        padding-bottom: 50px
    }

    .pro-features-table-row-text {
        align-self: center;
        padding: 10px;
        font-size: 13px;
        line-height: 1.5em
    }

    .check-feature {
        width: 58px;
        font-size: 18px
    }

    .feature-user-focus {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .feature-user-focus-header {
        font-size: 36px
    }

    .paragraph-14 {
        font-size: 17px
    }

    .feature-additional-features {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .feature-mockup-header {
        text-align: left;
        font-size: 36px
    }

    .feature-mockup-text {
        text-align: left
    }

    .feature-mockup-holder {
        width: 80%;
        margin-bottom: 50px
    }

    .feature-additional-features-header {
        text-align: left;
        font-size: 26px
    }

    .feature-additional-features-text {
        text-align: left;
        padding-left: 0;
        padding-right: 0;
        font-size: 16px
    }

    .features-key-features {
        padding: 30px
    }

    .key-feature-sub-header {
        font-size: 14px
    }

    .features-ratings {
        padding-top: 50px
    }

    .feature-review {
        padding: 20px
    }

    .review-header {
        font-size: 17px
    }

    .review-text {
        font-size: 11px;
        line-height: 1.5em
    }

    .feature-cta {
        padding-top: 100px;
        padding-bottom: 100px
    }

    .review-cta-header {
        font-size: 36px
    }

    .review-cta-text {
        font-size: 17px
    }

    .feature-cta-holder {
        width: 100%
    }

    .feature-header-image {
        width: 100%;
        display: none
    }

    .mockup-bg-image {
        display: none
    }

    .home---desktop-hero---features-container-copy {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 64px;
        margin-left: 30px;
        display: flex
    }

    .collection-list-wrapper-3 {
        margin-left: 0;
        margin-right: 0
    }

    .mobile-menu {
        z-index: 10000;
        display: none;
        box-shadow: 0 2px 5px #0003
    }

    .body-5 {
        background-color: #bd0000
    }

    .mobile-menu-positioner {
        display: none
    }

    .quick-stack {
        padding: 0
    }
}

#w-node-_433d7413-9dae-1460-f3e3-5246443de321-7065d2e2 {
    grid-area: 1/3/2/4
}

#w-node-_74e0b3f4-7f5b-cf92-e347-c1b2579bb80c-7065d2e2,
#w-node-e8cbb9b7-181c-473e-e13a-856c20b0b951-7065d2e2 {
    grid-area: 1/2/2/3
}

#w-node-_02b82498-5969-ceda-877b-2828fb9e24d1-7065d2e2 {
    grid-area: 1/2/2/8
}

#w-node-_9227036c-e074-5434-47dc-ca16c8b0652f-7065d2e2 {
    grid-area: 1/9/2/13
}

#w-node-c8315825-5836-ec8e-8975-46dc6a61492c-7065d2e2 {
    grid-area: 1/1/2/5
}

#w-node-c8315825-5836-ec8e-8975-46dc6a614924-7065d2e2 {
    grid-area: 1/6/2/12
}

#w-node-_55ce5834-9b62-9a8c-2637-8316fe95d46f-7065d2e2 {
    grid-area: 1/2/2/8
}

#w-node-_55ce5834-9b62-9a8c-2637-8316fe95d477-7065d2e2 {
    grid-area: 1/9/2/13
}

#w-node-_6ac0a400-234a-9a82-4974-9b0ef86d5f92-7065d2e2 {
    grid-area: 1/1/2/5
}

#w-node-_6ac0a400-234a-9a82-4974-9b0ef86d5f9a-7065d2e2 {
    grid-area: 1/6/2/12
}

#w-node-c52bb04f-f3ef-8516-cd0d-d73c3cdfd1f6-7065d2e2 {
    grid-area: 1/2/2/8
}

#w-node-c52bb04f-f3ef-8516-cd0d-d73c3cdfd1fe-7065d2e2 {
    grid-area: 1/9/2/13
}

#w-node-ebd9b03f-186a-2976-33fe-396ea9ce6bf6-7065d2e2 {
    grid-area: span 1/span 3/span 1/span 3
}

#w-node-b2b85805-f9f8-a2e3-a04e-66e8a01f5c12-7065d2e2 {
    justify-self: center
}

#w-node-_08cee5e1-9c57-7ab0-f5ce-f29c29fad8c0-7065d2e2,
#w-node-_0af17954-7ae1-1442-fbcd-92db1a32bb07-7065d2e2,
#w-node-_0ed3f5d2-92b1-4b16-cb21-8b80cf64ef7c-7065d2e2,
#w-node-_1931e4e5-7020-0c28-24e6-3951ac082805-7065d2e2,
#w-node-_2155339e-a25c-618d-b11d-76403cd5970c-7065d2e2,
#w-node-_2f3cd819-3a33-462d-ae88-e13e73f14600-7065d2e2,
#w-node-_500183da-e676-76e4-b4bb-998ade232a6f-7065d2e2,
#w-node-_52841c82-3167-4358-0ddb-bec2d73ff193-7065d2e2,
#w-node-_74c2f691-1f9f-5f89-0b2a-37b4722b031a-7065d2e2,
#w-node-_86510306-66a8-1807-4668-e5211dd7f836-7065d2e2,
#w-node-_9ae1c11d-facf-2913-d798-4fd8e486806d-7065d2e2,
#w-node-cf4832c3-d472-e5a1-9a6a-62f0ac16fab4-7065d2e2,
#w-node-e8affce0-882e-6c4e-6fa2-fce482b2a843-7065d2e2,
#w-node-f66455c5-ef52-d68a-620b-7162091ff250-7065d2e2 {
    grid-area: span 1/span 1/span 1/span 1;
    justify-self: center
}

#w-node-_3e2de001-2de1-7e60-bccb-1fa73870ff60-7065d2e2 {
    grid-area: 7/2/8/3;
    justify-self: center
}

#w-node-_3355261c-f1a4-105d-a837-f53fa847a339-7065d2e2 {
    grid-area: span 1/span 6/span 1/span 6
}

#w-node-_66711e0a-2b13-ac57-ca73-931f376a1875-7065d2e2 {
    grid-area: span 1/span 4/span 1/span 4
}

#w-node-_5c76b71a-b5e7-3c79-8581-a705e3f65211-7065d2e2 {
    grid-area: 2/1/3/6
}

#w-node-ea9933a6-899f-6698-a8e9-a3d12aa695d7-2aa695cb {
    grid-area: span 2/span 1/span 2/span 1
}

#w-node-ea9933a6-899f-6698-a8e9-a3d12aa69624-2aa695cb {
    grid-area: span 1/span 2/span 1/span 2
}

#w-node-ea9933a6-899f-6698-a8e9-a3d12aa6963a-2aa695cb {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-_473b232c-5339-ec32-8e8b-fe556a2e9879-a965d2e7 {
    grid-area: 1/2/2/3
}

#w-node-a6ce02b5-fa54-fa9f-0369-79fe104d343c-a965d2e7 {
    grid-area: 1/2/2/8
}

#w-node-a6ce02b5-fa54-fa9f-0369-79fe104d3444-a965d2e7 {
    grid-area: 1/9/2/13
}

#w-node-_33111bca-c3d1-421e-5974-4123849f4bf5-a965d2e7 {
    grid-area: 1/1/2/5
}

#w-node-_33111bca-c3d1-421e-5974-4123849f4bfd-a965d2e7 {
    grid-area: 1/6/2/12
}

#w-node-_33111bca-c3d1-421e-5974-4123849f4be4-a965d2e7 {
    grid-area: 1/2/2/8
}

#w-node-_33111bca-c3d1-421e-5974-4123849f4bec-a965d2e7 {
    grid-area: 1/9/2/13
}

#w-node-d9780912-c970-dd8a-4ec9-3071547fff35-a965d2e7 {
    grid-area: 1/1/2/5
}

#w-node-d9780912-c970-dd8a-4ec9-3071547fff42-a965d2e7 {
    grid-area: 1/6/2/12
}

#w-node-_05cb94e9-25ef-134d-c848-a48a8933cdd7-a965d2e7 {
    grid-area: 1/9/2/13
}

#w-node-_05cb94e9-25ef-134d-c848-a48a8933cde4-a965d2e7 {
    grid-area: 1/2/2/8
}

#w-node-_84bae118-f532-8034-c882-d62cf39265a9-ce65d2eb,
#w-node-e0edc912-e7b0-e78a-593e-b543d5206534-ce65d2eb {
    grid-area: 1/2/2/3
}

#w-node-_7c50d950-c6fb-31c7-cd94-65886d6c489f-ce65d2eb {
    grid-area: 1/4/2/5
}

#w-node-_2f21a6d4-5b72-6926-3965-08fbbaa31e59-ed65d2ed {
    grid-area: 1/2/2/3
}

#w-node-e3e01363-5550-ed57-51e2-d1bbc5087edb-ed65d2ed {
    grid-area: 1/2/2/3;
    align-self: center
}

#w-node-d44ce501-d42f-1047-e9e7-e9bca37c7c68-ed65d2ed {
    grid-area: 2/2/3/3;
    align-self: center
}

#w-node-_636e0a95-0b14-2646-2870-72f9e5363d7f-ed65d2ed {
    grid-area: 3/2/4/3;
    align-self: center
}

#w-node-_41e8151c-a41c-39ab-94f3-c248a1ee0281-ed65d2ed {
    grid-area: 1/2/2/3
}

#w-node-a95777de-6b4a-1c72-b274-2ce8954b6081-ed65d2ed {
    grid-area: 1/3/2/4
}

#w-node-ee9e3179-7393-74ed-6fcc-ffc3ce2f9390-ce2f938d,
#w-node-ee9e3179-7393-74ed-6fcc-ffc3ce2f9393-ce2f938d {
    grid-area: span 1/span 12/span 1/span 12
}

#w-node-ee9e3179-7393-74ed-6fcc-ffc3ce2f939b-ce2f938d {
    grid-area: 3/1/4/13
}

#w-node-ee9e3179-7393-74ed-6fcc-ffc3ce2f93b8-ce2f938d {
    grid-area: 4/1/5/13
}

#w-node-_25f78c7c-2681-e32f-96b5-13b38e57816c-de65d2f3,
#w-node-_3f8faf53-11e5-1936-6a90-9034d590c417-de65d2f3,
#w-node-_52ea03f7-745c-2191-2344-6f9d972daa08-de65d2f3,
#w-node-_843f5706-2720-1b6e-9fd8-3e566f15c89d-de65d2f3 {
    align-self: center
}

#w-node-_23b00c1b-4001-40c9-99f6-4149a6984133-6865d2f7,
#w-node-a1a8088b-bac4-1cde-9eb4-dd29114eb63e-6865d2f7 {
    grid-area: 1/2/2/3
}

#w-node-_7e4fe7ac-2bbe-8877-f3e5-7bf8e355110b-6865d2f7 {
    grid-area: 1/4/2/5
}

#w-node-_23b00c1b-4001-40c9-99f6-4149a6984133-1765d2f8,
#w-node-a1a8088b-bac4-1cde-9eb4-dd29114eb63e-1765d2f8 {
    grid-area: 1/2/2/3
}

#w-node-_7e4fe7ac-2bbe-8877-f3e5-7bf8e355110b-1765d2f8 {
    grid-area: 1/4/2/5
}

#w-node-_23b00c1b-4001-40c9-99f6-4149a6984133-9965d2f9,
#w-node-a1a8088b-bac4-1cde-9eb4-dd29114eb63e-9965d2f9 {
    grid-area: 1/2/2/3
}

#w-node-_7e4fe7ac-2bbe-8877-f3e5-7bf8e355110b-9965d2f9 {
    grid-area: 1/4/2/5
}

#w-node-_23b00c1b-4001-40c9-99f6-4149a6984133-ff65d2fa,
#w-node-a1a8088b-bac4-1cde-9eb4-dd29114eb63e-ff65d2fa {
    grid-area: 1/2/2/3
}

#w-node-_7e4fe7ac-2bbe-8877-f3e5-7bf8e355110b-ff65d2fa {
    grid-area: 1/4/2/5
}

#w-node-_84bae118-f532-8034-c882-d62cf39265a9-7365d2fb,
#w-node-e0edc912-e7b0-e78a-593e-b543d5206534-7365d2fb {
    grid-area: 1/2/2/3
}

#w-node-_7c50d950-c6fb-31c7-cd94-65886d6c489f-7365d2fb {
    grid-area: 1/4/2/5
}

#w-node-_23b00c1b-4001-40c9-99f6-4149a6984133-6765d2fc,
#w-node-a1a8088b-bac4-1cde-9eb4-dd29114eb63e-6765d2fc {
    grid-area: 1/2/2/3
}

#w-node-_7e4fe7ac-2bbe-8877-f3e5-7bf8e355110b-6765d2fc {
    grid-area: 1/4/2/5
}

#w-node-_3646ae7f-d000-71e2-003e-3f3a008e0198-7715f6d1,
#w-node-_4a3dfcce-72c8-c2be-bcf4-1a3a7d41c55c-7715f6d1,
#w-node-_4a3dfcce-72c8-c2be-bcf4-1a3a7d41c55d-7715f6d1,
#w-node-_4cc4b7a8-b627-34d0-fc66-e9fb98b384ed-7715f6d1,
#w-node-_52f84592-98d3-b062-d939-10c5eaa84cd7-eaa84cd7,
#w-node-_7606d1c3-ebfc-13e9-f5b8-4a3f96eb35e1-7715f6d1,
#w-node-_7606d1c3-ebfc-13e9-f5b8-4a3f96eb35f2-7715f6d1,
#w-node-_836348ef-65af-f264-3898-bbbfdd897121-7715f6d1,
#w-node-b7eedfd0-f7e5-ca64-5718-934d5468dd32-7715f6d1 {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-d944a0bb-0954-0917-bb25-f591f8066e3c-92e7a663,
#w-node-d944a0bb-0954-0917-bb25-f591f8066e3f-92e7a663 {
    grid-area: span 1/span 12/span 1/span 12
}

#w-node-d944a0bb-0954-0917-bb25-f591f8066e47-92e7a663 {
    grid-area: 3/1/4/13
}

#w-node-d944a0bb-0954-0917-bb25-f591f8066e61-92e7a663 {
    grid-area: 4/1/5/13
}

#w-node-_1a9071b1-df03-b1e8-6097-b5b60ba4ceef-a447246e {
    grid-area: Area;
    align-self: center
}

#w-node-_720c1bac-dfe5-6ff6-0331-5cda5a1904f6-a447246e {
    grid-area: span 1/span 1/span 1/span 1;
    align-self: center
}

#w-node-_8d35e657-7e5a-b6ab-98b2-5cf492f96f0a-a447246e {
    grid-area: Area;
    align-self: center
}

#w-node-_47e1517f-a0e4-efce-c89d-d2a5eb033a0b-a447246e {
    grid-area: span 1/span 1/span 1/span 1;
    align-self: center
}

#w-node-_47e1517f-a0e4-efce-c89d-d2a5eb033a0c-a447246e {
    grid-area: Area;
    align-self: center
}

#w-node-_01c390bd-1bf3-8e53-0905-0e4c8eb67356-a447246e {
    grid-area: span 1/span 1/span 1/span 1;
    justify-self: baseline
}

#w-node-_01c390bd-1bf3-8e53-0905-0e4c8eb67357-a447246e {
    grid-area: Area;
    align-self: center
}

#w-node-cba837c6-040b-de96-d252-c28e8597b7b0-a447246e {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-cba837c6-040b-de96-d252-c28e8597b7b1-a447246e {
    grid-area: Area;
    align-self: center
}

#w-node-_9d682ec1-aaf8-6696-2c9e-427d2cf0c130-a447246e {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-_9d682ec1-aaf8-6696-2c9e-427d2cf0c131-a447246e {
    grid-area: Area;
    align-self: center
}

#w-node-_796e70d8-4b97-f6e5-c033-b898940291fb-a447246e {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-_796e70d8-4b97-f6e5-c033-b898940291fc-a447246e {
    grid-area: Area;
    align-self: center
}

#w-node-_5912a5f9-2556-f8c8-d88a-3d716eebc767-a447246e,
#w-node-_6cbcdf81-e7f6-f278-683f-26d55be9af68-a447246e {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-_5912a5f9-2556-f8c8-d88a-3d716eebc768-a447246e {
    grid-area: Area;
    align-self: center
}

#w-node-_863e4008-670d-b3f4-747f-35b1d805bf54-a447246e {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-_863e4008-670d-b3f4-747f-35b1d805bf55-a447246e {
    grid-area: Area;
    align-self: center
}

#w-node-_92bd6674-4524-84fc-b8c3-8104996462eb-a447246e {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-_92bd6674-4524-84fc-b8c3-8104996462ec-a447246e {
    grid-area: Area;
    align-self: center
}

#w-node-_109924d0-99ab-90f7-72e5-f34ef29a1fe4-a447246e {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-_109924d0-99ab-90f7-72e5-f34ef29a1fe5-a447246e {
    grid-area: Area;
    align-self: center
}

#w-node-ad595a13-e409-3196-482b-a0cf0925e9c5-a447246e {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-ad595a13-e409-3196-482b-a0cf0925e9c6-a447246e {
    grid-area: Area;
    align-self: center
}

#w-node-_81058ae7-3b08-ae41-0360-754889d5fd89-a447246e {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-_81058ae7-3b08-ae41-0360-754889d5fd8a-a447246e {
    grid-area: Area;
    align-self: center
}

#w-node-_57f97600-09db-521f-b894-3d56d03c9c20-a447246e {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-_57f97600-09db-521f-b894-3d56d03c9c21-a447246e {
    grid-area: Area;
    align-self: center
}

#w-node-cf2ddd5a-e7c1-48d8-c0bd-7988a6980ffc-a447246e {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-cf2ddd5a-e7c1-48d8-c0bd-7988a6980ffd-a447246e {
    grid-area: Area;
    align-self: center
}

#w-node-a8cfd596-8b38-41ff-2055-032d75fc43dc-a447246e {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-a8cfd596-8b38-41ff-2055-032d75fc43dd-a447246e {
    grid-area: Area;
    align-self: center
}

#w-node-_43117a86-0a41-77c3-0fcf-508cc11385a8-a447246e {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-_43117a86-0a41-77c3-0fcf-508cc11385a9-a447246e {
    grid-area: Area;
    align-self: center
}

#w-node-a2e4cea1-4140-0173-ecd5-387cabfe363d-14d7347f,
#w-node-a2e4cea1-4140-0173-ecd5-387cabfe363d-4f7a9a43,
#w-node-a2e4cea1-4140-0173-ecd5-387cabfe363d-ad2dd4a0,
#w-node-a2e4cea1-4140-0173-ecd5-387cabfe363d-b6f4eb6e,
#w-node-a2e4cea1-4140-0173-ecd5-387cabfe363d-c6be644c {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-d6f86b84-b040-6a08-968a-ea9deaa53d28-b5fd14dd {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr
}

#w-node-bcebe3c7-1fb5-72f6-cde6-564bbe0d9245-b5fd14dd {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr
}

@media screen and (max-width:991px) {
    #w-node-_5e7fd599-3572-e00a-3031-a62c207d5ef3-7065d2e2 {
        grid-area: span 1/span 1/span 1/span 1
    }

    #w-node-_433d7413-9dae-1460-f3e3-5246443de321-7065d2e2 {
        grid-column: 2/3
    }

    #w-node-_74e0b3f4-7f5b-cf92-e347-c1b2579bb80c-7065d2e2,
    #w-node-e8cbb9b7-181c-473e-e13a-856c20b0b951-7065d2e2 {
        grid-area: 1/1/2/4
    }

    #w-node-_02b82498-5969-ceda-877b-2828fb9e24d1-7065d2e2 {
        grid-area: 1/1/2/7
    }

    #w-node-_9227036c-e074-5434-47dc-ca16c8b0652f-7065d2e2 {
        grid-area: 1/7/2/13
    }

    #w-node-c8315825-5836-ec8e-8975-46dc6a61492c-7065d2e2 {
        grid-area: 1/1/2/7
    }

    #w-node-c8315825-5836-ec8e-8975-46dc6a614924-7065d2e2 {
        grid-area: 1/7/2/13
    }

    #w-node-_55ce5834-9b62-9a8c-2637-8316fe95d46f-7065d2e2 {
        grid-area: 1/1/2/7
    }

    #w-node-_55ce5834-9b62-9a8c-2637-8316fe95d477-7065d2e2 {
        grid-area: 1/7/2/13
    }

    #w-node-_6ac0a400-234a-9a82-4974-9b0ef86d5f92-7065d2e2 {
        grid-area: 1/1/2/7
    }

    #w-node-_6ac0a400-234a-9a82-4974-9b0ef86d5f9a-7065d2e2 {
        grid-area: 1/7/2/13
    }

    #w-node-c52bb04f-f3ef-8516-cd0d-d73c3cdfd1f6-7065d2e2 {
        grid-area: 1/1/2/7
    }

    #w-node-c52bb04f-f3ef-8516-cd0d-d73c3cdfd1fe-7065d2e2 {
        grid-area: 1/7/2/13
    }

    #w-node-_3355261c-f1a4-105d-a837-f53fa847a339-7065d2e2 {
        grid-area: span 1/span 10/span 1/span 10
    }

    #w-node-_66711e0a-2b13-ac57-ca73-931f376a1875-7065d2e2 {
        grid-area: span 1/span 9/span 1/span 9
    }

    #w-node-_5c76b71a-b5e7-3c79-8581-a705e3f65211-7065d2e2 {
        grid-area: 2/1/3/7
    }

    #w-node-ea9933a6-899f-6698-a8e9-a3d12aa695ce-2aa695cb {
        grid-area: span 1/span 3/span 1/span 3
    }

    #w-node-ea9933a6-899f-6698-a8e9-a3d12aa695d7-2aa695cb {
        grid-area: span 1/span 2/span 1/span 2
    }

    #w-node-ea9933a6-899f-6698-a8e9-a3d12aa6960c-2aa695cb {
        grid-area: 2/1/3/2
    }

    #w-node-ea9933a6-899f-6698-a8e9-a3d12aa69638-2aa695cb {
        grid-area: span 1/span 1/span 1/span 1
    }

    #w-node-ea9933a6-899f-6698-a8e9-a3d12aa6963a-2aa695cb {
        grid-area: span 1/span 2/span 1/span 2
    }

    #w-node-_473b232c-5339-ec32-8e8b-fe556a2e9879-a965d2e7 {
        grid-area: 1/1/2/4
    }

    #w-node-a6ce02b5-fa54-fa9f-0369-79fe104d343c-a965d2e7 {
        grid-area: 1/1/2/7
    }

    #w-node-a6ce02b5-fa54-fa9f-0369-79fe104d3444-a965d2e7 {
        grid-area: 1/7/2/13
    }

    #w-node-_33111bca-c3d1-421e-5974-4123849f4bf5-a965d2e7 {
        grid-area: 1/1/2/7
    }

    #w-node-_33111bca-c3d1-421e-5974-4123849f4bfd-a965d2e7 {
        grid-area: 1/7/2/13
    }

    #w-node-_33111bca-c3d1-421e-5974-4123849f4be4-a965d2e7 {
        grid-area: 1/1/2/7
    }

    #w-node-_33111bca-c3d1-421e-5974-4123849f4bec-a965d2e7 {
        grid-area: 1/7/2/13
    }

    #w-node-d9780912-c970-dd8a-4ec9-3071547fff35-a965d2e7 {
        grid-area: 1/1/2/7
    }

    #w-node-_05cb94e9-25ef-134d-c848-a48a8933cdd7-a965d2e7,
    #w-node-d9780912-c970-dd8a-4ec9-3071547fff42-a965d2e7 {
        grid-area: 1/7/2/13
    }

    #w-node-_05cb94e9-25ef-134d-c848-a48a8933cde4-a965d2e7 {
        grid-area: 1/1/2/7
    }

    #w-node-_58b483a0-62e1-f675-701e-3e6e2c0650d7-a965d2e7 {
        grid-area: span 1/span 1/span 1/span 1
    }

    #w-node-_7c50d950-c6fb-31c7-cd94-65886d6c489f-ce65d2eb {
        grid-area: 2/2/3/3
    }

    #w-node-_41e8151c-a41c-39ab-94f3-c248a1ee0281-ed65d2ed {
        grid-area: 1/2/2/3
    }

    #w-node-a95777de-6b4a-1c72-b274-2ce8954b6081-ed65d2ed {
        grid-area: 1/3/2/4
    }

    #w-node-ee9e3179-7393-74ed-6fcc-ffc3ce2f9390-ce2f938d {
        grid-column: span 8/span 8
    }

    #w-node-ee9e3179-7393-74ed-6fcc-ffc3ce2f9393-ce2f938d {
        grid-area: span 1/span 8/span 1/span 8
    }

    #w-node-ee9e3179-7393-74ed-6fcc-ffc3ce2f939b-ce2f938d,
    #w-node-ee9e3179-7393-74ed-6fcc-ffc3ce2f93b8-ce2f938d {
        grid-column-end: 9
    }

    #w-node-_23b00c1b-4001-40c9-99f6-4149a6984133-1765d2f8,
    #w-node-_23b00c1b-4001-40c9-99f6-4149a6984133-6865d2f7,
    #w-node-_23b00c1b-4001-40c9-99f6-4149a6984133-9965d2f9,
    #w-node-_23b00c1b-4001-40c9-99f6-4149a6984133-ff65d2fa,
    #w-node-_7e4fe7ac-2bbe-8877-f3e5-7bf8e355110b-1765d2f8,
    #w-node-_7e4fe7ac-2bbe-8877-f3e5-7bf8e355110b-6865d2f7,
    #w-node-_7e4fe7ac-2bbe-8877-f3e5-7bf8e355110b-9965d2f9,
    #w-node-_7e4fe7ac-2bbe-8877-f3e5-7bf8e355110b-ff65d2fa {
        grid-area: span 1/span 1/span 1/span 1
    }

    #w-node-_36f53b85-07c3-b7fc-0503-00b6182cf897-7365d2fb {
        grid-area: span 1/span 2/span 1/span 2
    }

    #w-node-_7c50d950-c6fb-31c7-cd94-65886d6c489f-7365d2fb {
        grid-area: 2/2/3/3
    }

    #w-node-_23b00c1b-4001-40c9-99f6-4149a6984133-6765d2fc,
    #w-node-_7e4fe7ac-2bbe-8877-f3e5-7bf8e355110b-6765d2fc {
        grid-area: span 1/span 1/span 1/span 1
    }

    #w-node-_7606d1c3-ebfc-13e9-f5b8-4a3f96eb35e1-7715f6d1,
    #w-node-_7606d1c3-ebfc-13e9-f5b8-4a3f96eb35f2-7715f6d1,
    #w-node-_836348ef-65af-f264-3898-bbbfdd897121-7715f6d1,
    #w-node-b7eedfd0-f7e5-ca64-5718-934d5468dd32-7715f6d1 {
        grid-area: span 1/span 2/span 1/span 2
    }

    #w-node-d944a0bb-0954-0917-bb25-f591f8066e3c-92e7a663 {
        grid-column: span 8/span 8
    }

    #w-node-d944a0bb-0954-0917-bb25-f591f8066e3f-92e7a663 {
        grid-area: span 1/span 8/span 1/span 8
    }

    #w-node-d944a0bb-0954-0917-bb25-f591f8066e47-92e7a663,
    #w-node-d944a0bb-0954-0917-bb25-f591f8066e61-92e7a663 {
        grid-column-end: 9
    }

    #w-node-d6f86b84-b040-6a08-968a-ea9deaa53d28-b5fd14dd {
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr
    }

    #w-node-bcebe3c7-1fb5-72f6-cde6-564bbe0d9245-b5fd14dd {
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr 1fr 1fr
    }
}

@media screen and (max-width:767px) {

    #w-node-_55ce5834-9b62-9a8c-2637-8316fe95d46f-7065d2e2,
    #w-node-c52bb04f-f3ef-8516-cd0d-d73c3cdfd1f6-7065d2e2 {
        grid-area: 1/1/2/7
    }

    #w-node-ebd9b03f-186a-2976-33fe-396ea9ce6bf6-7065d2e2 {
        grid-area: span 1/span 2/span 1/span 2
    }

    #w-node-_3e2de001-2de1-7e60-bccb-1fa73870ff60-7065d2e2 {
        grid-area: span 1/span 1/span 1/span 1
    }

    #w-node-_3355261c-f1a4-105d-a837-f53fa847a339-7065d2e2,
    #w-node-_66711e0a-2b13-ac57-ca73-931f376a1875-7065d2e2 {
        grid-area: span 1/span 12/span 1/span 12
    }

    #w-node-_5c76b71a-b5e7-3c79-8581-a705e3f65211-7065d2e2 {
        grid-area: 2/1/3/13
    }

    #w-node-ea9933a6-899f-6698-a8e9-a3d12aa695ce-2aa695cb {
        grid-column: span 2/span 2
    }

    #w-node-ea9933a6-899f-6698-a8e9-a3d12aa6960c-2aa695cb {
        grid-column-end: 3
    }

    #w-node-ea9933a6-899f-6698-a8e9-a3d12aa69624-2aa695cb,
    #w-node-ea9933a6-899f-6698-a8e9-a3d12aa69638-2aa695cb {
        grid-area: span 1/span 1/span 1/span 1
    }

    #w-node-ea9933a6-899f-6698-a8e9-a3d12aa6963a-2aa695cb {
        grid-column: span 1/span 1
    }

    #w-node-e0edc912-e7b0-e78a-593e-b543d5206534-ce65d2eb {
        grid-area: span 1/span 1/span 1/span 1
    }

    #w-node-_7c50d950-c6fb-31c7-cd94-65886d6c489f-ce65d2eb,
    #w-node-_84bae118-f532-8034-c882-d62cf39265a9-ce65d2eb {
        grid-column: 1/2
    }

    #w-node-_2f21a6d4-5b72-6926-3965-08fbbaa31e59-ed65d2ed {
        grid-area: 1/1/2/4
    }

    #w-node-e3e01363-5550-ed57-51e2-d1bbc5087edb-ed65d2ed {
        grid-area: span 1/span 1/span 1/span 1
    }

    #w-node-_636e0a95-0b14-2646-2870-72f9e5363d7f-ed65d2ed,
    #w-node-d44ce501-d42f-1047-e9e7-e9bca37c7c68-ed65d2ed {
        grid-column: 1/2
    }

    #w-node-_41e8151c-a41c-39ab-94f3-c248a1ee0281-ed65d2ed {
        grid-area: 2/1/3/2
    }

    #w-node-a95777de-6b4a-1c72-b274-2ce8954b6081-ed65d2ed {
        grid-area: 1/1/2/2
    }

    #w-node-ee9e3179-7393-74ed-6fcc-ffc3ce2f9390-ce2f938d {
        grid-column: span 6/span 6
    }

    #w-node-ee9e3179-7393-74ed-6fcc-ffc3ce2f9393-ce2f938d {
        grid-area: span 1/span 6/span 1/span 6
    }

    #w-node-ee9e3179-7393-74ed-6fcc-ffc3ce2f939b-ce2f938d,
    #w-node-ee9e3179-7393-74ed-6fcc-ffc3ce2f93b8-ce2f938d {
        grid-column-end: 7
    }

    #w-node-a1a8088b-bac4-1cde-9eb4-dd29114eb63e-1765d2f8,
    #w-node-a1a8088b-bac4-1cde-9eb4-dd29114eb63e-6865d2f7,
    #w-node-a1a8088b-bac4-1cde-9eb4-dd29114eb63e-9965d2f9,
    #w-node-a1a8088b-bac4-1cde-9eb4-dd29114eb63e-ff65d2fa,
    #w-node-e0edc912-e7b0-e78a-593e-b543d5206534-7365d2fb {
        grid-area: span 1/span 1/span 1/span 1
    }

    #w-node-_36f53b85-07c3-b7fc-0503-00b6182cf897-7365d2fb {
        grid-column: span 1/span 1
    }

    #w-node-_7c50d950-c6fb-31c7-cd94-65886d6c489f-7365d2fb,
    #w-node-_84bae118-f532-8034-c882-d62cf39265a9-7365d2fb {
        grid-column: 1/2
    }

    #w-node-a1a8088b-bac4-1cde-9eb4-dd29114eb63e-6765d2fc {
        grid-area: span 1/span 1/span 1/span 1
    }

    #w-node-_3646ae7f-d000-71e2-003e-3f3a008e0198-7715f6d1,
    #w-node-_4a3dfcce-72c8-c2be-bcf4-1a3a7d41c54f-7715f6d1,
    #w-node-_4a3dfcce-72c8-c2be-bcf4-1a3a7d41c55c-7715f6d1,
    #w-node-_4cc4b7a8-b627-34d0-fc66-e9fb98b384ed-7715f6d1 {
        grid-area: span 1/span 2/span 1/span 2
    }

    #w-node-d944a0bb-0954-0917-bb25-f591f8066e3c-92e7a663 {
        grid-column: span 6/span 6
    }

    #w-node-d944a0bb-0954-0917-bb25-f591f8066e3f-92e7a663 {
        grid-area: span 1/span 6/span 1/span 6
    }

    #w-node-d944a0bb-0954-0917-bb25-f591f8066e47-92e7a663,
    #w-node-d944a0bb-0954-0917-bb25-f591f8066e61-92e7a663 {
        grid-column-end: 7
    }
}

@media screen and (max-width:479px) {
    #w-node-_433d7413-9dae-1460-f3e3-5246443de321-7065d2e2 {
        grid-area: 2/1/3/2
    }

    #w-node-_02b82498-5969-ceda-877b-2828fb9e24d1-7065d2e2 {
        order: 1;
        grid-area: 1/1/2/3
    }

    #w-node-_9227036c-e074-5434-47dc-ca16c8b0652f-7065d2e2,
    #w-node-c8315825-5836-ec8e-8975-46dc6a61492c-7065d2e2 {
        order: 2;
        grid-area: 2/1/3/3
    }

    #w-node-c8315825-5836-ec8e-8975-46dc6a614924-7065d2e2 {
        order: 1;
        grid-area: 1/1/2/3
    }

    #w-node-_55ce5834-9b62-9a8c-2637-8316fe95d46f-7065d2e2 {
        order: 1;
        grid-area: span 1/span 2/span 1/span 2
    }

    #w-node-_55ce5834-9b62-9a8c-2637-8316fe95d477-7065d2e2,
    #w-node-_6ac0a400-234a-9a82-4974-9b0ef86d5f92-7065d2e2 {
        order: 2;
        grid-area: span 1/span 2/span 1/span 2
    }

    #w-node-_6ac0a400-234a-9a82-4974-9b0ef86d5f9a-7065d2e2,
    #w-node-c52bb04f-f3ef-8516-cd0d-d73c3cdfd1f6-7065d2e2 {
        order: 1;
        grid-area: span 1/span 2/span 1/span 2
    }

    #w-node-c52bb04f-f3ef-8516-cd0d-d73c3cdfd1fe-7065d2e2 {
        order: 2;
        grid-area: span 1/span 2/span 1/span 2
    }

    #w-node-ebd9b03f-186a-2976-33fe-396ea9ce6bf6-7065d2e2 {
        grid-column: span 1/span 1
    }

    #w-node-_3355261c-f1a4-105d-a837-f53fa847a339-7065d2e2,
    #w-node-_66711e0a-2b13-ac57-ca73-931f376a1875-7065d2e2 {
        grid-area: span 1/span 2/span 1/span 2
    }

    #w-node-_5c76b71a-b5e7-3c79-8581-a705e3f65211-7065d2e2 {
        grid-column-end: 3
    }

    #w-node-ea9933a6-899f-6698-a8e9-a3d12aa695ce-2aa695cb,
    #w-node-ea9933a6-899f-6698-a8e9-a3d12aa695d7-2aa695cb {
        grid-column: span 1/span 1
    }

    #w-node-ea9933a6-899f-6698-a8e9-a3d12aa6960c-2aa695cb {
        grid-column-end: 2
    }

    #w-node-ea9933a6-899f-6698-a8e9-a3d12aa69611-2aa695cb {
        grid-area: span 1/span 2/span 1/span 2
    }

    #w-node-ea9933a6-899f-6698-a8e9-a3d12aa69624-2aa695cb {
        grid-column: span 2/span 2
    }

    #w-node-ea9933a6-899f-6698-a8e9-a3d12aa69638-2aa695cb {
        order: 2;
        grid-area: span 1/span 1/span 1/span 1
    }

    #w-node-ea9933a6-899f-6698-a8e9-a3d12aa6963b-2aa695cb {
        order: 1
    }

    #w-node-a6ce02b5-fa54-fa9f-0369-79fe104d343c-a965d2e7 {
        order: 1;
        grid-area: 1/1/2/3
    }

    #w-node-_33111bca-c3d1-421e-5974-4123849f4bf5-a965d2e7,
    #w-node-a6ce02b5-fa54-fa9f-0369-79fe104d3444-a965d2e7 {
        order: 2;
        grid-area: 2/1/3/3
    }

    #w-node-_33111bca-c3d1-421e-5974-4123849f4be4-a965d2e7,
    #w-node-_33111bca-c3d1-421e-5974-4123849f4bfd-a965d2e7 {
        order: 1;
        grid-area: 1/1/2/3
    }

    #w-node-_33111bca-c3d1-421e-5974-4123849f4bec-a965d2e7,
    #w-node-d9780912-c970-dd8a-4ec9-3071547fff35-a965d2e7 {
        order: 2;
        grid-area: 2/1/3/3
    }

    #w-node-d9780912-c970-dd8a-4ec9-3071547fff42-a965d2e7 {
        order: 1;
        grid-area: 1/1/2/3
    }

    #w-node-_05cb94e9-25ef-134d-c848-a48a8933cdd7-a965d2e7 {
        order: 2;
        grid-area: 2/1/3/3
    }

    #w-node-_05cb94e9-25ef-134d-c848-a48a8933cde4-a965d2e7 {
        order: 1;
        grid-area: 1/1/2/3
    }

    #w-node-ee9e3179-7393-74ed-6fcc-ffc3ce2f9390-ce2f938d,
    #w-node-ee9e3179-7393-74ed-6fcc-ffc3ce2f9393-ce2f938d {
        grid-column: span 2/span 2
    }

    #w-node-ee9e3179-7393-74ed-6fcc-ffc3ce2f939b-ce2f938d,
    #w-node-ee9e3179-7393-74ed-6fcc-ffc3ce2f93b8-ce2f938d {
        grid-column-end: 3
    }

    #w-node-_3646ae7f-d000-71e2-003e-3f3a008e0198-7715f6d1,
    #w-node-_4cc4b7a8-b627-34d0-fc66-e9fb98b384ed-7715f6d1 {
        grid-area: span 1/span 2/span 1/span 2
    }

    #w-node-d944a0bb-0954-0917-bb25-f591f8066e3c-92e7a663,
    #w-node-d944a0bb-0954-0917-bb25-f591f8066e3f-92e7a663 {
        grid-column: span 2/span 2
    }

    #w-node-d944a0bb-0954-0917-bb25-f591f8066e47-92e7a663,
    #w-node-d944a0bb-0954-0917-bb25-f591f8066e61-92e7a663 {
        grid-column-end: 3
    }

    #w-node-_15332a2e-6361-dd93-8efd-bc384b3ed599-14d7347f,
    #w-node-_15332a2e-6361-dd93-8efd-bc384b3ed599-4f7a9a43,
    #w-node-_1b95ba2b-1111-ff5d-9b9d-e8b1492c3e0e-14d7347f,
    #w-node-_1b95ba2b-1111-ff5d-9b9d-e8b1492c3e0e-4f7a9a43,
    #w-node-_1b95ba2b-1111-ff5d-9b9d-e8b1492c3e0e-ad2dd4a0,
    #w-node-_1b95ba2b-1111-ff5d-9b9d-e8b1492c3e0e-b6f4eb6e,
    #w-node-_1b95ba2b-1111-ff5d-9b9d-e8b1492c3e0e-c6be644c,
    #w-node-_20cf509c-4093-67fb-c0f6-625fed8ed736-14d7347f,
    #w-node-_20cf509c-4093-67fb-c0f6-625fed8ed736-4f7a9a43,
    #w-node-_20cf509c-4093-67fb-c0f6-625fed8ed736-c6be644c,
    #w-node-_5cdc5716-72fd-3a4a-136e-149c9f5835d7-14d7347f,
    #w-node-_5cdc5716-72fd-3a4a-136e-149c9f5835d7-4f7a9a43,
    #w-node-_5cdc5716-72fd-3a4a-136e-149c9f5835d7-ad2dd4a0,
    #w-node-_5cdc5716-72fd-3a4a-136e-149c9f5835d7-b6f4eb6e,
    #w-node-_5cdc5716-72fd-3a4a-136e-149c9f5835d7-c6be644c,
    #w-node-_5cefabf5-099e-7afc-b8bc-ac6528af6171-b6f4eb6e,
    #w-node-_90c1fcd3-729d-63d4-d094-8a324e115912-14d7347f,
    #w-node-_90c1fcd3-729d-63d4-d094-8a324e115912-4f7a9a43,
    #w-node-_90c1fcd3-729d-63d4-d094-8a324e115912-ad2dd4a0,
    #w-node-_90c1fcd3-729d-63d4-d094-8a324e115912-c6be644c,
    #w-node-a2e4cea1-4140-0173-ecd5-387cabfe363d-14d7347f,
    #w-node-a2e4cea1-4140-0173-ecd5-387cabfe363d-4f7a9a43,
    #w-node-a2e4cea1-4140-0173-ecd5-387cabfe363d-ad2dd4a0,
    #w-node-a2e4cea1-4140-0173-ecd5-387cabfe363d-b6f4eb6e,
    #w-node-a2e4cea1-4140-0173-ecd5-387cabfe363d-c6be644c,
    #w-node-d74c1cdd-ec45-33df-25d1-14f3e69cf2b1-ad2dd4a0,
    #w-node-d74c1cdd-ec45-33df-25d1-14f3e69cf2b1-b6f4eb6e {
        grid-area: span 1/span 2/span 1/span 2
    }

    #w-node-d6f86b84-b040-6a08-968a-ea9deaa53d28-b5fd14dd {
        grid-template-rows: auto auto;
        grid-template-columns: 1fr
    }
}

@font-face {
    font-family: 'SF Pro Light';
    src: url('../fonts/FontsFree-Net-SFProDisplay-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@media (max-width: 767px) {
    .copyright-text {
        font-size: 12px;
    }
}

@font-face {
    font-family: Poppins;
    src: url('../fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Inter;
    src: url('../fonts/Inter-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Inter;
    src: url('../fonts/Inter-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Inter;
    src: url('../fonts/Inter-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Inter;
    src: url('../fonts/Inter-ExtraBold.ttf') format('truetype'), url('../fonts/Inter-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Ibmplexmono;
    src: url('../fonts/IBMPlexMono-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Poppins;
    src: url('../fonts/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Poppins;
    src: url('../fonts/Poppins-ExtraBold.ttf') format('truetype'), url('../fonts/Poppins-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Ibmplexmono;
    src: url('../fonts/IBMPlexMono-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Poppins;
    src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'SF Pro Text';
    src: url('../fonts/SF-Pro-Text-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: auto
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SF-Pro-Display-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: auto
}

@font-face {
    font-family: 'SF Pro Text';
    src: url('../fonts/SF-Pro-Text-Semibold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: auto
}

@font-face {
    font-family: 'SF Pro Text';
    src: url('../fonts/SF-Pro-Text-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: auto
}

@font-face {
    font-family: 'SF Pro Rounded';
    src: url('../fonts/SF-Pro-Rounded-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: auto
}

@font-face {
    font-family: 'SF Pro Text';
    src: url('../fonts/SF-Pro-Text-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: auto
}