.w-layout-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
}

.w-commerce-commercecartwrapper {
    display: inline-block;
    position: relative;
}

.w-commerce-commercecartopenlink {
    background-color: #3898ec;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    color: #fff;
    cursor: pointer;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.w-commerce-commercecartopenlinkcount {
    display: inline-block;
    height: 18px;
    min-width: 18px;
    margin-left: 8px;
    padding-right: 6px;
    padding-left: 6px;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    background-color: #fff;
    color: #3898ec;
    font-size: 11px;
    line-height: 18px;
    font-weight: 700;
    text-align: center;
}

.w-commerce-commercecartcontainerwrapper {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1001;
    background-color: rgba(0, 0, 0, 0.8);
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
    position: absolute;
    top: 100%;
    left: 0px;
    right: auto;
    bottom: auto;
    background-color: transparent;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    position: absolute;
    left: auto;
    top: 100%;
    right: 0px;
    bottom: auto;
    background-color: transparent;
}

.w-commerce-commercecartcontainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 480px;
    min-width: 320px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: auto;
    background-color: #fff;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.25);
}

.w-commerce-commercecartheader {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #e6e6e6;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.w-commerce-commercecartheading {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.w-commerce-commercecartcloselink {
    width: 16px;
    height: 16px;
}

.w-commerce-commercecartformwrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 0%;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
}

.w-commerce-commercecartform {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 0%;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
}

.w-commerce-commercecartlist {
    overflow: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 24px;
    padding-right: 24px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 0%;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
    -webkit-overflow-scrolling: touch;
}

.w-commerce-commercecartitem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 12px;
    padding-bottom: 12px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.w-commerce-commercecartitemimage {
    width: 60px;
    height: 0%;
}

.w-commerce-commercecartiteminfo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 16px;
    margin-left: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 0%;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
}

.w-commerce-commercecartoptionlist {
    text-decoration: none;
    padding-left: 0px;
    margin-bottom: 0px;
    list-style-type: none;
}

.w-commerce-commercecartquantity {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 10px;
    padding-top: 8px;
    padding-right: 6px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 60px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .w-commerce-commercecartquantity::-webkit-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecartquantity:-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecartquantity::-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecartquantity::placeholder {
        color: #999;
    }

    .w-commerce-commercecartquantity:focus {
        border-top-color: #3898ec;
        border-right-color: #3898ec;
        border-bottom-color: #3898ec;
        border-left-color: #3898ec;
        outline-style: none;
    }

.w-commerce-commercecartfooter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 16px;
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #e6e6e6;
}

.w-commerce-commercecartlineitem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

.w-commerce-commercecartordervalue {
    font-weight: 700;
}

.w-commerce-commercecartapplepaybutton {
    background-color: #000;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    color: #fff;
    cursor: pointer;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-bottom: 8px;
    height: 38px;
    min-height: 30px;
}

.w-commerce-commercecartapplepayicon {
    width: 100%;
    height: 50%;
    min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
    background-color: #000;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    color: #fff;
    cursor: pointer;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 8px;
    height: 38px;
}

.w-commerce-commercequickcheckoutgoogleicon {
    display: block;
    margin-right: 8px;
}

.w-commerce-commercequickcheckoutmicrosofticon {
    display: block;
    margin-right: 8px;
}

.w-commerce-commercecartcheckoutbutton {
    background-color: #3898ec;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    color: #fff;
    cursor: pointer;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: center;
}

.w-commerce-commercecartemptystate {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 100px;
    padding-bottom: 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 0%;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
}

.w-commerce-commercecarterrorstate {
    margin-top: 0px;
    margin-right: 24px;
    margin-bottom: 24px;
    margin-left: 24px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    background-color: #ffdede;
}

.w-pagination-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.w-pagination-previous {
    display: block;
    color: #333;
    font-size: 14px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #fafafa;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-color: #ccc;
    border-right-color: #ccc;
    border-bottom-color: #ccc;
    border-left-color: #ccc;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
}

.w-pagination-next {
    display: block;
    color: #333;
    font-size: 14px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #fafafa;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-color: #ccc;
    border-right-color: #ccc;
    border-bottom-color: #ccc;
    border-left-color: #ccc;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
}

.w-commerce-commercecheckoutformcontainer {
    width: 100%;
    min-height: 100vh;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #f5f5f5;
}

.w-commerce-commercelayoutcontainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.w-commerce-commercelayoutmain {
    -webkit-flex-basis: 800px;
    -ms-flex-preferred-size: 800px;
    flex-basis: 800px;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin-right: 20px;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
    margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 20px;
    padding-left: 20px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #e6e6e6;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #e6e6e6;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #e6e6e6;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #e6e6e6;
    background-color: #fff;
}

.w-commerce-commercecheckoutblockcontent {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #e6e6e6;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #e6e6e6;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #e6e6e6;
    background-color: #fff;
}

.w-commerce-commercecheckoutlabel {
    margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 0px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .w-commerce-commercecheckoutemailinput::-webkit-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutemailinput:-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutemailinput::-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutemailinput::placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutemailinput:focus {
        border-top-color: #3898ec;
        border-right-color: #3898ec;
        border-bottom-color: #3898ec;
        border-left-color: #3898ec;
        outline-style: none;
    }

.w-commerce-commercecheckoutshippingaddresswrapper {
    margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .w-commerce-commercecheckoutshippingfullname::-webkit-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutshippingfullname:-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutshippingfullname::-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutshippingfullname::placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutshippingfullname:focus {
        border-top-color: #3898ec;
        border-right-color: #3898ec;
        border-bottom-color: #3898ec;
        border-left-color: #3898ec;
        outline-style: none;
    }

.w-commerce-commercecheckoutshippingstreetaddress {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .w-commerce-commercecheckoutshippingstreetaddress::-webkit-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutshippingstreetaddress:-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutshippingstreetaddress::-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutshippingstreetaddress::placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutshippingstreetaddress:focus {
        border-top-color: #3898ec;
        border-right-color: #3898ec;
        border-bottom-color: #3898ec;
        border-left-color: #3898ec;
        outline-style: none;
    }

.w-commerce-commercecheckoutshippingstreetaddressoptional {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .w-commerce-commercecheckoutshippingstreetaddressoptional::-webkit-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutshippingstreetaddressoptional:-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutshippingstreetaddressoptional::-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
        border-top-color: #3898ec;
        border-right-color: #3898ec;
        border-bottom-color: #3898ec;
        border-left-color: #3898ec;
        outline-style: none;
    }

.w-commerce-commercecheckoutrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -8px;
    margin-left: -8px;
}

.w-commerce-commercecheckoutcolumn {
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 0%;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
}

.w-commerce-commercecheckoutshippingcity {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .w-commerce-commercecheckoutshippingcity::-webkit-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutshippingcity:-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutshippingcity::-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutshippingcity::placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutshippingcity:focus {
        border-top-color: #3898ec;
        border-right-color: #3898ec;
        border-bottom-color: #3898ec;
        border-left-color: #3898ec;
        outline-style: none;
    }

.w-commerce-commercecheckoutshippingstateprovince {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .w-commerce-commercecheckoutshippingstateprovince::-webkit-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutshippingstateprovince:-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutshippingstateprovince::-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutshippingstateprovince::placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutshippingstateprovince:focus {
        border-top-color: #3898ec;
        border-right-color: #3898ec;
        border-bottom-color: #3898ec;
        border-left-color: #3898ec;
        outline-style: none;
    }

.w-commerce-commercecheckoutshippingzippostalcode {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .w-commerce-commercecheckoutshippingzippostalcode::-webkit-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutshippingzippostalcode:-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutshippingzippostalcode::-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutshippingzippostalcode::placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutshippingzippostalcode:focus {
        border-top-color: #3898ec;
        border-right-color: #3898ec;
        border-bottom-color: #3898ec;
        border-left-color: #3898ec;
        outline-style: none;
    }

.w-commerce-commercecheckoutshippingcountryselector {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 0px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .w-commerce-commercecheckoutshippingcountryselector::-webkit-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutshippingcountryselector:-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutshippingcountryselector::-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutshippingcountryselector::placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutshippingcountryselector:focus {
        border-top-color: #3898ec;
        border-right-color: #3898ec;
        border-bottom-color: #3898ec;
        border-left-color: #3898ec;
        outline-style: none;
    }

.w-commerce-commercecheckoutshippingmethodswrapper {
    margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
    border-left-color: #e6e6e6;
    border-left-width: 1px;
    border-left-style: solid;
    border-right-color: #e6e6e6;
    border-right-width: 1px;
    border-right-style: solid;
}

.w-commerce-commercecheckoutshippingmethoditem {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 16px;
    padding-left: 16px;
    font-weight: 400;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-bottom-color: #e6e6e6;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-bottom: 0px;
    background-color: #fff;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
    margin-left: 12px;
    margin-right: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.w-commerce-commerceboldtextblock {
    font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 64px;
    padding-bottom: 64px;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #e6e6e6;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #e6e6e6;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #e6e6e6;
    background-color: #fff;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
    margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: text;
}

    .w-commerce-commercecheckoutcardnumber::-webkit-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutcardnumber:-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutcardnumber::-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutcardnumber::placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutcardnumber:focus {
        border-top-color: #3898ec;
        border-right-color: #3898ec;
        border-bottom-color: #3898ec;
        border-left-color: #3898ec;
        outline-style: none;
    }

    .w-commerce-commercecheckoutcardnumber.-wfp-focus {
        border-top-color: #3898ec;
        border-right-color: #3898ec;
        border-bottom-color: #3898ec;
        border-left-color: #3898ec;
        outline-style: none;
    }

.w-commerce-commercecheckoutcardexpirationdate {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: text;
}

    .w-commerce-commercecheckoutcardexpirationdate::-webkit-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutcardexpirationdate:-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutcardexpirationdate::-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutcardexpirationdate::placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutcardexpirationdate:focus {
        border-top-color: #3898ec;
        border-right-color: #3898ec;
        border-bottom-color: #3898ec;
        border-left-color: #3898ec;
        outline-style: none;
    }

    .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
        border-top-color: #3898ec;
        border-right-color: #3898ec;
        border-bottom-color: #3898ec;
        border-left-color: #3898ec;
        outline-style: none;
    }

.w-commerce-commercecheckoutcardsecuritycode {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: text;
}

    .w-commerce-commercecheckoutcardsecuritycode::-webkit-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutcardsecuritycode:-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutcardsecuritycode::-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutcardsecuritycode::placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutcardsecuritycode:focus {
        border-top-color: #3898ec;
        border-right-color: #3898ec;
        border-bottom-color: #3898ec;
        border-left-color: #3898ec;
        outline-style: none;
    }

    .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
        border-top-color: #3898ec;
        border-right-color: #3898ec;
        border-bottom-color: #3898ec;
        border-left-color: #3898ec;
        outline-style: none;
    }

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
    margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
    font-weight: 400;
    margin-left: 8px;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
    margin-top: 16px;
    margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .w-commerce-commercecheckoutbillingfullname::-webkit-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutbillingfullname:-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutbillingfullname::-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutbillingfullname::placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutbillingfullname:focus {
        border-top-color: #3898ec;
        border-right-color: #3898ec;
        border-bottom-color: #3898ec;
        border-left-color: #3898ec;
        outline-style: none;
    }

.w-commerce-commercecheckoutbillingstreetaddress {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .w-commerce-commercecheckoutbillingstreetaddress::-webkit-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutbillingstreetaddress:-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutbillingstreetaddress::-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutbillingstreetaddress::placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutbillingstreetaddress:focus {
        border-top-color: #3898ec;
        border-right-color: #3898ec;
        border-bottom-color: #3898ec;
        border-left-color: #3898ec;
        outline-style: none;
    }

.w-commerce-commercecheckoutbillingstreetaddressoptional {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .w-commerce-commercecheckoutbillingstreetaddressoptional::-webkit-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutbillingstreetaddressoptional:-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutbillingstreetaddressoptional::-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
        border-top-color: #3898ec;
        border-right-color: #3898ec;
        border-bottom-color: #3898ec;
        border-left-color: #3898ec;
        outline-style: none;
    }

.w-commerce-commercecheckoutbillingcity {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .w-commerce-commercecheckoutbillingcity::-webkit-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutbillingcity:-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutbillingcity::-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutbillingcity::placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutbillingcity:focus {
        border-top-color: #3898ec;
        border-right-color: #3898ec;
        border-bottom-color: #3898ec;
        border-left-color: #3898ec;
        outline-style: none;
    }

.w-commerce-commercecheckoutbillingstateprovince {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .w-commerce-commercecheckoutbillingstateprovince::-webkit-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutbillingstateprovince:-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutbillingstateprovince::-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutbillingstateprovince::placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutbillingstateprovince:focus {
        border-top-color: #3898ec;
        border-right-color: #3898ec;
        border-bottom-color: #3898ec;
        border-left-color: #3898ec;
        outline-style: none;
    }

.w-commerce-commercecheckoutbillingzippostalcode {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .w-commerce-commercecheckoutbillingzippostalcode::-webkit-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutbillingzippostalcode:-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutbillingzippostalcode::-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutbillingzippostalcode::placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutbillingzippostalcode:focus {
        border-top-color: #3898ec;
        border-right-color: #3898ec;
        border-bottom-color: #3898ec;
        border-left-color: #3898ec;
        outline-style: none;
    }

.w-commerce-commercecheckoutbillingcountryselector {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 0px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .w-commerce-commercecheckoutbillingcountryselector::-webkit-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutbillingcountryselector:-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutbillingcountryselector::-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutbillingcountryselector::placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutbillingcountryselector:focus {
        border-top-color: #3898ec;
        border-right-color: #3898ec;
        border-bottom-color: #3898ec;
        border-left-color: #3898ec;
        outline-style: none;
    }

.w-commerce-commercecheckoutorderitemswrapper {
    margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 20px;
    padding-left: 20px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #e6e6e6;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #e6e6e6;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #e6e6e6;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #e6e6e6;
    background-color: #fff;
}

.w-commerce-commercecheckoutorderitemslist {
    margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
    margin-left: 16px;
    margin-right: 16px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    white-space: pre-wrap;
}

.w-commerce-commercecheckoutorderitemoptionlist {
    text-decoration: none;
    padding-left: 0px;
    margin-bottom: 0px;
    list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
    -webkit-flex-basis: 320px;
    -ms-flex-preferred-size: 320px;
    flex-basis: 320px;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
    margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 8px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.w-commerce-commercecheckoutordersummaryextraitemslistitem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 8px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.w-commerce-commercecheckoutsummarytotal {
    font-weight: 700;
}

.w-commerce-commercecheckoutdiscounts {
    background-color: #fff;
    border-bottom-color: #e6e6e6;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #e6e6e6;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #e6e6e6;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #e6e6e6;
    border-top-style: solid;
    border-top-width: 1px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
}

.w-commerce-commercecheckoutdiscountslabel {
    margin-bottom: 8px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.w-commerce-commercecheckoutdiscountsinput {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 0px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 0%;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
    min-width: 0px;
}

    .w-commerce-commercecheckoutdiscountsinput::-webkit-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutdiscountsinput:-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutdiscountsinput::-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutdiscountsinput::placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutdiscountsinput:focus {
        border-top-color: #3898ec;
        border-right-color: #3898ec;
        border-bottom-color: #3898ec;
        border-left-color: #3898ec;
        outline-style: none;
    }

.w-commerce-commercecheckoutdiscountsbutton {
    background-color: #3898ec;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    color: #fff;
    cursor: pointer;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-left: 8px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    height: 38px;
}

.w-commerce-commercecheckoutplaceorderbutton {
    background-color: #3898ec;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    color: #fff;
    cursor: pointer;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-bottom: 20px;
    text-align: center;
}

.w-commerce-commercecheckouterrorstate {
    margin-top: 16px;
    margin-bottom: 16px;
    padding-top: 10px;
    padding-right: 16px;
    padding-bottom: 10px;
    padding-left: 16px;
    background-color: #ffdede;
}

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

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

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

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

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

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

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

.w-commerce-commerceaddtocartform {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
}

.w-commerce-commerceaddtocartoptionpillgroup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}

.w-commerce-commerceaddtocartoptionpill {
    margin-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 15px;
    padding-right: 15px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #000;
    border-bottom-color: #000;
    border-left-color: #000;
    border-right-color: #000;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    color: #000;
    background-color: #fff;
    cursor: pointer;
}

    .w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-selected {
        color: #fff;
        background-color: #000;
    }

    .w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-disabled {
        color: #666;
        background-color: #e6e6e6;
        border-top-color: #e6e6e6;
        border-bottom-color: #e6e6e6;
        border-left-color: #e6e6e6;
        border-right-color: #e6e6e6;
        cursor: not-allowed;
        outline-style: none;
    }

.w-commerce-commerceaddtocartquantityinput {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 10px;
    padding-top: 8px;
    padding-right: 6px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 60px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .w-commerce-commerceaddtocartquantityinput::-webkit-input-placeholder {
        color: #999;
    }

    .w-commerce-commerceaddtocartquantityinput:-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commerceaddtocartquantityinput::-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commerceaddtocartquantityinput::placeholder {
        color: #999;
    }

    .w-commerce-commerceaddtocartquantityinput:focus {
        border-top-color: #3898ec;
        border-right-color: #3898ec;
        border-bottom-color: #3898ec;
        border-left-color: #3898ec;
        outline-style: none;
    }

.w-commerce-commerceaddtocartbutton {
    background-color: #3898ec;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    color: #fff;
    cursor: pointer;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
        color: #666;
        background-color: #e6e6e6;
        border-top-color: #e6e6e6;
        border-bottom-color: #e6e6e6;
        border-left-color: #e6e6e6;
        border-right-color: #e6e6e6;
        cursor: not-allowed;
        outline-style: none;
    }

.w-commerce-commercebuynowbutton {
    background-color: #3898ec;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    color: #fff;
    cursor: pointer;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    display: inline-block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-top: 10px;
}

    .w-commerce-commercebuynowbutton.w--ecommerce-buy-now-disabled {
        color: #666;
        background-color: #e6e6e6;
        border-top-color: #e6e6e6;
        border-bottom-color: #e6e6e6;
        border-left-color: #e6e6e6;
        border-right-color: #e6e6e6;
        cursor: not-allowed;
        outline-style: none;
    }

.w-commerce-commerceaddtocartoutofstock {
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #ddd;
}

.w-commerce-commerceaddtocarterror {
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #ffdede;
}

.w-commerce-commerceorderconfirmationcontainer {
    width: 100%;
    min-height: 100vh;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #f5f5f5;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
    margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem {
    margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummarylabel {
    margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
    margin-right: 0.33em;
}

.w-commerce-commercecheckoutshippingsummarywrapper {
    margin-bottom: 20px;
}

.w-commerce-commercecheckoutpaymentsummarywrapper {
    margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
    width: 100%;
    min-height: 100vh;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #f5f5f5;
}

.w-commerce-commercepaypalcheckouterrorstate {
    margin-top: 16px;
    margin-bottom: 16px;
    padding-top: 10px;
    padding-right: 16px;
    padding-bottom: 10px;
    padding-left: 16px;
    background-color: #ffdede;
}

@media screen and (max-width: 767px) {
    .w-commerce-commercelayoutcontainer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .w-commerce-commercelayoutmain {
        margin-right: 0px;
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .w-commerce-commercelayoutsidebar {
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
}

@media screen and (max-width: 479px) {
    .wf-section {
        padding-bottom: 50px !important;
    }

    .w-commerce-commercecartcontainerwrapper--cartType-modal {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
        position: fixed;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
        position: fixed;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .w-commerce-commercecartquantity {
        font-size: 16px;
    }

    .w-commerce-commercecheckoutemailinput {
        font-size: 16px;
    }

    .w-commerce-commercecheckoutshippingfullname {
        font-size: 16px;
    }

    .w-commerce-commercecheckoutshippingstreetaddress {
        font-size: 16px;
    }

    .w-commerce-commercecheckoutshippingstreetaddressoptional {
        font-size: 16px;
    }

    .w-commerce-commercecheckoutrow {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .w-commerce-commercecheckoutshippingcity {
        font-size: 16px;
    }

    .w-commerce-commercecheckoutshippingstateprovince {
        font-size: 16px;
    }

    .w-commerce-commercecheckoutshippingzippostalcode {
        font-size: 16px;
    }

    .w-commerce-commercecheckoutshippingcountryselector {
        font-size: 16px;
    }

    .w-commerce-commercecheckoutcardnumber {
        font-size: 16px;
    }

    .w-commerce-commercecheckoutcardexpirationdate {
        font-size: 16px;
    }

    .w-commerce-commercecheckoutcardsecuritycode {
        font-size: 16px;
    }

    .w-commerce-commercecheckoutbillingfullname {
        font-size: 16px;
    }

    .w-commerce-commercecheckoutbillingstreetaddress {
        font-size: 16px;
    }

    .w-commerce-commercecheckoutbillingstreetaddressoptional {
        font-size: 16px;
    }

    .w-commerce-commercecheckoutbillingcity {
        font-size: 16px;
    }

    .w-commerce-commercecheckoutbillingstateprovince {
        font-size: 16px;
    }

    .w-commerce-commercecheckoutbillingzippostalcode {
        font-size: 16px;
    }

    .w-commerce-commercecheckoutbillingcountryselector {
        font-size: 16px;
    }

    .w-commerce-commercecheckoutdiscountsinput {
        font-size: 16px;
    }

    .w-commerce-commerceaddtocartquantityinput {
        font-size: 16px;
    }
}

@font-face {
    font-family: 'spacegrotesk-variablefont_wght';
    src: url('../fonts/spacegrotesk-variablefont_wght.ttf') format('truetype');
}

@font-face {
    font-family: 'inter-regular';
    src: url('../fonts/inter-regular.ttf') format('truetype');
}

body {
    font-family: 'inter-regular';
    color: var(--Base-600, #666) !important;
    font-size: 18px;
    line-height: 1.5rem;
    font-weight: 600;
}

h1 {
    margin-top: 0px;
    margin-bottom: 18px;
    color: #292c32;
    font-size: 60px;
    line-height: 1.308em;
    font-weight: 900;
    font-family: 'spacegrotesk-variablefont_wght';
}

h2 {
    margin-top: 0px;
    margin-bottom: 24px;
    color: #292c32;
    font-size: 37px;
    line-height: 1.316em;
    font-weight: 700;
    font-family: 'spacegrotesk-variablefont_wght';
}

h3 {
    margin-top: 0px;
    margin-bottom: 12px;
    color: #292c32;
    font-size: 26px;
    line-height: 1.375em;
    font-weight: 700;
    font-family: 'spacegrotesk-variablefont_wght';
}

h4 {
    margin-top: 0px;
    margin-bottom: 16px;
    color: #292c32;
    font-size: 24px;
    line-height: 1.091em;
    font-weight: 700;
    font-family: 'spacegrotesk-variablefont_wght';
}

h5 {
    margin-top: 0px;
    margin-bottom: 16px;
    color: #292c32;
    font-size: 20px;
    line-height: 1.389em;
    font-weight: 700;
    font-family: 'spacegrotesk-variablefont_wght';
}

h6 {
    margin-top: 0px;
    margin-bottom: 10px;
    color: #292c32;
    font-size: 18px;
    line-height: 1.125em;
    font-weight: 800;
    font-family: 'spacegrotesk-variablefont_wght';
}

p {
    margin-bottom: 20px;
}

a {
    -webkit-transition: color 300ms ease;
    transition: color 300ms ease;
    color: #055f5b;
    text-decoration: underline;
}

    a:hover {
        color: #292c32;
    }

ul {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 40px;
}

ol {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 40px;
}

li {
    margin-bottom: 5px;
}

img {
    display: inline-block;
    max-width: 100%;
}

strong {
    color: #292c32;
    font-weight: 700;
}

blockquote {
    margin-bottom: 10px;
    padding: 125px 151px;
    border-left: 0px solid #000;
    border-radius: 18px;
    background-color: #055f5b;
    background-image: url('../images/shape-2-block-quote-startup-x-template.svg'), url('../images/shape-1-block-quote-startup-x-template.svg');
    background-position: 115% -25%, -20% 120%;
    background-size: auto, auto;
    background-repeat: no-repeat, no-repeat;
    box-shadow: 0 4px 10px 0 rgba(41, 44, 50, 0.03);
    color: #fff;
    font-size: 24px;
    line-height: 1.708em;
    font-weight: 700;
    text-align: center;
}

figure {
    margin-bottom: 10px;
}

figcaption {
    margin-top: 5px;
    text-align: center;
}

.mg-top-8px {
    margin-top: 8px;
}

.mg-bottom-8px {
    margin-bottom: 8px;
}

.mg-top-24px {
    margin-top: 24px;
}

.mg-top-32px {
    margin-top: 32px;
}

.mg-bottom-32px {
    margin-bottom: 32px;
}

.mg-top-40px {
    margin-top: 40px;
}

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

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

        .flex.center.align-center {
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
        }

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

.color-white {
    color: #fff;
}

.bg-primary-1 {
    background-color: #134f1a;
}

.bg-companyperk-1 {
    background-color: #fefaf4;
}

.bg-primary-2 {
    background-color: #ffd584;
}

.bg-secondary-1 {
    background-color: #fdf9f4;
}

.bg-secondary-2 {
    background-color: #f8ede3;
}

.bg-secondary-3 {
    background-color: #faf6f1;
}

.bg-secondary-4 {
    background-color: #e9f8f7;
}

.bg-neutral-700 {
    background-color: #494a4d;
}

.bg-neutral-600 {
    background-color: #6f7278;
}

.bg-neutral-500 {
    background-color: #a0a2a7;
}

.bg-neutral-400 {
    background-color: #caccd1;
}

.bg-neutral-300 {
    background-color: #e7e9ee;
}

.bg-neutral-200 {
    background-color: #fafafc;
}

.bg-neutral-100 {
    background-color: #fff;
}

.style-guide-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 32px;
    z-index: 2;
    height: 100%;
    min-height: 96vh;
    margin-right: 16px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 14em;
    -ms-flex: 0 14em;
    flex: 0 14em;
}

.container-default {
    max-width: 1248px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 24px;
    padding-left: 24px;
}

    .container-default.help-center-hero {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .container-default.product-about {
        position: relative;
    }

    .container-default._404 {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .container-default.width-100 {
        width: 100%;
    }

.style-guide-content {
    max-width: 100%;
    margin-left: 18px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-style: solid;
    border-width: 1px;
    border-color: #e7e9ee;
    border-radius: 24px;
    background-color: #fff;
    box-shadow: 0 4px 22px 0 rgba(41, 44, 50, 0.04);
}

.section-styleguide {
    padding-top: 86px;
    padding-bottom: 86px;
}

.style-guide-title {
    margin-top: 0px;
    color: #fff;
}

.style-guide-header {
    padding: 100px 68px;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    background-color: #055f5b;
}

.sidebar-navigation {
    margin-bottom: 0px;
    padding-left: 0px;
    list-style-type: none;
}

.style-guide-icon-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 56px;
    height: 56px;
    margin-right: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 1000px;
    background-color: #055f5b;
    -webkit-transition: background-color 250ms ease;
    transition: background-color 250ms ease;
}

.style-guide-sidebar-icon {
    width: 60%;
}

.style-guide-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 14px;
    color: #494a4d;
    text-decoration: none;
}

    .style-guide-link:hover {
        background-color: #e9f8f7;
        color: #292c32;
    }

    .style-guide-link.w--current {
        background-color: #e9f8f7;
        -webkit-transition: color 300ms ease, background-color 300ms ease;
        transition: color 300ms ease, background-color 300ms ease;
        color: #055f5b;
        font-weight: 700;
    }

.style-guide-link-wrapper {
    margin-bottom: 8px;
}

.style-guide-sidebar-title {
    margin-bottom: 24px;
    padding-right: 20px;
    padding-bottom: 24px;
    padding-left: 20px;
    border-bottom: 1px solid #e7e9ee;
    color: #292c32;
    font-size: 22px;
    line-height: 24px;
}

    .style-guide-sidebar-title.middle {
        margin-top: 24px;
        padding-top: 24px;
        border-top: 1px solid #e7e9ee;
    }

.color-primary-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.color-container {
    border-style: solid;
    border-width: 1px;
    border-color: #e7e9ee;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 4px 10px 0 rgba(41, 44, 50, 0.03);
}

.color-block {
    min-height: 120px;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
}

    .color-block.bg-primary-1 {
        background-color: #055f5b;
    }

.color-content {
    padding: 22px 16px 24px;
    border-top: 1px solid #e7e9ee;
}

.color-title {
    color: #292c32;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
}

.color-hex {
    color: #6f7278;
    line-height: 20px;
}

.style-guide-subtitle {
    margin-top: 0px;
}

.color-content-wrapper {
    padding-bottom: 56px;
}

    .color-content-wrapper.last {
        padding-bottom: 0px;
    }

.color-secondary-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.color-neutral-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
}

.typography-container {
    padding-top: 54px;
    padding-bottom: 54px;
    border-bottom: 1px solid #e7e9ee;
}

    .typography-container.last {
        padding-bottom: 0px;
        border-bottom-width: 0px;
    }

.container-small-left {
    max-width: 592px;
}

.typography-details {
    margin-top: 15px;
    color: #055f5b;
    font-weight: 500;
}

.paragraph-large {
    font-size: 24px;
    line-height: 1.583em;
}

    .paragraph-large.neutral-100 {
        color: #fff;
    }

        .paragraph-large.neutral-100.terms-conditions {
            margin-bottom: 0px;
        }

    .paragraph-large.landing-page-hero {
        margin-bottom: 41px;
    }

    .paragraph-large.product {
        margin-bottom: 41px;
    }

.style-guide-subheader {
    padding: 56px 68px;
    background-color: #fafafc;
}

.style-guide-content-wrapper {
    padding: 110px 68px;
}

.icons-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: repeat(auto-fit, 80px);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.buttons-grid {
    grid-column-gap: 24px;
    grid-row-gap: 56px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.button-primary {
    padding: 24px 40px;
    border-radius: 80px;
    background-color: #134f1a;
    -webkit-transition: color 300ms ease, box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
    transition: color 300ms ease, box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
    transition: color 300ms ease, transform 300ms ease, box-shadow 300ms ease, background-color 300ms ease;
    transition: color 300ms ease, transform 300ms ease, box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
    color: #ecfbcc;
    line-height: 1.111em;
    font-weight: 700;
    text-align: center;
}

@font-face {
    font-family: 'linotype - avenir arabic medium';
    src: url('../fonts/avenir_font/linotype - avenir arabic medium.otf') format('opentype');
}

@font-face {
    font-family: 'yekan bakh regular';
    src: url('../fonts/yekan bakh regular.ttf') format('truetype');
}

@font-face {
    font-family: 'yekanbakh-heavy';
    src: url('../fonts/yekanbakh-heavy.ttf') format('truetype');
}

.arabic-font {
    font-family: 'yekan bakh regular';
}

.button-lightgreen {
    margin-bottom: 10px;
    padding: 20px 40px;
    border-radius: 80px;
    background-color: #b6f174;
    -webkit-transition: color 300ms ease, box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
    transition: color 300ms ease, box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
    transition: color 300ms ease, transform 300ms ease, box-shadow 300ms ease, background-color 300ms ease;
    transition: color 300ms ease, transform 300ms ease, box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
    color: #134f1a;
    line-height: 1.111em;
    font-weight: 700;
    text-align: center;
    font-size: 20px;
    font-family: spacegrotesk-variablefont_wght;
}

    .button-lightgreen:hover {
        background-color: #ffffff;
        border: #3F9444, 1px solid !important;
        box-shadow: 0 10px 22px 0 rgba(41, 44, 50, 0.1);
        -webkit-transform: translate(0px, -4px);
        -ms-transform: translate(0px, -4px);
        transform: translate(0px, -4px);
        color: black;
    }

.button-darkgreen {
    margin-bottom: 70px;
    margin-top: 40px;
    padding: 24px 44px;
    border-radius: 80px;
    background-color: #134f1a;
    -webkit-transition: color 300ms ease, box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
    transition: color 300ms ease, box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
    transition: color 300ms ease, transform 300ms ease, box-shadow 300ms ease, background-color 300ms ease;
    transition: color 300ms ease, transform 300ms ease, box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
    color: #b6f174;
    line-height: 1.111em;
    font-weight: 700;
    text-align: center;
}

    .button-darkgreen:hover {
        border: #134f1a, 1px solid !important;
        background-color: white;
        box-shadow: 0 10px 22px 0 rgba(41, 44, 50, 0.1);
        -webkit-transform: translate(0px, -4px);
        -ms-transform: translate(0px, -4px);
        transform: translate(0px, -4px);
        color: #134f1a;
    }

.button-primary:hover {
    background-color: #134f1a;
    /*box-shadow: 0 10px 22px 0 rgba(41, 44, 50, 0.1);*/
    -webkit-transform: translate(0px, -4px);
    -ms-transform: translate(0px, -4px);
    transform: translate(0px, -4px);
    color: #ffffff;
}

.button-primary.small {
    padding: 14px 32px;
    font-size: 16px;
    line-height: 18px;
}

.button-primary.large {
    padding: 24px 68px;
    font-size: 22px;
    line-height: 24px;
}

.button-primary.full-width {
    display: block;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
}

    .button-primary.full-width.create-account {
        margin-top: 22px;
    }

    .button-primary.full-width.confirm-email {
        margin-bottom: 12px;
    }

    .button-primary.full-width.cart:hover {
        -webkit-transform: translate(0px, -2px);
        -ms-transform: translate(0px, -2px);
        transform: translate(0px, -2px);
    }

.button-primary.button-white {
    background-color: #fff;
    color: #292c32;
}

.button-primary.button-green {
    background-color: #b6f174;
    color: #134f1a;
}

    .button-primary.button-green:hover {
        background-color: #ffffff;
    }

    .button-primary.button-green.cta-2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        max-width: 47%;
        margin-right: 15px;
        padding: 32px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        border-radius: 10px;
        text-align: left;
        text-decoration: none;
    }


.button-primary.button-white:hover {
    background-color: #ffd584;
}

.button-primary.button-white.cta-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 47%;
    margin-right: 15px;
    padding: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 10px;
    text-align: left;
    text-decoration: none;
}

.button-primary.button-white.no-hover {
    color: #493aff;
}

    .button-primary.button-white.no-hover:hover {
        background-color: #fff;
        box-shadow: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        color: #292c32;
    }

.button-primary.button-white.small.notification-bar {
    margin-left: 19px;
    padding-right: 22px;
    padding-left: 22px;
}

.button-primary.checkout {
    margin-top: 15px;
    margin-bottom: 0px;
}

.button-primary._2-buttons-button {
    margin-right: 24px;
    margin-bottom: 15px;
}

.button-primary.home-v2-hero-form-button {
    position: absolute;
    right: 12px;
}

    .button-primary.home-v2-hero-form-button:hover {
        -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }

.button-primary.card-career-page-button {
    margin-top: 52px;
}

.button-primary.newsletter-v1 {
    position: absolute;
    right: 9px;
}

    .button-primary.newsletter-v1:hover {
        -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }

.button-primary.blog-v2-hero {
    position: absolute;
    right: 9px;
    font-weight: 500;
    font-size: medium;
}

    .button-primary.blog-v2-hero:hover {
        -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }

.button-primary.header-button {
    padding: 16px 26px;
    font-size: 22px;
    line-height: 1.125em;
    font-weight: 500;
}

.button-lightgreen.header-button {
    padding: 16px 26px;
    font-size: 16px;
    line-height: 1.125em;
    font-weight: 700;
}

.button-primary.coming-soon {
    position: absolute;
    right: 12px;
}

    .button-primary.coming-soon:hover {
        -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }

.button-primary.request-demo {
    margin-top: 8px;
}

.button-primary.cart-empty-state {
    margin-top: 40px;
}

.button-primary.brix-templates {
    background-color: #4a3aff;
}

    .button-primary.brix-templates:hover {
        box-shadow: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        color: #fff;
    }

.button-secondary {
    padding: 20px 40px;
    border-style: solid;
    border-width: 1px;
    border-color: #292c32;
    border-radius: 80px;
    background-color: transparent;
    -webkit-transition: border-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
    transition: border-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
    transition: border-color 300ms ease, color 300ms ease, transform 300ms ease;
    transition: border-color 300ms ease, color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
    color: var(--base-900-black, #1E1E1E);
    line-height: 20px;
    font-weight: 500;
    text-align: center;
    font-size: 20px;
    font-family: spacegrotesk-variablefont_wght;
}

    .button-secondary:hover {
        border-color: #055f5b;
        -webkit-transform: translate(0px, -4px);
        -ms-transform: translate(0px, -4px);
        transform: translate(0px, -4px);
        color: #055f5b;
    }

    .button-secondary.small {
        padding: 14px 32px;
        font-size: 16px;
        line-height: 18px;
    }

    .button-secondary.large {
        padding: 24px 68px;
        font-size: 22px;
        line-height: 24px;
    }

    .button-secondary.discounts {
        height: auto;
        margin-left: 0px;
        padding-right: 16px;
        padding-bottom: 15px;
        padding-left: 16px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
        border-width: 1px;
    }

    .button-secondary.button-white {
        border-color: black;
        color: black;
    }

    .button-secondary.button-green {
        border-color: #ebfbcb;
        color: #ebfbcb;
    }

        .button-secondary.button-green:hover {
            border-color: #ffffff;
            color: #ffffff;
        }

        .button-secondary.button-green.cta-2 {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            width: 100%;
            max-width: 47%;
            padding: 32px;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            border-radius: 10px;
            text-align: left;
            text-decoration: none;
        }

    .button-secondary.button-white:hover {
        border-color: black;
        color: black;
    }

    .button-secondary.button-white.cta-2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        max-width: 47%;
        padding: 32px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        border-radius: 10px;
        text-align: left;
        text-decoration: none;
    }

    .button-secondary._2-buttons-button {
        margin-bottom: 15px;
    }

    .button-secondary.pagination {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-top: 75px;
        border-color: #caccd1;
        color: #494a4d;
        font-size: 18px;
        text-decoration: none;
    }

    .button-secondary.full-width {
        display: block;
    }

        .button-secondary.full-width.create-account-social-media {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            margin-bottom: 24px;
            padding-top: 22px;
            padding-bottom: 22px;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            border-color: #caccd1;
            box-shadow: 0 4px 10px 0 rgba(41, 44, 50, 0.03);
            text-align: left;
            text-decoration: none;
        }

            .button-secondary.full-width.create-account-social-media:hover {
                border-color: #055f5b;
            }

        .button-secondary.full-width.sign-in-social-media {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            margin-bottom: 24px;
            padding-top: 22px;
            padding-bottom: 22px;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            border-color: #caccd1;
            box-shadow: 0 4px 10px 0 rgba(41, 44, 50, 0.03);
            text-align: left;
            text-decoration: none;
        }

            .button-secondary.full-width.sign-in-social-media:hover {
                border-color: #055f5b;
            }

        .button-secondary.full-width.add-to-cart-button {
            margin-top: 20px;
        }

.style-guide-button-container {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 24px;
}

.cards-grid {
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    grid-column-gap: 24px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.header {
    padding-top: 34px;
    padding-bottom: 34px;
    border-bottom: 1px solid #e7e9ee;
    background-color: #fff;
}

.header-navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    padding-left: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    list-style-type: none;
}

.nav-item-wrapper {
    margin-right: 32px;
    margin-bottom: 0px;
}

    .nav-item-wrapper.header-button-mobile {
        display: none;
    }

.nav-link {
    color: var(--base-900-black, #1E1E1E) !important;
    line-height: 20.25px;
    font-weight: 500;
    font-size: 20px;
    text-decoration: none;
    font-family: spacegrotesk-variablefont_wght;
}

    .nav-link.dropdown {
        top: -1.5px;
        padding: 0px;
        -webkit-transition: color 300ms ease;
        transition: color 300ms ease;
    }

        .nav-link.dropdown:hover {
            color: black;
        }

.nav-menu.hidden-on-desktop {
    display: none;
}

.footer {
    padding-top: 64px;
    padding-bottom: 42px;
    /*border-top: 1px solid #caccd1;*/
    background-color: #fff;
}

.footer-logo-container {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

    .footer-logo-container:hover {
        -webkit-transform: translate(0px, -4px);
        -ms-transform: translate(0px, -4px);
        transform: translate(0px, -4px);
    }

.footer-nav {
    margin-right: 18px;
    margin-bottom: 0px;
    padding-left: 0px;
}

.footer-logo {
    width: 180px;
}

.footer-nav-item {
    margin-bottom: 24px;
    line-height: 1.125em;
}

.page-wrapper.page-small {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.section {
    padding-top: 100px;
    padding-bottom: 100px;
}

    .section.bg-primary-1.home-v1-hero {
        position: relative;
        overflow: hidden;
        padding-top: 267px;
        padding-bottom: 267px;
    }

    .section.bg-primary-1.cta-1 {
        overflow: hidden;
        padding-top: 160px;
        padding-bottom: 160px;
    }

    .section.bg-primary-1.cta-2 {
        overflow: hidden;
        padding-top: 131px;
        padding-bottom: 131px;
    }

    .section.bg-primary-1.cta-3 {
        overflow: hidden;
        padding-top: 110px;
        padding-bottom: 110px;
    }

    .section.bg-primary-1.about-v2-hero {
        position: relative;
        overflow: hidden;
        padding-top: 288px;
        padding-bottom: 288px;
    }

    .section.bg-primary-1.about-v2-achievements {
        overflow: hidden;
        padding-top: 164px;
        padding-bottom: 164px;
    }

    .section.bg-primary-1.more-jobs {
        overflow: hidden;
        padding-top: 180px;
        padding-bottom: 180px;
    }

    .section.bg-primary-1.newsletter-v1 {
        overflow: hidden;
        padding-top: 144px;
        padding-bottom: 144px;
    }

    .section.bg-primary-1.blog-v2-hero {
        overflow: hidden;
        padding-top: 60px;
        padding-bottom: 110px;
    }

    .section.bg-primary-1.terms-conditions-hero {
        position: relative;
        overflow: hidden;
        padding-top: 145px;
        padding-bottom: 145px;
    }

    .section.bg-primary-1.cta-4 {
        overflow: hidden;
        padding-top: 110px;
        padding-bottom: 110px;
    }

    .section.bg-primary-1.shop-hero {
        position: relative;
        overflow: hidden;
        padding-top: 105px;
        padding-bottom: 116px;
    }

    .section.bg-primary-1.product-about {
        overflow: hidden;
        padding-top: 130px;
        padding-bottom: 130px;
    }

    .section.bg-primary-1.utility-page-hero {
        position: relative;
        overflow: hidden;
        padding-top: 105px;
        padding-bottom: 116px;
    }

    .section.bg-primary-1.shop-category-hero {
        position: relative;
        overflow: hidden;
        padding-top: 105px;
        padding-bottom: 116px;
    }

    .section.bg-primary-1.about-v3-values {
        overflow: hidden;
    }

    .section.home-v1-companies {
        padding-top: 140px;
        padding-bottom: 120px;
    }

    .section.padding-240px {
        padding-top: 240px;
        padding-bottom: 240px;
    }

    .section.bg-secondary-1.home-v1-testimonials {
        overflow: hidden;
    }

    .section.bg-secondary-1.padding-160px {
        padding-top: 160px;
        padding-bottom: 160px;
    }

    .section.bg-secondary-1.padding-120px {
        overflow: hidden;
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .section.bg-secondary-1.about-v1-values {
        overflow: hidden;
    }

    .section.bg-secondary-1.about-v2-values {
        padding-top: 173px;
        padding-bottom: 173px;
    }

    .section.bg-secondary-1.about-v3-mission {
        position: relative;
        overflow: hidden;
        padding-top: 255px;
        padding-bottom: 255px;
    }

    .section.bg-secondary-1.contact-form {
        position: relative;
        padding-top: 180px;
        padding-bottom: 180px;
    }

    .section.bg-secondary-1.careers-testimonials {
        overflow: hidden;
    }

    .section.bg-secondary-1.home-sections-pages {
        padding-top: 160px;
        padding-bottom: 160px;
    }

    .section.home-v2-hero {
        overflow: hidden;
        padding-top: 60px;
        padding-bottom: 40px;
    }

    .section.home-v3-hero {
        position: relative;
        overflow: hidden;
        padding-top: 185px;
        padding-bottom: 52px;
    }

    .section.about-v1-hero {
        position: relative;
        overflow: hidden;
        padding-top: 60px;
    }

    .section.padding-180px {
        padding-top: 180px;
        padding-bottom: 180px;
    }

    .section.about-v3-hero {
        position: relative;
        overflow: hidden;
        padding-top: 159px;
        padding-bottom: 79px;
    }

    .section.about-v3-team {
        padding-bottom: 180px;
    }

    .section.features {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .section.services {
        position: relative;
        padding-top: 40px;
    }

    .section.contact {
        position: relative;
        padding-top: 60px;
        padding-bottom: 167px;
    }

    .section.careers-hero {
        position: relative;
        padding-top: 120px;
    }

    .section.company-perks {
        padding-top: 180px;
    }

    .section.open-positions {
        padding-top: 267px;
        padding-bottom: 180px;
    }

    .section.career {
        padding-top: 57px;
        padding-bottom: 155px;
    }

    .section.blog-v1-hero {
        padding-top: 120px;
        padding-bottom: 0px;
    }

    .section.blog-v1 {
        padding-top: 150px;
        padding-bottom: 212px;
    }

    .section.blog-v3 {
        padding-top: 140px;
        padding-bottom: 180px;
    }

    .section.blog-v3-hero {
        padding-top: 120px;
        padding-bottom: 145px;
    }

    .section.blog-post {
        position: relative;
        overflow: hidden;
        padding-top: 120px;
        padding-bottom: 140px;
    }

    .section.blog-post-articles {
        padding-top: 140px;
        padding-bottom: 180px;
    }

    .section.pricing {
        position: relative;
        overflow: hidden;
        padding-top: 60px;
        padding-bottom: 160px;
    }

    .section.team-page {
        padding-top: 120px;
        padding-bottom: 180px;
    }

    .section.team {
        position: relative;
        padding-top: 130px;
        padding-bottom: 180px;
    }

    .section.help-center-hero {
        position: relative;
        overflow: hidden;
        padding-top: 171px;
        padding-bottom: 321px;
    }

    .section.help-center {
        padding-top: 48px;
        padding-bottom: 160px;
    }

    .section.help-center-category {
        position: relative;
        padding-top: 48px;
    }

    .section.help-center-article {
        position: relative;
        overflow: hidden;
        padding-top: 120px;
        padding-bottom: 165px;
    }

    .section.create-account {
        position: relative;
        padding-top: 80px;
        padding-bottom: 102px;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .section.sign-in {
        position: relative;
        padding-top: 80px;
        padding-bottom: 88px;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .section.forgot-password {
        position: relative;
        padding-top: 48px;
        padding-bottom: 146px;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .section.confirm-email {
        position: relative;
        padding-top: 48px;
        padding-bottom: 146px;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .section.terms-conditions {
        padding-top: 108px;
        padding-bottom: 147px;
    }

    .section.coming-soon {
        position: relative;
        padding-top: 48px;
        padding-bottom: 146px;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .section.request-demo {
        position: relative;
        padding-top: 80px;
        padding-bottom: 155px;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .section.landing-page-hero {
        position: relative;
        padding-top: 80px;
        padding-bottom: 135px;
    }

    .section.landing-page-companies {
        padding-top: 95px;
        padding-bottom: 95px;
    }

    .section.landing-page {
        padding-top: 237px;
        padding-bottom: 142px;
    }

    .section.landing-page-product {
        padding-top: 142px;
        padding-bottom: 188px;
    }

    .section.shop {
        padding-top: 126px;
        padding-bottom: 166px;
    }

    .section.product {
        padding-top: 80px;
        padding-bottom: 160px;
    }

    .section.utility-page {
        padding-top: 126px;
    }

    .section.shop-category {
        padding-top: 126px;
        padding-bottom: 166px;
    }

    .section.open-positions-category {
        padding-top: 120px;
        padding-bottom: 180px;
    }

    .section.blog-category {
        padding-top: 120px;
    }

    .section.home-sections {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
        min-height: 80vh;
        padding-top: 130px;
        padding-bottom: 130px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #055f5b;
    }

    .section.short {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .section.medium {
        padding-top: 160px;
        padding-bottom: 160px;
    }

        .section.medium.before-links {
            padding-bottom: 60px;
        }

    .section.small {
        padding-top: 80px;
        padding-bottom: 140px;
    }

.utility-page-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 48px 24px 146px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .utility-page-wrap._404 {
        position: relative;
        overflow: hidden;
        min-height: 871px;
        padding-right: 0px;
        padding-left: 0px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

.utility-page-content-password {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 580px;
    margin-bottom: 0px;
    padding: 72px 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-style: solid;
    border-width: 1px;
    border-color: #e7e9ee;
    border-radius: 18px;
    background-color: #fff;
    box-shadow: 0 4px 20px 0 rgba(41, 44, 50, 0.04);
    text-align: center;
}

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


.input {
    min-height: 68px;
    margin-bottom: 0px;
    padding-right: 24px;
    padding-left: 24px;
    border-style: solid;
    border-width: 1px;
    border-color: #caccd1;
    border-radius: 14px;
    background-color: #fff;
    -webkit-transition: color 300ms ease, border-color 300ms ease;
    transition: color 300ms ease, border-color 300ms ease;
    color: #494a4d;
    font-size: 16px;
}

    .input:hover {
        border: 1.5px solid #3F9444 !important;
    }

    .input:focus {
        border: 1.px solid #3F9444 !important;
        color: #494a4d;
    }

    .input.-wfp-focus {
        border-color: #055f5b;
        color: #494a4d;
    }

    .input::-webkit-input-placeholder {
        color: #6f7278;
    }

    .input:-ms-input-placeholder {
        color: #6f7278;
    }

    .input::-ms-input-placeholder {
        color: #6f7278;
    }

    .input::placeholder {
        color: #6f7278;
    }

    .input.password {
        margin-bottom: 20px;
    }

    .input.checkout {
        margin-bottom: 16px;
    }

    .input.discounts {
        width: 100%;
        height: 46px;
        min-width: auto;
        margin-bottom: 16px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
        border-width: 1px;
    }

    .input.home-v2-hero {
        min-height: 92px;
        padding-right: 210px;
        padding-left: 32px;
        border-radius: 1000px;
        box-shadow: 0 4px 10px 0 rgba(41, 44, 50, 0.03);
    }

    .input.name-icon {
        padding-right: 60px;
        background-image: url('../images/icon-1-input-2-startup-x-template.svg');
        background-position: 90% 50%;
        background-size: auto;
        background-repeat: no-repeat;
    }

        .input.name-icon:hover {
            background-image: url('../images/icon-1-input-startup-x-template.svg');
        }

        .input.name-icon:focus {
            background-image: url('../images/icon-1-input-startup-x-template.svg');
        }

    .input.email-icon {
        padding-right: 60px;
        background-image: url('../images/icon-2-input-2-startup-x-template.svg');
        background-position: 90% 50%;
        background-size: auto;
        background-repeat: no-repeat;
    }

        .input.email-icon:hover {
            background-image: url('../images/icon-2-input-startup-x-template.svg');
        }

        .input.email-icon:focus {
            background-image: url('../images/icon-2-input-startup-x-template.svg');
        }

        .input.email-icon.large {
            background-position: 95% 50%;
        }

    .input.phone-icon {
        padding-right: 60px;
        background-image: url('../images/icon-3-input-2-startup-x-template.svg');
        background-position: 90% 50%;
        background-size: auto;
        background-repeat: no-repeat;
    }

        .input.phone-icon:hover {
            background-image: url('../images/icon-3-input-startup-x-template.svg');
        }

        .input.phone-icon:focus {
            background-image: url('../images/icon-3-input-startup-x-template.svg');
        }

    .input.company-icon {
        padding-right: 60px;
        background-image: url('../images/icon-4-input-2-startup-x-template.svg');
        background-position: 90% 50%;
        background-size: auto;
        background-repeat: no-repeat;
    }

        .input.company-icon:hover {
            background-image: url('../images/icon-4-input-startup-x-template.svg');
        }

        .input.company-icon:focus {
            background-image: url('../images/icon-4-input-startup-x-template.svg');
        }

        .input.company-icon.v2 {
            background-image: url('../images/icon-1-input-request-demo-startup-x-template.svg');
        }

            .input.company-icon.v2:hover {
                background-image: url('../images/icon-1-input-focused-request-demo-startup-x-template.svg');
            }

            .input.company-icon.v2:focus {
                background-image: url('../images/icon-1-input-focused-request-demo-startup-x-template.svg');
            }

    .input.newsletter-v1 {
        min-height: 83px;
        padding-right: 210px;
        padding-left: 32px;
        border-radius: 1000px;
        box-shadow: 0 4px 10px 0 rgba(41, 44, 50, 0.03);
    }

    .input.blog-v2-hero {
        min-height: 83px;
        padding-right: 210px;
        padding-left: 32px;
        border-radius: 1000px;
        box-shadow: 0 4px 22px 0 rgba(41, 44, 50, 0.04);
    }

    .input.password-icon {
        padding-right: 60px;
        background-image: url('../images/icon-input-pasword-startup-x-template.svg');
        background-position: 95% 50%;
        background-size: auto;
        background-repeat: no-repeat;
    }

        .input.password-icon:hover {
            background-image: url('../images/icon-input-focused-pasword-startup-x-template.svg');
        }

        .input.password-icon:focus {
            background-image: url('../images/icon-input-focused-pasword-startup-x-template.svg');
        }

    .input.coming-soon {
        min-height: 83px;
        padding-right: 210px;
        padding-left: 32px;
        border-radius: 1000px;
        box-shadow: 0 4px 10px 0 rgba(41, 44, 50, 0.03);
    }

    .input.position-icon {
        padding-right: 60px;
        background-image: url('../images/icon-2-input-request-demo-startup-x-template.svg');
        background-position: 90% 50%;
        background-size: auto;
        background-repeat: no-repeat;
    }

        .input.position-icon:hover {
            background-image: url('../images/icon-2-input-focused-request-demo-startup-x-template.svg');
        }

        .input.position-icon:focus {
            background-image: url('../images/icon-2-input-focused-request-demo-startup-x-template.svg');
        }

    .input.cart-item-quantity {
        min-height: 38px;
        margin-bottom: 20px;
        padding-right: 10px;
        padding-left: 10px;
        border-radius: 10px;
    }

.utility-page-content-404 {
    position: relative;
    z-index: 1;
    max-width: 548px;
    margin-bottom: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
}

._404-title {
    color: #055f5b;
    font-size: 180px;
    line-height: 1em;
    font-weight: 700;
}

.container-medium-761px {
    max-width: 761px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 24px;
    padding-left: 24px;
}

    .container-medium-761px.changelog {
        position: relative;
        z-index: 1;
        margin-top: -198px;
    }

    .container-medium-761px.utility-page-hero {
        text-align: center;
    }

.divider {
    width: 100%;
    min-height: 1px;
    background-color: #caccd1;
}

    .divider.utility-pages {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .divider.footer-content-top-divider {
        margin-top: 64px;
        margin-bottom: 100px;
        background-color: #e7e9ee;
    }

    .divider.footer-content-bottom-divider {
        margin-top: 100px;
        margin-bottom: 38px;
        background-color: #e7e9ee;
    }

    .divider.home-v3-companies {
        margin-bottom: 52px;
        background-color: #fff;
        opacity: 0.5;
    }

    .divider.card-contact {
        margin-top: 22px;
        margin-bottom: 24px;
    }

    .divider.career-page {
        margin-top: 40px;
        margin-bottom: 65px;
        background-color: #e7e9ee;
    }

    .divider.card-plan {
        margin-top: 40px;
        margin-bottom: 60px;
    }

    .divider.card-team {
        margin-top: 80px;
        margin-bottom: 72px;
    }

    .divider.create-account {
        margin-top: 48px;
        margin-bottom: 48px;
    }

    .divider.terms-conditions {
        margin-top: 108px;
        margin-bottom: 118px;
    }

.paragraph.password {
    margin-bottom: 40px;
}

.paragraph._404 {
    margin-bottom: 40px;
}

.paragraph.neutral-100 {
    color: #B6F174 !important;
}

    .paragraph.neutral-100.home-v1-hero {
        margin-bottom: 40px;
    }

    .paragraph.neutral-100.home-v3-hero {
        margin-bottom: 40px;
    }

    .paragraph.neutral-100.about-v1-hero {
        margin-bottom: 40px;
        color: #ECFBCC !important;
        text-align: center;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px; /* 160% */
        letter-spacing: -0.06px;
    }

    .paragraph.neutral-100.about-v2-hero {
        position: relative;
        z-index: 1;
        margin-bottom: 40px;
    }

    .paragraph.neutral-100.about-v3-hero {
        position: relative;
        z-index: 1;
        margin-bottom: 40px;
    }

    .paragraph.neutral-100.about-v3-value {
        margin-bottom: 0px;
    }

    .paragraph.neutral-100.contact {
        margin-bottom: 0px;
        color: #b6f174 !important;
        text-align: center;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px; /* 160% */
        letter-spacing: -0.06px;
    }

    .paragraph.neutral-100.newsletter-v1 {
        max-width: 435px;
        margin-bottom: 0px;
    }

    .paragraph.neutral-100.blog-v2-hero {
        max-width: 550px;
        margin-right: auto;
        margin-bottom: 50px;
        margin-left: auto;
        color: #114617;
        text-align: center;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px; /* 160% */
        letter-spacing: -0.06px;
    }

    .paragraph.neutral-100.blog-post {
        position: relative;
        z-index: 1;
        max-width: 700px;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
    }

    .paragraph.neutral-100.pricing {
        margin-bottom: 0px;
        color: #D3F6AD;
        text-align: center;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px; /* 160% */
        letter-spacing: -0.06px;
    }

    .paragraph.neutral-100.help-center-category {
        max-width: 445px;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
    }

    .paragraph.neutral-100.shop-hero {
        position: relative;
        z-index: 1;
        margin-bottom: 0px;
    }

    .paragraph.neutral-100.utility-page-hero {
        position: relative;
        z-index: 1;
        margin-bottom: 0px;
    }

    .paragraph.neutral-100.shop-category-hero {
        position: relative;
        z-index: 1;
        margin-bottom: 0px;
    }

.paragraph.home-v1-feature {
    margin-bottom: 0px;
}

.paragraph.home-v1-testimonials {
    margin-bottom: 40px;
}

.paragraph.card-home-v1-testimonials {
    margin-bottom: 15px;
}

.paragraph.home-v1-get-started-step {
    margin-bottom: 0px;
}

.paragraph.card-perk {
    margin-bottom: 0px;
}

.paragraph.card-faq {
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.833em;
}

.paragraph.home-v2-hero {
    max-width: 568px;
    margin-right: auto;
    margin-bottom: 45px;
    margin-left: auto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 160% */
    letter-spacing: -0.06px;
}

.paragraph.home-v2-features {
    margin-bottom: 32px;
}

.paragraph.home-v2-get-started-step {
    margin-bottom: 0px;
}

.paragraph.clients-individuals {
    margin-bottom: 0px;
    color: #737373;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 32.99px; /* 190.728% */
}

.paragraph.clients-startups {
    margin-bottom: 0px;
    color: #737373;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 32.99px; /* 190.728% */
}

.paragraph.home-v2-get-started {
    margin-bottom: 44px;
}

.paragraph.card-home-v3-feature {
    margin-bottom: 0px;
}

.paragraph.testimonial-company {
    margin-bottom: 48px;
}

.paragraph.card-home-v3-case-study {
    margin-bottom: 0px;
}

.paragraph.card-home-v3-testimonials {
    margin-bottom: 0px;
}

.paragraph.about-v1-story {
    margin-bottom: 0px;
    color: #737373;
    font-size: 17.016px;
    font-style: normal;
    font-weight: 500;
    line-height: 32.99px; /* 193.881% */
}

.paragraph.about-v1-mission {
    margin-bottom: 0px;
}

.paragraph.card-team-v1-about-excerpt {
    margin-bottom: 0px;
}

.paragraph.card-about-v1-value {
    margin-bottom: 0px;
}

.paragraph.card-about-v2-value {
    margin-bottom: 0px;
}

.paragraph.card-team-v2-about-excerpt {
    margin-bottom: 0px;
}

.paragraph.about-v2-offices {
    margin-bottom: 0px;
}

.paragraph.about-v3-mission {
    max-width: 499px;
    margin-bottom: 0px;
}

.paragraph.card-career {
    margin-bottom: 0px;
}

.paragraph.features {
    max-width: 537px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

.paragraph.card-feature {
    margin-bottom: 0px;
    color: #737373;
    font-size: 17.58px;
    font-style: normal;
    font-weight: 500;
    line-height: 32.99px;
}

.paragraph.services {
    margin-bottom: 0px;
    color: #666 !important;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 160% */
    letter-spacing: -0.06px;
}

.paragraph.card-service {
    margin-bottom: 0px;
    color: #737373;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; /* 154.074% */
}

.paragraph.card-contact {
    margin-bottom: 0px;
    color: #737373;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 32.99px; /* 192.291% */
}

.paragraph.contact-form {
    margin-bottom: 40px;
    color: #737373;
    font-size: 17.156px;
    font-style: normal;
    font-weight: 500;
    line-height: 32.99px; /* 192.291% */
}

.paragraph.careers-hero {
    margin-bottom: 0px;
}

.paragraph.card-company-perk {
    margin-bottom: 0px;
}

.paragraph.careers-testimonials {
    margin-bottom: 40px;
}

.paragraph.open-positions-contact {
    margin-bottom: 34px;
}

.paragraph.card-career-apply {
    margin-bottom: 23px;
}

.paragraph.card-blog-v1-featured-excerpt {
    margin-bottom: 32px;
}

.paragraph.blog-v3-hero {
    max-width: 477px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

.paragraph.blog-v3-featured-first-excerpt {
    margin-bottom: 0px;
}

.paragraph.card-author-summary {
    margin-bottom: 0px;
}

.paragraph.faqs-contact {
    margin-bottom: 0px;
}

.paragraph.card-plan {
    margin-bottom: 0px;
}

.paragraph.team-page {
    margin-bottom: 0px;
}

.paragraph.card-team-content-top-about-summary {
    margin-bottom: 0px;
}

.paragraph.neutral-200 {
    color: #fafafc;
}

    .paragraph.neutral-200.help-center-hero {
        margin-bottom: 0px;
    }

.paragraph.card-help-center-category {
    margin-bottom: 34px;
}

.paragraph.card-help-center-category-article {
    margin-bottom: 32px;
}

.paragraph.help-center-category-contact {
    margin-bottom: 0px;
}

.paragraph.help-center-article-excerpt {
    position: relative;
    z-index: 1;
    max-width: 544px;
    margin-right: auto;
    margin-bottom: 36px;
    margin-left: auto;
}

.paragraph.create-account {
    margin-bottom: 38px;
}

.paragraph.create-account-testimonial {
    margin-bottom: 35px;
}

.paragraph.sign-in-testimonial {
    margin-bottom: 35px;
}

.paragraph.sign-in {
    margin-bottom: 32px;
    font-weight: 500;
}

.paragraph.card-forgot-password {
    margin-bottom: 49px;
}

.paragraph.confirm-email {
    margin-bottom: 24px;
}

.paragraph.coming-soon {
    max-width: 585px;
    margin-right: auto;
    margin-bottom: 41px;
    margin-left: auto;
}

.paragraph.request-demo-content {
    margin-bottom: 0px;
    color: #737373;
    font-size: 17.156px;
    font-style: normal;
    font-weight: 500;
    line-height: 32.99px; /* 192.291% */
}

.paragraph.landing-page-content-top-paragraph {
    margin-bottom: 48px;
}

.paragraph.landing-page-content-bottom-paragraph {
    margin-bottom: 48px;
}

.paragraph.card-landing-page-testimonial {
    margin-bottom: 13px;
}

.paragraph.product-item-paragraph {
    margin-bottom: 0px;
}

.paragraph.card-default {
    margin-bottom: 0px;
}

.paragraph-small {
    font-size: 15px;
    line-height: 1.6em;
    font-weight: 500;
}

.card {
    overflow: hidden;
    border-style: solid;
    border-width: 1px;
    border-color: #e7e9ee;
    border-radius: 18px;
    background-color: #fff;
    box-shadow: 0 4px 10px 0 rgba(41, 44, 50, 0.03);
}

    .card.changelog {
        margin-bottom: 40px;
        padding: 60px 50px;
        text-align: center;
    }

    .card.checkout {
        margin-bottom: 40px;
    }

        .card.checkout.last {
            margin-bottom: 0px;
        }

        .card.checkout.order-summary {
            margin-bottom: 0px;
            border-width: 0px;
            border-bottom-left-radius: 0px;
            border-bottom-right-radius: 0px;
            box-shadow: none;
        }

    .card.home-v1-testimonials {
        position: relative;
        z-index: 1;
        max-width: 439px;
        margin-top: -199px;
        margin-left: auto;
        padding: 53px 42px 47px;
        border-width: 0px;
        box-shadow: 0 4px 22px 0 rgba(41, 44, 50, 0.04);
    }

.cardw.feature {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 580px;
    padding: 48px 45px 28px 42px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.card.perk {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-width: 0px;
    box-shadow: none;
    cursor: pointer;
    -webkit-transition: border-color 300ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
    transition: border-color 300ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
    transition: border-color 300ms ease, box-shadow 300ms ease, transform 300ms ease;
    transition: border-color 300ms ease, box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
}

    .card.perk:hover {
        /*border: 1px solid;*/
        /*border-color: #ededed;*/
        box-shadow: 0 15px 20px rgba(41, 44, 50, .05);
        cursor: pointer;
        -webkit-transform: translate(0px, -8px);
        -ms-transform: translate(0px, -8px);
        transform: translate(0px, -8px);
    }

.card.faq {
    margin-bottom: 20px;
    padding: 30px 32px;
    box-shadow: none;
    cursor: pointer;
}

.card.home-v3-feature {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 580px;
    padding: 48px 50px 28px 53px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.card.home-v3-case-study {
    padding: 64px 31px 66px;
    text-align: center;
}

.card.home-v3-testimonials {
    position: absolute;
    left: 0px;
    z-index: 1;
    max-width: 43%;
    padding: 78px 44px;
}

.card.team-v1 {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: border-color 300ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
    transition: border-color 300ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
    transition: border-color 300ms ease, box-shadow 300ms ease, transform 300ms ease;
    transition: border-color 300ms ease, box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
    color: #6f7278;
    text-decoration: none;
}

    .card.team-v1:hover {
        border-color: #055f5b;
        box-shadow: 0 15px 20px 0 rgba(41, 44, 50, 0.05);
        -webkit-transform: translate(0px, -8px);
        -ms-transform: translate(0px, -8px);
        transform: translate(0px, -8px);
        color: #6f7278;
    }

.card.about-v1-value {
    align-items: center !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 52px 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
}

.card.about-v2-value {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 52px 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.card.team-v2 {
    padding: 40px 40px 56px;
    -webkit-transition: border-color 300ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
    transition: border-color 300ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
    transition: border-color 300ms ease, box-shadow 300ms ease, transform 300ms ease;
    transition: border-color 300ms ease, box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
    text-align: center;
    background: #ededed;
}

    .card.team-v2:hover {
        border-color: #055f5b;
        box-shadow: 0 15px 20px 0 rgba(41, 44, 50, 0.05);
        -webkit-transform: translate(0px, -8px);
        -ms-transform: translate(0px, -8px);
        transform: translate(0px, -8px);
    }

.card.about-v2-offices {
    max-width: 571px;
    -webkit-transition: border-color 300ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
    transition: border-color 300ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
    transition: border-color 300ms ease, box-shadow 300ms ease, transform 300ms ease;
    transition: border-color 300ms ease, box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
}

    .card.about-v2-offices:hover {
        border-color: #055f5b;
        box-shadow: 0 15px 20px 0 rgba(41, 44, 50, 0.05);
        -webkit-transform: translate(0px, -8px);
        -ms-transform: translate(0px, -8px);
        transform: translate(0px, -8px);
    }

.card.career {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 53px 41px 56px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: border-color 300ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
    transition: border-color 300ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
    transition: border-color 300ms ease, box-shadow 300ms ease, transform 300ms ease;
    transition: border-color 300ms ease, box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
    color: #6f7278;
    text-decoration: none;
}

    .card.career:hover {
        border-color: #055f5b;
        box-shadow: 0 15px 20px 0 rgba(41, 44, 50, 0.05);
        -webkit-transform: translate(0px, -8px);
        -ms-transform: translate(0px, -8px);
        transform: translate(0px, -8px);
        color: #6f7278;
    }

.card.feature {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 580px;
    padding: 48px 45px 28px 42px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.cardw.feature {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 580px;
    padding: 48px 45px 28px 42px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.card.contact {
    padding: 51px 44px 43px;
    -webkit-transition: border-color 300ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
    transition: border-color 300ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
    transition: border-color 300ms ease, box-shadow 300ms ease, transform 300ms ease;
    transition: border-color 300ms ease, box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
    text-align: center;
}

    .card.contact:hover {
        border-color: #055f5b;
        box-shadow: 0 15px 20px 0 rgba(41, 44, 50, 0.05);
        -webkit-transform: translate(0px, -8px);
        -ms-transform: translate(0px, -8px);
        transform: translate(0px, -8px);
    }

.card.contact-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 575px;
    min-height: 620px;
    padding: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: none;
}

.card.company-perk {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 37px 44px 47px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.card.careers-testimonials-about {
    position: absolute;
    left: 32px;
    bottom: 32px;
    padding: 30px 39px 36px;
    border-width: 0px;
}

.card.career-page {
    padding: 64px 70px 84px;
}

.card.career-apply {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
    padding: 42px 40px 61px;
}

.card.blog-v1-featured {
    position: absolute;
    left: 0px;
    z-index: 1;
    max-width: 58%;
    padding: 79px 50px 79px 40px;
}

.card.author {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 800px;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    padding: 71px 72px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: box-shadow 300ms ease, border-color 300ms ease, -webkit-transform 300ms ease;
    transition: box-shadow 300ms ease, border-color 300ms ease, -webkit-transform 300ms ease;
    transition: box-shadow 300ms ease, border-color 300ms ease, transform 300ms ease;
    transition: box-shadow 300ms ease, border-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
}

    .card.author:hover {
        border-color: #055f5b;
        box-shadow: 0 15px 20px 0 rgba(41, 44, 50, 0.05);
        -webkit-transform: translate(0px, -8px);
        -ms-transform: translate(0px, -8px);
        transform: translate(0px, -8px);
    }

.card.plan {
    position: relative;
    max-width: 384px;
    margin-right: 23px;
    padding: 49px 32px 57px;
}

    .card.plan.popular {
        margin-bottom: 64px;
    }

.card.team {
    padding: 82px 102px 89px;
}

.card.help-center-category {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100%;
    padding: 56px 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: box-shadow 300ms ease, border-color 300ms ease, -webkit-transform 300ms ease;
    transition: box-shadow 300ms ease, border-color 300ms ease, -webkit-transform 300ms ease;
    transition: box-shadow 300ms ease, border-color 300ms ease, transform 300ms ease;
    transition: box-shadow 300ms ease, border-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
    color: #6f7278;
    text-align: center;
    text-decoration: none;
}

    .card.help-center-category:hover {
        border-color: #055f5b;
        box-shadow: 0 15px 20px 0 rgba(41, 44, 50, 0.05);
        -webkit-transform: translate(0px, -8px);
        -ms-transform: translate(0px, -8px);
        transform: translate(0px, -8px);
        color: #6f7278;
    }

.card.help-center-category-article {
    padding: 71px 47px;
    -webkit-transition: box-shadow 300ms ease, border-color 300ms ease, -webkit-transform 300ms ease;
    transition: box-shadow 300ms ease, border-color 300ms ease, -webkit-transform 300ms ease;
    transition: box-shadow 300ms ease, border-color 300ms ease, transform 300ms ease;
    transition: box-shadow 300ms ease, border-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
    color: #6f7278;
    text-decoration: none;
}

    .card.help-center-category-article:hover {
        border-color: #055f5b;
        box-shadow: 0 15px 20px 0 rgba(41, 44, 50, 0.05);
        -webkit-transform: translate(0px, -8px);
        -ms-transform: translate(0px, -8px);
        transform: translate(0px, -8px);
        color: #6f7278;
    }

.card.help-center-article {
    position: relative;
    z-index: 2;
    padding: 98px 138px 40px;
    box-shadow: 0 4px 22px 0 rgba(41, 44, 50, 0.04);
}

.card.create-account-testimonial {
    margin-bottom: 58px;
    padding: 65px 55px 72px;
    text-align: center;
}

.card.sign-in-testimonial {
    margin-bottom: 58px;
    padding: 65px 55px 72px;
    text-align: center;
}

.card.forgot-password {
    padding: 82px 76px 87px;
    text-align: center;
}

.card.confirm-email {
    padding: 45px 78px 67px;
    box-shadow: 0 4px 22px 0 rgba(41, 44, 50, 0.04);
    text-align: center;
}

.card.terms-conditions-nav {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.card.coming-soon {
    padding: 77px 77px 100px;
    box-shadow: 0 4px 22px 0 rgba(41, 44, 50, 0.04);
    text-align: center;
}

.card.request-demo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 50%;
    min-height: 625px;
    padding: 82px 39px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.card.request-demo-content-team {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 371px;
    margin-bottom: 43px;
    padding: 29px 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.card.landing-page-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 604px;
    min-height: 617px;
    padding: 82px 39px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.card.landing-page-testimonial {
    max-width: 573px;
    padding: 60px 40px;
    border-radius: 12px;
}

.card.product-about-tabs-content {
    max-width: 878px;
    margin-left: auto;
    padding: 86px 79px 68px;
}

.card.default {
    padding: 48px 48px 56px;
}

.card.pages {
    padding: 0px 0px 32px;
    -webkit-transition: box-shadow 350ms ease, color 300ms ease;
    transition: box-shadow 350ms ease, color 300ms ease;
    text-align: center;
    text-decoration: none;
}

    .card.pages:hover {
        box-shadow: 0 8px 16px 0 rgba(41, 44, 50, 0.04);
    }

.card.figma-included {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.card.buy-now {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 24px;
    background-color: #4a3aff;
    -webkit-transition: color 300ms ease, -webkit-transform 300ms ease;
    transition: color 300ms ease, -webkit-transform 300ms ease;
    transition: transform 300ms ease, color 300ms ease;
    transition: transform 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
    text-decoration: none;
}

    .card.buy-now:hover {
        -webkit-transform: scale(0.98);
        -ms-transform: scale(0.98);
        transform: scale(0.98);
    }

    .card.buy-now.white {
        background-color: #fff;
        color: #6f7278;
    }

.card.text-divider {
    margin-bottom: 56px;
    padding: 34px 40px;
}

.checkout-form {
    padding: 126px 0px 180px;
    background-color: transparent;
}

.checkout-block-header {
    padding: 30px 40px 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-width: 0px;
}

.checkout-block-content {
    padding: 10px 40px 40px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}

.title.checkout {
    margin-bottom: 0px;
}

.title.order-item {
    color: #292c32;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
}

    .title.order-item:hover {
        color: #b6f174;
    }

.title.neutral-100 {
    color: #b6f174 !important;
}

    .title.neutral-100.cta-1 {
        position: relative;
        z-index: 1;
        max-width: 596px;
        margin-right: 30px;
        margin-bottom: 0px;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .title.neutral-100.cta-2 {
        position: relative;
        z-index: 1;
        max-width: 604px;
        margin-right: 20px;
        margin-bottom: 0px;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        color: #ECFBCC;
        font-size: 35.625px;
        font-style: normal;
        font-weight: 700;
        line-height: 50.01px; /* 140.379% */
        font-family: inter-regular;
    }

    .title.neutral-100.cta-3 {
        position: relative;
        z-index: 1;
        margin-bottom: 31px;
    }

    .title.neutral-100.about-v1-hero {
        margin-bottom: 16px;
    }

    .title.neutral-100.about-v2-hero {
        position: relative;
        z-index: 1;
    }

    .title.neutral-100.about-v2-achievements {
        position: relative;
        z-index: 1;
        margin-bottom: 40px;
    }

    .title.neutral-100.about-v3-hero {
        position: relative;
        z-index: 1;
        margin-bottom: 14px;
    }

    .title.neutral-100.about-v3-values {
        margin-bottom: 0px;
    }

    .title.neutral-100.more-jobs {
        margin-bottom: 0px;
    }

    .title.neutral-100.newsletter-v1 {
        margin-bottom: 17px;
    }

    .title.neutral-100.blog-v2-hero {
        /*max-width: 500px;*/
        margin-right: auto;
        margin-bottom: 14px;
        margin-left: auto;
        font-size: 90px;
    }

    .title.neutral-100.blog-post {
        position: relative;
        z-index: 1;
        margin-bottom: 24px;
    }

    .title.neutral-100.help-center-hero {
        margin-bottom: 12px;
    }

    .title.neutral-100.help-center-category {
        margin-bottom: 16px;
    }

    .title.neutral-100.terms-conditions {
        margin-bottom: 24px;
    }

    .title.neutral-100.cta-4 {
        max-width: 596px;
        margin-bottom: 30px;
    }

    .title.neutral-100.cta-team {
        max-width: 527px;
        margin-bottom: 30px;
    }

    .title.neutral-100.shop-hero {
        position: relative;
        z-index: 1;
        margin-bottom: 24px;
    }

    .title.neutral-100.utility-page-hero {
        position: relative;
        z-index: 1;
        margin-bottom: 24px;
    }

    .title.neutral-100.changelog {
        position: relative;
        z-index: 1;
        margin-bottom: 0px;
    }

.title.h4-size {
    color: #292c32;
    font-size: 22px;
    line-height: 1.091em;
    font-weight: 700;
}

    .title.h4-size.home-v1-companies {
        margin-bottom: 40px;
        text-align: center;
    }

    .title.h4-size.past-experience {
        margin-top: 20px;
        margin-bottom: 16px;
    }

.title.home-v1-feature {
    margin-bottom: 10px;
}

.title.home-v1-features {
    margin-bottom: 0px;
}

.title.home-v1-testimonials {
    margin-bottom: 22px;
}

.title.home-v1-get-started {
    margin-bottom: 48px;
}

.title.home-v1-get-started-step {
    margin-bottom: 10px;
}

.title.perks {
    margin-bottom: 0px;
}

.title.card-perk {
    margin-bottom: 10px;
}

.title.faqs {
    margin-bottom: 0px;
}

.title.card-faq {
    font-family: inter-regular;
    margin-right: 20px;
    margin-bottom: 0px;
    font-size: 22px;
}

.title.home-v2-hero {
    max-width: 1024px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
}

.title.home-v2-features {
    margin-bottom: 16px;
}

.title.home-v2-get-started-step {
    margin-bottom: 6px;
    font-size: 18px;
    line-height: 1.111em;
}

.title.home-v2-testimonials {
    max-width: 652px;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    text-align: center;
}

.title.home-v2-blog {
    margin-bottom: 0px;
}

.title.blog-v1-post {
    margin-bottom: 26px;
}

.title.home-v3-features {
    margin-bottom: 0px;
}

.title.home-v3-case-study {
    margin-bottom: 0px;
}

.title.home-v3-achievements {
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
}

.title.card-home-v3-case-study {
    margin-bottom: 10px;
}

.title.home-v3-testimonials {
    margin-bottom: 0px;
}

.title.about-v1-story {
    margin-bottom: 10px;
}

.title.about-v1-mission {
    margin-bottom: 10px;
}

.title.about-v1-team {
    margin-bottom: 0px;
}

.title.card-team-v1-name {
    margin-bottom: 8px;
}

.title.about-v1-values {
    margin-bottom: 0px;
}

.title.about-v2-values {
    margin-bottom: 0px;
}

.title.about-v2-team {
    margin-bottom: 0px;
}

.title.card-team-v2-name {
    margin-bottom: 11px;
}

.title.about-v2-offices {
    margin-bottom: 0px;
}

.title.card-about-v2-offices {
    margin-bottom: 16px;
}

.title.about-v3-team {
    margin-bottom: 0px;
}

.title.about-v3-careers {
    margin-bottom: 0px;
}

.title.card-career {
    margin-bottom: 8px;
}

.title.features {
    margin-bottom: 10px;
}

.title.services {
    margin-bottom: 10px;
}

.title.h3-size {
    color: #1E1E1E;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 33px;
}

    .title.h3-size.card-feature {
        margin-bottom: 12px;
    }

    .title.h3-size.card-service {
        margin-bottom: 12px;
    }

    .title.h3-size.card-contact {
        margin-bottom: 7px;
    }

    .title.h3-size.job-description {
        margin-bottom: 0px;
    }

    .title.h3-size.card-career-page {
        margin-top: 40px;
        margin-bottom: 16px;
    }

    .title.h3-size.card-plan {
        margin-bottom: 13px;
        color: #3F9444 !important;
        font-size: 22.688px;
        font-style: normal;
        font-weight: 700;
        line-height: 33px; /* 145.455% */
    }

    .title.h3-size.card-team-name {
        margin-bottom: 5px;
    }

    .title.h3-size.card-about-team {
        margin-right: 10px;
        margin-bottom: 0px;
    }

    .title.h3-size.card-help-center-category-article {
        margin-bottom: 16px;
    }

    .title.h3-size.create-account-testimonial {
        margin-bottom: 15px;
    }

    .title.h3-size.sign-in-testimonial {
        margin-bottom: 15px;
    }

    .title.h3-size.product-item-title {
        margin-bottom: 13px;
    }

.title.contact-form {
    margin-bottom: 22px;
}

.title.contact-faqs {
    margin-bottom: 0px;
    color: #1E1E1E;
    text-align: center;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 47px; /* 123.684% */
}

.title.company-perks {
    margin-bottom: 0px;
}

.title.card-company-perk {
    margin-bottom: 14px;
}

.title.open-positions-contact {
    margin-bottom: 16px;
}

.title.open-positions {
    margin-bottom: 0px;
}

.title.h2-size {
    color: #292c32;
    font-size: 38px;
    line-height: 1.316em;
    font-weight: 700;
    font-family: spacegrotesk-variablefont_wght;
}

    .title.h2-size.card-career-page {
        margin-bottom: 22px;
    }

    .title.h2-size.create-account {
        margin-bottom: 8px;
    }

    .title.h2-size.sign-in {
        margin-bottom: 20px;
    }

    .title.h2-size.card-forgot-password {
        margin-bottom: 8px;
    }

    .title.h2-size.confirm-email {
        margin-bottom: 20px;
    }

    .title.h2-size.request-demo-content {
        margin-bottom: 14px;
    }

.title.card-career-apply {
    margin-bottom: 16px;
}

.title.blog-v1-hero {
    margin-bottom: 65px;
    text-align: center;
}

.title.blog-v1 {
    margin-bottom: 0px;
}

.title.card-blog-v1-featured {
    margin-bottom: 12px;
}

.title.blog-v2 {
    margin-bottom: 0px;
}

.title.blog-v2-post {
    margin-bottom: 23px;
}

.title.blog-v3 {
    margin-bottom: 0px;
}

.title.blog-v3-hero {
    margin-bottom: 16px;
}

.title.blog-v3-featured-first {
    margin-bottom: 23px;
}

.title.h5-size {
    margin-bottom: 0px;
    color: #292c32;
    font-size: 18px;
    line-height: 1.389em;
    font-weight: 700;
}

    .title.h5-size.blog-v3-featured {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

.title.blog-post-articles {
    margin-bottom: 0px;
}

.title.card-author-name {
    margin-bottom: 4px;
    font-size: 22px;
    line-height: 1.5em;
}

.title.faqs-contact {
    margin-bottom: 16px;
}

.title.team-page {
    margin-bottom: 16px;
}

.title.team-articles {
    margin-right: 10px;
    margin-bottom: 0px;
}

.title.help-center {
    margin-bottom: 44px;
    text-align: center;
}

.title.card-help-center-category {
    margin-bottom: 11px;
}

.title.help-center-category-contact {
    margin-bottom: 16px;
}

.title.help-center-article {
    position: relative;
    z-index: 1;
    margin-bottom: 24px;
}

.title.coming-soon {
    margin-bottom: 15px;
}

.title.request-demo-content-features {
    margin-bottom: 22px;
    color: #1E1E1E;
    font-size: 22.875px;
    font-style: normal;
    font-weight: 700;
    line-height: 33px; /* 144.262% */
}

.title.card-request-demo {
    margin-bottom: 32px;
}

.title.landing-page-hero {
    margin-bottom: 24px;
}

.title.landing-page-content-top-title {
    margin-bottom: 14px;
}

.title.landing-page-content-bottom-title {
    margin-bottom: 14px;
}

.title.landing-page-testimonials {
    margin-bottom: 0px;
}

.title.card-landing-page-testimonial {
    margin-bottom: 15px;
}

.title.more-products {
    margin-bottom: 0px;
}

.title.product {
    margin-bottom: 14px;
}

.title.h1-size {
    color: #292c32;
    font-size: 52px;
    line-height: 1.308em;
    font-weight: 700;
}

    .title.h1-size.shop-category {
        color: #fff;
    }

    .title.h1-size.shop-category-name {
        margin-right: 16px;
        margin-bottom: 0px;
        color: #fff;
    }

    .title.h1-size.open-positions-category-name {
        margin-right: 16px;
        margin-bottom: 0px;
    }

    .title.h1-size.blog-category-name {
        margin-right: 16px;
        margin-bottom: 0px;
    }

.title.dropdown-nav-title {
    margin-bottom: 15px;
    color: #292c32;
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 700;
    white-space: nowrap;
}

.title.cart-item-title {
    color: #292c32;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
}

    .title.cart-item-title:hover {
        color: #ffd584;
    }

.split-content.checkout-left {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.split-content.checkout-right {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.split-content.header-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.split-content.home-v1-features-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 551px;
    margin-right: 30px;
    margin-bottom: -20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.split-content.home-v1-features-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 559px;
    margin-bottom: -20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.split-content.home-v1-testimonials-left {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 553px;
    margin-right: 30px;
}

.split-content.home-v1-testimonials-right {
    position: relative;
    z-index: 1;
    max-width: 549px;
}

.split-content.faqs-left {
    width: 100%;
    max-width: 572px;
    margin-right: 20px;
}

.split-content.faqs-right {
    width: 100%;
    max-width: 572px;
}

    .split-content.faqs-right.contact {
        margin-left: auto;
    }

.split-content.clients-individuals-left {
    max-width: 42%;
}

.split-content.clients-individuals-right {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 52%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.split-content.clients-startups-left {
    position: relative;
    width: 100%;
    max-width: 53%;
}

.split-content.clients-startups-right {
    max-width: 42%;
}

.split-content.home-v3-features-left {
    max-width: 60%;
}

.split-content.about-v1-story-left {
    max-width: 562px;
    margin-top: 60px;
    margin-right: 40px;
}

.split-content.about-v1-story-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 562px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.split-content.about-v1-values-left {
    max-width: 627px;
}

.split-content.about-v2-offices-left {
    max-width: 557px;
    margin-right: 30px;
}

.split-content.about-v2-offices-right {
    max-width: 41%;
}

.split-content.about-v3-careers-left {
    max-width: 520px;
}

.split-content.about-v3-values-left {
    max-width: 503px;
}

.split-content.about-v3-values-content-left {
    margin-right: 40px;
    margin-bottom: -90px;
}

.split-content.about-v3-values-content-right {
    margin-bottom: -90px;
}

.split-content.careers-hero-left {
    max-width: 568px;
}

.split-content.career-content {
    max-width: 66%;
}

.split-content.career-sidebar {
    max-width: 29%;
    min-width: 310px;
}

.split-content.newsletter-v1-content {
    position: relative;
    z-index: 1;
    max-width: 496px;
    margin-right: 40px;
}

.split-content.team-articles-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 40px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.split-content.create-account-left {
    width: 100%;
    max-width: 45%;
}

.split-content.create-account-right {
    max-width: 41%;
}

.split-content.sign-in-left {
    max-width: 494px;
}

.split-content.sign-in-right {
    width: 37%;
    min-width: 398px;
}

.split-content.terms-conditions-left {
    width: 100%;
    max-width: 384px;
    margin-right: 30px;
}

.split-content.terms-conditions-right {
    max-width: 688px;
    margin-bottom: -55px;
}

.split-content.request-demo-content {
    max-width: 39%;
    z-index: 1;
}

.split-content.landing-page-hero-content {
    max-width: 45%;
    min-width: 431px;
    margin-right: 30px;
}

.split-content.landing-page-content-top-content {
    max-width: 503px;
    margin-right: 30px;
}

.split-content.landing-page-content-bottom-content {
    max-width: 503px;
}

.split-content.product-content {
    max-width: 519px;
}

.checkout-field-label {
    margin-top: 20px;
    margin-bottom: 10px;
    color: #292c32;
    font-weight: 500;
}

.checkout-required-text {
    color: #055f5b;
    font-size: 20px;
    font-weight: 500;
}

.checkout-billing-address-toggle {
    margin-top: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.checkout-checkbox-label {
    margin-bottom: 0px;
}

.checkout-checkbox {
    margin-top: 0px;
}

.order-item-list {
    margin-bottom: -40px;
}

.order-item {
    margin-bottom: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.image-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

    .image-wrapper.order-item-image {
        max-width: 115px;
        margin-right: 20px;
        border-radius: 10px;
    }

    .image-wrapper.home-v1-hero {
        position: absolute;
        left: auto;
        top: 0%;
        right: 0%;
        bottom: 0%;
        width: 49%;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .image-wrapper.home-v1-testimonials {
        max-width: 88%;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 18px;
    }

    .image-wrapper.home-v1-get-started {
        max-width: 51%;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 18px;
    }

    .image-wrapper.home-v2-features {
        max-width: 46%;
        margin-right: 30px;
        border-radius: 18px;
    }

    .image-wrapper.home-v2-get-started {
        max-width: 49%;
        margin-right: 40px;
        border-radius: 18px;
    }

    .image-wrapper.clients-individuals {
        max-width: 86%;
        border-radius: 18px;
    }

    .image-wrapper.clients-startups {
        max-width: 85%;
        border-radius: 18px;
    }

    .image-wrapper.blog-v1-post {
        position: relative;
        margin-bottom: 32px;
        border-radius: 18px;
    }

    .image-wrapper.testimonial-company {
        max-width: 535px;
        border-radius: 18px;
    }

    .image-wrapper.home-v3-testimonials {
        position: relative;
        max-width: 82%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 18px;
    }

    .image-wrapper.about-v1-hero {
        position: relative;
        z-index: 1;
        border-radius: 12px;
    }

    .image-wrapper.about-v1-story {
        border-radius: 18px;
    }

    .image-wrapper.about-v1-mission {
        margin-bottom: 118px;
        border-radius: 18px;
    }

    .image-wrapper.card-team-v1 {
        position: relative;
    }

    .image-wrapper.about-v2-hero {
        position: absolute;
        left: auto;
        top: 0%;
        right: 0%;
        bottom: 0%;
        z-index: 1;
        width: 49%;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .image-wrapper.card-team-v2 {
        width: 184px;
        min-height: 184px;
        min-width: 184px;
        margin-right: auto;
        margin-bottom: 10px;
        margin-left: auto;
        border-radius: 1000px;
    }

    .image-wrapper.about-v3-hero-1 {
        max-width: 873px;
        margin-right: 51px;
        border-radius: 18px;
    }

    .image-wrapper.about-v3-hero-2 {
        max-width: 423px;
        border-radius: 18px;
    }

    .image-wrapper.about-v3-mission {
        position: absolute;
        left: auto;
        top: 0%;
        right: 0%;
        bottom: 0%;
        width: 100%;
        max-width: 47%;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .image-wrapper.careers-hero {
        border-radius: 18px;
    }

    .image-wrapper.careers-testimonials {
        position: relative;
        z-index: 1;
        max-width: 49%;
        margin-right: 30px;
        border-radius: 18px;
    }

    .image-wrapper.blog-v1-featured {
        position: relative;
        max-width: 72%;
        min-height: 546px;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        border-radius: 16px;
    }

    .image-wrapper.blog-v2-post {
        margin-bottom: 32px;
        border-radius: 12px;
    }

    .image-wrapper.blog-v3-featured-first {
        position: relative;
        margin-bottom: 36px;
        border-radius: 18px;
    }

    .image-wrapper.blog-v3-featured {
        max-width: 197px;
        margin-right: 24px;
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
        border-radius: 12px;
    }

    .image-wrapper.blog-post {
        margin-bottom: 75px;
        border-radius: 18px;
    }

    .image-wrapper.blog-post-about-author {
        width: 70px;
        min-height: 70px;
        min-width: 70px;
        margin-right: 20px;
        border-radius: 1000px;
    }

    .image-wrapper.card-author {
        position: relative;
        z-index: 1;
        width: 197px;
        min-height: 197px;
        min-width: 197px;
        margin-right: 32px;
        border-radius: 1000px;
    }

    .image-wrapper.help-center-article-author {
        width: 80px;
        min-height: 80px;
        min-width: 80px;
        margin-right: 20px;
        border-radius: 1000px;
    }

    .image-wrapper.landing-page-content-top-image {
        max-width: 586px;
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
        border-radius: 18px;
    }

    .image-wrapper.landing-page-content-bottom-image {
        max-width: 586px;
        margin-right: 30px;
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
        border-radius: 18px;
    }

    .image-wrapper.product-item-image {
        position: relative;
        margin-bottom: 32px;
        border-radius: 18px;
    }

    .image-wrapper.product {
        max-width: 588px;
        margin-right: 30px;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        border-radius: 18px;
    }

    .image-wrapper.cart-item-image {
        max-width: 115px;
        margin-right: 20px;
        border-radius: 10px;
    }

    .image-wrapper.pages-sections {
        position: relative;
        border-style: solid;
        border-width: 0px 0px 1px;
        border-color: #e7e9ee;
        border-radius: 0px;
    }

.image.order-item-image {
    width: auto;
    height: auto;
}

.image.home-v1-hero {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.image.home-v1-feature {
    max-width: 162px;
    margin-right: 10px;
}

.image.home-v1-testimonials {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.image.home-v1-get-started {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.image.perk {
    width: 100%;
    border-radius: 18px;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -o-object-fit: cover;
    object-fit: cover;
}

.image.home-v2-hero-1 {
    max-width: 71%;
    border-radius: 14px;
    box-shadow: 0 17px 45px 0 rgba(12, 34, 72, 0.06);
}

.image.home-v2-hero-2 {
    position: absolute;
    left: 0px;
    top: 60px;
    width: 23%;
    border-radius: 14px;
    box-shadow: 0 17px 45px 0 rgba(12, 34, 72, 0.06);
}

.image.home-v2-hero-3 {
    position: absolute;
    top: 115.75px;
    right: 0px;
    width: 22%;
    border-radius: 14px;
    box-shadow: 0 17px 45px 0 rgba(12, 34, 72, 0.06);
}

.image.home-v2-feature-icon {
    width: 28px;
    min-height: 28px;
    min-width: 28px;
    margin-right: 12px;
    border-radius: 1000px;
}

.image.home-v2-get-started {
    width: 100%;
    -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
    transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.image.home-v2-get-started-step-icon {
    width: 72px;
    min-height: 72px;
    min-width: 72px;
    margin-right: 17px;
    border-radius: 1000px;
}

.image.home-v2-testimonials-video {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.image.clients-individuals {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.image.clients-individuals-feature-icon {
    width: 28px;
    min-height: 28px;
    min-width: 28px;
    margin-right: 12px;
    border-radius: 1000px;
}

.image.blog-v1-post {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.image.card-home-v3-feature {
    margin-right: 10px;
    margin-bottom: 20px;
}

.image.testimonial-company-logo {
    margin-bottom: 32px;
}

.image.testimonial-company {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.image.home-v3-testimonials {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.image.about-v1-hero {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.image.about-v1-story {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.image.about-v1-mission {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

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

.image.card-about-v1-value {
    max-width: 133px;
    margin-right: 30px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.image.about-v2-hero {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0% 50%;
    object-position: 0% 50%;
}

.image.card-about-v2-value {
    max-width: 133px;
    margin-right: 30px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

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

.image.card-about-v2-offices {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.image.card-about-v2-offices-contact-icon {
    max-width: 25px;
    margin-right: 20px;
}

    .image.card-about-v2-offices-contact-icon.address {
        margin-top: 6px;
    }

.image.about-v3-hero-1 {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.image.about-v3-hero-2 {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.image.about-v3-mission {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0% 50%;
    object-position: 0% 50%;
}

.image.card-career-about-category-icon {
    max-width: 17px;
    margin-right: 6px;
}

.image.card-career-about-location-icon {
    max-width: 16px;
    margin-right: 6px;
}

.image.card-feature {
    max-width: 132px;
    margin-right: 55px;
    margin-bottom: 20px;
}

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

.image.card-contact {
    max-width: 150px;
    margin-bottom: 19px;
}

.image.contact-form-link-icon {
    width: 56px;
    min-height: 56px;
    min-width: 56px;
    margin-right: 17px;
    border-radius: 1000px;
}

.image.careers-hero {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.image.card-company-perk-icon {
    max-width: 122px;
    margin-right: 10px;
}

.image.card-career-page-about-category-icon {
    max-width: 17px;
    margin-right: 6px;
}

.image.card-career-page-about-location-icon {
    max-width: 16px;
    margin-right: 6px;
}

.image.blog-v1-featured {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.image.blog-v1-post-category-icon {
    margin-right: 6px;
}

.image.blog-v1-featured-category-icon {
    margin-right: 6px;
}

.image.blog-v2-post {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.image.blog-v2-post-about-category-icon {
    margin-right: 10px;
    -webkit-filter: contrast(0%);
    filter: contrast(0%);
}

.image.blog-v3-featured-first {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.image.blog-v3-featured-first-category-icon {
    margin-right: 6px;
}

.image.blog-v3-featured {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.image.blog-post {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

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

.image.card-team {
    width: 201px;
    min-height: 201px;
    min-width: 201px;
    margin-right: 26px;
    border-radius: 1000px;
}

.image.card-help-center-category {
    max-width: 176px;
    margin-bottom: 40px;
}

.image.help-center-1 {
    position: absolute;
    left: -96px;
    bottom: -250px;
}

.image.help-center-2 {
    position: absolute;
    right: -146px;
    bottom: -322px;
}

.image.help-center-category {
    max-width: 176px;
    margin-bottom: 40px;
}

.image.create-account-social-media-icon {
    max-width: 30px;
    margin-right: 16px;
}

.image.card-create-account-testimonial {
    width: 114px;
    min-height: 114px;
    min-width: 114px;
    margin-bottom: 22px;
    border-radius: 1000px;
}

.image.card-sign-in-testimonial {
    width: 114px;
    min-height: 114px;
    min-width: 114px;
    margin-bottom: 22px;
    border-radius: 1000px;
}

.image.sign-in-social-media-icon {
    max-width: 30px;
    margin-right: 16px;
}

.image.forgot-password-icon {
    max-width: 204px;
    margin-bottom: 27px;
}

.image.card-confirm-email {
    max-width: 180px;
    margin-bottom: 32px;
}

.image.card-coming-soon {
    max-width: 248px;
    margin-bottom: 45px;
}

.image.request-demo-content-team {
    width: 67px;
    min-height: 67px;
    min-width: 67px;
    margin-right: 22px;
    border-radius: 1000px;
}

.image.landing-page-content-top-image {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.image.landing-page-content-bottom-image {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.image.landing-page-testimonial {
    width: 68px;
    min-height: 68px;
    min-width: 68px;
    margin-right: 18px;
    border-radius: 1000px;
}

.image.product-item-image {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

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

.image.password {
    max-width: 150px;
    margin-bottom: 25px;
}

.image.cart-item-image {
    width: auto;
    height: auto;
}

.order-item-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 16px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.order-item-content {
    margin-right: 0px;
    margin-left: 0px;
}

.order-item-price {
    color: #292c32;
    font-weight: 500;
}

.order-item-quantity-result {
    color: #292c32;
    font-weight: 500;
}

.apple-pay {
    height: 56px;
    border-radius: 1000px;
}

.checkout-line-item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.order-summary-subtotal {
    color: #292c32;
    font-weight: 500;
}

.order-summary-total {
    color: #292c32;
    font-size: 20px;
}

.discounts {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-width: 0px;
}

.paypal {
    margin-bottom: 15px;
}

.header-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .header-wrapper.center {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

.cart-button {
    padding: 15px 30px 15px 30px;
    background-color: transparent;
    color: #3F9444;
    font-size: 14px;
    line-height: 1.125em;
    font-weight: 700;
    border-radius: 80px;
    border: 2px solid #3F9444;
    font-family: spacegrotesk-variablefont_wght;
}

.cart-quantity {
    height: auto;
    min-width: auto;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    border-radius: 0px;
    background-color: transparent;
    color: #055f5b;
    font-size: 16px;
    line-height: 1.125em;
}

.font-color {
    color: #3F9444 !important;
    transition: 300ms ease, transform 300ms ease, box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}

.cart-container {
    max-width: 500px;
    box-shadow: 0 5px 25px 0 rgba(41, 44, 50, 0.04);
}

.grid-licenses-images {
    margin-top: 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.licenses-link-image-container {
    overflow: hidden;
    border-radius: 16px;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
    transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
    transition: box-shadow 350ms ease, transform 350ms ease;
    transition: box-shadow 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
}

    .licenses-link-image-container:hover {
        -webkit-transform: translate(0px, -4px);
        -ms-transform: translate(0px, -4px);
        transform: translate(0px, -4px);
    }

.bg-neutral-800 {
    background-color: #292c32;
}

.link-neutral-100 {
    color: #fff;
}

.brand {
    padding-left: 0px;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

    .brand:hover {
        -webkit-transform: translate(0px, -4px);
        -ms-transform: translate(0px, -4px);
        transform: translate(0px, -4px);
    }

.home-v1-hero-content {
    position: relative;
    max-width: 46%;
}

.subtitle-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .subtitle-wrapper.home-v1-hero {
        margin-bottom: 24px;
    }

    .subtitle-wrapper.home-v3-hero {
        margin-bottom: 24px;
    }

    .subtitle-wrapper.careers-testimonials {
        margin-bottom: 32px;
    }

.subtitle-line {
    width: 100%;
    max-width: 43px;
    min-height: 2px;
    margin-right: 20px;
    background-color: #055f5b;
}

    .subtitle-line.bg-neutral-100 {
        background-color: #fff;
    }

.subtitle {
    color: #3F9444;
    font-size: 16px;
    line-height: 15px;
    font-weight: 700;
    letter-spacing: 1.12px;
    text-transform: uppercase;
}

    .subtitle.neutral-100 {
        color: #fff;
    }

    .subtitle.perks {
        margin-bottom: 20px;
    }

    .subtitle.home-v2-testimonials {
        max-width: 652px;
        margin-right: auto;
        margin-bottom: 18px;
        margin-left: auto;
        text-align: center;
    }

    .subtitle.home-v2-blog {
        max-width: 652px;
        margin-right: auto;
        margin-bottom: 18px;
        margin-left: auto;
        text-align: center;
    }

    .subtitle.home-v3-testimonials {
        margin-right: auto;
        margin-bottom: 20px;
        margin-left: auto;
        text-align: center;
    }

    .subtitle.home-v3-case-study {
        margin-right: auto;
        margin-bottom: 20px;
        margin-left: auto;
        text-align: center;
    }

    .subtitle.home-v3-achievements {
        position: relative;
        z-index: 1;
        margin-right: auto;
        margin-bottom: 20px;
        margin-left: auto;
        text-align: center;
    }

    .subtitle.about-v1-team {
        margin-right: auto;
        margin-bottom: 20px;
        margin-left: auto;
        text-align: center;
    }

    .subtitle.about-v2-team {
        margin-right: auto;
        margin-bottom: 20px;
        margin-left: auto;
        text-align: center;
    }

    .subtitle.about-v3-team {
        margin-right: auto;
        margin-bottom: 20px;
        margin-left: auto;
        text-align: center;
    }

    .subtitle.contact-faqs {
        margin-right: auto;
        margin-bottom: 20px;
        margin-left: auto;
        text-align: center;
    }

    .subtitle.company-perks {
        margin-right: auto;
        margin-bottom: 16px;
        margin-left: auto;
        text-align: center;
    }

._2-buttons {
    margin-bottom: -15px;
}

    ._2-buttons.cta-2 {
        position: relative;
        z-index: 1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        max-width: 566px;
        margin-bottom: 0px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    ._2-buttons.cta-1 {
        position: relative;
        z-index: 1;
    }

    ._2-buttons.cta-3 {
        position: relative;
        z-index: 1;
    }

.home-v1-companies-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1107px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: auto auto auto auto auto auto;
    grid-template-columns: auto auto auto auto auto auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

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

    .flex-vc.start {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

.home-v1-features-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 547px;
    margin-bottom: 74px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.bg {
    position: absolute;
}

    .bg.home-v1-hero-shape-1 {
        left: -214px;
        top: -354px;
        width: 277px;
        min-height: 277px;
        min-width: 277px;
        border-radius: 1000px;
        background-color: #ffd584;
    }

    .bg.home-v1-hero-shape-2 {
        right: -178px;
        bottom: -382px;
    }

    .bg.home-v1-testimonials-shape-2 {
        right: -276px;
        bottom: -388px;
        width: 443px;
        min-height: 443px;
        min-width: 443px;
        border-radius: 1000px;
        background-color: #ffd584;
    }

    .bg.home-v1-testimonials-shape-1 {
        left: -212px;
        top: -241px;
    }

    .bg.cta-1-shape-1 {
        left: -165px;
        top: -205.5px;
    }

    .bg.cta-1-shape-2 {
        top: -362.5px;
        right: -98px;
    }

    .bg.cta-1-shape-3 {
        top: -144.5px;
        right: -204px;
        width: 203px;
        min-height: 203px;
        min-width: 203px;
        border-radius: 1000px;
        background-color: #ffd584;
    }

    .bg.cta-1-shape-4 {
        left: 66px;
        bottom: -444px;
        width: 368px;
        min-height: 368px;
        min-width: 368px;
        border-radius: 1000px;
        background-color: #ffd584;
    }

    .bg.cta-2-shape-1 {
        left: 29px;
        top: -413px;
        width: 368px;
        min-height: 368px;
        min-width: 368px;
        border-radius: 1000px;
        background-color: #ffd584;
    }

    .bg.cta-2-shape-2 {
        left: 303px;
        top: -235px;
    }

    .bg.cta-2-shape-3 {
        top: -149px;
        right: -258px;
    }

    .bg.cta-2-shape-4 {
        right: 348px;
        bottom: -268px;
        width: 326px;
        min-height: 326px;
        min-width: 326px;
        border-radius: 1000px;
        background-color: #ffd584;
    }

    .bg.home-v3-hero {
        left: 0%;
        top: 0%;
        right: 0%;
        bottom: 0%;
        width: 100%;
        min-height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .bg.home-v3-hero-filter {
        left: 0%;
        top: 0%;
        right: 0%;
        bottom: 0%;
        background-color: #000;
        opacity: 0.55;
    }

    .bg.home-v3-testimonials-filter {
        left: 0%;
        top: 0%;
        right: 0%;
        bottom: 0%;
        background-color: #030b1a;
        opacity: 0.4;
    }

    .bg.home-v3-achievements-1 {
        left: -239px;
        top: -98px;
    }

    .bg.home-v3-achievements-2 {
        right: -229px;
        bottom: -93px;
    }

    .bg.cta-3-shape-1 {
        left: -300px;
        width: 308px;
        min-height: 308px;
        min-width: 308px;
        border-radius: 1000px;
        background-color: #ffd584;
    }

    .bg.cta-3-shape-2 {
        left: -125px;
        top: -172.5px;
    }

    .bg.cta-3-shape-3 {
        right: -94px;
        bottom: -208px;
    }

    .bg.cta-3-shape-4 {
        right: -146px;
        bottom: -217px;
        width: 202px;
        min-height: 202px;
        min-width: 202px;
        border-radius: 1000px;
        background-color: #ffd584;
    }

    .bg.about-v1-hero {
        left: 0px;
        top: 0px;
        right: 0px;
        z-index: -1;
        min-height: 63%;
        background-color: #114617;
    }

    .bg.about-v1-hero-shape-1 {
        left: -94px;
        top: -109px;
    }

    .bg.about-v1-hero-shape-2 {
        top: -138px;
        right: -107px;
        width: 277px;
        min-height: 277px;
        min-width: 277px;
        border-radius: 1000px;
        background-color: #ffd584;
    }

    .bg.mykarage-v1-hero {
        left: 0px;
        top: 0px;
        right: 0px;
        z-index: -1;
        min-height: 63%;
        background-color: #b6f174;
    }

    .bg.mykarage-v1-hero-shape-1 {
        left: -94px;
        top: -109px;
    }

    .bg.mykarage-v1-hero-shape-2 {
        top: -138px;
        right: -107px;
        width: 277px;
        min-height: 277px;
        min-width: 277px;
        border-radius: 1000px;
        background-color: #ffd584;
    }

    .bg.about-v1-values-shape-1 {
        top: -106px;
        right: -197px;
    }

    .bg.about-v1-values-shape-2 {
        left: -131px;
        bottom: -154px;
    }

    .bg.about-v2-hero-shape-1 {
        left: -223px;
        top: -384px;
        max-width: 351px;
    }

    .bg.about-v2-hero-shape-2 {
        right: -156px;
        bottom: -413px;
        width: 277px;
        min-height: 277px;
        min-width: 277px;
        border-radius: 1000px;
        background-color: #ffd584;
    }

    .bg.about-v2-achievements-1 {
        left: -137px;
        top: -222px;
        width: 202px;
        min-height: 202px;
        min-width: 202px;
        border-radius: 1000px;
        background-color: #ffd584;
    }

    .bg.about-v2-achievements-2 {
        right: -245px;
        bottom: -298px;
        max-width: 351px;
    }

    .bg.about-v3-hero {
        left: 0%;
        top: 0%;
        right: 0%;
        bottom: auto;
        z-index: -1;
        overflow: hidden;
        min-height: 887px;
        background-color: #055f5b;
    }

    .bg.about-v3-hero-shape-1 {
        right: 112px;
        bottom: -30px;
    }

    .bg.about-v3-hero-shape-2 {
        top: -101px;
        right: -129px;
        width: 310px;
        min-height: 310px;
        min-width: 310px;
        border-radius: 1000px;
        background-color: #ffd584;
    }

    .bg.about-v3-values-shape-1 {
        left: -312px;
        bottom: -343px;
        width: 311px;
        min-height: 311px;
        min-width: 311px;
        border-radius: 1000px;
        background-color: #ffd584;
    }

    .bg.about-v3-values-shape-2 {
        top: -367px;
        right: -288px;
    }

    .bg.services {
        left: 0%;
        top: auto;
        right: 0%;
        bottom: 0%;
        z-index: -1;
        min-height: 1109px;
    }

    .bg.contact {
        left: 0%;
        top: 0%;
        right: 0%;
        bottom: auto;
        z-index: -1;
        overflow: hidden;
        min-height: 58%;
        background: #114617;
    }

    .bg.contact-form {
        left: auto;
        top: 0%;
        right: 0%;
        bottom: 0%;
        overflow: hidden;
        width: 48%;
        background: #b6f074;
    }

    .bg.faqs-contact {
        z-index: -1;
        width: 100%;
        max-width: 862px;
        min-height: 115%;
        border-radius: 18px;
        background-color: #fbf9f8;
    }

    .bg.contact-shape-1 {
        left: -196px;
        top: -239px;
    }

    .bg.contact-shape-2 {
        right: -14px;
        bottom: 53px;
        width: 286px;
        min-height: 286px;
        min-width: 286px;
        border-radius: 1000px;
        background-color: #ffd584;
    }

    .bg.contact-form-shape-1 {
        left: 10px;
        top: 43px;
    }

    .bg.contact-form-shape-2 {
        right: 200px;
        bottom: 475px;
        width: 299px;
        min-height: 299px;
        min-width: 299px;
        border-radius: 1000px;
        background: #B6F174;
    }

    .bg.careers-hero {
        left: 0%;
        top: auto;
        right: 0%;
        bottom: 0%;
        z-index: -1;
        overflow: hidden;
        min-height: 54%;
        background-color: #055f5b;
    }

    .bg.careers-hero-shape-2 {
        right: 30px;
        bottom: 116px;
        max-width: 344px;
    }

    .bg.careers-hero-shape-1 {
        left: 29px;
        top: 61px;
        width: 340px;
        min-height: 340px;
        min-width: 340px;
        border-radius: 1000px;
        background-color: #ffd584;
    }

    .bg.careers-testimonials-shape {
        left: -94px;
        top: -144px;
        max-width: 344px;
    }

    .bg.more-jobs-shape-1 {
        left: -143px;
        top: -27px;
    }

    .bg.more-jobs-shape-2 {
        right: -90px;
        bottom: -140px;
        width: 297px;
        min-height: 297px;
        min-width: 297px;
        border-radius: 1000px;
        background-color: #ffd584;
    }

    .bg.newsletter-v1-shape-1 {
        left: -202px;
        top: -262px;
        max-width: 293px;
    }

    .bg.newsletter-v1-shape-2 {
        right: -227px;
        bottom: -400px;
        width: 368px;
        min-height: 368px;
        min-width: 368px;
        border-radius: 1000px;
        background-color: #ffd584;
    }

    .bg.blog-v2-hero-shape-1 {
        left: -203px;
        top: -245px;
        width: 267px;
        min-height: 267px;
        min-width: 267px;
        border-radius: 1000px;
        background-color: #ffd584;
    }

    .bg.blog-v2-hero-shape-2 {
        left: -22px;
        bottom: -354px;
        max-width: 306px;
    }

    .bg.blog-v2-hero-shape-3 {
        top: -286px;
        right: -206px;
        max-width: 306px;
    }

    .bg.blog-v2-hero-shape-4 {
        right: -148px;
        bottom: -337px;
        width: 288px;
        min-height: 288px;
        min-width: 288px;
        border-radius: 1000px;
        background-color: #ffd584;
    }

    .bg.blog-post {
        left: 0%;
        top: 0%;
        right: 0%;
        bottom: auto;
        z-index: -1;
        min-height: 882px;
        background-color: #055f5b;
    }

    .bg.card-author-shape {
        left: 0px;
        top: 0px;
    }

    .bg.blog-post-shape-1 {
        left: -409px;
        top: -237px;
        width: 366px;
        min-height: 366px;
        min-width: 366px;
        border-radius: 1000px;
        background-color: #ffd584;
    }

    .bg.blog-post-shape-2 {
        right: -231px;
        bottom: -240px;
        max-width: 328px;
    }

    .bg.pricing {
        left: 0%;
        top: 0%;
        right: 0%;
        bottom: auto;
        z-index: -1;
        overflow: hidden;
        min-height: 57%;
        background: #114617;
    }

    .bg.pricing-shape-1 {
        left: -9px;
        top: -100px;
        max-width: 351px;
    }

    .bg.pricing-shape-2 {
        top: -139px;
        right: -116px;
        width: 378px;
        min-height: 378px;
        min-width: 378px;
        border-radius: 1000px;
        background-color: #ffd584;
    }

    .bg.pricing-shape-3 {
        left: -94px;
        top: 95px;
        width: 315px;
        min-height: 315px;
        min-width: 315px;
        border-radius: 1000px;
        background-color: #ffd584;
    }

    .bg.pricing-shape-4 {
        top: 114px;
        right: -90px;
        max-width: 245px;
    }

    .bg.team {
        left: 0%;
        top: 0%;
        right: 0%;
        bottom: auto;
        z-index: -1;
        overflow: hidden;
        min-height: 45%;
        background-color: #055f5b;
    }

    .bg.team-shape-1 {
        left: -78px;
        bottom: -88px;
        width: 308px;
        min-height: 308px;
        min-width: 308px;
        border-radius: 1000px;
        background-color: #ffd584;
    }

    .bg.team-shape-2 {
        top: -106px;
        right: -87px;
        max-width: 351px;
    }

    .bg.help-center-hero {
        left: 0%;
        top: 0%;
        right: 0%;
        bottom: auto;
        z-index: -1;
        min-height: 75%;
        background-color: #055f5b;
    }

    .bg.help-center-hero-shape-1 {
        left: -29px;
        top: -325px;
    }

    .bg.help-center-hero-shape-2 {
        top: -371px;
    }

    .bg.help-center-hero-shape-3 {
        top: -228px;
        right: -95px;
    }

    .bg.help-center-category {
        left: 0%;
        top: 0%;
        right: 0%;
        bottom: auto;
        z-index: -1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
        min-height: 710px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #055f5b;
    }

    .bg.help-center-category-shape-1 {
        left: -117px;
        bottom: -30px;
        width: 307px;
        min-height: 307px;
        min-width: 307px;
        border-radius: 1000px;
        background-color: #ffd584;
    }

    .bg.help-center-category-shape-2 {
        bottom: -104px;
        max-width: 351px;
    }

    .bg.help-center-category-shape-3 {
        top: -142px;
        right: -91px;
        max-width: 351px;
    }

    .bg.help-center-category-shape-4 {
        top: 58px;
        right: -71px;
        width: 200px;
        min-height: 200px;
        min-width: 200px;
        border-radius: 1000px;
        background-color: #ffd584;
    }

    .bg.help-center-article {
        left: 0%;
        top: auto;
        right: 0%;
        bottom: 0%;
        min-height: 65%;
        background-color: #055f5b;
    }

    .bg.help-center-article-shape-top-1 {
        left: -403.5px;
        top: -262px;
    }

    .bg.help-center-article-shape-top-2 {
        right: -282px;
        bottom: -246px;
    }

    .bg.help-center-article-shape-1 {
        left: -135.5px;
        z-index: 1;
    }

    .bg.help-center-article-shape-2 {
        right: -133px;
        bottom: -128px;
        z-index: 1;
        width: 380px;
        min-height: 380px;
        min-width: 380px;
        border-radius: 1000px;
        background-color: #ffd584;
    }

    .bg.create-account {
        left: auto;
        top: 0%;
        right: 0%;
        bottom: 0%;
        z-index: -1;
        overflow: hidden;
        width: 49%;
        background-color: #114617;
    }

    .bg.create-account-shape-1 {
        left: -139px;
        top: -93px;
    }

    .bg.create-account-shape-2 {
        right: -251px;
        bottom: -218px;
        width: 380px;
        min-height: 380px;
        min-width: 380px;
        border-radius: 1000px;
        background-color: #ffd584;
    }

    .bg.sign-in {
        left: 0%;
        top: 0%;
        right: auto;
        bottom: 0%;
        z-index: -1;
        overflow: hidden;
        width: 55%;
        background-color: #055f5b;
    }

    .bg.sign-in-shape-1 {
        top: -60px;
        right: -67px;
    }

    .bg.sign-in-shape-2 {
        left: -252px;
        bottom: -160px;
        width: 48%;
        padding-top: 48%;
        border-radius: 1000px;
        background-color: #ffd584;
    }

    .bg.forgot-password {
        left: 0%;
        top: auto;
        right: 0%;
        bottom: 0%;
        z-index: -1;
        overflow: hidden;
        min-height: 65%;
        background-color: #055f5b;
    }

    .bg.forgot-password-shape-1 {
        left: -102px;
        bottom: -123px;
        width: 380px;
        min-height: 380px;
        min-width: 380px;
        border-radius: 1000px;
        background-color: #ffd584;
    }

    .bg.forgot-password-shape-2 {
        top: -86px;
        right: -84px;
        max-width: 351px;
    }

    .bg.confirm-email {
        left: 0%;
        top: auto;
        right: 0%;
        bottom: 0%;
        z-index: -1;
        overflow: hidden;
        min-height: 60%;
        background-color: #055f5b;
    }

    .bg.confirm-email-shape-1 {
        left: -114px;
        top: -108px;
        max-width: 351px;
    }

    .bg.confirm-email-shape-2 {
        right: -134px;
        bottom: -133px;
        width: 380px;
        min-height: 380px;
        min-width: 380px;
        border-radius: 1000px;
        background-color: #ffd584;
    }

    .bg.terms-conditions-hero-shape-1 {
        left: -147px;
        top: -152px;
        width: 304px;
        min-height: 304px;
        min-width: 304px;
        border-radius: 1000px;
        background-color: #ffd584;
    }

    .bg.terms-conditions-hero-shape-2 {
        right: -70px;
        bottom: -62px;
        max-width: 265px;
    }

    .bg.coming-soon {
        left: 0%;
        top: auto;
        right: 0%;
        bottom: 0%;
        z-index: -1;
        overflow: hidden;
        min-height: 66%;
        background-color: #055f5b;
    }

    .bg.coming-soon-shape-1 {
        left: 46px;
        bottom: 18px;
    }

    .bg.coming-soon-shape-2 {
        top: -96px;
        right: -158px;
        width: 380px;
        min-height: 380px;
        min-width: 380px;
        border-radius: 1000px;
        background-color: #ffd584;
    }

    .bg.request-demo {
        left: 0%;
        top: 0%;
        right: auto;
        bottom: 0%;
        z-index: -1;
        overflow: hidden;
        width: 53%;
        background-color: #b6f174;
    }

    .bg.request-demo-shape-1 {
        left: 20px;
        top: 20px;
        width: 304px;
        min-height: 304px;
        min-width: 304px;
        border-radius: 1000px;
        background-color: #ffd584;
    }

    .bg.request-demo-shape-2 {
        right: -16px;
        bottom: 49px;
    }

    .bg.cta-4-shape-2 {
        left: -125px;
        top: -172.5px;
    }

    .bg.cta-4-shape-1 {
        left: -300px;
        width: 308px;
        min-height: 308px;
        min-width: 308px;
        border-radius: 1000px;
        background-color: #ffd584;
    }

    .bg.cta-4-shape-3 {
        right: -94px;
        bottom: -208px;
    }

    .bg.cta-4-shape-4 {
        right: -146px;
        bottom: -217px;
        width: 202px;
        min-height: 202px;
        min-width: 202px;
        border-radius: 1000px;
        background-color: #ffd584;
    }

    .bg.landing-page-hero {
        left: auto;
        top: 0%;
        right: 0%;
        bottom: 0%;
        z-index: -1;
        overflow: hidden;
        width: 40%;
        background-color: #055f5b;
    }

    .bg.landing-page-hero-shape-1 {
        top: 67px;
        right: 14px;
        width: 304px;
        min-height: 304px;
        min-width: 304px;
        border-radius: 1000px;
        background-color: #ffd584;
    }

    .bg.landing-page-hero-shape-2 {
        left: -15px;
        bottom: 30px;
        max-width: 310px;
    }

    .bg.landing-page {
        z-index: -1;
        width: 77%;
        min-height: 118%;
        border-radius: 18px;
        background-color: #fbf9f8;
    }

    .bg.shop-hero-shape-1 {
        left: -122px;
        top: -89px;
        width: 270px;
        min-height: 270px;
        min-width: 270px;
        border-radius: 1000px;
        background-color: #ffd584;
    }

    .bg.shop-hero-shape-2 {
        right: -76px;
        bottom: -64px;
    }

    .bg.product-about-shape-1 {
        left: 221px;
        top: -77px;
        max-width: 278px;
    }

    .bg.product-about-shape-2 {
        right: -94px;
        bottom: -90px;
        width: 286px;
        min-height: 286px;
        min-width: 286px;
        border-radius: 1000px;
        background-color: #ffd584;
    }

    .bg.utility-page-shape-1 {
        left: -122px;
        top: -89px;
        width: 270px;
        min-height: 270px;
        min-width: 270px;
        border-radius: 1000px;
        background-color: #ffd584;
    }

    .bg.utility-page-shape-2 {
        right: -128px;
        bottom: -79px;
        max-width: 278px;
    }

    .bg._404-shape-1 {
        left: -254px;
        top: -293px;
        width: 350px;
        min-height: 350px;
        min-width: 350px;
        border-radius: 1000px;
        background-color: #ffd584;
    }

    .bg._404-shape-2 {
        right: -206px;
        bottom: -256px;
    }

    .bg._404-shape-3 {
        top: -156px;
        right: -23px;
        width: 120px;
        min-height: 120px;
        min-width: 120px;
        border-radius: 1000px;
        background-color: #ffd584;
    }

    .bg._404-shape-4 {
        left: -110px;
        bottom: 229px;
    }

    .bg.about-v1-hero-achievements-shape {
        left: -290px;
        z-index: -1;
        max-width: 320px;
    }

    .bg.mykarage-v1-hero-achievements-shape {
        left: -290px;
        z-index: -1;
        max-width: 320px;
    }

    .bg.about-v3-mission-shape {
        left: -195px;
        top: -338px;
        max-width: 318px;
    }

    .bg.password {
        left: 0%;
        top: auto;
        right: 0%;
        bottom: 0%;
        z-index: -1;
        overflow: hidden;
        min-height: 65%;
        background-color: #055f5b;
    }

    .bg.password-shape-1 {
        left: -102px;
        bottom: -123px;
        width: 380px;
        min-height: 380px;
        min-width: 380px;
        border-radius: 1000px;
        background-color: #ffd584;
    }

    .bg.password-shape-2 {
        top: -86px;
        right: -84px;
        max-width: 351px;
    }

.home-v1-feature-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.home-v1-features-title-wrapper {
    max-width: 441px;
    margin-bottom: 23px;
}

.home-v1-testimonials-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.home-v1-testimonials-grid {
    margin-bottom: 56px;
    grid-row-gap: 52px;
}

.home-v1-testimonials-achievements-number {
    margin-bottom: 5px;
    color: #292c32;
    font-size: 50px;
    line-height: 1.08em;
    font-weight: 700;
}

.home-v1-testimonials-achievements-text {
    color: #292c32;
    font-size: 20px;
    line-height: 1.7em;
    font-weight: 500;
}

.accent-text-primary-1 {
    color: #D3F6AD;
}

.card-home-v1-testimonials-name {
    margin-bottom: 7px;
    color: #292c32;
    line-height: 1.389em;
    font-weight: 700;
}

.card-home-v1-testimonials-position {
    color: #055f5b;
    line-height: 1.111em;
    font-weight: 700;
}

.home-v1-get-started-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.home-v1-get-started-content {
    max-width: 527px;
    margin-right: 30px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.home-v1-get-started-grid {
    grid-row-gap: 38px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.home-v1-get-started-step-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 495px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.home-v1-get-started-step-content {
    max-width: 408px;
}

.home-v1-get-started-step-number {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 64px;
    min-height: 64px;
    min-width: 64px;
    margin-right: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 1000px;
    background-color: #055f5b;
    color: #fff;
    font-size: 26px;
    line-height: 1.077em;
    font-weight: 800;
}

.cta-1-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.container-medium-637px {
    max-width: 637px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 24px;
    padding-left: 24px;
}

    .container-medium-637px.perks {
        margin-bottom: 48px;
        text-align: center;
    }

    .container-medium-637px.team-page {
        margin-bottom: 40px;
        text-align: center;
    }

    .container-medium-637px.center {
        text-align: center;
    }

        .container-medium-637px.center.what-is-included {
            max-width: 730px;
        }

.perks-grid {
    margin-bottom: 48px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.card-perk-content {
    position: absolute;
    left: 32px;
    right: 32px;
    bottom: 32px;
    padding: 37px 25px 39px;
    border-radius: 18px;
    background-color: #fff;
    text-align: center;
    font-size: 17.3px;
    line-height: 25px;
    font-weight: 500;
    color: #737373;
}

.faqs-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .faqs-wrapper.v2 {
        position: relative;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

.content-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

    .content-top.home-v1-faqs {
        margin-bottom: 67px;
    }

    .content-top.home-v3-features {
        margin-bottom: 56px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .content-top.about-v1-values {
        position: relative;
        z-index: 1;
        /*margin-bottom: 56px;*/
    }

    .content-top.about-v2-offices {
        margin-bottom: 52px;
    }

    .content-top.about-v3-careers {
        margin-bottom: 36px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .content-top.about-v3-values {
        position: relative;
        z-index: 1;
        margin-bottom: 70px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .content-top.careers-hero {
        margin-bottom: 83px;
    }

    .content-top.open-positions {
        margin-bottom: 62px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .content-top.more-jobs {
        position: relative;
        z-index: 1;
        margin-bottom: 41px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .content-top.blog-v1 {
        margin-bottom: 45px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .content-top.blog-v2 {
        margin-bottom: 45px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .content-top.blog-v3 {
        margin-bottom: 45px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .content-top.blog-post-articles {
        margin-bottom: 32px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .content-top.team-articles {
        margin-bottom: 60px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .content-top.landing-page-testimonials {
        margin-bottom: 48px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .content-top.more-products {
        margin-bottom: 48px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .content-top.open-positions-category {
        margin-bottom: 27px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .content-top.blog-category {
        margin-bottom: 27px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

.card-faq-content-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.card-faq-icon-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 16px;
    max-height: 16px;
    min-height: 16px;
    min-width: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.space.card-faq {
    min-height: 18px;
}

.card-faq-icon-1 {
    position: absolute;
    width: 16px;
    min-height: 2px;
    background-color: #3F9444;
}

.card-faq-icon-2 {
    position: absolute;
    width: 2px;
    min-height: 16px;
    background-color: #3F9444;
}

.cta-2-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.cta-2-button-primary-text {
    margin-bottom: 18px;
    font-size: 20px;
    line-height: 1.273em;
    font-weight: 700;
}

.cta-2-button-primary-arrow {
    margin-top: auto;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-family: 'Icons Startup X Template', sans-serif;
    font-size: 22px;
    line-height: 1.273em;
    font-weight: 400;
}

.cta-2-button-secondary-text {
    margin-bottom: 18px;
    font-size: 22px;
    line-height: 1.273em;
}

.cta-2-button-secondary-icon {
    margin-top: auto;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-family: 'Icons Startup X Template', sans-serif;
    font-size: 22px;
    line-height: 1.273em;
    font-weight: 400;
}

.footer-content-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-content-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .footer-content-bottom.center {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

.footer-menu-wrapper {
    margin-right: 20px;
}

    .footer-menu-wrapper.last {
        margin-right: 0px;
    }

    .footer-menu-wrapper.pages {
        width: 100%;
        max-width: 410px;
    }

    .footer-menu-wrapper.logo {
        max-width: 384px;
    }

.footer-title {
    margin-bottom: 28px;
    color: #1E1E1E;
    font-size: 20.797px;
    font-style: normal;
    font-weight: 700;
    line-height: 33px; /* 158.678% */
}

.footer-menu-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -24px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.footert-nav-link {
    color: #6f7278;
    font-size: 16px;
    line-height: 1.125em;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
}

    .footert-nav-link.special {
        display: inline-block;
        padding-bottom: 6px;
        border-bottom: 3px solid #055f5b;
        -webkit-transition: border-color 300ms ease, color 300ms ease;
        transition: border-color 300ms ease, color 300ms ease;
        color: #055f5b;
        font-weight: 800;
    }

        .footert-nav-link.special:hover {
            border-bottom-color: #292c32;
            color: #292c32;
        }

.footer-small-print {
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 500;
}

.link-neutral-800 {
    color: #292c32;
}

.footer-social-media-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -12px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .footer-social-media-wrapper.left {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

.footer-social-media-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 32px;
    min-height: 32px;
    min-width: 32px;
    margin-top: 6px;
    margin-right: 12px;
    margin-bottom: 6px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 1000px;
    background-color: #055f5b;
    -webkit-transition: background-color 300ms ease, color 300ms ease;
    transition: background-color 300ms ease, color 300ms ease;
    font-family: 'Icons Startup X Template', sans-serif;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

    .footer-social-media-link:hover {
        background-color: #e9f8f7;
        color: #055f5b;
    }

    .footer-social-media-link.icon-13px {
        font-size: 13px;
    }

    .footer-social-media-link.icon-15px {
        font-size: 15px;
    }

.container-medium-710px {
    max-width: 1024px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 24px;
    padding-left: 24px;
}

    .container-medium-710px.home-v2-hero {
        margin-bottom: 72px;
        text-align: center;
    }

.home-v2-hero-form-block {
    margin-bottom: 0px;
}

.home-v2-hero-form {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.home-v2-hero-images-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 192px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.home-v2-companies-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.home-v2-companies-text {
    margin-right: 40px;
    color: #292c32;
    font-size: 22px;
    line-height: 1.091em;
    font-weight: 700;
    white-space: nowrap;
}

.home-v2-companies-logos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 868px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.home-v2-features-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.home-v2-features-content {
    max-width: 510px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.home-v2-features-grid {
    margin-bottom: 48px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-column-gap: 20px;
    grid-row-gap: 24px;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.home-v2-feature-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #292c32;
    line-height: 1.111em;
    font-weight: 500;
}

.container-medium-978px {
    max-width: 978px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 24px;
    padding-left: 24px;
}

.home-v2-get-started-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.home-v2-get-started-content {
    max-width: 542px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.home-v2-get-started-grid {
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.home-v2-get-started-step-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.home-v2-get-started-step-content {
    width: 100%;
    max-width: 453px;
}

.home-v2-testimonials-video-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    max-height: 523px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 18px;
}

.home-v2-testimonials-video-filter {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    background-color: #030b1a;
    opacity: 0.4;
}

.home-v2-testimonials-video-button {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 25px 44px;
    border-radius: 1000px;
    background-color: #fff;
    box-shadow: 0 4px 22px 0 rgba(41, 44, 50, 0.04);
    -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
    transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
    transition: box-shadow 300ms ease, transform 300ms ease;
    transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
    color: #292c32;
    line-height: 1.111em;
    font-weight: 500;
    text-decoration: none;
}

    .home-v2-testimonials-video-button:hover {
        box-shadow: 0 15px 22px 0 rgba(41, 44, 50, 0.48);
        -webkit-transform: translate(0px, -6px);
        -ms-transform: translate(0px, -6px);
        transform: translate(0px, -6px);
    }

.home-v2-testimonials-video-button-icon {
    margin-right: 14px;
    font-family: 'Icons Startup X Template', sans-serif;
    color: #055f5b;
    font-size: 20px;
}

.container-small-490px {
    max-width: 490px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 24px;
    padding-left: 24px;
}

    .container-small-490px.home-v2-blog {
        margin-bottom: 50px;
        text-align: center;
    }

.clients-individuals-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 110px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.clients-individuals-features-grid {
    position: absolute;
    left: 0px;
    top: 51px;
    z-index: 1;
    grid-row-gap: 17px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.clients-individuals-feature-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 24px 45px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #e7e9ee;
    border-radius: 18px;
    background-color: #fff;
    box-shadow: 0 6px 34px 0 rgba(12, 34, 72, 0.06);
    color: #292C32;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px; /* 174.08% */
}

.clients-startups-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.clients-startups-achievement {
    position: absolute;
    right: 0px;
    bottom: 57px;
    z-index: 1;
    padding: 60px 48px;
    border-style: solid;
    border-width: 1px;
    border-color: #e7e9ee;
    border-radius: 18px;
    background-color: #fff;
    box-shadow: 0 7px 37px 0 rgba(12, 34, 72, 0.06);
    text-align: center;
}

.clients-startups-achievement-number {
    margin-bottom: 5px;
    color: #292c32;
    font-size: 50px;
    line-height: 1.08em;
    font-weight: 700;
}

.clients-startups-achievement-text {
    color: #292c32;
    font-size: 20px;
    line-height: 1.7em;
    font-weight: 500;
}

.posts-section-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 70px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.blog-v1-post-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #6f7278;
    text-decoration: none;
}

    .blog-v1-post-wrapper:hover {
        color: #6f7278;
    }

.blog-v1-post-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.blog-v1-post-content-about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.111em;
    font-weight: 500;
}

.blog-v1-post-content-about-divider {
    width: 18px;
    min-height: 1px;
    margin-right: 14px;
    margin-left: 14px;
    background-color: #caccd1;
}

.container-medium-695px {
    max-width: 695px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 24px;
    padding-left: 24px;
}

    .container-medium-695px.home-v3-testimonials {
        margin-bottom: 56px;
        text-align: center;
    }

.home-v3-features-grid {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-row-gap: 40px;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.home-v3-hero-content {
    position: relative;
    z-index: 1;
    max-width: 566px;
    margin-bottom: 185px;
}

.home-v3-hero-content-bottom {
    position: relative;
    z-index: 1;
}

.card-home-v3-feature-content {
    max-width: 334px;
    margin-bottom: 20px;
}

.testimonial-company-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.testimonial-company-content {
    max-width: 542px;
    margin-right: 30px;
}

.container-small-551px {
    max-width: 551px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 24px;
    padding-left: 24px;
}

    .container-small-551px.home-v3-case-study {
        margin-bottom: 48px;
        text-align: center;
    }

    .container-small-551px.about-v1-team {
        margin-bottom: 48px;
        text-align: center;
    }

    .container-small-551px.about-v3-team {
        margin-bottom: 48px;
        text-align: center;
    }

    .container-small-551px.faqs {
        margin-bottom: 97px;
        text-align: center;
    }

    .container-small-551px.company-perks {
        margin-bottom: 54px;
        text-align: center;
    }

    .container-small-551px.blog-v3-hero {
        margin-bottom: 56px;
        text-align: center;
    }

.container-medium-944px {
    max-width: 944px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 24px;
    padding-left: 24px;
}

.home-v3-achievements-wrapper {
    position: relative;
    text-align: center;
}

.home-v3-achievements-grid {
    position: relative;
    z-index: 1;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: auto auto auto auto;
    grid-template-columns: auto auto auto auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.home-v3-companies-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.home-v3-companies-text {
    margin-right: 40px;
    color: #fff;
    font-size: 22px;
    line-height: 1.091em;
    font-weight: 700;
    white-space: nowrap;
}

.home-v3-companies-logos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 868px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.container-medium-644px {
    max-width: 644px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 24px;
    padding-left: 24px;
}

    .container-medium-644px.cta-3 {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

.card-home-v3-case-study-step {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 128px;
    min-height: 128px;
    min-width: 128px;
    margin-right: auto;
    margin-bottom: 32px;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 1000px;
    background-color: #055f5b;
    color: #fff;
    font-size: 43px;
    line-height: 1.07em;
    font-weight: 700;
}

.home-v3-case-study-grid {
    grid-column-gap: 32px;
    grid-row-gap: 40px;
}

.home-v3-achievement-number {
    margin-bottom: 6px;
    color: #292c32;
    font-size: 50px;
    line-height: 1.08em;
    font-weight: 800;
}

.home-v3-achievement-text {
    font-size: 20px;
    line-height: 1.7em;
    font-weight: 700;
}

.home-v3-testimonials-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.home-v3-testimonials-video-button {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 139px;
    min-height: 139px;
    min-width: 139px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 1000px;
    background-color: #fff;
    box-shadow: 0 4px 22px 0 rgba(41, 44, 50, 0.04);
    -webkit-transition: box-shadow 300ms ease;
    transition: box-shadow 300ms ease;
}

    .home-v3-testimonials-video-button:hover {
        box-shadow: 0 15px 22px 0 rgba(11, 12, 14, 0.65);
    }

.card-home-v3-testimonials-name {
    margin-bottom: 8px;
    color: #292c32;
    font-size: 24px;
    line-height: 1.417em;
    font-weight: 700;
}

.card-home-v3-testimonials-position {
    margin-bottom: 24px;
    color: #055f5b;
    font-size: 24px;
    line-height: 0.833em;
    font-weight: 700;
}

.cta-3-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.container-medium-616px {
    max-width: 616px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 24px;
    padding-left: 24px;
}

    .container-medium-616px.about-v1-hero {
        margin-bottom: 81px;
        text-align: center;
    }

    .container-medium-616px.features {
        margin-bottom: 64px;
        text-align: center;
    }

    .container-medium-616px.services {
        margin-bottom: 100px;
        text-align: center;
    }

    .container-medium-616px.pricing {
        margin-bottom: 46px;
        text-align: center;
    }

.about-v1-hero-achievements-grid {
    position: relative;
    z-index: 1;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-grid-columns: auto auto auto auto;
    grid-template-columns: auto auto auto auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    text-align: center;
}

.about-v1-hero-achievement-number {
    margin-bottom: 6px;
    color: #D3F6AD;
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px; /* 60% */
}

.about-v1-hero-achievement-text {
    color: #B6F174;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px; /* 130.769% */
}

.about-v1-story-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.about-v1-story-content {
    max-width: 539px;
    margin-bottom: 168px;
}

.about-v1-mission-content {
    max-width: 510px;
}

.team-v1-grid {
    display: -ms-grid;
    display: grid;
    margin-bottom: 48px;
    grid-auto-columns: 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

    .team-v1-grid.team-page {
        margin-bottom: 0px;
    }

.card-team-v1-content {
    padding: 34px 32px 48px;
}

.card-team-v1-position {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 10px 24px;
    border-radius: 1000px;
    background-color: #fff;
    color: #494a4d;
    font-size: 16px;
    line-height: 1.125em;
    font-weight: 800;
}

.about-v1-values-grid {
    position: relative;
    z-index: 1;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.card-about-v1-value-content {
    max-width: 346px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.about-v1-hero-image {
    position: relative;
    margin-bottom: 100px;
}

.about-v1-values-wrapper {
    position: relative;
}

.about-v2-hero-content {
    position: relative;
    max-width: 44%;
}

.about-v2-values-grid {
    grid-column-gap: 25px;
    grid-row-gap: 32px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.card-about-v2-value-content {
    max-width: 346px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.about-v2-team {
    max-width: 520px;
    margin-right: auto;
    margin-bottom: 48px;
    margin-left: auto;
    text-align: center;
}

.team-v2-grid {
    display: -ms-grid;
    display: grid;
    margin-bottom: 56px;
    grid-auto-columns: 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 48px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.card-team-v2-content {
    margin-bottom: 26px;
    color: #6f7278;
    text-decoration: none;
}

    .card-team-v2-content:hover {
        color: #6f7278;
    }

.card-team-v2-position {
    margin-bottom: 14px;
    color: #055f5b;
    line-height: 1.111em;
    font-weight: 700;
}

.card-team-v2-social-media-grid {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    grid-column-gap: 22px;
    -ms-grid-columns: auto auto auto;
    grid-template-columns: auto auto auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.card-team-v2-social-media-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 40px;
    min-height: 40px;
    min-width: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 1000px;
    background-color: #055f5b;
    -webkit-transition: background-color 300ms ease, color 300ms ease;
    transition: background-color 300ms ease, color 300ms ease;
    font-family: 'Icons Startup X Template', sans-serif;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
}

    .card-team-v2-social-media-link:hover {
        background-color: #e9f8f7;
        color: #055f5b;
    }

    .card-team-v2-social-media-link.icon-16px {
        font-size: 16px;
    }

    .card-team-v2-social-media-link.icon-18px {
        font-size: 18px;
    }

.about-v2-achievements-wrapper {
    position: relative;
    text-align: center;
}

.about-v2-achievements-grid {
    position: relative;
    z-index: 1;
    -ms-grid-columns: auto auto auto auto;
    grid-template-columns: auto auto auto auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.about-v2-achievement-number {
    margin-bottom: 6px;
    color: #fff;
    font-size: 50px;
    line-height: 1.08em;
    font-weight: 800;
    text-transform: uppercase;
}

.about-v2-achievement-text {
    color: #fff;
    font-size: 20px;
    line-height: 1.7em;
    font-weight: 700;
}

.accent-text-primary-2 {
    color: #ffd584;
}

.about-v2-offices-grid {
    grid-row-gap: 32px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.about-v2-offices-content {
    padding: 40px 52px 52px;
}

.card-about-v2-offices-contact-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 341px;
    margin-bottom: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #6f7278;
    text-decoration: none;
}

    .card-about-v2-offices-contact-wrapper.address {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .card-about-v2-offices-contact-wrapper.last {
        margin-bottom: 0px;
    }

.about-v3-hero-content {
    max-width: 533px;
    margin-bottom: 158px;
}

.about-v3-images-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 112%;
    margin-bottom: 84px;
    margin-left: -138px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.about-v3-companies-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.about-v3-companies-text {
    margin-right: 40px;
    color: #292c32;
    font-size: 22px;
    line-height: 1.091em;
    font-weight: 700;
    white-space: nowrap;
}

.about-v3-companies-logos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 868px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.team-v3-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.about-v3-mission-content {
    position: relative;
    max-width: 43%;
}

.container-large-1153px {
    max-width: 1153px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 24px;
    padding-left: 24px;
}

    .container-large-1153px.about-v3-values {
        position: relative;
    }

.about-v3-value-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 512px;
    margin-right: 3px;
    margin-bottom: 50px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.about-v3-value-number {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 128px;
    min-height: 128px;
    min-width: 128px;
    margin-right: 36px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 1000px;
    /*background-color: #044845;*/
    color: #fff;
    font-size: 43px;
    line-height: 1.07em;
    font-weight: 700;
}

.about-v3-images-first-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.careers-section-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

    .careers-section-grid.more-jobs {
        position: relative;
        z-index: 1;
    }

.card-career-about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
}

.card-career-about-category {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 19px;
    padding: 16px 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #e7e9ee;
    border-radius: 1000px;
    box-shadow: 0 5px 15px 0 rgba(12, 34, 72, 0.06);
    color: #292c32;
    font-size: 16px;
    line-height: 1.125em;
    font-weight: 500;
}

.card-career-about-location {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #e7e9ee;
    border-radius: 1000px;
    box-shadow: 0 5px 15px 0 rgba(12, 34, 72, 0.06);
    color: #292c32;
    font-size: 16px;
    line-height: 1.125em;
    font-weight: 500;
}

.card-career-content-top {
    margin-bottom: 32px;
}

.about-v3-values-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.features-grid {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-row-gap: 40px;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.card-feature-content {
    max-width: 334px;
    margin-bottom: 20px;
}

.services-grid {
    grid-column-gap: 24px;
    grid-row-gap: 54px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
}

.card-service-content {
    padding: 10px 15px 40px;
}

.container-small-585px {
    max-width: 585px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 24px;
    padding-left: 24px;
}

    .container-small-585px.contact {
        margin-bottom: 130px;
        text-align: center;
    }

    .container-small-585px.shop-hero {
        text-align: center;
    }

    .container-small-585px.shop-category-hero {
        text-align: center;
    }

.contact-grid {
    grid-column-gap: 18px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.card-contact-links-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.card-contact-link-main {
    margin-bottom: 8px;
    color: #3F9444 !important;
    text-align: center;
    font-size: 16.594px;
    font-style: normal;
    font-weight: 500;
    line-height: 32.99px; /* 198.81% */
    text-decoration-line: underline;
}

.card-contact-link {
    color: #292c32;
}

.contact-form-wrapper {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact-form-content {
    max-width: 420px;
    margin-right: 20px;
}

.contact-form-links-grid {
    justify-items: start;
    grid-row-gap: 22px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.contact-form-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: #134F1A;
    font-size: 18.594px;
    font-style: normal;
    font-weight: 700;
    line-height: 33px; /* 177.479% */
}

.card-contact-form-block {
    margin-bottom: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.card-contact-form {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.select-wrapper {
    min-height: 68px;
    margin-bottom: 0px;
    padding-right: 24px;
    padding-left: 24px;
    border-style: solid;
    border-width: 1px;
    border-color: #caccd1;
    border-radius: 14px;
    background-color: #fff;
    -webkit-transition: border-color 300ms ease;
    transition: border-color 300ms ease;
}

    .select-wrapper:hover {
        border-color: #055f5b;
    }

    .select-wrapper:focus {
        border-color: #055f5b;
    }

    .select-wrapper::-webkit-input-placeholder {
        color: #6f7278;
    }

    .select-wrapper:-ms-input-placeholder {
        color: #6f7278;
    }

    .select-wrapper::-ms-input-placeholder {
        color: #6f7278;
    }

    .select-wrapper::placeholder {
        color: #6f7278;
    }

    .select-wrapper.checkout {
        margin-bottom: 16px;
    }

    .select-wrapper.add-to-cart-select {
        border-radius: 1000px;
    }

.select {
    min-height: 68px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    border: 0px solid #000;
    background-color: transparent;
    -webkit-transition: color 300ms ease;
    transition: color 300ms ease;
    color: #6f7278;
    font-size: 18px;
}



    .select:focus {
        color: #494a4d;
    }

    .select::-webkit-input-placeholder {
        color: #6f7278;
    }

    .select:-ms-input-placeholder {
        color: #6f7278;
    }

    .select::-ms-input-placeholder {
        color: #6f7278;
    }

    .select::placeholder {
        color: #6f7278;
    }

    .select.checkout {
        border-radius: 0px;
    }

.text-area {
    max-height: 200px;
    max-width: 100%;
    min-height: 138px;
    min-width: 100%;
    margin-bottom: 0px;
    padding: 21px 24px;
    border-style: solid;
    border-width: 1px;
    border-color: #caccd1;
    border-radius: 14px;
    background-color: #fff;
    -webkit-transition: color 300ms ease, border-color 300ms ease;
    transition: color 300ms ease, border-color 300ms ease;
    color: #494a4d;
    font-size: 18px;
}

    .text-area:hover {
        border-color: #055f5b;
    }

    .text-area:focus {
        border-color: #055f5b;
        color: #494a4d;
    }

    .text-area::-webkit-input-placeholder {
        color: #6f7278;
    }

    .text-area:-ms-input-placeholder {
        color: #6f7278;
    }

    .text-area::-ms-input-placeholder {
        color: #6f7278;
    }

    .text-area::placeholder {
        color: #6f7278;
    }

.company-perks-grid {
    margin-bottom: 56px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    -ms-grid-columns: minmax(auto, 573px) minmax(auto, 573px);
    grid-template-columns: minmax(auto, 573px) minmax(auto, 573px);
}

.card-company-perk-content {
    max-width: 335px;
    margin-top: 15px;
}

.careers-testimonials-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.careers-testimonials-content {
    position: relative;
    z-index: 1;
    max-width: 46%;
}

.card-careers-testimonials-about-name {
    margin-bottom: 8px;
    color: #292c32;
    font-size: 24px;
    line-height: 1.417em;
    font-weight: 700;
}

.card-careers-testimonials-about-position {
    color: #055f5b;
    font-size: 22px;
    line-height: 0.909em;
    font-weight: 700;
}

.open-positions-grid {
    display: -ms-grid;
    display: grid;
    margin-bottom: 80px;
    grid-auto-columns: 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.open-positions-contact-wrapper {
    max-width: 470px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.categories-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 18px 4px 2px 20px;
    border-radius: 1000px;
    background-color: #fafafc;
}

    .categories-wrapper.open-positions-category {
        margin-bottom: 35px;
    }

    .categories-wrapper.blog-category {
        margin-bottom: 35px;
    }

.category-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 16px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.button-category {
    margin-bottom: 16px;
    padding: 14px 24px;
    border-style: solid;
    border-width: 1px;
    border-color: #e7e9ee;
    border-radius: 1000px;
    background-color: #fff;
    -webkit-transition: border-color 300ms ease, background-color 300ms ease, color 300ms ease;
    transition: border-color 300ms ease, background-color 300ms ease, color 300ms ease;
    color: #6f7278;
    font-size: 16px;
    line-height: 1.125em;
    font-weight: 700;
}

    .button-category:hover {
        border-color: #134f1a;
        background-color: #134f1a;
        color: #fff;
    }

    .button-category.w--current {
        border-color: #134f1a;
        background-color: #134f1a;
        color: #fff;
    }

    .button-category.all {
        margin-right: 16px;
    }

    .button-category.icon {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-decoration: none;
    }

.link-back-to-wrapper {
    margin-bottom: 57px;
}

    .link-back-to-wrapper.help-center-category {
        margin-bottom: 35px;
    }

.career-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.more-jobs-wrapper {
    position: relative;
}

.link-back-to {
    color: #292c32;
    font-weight: 500;
    text-decoration: none;
}

    .link-back-to:hover {
        color: #055f5b;
    }

    .link-back-to.white {
        color: #fff;
    }

        .link-back-to.white:hover {
            color: #ffd584;
        }

.link-back-to-arrow {
    display: inline-block;
    font-family: 'Icons Startup X Template', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.career-page-about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.card-career-page-about-category {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 19px;
    padding: 14px 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #e7e9ee;
    border-radius: 1000px;
    box-shadow: 0 5px 15px 0 rgba(12, 34, 72, 0.06);
    -webkit-transition: box-shadow 300ms ease, border-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
    transition: box-shadow 300ms ease, border-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
    transition: box-shadow 300ms ease, transform 300ms ease, border-color 300ms ease, color 300ms ease;
    transition: box-shadow 300ms ease, transform 300ms ease, border-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
    color: #292c32;
    font-size: 16px;
    line-height: 1.125em;
    font-weight: 500;
    text-decoration: none;
}

    .card-career-page-about-category:hover {
        border-color: #055f5b;
        box-shadow: 0 15px 20px 0 rgba(41, 44, 50, 0.05);
        -webkit-transform: translate(0px, -4px);
        -ms-transform: translate(0px, -4px);
        transform: translate(0px, -4px);
        color: #055f5b;
    }

.card-career-page-about-location {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #e7e9ee;
    border-radius: 1000px;
    box-shadow: 0 5px 15px 0 rgba(12, 34, 72, 0.06);
    color: #292c32;
    font-size: 16px;
    line-height: 1.125em;
    font-weight: 500;
}

.job-description-title-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 13px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.card-career-page-date-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.card-career-page-date-text {
    color: #292c32;
    font-weight: 600;
}

.card-career-apply-icon {
    max-width: 130px;
    margin-bottom: 15px;
}

.blog-v1-featured-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #6f7278;
    text-decoration: none;
}

    .blog-v1-featured-wrapper:hover {
        color: #6f7278;
    }

.button-category-icon {
    margin-right: 6px;
}

.button-category-icon-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.blog-v1-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 70px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.blog-v1-post-category-wrapper {
    position: absolute;
    top: 29px;
    right: 29px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 1000px;
    background-color: #fff;
    box-shadow: 0 6px 15px 0 rgba(30, 61, 96, 0.03);
    color: #494a4d;
    font-size: 16px;
    line-height: 1.125em;
    font-weight: 700;
}

.card-blog-v1-featured-about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #292c32;
    line-height: 1.111em;
    font-weight: 500;
}

.card-blog-v1-featured-about-divider {
    width: 18px;
    min-height: 1px;
    margin-right: 14px;
    margin-left: 14px;
    background-color: #caccd1;
}

.blog-v1-featured-category-wrapper {
    position: absolute;
    top: 25px;
    right: 23px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 1000px;
    background-color: #fff;
    box-shadow: 0 6px 15px 0 rgba(30, 61, 96, 0.03);
    color: #292c32;
    font-size: 16px;
    line-height: 1.125em;
    font-weight: 700;
}

.button-pagination-arrow-next {
    margin-left: 13px;
    font-family: 'Icons Startup X Template', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.button-pagination-arrow-previous {
    margin-right: 13px;
    font-family: 'Icons Startup X Template', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.newsletter-v1-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.newsletter-v1-form-block {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 52%;
    margin-bottom: 0px;
}

.newsletter-v1-form {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-v2-hero-content {
    position: relative;
    z-index: 1;
    max-width: 628px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.blog-v2-hero-wrapper {
    position: relative;
}

.blog-v2-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 45px;
    grid-row-gap: 86px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.blog-v2-post-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #6f7278;
    text-decoration: none;
}

    .blog-v2-post-wrapper:hover {
        color: #6f7278;
    }

.blog-v2-post-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.blog-v2-post-about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 1.125em;
    font-weight: 500;
}

.blog-v2-post-category-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-v2-post-about-divider {
    width: 18px;
    min-height: 1px;
    margin-right: 10px;
    margin-left: 10px;
    background-color: #caccd1;
}

.blog-v2-hero-form-block {
    margin-bottom: 0px;
}

.blog-v2-hero-form {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-v3-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 45px;
    grid-row-gap: 86px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.blog-v3-hero-featured-grid {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-column-gap: 28px;
    grid-row-gap: 70px;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.blog-v3-featured-first-item {
    max-width: 690px;
}

.blog-v3-featured-first-wrapper {
    color: #6f7278;
    text-decoration: none;
}

    .blog-v3-featured-first-wrapper:hover {
        color: #6f7278;
    }

.blog-v3-featured-first-category-wrapper {
    position: absolute;
    top: 25px;
    right: 23px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 1000px;
    background-color: #fff;
    box-shadow: 0 6px 15px 0 rgba(30, 61, 96, 0.03);
    color: #292c32;
    font-size: 16px;
    line-height: 1.125em;
    font-weight: 700;
}

.blog-v3-featured-items-grid {
    display: -ms-grid;
    display: grid;
    max-width: 480px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.blog-v3-featured-item-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #6f7278;
    text-decoration: none;
}

    .blog-v3-featured-item-wrapper:hover {
        color: #6f7278;
    }

.container-large-1016px {
    max-width: 1016px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 24px;
    padding-left: 24px;
}

    .container-large-1016px.blog-post {
        position: relative;
        margin-bottom: 71px;
        text-align: center;
    }

.container-large-1044px {
    position: relative;
    max-width: 1044px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 24px;
    padding-left: 24px;
}

    .container-large-1044px.help-center-article {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

.blog-post-about-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 800px;
    margin-right: auto;
    margin-bottom: 78px;
    margin-left: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.rich-text h2 {
    max-width: 800px;
    margin-right: auto;
    margin-bottom: 22px;
    margin-left: auto;
}

.rich-text p {
    max-width: 800px;
    margin-right: auto;
    margin-bottom: 26px;
    margin-left: auto;
}

.rich-text ul {
    max-width: 800px;
    margin: 26px auto 53px;
}

.rich-text h3 {
    max-width: 800px;
    margin: 53px auto 22px;
}

.rich-text figure {
    margin-top: 48px;
    margin-bottom: 61px;
}

.rich-text figcaption {
    margin-top: 32px;
}

.rich-text h4 {
    max-width: 800px;
    margin: 53px auto 22px;
}

.rich-text ol {
    max-width: 800px;
    margin: 26px auto 53px;
}

.rich-text h5 {
    max-width: 800px;
    margin: 53px auto 18px;
}

.rich-text blockquote {
    margin-top: 44px;
    margin-bottom: 97px;
}

.rich-text h6 {
    max-width: 800px;
    margin: 53px auto 16px;
}

.rich-text img {
    border-radius: 12px;
}

.blog-post-about-author-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #6f7278;
    text-decoration: none;
}

    .blog-post-about-author-wrapper:hover {
        color: #6f7278;
    }

.blog-post-about-category-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #e7e9ee;
    border-radius: 1000px;
    box-shadow: 0 5px 15px 0 rgba(30, 61, 96, 0.03);
    -webkit-transition: border-color 300ms ease, background-color 300ms ease, color 300ms ease;
    transition: border-color 300ms ease, background-color 300ms ease, color 300ms ease;
    color: #494a4d;
    font-size: 16px;
    line-height: 1.125em;
    font-weight: 700;
    text-decoration: none;
}

    .blog-post-about-category-link:hover {
        border-color: #055f5b;
        background-color: #055f5b;
        color: #fff;
    }

.blog-post-about-author-name {
    margin-bottom: 6px;
    color: #292c32;
    line-height: 1.389em;
    font-weight: 700;
}

.blog-post-about-date {
    line-height: 1em;
    font-weight: 500;
}

.blog-post-about-category-link-icon {
    margin-right: 6px;
}

.card-author-content {
    position: relative;
    z-index: 1;
}

.card-author-content-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.card-author-social-media-grid {
    -ms-grid-columns: auto auto auto;
    grid-template-columns: auto auto auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.card-author-name-wrapper {
    color: #6f7278;
    text-decoration: none;
}

    .card-author-name-wrapper:hover {
        color: #6f7278;
    }

.card-author-position {
    color: #055f5b;
    font-size: 20px;
    line-height: 1.1em;
    font-weight: 700;
}

.card-author-social-media-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 32px;
    min-height: 32px;
    min-width: 32px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 1000px;
    background-color: #055f5b;
    -webkit-transition: color 300ms ease, background-color 300ms ease;
    transition: color 300ms ease, background-color 300ms ease;
    font-family: 'Icons Startup X Template', sans-serif;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

    .card-author-social-media-link:hover {
        background-color: #e9f8f7;
        color: #055f5b;
    }

    .card-author-social-media-link.icon-13px {
        font-size: 13px;
    }

    .card-author-social-media-link.icon-15px {
        font-size: 15px;
    }

.container-small-529px {
    max-width: 529px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 24px;
    padding-left: 24px;
}

    .container-small-529px.faqs-content-bottom {
        margin-top: 105px;
        text-align: center;
    }

.link-medium {
    font-weight: 500;
}

.pricing-tabs {
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.pricing-tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 120px;
    padding: 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 1000px;
    background-color: #4A9A54;
}

.pricing-tabs-content {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
}

.pricing-wrapper {
    display: -webkit-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -23px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.card-plan-price {
    margin-bottom: 9px;
    color: #1E1E1E;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px; /* 83.333% */
}

.card-plan-features-title {
    margin-bottom: 14px;
    color: #292c32;
    line-height: 1.111em;
    font-weight: 700;
}

.card-plan-features-grid {
    margin-bottom: 24px;
    grid-row-gap: 8px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.card-plan-feature-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-weight:500;
}

.card-plan-feature-dot {
    width: 7px;
    min-height: 7px;
    min-width: 7px;
    margin-top: 13px;
    margin-right: 10px;
    border-radius: 1000px;
    background-color: #3F9444;
}

.popular-badge {
    position: absolute;
    top: 24px;
    right: 24px;
    overflow: hidden;
    max-height: 48px;
    max-width: 113px;
    padding: 14px 24px;
    border-radius: 1000px;
    background-color: #ffd584;
    color: #292c32;
    line-height: 1.111em;
    font-weight: 700;
    text-align: center;
}

.pricing-tab-link {
    padding: 17px 35px;
    border-radius: 1000px;
    background-color: transparent;
    color: #B6F174;
    line-height: 1.111em;
    font-weight: 500;
    font-family: spacegrotesk-variablefont_wght;
}

    .pricing-tab-link.w--current {
        background-color: #B6F174;
        color: #134F1A;
        font-family: spacegrotesk-variablefont_wght;
    }

.pricing-tabs-wrapper {
    position: relative;
}

.container-medium-888px {
    max-width: 888px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 24px;
    padding-left: 24px;
}

.card-team-content-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.card-team-content-top-about-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 21px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.card-team-position {
    color: #055f5b;
    font-size: 21px;
    line-height: 1em;
    font-weight: 700;
}

.card-team-social-media-grid {
    -ms-grid-columns: auto auto auto;
    grid-template-columns: auto auto auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.card-team-social-media-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 32px;
    min-height: 32px;
    min-width: 32px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 1000px;
    background-color: #055f5b;
    -webkit-transition: background-color 300ms ease, color 300ms ease;
    transition: background-color 300ms ease, color 300ms ease;
    font-family: 'Icons Startup X Template', sans-serif;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

    .card-team-social-media-link:hover {
        background-color: #e9f8f7;
        color: #055f5b;
    }

    .card-team-social-media-link.icon-13px {
        font-size: 13px;
    }

    .card-team-social-media-link.icon-15px {
        font-size: 15px;
    }

.about-team-title-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.empty-state {
    position: relative;
    z-index: 1;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 40px;
    border-style: solid;
    border-width: 1px;
    border-color: #e7e9ee;
    border-radius: 18px;
    background-color: #fff;
    box-shadow: 0 4px 10px 0 rgba(41, 44, 50, 0.03);
    color: #494a4d;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

    .empty-state.small {
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 24px 40px;
        font-size: 18px;
    }

    .empty-state.help-center-articles {
        margin-bottom: 140px;
    }

    .empty-state.cart {
        margin-top: 0px;
        margin-bottom: 0px;
        padding-right: 24px;
        padding-left: 24px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        border-width: 0px;
        border-radius: 0px;
        box-shadow: none;
    }

.help-center-hero-wrapper {
    position: relative;
    z-index: 1;
    max-width: 51%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.help-center-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 35px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.card-help-center-category-link {
    margin-top: auto;
    color: #055f5b;
    line-height: 1.667em;
    font-weight: 500;
    text-decoration: underline;
}

.card-help-center-category-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.container-medium-683px {
    max-width: 683px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 24px;
    padding-left: 24px;
}

    .container-medium-683px.terms-conditions {
        position: relative;
        z-index: 1;
        text-align: center;
    }

.help-center-category-content-top {
    margin-bottom: 57px;
    text-align: center;
}

.help-center-category-grid {
    display: -ms-grid;
    display: grid;
    margin-bottom: 80px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.link-underline-main-wrapper {
    display: inline-block;
    color: #055f5b;
    line-height: 1.111em;
    font-weight: 700;
    text-decoration: none;
}

    .link-underline-main-wrapper:hover {
        color: #055f5b;
    }

.link-underline-wrapper {
    overflow: hidden;
    width: 100%;
    min-height: 2px;
    margin-top: 6px;
    background-color: #caccd1;
}

.link-underline {
    width: 100%;
    min-height: 2px;
    background-color: #055f5b;
}

.help-center-category-contact-wrapper {
    max-width: 432px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.link-bold {
    font-weight: 700;
}

.container-medium-739px {
    max-width: 739px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 24px;
    padding-left: 24px;
}

    .container-medium-739px.help-center-article-content-top {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 68px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

.help-center-article-author-wrapper {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #6f7278;
    text-align: left;
    text-decoration: none;
}

    .help-center-article-author-wrapper:hover {
        color: #6f7278;
    }

.help-center-article-author-name {
    margin-bottom: 9px;
    color: #292c32;
    font-size: 22px;
    line-height: 1.136em;
    font-weight: 700;
}

.help-center-article-author-position {
    line-height: 1.111em;
    font-weight: 500;
}

.footer-small {
    margin-top: auto;
    padding-top: 46px;
    padding-bottom: 38px;
    border-top: 1px solid #e7e9ee;
    background-color: #fff;
}

.footer-small-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.create-account-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.create-account-form-block {
    margin-bottom: 0px;
}

.create-account-form {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 23px;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}


    .create-account-form .input {
        font-size: 13px;
        font-weight: 500;
        padding-left: 18px;
    }
        .create-account-form .input::placeholder {
            font-weight: 500;
            color: #494a4d;
        }

    .create-account-form select {
        font-weight: 500;
        color: #494a4d;
    }


create-account-form select:valid {
    color: #494a4d;
    font-weight: 500;
}



    .create-account-checkbox-field {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-top: 12px;
        margin-bottom: 0px;
        padding-left: 0px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

.create-account-checkbox {
    width: 28px;
    height: auto;
    min-height: 28px;
    min-width: 28px;
    margin-top: 0px;
    margin-right: 11px;
    margin-left: 0px;
    border-width: 1px;
    border-color: #caccd1;
    border-radius: 5px;
    background-color: #fff;
    -webkit-transition: box-shadow 300ms ease, background-color 300ms ease, border-color 300ms ease;
    transition: box-shadow 300ms ease, background-color 300ms ease, border-color 300ms ease;
}

    .create-account-checkbox:hover {
        border-color: #055f5b;
    }

    .create-account-checkbox.w--redirected-checked {
        border-color: #055f5b;
        border-radius: 5px;
        background-color: #055f5b;
        background-image: url('../images/checkbox.svg');
    }

    .create-account-checkbox.w--redirected-focus {
        border-color: #055f5b;
        border-radius: 5px;
        box-shadow: none;
    }

.create-account-checkbox-label {
    margin-bottom: 0px;
    line-height: 1.6em;
    white-space: nowrap;
}

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

.create-account-sign-in {
    margin-top: 30px;
    color: #494a4d;
    text-align: center;
}

.create-account-testimonial-name {
    margin-bottom: 12px;
    color: #292c32;
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 700;
}

.create-account-testimonial-position {
    color: #055f5b;
    font-size: 20px;
    line-height: 1em;
    font-weight: 700;
}

.create-account-companies {
    text-align: center;
}

.create-account-companies-text {
    margin-bottom: 28px;
    color: #fff;
    line-height: 1.111em;
    font-weight: 700;
}

.create-account-companies-grid {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: auto auto auto;
    grid-template-columns: auto auto auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.sign-in-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.sign-in-companies {
    text-align: center;
}

.sign-in-companies-text {
    margin-bottom: 28px;
    color: #fff;
    line-height: 1.111em;
    font-weight: 700;
}

.sign-in-companies-grid {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: auto auto auto;
    grid-template-columns: auto auto auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.sign-in-testimonial-name {
    margin-bottom: 12px;
    color: #292c32;
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 700;
}

.sign-in-testimonial-position {
    color: #055f5b;
    font-size: 20px;
    line-height: 1em;
    font-weight: 700;
}

.sign-in-form-block {
    margin-bottom: 24px;
}

.sign-in-form {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.sign-in-social-media-wrapper {
    margin-bottom: -24px;
}

.sign-in-options-wrapper {
    color: #292c32;
    text-align: center;
}

.sign-up-text {
    margin-bottom: 13px;
}

.sign-in-divider-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 44px;
    padding-bottom: 57px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.sign-in-divider-text {
    position: absolute;
    width: 54px;
    min-width: 54px;
    background-color: #fff;
    line-height: 1.056em;
    font-weight: 500;
    text-align: center;
}

.forgot-password-form-block {
    margin-bottom: 0px;
}

.forgot-password-form {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 27px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}

.confirm-email-buttons-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.terms-conditions-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.terms-conditions-nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 24px 22px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e7e9ee;
    -webkit-transition: border-color 300ms ease, background-color 300ms ease, color 300ms ease;
    transition: border-color 300ms ease, background-color 300ms ease, color 300ms ease;
    color: #494a4d;
    font-size: 22px;
    line-height: 1.273em;
    font-weight: 600;
    text-decoration: none;
}

    .terms-conditions-nav-link:hover {
        border-bottom-color: #e9f8f7;
        background-color: #e9f8f7;
        color: #055f5b;
    }

    .terms-conditions-nav-link.w--current {
        border-bottom-color: #055f5b;
        background-color: #055f5b;
        color: #fff;
    }

    .terms-conditions-nav-link.last {
        border-bottom-width: 0px;
    }

.terms-conditions-nav-number {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 44px;
    min-height: 44px;
    min-width: 44px;
    margin-right: 17px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 1000px;
    background-color: #e9f8f7;
    color: #055f5b;
}

.container-medium-864px {
    max-width: 864px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 24px;
    padding-left: 24px;
}

    .container-medium-864px.mg-bottom-56px {
        margin-bottom: 56px;
    }

.coming-soon-form-block {
    margin-bottom: 0px;
}

.coming-soon-form {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.request-demo-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.card-request-demo-form-block {
    margin-bottom: 0px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
}

.card-request-demo-form {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.request-demo-content-features-grid {
    grid-row-gap: 14px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.request-demo-content-feature-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #666;
    font-size: 17.297px;
    font-style: normal;
    font-weight: 600;
    line-height: 23.99px; /* 138.696% */
}

.request-demo-content-feature-icon {
    width: 24px;
    min-height: 24px;
    min-width: 24px;
    margin-right: 14px;
    border-radius: 1000px;
    box-shadow: 0 2px 7px 0 rgba(5, 95, 91, 0.22);
}

.request-demo-content-team-name {
    margin-bottom: 5px;
    color: #292c32;
    line-height: 1.389em;
    font-weight: 700;
}

.request-demo-content-team-position {
    color: #3F9444;
    line-height: 1.333em;
    font-weight: 500;
}

.request-demo-content-top {
    margin-bottom: 23px;
}

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

.landing-page-hero-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.landing-page-companies-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.landing-page-companies-text {
    margin-right: 40px;
    font-size: 22px;
    line-height: 1.091em;
    font-weight: 700;
    white-space: nowrap;
}

.landing-page-companies-logos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 868px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.landing-page-hero-features-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.landing-page-hero-feature-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #292c32;
    font-size: 24px;
    line-height: 1.583em;
    font-weight: 500;
}

.landing-page-hero-feature-icon {
    width: 32px;
    min-height: 32px;
    min-width: 32px;
    margin-right: 16px;
    border-radius: 99999999px;
    box-shadow: 0 2px 7px 0 rgba(5, 95, 91, 0.22);
}

.landing-page-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.landing-page-content-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 80px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}

.landing-page-content-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}

.landing-page-testimonials-grid {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-column-gap: 40px;
    grid-row-gap: 32px;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.card-landing-page-testimonial-about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.card-landing-page-testimonial-name {
    margin-bottom: 10px;
    color: #292c32;
    line-height: 1.111em;
    font-weight: 700;
}

.card-landing-page-testimonial-from {
    color: #055f5b;
    line-height: 1.111em;
    font-weight: 700;
}

.shop-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 74px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.product-item-wrapper {
    color: #6f7278;
    text-decoration: none;
}

    .product-item-wrapper:hover {
        color: #6f7278;
    }

.product-item-content {
    text-align: center;
}

.product-item-price-badge {
    position: absolute;
    top: 23px;
    right: 20px;
    padding: 10px 24px;
    border-radius: 1000px;
    background-color: #fff;
    box-shadow: 0 5px 15px 0 rgba(30, 61, 96, 0.03);
    color: #494a4d;
    font-size: 16px;
    line-height: 1.125em;
    font-weight: 800;
}

.product-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-content-top {
    margin-bottom: 48px;
}

.product-price-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-price {
    margin-right: 20px;
    color: #292c32;
    font-size: 38px;
    line-height: 1.316em;
    font-weight: 700;
}

.product-compare-price {
    font-size: 38px;
    line-height: 1.316em;
    font-weight: 500;
    text-decoration: line-through;
}

.add-to-cart-default-state {
    margin-bottom: 0px;
}

.add-to-cart-option-list {
    margin-bottom: 22px;
}

.add-to-cart-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.product-about-tabs {
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.product-about-tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 272px;
    margin-right: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.product-about-tab-link {
    margin-bottom: 24px;
    padding: 24px 44px;
    border-style: solid;
    border-width: 1px;
    border-color: #fafafc;
    border-radius: 1000px;
    background-color: transparent;
    -webkit-transition: color 300ms ease, background-color 300ms ease;
    transition: color 300ms ease, background-color 300ms ease;
    color: #fff;
    line-height: 1.111em;
    font-weight: 500;
    text-align: center;
}

    .product-about-tab-link:hover {
        background-color: #fff;
        color: #292c32;
    }

    .product-about-tab-link.w--current {
        background-color: #fff;
        color: #292c32;
        font-weight: 700;
    }

    .product-about-tab-link.last {
        margin-bottom: 0px;
    }

.rich-text-figure h2 {
    max-width: 800px;
    margin-right: auto;
    margin-bottom: 22px;
    margin-left: auto;
}

.rich-text-figure p {
    max-width: 800px;
    margin-right: auto;
    margin-bottom: 26px;
    margin-left: auto;
}

.rich-text-figure ul {
    max-width: 800px;
    margin: 26px auto 53px;
}

.rich-text-figure h3 {
    max-width: 800px;
    margin: 53px auto 22px;
}

.rich-text-figure figcaption {
    margin-top: 32px;
}

.rich-text-figure h4 {
    max-width: 800px;
    margin: 53px auto 22px;
}

.rich-text-figure ol {
    max-width: 800px;
    margin: 26px auto 53px;
}

.rich-text-figure h5 {
    max-width: 800px;
    margin: 53px auto 18px;
}

.rich-text-figure blockquote {
    margin-top: 44px;
    margin-bottom: 97px;
}

.rich-text-figure h6 {
    max-width: 800px;
    margin: 53px auto 16px;
}

.rich-text-figure img {
    border-radius: 12px;
}

._404-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.shop-category-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 74px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.category-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .category-wrapper.shop-category {
        margin-bottom: 24px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .category-wrapper.open-positions-category {
        margin-right: 40px;
        margin-bottom: 35px;
    }

    .category-wrapper.blog-category {
        margin-right: 40px;
        margin-bottom: 35px;
    }

.open-positions-category-grid {
    display: -ms-grid;
    display: grid;
    margin-bottom: 80px;
    grid-auto-columns: 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.blog-category-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 70px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.shipping-method {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom-width: 0px;
}

.shipping-method-list {
    border-right-width: 0px;
    border-left-width: 0px;
}

.shipping-method-title {
    color: #292c32;
    line-height: 1em;
}

.shipping-method-price {
    color: #292c32;
    font-weight: 500;
}

.order-item-result {
    color: #292c32;
    font-weight: 500;
}

.shipping-method-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.shipping-method-radio-button {
    position: relative;
    top: 3px;
}

.dropdown-nav-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.dropdown-arrow {
    position: relative;
    top: -1.5px;
    display: inline-block;
    font-family: 'Icons Startup X Template', sans-serif;
    font-size: 7px;
    font-weight: 400;
}

.dropdown-nav {
    margin-right: 25px;
    margin-bottom: 0px;
    padding-left: 0px;
    list-style-type: none;
}

    .dropdown-nav.last {
        margin-right: 0px;
    }

.dropdown-nav-pages-wrapper {
    width: 100%;
    margin-right: 60px;
}

    .dropdown-nav-pages-wrapper.last {
        margin-right: 0px;
    }

    .dropdown-nav-pages-wrapper.inside {
        margin-top: 23px;
    }

.dropdown-nav-item {
    margin-bottom: 15px;
    line-height: 1.125em;
}

.dropdown-nav-main-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    max-width: 100%;
    padding: 20px 35px 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-style: solid;
    border-width: 1px;
    border-color: #e7e9ee;
    border-radius: 18px;
    background-color: #fff;
    box-shadow: 0 4px 22px 0 rgba(41, 44, 50, 0.04);
}

.nav-link-dropdown {
    line-height: 1em;
}

.dropdown-nav-link {
    color: #6f7278;
    font-size: 16px;
    line-height: 1.125em;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
}

    .dropdown-nav-link.special {
        display: inline-block;
        padding-bottom: 6px;
        border-bottom: 3px solid #055f5b;
        -webkit-transition: border-color 300ms ease, color 300ms ease;
        transition: border-color 300ms ease, color 300ms ease;
        color: #055f5b;
        font-weight: 800;
    }

        .dropdown-nav-link.special:hover {
            border-bottom-color: #292c32;
            color: #292c32;
        }

.dropdown-list {
    left: 0px;
    padding-top: 30px;
    background-color: transparent;
}

.cart-wrapper {
    z-index: 999;
    background-color: rgba(21, 22, 26, 0.85);
}

.cart-header {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom-color: #e7e9ee;
}

.cart-close-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

    .cart-close-button:hover {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }

.cart-list {
    padding-top: 20px;
    padding-bottom: 20px;
}

.cart-footer {
    padding-top: 24px;
    border-top-color: #e7e9ee;
}

.cart-subtotal {
    color: #292c32;
    font-size: 20px;
}

.cart-line-item {
    margin-bottom: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cart-item {
    padding-top: 15px;
    padding-bottom: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cart-item-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 16px;
    margin-bottom: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.cart-item-content {
    margin-right: 0px;
    margin-left: 0px;
}

.cart-item-price {
    color: #292c32;
    font-weight: 500;
}

.cart-item-result {
    color: #292c32;
    font-weight: 500;
}

.remove-button {
    margin-top: 8px;
    line-height: 1em;
    text-decoration: none;
}

.success-message {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 18px;
    background-color: #e9f8f7;
    color: #055f5b;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.error-message {
    margin-top: 20px;
    padding: 20px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    border-radius: 18px;
    background-color: #faf6f1;
    color: #f50;
    font-weight: 500;
    text-align: center;
}

.about-v1-hero-achievements-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.about-v2-hero-button-wrapper {
    position: relative;
    z-index: 1;
}

.about-v3-hero-button-wrapper {
    position: relative;
    z-index: 1;
}

.grid-home-sections {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.home-screenshots-container {
    position: absolute;
    left: auto;
    top: 0%;
    right: -5%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 53%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.screenshoots-grid {
    margin-right: 8px;
    margin-left: 8px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
}

    .screenshoots-grid.column-1 {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

.screenshot-image {
    width: 100%;
    border-radius: 7px;
    box-shadow: 0 4px 8px 0 rgba(41, 44, 50, 0.24);
}

.card-pages-title {
    margin-top: 28px;
    margin-bottom: 0px;
    padding-right: 28px;
    padding-left: 28px;
}

.home-pages-container {
    margin-bottom: 80px;
}

    .home-pages-container.last {
        margin-bottom: 0px;
    }

.badge-home-pages {
    position: absolute;
    left: auto;
    top: 16px;
    right: 16px;
    bottom: auto;
    padding: 5px 14px;
    border-radius: 20px;
    background-color: #ffd584;
    box-shadow: 0 4px 10px 0 rgba(5, 95, 91, 0.14);
    color: #292c32;
    font-weight: 700;
}

._3-columns-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
}

    ._3-columns-grid.cards {
        -ms-grid-rows: auto;
        grid-template-rows: auto;
    }

        ._3-columns-grid.cards.sales {
            grid-column-gap: 24px;
        }

.heading-size-h3 {
    margin-bottom: 12px;
    color: #292c32;
    font-size: 24px;
    font-weight: 700;
}

.hom-sales-text {
    padding: 28px 22px;
    color: #292c32;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
}

.figma-card-image {
    width: 100%;
    max-width: 656px;
    min-width: 656px;
}

.figma-card-text {
    padding-right: 34px;
    padding-left: 54px;
}

.mg-bottom-24px {
    margin-bottom: 24px;
}

.card-title {
    margin-bottom: 16px;
    color: #292c32;
    font-size: 26px;
    font-weight: 700;
}

._1-col-grid {
    grid-column-gap: 24px;
}

    ._1-col-grid.sales-page {
        max-width: 384px;
        margin-top: 24px;
        margin-right: auto;
        margin-left: auto;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
    }

._2-col-grid {
    grid-column-gap: 26px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

    ._2-col-grid.sales-page {
        margin-bottom: 72px;
        grid-column-gap: 80px;
        -ms-grid-columns: 1fr 1.4fr;
        grid-template-columns: 1fr 1.4fr;
    }

        ._2-col-grid.sales-page.left-image {
            -ms-grid-columns: 1.4fr 1fr;
            grid-template-columns: 1.4fr 1fr;
        }

.sales-image {
    border-style: solid;
    border-width: 1px;
    border-color: #e7e9ee;
    border-radius: 18px;
    box-shadow: 0 2px 8px 0 rgba(41, 44, 50, 0.08);
}

.heading-size-h2 {
    margin-bottom: 12px;
    color: #292c32;
    font-size: 38px;
    font-weight: 700;
}

.cta-image-card {
    width: 1140px;
    max-width: 1140px;
    margin-top: 52px;
    margin-bottom: -23px;
}

.cta-square-logo {
    margin-bottom: 22px;
    border-radius: 22px;
    box-shadow: 0 8px 28px 0 rgba(20, 20, 43, 0.1);
}

    .cta-square-logo.border {
        border-style: solid;
        border-width: 1px;
        border-color: #e7e9ee;
    }

.content-buy-now-rapper {
    padding-top: 48px;
    padding-right: 40px;
    padding-left: 40px;
}

.mg-bottom-0 {
    margin-bottom: 0px;
}

.component-divider {
    margin-bottom: 210px;
}

    .component-divider.last {
        margin-bottom: 0px;
    }

.component-wrapper {
    border-top: 1px solid #e7e9ee;
    border-bottom: 1px solid #e7e9ee;
}

.style---line-icons-grid {
    grid-column-gap: 24px;
    grid-template-columns: repeat(auto-fit, 20px);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.line-rounded-icon {
    font-family: 'Line Rounded Icons', sans-serif;
    font-weight: 400;
}

.mg-bottom-56px {
    margin-bottom: 56px;
}

.line-square-icon {
    font-family: 'Line Square Icons', sans-serif;
}

.filled-icons {
    font-family: 'Filled Icons', sans-serif;
}

.social-icon-font {
    font-family: 'Social Icons Font', sans-serif;
    line-height: 21px;
}

.notification-banner-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 80px;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #055f5b;
    color: #fff;
    text-align: center;
}

.position-relative {
    position: relative;
}

.max-with-400px {
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
}

    .max-with-400px.left {
        margin-left: 0px;
    }

.line-rounded-icon-close {
    font-family: 'Line Rounded Icons', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

    .line-rounded-icon-close.close-icon {
        position: absolute;
        left: auto;
        top: 0%;
        right: 0%;
        bottom: 0%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 32px;
        height: 32px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: -webkit-transform 300ms ease;
        transition: -webkit-transform 300ms ease;
        transition: transform 300ms ease;
        transition: transform 300ms ease, -webkit-transform 300ms ease;
        cursor: pointer;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }

        .line-rounded-icon-close.close-icon:hover {
            -webkit-transform: scale3d(0.92, 0.92, 1.01);
            transform: scale3d(0.92, 0.92, 1.01);
        }

        .line-rounded-icon-close.close-icon.v3 {
            -webkit-transform: translate(0px, 50%);
            -ms-transform: translate(0px, 50%);
            transform: translate(0px, 50%);
        }

@media screen and (min-width: 1440px) {
    .footer-nav {
        margin-right: 40px;
    }

    .section.home-sections {
        min-height: 90vh;
    }

    .container-medium-637px.center.what-is-included {
        max-width: 690px;
        margin-bottom: 40px;
    }

    .footer-menu-wrapper {
        margin-right: 40px;
    }

        .footer-menu-wrapper.pages {
            max-width: 450px;
        }

    .footer-title {
        color: #1E1E1E;
        font-size: 17.797px;
        font-style: normal;
        font-weight: 700;
        line-height: 33px; /* 158.678% */
    }

    .shipping-method-price {
        font-weight: 700;
    }

    .grid-home-sections {
        -ms-grid-columns: 0.9fr 1fr;
        grid-template-columns: 0.9fr 1fr;
    }
}

@media screen and (max-width: 991px) {
    h1 {
        margin-bottom: 16px;
        font-size: 43px;
    }

    h2 {
        margin-bottom: 20px;
    }

    blockquote {
        padding: 100px 60px;
        background-position: 128% -60%, -28% 180%;
        font-size: 22px;
    }

    .flex.center.align-center.notification-banner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .style-guide-sidebar {
        display: none;
    }

    .container-default.checkout {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .style-guide-content {
        margin-left: 0px;
    }

    .section-styleguide {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .style-guide-header {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .typography-container {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .paragraph-large.landing-page-hero {
        margin-bottom: 40px;
    }

    .paragraph-large.product {
        margin-bottom: 40px;
    }

    .style-guide-subheader {
        padding-top: 34px;
        padding-bottom: 34px;
    }

    .style-guide-content-wrapper {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .buttons-grid {
        grid-row-gap: 40px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .button-primary.full-width.create-account {
        margin-top: 20px;
    }

    .button-primary.button-white.small.notification-bar {
        margin-top: 7px;
        margin-left: 0px;
    }

    .button-primary.card-career-page-button {
        margin-top: 43px;
    }

    .button-secondary.full-width.create-account-social-media {
        margin-right: 20px;
        margin-bottom: 0px;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .button-secondary.full-width.sign-in-social-media {
        margin-right: 20px;
        margin-bottom: 0px;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .button-secondary.full-width.add-to-cart-button {
        margin-top: 15px;
    }

    .cards-grid {
        grid-row-gap: 64px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .header {
        padding-top: 28px;
        padding-bottom: 28px;
    }

    .header-navigation {
        margin-right: 24px;
        margin-left: 24px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .nav-item-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-right: 0px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .nav-link {
        font-size: 32px;
    }

        .nav-link.dropdown {
            display: inline-block;
        }

    .menu-button {
        overflow: hidden;
        width: 50px;
        min-height: 50px;
        min-width: 50px;
        margin-left: 23px;
        padding: 0px;
        border-radius: 1000px;
        background-color: #114617;
        -webkit-transition: background-color 350ms ease;
        transition: background-color 350ms ease;
        color: #fff;
        font-size: 30px;
    }

        .menu-button:hover {
            background-color: #114617;
        }

        .menu-button.w--open {
            background-color: #114617;
        }

        .menu-button.v2 {
            margin-left: 0px;
        }

    .nav-menu {
        position: fixed;
        overflow: auto;
        width: 100vw;
        max-height: 100vh;
        max-width: 100%;
        padding-top: 121px;
        padding-bottom: 36px;
        background-color: #fafafc;
        box-shadow: 0 4px 22px 0 rgba(41, 44, 50, 0.04);
    }

        .nav-menu.hidden-on-desktop {
            display: block;
        }

        .nav-menu.hidde-on-tablet {
            display: none;
        }

    .footer-nav {
        margin-right: 30px;
    }

    .footer-logo {
        width: 180px;
    }

    .section {
        padding-top: 160px;
        padding-bottom: 160px;
    }

        .section.bg-primary-1.home-v1-hero {
            padding-top: 96px;
            padding-bottom: 0px;
        }

        .section.bg-primary-1.cta-1 {
            padding-top: 128px;
            padding-bottom: 128px;
        }

        .section.bg-primary-1.cta-2 {
            padding-top: 105px;
            padding-bottom: 105px;
        }

        .section.bg-primary-1.cta-3 {
            padding-top: 88px;
            padding-bottom: 88px;
        }

        .section.bg-primary-1.about-v2-hero {
            padding-top: 102px;
            padding-bottom: 0px;
        }

        .section.bg-primary-1.about-v2-achievements {
            padding-top: 131px;
            padding-bottom: 131px;
        }

        .section.bg-primary-1.more-jobs {
            padding-top: 144px;
            padding-bottom: 144px;
        }

        .section.bg-primary-1.newsletter-v1 {
            padding-top: 115px;
            padding-bottom: 115px;
        }

        .section.bg-primary-1.blog-v2-hero {
            padding-top: 99px;
            padding-bottom: 112px;
        }

        .section.bg-primary-1.terms-conditions-hero {
            padding-top: 116px;
            padding-bottom: 116px;
        }

        .section.bg-primary-1.cta-4 {
            padding-top: 88px;
            padding-bottom: 88px;
        }

        .section.bg-primary-1.shop-hero {
            padding-top: 84px;
            padding-bottom: 92px;
        }

        .section.bg-primary-1.product-about {
            padding-top: 104px;
            padding-bottom: 104px;
        }

        .section.bg-primary-1.utility-page-hero {
            padding-top: 84px;
            padding-bottom: 92px;
        }

        .section.bg-primary-1.shop-category-hero {
            padding-top: 84px;
            padding-bottom: 92px;
        }

        .section.home-v1-companies {
            padding-top: 112px;
            padding-bottom: 96px;
        }

        .section.padding-240px {
            padding-top: 160px;
            padding-bottom: 192px;
        }

        .section.bg-secondary-1.padding-160px {
            padding-top: 128px;
            padding-bottom: 128px;
        }

        .section.bg-secondary-1.padding-120px {
            padding-top: 96px;
            padding-bottom: 96px;
        }

        .section.bg-secondary-1.about-v2-values {
            padding-top: 138px;
            padding-bottom: 138px;
        }

        .section.bg-secondary-1.about-v3-mission {
            padding-top: 160px;
            padding-bottom: 0px;
        }

        .section.bg-secondary-1.contact-form {
            padding-top: 144px;
            padding-bottom: 144px;
        }

        .section.home-v2-hero {
            padding-top: 96px;
            padding-bottom: 70px;
        }

        .section.home-v3-hero {
            padding-top: 148px;
            padding-bottom: 50px;
        }

        .section.about-v1-hero {
            padding-top: 102px;
        }

        .section.padding-180px {
            padding-top: 144px;
            padding-bottom: 144px;
        }

        .section.about-v3-hero {
            padding-top: 100px;
            padding-bottom: 63px;
        }

        .section.about-v3-team {
            padding-bottom: 144px;
        }

        .section.features {
            padding-top: 96px;
            padding-bottom: 150px;
        }

        .section.services {
            padding-top: 96px;
        }

        .section.contact {
            padding-top: 96px;
            padding-bottom: 134px;
        }

        .section.careers-hero {
            padding-top: 96px;
        }

        .section.company-perks {
            padding-top: 144px;
        }

        .section.open-positions {
            padding-top: 160px;
            padding-bottom: 144px;
        }

        .section.career {
            padding-top: 46px;
            padding-bottom: 124px;
        }

        .section.blog-v1-hero {
            padding-top: 96px;
        }

        .section.blog-v1 {
            padding-top: 120px;
            padding-bottom: 170px;
        }

        .section.blog-v3 {
            padding-top: 112px;
            padding-bottom: 144px;
        }

        .section.blog-v3-hero {
            padding-top: 96px;
            padding-bottom: 116px;
        }

        .section.blog-post {
            padding-top: 96px;
            padding-bottom: 112px;
        }

        .section.blog-post-articles {
            padding-top: 112px;
            padding-bottom: 144px;
        }

        .section.pricing {
            padding-top: 96px;
            padding-bottom: 144px;
        }

        .section.team-page {
            padding-top: 96px;
            padding-bottom: 144px;
        }

        .section.team {
            padding-top: 104px;
            padding-bottom: 144px;
        }

        .section.help-center-hero {
            padding-top: 137px;
            padding-bottom: 257px;
        }

        .section.help-center {
            padding-top: 40px;
            padding-bottom: 128px;
        }

        .section.help-center-article {
            padding-top: 96px;
            padding-bottom: 132px;
        }

        .section.create-account {
            padding-top: 64px;
            padding-bottom: 82px;
        }

        .section.sign-in {
            padding-top: 64px;
            padding-bottom: 70px;
        }

        .section.forgot-password {
            padding-bottom: 117px;
        }

        .section.confirm-email {
            padding-bottom: 117px;
        }

        .section.terms-conditions {
            padding-top: 86px;
            padding-bottom: 118px;
        }

        .section.coming-soon {
            padding-bottom: 117px;
        }

        .section.request-demo {
            padding-top: 64px;
            padding-bottom: 124px;
        }

        .section.landing-page-hero {
            padding-top: 64px;
            padding-bottom: 108px;
        }

        .section.landing-page-companies {
            padding-top: 76px;
            padding-bottom: 76px;
        }

        .section.landing-page {
            padding-top: 190px;
            padding-bottom: 114px;
        }

        .section.landing-page-product {
            padding-top: 114px;
            padding-bottom: 150px;
        }

        .section.shop {
            padding-top: 100px;
            padding-bottom: 133px;
        }

        .section.product {
            padding-top: 64px;
            padding-bottom: 128px;
        }

        .section.utility-page {
            padding-top: 100px;
        }

        .section.shop-category {
            padding-top: 100px;
            padding-bottom: 133px;
        }

        .section.open-positions-category {
            padding-top: 96px;
            padding-bottom: 144px;
        }

        .section.blog-category {
            padding-top: 96px;
        }

        .section.home-sections {
            height: 100%;
            padding-top: 86px;
            padding-bottom: 86px;
        }

    .utility-page-wrap {
        padding-bottom: 116px;
    }

    .utility-page-content-password {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    ._404-title {
        font-size: 150px;
    }

    .container-medium-761px.changelog {
        margin-top: -148px;
    }

    .divider.footer-content-top-divider {
        margin-top: 60px;
        margin-bottom: 83px;
    }

    .divider.footer-content-bottom-divider {
        margin-top: 83px;
    }

    .divider.home-v3-companies {
        margin-bottom: 50px;
    }

    .divider.career-page {
        margin-bottom: 54px;
    }

    .divider.card-plan {
        width: 1px;
        margin: 0px 40px 0px 30px;
    }

    .divider.card-team {
        margin-top: 67px;
        margin-bottom: 60px;
    }

    .divider.terms-conditions {
        margin-top: 90px;
        margin-bottom: 98px;
    }

    .paragraph.neutral-100.newsletter-v1 {
        margin-right: auto;
        margin-left: auto;
    }

    .paragraph.home-v1-testimonials {
        margin-right: auto;
        margin-left: auto;
    }

    .paragraph.home-v2-hero {
        margin-bottom: 50px;
    }

    .paragraph.home-v2-features {
        margin-bottom: 40px;
    }

    .paragraph.home-v2-get-started {
        margin-right: auto;
        margin-bottom: 40px;
        margin-left: auto;
        text-align: center;
    }

    .paragraph.testimonial-company {
        max-width: 630px;
        margin-right: auto;
        margin-bottom: 40px;
        margin-left: auto;
    }

    .paragraph.about-v3-mission {
        max-width: none;
    }

    .paragraph.careers-testimonials {
        margin-bottom: 35px;
    }

    .paragraph.open-positions-contact {
        margin-bottom: 28px;
    }

    .paragraph.card-help-center-category {
        margin-bottom: 28px;
    }

    .paragraph.create-account {
        margin-bottom: 32px;
    }

    .paragraph.coming-soon {
        margin-bottom: 40px;
    }

    .paragraph.landing-page-content-top-paragraph {
        margin-bottom: 40px;
    }

    .paragraph.landing-page-content-bottom-paragraph {
        margin-bottom: 40px;
    }

    .card.perk {
        min-height: auto;
    }

    .card.home-v3-feature {
        max-width: 100%;
        padding-right: 44px;
        padding-left: 44px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .card.home-v3-case-study {
        padding-top: 53px;
        padding-bottom: 55px;
    }

    .card.home-v3-testimonials {
        position: static;
        max-width: 660px;
        margin-top: -60px;
        padding-top: 65px;
        padding-bottom: 65px;
    }

    .card.about-v1-value {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .card.about-v2-value {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .card.team-v2 {
        padding-right: 35px;
        padding-left: 35px;
    }

    .card.career {
        padding-top: 50px;
        padding-bottom: 51px;
    }

    .card.feature {
        max-width: 100%;
        padding-right: 35px;
        padding-bottom: 48px;
        padding-left: 35px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .cardw.feature {
        max-width: 100%;
        padding-right: 35px;
        padding-bottom: 48px;
        padding-left: 35px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .card.contact {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .card.contact-form {
        min-height: 603px;
        padding: 47px;
    }

    .card.company-perk {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .card.career-page {
        padding: 53px 60px 70px;
    }

    .card.career-apply {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 40px 60px 51px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .card.blog-v1-featured {
        position: static;
        max-width: 90%;
        margin-top: -153px;
        padding-top: 63px;
        padding-right: 40px;
        padding-bottom: 63px;
    }

    .card.author {
        margin-top: 30px;
        padding: 60px;
    }

    .card.plan {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        max-width: 100%;
        margin-right: 0px;
        margin-bottom: 32px;
        padding-top: 53px;
    }

        .card.plan.popular {
            margin-bottom: 32px;
        }

    .card.team {
        padding: 68px 60px 74px;
    }

    .card.help-center-category {
        padding-top: 47px;
        padding-bottom: 47px;
    }

    .card.help-center-category-article {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .card.help-center-article {
        padding-top: 82px;
        padding-right: 80px;
        padding-left: 80px;
    }

    .card.create-account-testimonial {
        margin-bottom: 50px;
        padding: 54px 46px 60px;
    }

    .card.sign-in-testimonial {
        margin-bottom: 50px;
        padding: 54px 46px 60px;
    }

    .card.forgot-password {
        padding: 68px 63px 73px;
    }

    .card.confirm-email {
        padding: 40px 65px 56px;
    }

    .card.terms-conditions-nav {
        position: static;
    }

    .card.coming-soon {
        padding: 64px 64px 83px;
    }

    .card.request-demo {
        max-width: 100%;
        min-height: 597px;
        padding-top: 68px;
        padding-bottom: 68px;
    }

    .card.request-demo-content-team {
        margin-bottom: 0px;
    }

    .card.landing-page-hero {
        max-width: 100%;
        min-height: 585px;
        padding-top: 68px;
        padding-bottom: 68px;
    }

    .card.landing-page-testimonial {
        max-width: 100%;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .card.product-about-tabs-content {
        max-width: 100%;
        margin-left: 0px;
        padding: 72px 66px 57px;
    }

    .card.default {
        padding-right: 40px;
        padding-left: 40px;
    }

    .card.figma-included {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .checkout-form {
        padding-top: 100px;
        padding-bottom: 144px;
    }

    .checkout-block-header {
        padding-right: 60px;
        padding-left: 60px;
    }

    .checkout-block-content {
        padding-right: 60px;
        padding-left: 60px;
    }

    .title.neutral-100.cta-1 {
        margin-right: 0px;
        margin-bottom: 40px;
    }

    .title.neutral-100.cta-2 {
        margin-right: 0px;
        margin-bottom: 40px;
    }

    .title.neutral-100.home-v1-hero {
        max-width: 453px;
        margin-right: auto;
        margin-left: auto;
    }

    .title.neutral-100.about-v2-hero {
        max-width: 453px;
        margin-right: auto;
        margin-left: auto;
    }

    .title.neutral-100.about-v3-hero {
        margin-bottom: 10px;
    }

    .title.neutral-100.contact {
        margin-bottom: 10px;
    }

    .title.neutral-100.newsletter-v1 {
        margin-bottom: 10px;
    }

    .title.neutral-100.blog-v2-hero {
        margin-bottom: 10px;
    }

    .title.neutral-100.blog-post {
        margin-bottom: 20px;
    }

    .title.neutral-100.pricing {
        margin-bottom: 10px;
    }

    .title.neutral-100.help-center-hero {
        margin-bottom: 10px;
    }

    .title.neutral-100.help-center-category {
        margin-bottom: 10px;
    }

    .title.neutral-100.terms-conditions {
        margin-bottom: 20px;
    }

    .title.neutral-100.shop-hero {
        margin-bottom: 20px;
    }

    .title.neutral-100.utility-page-hero {
        margin-bottom: 20px;
    }

    .title.h4-size.home-v1-companies {
        margin-bottom: 35px;
    }

    .title.h4-size.past-experience {
        margin-bottom: 10px;
    }

    .title.home-v1-testimonials {
        margin-bottom: 16px;
    }

    .title.home-v1-get-started {
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }

    .title.home-v2-hero {
        max-width: 463px;
        margin-bottom: 20px;
    }

    .title.home-v2-features {
        max-width: 530px;
        margin-right: auto;
        margin-left: auto;
    }

    .title.clients-startups {
        max-width: 641px;
        margin-right: auto;
        margin-left: auto;
    }

    .title.home-v2-get-started {
        text-align: center;
    }

    .title.home-v3-features {
        max-width: 574px;
        margin-right: auto;
        margin-left: auto;
    }

    .title.card-home-v3-feature {
        margin-bottom: 10px;
    }

    .title.about-v1-story {
        max-width: 679px;
        margin-right: auto;
        margin-left: auto;
    }

    .title.about-v1-mission {
        max-width: 679px;
        margin-right: auto;
        margin-left: auto;
    }

    .title.about-v2-offices {
        margin-bottom: 16px;
    }

    .title.about-v3-mission {
        margin-bottom: 16px;
    }

    .title.card-feature {
        margin-bottom: 10px;
    }

    .title.h3-size.card-feature {
        margin-bottom: 10px;
    }

    .title.h3-size.card-service {
        margin-bottom: 10px;
    }

    .title.h3-size.card-career-page {
        margin-bottom: 10px;
    }

    .title.h3-size.card-about-team {
        margin-right: 8px;
    }

    .title.h3-size.card-help-center-category-article {
        margin-bottom: 10px;
    }

    .title.h3-size.create-account-testimonial {
        margin-bottom: 10px;
    }

    .title.h3-size.sign-in-testimonial {
        margin-bottom: 10px;
    }

    .title.h3-size.product-item-title {
        margin-bottom: 10px;
    }

    .title.contact-form {
        margin-bottom: 18px;
    }

    .title.card-company-perk {
        margin-bottom: 10px;
    }

    .title.open-positions {
        margin-right: 40px;
        margin-bottom: 35px;
    }

    .title.h2-size.card-career-page {
        margin-bottom: 20px;
    }

    .title.h2-size.sign-in {
        margin-bottom: 16px;
    }

    .title.h2-size.confirm-email {
        margin-bottom: 16px;
    }

    .title.h2-size.request-demo-content {
        margin-bottom: 10px;
    }

    .title.card-career-apply {
        margin-bottom: 10px;
    }

    .title.blog-v1-hero {
        margin-bottom: 60px;
    }

    .title.blog-v1 {
        margin-bottom: 35px;
    }

    .title.blog-v2 {
        margin-bottom: 35px;
    }

    .title.blog-v3 {
        margin-bottom: 35px;
    }

    .title.blog-v3-hero {
        margin-bottom: 10px;
    }

    .title.blog-v3-featured-first {
        margin-bottom: 20px;
    }

    .title.faqs-contact {
        margin-bottom: 10px;
    }

    .title.team-page {
        margin-bottom: 10px;
    }

    .title.help-center {
        margin-bottom: 40px;
    }

    .title.card-help-center-category {
        margin-bottom: 10px;
    }

    .title.help-center-category-contact {
        margin-bottom: 10px;
    }

    .title.help-center-article {
        margin-bottom: 20px;
    }

    .title.coming-soon {
        margin-bottom: 10px;
    }

    .title.request-demo-content-features {
        margin-bottom: 20px;
    }

    .title.landing-page-hero {
        margin-bottom: 20px;
    }

    .title.landing-page-content-top-title {
        max-width: 528px;
        margin-right: auto;
        margin-bottom: 10px;
        margin-left: auto;
    }

    .title.landing-page-content-bottom-title {
        max-width: 528px;
        margin-right: auto;
        margin-bottom: 10px;
        margin-left: auto;
    }

    .title.card-landing-page-testimonial {
        margin-bottom: 10px;
    }

    .title.product {
        margin-bottom: 10px;
    }

    .title.product-about {
        margin-bottom: 16px;
    }

    .title.h1-size {
        font-size: 43px;
    }

        .title.h1-size.shop-category-name {
            margin-right: 13px;
        }

        .title.h1-size.open-positions-category-name {
            margin-right: 13px;
        }

        .title.h1-size.blog-category-name {
            margin-right: 13px;
        }

    .split-content.checkout-left {
        margin-right: 0px;
        margin-bottom: 40px;
    }

    .split-content.checkout-right {
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    }

    .split-content.header-right {
        position: relative;
        z-index: 99;
    }

    .split-content.header-left {
        position: relative;
        z-index: 99;
    }

    .split-content.home-v1-features-left {
        max-width: 100%;
        margin-right: 0px;
    }

    .split-content.home-v1-features-right {
        max-width: 100%;
        margin-top: 20px;
        margin-bottom: -60px;
    }

    .split-content.home-v1-testimonials-left {
        max-width: 754px;
        margin-right: 0px;
    }

    .split-content.home-v1-testimonials-right {
        width: 100%;
        max-width: 700px;
        margin-bottom: 60px;
        text-align: center;
    }

    .split-content.home-v1-faqs-top-left {
        margin-bottom: 40px;
    }

    .split-content.faqs-left {
        max-width: 100%;
        margin-right: 0px;
    }

    .split-content.faqs-right {
        max-width: 100%;
    }

    .split-content.clients-individuals-left {
        max-width: 754px;
        margin-bottom: 50px;
        text-align: center;
    }

    .split-content.clients-individuals-right {
        max-width: 754px;
    }

    .split-content.clients-startups-left {
        max-width: 754px;
    }

    .split-content.clients-startups-right {
        max-width: 754px;
        margin-bottom: 50px;
        text-align: center;
    }

    .split-content.home-v3-features-left {
        max-width: none;
        margin-bottom: 35px;
    }

    .split-content.about-v1-story-left {
        max-width: none;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 100px;
    }

    .split-content.about-v1-story-right {
        max-width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .split-content.about-v1-values-left {
        margin-bottom: 35px;
        text-align: center;
    }

    .split-content.about-v2-offices-left {
        margin-right: 0px;
    }

    .split-content.about-v2-offices-right {
        max-width: 557px;
    }

    .split-content.about-v3-careers-left {
        max-width: 56%;
    }

    .split-content.about-v3-values-left {
        max-width: 55%;
    }

    .split-content.about-v3-values-content-left {
        margin-bottom: -75px;
    }

    .split-content.about-v3-values-content-right {
        margin-bottom: -75px;
    }

    .split-content.careers-hero-left {
        margin-right: 30px;
        margin-bottom: 35px;
    }

    .split-content.careers-hero-right {
        margin-bottom: 35px;
    }

    .split-content.career-content {
        max-width: 100%;
        margin-bottom: 60px;
    }

    .split-content.career-sidebar {
        max-width: 100%;
        min-width: auto;
    }

    .split-content.newsletter-v1-content {
        margin-right: 0px;
        margin-bottom: 40px;
    }

    .split-content.create-account-left {
        max-width: 100%;
        margin-bottom: 80px;
    }

    .split-content.create-account-right {
        max-width: 100%;
    }

    .split-content.sign-in-left {
        max-width: 100%;
    }

    .split-content.sign-in-right {
        width: 100%;
        min-width: auto;
        margin-bottom: 80px;
    }

    .split-content.terms-conditions-left {
        max-width: 800px;
        margin-right: 0px;
        margin-bottom: 60px;
    }

    .split-content.terms-conditions-right {
        max-width: 800px;
    }

    .split-content.request-demo-content {
        max-width: 100%;
        margin-bottom: 80px;
    }

    .split-content.landing-page-hero-content {
        max-width: 600px;
        min-width: auto;
        margin-right: 0px;
        margin-bottom: 80px;
    }

    .split-content.landing-page-content-top-content {
        max-width: 660px;
        margin-right: 0px;
        margin-bottom: 40px;
        text-align: center;
    }

    .split-content.landing-page-content-bottom-content {
        max-width: 660px;
        margin-bottom: 40px;
        text-align: center;
    }

    .split-content.product-content {
        max-width: 588px;
    }

    .split-content.more-products-left {
        margin-bottom: 35px;
    }

    .image-wrapper.home-v1-hero {
        position: relative;
        left: 0%;
        top: auto;
        width: 100%;
        max-height: 600px;
    }

    .image-wrapper.home-v1-get-started {
        max-width: 754px;
    }

    .image-wrapper.home-v2-features {
        max-width: 754px;
        margin-right: 0px;
    }

    .image-wrapper.home-v2-get-started {
        max-width: 754px;
        margin-right: 0px;
    }

    .image-wrapper.testimonial-company {
        max-width: 754px;
    }

    .image-wrapper.home-v3-testimonials {
        max-width: 100%;
    }

    .image-wrapper.about-v1-mission {
        margin-bottom: 0px;
    }

    .image-wrapper.about-v2-hero {
        position: relative;
        z-index: 1;
        width: 100%;
        max-height: 600px;
    }

    .image-wrapper.about-v3-hero-1 {
        margin-right: 43px;
    }

    .image-wrapper.about-v3-mission {
        position: static;
        max-width: 100%;
    }

    .image-wrapper.careers-testimonials {
        max-width: 754px;
        margin-right: 0px;
    }

    .image-wrapper.blog-v1-featured {
        max-width: 100%;
        min-height: auto;
    }

    .image-wrapper.blog-v3-featured-first {
        margin-bottom: 30px;
    }

    .image-wrapper.blog-v3-featured {
        max-width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .image-wrapper.blog-post {
        margin-bottom: 60px;
    }

    .image-wrapper.landing-page-content-top-image {
        max-width: 100%;
    }

    .image-wrapper.landing-page-content-bottom-image {
        max-width: 100%;
        margin-right: 0px;
    }

    .image-wrapper.product-item-image {
        max-width: 45%;
        margin-right: 30px;
        margin-bottom: 0px;
    }

    .image-wrapper.product {
        margin-right: 0px;
        margin-bottom: 50px;
    }

    .image.home-v1-hero {
        -o-object-position: 50% 20%;
        object-position: 50% 20%;
    }

    .image.home-v1-feature {
        margin-right: 0px;
        margin-bottom: 20px;
        margin-left: 20px;
    }

        .image.home-v1-feature.world-class {
            margin-left: 0px;
        }

    .image.home-v1-company {
        margin-right: 20px;
        margin-bottom: 30px;
        margin-left: 20px;
    }

    .image.home-v2-company {
        margin-right: 10px;
        margin-bottom: 30px;
        margin-left: 10px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

    .image.home-v3-company {
        margin-right: 10px;
        margin-bottom: 30px;
        margin-left: 10px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

    .image.testimonial-company-logo {
        margin-bottom: 25px;
    }

    .image.card-about-v1-value {
        max-width: 111px;
        margin-bottom: 20px;
    }

    .image.about-v2-hero {
        -o-object-position: 50% 30%;
        object-position: 50% 30%;
    }

    .image.card-about-v2-value {
        max-width: 111px;
        margin-bottom: 20px;
    }

    .image.about-v3-company {
        margin-right: 10px;
        margin-bottom: 30px;
        margin-left: 10px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

    .image.about-v3-mission {
        max-height: 600px;
        -o-object-position: 50% 25%;
        object-position: 50% 25%;
    }

    .image.card-feature {
        margin-right: 0px;
    }

    .image.card-contact {
        margin-right: 40px;
        margin-bottom: 0px;
    }

    .image.contact-form-link-icon {
        width: 47px;
        min-height: 47px;
        min-width: 47px;
        margin-right: 14px;
    }

    .image.card-company-perk-icon {
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .image.card-help-center-category {
        margin-bottom: 33px;
    }

    .image.help-center-1 {
        left: -149px;
        bottom: -245px;
        max-width: 37%;
    }

    .image.help-center-2 {
        right: -209px;
        bottom: -301px;
        max-width: 51%;
    }

    .image.help-center-category {
        margin-bottom: 33px;
    }

    .image.card-confirm-email {
        margin-bottom: 27px;
    }

    .image.card-coming-soon {
        margin-bottom: 40px;
    }

    .image.landing-page-company {
        margin-right: 10px;
        margin-bottom: 30px;
        margin-left: 10px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

    .home-v1-hero-content {
        max-width: 566px;
        margin-right: auto;
        margin-bottom: 100px;
        margin-left: auto;
        text-align: center;
    }

    .subtitle-wrapper {
        margin-bottom: 15px;
    }

        .subtitle-wrapper.home-v1-hero {
            margin-bottom: 20px;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        .subtitle-wrapper.home-v1-features {
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        .subtitle-wrapper.home-v1-faqs {
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        .subtitle-wrapper.home-v1-get-started {
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            text-align: center;
        }

        .subtitle-wrapper.home-v1-testimonials {
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        .subtitle-wrapper.home-v2-features {
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        .subtitle-wrapper.home-v2-get-started {
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        .subtitle-wrapper.clients-individuals {
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        .subtitle-wrapper.clients-startups {
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        .subtitle-wrapper.home-v3-hero {
            margin-bottom: 20px;
        }

        .subtitle-wrapper.home-v3-features {
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        .subtitle-wrapper.about-v1-story {
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        .subtitle-wrapper.about-v1-mission {
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        .subtitle-wrapper.about-v1-values {
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        .subtitle-wrapper.about-v2-offices {
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        .subtitle-wrapper.about-v3-mission {
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        .subtitle-wrapper.contact-form {
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        .subtitle-wrapper.careers-testimonials {
            margin-bottom: 20px;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

    .subtitle-line.bg-neutral-100.home-v1-hero {
        display: none;
    }

    .subtitle-line.home-v1-features {
        display: none;
    }

    .subtitle-line.home-v1-faqs {
        display: none;
    }

    .subtitle-line.home-v1-get-started {
        display: none;
    }

    .subtitle-line.home-v1-testimonials {
        display: none;
    }

    .subtitle-line.home-v2-features {
        display: none;
    }

    .subtitle-line.home-v2-get-started {
        display: none;
    }

    .subtitle-line.clients-individuals {
        display: none;
    }

    .subtitle-line.clients-startups {
        display: none;
    }

    .subtitle-line.home-v3-features {
        display: none;
    }

    .subtitle-line.about-v1-story {
        display: none;
    }

    .subtitle-line.about-v1-mission {
        display: none;
    }

    .subtitle-line.about-v1-values {
        display: none;
    }

    .subtitle-line.about-v2-offices {
        display: none;
    }

    .subtitle-line.about-v3-mission {
        display: none;
    }

    .subtitle-line.contact-form {
        display: none;
    }

    .subtitle-line.careers-testimonials {
        display: none;
    }

    .subtitle.perks {
        margin-bottom: 15px;
    }

    .subtitle.home-v2-testimonials {
        margin-bottom: 15px;
    }

    .subtitle.home-v2-blog {
        margin-bottom: 15px;
    }

    .subtitle.home-v3-testimonials {
        margin-bottom: 15px;
    }

    .subtitle.home-v3-case-study {
        margin-bottom: 15px;
    }

    .subtitle.home-v3-achievements {
        margin-bottom: 15px;
    }

    .subtitle.about-v1-team {
        margin-bottom: 15px;
    }

    .subtitle.about-v2-team {
        margin-bottom: 15px;
    }

    .subtitle.about-v3-team {
        margin-bottom: 15px;
    }

    .subtitle.contact-faqs {
        margin-bottom: 15px;
    }

    .subtitle.company-perks {
        margin-bottom: 10px;
    }

    .home-v1-companies-wrapper {
        max-width: 720px;
        margin-bottom: -20px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .home-v1-features-wrapper {
        min-height: auto;
        margin-right: auto;
        margin-bottom: 60px;
        margin-left: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .bg.home-v1-hero-shape-1 {
        top: -234px;
    }

    .bg.home-v1-hero-shape-2 {
        right: -234px;
        bottom: -304px;
    }

    .bg.home-v1-testimonials-shape-2 {
        right: -158px;
        bottom: -331px;
    }

    .bg.home-v1-testimonials-shape-1 {
        left: -290px;
        top: -279px;
    }

    .bg.cta-1-shape-1 {
        left: -136px;
    }

    .bg.cta-1-shape-3 {
        top: -111.5px;
        right: -150px;
    }

    .bg.cta-1-shape-4 {
        bottom: -416px;
    }

    .bg.cta-2-shape-1 {
        left: -88px;
        top: -389px;
    }

    .bg.cta-2-shape-2 {
        left: 176px;
        top: -243px;
    }

    .bg.cta-2-shape-4 {
        left: 61px;
        right: auto;
        bottom: -281px;
    }

    .bg.home-v3-achievements-1 {
        left: -194px;
        top: -73px;
    }

    .bg.home-v3-achievements-2 {
        right: -138px;
        bottom: -64px;
    }

    .bg.cta-3-shape-2 {
        left: -168px;
    }

    .bg.cta-3-shape-3 {
        right: -154px;
        bottom: -257px;
    }

    .bg.about-v1-hero {
        min-height: 58%;
    }

    .bg.mykarage-v1-hero {
        min-height: 58%;
    }

    .bg.about-v1-hero-shape-1 {
        left: -143px;
        top: -92px;
    }

    .bg.about-v1-hero-shape-2 {
        top: -148px;
        right: -137px;
    }

    .bg.mykarage-v1-hero-shape-1 {
        left: -143px;
        top: -92px;
    }

    .bg.mykarage-v1-hero-shape-2 {
        top: -148px;
        right: -137px;
    }

    .bg.about-v2-hero-shape-1 {
        left: -266px;
        top: -325px;
    }

    .bg.about-v2-hero-shape-2 {
        right: -177px;
        bottom: -230px;
    }

    .bg.about-v2-achievements-1 {
        left: -99px;
        top: -206px;
    }

    .bg.about-v2-achievements-2 {
        right: -191px;
    }

    .bg.about-v3-hero {
        min-height: 65%;
    }

    .bg.about-v3-hero-shape-1 {
        right: -82px;
        bottom: -203px;
    }

    .bg.about-v3-values-shape-1 {
        left: -208px;
    }

    .bg.about-v3-values-shape-2 {
        top: -331px;
        right: -224px;
    }

    .bg.services {
        min-height: 80%;
    }

    .bg.contact {
        min-height: 80%;
    }

    .bg.contact-form {
        left: 0%;
        top: auto;
        right: 0%;
        bottom: 0%;
        width: 100%;
        min-height: 50%;
    }

    .bg.faqs-contact {
        max-width: 80%;
        min-height: 80%;
    }

    .bg.contact-shape-1 {
        left: -327px;
        top: -290px;
    }

    .bg.contact-shape-2 {
        right: 18px;
    }

    .bg.contact-form-shape-1 {
        left: -92px;
    }

    .bg.contact-form-shape-2 {
        right: 13px;
    }

    .bg.careers-hero {
        min-height: auto;
        padding-top: 56%;
    }

    .bg.careers-hero-shape-2 {
        right: -39px;
        bottom: 67px;
    }

    .bg.careers-hero-shape-1 {
        left: -78px;
        top: auto;
        bottom: 31px;
    }

    .bg.careers-testimonials-shape {
        top: auto;
        bottom: -106px;
    }

    .bg.newsletter-v1-shape-1 {
        left: -128px;
        top: -239px;
    }

    .bg.newsletter-v1-shape-2 {
        right: -182px;
        bottom: -373px;
    }

    .bg.blog-v2-hero-shape-1 {
        left: -158px;
        top: -231px;
    }

    .bg.blog-v2-hero-shape-2 {
        bottom: -338px;
    }

    .bg.blog-v2-hero-shape-3 {
        top: -253px;
        right: -185px;
    }

    .bg.blog-v2-hero-shape-4 {
        right: -108px;
        bottom: -327px;
    }

    .bg.blog-post {
        min-height: 690px;
    }

    .bg.blog-post-shape-1 {
        left: -278px;
        top: -313px;
    }

    .bg.blog-post-shape-2 {
        bottom: -266px;
    }

    .bg.pricing {
        min-height: 80%;
    }

    .bg.pricing-shape-1 {
        left: -201px;
        top: -187px;
    }

    .bg.pricing-shape-2 {
        top: -252px;
        right: -175px;
    }

    .bg.pricing-shape-3 {
        left: -130px;
        top: 387px;
    }

    .bg.pricing-shape-4 {
        top: 36px;
        right: -106px;
    }

    .bg.team-shape-1 {
        left: -145px;
        bottom: -26px;
    }

    .bg.team-shape-2 {
        right: -153px;
    }

    .bg.help-center-hero {
        min-height: 80%;
    }

    .bg.help-center-hero-shape-1 {
        top: -254px;
    }

    .bg.help-center-hero-shape-2 {
        top: -301px;
    }

    .bg.help-center-hero-shape-3 {
        top: -193px;
        right: -5px;
    }

    .bg.help-center-category {
        min-height: 680px;
    }

    .bg.help-center-category-shape-1 {
        left: -184px;
        bottom: -123px;
    }

    .bg.help-center-article {
        min-height: 67%;
    }

    .bg.help-center-article-shape-top-1 {
        left: -237.5px;
        top: -308px;
    }

    .bg.help-center-article-shape-top-2 {
        right: -154px;
    }

    .bg.help-center-article-shape-2 {
        right: -70px;
        bottom: -104px;
    }

    .bg.create-account {
        left: 0%;
        top: auto;
        right: 0%;
        bottom: 0%;
        width: 100%;
        min-height: 35%;
    }

    .bg.sign-in {
        left: 0%;
        top: auto;
        right: 0%;
        bottom: 0%;
        width: 100%;
        min-height: 35%;
    }

    .bg.terms-conditions-hero-shape-1 {
        left: -162px;
        top: -159px;
    }

    .bg.terms-conditions-hero-shape-2 {
        right: -103px;
        bottom: -124px;
    }

    .bg.coming-soon-shape-1 {
        left: -71px;
    }

    .bg.request-demo {
        left: 0%;
        top: auto;
        right: 0%;
        bottom: 0%;
        width: 100%;
        min-height: 50%;
    }

    .bg.request-demo-shape-1 {
        left: -137px;
        top: 65px;
    }

    .bg.request-demo-shape-2 {
        right: -92px;
    }

    .bg.cta-4-shape-2 {
        left: -168px;
    }

    .bg.cta-4-shape-3 {
        right: -154px;
        bottom: -257px;
    }

    .bg.landing-page-hero {
        left: 0%;
        top: auto;
        right: 0%;
        bottom: 0%;
        width: 100%;
        min-height: 45%;
    }

    .bg.landing-page-hero-shape-1 {
        right: -106px;
    }

    .bg.landing-page-hero-shape-2 {
        left: -65px;
    }

    .bg.landing-page {
        width: 80%;
        min-height: 105%;
    }

    .bg.shop-hero-shape-1 {
        left: -159px;
        top: -100px;
    }

    .bg.shop-hero-shape-2 {
        right: -147px;
        bottom: -95px;
    }

    .bg.product-about-shape-1 {
        left: -68px;
        top: 80px;
    }

    .bg.product-about-shape-2 {
        right: -54px;
        bottom: -75px;
    }

    .bg.utility-page-shape-1 {
        left: -124px;
        top: -146px;
    }

    .bg.utility-page-shape-2 {
        bottom: -176px;
    }

    .bg._404-shape-4 {
        left: -149px;
    }

    .bg.about-v3-mission-shape {
        left: -148px;
        top: -323px;
    }

    .home-v1-feature-wrapper {
        margin-bottom: 60px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }

    .home-v1-feature-content {
        max-width: 518px;
    }

    .home-v1-features-title-wrapper {
        max-width: 503px;
        margin-right: auto;
        margin-bottom: 60px;
        margin-left: auto;
        text-align: center;
    }

    .home-v1-testimonials-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .home-v1-testimonials-grid {
        max-width: 550px;
        margin-right: auto;
        margin-bottom: 50px;
        margin-left: auto;
        grid-row-gap: 50px;
    }

    .home-v1-testimonials-achievements-number {
        font-size: 42px;
    }

    .home-v1-get-started-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .home-v1-get-started-content {
        margin-right: 0px;
        margin-bottom: 60px;
    }

    .home-v1-get-started-step-number {
        width: 60px;
        min-height: 60px;
        min-width: 60px;
        margin-right: 25px;
    }

    .cta-1-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }

    .perks-grid {
        max-width: 754px;
        margin-right: auto;
        margin-left: auto;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .card-perk-content {
        left: 18px;
        /*right: 10px;*/
        max-width: 378px;
        margin-right: auto;
        margin-left: auto;
    }

    .faqs-wrapper {
        max-width: 754px;
        margin-right: auto;
        margin-left: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .content-top.home-v1-faqs {
        margin-bottom: 60px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    .content-top.home-v3-features {
        margin-bottom: 50px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }

    .content-top.about-v1-values {
        margin-bottom: 50px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .content-top.about-v2-offices {
        margin-bottom: 50px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    .content-top.about-v3-values {
        margin-bottom: 60px;
    }

    .content-top.careers-hero {
        margin-bottom: 25px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .content-top.open-positions {
        margin-bottom: 25px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .content-top.more-jobs {
        margin-bottom: 40px;
    }

    .content-top.blog-v1 {
        margin-bottom: 40px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .content-top.blog-v2 {
        margin-bottom: 40px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .content-top.blog-v3 {
        margin-bottom: 40px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .content-top.team-articles {
        margin-bottom: 50px;
    }

    .content-top.more-products {
        max-width: 849px;
        margin-right: auto;
        margin-left: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }

    .content-top.open-positions-category {
        margin-bottom: 25px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .content-top.blog-category {
        margin-bottom: 52px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cta-2-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    .footer-content {
        margin-bottom: -60px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer-content-bottom {
        margin-bottom: -20px;
        -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    }

    .footer-menu-wrapper {
        margin-right: 64px;
        margin-bottom: 60px;
    }

        .footer-menu-wrapper.pages {
            max-width: 433px;
            margin-right: 64px;
        }

    .footer-small-print {
        margin-right: 30px;
        margin-bottom: 20px;
    }

    .footer-social-media-wrapper {
        margin-bottom: 20px;
    }

    .container-medium-710px.home-v2-hero {
        margin-bottom: 60px;
    }

    .home-v2-hero-images-wrapper {
        margin-bottom: 140px;
    }

    .home-v2-companies-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .home-v2-companies-text {
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .home-v2-companies-logos {
        margin-bottom: -30px;
    }

    .home-v2-features-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .home-v2-features-content {
        max-width: 754px;
        margin-bottom: 60px;
        text-align: center;
    }

    .home-v2-features-grid {
        max-width: 489px;
        margin-right: auto;
        margin-bottom: 40px;
        margin-left: auto;
        text-align: left;
    }

    .home-v2-get-started-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .home-v2-get-started-content {
        width: 100%;
        max-width: 754px;
        margin-bottom: 60px;
    }

    .home-v2-get-started-grid {
        max-width: 542px;
        margin-right: auto;
        margin-left: auto;
    }

    .container-small-490px.home-v2-blog {
        margin-bottom: 40px;
    }

    .clients-individuals-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .clients-startups-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .container-medium-695px.home-v3-testimonials {
        margin-bottom: 50px;
    }

    .home-v3-features-grid {
        margin-right: auto;
        margin-left: auto;
    }

    .home-v3-hero-content {
        margin-bottom: 150px;
    }

    .card-home-v3-feature-content {
        max-width: 682px;
    }

    .testimonial-company-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .testimonial-company-content {
        max-width: 700px;
        margin-right: 0px;
        margin-bottom: 60px;
        text-align: center;
    }

    .container-small-551px.faqs {
        margin-bottom: 60px;
    }

    .container-small-551px.company-perks {
        margin-bottom: 50px;
    }

    .home-v3-achievements-grid {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        grid-column-gap: 40px;
        grid-row-gap: 40px;
        -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
    }

    .home-v3-companies-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .home-v3-companies-text {
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .home-v3-companies-logos {
        margin-bottom: -30px;
        margin-left: -10px;
    }

    .card-home-v3-case-study-step {
        width: 107px;
        min-height: 107px;
        min-width: 107px;
        margin-bottom: 27px;
        font-size: 36px;
    }

    .home-v3-case-study-grid {
        grid-column-gap: 20px;
    }

    .home-v3-achievement-number {
        font-size: 42px;
    }

    .home-v3-testimonials-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .container-medium-616px.about-v1-hero {
        margin-bottom: 68px;
    }

    .container-medium-616px.features {
        margin-bottom: 60px;
    }

    .container-medium-616px.services {
        margin-bottom: 60px;
    }

    .container-medium-616px.pricing {
        margin-bottom: 40px;
    }

    .about-v1-hero-achievements-grid {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        grid-column-gap: 16px;
        grid-row-gap: 40px;
    }

    .about-v1-hero-achievement-number {
        font-size: 42px;
    }

    .about-v1-story-wrapper {
        max-width: 754px;
        margin-right: auto;
        margin-left: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }

    .about-v1-story-content {
        max-width: none;
        margin-bottom: 50px;
    }

    .about-v1-mission-content {
        max-width: none;
        margin-bottom: 50px;
    }

    .team-v1-grid {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .about-v1-hero-image {
        margin-bottom: 83px;
    }

    .about-v2-hero-content {
        max-width: 566px;
        margin-right: auto;
        margin-bottom: 60px;
        margin-left: auto;
        text-align: center;
    }

    .about-v2-values-grid {
        grid-column-gap: 20px;
    }

    .team-v2-grid {
        margin-bottom: 50px;
        grid-column-gap: 20px;
        grid-row-gap: 40px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .about-v2-achievements-grid {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        grid-column-gap: 40px;
        grid-row-gap: 40px;
        -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
    }

    .about-v2-achievement-number {
        font-size: 42px;
    }

    .about-v2-offices-content {
        padding: 33px 43px 43px;
    }

    .about-v3-hero-content {
        margin-bottom: 132px;
    }

    .about-v3-images-wrapper {
        width: auto;
        margin-bottom: 70px;
        margin-left: 0px;
    }

    .about-v3-companies-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .about-v3-companies-text {
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .about-v3-companies-logos {
        margin-bottom: -30px;
    }

    .team-v3-grid {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .about-v3-mission-content {
        max-width: 660px;
        margin-right: auto;
        margin-bottom: 60px;
        margin-left: auto;
        text-align: center;
    }

    .about-v3-value-wrapper {
        max-width: 406px;
        margin-bottom: 75px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .about-v3-value-number {
        width: 100px;
        min-height: 100px;
        min-width: 100px;
        margin-bottom: 20px;
        font-size: 36px;
    }

    .careers-section-grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .card-career-content-top {
        margin-bottom: 27px;
    }

    .card-feature-content {
        max-width: 682px;
        margin-bottom: 0px;
    }

    .services-grid {
        grid-row-gap: 50px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .card-service-content {
        padding-bottom: 45px;
    }

    .container-small-585px.contact {
        margin-bottom: 60px;
    }

    .contact-grid {
        max-width: 700px;
        margin-right: auto;
        margin-left: auto;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .card-contact-links-wrapper {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .contact-form-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .contact-form-content {
        max-width: 676px;
        margin-right: 0px;
        margin-bottom: 60px;
        text-align: center;
    }

    .contact-form-links-grid {
        justify-items: center;
        grid-row-gap: 20px;
    }

    .card-contact-content {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        text-align: left;
    }

    .company-perks-grid {
        margin-bottom: 50px;
    }

    .card-company-perk-content {
        max-width: none;
        margin-top: 0px;
    }

    .careers-testimonials-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .careers-testimonials-content {
        max-width: 550px;
        margin-bottom: 60px;
        text-align: center;
    }

    .open-positions-grid {
        margin-bottom: 60px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .categories-wrapper.open-positions {
        margin-bottom: 35px;
    }

    .categories-wrapper.blog-v1 {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .categories-wrapper.blog-v2 {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .categories-wrapper.blog-v3 {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .categories-wrapper.blog-category {
        margin-bottom: 0px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .link-back-to-wrapper {
        margin-bottom: 48px;
    }

    .career-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .job-description-title-wrapper {
        margin-bottom: 10px;
    }

    .card-career-apply-icon {
        margin-right: 35px;
    }

    .card-career-apply-content {
        max-width: 469px;
    }

    .blog-v1-featured-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .blog-v1-post-category-wrapper {
        top: 20px;
        right: 20px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .newsletter-v1-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }

    .newsletter-v1-form-block {
        max-width: 660px;
    }

    .blog-v2-grid {
        grid-column-gap: 40px;
        grid-row-gap: 70px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .blog-v3-grid {
        grid-column-gap: 40px;
        grid-row-gap: 70px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .blog-v3-hero-featured-grid {
        grid-row-gap: 60px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .blog-v3-featured-first-item {
        max-width: 100%;
    }

    .blog-v3-featured-first-content {
        max-width: 754px;
    }

    .blog-v3-featured-items-grid {
        max-width: 100%;
        grid-column-gap: 30px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .blog-v3-featured-item-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .container-large-1016px.blog-post {
        margin-bottom: 60px;
    }

    .blog-post-about-wrapper {
        margin-bottom: 65px;
    }

    .rich-text h2 {
        margin-bottom: 20px;
    }

    .rich-text p {
        margin-bottom: 22px;
    }

    .rich-text ul {
        margin-top: 22px;
        margin-bottom: 44px;
    }

    .rich-text h3 {
        margin-top: 44px;
        margin-bottom: 20px;
    }

    .rich-text figure {
        margin-bottom: 60px;
    }

    .rich-text figcaption {
        margin-top: 27px;
    }

    .rich-text h4 {
        margin-top: 44px;
        margin-bottom: 20px;
    }

    .rich-text ol {
        margin-top: 22px;
        margin-bottom: 44px;
    }

    .rich-text h5 {
        margin-top: 44px;
    }

    .rich-text blockquote {
        margin-bottom: 81px;
    }

    .rich-text h6 {
        margin-top: 44px;
    }

    .container-small-529px.faqs-content-bottom {
        margin-top: 88px;
    }

    .pricing-tabs-menu {
        margin-bottom: 60px;
    }

    .pricing-wrapper {
        margin-right: 0px;
        margin-bottom: -32px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .popular-badge {
        top: 10px;
        right: 10px;
    }

    .card-plan-content-top {
        max-width: 292px;
    }

    .card-plan-content-bottom {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .card-team-content-top-about-top {
        margin-bottom: 20px;
    }

    .about-team-title-wrapper {
        margin-bottom: 10px;
    }

    .help-center-hero-wrapper {
        max-width: 60%;
    }

    .help-center-grid {
        grid-column-gap: 20px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .help-center-category-grid {
        margin-bottom: 70px;
    }

    .container-medium-739px.help-center-article-content-top {
        margin-bottom: 57px;
    }

    .footer-small-wrapper {
        margin-bottom: -20px;
        -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    }

    .create-account-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .create-account-checkbox-field {
        margin-top: 10px;
    }

    .create-account-checkbox {
        margin-right: 10px;
    }

    .create-account-checkbox-label {
        white-space: normal;
    }

    .card-create-account-testimonial-content {
        max-width: 582px;
        margin-right: auto;
        margin-left: auto;
    }

    .create-account-testimonial-name {
        margin-bottom: 10px;
    }

    .create-account-companies-text {
        margin-bottom: 24px;
    }

    .create-account-companies-grid {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        grid-column-gap: 32px;
    }

    .create-account-social-media-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-right: -20px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .sign-in-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .sign-in-companies-text {
        margin-bottom: 24px;
    }

    .sign-in-companies-grid {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        grid-column-gap: 32px;
    }

    .sign-in-testimonial-name {
        margin-bottom: 10px;
    }

    .sign-in-form {
        grid-column-gap: 20px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .sign-in-social-media-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-right: -20px;
        margin-bottom: 0px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .terms-conditions-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .terms-conditions-nav-link {
        padding-right: 30px;
        padding-left: 30px;
    }

    .request-demo-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .request-demo-content-top {
        max-width: 472px;
        margin-bottom: 40px;
    }

    .request-demo-features-wrapper {
        margin-right: 30px;
    }

    .request-demo-content-bottom {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .landing-page-hero-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .landing-page-companies-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .landing-page-companies-text {
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .landing-page-companies-logos {
        margin-bottom: -30px;
    }

    .landing-page-hero-feature-wrapper {
        font-size: 22px;
    }

    .landing-page-content-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .landing-page-content-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .landing-page-testimonials-grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .shop-grid {
        max-width: 849px;
        margin-right: auto;
        margin-left: auto;
        grid-row-gap: 62px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .product-item-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .product-item-content {
        text-align: left;
    }

    .product-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .product-price {
        font-size: 32px;
    }

    .product-compare-price {
        font-size: 32px;
    }

    .product-about-tabs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .product-about-tabs-menu {
        max-width: 100%;
        margin-right: 0px;
        margin-bottom: 30px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .product-about-tab-link {
        margin-right: 30px;
        margin-bottom: 0px;
    }

        .product-about-tab-link.last {
            margin-right: 0px;
        }

    .rich-text-figure h2 {
        margin-bottom: 20px;
    }

    .rich-text-figure p {
        margin-bottom: 22px;
    }

    .rich-text-figure ul {
        margin-top: 22px;
        margin-bottom: 44px;
    }

    .rich-text-figure h3 {
        margin-top: 44px;
        margin-bottom: 20px;
    }

    .rich-text-figure figcaption {
        margin-top: 27px;
    }

    .rich-text-figure h4 {
        margin-top: 44px;
        margin-bottom: 20px;
    }

    .rich-text-figure ol {
        margin-top: 22px;
        margin-bottom: 44px;
    }

    .rich-text-figure h5 {
        margin-top: 44px;
    }

    .rich-text-figure blockquote {
        margin-bottom: 81px;
    }

    .rich-text-figure h6 {
        margin-top: 44px;
    }

    .shop-category-grid {
        max-width: 849px;
        margin-right: auto;
        margin-left: auto;
        grid-row-gap: 62px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .category-wrapper.shop-category {
        margin-bottom: 20px;
    }

    .category-wrapper.blog-category {
        margin-right: 0px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

    .open-positions-category-grid {
        margin-bottom: 60px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .dropdown-nav-content {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .dropdown-arrow {
        top: -3.5px;
        font-size: 13px;
    }

    .dropdown-nav {
        margin-right: 20px;
    }

    .dropdown-nav-pages-wrapper {
        width: auto;
        margin-right: 50px;
        margin-bottom: 30px;
    }

        .dropdown-nav-pages-wrapper.last {
            width: auto;
        }

        .dropdown-nav-pages-wrapper.inside {
            margin-top: 0px;
        }

    .dropdown-nav-main-wrapper {
        max-width: none;
        padding: 50px 0px 0px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border-width: 0px;
        border-radius: 0px;
        background-color: transparent;
        box-shadow: none;
    }

    .nav-link-dropdown {
        margin-right: 0px;
        margin-left: 0px;
    }

    .dropdown-list {
        position: static;
        padding-top: 0px;
    }

    .header-menu-button-icon-wrapper {
        position: absolute;
        left: 0%;
        top: 0%;
        right: 0%;
        bottom: 0%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .icon-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 20px;
        min-height: 18px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .header-menu-button-icon-top {
        width: 100%;
        max-height: 2px;
        min-height: 2px;
        padding: 0px;
        background-color: #fff;
    }

    .header-menu-button-icon-medium {
        width: 100%;
        max-height: 2px;
        min-height: 2px;
        padding: 0px;
        background-color: #fff;
    }

    .header-menu-button-icon-bottom {
        width: 100%;
        max-height: 2px;
        min-height: 2px;
        padding: 0px;
        background-color: #fff;
    }

    .grid-home-sections {
        grid-row-gap: 48px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .home-screenshots-container {
        position: static;
        max-width: 100%;
    }

    .screenshot-image.image-1 {
        display: none;
    }

    .screenshot-image.image-2 {
        display: none;
    }

    .screenshot-image.image-5 {
        display: none;
    }

    .screenshot-image.image-8 {
        display: none;
    }

    .screenshot-image.image-5-column-1 {
        display: none;
    }

    .screenshot-image.image-9 {
        display: none;
    }

    .hero-home-sections-text {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    .dropdown-2-columns {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    ._3-columns-grid.cards.sales {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .figma-card-image {
        max-width: 100%;
        min-width: 100%;
        margin-top: 47px;
    }

    .figma-card-text {
        padding-top: 48px;
        padding-right: 40px;
        padding-left: 40px;
    }

    ._2-col-grid.sales-page {
        margin-bottom: 90px;
        grid-row-gap: 30px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

        ._2-col-grid.sales-page.left-image {
            -ms-grid-columns: 1fr;
            grid-template-columns: 1fr;
        }

    .component-wrapper {
        border-top: 1px solid #e7e9ee;
    }

    .notification-banner-wrapper.v1 {
        text-align: left;
    }

    .notification-banner-wrapper.v3 {
        height: auto;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .max-with-400px {
        max-width: 550px;
        margin-left: 0px;
        line-height: 1.3em;
    }

    .line-rounded-icon-close.close-icon {
        left: auto;
        top: 0%;
        right: 0%;
        bottom: 0%;
    }

    .max-with-490px-tablet {
        max-width: 490px;
        margin-right: auto;
        margin-left: auto;
        line-height: 1.4em;
    }
}

@media screen and (max-width: 767px) {
    h1 {
        margin-bottom: 10px;
        font-size: 36px;
    }

    h2 {
        margin-bottom: 15px;
        font-size: 32px;
    }

    h3 {
        margin-bottom: 10px;
        font-size: 22px;
    }

    h4 {
        font-size: 20px;
    }

    blockquote {
        padding-top: 83px;
        padding-bottom: 83px;
        background-position: 128% -100%, -43% 240%;
        font-size: 20px;
    }

    .container-default.help-center-hero {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .style-guide-title {
        font-size: 46px;
        line-height: 52px;
    }

    .style-guide-header {
        padding-right: 32px;
        padding-left: 32px;
    }

    .color-primary-grid {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .color-secondary-grid {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .color-neutral-grid {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .paragraph-large {
        font-size: 20px;
        line-height: 32px;
    }

        .paragraph-large.landing-page-hero {
            margin-bottom: 35px;
        }

        .paragraph-large.product {
            margin-bottom: 35px;
        }

    .style-guide-subheader {
        padding-right: 32px;
        padding-left: 32px;
    }

    .style-guide-content-wrapper {
        padding-right: 32px;
        padding-left: 32px;
    }

    .icons-grid {
        grid-template-columns: repeat(auto-fit, 80px);
    }

    .button-primary {
        padding-right: 35px;
        padding-left: 35px;
    }

        .button-primary.full-width.create-account {
            margin-top: 15px;
        }

        .button-primary.button-white.cta-2 {
            padding: 25px;
        }

        .button-primary._2-buttons-button {
            margin-right: 20px;
        }

        .button-primary.card-career-page-button {
            margin-top: 36px;
        }

        .button-primary.header-button {
            display: none;
        }

            .button-primary.header-button.mobile {
                display: block;
                padding-top: 24px;
                padding-bottom: 24px;
                font-size: 18px;
            }

        .button-primary.request-demo {
            margin-top: 6px;
        }

    .button-secondary {
        padding-right: 35px;
        padding-left: 35px;
    }

        .button-secondary.button-white.cta-2 {
            padding: 25px;
        }

        .button-secondary.full-width.create-account-social-media {
            min-width: 278px;
            margin-bottom: 15px;
            padding-right: 20px;
            padding-left: 20px;
        }

        .button-secondary.full-width.sign-in-social-media {
            min-width: 278px;
            margin-bottom: 15px;
            padding-right: 20px;
            padding-left: 20px;
        }

    .header {
        padding-top: 26px;
        padding-bottom: 26px;
    }

    .nav-item-wrapper {
        padding-top: 13px;
        padding-bottom: 13px;
    }

        .nav-item-wrapper.header-button-mobile {
            display: block;
            margin-top: 120px;
        }

    .nav-link {
        font-size: 30px;
    }

    .menu-button {
        margin-left: 0px;
    }

    .footer {
        padding-top: 60px;
        padding-bottom: 40px;
    }

    .footer-logo-container {
        margin-bottom: 35px;
    }

    .section {
        padding-top: 128px;
        padding-bottom: 128px;
    }

        .section.bg-primary-1.home-v1-hero {
            padding-top: 77px;
        }

        .section.bg-primary-1.cta-1 {
            padding-top: 100px;
            padding-bottom: 100px;
        }

        .section.bg-primary-1.cta-2 {
            padding-top: 84px;
            padding-bottom: 84px;
        }

        .section.bg-primary-1.cta-3 {
            padding-top: 70px;
            padding-bottom: 70px;
        }

        .section.bg-primary-1.about-v2-hero {
            padding-top: 82px;
        }

        .section.bg-primary-1.about-v2-achievements {
            padding-top: 105px;
            padding-bottom: 105px;
        }

        .section.bg-primary-1.more-jobs {
            padding-top: 115px;
            padding-bottom: 115px;
        }

        .section.bg-primary-1.newsletter-v1 {
            padding-top: 92px;
            padding-bottom: 92px;
        }

        .section.bg-primary-1.blog-v2-hero {
            padding-top: 79px;
            padding-bottom: 90px;
        }

        .section.bg-primary-1.terms-conditions-hero {
            padding-top: 93px;
            padding-bottom: 93px;
        }

        .section.bg-primary-1.cta-4 {
            padding-top: 70px;
            padding-bottom: 70px;
        }

        .section.bg-primary-1.shop-hero {
            padding-top: 67px;
            padding-bottom: 74px;
        }

        .section.bg-primary-1.product-about {
            padding-top: 83px;
            padding-bottom: 83px;
        }

        .section.bg-primary-1.utility-page-hero {
            padding-top: 67px;
            padding-bottom: 74px;
        }

        .section.bg-primary-1.shop-category-hero {
            padding-top: 67px;
            padding-bottom: 74px;
        }

        .section.home-v1-companies {
            padding-top: 90px;
            padding-bottom: 77px;
        }

        .section.padding-240px {
            padding-top: 128px;
            padding-bottom: 154px;
        }

        .section.bg-secondary-1.padding-160px {
            padding-top: 102px;
            padding-bottom: 102px;
        }

        .section.bg-secondary-1.padding-120px {
            padding-top: 77px;
            padding-bottom: 77px;
        }

        .section.bg-secondary-1.about-v2-values {
            padding-top: 111px;
            padding-bottom: 111px;
        }

        .section.bg-secondary-1.about-v3-mission {
            padding-top: 128px;
        }

        .section.bg-secondary-1.contact-form {
            padding-top: 115px;
            padding-bottom: 115px;
        }

        .section.home-v2-hero {
            padding-top: 77px;
            padding-bottom: 60px;
        }

        .section.home-v3-hero {
            padding-top: 118px;
            padding-bottom: 40px;
        }

        .section.about-v1-hero {
            padding-top: 81px;
        }

        .section.padding-180px {
            padding-top: 115px;
            padding-bottom: 115px;
        }

        .section.about-v3-hero {
            padding-top: 83px;
            padding-bottom: 51px;
        }

        .section.about-v3-team {
            padding-bottom: 115px;
        }

        .section.features {
            padding-top: 77px;
            padding-bottom: 120px;
        }

        .section.services {
            padding-top: 77px;
        }

        .section.contact {
            padding-top: 77px;
            padding-bottom: 108px;
        }

        .section.careers-hero {
            padding-top: 77px;
        }

        .section.company-perks {
            padding-top: 115px;
        }

        .section.open-positions {
            padding-top: 128px;
            padding-bottom: 115px;
        }

        .section.career {
            padding-top: 40px;
            padding-bottom: 99px;
        }

        .section.blog-v1-hero {
            padding-top: 77px;
        }

        .section.blog-v1 {
            padding-top: 96px;
            padding-bottom: 136px;
        }

        .section.blog-v3 {
            padding-top: 90px;
            padding-bottom: 115px;
        }

        .section.blog-v3-hero {
            padding-top: 77px;
            padding-bottom: 93px;
        }

        .section.blog-post {
            padding-top: 77px;
            padding-bottom: 90px;
        }

        .section.blog-post-articles {
            padding-top: 90px;
            padding-bottom: 115px;
        }

        .section.pricing {
            padding-top: 77px;
            padding-bottom: 115px;
        }

        .section.team-page {
            padding-top: 77px;
            padding-bottom: 115px;
        }

        .section.team {
            padding-top: 83px;
            padding-bottom: 115px;
        }

        .section.help-center-hero {
            padding-top: 100px;
            padding-bottom: 50px;
        }

        .section.help-center {
            padding-top: 35px;
            padding-bottom: 102px;
        }

        .section.help-center-category {
            padding-top: 40px;
        }

        .section.help-center-article {
            padding-top: 77px;
            padding-bottom: 106px;
        }

        .section.create-account {
            padding-top: 51px;
        }

        .section.sign-in {
            padding-top: 51px;
        }

        .section.forgot-password {
            padding-top: 40px;
            padding-bottom: 93px;
        }

        .section.confirm-email {
            padding-top: 40px;
            padding-bottom: 93px;
        }

        .section.terms-conditions {
            padding-top: 69px;
            padding-bottom: 94px;
        }

        .section.coming-soon {
            padding-top: 40px;
            padding-bottom: 93px;
        }

        .section.request-demo {
            padding-top: 51px;
            padding-bottom: 100px;
        }

        .section.landing-page-hero {
            padding-top: 51px;
            padding-bottom: 86px;
        }

        .section.landing-page-companies {
            padding-top: 61px;
            padding-bottom: 61px;
        }

        .section.landing-page {
            padding-top: 152px;
            padding-bottom: 91px;
        }

        .section.landing-page-product {
            padding-top: 91px;
            padding-bottom: 120px;
        }

        .section.shop {
            padding-top: 80px;
            padding-bottom: 106px;
        }

        .section.product {
            padding-top: 51px;
            padding-bottom: 102px;
        }

        .section.utility-page {
            padding-top: 81px;
        }

        .section.shop-category {
            padding-top: 80px;
            padding-bottom: 106px;
        }

        .section.open-positions-category {
            padding-top: 77px;
            padding-bottom: 115px;
        }

        .section.blog-category {
            padding-top: 77px;
        }

        .section.short {
            padding-top: 80px;
            padding-bottom: 80px;
        }

        .section.medium.before-links {
            padding-bottom: 40px;
        }

    .utility-page-wrap {
        padding-top: 40px;
        padding-bottom: 93px;
    }

    .utility-page-content-password {
        padding: 50px 40px;
    }

    .input.name-icon {
        background-position: 95% 50%;
    }

    .input.email-icon {
        background-position: 95% 50%;
    }

    .input.phone-icon {
        background-position: 95% 50%;
    }

    .input.company-icon {
        background-position: 95% 50%;
    }

    .input.position-icon {
        background-position: 95% 50%;
    }

    ._404-title {
        font-size: 125px;
    }

    .container-medium-761px.changelog {
        margin-top: -120px;
    }

    .divider.footer-content-top-divider {
        margin-top: 50px;
        margin-bottom: 70px;
    }

    .divider.footer-content-bottom-divider {
        margin-top: 70px;
    }

    .divider.home-v3-companies {
        margin-bottom: 40px;
    }

    .divider.card-contact {
        margin-top: 20px;
        margin-bottom: 22px;
    }

    .divider.career-page {
        margin-top: 33px;
        margin-bottom: 35px;
    }

    .divider.card-plan {
        width: 100%;
        margin: 30px 0px 40px;
    }

    .divider.card-team {
        margin-top: 56px;
        margin-bottom: 50px;
    }

    .divider.create-account {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .divider.terms-conditions {
        margin-top: 75px;
        margin-bottom: 82px;
    }

    .paragraph.neutral-100.home-v1-hero {
        margin-bottom: 35px;
    }

    .paragraph.neutral-100.home-v3-hero {
        margin-bottom: 35px;
    }

    .paragraph.neutral-100.about-v1-hero {
        margin-bottom: 35px;
    }

    .paragraph.neutral-100.about-v2-hero {
        margin-bottom: 35px;
    }

    .paragraph.neutral-100.about-v3-hero {
        margin-bottom: 35px;
    }

    .paragraph.neutral-100.blog-v2-hero {
        margin-bottom: 23px;
    }

    .paragraph.home-v1-testimonials {
        margin-bottom: 35px;
    }

    .paragraph.home-v2-hero {
        margin-bottom: 40px;
    }

    .paragraph.home-v2-get-started {
        padding-right: 20px;
        padding-left: 20px;
    }

    .paragraph.testimonial-company {
        margin-bottom: 30px;
    }

    .paragraph.card-team-v1-about-excerpt {
        max-width: 90%;
    }

    .paragraph.card-contact {
        margin-right: 20px;
        margin-left: 20px;
    }

    .paragraph.contact-form {
        margin-bottom: 35px;
    }

    .paragraph.careers-hero {
        max-width: 468px;
    }

    .paragraph.careers-testimonials {
        margin-bottom: 30px;
    }

    .paragraph.card-blog-v1-featured-excerpt {
        margin-bottom: 28px;
    }

    .paragraph.card-help-center-category {
        margin-bottom: 23px;
    }

    .paragraph.card-help-center-category-article {
        margin-bottom: 28px;
    }

    .paragraph.help-center-article-excerpt {
        margin-bottom: 30px;
    }

    .paragraph.create-account {
        margin-bottom: 26px;
    }

    .paragraph.create-account-testimonial {
        margin-bottom: 30px;
    }

    .paragraph.sign-in-testimonial {
        margin-bottom: 30px;
    }

    .paragraph.sign-in {
        margin-bottom: 28px;
    }

    .paragraph.card-forgot-password {
        margin-bottom: 40px;
    }

    .paragraph.landing-page-content-top-paragraph {
        margin-bottom: 35px;
    }

    .paragraph.landing-page-content-bottom-paragraph {
        margin-bottom: 35px;
    }

    .paragraph.card-landing-page-testimonial {
        max-width: 618px;
    }

    .card.changelog {
        padding: 50px 40px;
    }

    .card.home-v1-testimonials {
        margin-top: -105px;
        padding: 44px 35px 40px;
    }

    .card.faq {
        padding-right: 30px;
        padding-left: 30px;
    }

    .card.home-v3-feature {
        padding: 40px 40px 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        text-align: center;
    }

    .card.home-v3-case-study {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-top: 44px;
        padding-bottom: 46px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: left;
    }

    .card.home-v3-testimonials {
        max-width: 95%;
        margin-top: -30px;
        padding: 54px 40px;
    }

    .card.about-v1-value {
        padding: 43px 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    .card.about-v2-value {
        padding: 43px 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    .card.team-v2 {
        padding: 33px 30px 47px;
    }

    .card.about-v2-offices {
        max-width: 100%;
    }

    .card.career {
        padding: 40px 34px 43px;
    }

    .card.feature {
        padding: 40px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        text-align: center;
    }

    .cardw.feature {
        padding: 40px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        text-align: center;
    }

    .card.contact {
        padding: 43px 37px 36px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .card.contact-form {
        min-height: 773px;
        padding: 40px;
    }

    .card.company-perk {
        padding: 31px 35px 33px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .card.careers-testimonials-about {
        left: 27px;
        bottom: 27px;
        padding: 25px 33px 30px;
    }

    .card.career-page {
        padding: 40px 50px 58px;
    }

    .card.career-apply {
        padding-right: 50px;
        padding-left: 50px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .card.blog-v1-featured {
        margin-top: -72px;
        padding: 40px 33px;
    }

    .card.author {
        margin-top: 20px;
        padding: 50px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }

    .card.plan {
        padding-top: 40px;
        padding-bottom: 48px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .card.team {
        padding: 57px 50px 62px;
    }

    .card.help-center-category {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .card.help-center-category-article {
        padding: 50px 40px;
    }

    .card.help-center-article {
        padding: 68px 40px 35px;
    }

    .card.create-account-testimonial {
        margin-bottom: 40px;
        padding: 45px 38px 50px;
    }

    .card.sign-in-testimonial {
        margin-bottom: 40px;
        padding: 45px 38px 50px;
    }

    .card.forgot-password {
        padding: 57px 40px 61px;
    }

    .card.confirm-email {
        padding: 35px 54px 47px;
    }

    .card.coming-soon {
        padding: 53px 53px 69px;
    }

    .card.request-demo {
        min-height: 837px;
        padding: 57px 33px;
    }

    .card.request-demo-content-team {
        margin-bottom: 35px;
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .card.landing-page-hero {
        min-height: 824px;
        padding: 57px 33px;
    }

    .card.landing-page-testimonial {
        padding: 40px 33px;
    }

    .card.product-about-tabs-content {
        padding: 50px 40px 48px;
    }

    .card.default {
        padding: 40px 33px 46px;
    }

    .checkout-form {
        padding-top: 80px;
        padding-bottom: 115px;
    }

    .checkout-block-header {
        padding-right: 40px;
        padding-left: 40px;
    }

    .checkout-block-content {
        padding-right: 40px;
        padding-left: 40px;
    }

    .title.order-item {
        font-size: 18px;
    }

    .title.neutral-100.cta-1 {
        margin-bottom: 35px;
    }

    .title.neutral-100.cta-2 {
        max-width: 575px;
        margin-bottom: 35px;
        font-size: 26px;
    }

    .title.neutral-100.home-v1-hero {
        max-width: 390px;
    }

    .title.neutral-100.about-v1-hero {
        margin-bottom: 10px;
        font-size: xx-large !important;
    }

    .button-darkgreen {
        padding: 18px 44px;
    }

    .title.neutral-100.about-v2-hero {
        max-width: 416px;
    }

    .title.neutral-100.blog-post {
        margin-right: auto;
        margin-bottom: 16px;
        margin-left: auto;
    }

    .title.neutral-100.terms-conditions {
        position: static;
        margin-bottom: 16px;
    }

    .title.neutral-100.cta-4 {
        margin-bottom: 25px;
    }

    .title.neutral-100.cta-team {
        max-width: 438px;
        margin-bottom: 25px;
    }

    .title.neutral-100.shop-hero {
        margin-bottom: 16px;
    }

    .title.neutral-100.utility-page-hero {
        margin-bottom: 16px;
    }

    .title.h4-size {
        font-size: 20px;
    }

        .title.h4-size.home-v1-companies {
            margin-bottom: 30px;
        }

    .title.home-v1-feature {
        margin-bottom: 6px;
    }

    .title.home-v1-testimonials {
        margin-bottom: 10px;
    }

    .title.home-v1-get-started {
        max-width: 431px;
        margin-right: 0px;
        margin-bottom: 40px;
        margin-left: 0px;
        text-align: left;
    }

    .title.home-v1-get-started-step {
        margin-bottom: 6px;
    }

    .title.home-v2-hero {
        margin-bottom: 16px;
    }

    .title.home-v2-features {
        margin-bottom: 10px;
    }

    .title.home-v2-blog {
        max-width: 398px;
        margin-right: auto;
        margin-left: auto;
    }

    .title.clients-individuals {
        max-width: 431px;
        margin-right: auto;
        margin-left: auto;
        color: #1E1E1E;
        font-size: 34px;
        font-style: normal;
        font-weight: 700;
        line-height: 50.01px;
    }

    .title.clients-startups {
        max-width: 431px;
    }

    .title.blog-v1-post {
        margin-bottom: 22px;
    }

    .title.home-v2-get-started {
        max-width: 350px;
        margin-right: auto;
        margin-left: auto;
    }

    .title.testimonial-company {
        max-width: 560px;
        margin-right: auto;
        margin-left: auto;
    }

    .title.card-home-v3-case-study {
        margin-bottom: 6px;
        font-size: 20px;
    }

    .title.home-v3-testimonials {
        max-width: 518px;
        margin-right: auto;
        margin-left: auto;
    }

    .title.about-v1-story {
        max-width: 477px;
        margin-right: 0px;
        margin-left: 0px;
    }

    .title.about-v1-mission {
        margin-right: 0px;
        margin-left: 0px;
    }

    .title.about-v1-team {
        max-width: 453px;
        margin-right: auto;
        margin-left: auto;
    }

    .title.about-v1-values {
        max-width: 502px;
    }

    .title.about-v2-values {
        max-width: 431px;
        margin-right: auto;
        margin-left: auto;
    }

    .title.card-team-v2-name {
        margin-bottom: 6px;
    }

    .title.about-v2-offices {
        max-width: 501px;
        margin-bottom: 10px;
    }

    .title.card-about-v2-offices {
        margin-bottom: 10px;
    }

    .title.about-v3-team {
        max-width: 453px;
        margin-right: auto;
        margin-left: auto;
    }

    .title.about-v3-mission {
        margin-bottom: 10px;
    }

    .title.services {
        margin-bottom: 6px;
        font-size: 40px !important;
    }

    .title.h3-size {
        font-size: 22px;
    }

        .title.h3-size.job-description {
            margin-right: 40px;
            margin-bottom: 10px;
        }

        .title.h3-size.card-career-page {
            margin-top: 33px;
        }

        .title.h3-size.card-plan {
            margin-bottom: 10px;
        }

        .title.h3-size.card-about-team {
            margin-right: 7px;
        }

        .title.h3-size.create-account-testimonial {
            margin-bottom: 10px;
        }

        .title.h3-size.sign-in-testimonial {
            margin-bottom: 10px;
        }

        .title.h3-size.product-item-title {
            margin-bottom: 6px;
        }

    .title.contact-form {
        margin-bottom: 15px;
    }

    .title.card-company-perk {
        margin-bottom: 6px;
    }

    .title.careers-testimonials {
        margin-bottom: 10px;
    }

    .title.open-positions-contact {
        margin-bottom: 10px;
    }

    .title.open-positions {
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .title.h2-size {
        font-size: 32px;
    }

        .title.h2-size.card-career-page {
            margin-bottom: 16px;
        }

        .title.h2-size.create-account {
            margin-bottom: 6px;
        }

        .title.h2-size.sign-in {
            margin-bottom: 10px;
        }

        .title.h2-size.confirm-email {
            margin-bottom: 10px;
        }

        .title.h2-size.request-demo-content {
            max-width: 378px;
        }

    .title.blog-v1-hero {
        margin-bottom: 40px;
    }

    .title.blog-v1 {
        margin-bottom: 30px;
    }

    .title.card-blog-v1-featured {
        margin-bottom: 10px;
    }

    .title.blog-v2 {
        margin-bottom: 30px;
    }

    .title.blog-v2-post {
        margin-bottom: 15px;
    }

    .title.blog-v3 {
        margin-bottom: 30px;
    }

    .title.blog-v3-featured-first {
        margin-bottom: 16px;
    }

    .title.help-center-article {
        margin-bottom: 16px;
    }

    .title.request-demo-content-features {
        margin-bottom: 16px;
    }

    .title.card-request-demo {
        margin-bottom: 28px;
    }

    .title.landing-page-hero {
        margin-bottom: 16px;
    }

    .title.landing-page-content-top-title {
        max-width: 500px;
        margin-bottom: 6px;
        margin-left: 0px;
    }

    .title.landing-page-content-bottom-title {
        margin-bottom: 6px;
        margin-left: 0px;
    }

    .title.card-landing-page-testimonial {
        margin-bottom: 6px;
    }

    .title.product {
        margin-bottom: 6px;
    }

    .title.product-about {
        margin-bottom: 10px;
    }

    .title.h1-size {
        font-size: 36px;
    }

        .title.h1-size.shop-category-name {
            margin-right: 10px;
        }

        .title.h1-size.open-positions-category-name {
            margin-right: 10px;
        }

        .title.h1-size.blog-category-name {
            margin-right: 10px;
        }

    .title.dropdown-nav-title {
        margin-bottom: 24px;
        font-size: 20px;
    }

    .title.cart-item-title {
        font-size: 18px;
    }

    .split-content.home-v1-features-right {
        margin-bottom: -50px;
    }

    .split-content.home-v1-testimonials-right {
        margin-bottom: 50px;
    }

    .split-content.home-v1-faqs-top-left {
        margin-bottom: 35px;
    }

    .split-content.home-v3-features-left {
        margin-bottom: 30px;
    }

    .split-content.about-v1-story-left {
        margin-bottom: 83px;
    }

    .split-content.about-v1-values-left {
        margin-bottom: 30px;
    }

    .split-content.about-v3-careers-left {
        max-width: 403px;
        margin-bottom: 30px;
    }

    .split-content.about-v3-values-left {
        max-width: 431px;
        margin-bottom: 30px;
    }

    .split-content.about-v3-values-content-left {
        margin-right: 0px;
        margin-bottom: 0px;
    }

    .split-content.about-v3-values-content-right {
        margin-bottom: -60px;
    }

    .split-content.careers-hero-left {
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .split-content.careers-hero-right {
        margin-bottom: 0px;
    }

    .split-content.career-content {
        margin-bottom: 50px;
    }

    .split-content.more-jobs-left {
        margin-bottom: 30px;
    }

    .split-content.blog-post-articles-left {
        margin-bottom: 25px;
    }

    .split-content.blog-post-articles-right {
        margin-bottom: 25px;
    }

    .split-content.team-articles-left {
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .split-content.create-account-left {
        margin-bottom: 60px;
    }

    .split-content.sign-in-right {
        margin-bottom: 60px;
    }

    .split-content.terms-conditions-left {
        margin-bottom: 50px;
    }

    .split-content.terms-conditions-right {
        margin-bottom: -40px;
    }

    .split-content.request-demo-content {
        margin-bottom: 60px;
    }

    .split-content.landing-page-hero-content {
        max-width: 468px;
        margin-bottom: 60px;
    }

    .split-content.landing-page-content-top-content {
        max-width: none;
        margin-bottom: 35px;
        text-align: left;
    }

    .split-content.landing-page-content-bottom-content {
        max-width: none;
        margin-bottom: 35px;
        text-align: left;
    }

    .split-content.landing-page-testimonials-left {
        margin-bottom: 30px;
    }

    .split-content.more-products-left {
        margin-bottom: 30px;
    }

    .checkout-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .image-wrapper.blog-v1-post {
        margin-bottom: 28px;
    }

    .image-wrapper.card-team-v2 {
        width: 153px;
        min-height: 153px;
        min-width: 153px;
    }

    .image-wrapper.about-v3-hero-1 {
        margin-right: 35px;
    }

    .image-wrapper.blog-v2-post {
        margin-bottom: 28px;
    }

    .image-wrapper.blog-v3-featured-first {
        margin-bottom: 25px;
    }

    .image-wrapper.blog-v3-featured {
        max-width: 45%;
        margin-right: 20px;
        margin-bottom: 0px;
    }

    .image-wrapper.blog-post {
        margin-bottom: 50px;
    }

    .image-wrapper.card-author {
        width: 164px;
        min-height: 164px;
        min-width: 164px;
        margin-right: 0px;
        margin-bottom: 15px;
    }

    .image-wrapper.help-center-article-author {
        width: 67px;
        min-height: 67px;
        min-width: 67px;
        margin-right: 15px;
        margin-bottom: 15px;
    }

    .image-wrapper.product-item-image {
        max-width: 100%;
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .image-wrapper.product {
        margin-bottom: 40px;
    }

    .image.home-v1-feature {
        max-width: 135px;
        margin-bottom: 15px;
    }

    .image.home-v1-company {
        max-width: 24%;
    }

    .image.home-v2-hero-1 {
        max-width: 80%;
    }

    .image.home-v2-hero-3 {
        top: auto;
    }

    .image.home-v2-company {
        max-width: 24%;
        margin-right: 20px;
        margin-left: 20px;
    }

    .image.home-v2-feature-icon {
        margin-right: 10px;
    }

    .image.home-v2-get-started-step-icon {
        width: 60px;
        min-height: 60px;
        min-width: 60px;
        margin-right: 15px;
    }

    .image.clients-individuals-feature-icon {
        margin-right: 10px;
    }

    .image.card-home-v3-feature {
        margin-right: auto;
        margin-left: auto;
    }

    .image.home-v3-company {
        max-width: 24%;
        margin-right: 20px;
        margin-left: 20px;
    }

    .image.testimonial-company-logo {
        margin-bottom: 20px;
    }

    .image.card-about-v1-value {
        max-width: 93px;
        margin-right: 0px;
    }

    .image.card-about-v2-value {
        max-width: 93px;
        margin-right: 0px;
        margin-bottom: 15px;
    }

    .image.card-about-v2-offices-contact-icon {
        margin-right: 15px;
    }

    .image.about-v3-company {
        max-width: 24%;
        margin-right: 20px;
        margin-left: 20px;
    }

    .image.card-feature {
        margin-right: auto;
        margin-left: auto;
    }

    .image.card-contact {
        max-width: 125px;
        margin-right: 0px;
        margin-bottom: 15px;
    }

    .image.contact-form-link-icon {
        width: 40px;
        min-height: 40px;
        min-width: 40px;
        margin-right: 10px;
    }

    .image.card-company-perk-icon {
        margin-right: 30px;
        margin-bottom: 15px;
    }

    .image.card-team {
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .image.card-help-center-category {
        max-width: 141px;
        margin-bottom: 28px;
    }

    .image.help-center-1 {
        position: static;
        left: -109px;
        bottom: -185px;
        max-width: 80%;
        margin-top: 40px;
    }

    .image.help-center-2 {
        right: -148px;
        bottom: -225px;
        display: none;
    }

    .image.help-center-category {
        max-width: 141px;
        margin-bottom: 28px;
    }

    .image.card-create-account-testimonial {
        margin-bottom: 20px;
    }

    .image.card-sign-in-testimonial {
        margin-bottom: 20px;
    }

    .image.forgot-password-icon {
        max-width: 170px;
        margin-bottom: 20px;
    }

    .image.card-confirm-email {
        max-width: 150px;
        margin-bottom: 23px;
    }

    .image.card-coming-soon {
        max-width: 207px;
        margin-bottom: 30px;
    }

    .image.request-demo-content-team {
        width: 60px;
        min-height: 60px;
        min-width: 60px;
        margin-right: 20px;
    }

    .image.landing-page-company {
        max-width: 24%;
        margin-right: 20px;
        margin-left: 20px;
    }

    .image.landing-page-testimonial {
        width: 57px;
        min-height: 57px;
        min-width: 57px;
        margin-right: 15px;
    }

    .image.password {
        max-width: 140px;
        margin-bottom: 20px;
    }

    .cart-button {
        margin-right: 20px;
    }

    .home-v1-hero-content {
        margin-bottom: 75px;
    }

    .subtitle-wrapper {
        margin-bottom: 10px;
    }

        .subtitle-wrapper.home-v1-hero {
            margin-bottom: 15px;
        }

        .subtitle-wrapper.home-v1-get-started {
            -webkit-box-pack: start;
            -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
            justify-content: flex-start;
        }

        .subtitle-wrapper.home-v3-hero {
            margin-bottom: 15px;
        }

        .subtitle-wrapper.about-v1-story {
            -webkit-box-pack: start;
            -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
            justify-content: flex-start;
        }

        .subtitle-wrapper.about-v1-mission {
            -webkit-box-pack: start;
            -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
            justify-content: flex-start;
        }

        .subtitle-wrapper.about-v2-values {
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        .subtitle-wrapper.about-v3-mission {
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        .subtitle-wrapper.about-v3-mission {
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        .subtitle-wrapper.about-v3-careers {
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        .subtitle-wrapper.about-v3-values {
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        .subtitle-wrapper.contact-form {
            -webkit-box-pack: start;
            -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
            justify-content: flex-start;
        }

        .subtitle-wrapper.careers-testimonials {
            margin-bottom: 15px;
        }

    .subtitle-line {
        margin-right: 15px;
    }

        .subtitle-line.bg-neutral-100.about-v3-values {
            display: none;
        }

        .subtitle-line.home-v1-get-started {
            display: block;
        }

        .subtitle-line.about-v1-story {
            display: block;
        }

        .subtitle-line.about-v1-mission {
            display: block;
        }

        .subtitle-line.about-v2-values {
            display: none;
        }

        .subtitle-line.about-v3-mission {
            display: none;
        }

        .subtitle-line.about-v3-careers {
            display: none;
        }

        .subtitle-line.contact-form {
            display: block;
        }

    .subtitle.perks {
        margin-bottom: 10px;
    }

    .subtitle.home-v2-testimonials {
        margin-bottom: 10px;
    }

    .subtitle.home-v2-blog {
        margin-bottom: 10px;
    }

    .subtitle.home-v3-testimonials {
        margin-bottom: 10px;
    }

    .subtitle.home-v3-case-study {
        margin-bottom: 10px;
    }

    .subtitle.home-v3-achievements {
        margin-bottom: 10px;
    }

    .subtitle.about-v1-team {
        margin-bottom: 10px;
    }

    .subtitle.about-v2-team {
        margin-bottom: 10px;
    }

    .subtitle.about-v3-team {
        margin-bottom: 10px;
    }

    .subtitle.contact-faqs {
        margin-bottom: 10px;
    }

    ._2-buttons.cta-2 {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    ._2-buttons.full-width-mb {
        width: 100%;
    }

    .home-v1-features-wrapper {
        margin-bottom: 50px;
    }

    .bg.home-v1-testimonials-shape-1 {
        top: -326px;
    }

    .bg.cta-1-shape-1 {
        top: -218.5px;
    }

    .bg.cta-1-shape-2 {
        display: none;
    }

    .bg.cta-1-shape-3 {
        display: none;
    }

    .bg.cta-1-shape-4 {
        left: auto;
        right: -155px;
        bottom: -402px;
    }

    .bg.cta-2-shape-1 {
        left: -215px;
        display: none;
    }

    .bg.cta-2-shape-2 {
        left: 17px;
        display: none;
    }

    .bg.cta-2-shape-3 {
        top: -234px;
        right: -254px;
    }

    .bg.cta-2-shape-4 {
        left: -207px;
        bottom: -300px;
    }

    .bg.home-v3-achievements-1 {
        left: -231px;
    }

    .bg.home-v3-achievements-2 {
        right: -182px;
    }

    .bg.cta-3-shape-1 {
        display: none;
    }

    .bg.cta-3-shape-2 {
        left: -176px;
        top: -157.5px;
    }

    .bg.cta-3-shape-3 {
        right: -192px;
        bottom: -276px;
        display: none;
    }

    .bg.cta-3-shape-4 {
        right: -79px;
        bottom: -214px;
    }

    .bg.about-v1-hero-shape-1 {
        left: -209px;
        top: -83px;
    }

    .bg.about-v1-hero-shape-2 {
        top: -158px;
        right: -157px;
    }

    .bg.mykarage-v1-hero-shape-1 {
        left: -209px;
        top: -83px;
    }

    .bg.mykarage-v1-hero-shape-2 {
        top: -158px;
        right: -157px;
    }

    .bg.about-v2-hero-shape-1 {
        left: -232px;
    }

    .bg.about-v2-achievements-1 {
        left: -125px;
    }

    .bg.about-v2-achievements-2 {
        right: -221px;
        bottom: -321px;
    }

    .bg.about-v3-hero {
        min-height: 60%;
    }

    .bg.about-v3-hero-shape-1 {
        bottom: -310px;
    }

    .bg.about-v3-hero-shape-2 {
        top: -209px;
    }

    .bg.about-v3-values-shape-1 {
        left: -156px;
    }

    .bg.about-v3-values-shape-2 {
        top: -300px;
        right: -155px;
    }

    .bg.services {
        min-height: 90%;
    }

    .bg.contact-shape-1 {
        left: -126px;
        top: 304px;
    }

    .bg.contact-shape-2 {
        right: -8px;
    }

    .bg.contact-form-shape-2 {
        right: -27px;
    }

    .bg.careers-hero {
        padding-top: 51%;
    }

    .bg.careers-hero-shape-2 {
        right: -137px;
        bottom: 45px;
    }

    .bg.careers-hero-shape-1 {
        left: -199px;
        bottom: 65px;
    }

    .bg.careers-testimonials-shape {
        left: -99px;
        bottom: -82px;
    }

    .bg.more-jobs-shape-1 {
        left: -219px;
        top: 12px;
    }

    .bg.newsletter-v1-shape-1 {
        left: -186px;
    }

    .bg.newsletter-v1-shape-2 {
        bottom: -390px;
    }

    .bg.blog-v2-hero-shape-1 {
        left: -194px;
        top: -244px;
    }

    .bg.blog-v2-hero-shape-2 {
        left: -82px;
        bottom: -322px;
    }

    .bg.blog-v2-hero-shape-3 {
        top: -290px;
    }

    .bg.blog-v2-hero-shape-4 {
        right: -133px;
    }

    .bg.blog-post {
        min-height: 550px;
    }

    .bg.card-author-shape {
        left: -42px;
        top: -27px;
    }

    .bg.pricing-shape-1 {
        left: -225px;
        top: -219px;
    }

    .bg.pricing-shape-2 {
        top: -273px;
        right: -202px;
    }

    .bg.pricing-shape-3 {
        top: 602px;
    }

    .bg.pricing-shape-4 {
        top: 77px;
        right: -82px;
    }

    .bg.team-shape-1 {
        bottom: -90px;
    }

    .bg.team-shape-2 {
        top: -128px;
        right: -216px;
    }

    .bg.help-center-hero-shape-1 {
        left: -19px;
        top: -191px;
        max-width: 30%;
    }

    .bg.help-center-hero-shape-2 {
        top: -258px;
    }

    .bg.help-center-hero-shape-3 {
        top: -167px;
        right: 1px;
        max-width: 22%;
    }

    .bg.help-center-category {
        min-height: 600px;
    }

    .bg.help-center-category-shape-2 {
        bottom: -151px;
        display: none;
    }

    .bg.help-center-category-shape-3 {
        right: -184px;
    }

    .bg.help-center-category-shape-4 {
        top: 39px;
        right: -112px;
    }

    .bg.help-center-article-shape-top-1 {
        left: -237.5px;
        top: -328px;
    }

    .bg.help-center-article-shape-top-2 {
        right: -185px;
        bottom: -253px;
    }

    .bg.help-center-article-shape-2 {
        right: -154px;
        bottom: -65px;
    }

    .bg.create-account-shape-2 {
        right: -113px;
        bottom: -94px;
        width: 30%;
        min-height: auto;
        min-width: auto;
        padding-top: 30%;
    }

    .bg.sign-in-shape-2 {
        left: -218px;
    }

    .bg.forgot-password-shape-1 {
        left: -233px;
        bottom: -163px;
    }

    .bg.confirm-email-shape-2 {
        right: -204px;
    }

    .bg.terms-conditions-hero-shape-1 {
        left: -221px;
        top: -178px;
    }

    .bg.terms-conditions-hero-shape-2 {
        right: -108px;
        bottom: -174px;
    }

    .bg.request-demo-shape-1 {
        left: -160px;
    }

    .bg.request-demo-shape-2 {
        right: -90px;
        bottom: 26px;
    }

    .bg.cta-4-shape-2 {
        left: -176px;
        top: -157.5px;
    }

    .bg.cta-4-shape-3 {
        right: -192px;
        bottom: -276px;
    }

    .bg.landing-page-hero-shape-1 {
        right: -160px;
    }

    .bg.landing-page-hero-shape-2 {
        left: -143px;
    }

    .bg.landing-page {
        display: none;
    }

    .bg.shop-hero-shape-1 {
        left: -168px;
        top: -154px;
    }

    .bg.shop-hero-shape-2 {
        right: -150px;
        bottom: -167px;
    }

    .bg.product-about-shape-1 {
        top: 168px;
    }

    .bg.product-about-shape-2 {
        right: -107px;
        bottom: -48px;
    }

    .bg.utility-page-shape-1 {
        left: -124px;
        top: -181px;
    }

    .bg.utility-page-shape-2 {
        bottom: -195px;
    }

    .bg._404-shape-1 {
        left: -306px;
        top: -344px;
    }

    .bg._404-shape-2 {
        right: -123px;
        bottom: -352px;
    }

    .bg._404-shape-3 {
        top: -176px;
        right: 5px;
    }

    .bg._404-shape-4 {
        left: -224px;
        bottom: 222px;
    }

    .bg.about-v1-hero-achievements-shape {
        left: -205px;
    }


    .bg.mykarage-v1-hero-achievements-shape {
        left: -205px;
    }

    .bg.password-shape-1 {
        left: -233px;
        bottom: -163px;
    }

    .home-v1-feature-wrapper {
        margin-bottom: 50px;
    }

    .home-v1-features-title-wrapper {
        margin-bottom: 50px;
    }

    .home-v1-testimonials-grid {
        margin-bottom: 40px;
        grid-row-gap: 40px;
    }

    .home-v1-testimonials-achievements-number {
        margin-bottom: 0px;
        font-size: 35px;
    }

    .home-v1-get-started-wrapper {
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .home-v1-get-started-content {
        max-width: 800px;
        margin-bottom: 50px;
    }

    .home-v1-get-started-grid {
        grid-row-gap: 32px;
    }

    .home-v1-get-started-step-wrapper {
        max-width: none;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .home-v1-get-started-step-content {
        max-width: 503px;
    }

    .home-v1-get-started-step-number {
        width: 50px;
        min-height: 50px;
        min-width: 50px;
    }

    .container-medium-637px.perks {
        margin-bottom: 40px;
    }

    .perks-grid {
        margin-bottom: 40px;
    }

    .content-top.home-v1-faqs {
        margin-bottom: 50px;
    }

    .content-top.about-v1-values {
        margin-bottom: 40px;
    }

    .content-top.about-v2-offices {
        margin-bottom: 40px;
    }

    .content-top.about-v3-careers {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }

    .content-top.about-v3-values {
        margin-right: auto;
        margin-bottom: 50px;
        margin-left: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    .content-top.careers-hero {
        margin-bottom: 50px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .content-top.open-positions {
        margin-bottom: 50px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .content-top.more-jobs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }

    .content-top.blog-post-articles {
        margin-bottom: 17px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .content-top.team-articles {
        margin-bottom: 40px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .content-top.landing-page-testimonials {
        margin-bottom: 40px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }

    .content-top.more-products {
        margin-bottom: 40px;
    }

    .content-top.open-positions-category {
        margin-bottom: 50px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .content-top.blog-category {
        margin-bottom: 50px;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .space.card-faq {
        min-height: 15px;
    }

    .cta-2-button-primary-text {
        margin-bottom: 15px;
        font-size: 20px;
    }

    .cta-2-button-secondary-text {
        margin-bottom: 15px;
        font-size: 20px;
    }

    .footer-content-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer-content {
        max-width: 550px;
        margin-right: auto;
        margin-left: auto;
    }

    .footer-content-bottom {
        margin-bottom: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    .footer-menu-wrapper.pages {
        width: auto;
        max-width: none;
    }

    .footer-menu-content {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer-small-print {
        margin-right: 0px;
        margin-bottom: 0px;
    }

    .container-medium-710px.home-v2-hero {
        margin-bottom: 50px;
    }

    .home-v2-hero-images-wrapper {
        margin-bottom: 100px;
    }

    .home-v2-companies-logos {
        max-width: 552px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .home-v2-features-content {
        margin-bottom: 50px;
    }

    .home-v2-features-grid {
        max-width: 450px;
        grid-column-gap: 16px;
    }

    .home-v2-feature-wrapper {
        font-size: 16px;
    }

    .home-v2-get-started-content {
        margin-bottom: 50px;
    }

    .home-v2-testimonials-video-button {
        padding: 20px 30px;
        font-size: 16px;
    }

    .home-v2-testimonials-video-button-icon {
        font-size: 18px;
    }

    .clients-individuals-wrapper {
        margin-bottom: 92px;
    }

    .clients-individuals-feature-wrapper {
        padding: 20px 25px;
        font-size: 18px;
    }

    .clients-startups-achievement {
        padding: 48px 30px;
    }

    .clients-startups-achievement-number {
        font-size: 42px;
    }

    .clients-startups-achievement-text {
        font-size: 18px;
    }

    .posts-section-grid {
        grid-row-gap: 60px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .blog-v1-post-content {
        max-width: 503px;
    }

    .container-medium-695px.home-v3-testimonials {
        margin-bottom: 40px;
    }

    .home-v3-features-grid {
        grid-row-gap: 35px;
        -ms-grid-columns: auto;
        grid-template-columns: auto;
    }

    .home-v3-hero-content {
        margin-bottom: 120px;
    }

    .testimonial-company-content {
        margin-bottom: 50px;
    }

    .container-small-551px.home-v3-case-study {
        margin-bottom: 40px;
    }

    .container-small-551px.about-v1-team {
        margin-bottom: 40px;
    }

    .container-small-551px.about-v3-team {
        margin-bottom: 40px;
    }

    .container-small-551px.faqs {
        margin-bottom: 40px;
    }

    .container-small-551px.company-perks {
        margin-bottom: 40px;
    }

    .container-small-551px.blog-v3-hero {
        margin-bottom: 50px;
    }

    .home-v3-companies-logos {
        margin-left: -20px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .card-home-v3-case-study-step {
        width: 90px;
        min-height: 90px;
        min-width: 90px;
        margin-right: 20px;
        margin-bottom: 0px;
        margin-left: 0px;
        font-size: 30px;
    }

    .home-v3-case-study-grid {
        grid-row-gap: 35px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .home-v3-achievement-number {
        margin-bottom: 0px;
        font-size: 35px;
    }

    .home-v3-achievement-text {
        font-size: 18px;
    }

    .home-v3-testimonials-video-button {
        width: 23%;
        min-height: 41%;
        min-width: 23%;
    }

    .home-v3-testimonials-video-button-icon {
        width: 28%;
    }

    .card-home-v3-testimonials-position {
        margin-bottom: 20px;
    }

    .card-home-v3-case-study-content {
        max-width: 491px;
    }

    .container-medium-616px.about-v1-hero {
        margin-bottom: 56px;
    }

    .container-medium-616px.features {
        margin-bottom: 50px;
    }

    .container-medium-616px.services {
        margin-bottom: 50px;
    }

    .container-medium-616px.pricing {
        margin-bottom: 35px;
    }

    .about-v1-hero-achievements-grid {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        grid-column-gap: 40px;
        -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
    }

    .about-v1-hero-achievement-number {
        margin-bottom: 0px;
        font-size: 35px;
    }

    .about-v1-hero-achievement-text {
        font-size: 18px;
    }

    .about-v1-story-wrapper {
        text-align: left;
    }

    .about-v1-story-content {
        max-width: 530px;
        margin-bottom: 40px;
    }

    .about-v1-mission-content {
        max-width: 530px;
        margin-bottom: 40px;
    }

    .team-v1-grid {
        max-width: 575px;
        margin-right: auto;
        margin-bottom: 40px;
        margin-left: auto;
        grid-row-gap: 35px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .card-team-v1-content {
        padding-bottom: 40px;
    }

    .card-team-v1-position {
        padding-right: 20px;
        padding-left: 20px;
    }

    .about-v1-values-grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .card-about-v1-value-content {
        max-width: 510px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

    .about-v1-hero-image {
        margin-bottom: 69px;
    }

    .about-v2-hero-content {
        margin-bottom: 50px;
    }

    .about-v2-values-grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .card-about-v2-value-content {
        max-width: 510px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

    .about-v2-values-title-wrapper {
        text-align: center;
    }

    .about-v2-team {
        margin-bottom: 40px;
    }

    .team-v2-grid {
        margin-bottom: 40px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .card-team-v2-content {
        margin-bottom: 22px;
    }

    .card-team-v2-position {
        margin-bottom: 10px;
    }

    .about-v2-achievements-grid {
        grid-column-gap: 35px;
    }

    .about-v2-achievement-number {
        margin-bottom: 0px;
        font-size: 35px;
    }

    .about-v2-achievement-text {
        font-size: 18px;
    }

    .about-v2-offices-grid {
        max-width: 600px;
        margin-right: auto;
        margin-left: auto;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .about-v2-offices-content {
        padding: 28px 36px 36px;
    }

    .about-v3-hero-content {
        margin-bottom: 100px;
    }

    .about-v3-images-wrapper {
        margin-bottom: 58px;
    }

    .about-v3-companies-logos {
        max-width: 552px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .team-v3-grid {
        max-width: 575px;
        margin-right: auto;
        margin-left: auto;
        grid-row-gap: 35px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .about-v3-mission-content {
        margin-bottom: 50px;
    }

    .about-v3-value-wrapper {
        max-width: 100%;
        margin-bottom: 60px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .about-v3-value-number {
        width: 83px;
        min-height: 83px;
        min-width: 83px;
        margin-right: 20px;
        margin-bottom: 0px;
        font-size: 30px;
    }

    .card-career-about {
        margin-bottom: -15px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .card-career-about-category {
        margin-bottom: 15px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .card-career-about-location {
        margin-bottom: 15px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .card-career-content-top {
        margin-bottom: 23px;
    }

    .about-v3-values-wrapper {
        max-width: 540px;
        margin-right: auto;
        margin-left: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .features-grid {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
    }

    .services-grid {
        grid-row-gap: 40px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .card-service-content {
        padding-top: 30px;
        padding-bottom: 38px;
    }

    .container-small-585px.contact {
        margin-bottom: 50px;
    }

    .contact-grid {
        grid-row-gap: 35px;
    }

    .card-contact-links-wrapper {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .card-contact-link-main {
        margin-bottom: 6px;
    }

    .contact-form-content {
        margin-bottom: 50px;
        text-align: left;
    }

    .contact-form-links-grid {
        justify-items: start;
        grid-row-gap: 15px;
    }

    .contact-form-link {
        font-size: 18px;
    }

    .card-contact-form {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .card-contact-content {
        text-align: center;
    }

    .company-perks-grid {
        max-width: 691px;
        margin-right: auto;
        margin-bottom: 40px;
        margin-left: auto;
        grid-row-gap: 35px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .card-company-perk-content {
        max-width: 450px;
    }

    .careers-testimonials-content {
        margin-bottom: 50px;
    }

    .card-careers-testimonials-about-name {
        margin-bottom: 6px;
        font-size: 22px;
    }

    .card-careers-testimonials-about-position {
        font-size: 20px;
    }

    .open-positions-grid {
        margin-bottom: 50px;
    }

    .categories-wrapper {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border-radius: 12px;
    }

        .categories-wrapper.open-positions {
            margin-bottom: 0px;
        }

        .categories-wrapper.open-positions-category {
            margin-bottom: 0px;
        }

        .categories-wrapper.blog-category {
            -webkit-box-pack: start;
            -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
            justify-content: flex-start;
        }

    .category-item {
        margin-right: 10px;
    }

    .button-category.all {
        margin-right: 10px;
    }

    .link-back-to-wrapper {
        margin-bottom: 40px;
    }

        .link-back-to-wrapper.help-center-category {
            margin-bottom: 30px;
        }

    .career-page-about {
        margin-bottom: -15px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .card-career-page-about-category {
        margin-bottom: 15px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .card-career-page-about-location {
        margin-bottom: 15px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .job-description-title-wrapper {
        margin-bottom: 0px;
        -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    }

    .card-career-page-date-wrapper {
        margin-bottom: 10px;
    }

    .card-career-apply-icon {
        margin-right: 15px;
    }

    .card-career-apply-content {
        max-width: 450px;
    }

    .blog-v1-grid {
        grid-row-gap: 60px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .blog-v2-grid {
        grid-row-gap: 60px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .blog-v2-post-content {
        max-width: 503px;
    }

    .blog-v3-grid {
        grid-row-gap: 60px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .blog-v3-hero-featured-grid {
        grid-row-gap: 50px;
    }

    .blog-v3-featured-items-grid {
        max-width: 539px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .blog-v3-featured-item-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .container-large-1016px.blog-post {
        margin-bottom: 50px;
    }

    .blog-post-about-wrapper {
        margin-bottom: 24px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .rich-text h2 {
        margin-bottom: 16px;
    }

    .rich-text p {
        margin-bottom: 20px;
    }

    .rich-text ul {
        margin-top: 20px;
        margin-bottom: 40px;
        padding-left: 30px;
    }

    .rich-text h3 {
        margin-top: 40px;
        margin-bottom: 16px;
    }

    .rich-text figure {
        margin-top: 40px;
        margin-bottom: 50px;
    }

    .rich-text figcaption {
        margin-top: 23px;
    }

    .rich-text h4 {
        margin-top: 40px;
        margin-bottom: 16px;
    }

    .rich-text ol {
        margin-top: 20px;
        margin-bottom: 40px;
        padding-left: 30px;
    }

    .rich-text h5 {
        margin-top: 40px;
        margin-bottom: 10px;
    }

    .rich-text blockquote {
        margin-top: 40px;
        margin-bottom: 68px;
    }

    .rich-text h6 {
        margin-top: 40px;
        margin-bottom: 10px;
    }

    .blog-post-about-author-wrapper {
        margin-right: 40px;
        margin-bottom: 30px;
    }

    .blog-post-about-category-link {
        margin-bottom: 30px;
    }

    .card-author-content-top {
        margin-bottom: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .card-author-name-wrapper {
        margin-bottom: 20px;
    }

    .container-small-529px.faqs-content-bottom {
        margin-top: 73px;
    }

    .pricing-tabs-menu {
        margin-bottom: 50px;
    }

    .card-plan-price {
        margin-bottom: 6px;
        font-size: 32px;
    }

    .card-plan-features-title {
        margin-bottom: 10px;
    }

    .card-plan-features-grid {
        grid-row-gap: 6px;
    }

    .popular-badge {
        top: 20px;
        right: 20px;
    }

    .card-team-content-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }

    .card-team-content-top-about {
        max-width: 450px;
    }

    .card-team-content-top-about-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .card-team-name-wrapper {
        margin-bottom: 25px;
    }

    .card-team-position {
        font-size: 18px;
    }

    .help-center-hero-wrapper {
        max-width: 431px;
    }

    .help-center-grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .card-help-center-category-content {
        max-width: 454px;
    }

    .help-center-category-content-top {
        margin-bottom: 50px;
    }

    .help-center-category-grid {
        margin-bottom: 60px;
    }

    .container-medium-739px.help-center-article-content-top {
        margin-bottom: 50px;
    }

    .help-center-article-author-wrapper {
        margin-bottom: -15px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .help-center-article-author-content {
        margin-bottom: 15px;
    }

    .footer-small {
        padding-top: 38px;
        padding-bottom: 32px;
    }

    .footer-small-wrapper {
        margin-bottom: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    .create-account-form {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .create-account-checkbox-field {
        margin-top: 5px;
        font-size: 17px;
    }

    .create-account-checkbox {
        width: 23px;
        min-height: 23px;
        min-width: 23px;
    }

    .create-account-sign-in {
        margin-top: 25px;
    }

    .create-account-testimonial-name {
        font-size: 18px;
    }

    .create-account-testimonial-position {
        font-size: 18px;
    }

    .create-account-companies-text {
        margin-bottom: 20px;
    }

    .create-account-social-media-wrapper {
        margin-bottom: -15px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .sign-in-companies-text {
        margin-bottom: 20px;
    }

    .sign-in-testimonial-name {
        font-size: 18px;
    }

    .sign-in-testimonial-position {
        font-size: 18px;
    }

    .sign-in-form {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .sign-in-social-media-wrapper {
        margin-bottom: -15px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .sign-up-text {
        margin-bottom: 8px;
    }

    .sign-in-divider-wrapper {
        padding-top: 38px;
        padding-bottom: 48px;
    }

    .sign-in-divider-text {
        width: 50px;
        min-width: 50px;
    }

    .forgot-password-form {
        grid-row-gap: 20px;
    }

    .terms-conditions-nav-link {
        padding-right: 20px;
        padding-left: 20px;
        font-size: 20px;
    }

    .terms-conditions-nav-number {
        width: 40px;
        min-height: 40px;
        min-width: 40px;
    }

    .card-request-demo-form {
        grid-row-gap: 28px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .request-demo-content-top {
        margin-bottom: 20px;
    }

    .request-demo-content-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .landing-page-companies-logos {
        max-width: 552px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .landing-page-hero-feature-wrapper {
        font-size: 20px;
    }

    .landing-page-content-top {
        margin-bottom: 60px;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .landing-page-content-bottom {
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .shop-grid {
        max-width: 611px;
        grid-row-gap: 60px;
    }

    .product-item-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .product-item-content {
        max-width: 437px;
        text-align: center;
    }

    .product-content-top {
        margin-bottom: 40px;
    }

    .product-price {
        font-size: 27px;
    }

    .product-compare-price {
        font-size: 27px;
    }

    .add-to-cart-option-list {
        margin-bottom: 20px;
    }

    .product-about-tabs-menu {
        margin-bottom: 10px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .product-about-tab-link {
        margin-right: 20px;
        margin-bottom: 15px;
    }

        .product-about-tab-link.last {
            margin-bottom: 20px;
        }

    .rich-text-figure h2 {
        margin-bottom: 16px;
    }

    .rich-text-figure p {
        margin-bottom: 20px;
    }

    .rich-text-figure ul {
        margin-top: 20px;
        margin-bottom: 40px;
        padding-left: 30px;
    }

    .rich-text-figure h3 {
        margin-top: 40px;
        margin-bottom: 16px;
    }

    .rich-text-figure figcaption {
        margin-top: 23px;
    }

    .rich-text-figure h4 {
        margin-top: 40px;
        margin-bottom: 16px;
    }

    .rich-text-figure ol {
        margin-top: 20px;
        margin-bottom: 40px;
        padding-left: 30px;
    }

    .rich-text-figure h5 {
        margin-top: 40px;
        margin-bottom: 10px;
    }

    .rich-text-figure blockquote {
        margin-top: 40px;
        margin-bottom: 68px;
    }

    .rich-text-figure h6 {
        margin-top: 40px;
        margin-bottom: 10px;
    }

    .shop-category-grid {
        max-width: 611px;
        grid-row-gap: 60px;
    }

    .category-wrapper.shop-category {
        margin-bottom: 16px;
    }

    .category-wrapper.open-positions-category {
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .category-wrapper.blog-category {
        margin-right: 0px;
        margin-bottom: 30px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: left;
    }

    .open-positions-category-grid {
        margin-bottom: 50px;
    }

    .blog-category-grid {
        grid-row-gap: 60px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .shipping-method-content {
        margin-left: 10px;
    }

    .dropdown-arrow {
        top: -3.5px;
        font-size: 11px;
    }

    .dropdown-nav {
        margin-right: 20px;
    }

    .dropdown-nav-pages-wrapper {
        margin-right: 40px;
    }

    .dropdown-nav-item {
        margin-bottom: 22px;
    }

    .dropdown-nav-main-wrapper {
        padding-top: 40px;
    }

    ._3-columns-grid.cards.sales {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    ._1-col-grid.sales-page {
        max-width: 100%;
    }

    ._2-col-grid.sales-cards-links {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .heading-size-h2 {
        font-size: 32px;
    }

    .cta-image-card {
        width: 980px;
        max-width: 980px;
    }

    .style---line-icons-grid {
        grid-template-columns: repeat(auto-fit, 18px);
    }

    .max-with-400px {
        max-width: 400px;
    }

    .max-with-490px-tablet {
        max-width: 390px;
    }
}

@media screen and (max-width: 479px) {
    h1 {
        font-size: 30px;
    }

    h2 {
        margin-bottom: 10px;
        font-size: 26px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 16px;
    }

    h6 {
        font-size: 14px;
    }

    blockquote {
        padding: 60px 25px;
        background-image: url('../images/shape-2-block-quote-startup-x-template.svg');
        background-position: 150% -100%;
        background-size: auto;
        background-repeat: no-repeat;
        font-size: 18px;
    }

    .flex.center.align-center.notification-banner {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        text-align: left;
    }

    .container-default {
        padding-right: 16px;
        padding-left: 16px;
        padding-bottom: 25px !important;
    }

    .section-styleguide {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .style-guide-header {
        padding-right: 20px;
        padding-left: 20px;
    }

    .color-primary-grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .color-secondary-grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .color-neutral-grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .paragraph-large.landing-page-hero {
        margin-bottom: 30px;
    }

    .paragraph-large.product {
        margin-bottom: 25px;
    }

    .style-guide-subheader {
        padding-right: 20px;
        padding-left: 20px;
    }

    .style-guide-content-wrapper {
        padding: 60px 20px;
    }

    .icons-grid {
        grid-template-columns: repeat(auto-fit, 60px);
    }

    .button-primary {
        display: block;
        padding: 20px 15px;
    }

        .button-primary.large {
            padding-top: 20px;
            padding-bottom: 20px;
        }

        .button-primary.full-width.create-account {
            margin-top: 10px;
        }

        .button-primary.button-white.cta-2 {
            margin-right: 10px;
            padding: 20px 16px;
        }

        .button-primary._2-buttons-button {
            margin-right: 0px;
        }

        .button-primary.home-v2-hero-form-button {
            position: static;
        }

        .button-primary.card-career-page-button {
            margin-top: 30px;
        }

        .button-primary.newsletter-v1 {
            position: static;
            background-color: #fff;
            color: #292c32;
        }

        .button-primary.blog-v2-hero {
            position: static;
            background-color: #fff;
            color: #292c32;
        }

        .button-primary.header-button.mobile {
            padding-right: 15px;
            padding-left: 15px;
        }

        .button-primary.coming-soon {
            position: static;
        }

    .button-secondary {
        display: block;
        padding: 15px 15px;
    }

        .button-secondary.large {
            padding-top: 20px;
            padding-bottom: 20px;
        }

        .button-secondary.button-white.cta-2 {
            padding: 20px 16px;
        }

        .button-secondary.full-width.create-account-social-media {
            min-width: auto;
            margin-right: 0px;
            padding-right: 10px;
            padding-left: 10px;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            font-size: 16px;
        }

        .button-secondary.full-width.sign-in-social-media {
            min-width: auto;
            margin-right: 0px;
            padding-right: 10px;
            padding-left: 10px;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            font-size: 16px;
        }

    .header {
        padding-top: 23px;
        padding-bottom: 23px;
    }

    .header-navigation {
        margin-right: 16px;
        margin-left: 16px;
    }

    .nav-item-wrapper {
        padding-top: 10px;
        padding-bottom: 10px;
    }

        .nav-item-wrapper.header-button-mobile {
            margin-top: 50px;
        }

    .nav-link {
        font-size: 28px;
    }

    .menu-button {
        width: 48px;
        min-height: 48px;
        min-width: 48px;
        padding: 10px;
        font-size: 26px;
    }

    .footer-logo-container {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .footer-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .footer-logo {
        width: 181px;
    }

    .footer-nav-item {
        margin-bottom: 20px;
    }

    .section {
        padding-top: 30px !important;
        padding-bottom: 70px !important;
    }

        .section.bg-primary-1.home-v1-hero {
            padding-top: 61px;
        }

        .section.bg-primary-1.cta-1 {
            padding-top: 82px;
            padding-bottom: 82px;
        }

        .section.bg-primary-1.cta-2 {
            padding-top: 70px;
            padding-bottom: 70px;
        }

        .section.bg-primary-1.about-v2-hero {
            padding-top: 65px;
        }

        .section.bg-primary-1.about-v2-achievements {
            padding-top: 84px;
            padding-bottom: 84px;
        }

        .section.bg-primary-1.more-jobs {
            padding-top: 92px;
            padding-bottom: 92px;
        }

        .section.bg-primary-1.newsletter-v1 {
            padding-top: 74px;
            padding-bottom: 74px;
        }

        .section.bg-primary-1.blog-v2-hero {
            padding-top: 63px;
            padding-bottom: 72px;
        }

        .section.bg-primary-1.terms-conditions-hero {
            padding-top: 74px;
            padding-bottom: 74px;
        }

        .section.bg-primary-1.shop-hero {
            padding-bottom: 70px;
        }

        .section.bg-primary-1.product-about {
            padding-top: 68px;
            padding-bottom: 68px;
        }

        .section.bg-primary-1.utility-page-hero {
            padding-bottom: 70px;
        }

        .section.bg-primary-1.shop-category-hero {
            padding-bottom: 70px;
        }

        .section.home-v1-companies {
            padding-top: 72px;
            padding-bottom: 61px;
        }

        .section.padding-240px {
            padding-top: 100px;
            padding-bottom: 123px;
        }

        .section.bg-secondary-1.padding-160px {
            padding-top: 82px;
            padding-bottom: 82px;
        }

        .section.bg-secondary-1.padding-120px {
            padding-top: 70px;
            padding-bottom: 70px;
        }

        .section.bg-secondary-1.about-v2-values {
            padding-top: 89px;
            padding-bottom: 89px;
        }

        .section.bg-secondary-1.about-v3-mission {
            padding-top: 100px;
        }

        .section.bg-secondary-1.contact-form {
            /*    padding-top: 92px;
            padding-bottom: 92px;*/
            padding-top: 75px;
            padding-bottom: 35px;
        }

        .section.home-v2-hero {
            padding-top: 60px;
            padding-bottom: 20px;
        }

        .section.home-v3-hero {
            padding-top: 95px;
        }

        .section.about-v1-hero {
            padding-top: 0px !important;
            padding-bottom: 0px !important;
        }

        .section.padding-180px {
            padding-top: 92px;
            padding-bottom: 92px;
        }

        .section.about-v3-hero {
            padding-top: 69px;
            padding-bottom: 40px;
        }

        .section.about-v3-team {
            padding-bottom: 92px;
        }

        .section.features {
            /*  padding-top: 61px;
            padding-bottom: 96px;*/
            padding-top: 60px;
            padding-bottom: 30px;
        }

        .section.services {
            padding-top: 61px;
        }

        .section.contact {
            padding-top: 61px;
            padding-bottom: 86px;
        }

        .section.careers-hero {
            padding-top: 61px;
        }

        .section.company-perks {
            padding-top: 92px;
        }

        .section.open-positions {
            padding-top: 100px;
            padding-bottom: 92px;
        }

        .section.career {
            padding-top: 33px;
            padding-bottom: 80px;
        }

        .section.blog-v1-hero {
            padding-top: 61px;
        }

        .section.blog-v1 {
            padding-top: 77px;
            padding-bottom: 109px;
        }

        .section.blog-v3 {
            padding-top: 72px;
            padding-bottom: 92px;
        }

        .section.blog-v3-hero {
            padding-top: 61px;
            padding-bottom: 74px;
        }

        .section.blog-post {
            padding-top: 61px;
            padding-bottom: 72px;
        }

        .section.blog-post-articles {
            padding-top: 72px;
            padding-bottom: 92px;
        }

        .section.pricing {
            padding-top: 61px;
            padding-bottom: 92px;
        }

        .section.team-page {
            padding-top: 61px;
            padding-bottom: 92px;
        }

        .section.team {
            padding-top: 67px;
            padding-bottom: 92px;
        }

        .section.help-center-hero {
            padding-top: 61px;
            padding-bottom: 40px;
        }

        .section.help-center {
            padding-top: 30px;
            padding-bottom: 82px;
        }

        .section.help-center-category {
            padding-top: 33px;
        }

        .section.help-center-article {
            padding-top: 61px;
            padding-bottom: 84px;
        }

        .section.create-account {
            padding-top: 41px;
            padding-bottom: 66px;
        }

        .section.sign-in {
            padding-top: 41px;
            padding-bottom: 60px;
        }

        .section.terms-conditions {
            padding-top: 55px;
            padding-bottom: 90px;
        }

        .section.request-demo {
            padding-top: 41px;
            padding-bottom: 90px;
        }

        .section.landing-page-hero {
            padding-top: 41px;
            padding-bottom: 69px;
        }

        .section.landing-page-companies {
            padding-top: 50px;
            padding-bottom: 50px;
        }

        .section.landing-page {
            padding-top: 121px;
            padding-bottom: 73px;
        }

        .section.landing-page-product {
            padding-top: 73px;
            padding-bottom: 96px;
        }

        .section.shop {
            padding-top: 65px;
            padding-bottom: 85px;
        }

        .section.product {
            padding-top: 41px;
            padding-bottom: 82px;
        }

        .section.utility-page {
            padding-top: 65px;
        }

        .section.shop-category {
            padding-top: 65px;
            padding-bottom: 85px;
        }

        .section.open-positions-category {
            padding-top: 61px;
            padding-bottom: 92px;
        }

        .section.blog-category {
            padding-top: 61px;
        }

    .licenses-image {
        border-radius: 12px;
    }

    .utility-page-wrap {
        padding-right: 16px;
        padding-left: 16px;
    }

        .utility-page-wrap._404 {
            min-height: 750px;
        }

    .utility-page-content-password {
        padding: 42px 25px;
    }

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

        .input.home-v2-hero {
            min-height: 68px;
            margin-bottom: 15px;
            padding-right: 24px;
            padding-left: 24px;
        }

        .input.name-icon {
            padding-right: 50px;
        }

        .input.email-icon {
            padding-right: 50px;
        }

        .input.phone-icon {
            padding-right: 50px;
        }

        .input.company-icon {
            padding-right: 50px;
        }

        .input.newsletter-v1 {
            min-height: 68px;
            margin-bottom: 15px;
            padding-right: 24px;
            padding-left: 24px;
        }

        .input.blog-v2-hero {
            min-height: 68px;
            margin-bottom: 15px;
            padding-right: 24px;
            padding-left: 24px;
        }

        .input.password-icon {
            padding-right: 50px;
        }

        .input.coming-soon {
            min-height: 68px;
            margin-bottom: 15px;
            padding-right: 24px;
            padding-left: 24px;
        }

        .input.position-icon {
            padding-right: 50px;
        }

    ._404-title {
        font-size: 104px;
    }

    .container-medium-761px {
        padding-right: 16px;
        padding-left: 16px;
    }

        .container-medium-761px.changelog {
            margin-top: -95px;
        }

    .divider.footer-content-top-divider {
        margin-top: 40px;
        margin-bottom: 58px;
    }

    .divider.footer-content-bottom-divider {
        margin-top: 58px;
    }

    .divider.home-v3-companies {
        margin-bottom: 35px;
    }

    .divider.card-contact {
        margin-top: 18px;
        margin-bottom: 20px;
    }

    .divider.career-page {
        margin-top: 30px;
        margin-bottom: 33px;
    }

    .divider.card-plan {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .divider.card-team {
        margin-top: 47px;
        margin-bottom: 42px;
    }

    .divider.create-account {
        margin-top: 33px;
        margin-bottom: 33px;
    }

    .divider.terms-conditions {
        margin-top: 63px;
        margin-bottom: 68px;
    }

    .paragraph.neutral-100.about-v1-hero {
        max-width: 402px;
        margin-right: auto;
        margin-bottom: 30px;
        margin-left: auto;
        font-size: 15px;
    }

    .paragraph.neutral-100.about-v2-hero {
        margin-bottom: 30px;
    }

    .paragraph.neutral-100.about-v3-hero {
        margin-bottom: 30px;
    }

    .paragraph.neutral-100.blog-v2-hero {
        margin-bottom: 20px;
    }

    .paragraph.neutral-100.pricing {
        max-width: 402px;
        margin-right: auto;
        margin-left: auto;
        font-size: 16px;
    }

    .paragraph.card-home-v1-testimonials {
        margin-bottom: 10px;
    }

    .paragraph.home-v2-hero {
        margin-bottom: 35px;
    }

    .paragraph.home-v2-features {
        max-width: 402px;
        margin-bottom: 35px;
    }

    .paragraph.home-v2-get-started {
        max-width: 416px;
        margin-right: 0px;
        margin-left: 0px;
        padding-right: 0px;
        padding-left: 0px;
        text-align: left;
    }

    .paragraph.card-team-v2-about-excerpt {
        max-width: 316px;
        margin-right: auto;
        margin-left: auto;
    }

    .paragraph.about-v2-offices {
        max-width: 402px;
    }

    .paragraph.card-contact {
        max-width: 316px;
        margin-right: 0px;
        margin-left: 0px;
    }

    .paragraph.contact-form {
        margin-bottom: 30px;
    }

    .paragraph.card-career-apply {
        margin-bottom: 20px;
    }

    .paragraph.card-blog-v1-featured-excerpt {
        margin-bottom: 23px;
    }

    .paragraph.card-author-summary {
        max-width: 356px;
    }

    .paragraph.card-team-content-top-about-summary {
        max-width: 356px;
    }

    .paragraph.card-help-center-category {
        margin-bottom: 20px;
    }

    .paragraph.card-help-center-category-article {
        margin-bottom: 25px;
    }

    .paragraph.help-center-article-excerpt {
        margin-bottom: 25px;
    }

    .paragraph.create-account {
        margin-bottom: 22px;
    }

    .paragraph.create-account-testimonial {
        margin-bottom: 25px;
    }

    .paragraph.sign-in-testimonial {
        margin-bottom: 25px;
    }

    .paragraph.sign-in {
        margin-bottom: 23px;
    }

    .paragraph.coming-soon {
        margin-bottom: 35px;
    }

    .paragraph.landing-page-content-top-paragraph {
        margin-bottom: 30px;
    }

    .paragraph.landing-page-content-bottom-paragraph {
        margin-bottom: 30px;
    }

    .card.changelog {
        padding: 40px 20px;
    }

    .card.home-v1-testimonials {
        margin-top: -67px;
        padding: 37px 25px 33px;
    }

    .card.faq {
        padding-right: 25px;
        padding-left: 25px;
    }

    .card.home-v3-feature {
        padding: 33px 25px 13px;
    }

    .card.home-v3-case-study {
        padding: 36px 25px 38px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .card.home-v3-testimonials {
        margin-top: -15px;
        padding: 35px 25px;
    }

    .card.about-v1-value {
        padding: 36px 20px;
    }

    .card.about-v2-value {
        padding: 36px 20px;
    }

    .card.team-v2 {
        padding: 28px 25px 40px;
    }

    .card.career {
        padding: 33px 25px 36px;
    }

    .card.feature {
        padding: 33px 25px;
    }

    .cardw.feature {
        /*padding: 33px 25px;*/
        padding: 5px 36px;
    }

    .card.contact {
        padding: 36px 25px 30px;
    }

    .card.contact-form {
        min-height: 735px;
        padding: 33px 25px;
    }

    .card.company-perk {
        padding-right: 25px;
        padding-left: 25px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .card.careers-testimonials-about {
        left: 20px;
        bottom: 20px;
        padding: 20px 25px 25px;
    }

    .card.career-page {
        padding: 33px 25px 48px;
    }

    .card.career-apply {
        padding: 33px 25px 43px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .card.blog-v1-featured {
        max-width: 95%;
        margin-top: -40px;
        padding: 33px 25px;
    }

    .card.author {
        padding: 40px 25px;
    }

    .card.team {
        padding: 48px 25px 52px;
    }

    .card.help-center-category {
        padding: 33px 25px;
    }

    .card.help-center-category-article {
        padding: 40px 25px;
    }

    .card.help-center-article {
        padding: 50px 25px 30px;
    }

    .card.create-account-testimonial {
        padding: 38px 25px 42px;
    }

    .card.sign-in-testimonial {
        padding: 38px 25px 42px;
    }

    .card.forgot-password {
        padding: 48px 25px 51px;
    }

    .card.confirm-email {
        padding-right: 25px;
        padding-left: 25px;
    }

    .card.coming-soon {
        padding: 44px 25px 58px;
    }

    .card.request-demo {
        min-height: 776px;
        padding: 48px 25px;
        z-index: 1;
    }

    .card.request-demo-content-team {
        max-width: 300px;
        margin-bottom: 30px;
        padding: 20px;
    }

    .card.landing-page-hero {
        min-height: 795px;
        padding: 47px 25px;
    }

    .card.landing-page-testimonial {
        padding: 33px 25px;
    }

    .card.product-about-tabs-content {
        padding: 40px 25px 35px;
    }

    .card.default {
        padding: 33px 25px 40px;
    }

    .card.pages {
        padding: 14px 14px 24px;
    }

    .checkout-form {
        padding-top: 65px;
        padding-bottom: 92px;
    }

    .checkout-block-header {
        padding-right: 25px;
        padding-left: 25px;
    }

    .checkout-block-content {
        padding-right: 25px;
        padding-left: 25px;
    }

    .title.neutral-100.home-v1-hero {
        max-width: 320px;
    }

    .title.neutral-100.cta-3 {
        margin-bottom: 30px;
    }

    .title.neutral-100.about-v2-hero {
        max-width: 343px;
    }

    .title.neutral-100.about-v2-achievements {
        margin-bottom: 35px;
    }

    .title.neutral-100.about-v3-value {
        margin-bottom: 6px;
    }

    .title.neutral-100.contact {
        margin-bottom: 6px;
        font-size: 50px !important;
    }

    .title.neutral-100.blog-v2-hero {
        margin-bottom: 6px;
        font-size: 30px;
    }

    .title.neutral-100.blog-post {
        margin-bottom: 10px;
    }

    .title.neutral-100.pricing {
        margin-bottom: 6px;
        font-size: 30px !important;
    }

    .title.neutral-100.help-center-hero {
        margin-bottom: 6px;
    }

    .title.neutral-100.help-center-category {
        margin-bottom: 6px;
    }

    .title.neutral-100.terms-conditions {
        margin-bottom: 10px;
    }

    .title.neutral-100.cta-4 {
        margin-bottom: 20px;
    }

    .title.neutral-100.cta-team {
        max-width: 350px;
        margin-right: auto;
        margin-bottom: 20px;
        margin-left: auto;
    }

    .title.neutral-100.shop-hero {
        margin-bottom: 10px;
    }

    .title.neutral-100.utility-page-hero {
        margin-bottom: 10px;
    }

    .title.h4-size {
        font-size: 18px;
    }

        .title.h4-size.home-v1-companies {
            margin-bottom: 25px;
        }

        .title.h4-size.past-experience {
            margin-top: 15px;
            margin-bottom: 6px;
        }

    .title.card-perk {
        margin-bottom: 6px;
    }

    .title.card-faq {
        margin-right: 15px;
    }

    .title.home-v2-hero {
        max-width: 402px;
        margin-bottom: 10px;
        font-size: 30px !IMPORTANT;
    }

    .title.home-v2-features {
        max-width: 402px;
        margin-right: 0px;
        margin-left: 0px;
    }

    .title.home-v2-get-started-step {
        margin-bottom: 2px;
    }

    .title.home-v2-testimonials {
        padding-right: 5px;
        padding-left: 5px;
    }

    .title.home-v2-blog {
        max-width: 313px;
    }

    .title.clients-individuals {
        margin-right: 0px;
        margin-left: 0px;
    }

    .title.clients-startups {
        margin-right: 0px;
        margin-left: 0px;
        font-size: 34px !important;
    }

    .title.blog-v1-post {
        margin-bottom: 20px;
    }

    .title.home-v2-get-started {
        max-width: none;
        margin-right: 0px;
        margin-left: 0px;
        text-align: left;
    }

    .title.card-home-v3-feature {
        margin-bottom: 6px;
    }

    .title.home-v3-case-study {
        max-width: 402px;
        margin-right: auto;
        margin-left: auto;
    }

    .title.testimonial-company {
        margin-bottom: 6px;
    }

    .title.about-v1-story {
        max-width: 402px;
    }

    .title.about-v1-team {
        max-width: 358px;
    }

    .title.about-v1-values {
        max-width: 402px;
        margin-right: auto;
        margin-left: auto;
    }

    .title.card-about-v1-value {
        margin-bottom: 6px;
    }

    .title.card-about-v2-value {
        margin-bottom: 6px;
    }

    .title.about-v2-values {
        max-width: 402px;
        margin-right: auto;
        margin-left: auto;
    }

    .title.about-v2-offices {
        max-width: 402px;
    }

    .title.about-v3-team {
        max-width: 358px;
    }

    .title.features {
        margin-bottom: 6px;
    }

    .title.card-feature {
        margin-bottom: 6px;
    }

    .title.h3-size {
        font-size: 20px;
    }

        .title.h3-size.card-feature {
            margin-bottom: 6px;
        }

        .title.h3-size.card-contact {
            margin-bottom: 4px;
        }

        .title.h3-size.card-career-page {
            margin-top: 28px;
            margin-bottom: 6px;
        }

        .title.h3-size.card-help-center-category-article {
            margin-bottom: 6px;
        }

        .title.h3-size.create-account-testimonial {
            margin-bottom: 6px;
        }

        .title.h3-size.sign-in-testimonial {
            margin-bottom: 6px;
        }

        .title.h3-size.product-item-title {
            margin-bottom: 3px;
        }

    .title.contact-form {
        margin-bottom: 10px;
    }

    .title.contact-faqs {
        max-width: 402px;
        margin-right: auto;
        margin-left: auto;
        font-size: 28px;
    }

    .title.careers-hero {
        margin-bottom: 6px;
    }

    .title.careers-testimonials {
        margin-bottom: 6px;
    }

    .title.open-positions-contact {
        margin-bottom: 6px;
    }

    .title.open-positions {
        margin-bottom: 25px;
    }

    .title.h2-size {
        font-size: 26px;
    }

        .title.h2-size.sign-in {
            margin-bottom: 6px;
        }

        .title.h2-size.card-forgot-password {
            margin-bottom: 6px;
        }

        .title.h2-size.confirm-email {
            margin-bottom: 6px;
        }

        .title.h2-size.request-demo-content {
            margin-bottom: 6px;
        }

    .title.card-career-apply {
        margin-bottom: 6px;
    }

    .title.blog-v1 {
        margin-bottom: 25px;
    }

    .title.blog-v2 {
        margin-bottom: 25px;
    }

    .title.blog-v3 {
        margin-bottom: 25px;
    }

    .title.blog-v3-featured-first {
        margin-bottom: 10px;
    }

    .title.h5-size {
        font-size: 16px;
    }

        .title.h5-size.blog-v3-featured {
            font-size: 18px;
        }

    .title.faqs-contact {
        margin-bottom: 6px;
    }

    .title.team-page {
        margin-bottom: 6px;
    }

    .title.card-help-center-category {
        margin-bottom: 6px;
    }

    .title.help-center-category-contact {
        margin-bottom: 6px;
    }

    .title.help-center-article {
        max-width: 402px;
        margin-bottom: 10px;
    }

    .title.coming-soon {
        margin-bottom: 6px;
    }

    .title.card-request-demo {
        margin-bottom: 23px;
    }

    .title.landing-page-hero {
        max-width: 402px;
        margin-bottom: 10px;
    }

    .title.landing-page-content-top-title {
        max-width: 402px;
        margin-right: 0px;
        margin-left: 0px;
    }

    .title.landing-page-content-bottom-title {
        max-width: 402px;
        margin-right: 0px;
        margin-left: 0px;
    }

    .title.card-landing-page-testimonial {
        margin-bottom: 3px;
    }

    .title.h1-size {
        font-size: 30px;
    }

    .title.dropdown-nav-title {
        margin-bottom: 22px;
    }

    .split-content.header-right {
        margin-right: 15px;
    }

    .split-content.home-v1-features-right {
        margin-bottom: -40px;
    }

    .split-content.home-v1-testimonials-right {
        max-width: 100%;
    }

    .split-content.clients-individuals-left {
        margin-bottom: 40px;
        text-align: left;
    }

    .split-content.clients-individuals-right {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .split-content.clients-startups-right {
        padding-bottom: 40px;
        text-align: left;
        max-width: 100% !important;
    }

    .split-content.about-v1-story-left {
        margin-bottom: 69px;
    }

    .split-content.about-v3-careers-left {
        max-width: 358px;
        margin-right: auto;
        margin-left: auto;
    }

    .split-content.about-v3-values-left {
        max-width: 402px;
    }

    .split-content.about-v3-values-content-right {
        margin-bottom: -40px;
    }

    .split-content.career-content {
        margin-bottom: 40px;
    }

    .split-content.more-jobs-left {
        margin-bottom: 25px;
    }

    .split-content.blog-post-articles-right {
        margin-bottom: 0px;
    }

    .split-content.team-articles-right {
        margin-bottom: 0px;
    }

    .split-content.create-account-left {
        margin-bottom: 50px;
    }

    .split-content.sign-in-right {
        margin-bottom: 50px;
    }

    .split-content.terms-conditions-left {
        margin-bottom: 40px;
    }

    .split-content.terms-conditions-right {
        margin-bottom: -35px;
    }

    .split-content.request-demo-content {
        margin-bottom: 50px;
    }

    .split-content.landing-page-hero-content {
        margin-bottom: 50px;
    }

    .split-content.landing-page-content-top-content {
        margin-bottom: 30px;
        text-align: left;
    }

    .split-content.landing-page-content-bottom-content {
        margin-bottom: 30px;
        text-align: left;
    }

    .split-content.landing-page-testimonials-left {
        margin-bottom: 25px;
    }

    .split-content.more-products-left {
        margin-bottom: 25px;
    }

    .checkout-required-text {
        font-size: 18px;
    }

    .order-item {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .image-wrapper.order-item-image {
        margin-right: 0px;
        margin-bottom: 15px;
    }

    .image-wrapper.home-v1-testimonials {
        max-width: 90%;
    }

    .image-wrapper.blog-v1-post {
        margin-bottom: 25px;
    }

    .image-wrapper.card-team-v2 {
        width: 128px;
        min-height: 128px;
        min-width: 128px;
    }

    .image-wrapper.about-v3-hero-1 {
        margin-right: 20px;
    }

    .image-wrapper.blog-v2-post {
        margin-bottom: 23px;
    }

    .image-wrapper.blog-v3-featured-first {
        margin-bottom: 20px;
    }

    .image-wrapper.blog-v3-featured {
        max-width: 100%;
        margin-right: 0px;
        margin-bottom: 15px;
    }

    .image-wrapper.blog-post {
        margin-bottom: 40px;
    }

    .image-wrapper.blog-post-about-author {
        width: 60px;
        min-height: 60px;
        min-width: 60px;
        margin-right: 15px;
    }

    .image-wrapper.card-author {
        width: 137px;
        min-height: 137px;
        min-width: 137px;
        margin-bottom: 10px;
    }

    .image-wrapper.help-center-article-author {
        width: 60px;
        min-height: 60px;
        min-width: 60px;
        margin-right: 10px;
    }

    .image-wrapper.product-item-image {
        margin-bottom: 25px;
    }

    .image-wrapper.product {
        margin-bottom: 35px;
    }

    .image-wrapper.cart-item-image {
        margin-right: 0px;
        margin-bottom: 15px;
    }

    .image.home-v1-feature {
        max-width: 113px;
        margin-bottom: 10px;
        margin-left: 0px;
    }

    .image.home-v1-company {
        max-width: 107px;
        margin-right: 10px;
        margin-left: 10px;
    }

    .image.home-v2-hero-1 {
        max-width: 85%;
    }

    .image.home-v2-company {
        max-width: 107px;
        margin-right: 10px;
        margin-left: 10px;
    }

    .image.home-v2-feature-icon {
        margin-right: 8px;
    }

    .image.home-v2-get-started-step-icon {
        width: 50px;
        min-height: 50px;
        min-width: 50px;
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .image.clients-individuals-feature-icon {
        margin-right: 8px;
    }

    .image.card-home-v3-feature {
        margin-bottom: 15px;
    }

    .image.home-v3-company {
        max-width: 107px;
        margin-right: 10px;
        margin-left: 10px;
    }

    .image.card-about-v1-value {
        margin-bottom: 15px;
    }

    .image.card-about-v2-value {
        margin-bottom: 10px;
    }

    .image.card-about-v2-offices-contact-icon {
        margin-right: 10px;
    }

    .image.about-v3-company {
        max-width: 107px;
        margin-right: 10px;
        margin-left: 10px;
    }

    .image.card-feature {
        margin-bottom: 15px;
        width: 75px;
    }

    .image.card-contact {
        max-width: 104px;
        margin-bottom: 10px;
    }

    .image.contact-form-link-icon {
        width: 33px;
        min-height: 33px;
        min-width: 33px;
    }

    .image.card-company-perk-icon {
        max-width: 100px;
        margin-right: 0px;
    }

    .image.blog-v2-post-about-category-icon {
        margin-right: 6px;
    }

    .image.card-team {
        width: 168px;
        min-height: 168px;
        min-width: 168px;
        margin-bottom: 15px;
    }

    .image.card-help-center-category {
        max-width: 118px;
        margin-bottom: 20px;
    }

    .image.help-center-1 {
        margin-top: 35px;
    }

    .image.help-center-category {
        max-width: 118px;
        margin-bottom: 20px;
    }

    .image.create-account-social-media-icon {
        max-width: 25px;
        margin-right: 10px;
    }

    .image.card-create-account-testimonial {
        width: 95px;
        min-height: 95px;
        min-width: 95px;
        margin-bottom: 15px;
    }

    .image.card-sign-in-testimonial {
        width: 95px;
        min-height: 95px;
        min-width: 95px;
        margin-bottom: 15px;
    }

    .image.sign-in-social-media-icon {
        max-width: 25px;
        margin-right: 10px;
    }

    .image.forgot-password-icon {
        max-width: 160px;
        margin-bottom: 15px;
    }

    .image.card-confirm-email {
        max-width: 125px;
        margin-bottom: 20px;
    }

    .image.card-coming-soon {
        max-width: 150px;
        margin-bottom: 20px;
    }

    .image.request-demo-content-team {
        width: 56px;
        min-height: 56px;
        min-width: 56px;
        margin-right: 10px;
    }

    .image.landing-page-company {
        max-width: 107px;
        margin-right: 10px;
        margin-left: 10px;
    }

    .image.landing-page-testimonial {
        width: 48px;
        min-height: 48px;
        min-width: 48px;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .image.password {
        margin-bottom: 15px;
    }

    .store-btn {
        text-align: center;
    }

    .karage-banner {
        width: 50%;
    }

    .order-item-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cart-button {
        margin-right: 8px;
        padding: 15px 20px 15px 20px;
    }

    .cart-container {
        min-width: auto;
    }

    .grid-licenses-images {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .home-v1-hero-content {
        margin-bottom: 60px;
    }

    .subtitle-wrapper.home-v1-hero {
        margin-bottom: 10px;
    }

    .subtitle-wrapper.home-v2-features {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .subtitle-wrapper.home-v2-get-started {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .subtitle-wrapper.clients-individuals {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .subtitle-wrapper.clients-startups {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .subtitle-wrapper.home-v3-hero {
        margin-bottom: 10px;
    }

    .subtitle-wrapper.about-v3-values {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .subtitle-wrapper.careers-testimonials {
        margin-bottom: 10px;
    }

    .subtitle-line {
        margin-right: 10px;
    }

        .subtitle-line.bg-neutral-100.about-v3-values {
            display: block;
        }

        .subtitle-line.home-v2-features {
            display: block;
        }

        .subtitle-line.home-v2-get-started {
            display: block;
        }

        .subtitle-line.clients-individuals {
            display: block;
        }

        .subtitle-line.clients-startups {
            display: block;
        }

    ._2-buttons {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        ._2-buttons.cta-2 {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

    .home-v1-companies-wrapper {
        grid-auto-columns: 1fr;
    }

    .flex-vc {
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .bg.home-v1-hero-shape-2 {
        top: -273px;
        right: -175px;
        bottom: auto;
    }

    .bg.home-v1-testimonials-shape-2 {
        width: auto;
        min-height: auto;
        min-width: 99%;
        padding-top: 99%;
    }

    .bg.cta-1-shape-1 {
        top: -228.5px;
    }

    .bg.cta-1-shape-3 {
        top: -212.5px;
    }

    .bg.cta-1-shape-4 {
        bottom: -399px;
    }

    .bg.cta-2-shape-3 {
        top: -254px;
        right: -208px;
    }

    .bg.home-v3-achievements-1 {
        left: -249px;
        top: -58px;
    }

    .bg.home-v3-achievements-2 {
        right: -208px;
        bottom: -77px;
    }

    .bg.cta-3-shape-2 {
        left: -199px;
        top: -167.5px;
    }

    .bg.cta-3-shape-4 {
        right: -58px;
    }

    .bg.about-v1-hero {
        min-height: 53%;
    }

    .bg.mykarage-v1-hero {
        min-height: 53%;
    }

    .bg.about-v1-hero-shape-1 {
        left: -231px;
        top: -58px;
    }

    .bg.about-v1-hero-shape-2 {
        top: -183px;
        right: -190px;
    }

    .bg.mykarage-v1-hero-shape-1 {
        left: -231px;
        top: -58px;
    }

    .bg.mykarage-v1-hero-shape-2 {
        top: -183px;
        right: -190px;
    }

    .bg.about-v2-hero-shape-1 {
        left: -246px;
    }

    .bg.about-v2-achievements-1 {
        left: -137px;
        top: -198px;
    }

    .bg.about-v2-achievements-2 {
        bottom: -333px;
    }

    .bg.about-v3-hero {
        min-height: 58%;
    }

    .bg.about-v3-hero-shape-1 {
        bottom: -194px;
    }

    .bg.about-v3-hero-shape-2 {
        top: -221px;
        right: -173px;
    }

    .bg.about-v3-values-shape-2 {
        top: -251px;
        right: -144px;
    }

    .bg.contact-shape-1 {
        left: -114px;
        top: 414px;
    }

    .bg.contact-form-shape-1 {
        left: -101px;
    }

    .bg.contact-form-shape-2 {
        right: -125px;
    }

    .bg.careers-hero {
        padding-top: 57%;
    }

    .bg.careers-hero-shape-2 {
        right: -193px;
        bottom: 22px;
    }

    .bg.careers-hero-shape-1 {
        left: -234px;
        bottom: 52px;
    }

    .bg.careers-testimonials-shape {
        left: -169px;
        bottom: -59px;
    }

    .bg.more-jobs-shape-1 {
        left: -150px;
        top: 111px;
    }

    .bg.more-jobs-shape-2 {
        right: -182px;
    }

    .bg.newsletter-v1-shape-1 {
        left: -198px;
    }

    .bg.newsletter-v1-shape-2 {
        bottom: -376px;
    }

    .bg.blog-v2-hero-shape-1 {
        left: -216px;
    }

    .bg.blog-v2-hero-shape-2 {
        left: -143px;
        bottom: -285px;
    }

    .bg.blog-v2-hero-shape-3 {
        top: -257px;
    }

    .bg.blog-v2-hero-shape-4 {
        right: -163px;
        bottom: -303px;
    }

    .bg.blog-post {
        min-height: 500px;
    }

    .bg.blog-post-shape-1 {
        left: -293px;
    }

    .bg.blog-post-shape-2 {
        bottom: -286px;
    }

    .bg.pricing-shape-1 {
        left: -268px;
        top: -234px;
    }

    .bg.pricing-shape-2 {
        top: -306px;
        right: -267px;
    }

    .bg.team-shape-2 {
        top: -109px;
        right: -245px;
    }

    .bg.help-center-hero-shape-1 {
        left: -57px;
        top: -222px;
        max-width: 100%;
    }

    .bg.help-center-hero-shape-2 {
        display: none;
    }

    .bg.help-center-hero-shape-3 {
        top: -149px;
        right: -28px;
        max-width: 100%;
    }

    .bg.help-center-category-shape-1 {
        left: -231px;
    }

    .bg.help-center-category-shape-2 {
        bottom: -101px;
        max-width: 73%;
    }

    .bg.help-center-category-shape-3 {
        top: -146px;
        right: -256px;
    }

    .bg.help-center-category-shape-4 {
        top: 22px;
        right: -165px;
    }

    .bg.help-center-article-shape-top-1 {
        left: -200.5px;
        top: -346px;
    }

    .bg.help-center-article-shape-top-2 {
        right: -168px;
        bottom: -295px;
    }

    .bg.help-center-article-shape-2 {
        right: -107px;
        bottom: -56px;
        width: auto;
        min-height: auto;
        min-width: 60%;
        padding-top: 60%;
    }

    .bg.create-account-shape-2 {
        right: -23px;
        bottom: 159px;
    }

    .bg.sign-in-shape-2 {
        left: -73px;
        bottom: 143px;
    }

    .bg.forgot-password-shape-1 {
        left: -273px;
        bottom: -196px;
    }

    .bg.forgot-password-shape-2 {
        right: -141px;
    }

    .bg.confirm-email-shape-1 {
        left: -207px;
    }

    .bg.confirm-email-shape-2 {
        right: -235px;
        bottom: -221px;
    }

    .bg.terms-conditions-hero-shape-1 {
        left: -253px;
        top: -197px;
    }

    .bg.terms-conditions-hero-shape-2 {
        right: -94px;
        bottom: -196px;
    }

    .bg.coming-soon-shape-1 {
        left: -211px;
        bottom: 27px;
    }

    .bg.coming-soon-shape-2 {
        top: -133px;
        right: -238px;
    }

    .bg.request-demo-shape-1 {
        left: -221px;
    }

    .bg.request-demo-shape-2 {
        right: -223px;
    }

    .bg.landing-page-hero-shape-1 {
        right: -256px;
    }

    .bg.landing-page-hero-shape-2 {
        left: -168px;
        bottom: -96px;
    }

    .bg.shop-hero-shape-1 {
        left: -179px;
        top: -204px;
    }

    .bg.shop-hero-shape-2 {
        right: -176px;
        bottom: -188px;
    }

    .bg.product-about-shape-1 {
        top: 266px;
    }

    .bg.product-about-shape-2 {
        right: -109px;
        bottom: -42px;
    }

    .bg.utility-page-shape-1 {
        left: -155px;
        top: -207px;
    }

    .bg.utility-page-shape-2 {
        bottom: -211px;
    }

    .bg._404-shape-2 {
        right: -93px;
        bottom: -350px;
    }

    .bg._404-shape-3 {
        top: -214px;
        right: -46px;
    }

    .bg._404-shape-4 {
        left: -233px;
        bottom: 340px;
    }

    .bg.about-v1-hero-achievements-shape {
        left: -259px;
    }

    .bg.mykarage-v1-hero-achievements-shape {
        left: -259px;
    }

    .bg.password-shape-1 {
        left: -273px;
        bottom: -196px;
    }

    .bg.password-shape-2 {
        right: -141px;
    }

    .home-v1-feature-wrapper {
        margin-bottom: 40px;
    }

    .home-v1-testimonials-grid {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        grid-row-gap: 30px;
        grid-template-columns: repeat(auto-fit, 215px);
    }

    .home-v1-testimonials-achievements-number {
        font-size: 36px;
    }

    .home-v1-testimonials-achievements-text {
        font-size: 18px;
    }

    .card-home-v1-testimonials-name {
        margin-bottom: 4px;
    }

    .card-home-v1-testimonials-position {
        font-size: 16px;
    }

    .home-v1-get-started-grid {
        grid-row-gap: 30px;
    }

    .home-v1-get-started-step-wrapper {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .home-v1-get-started-step-number {
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .cta-1-wrapper {
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .container-medium-637px {
        padding-right: 16px;
        padding-left: 16px;
    }

    .card-perk-content {
        bottom: 20px;
        padding: 20px 25px;
    }

    .content-top.home-v1-faqs {
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .content-top.home-v3-features {
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .content-top.about-v1-values {
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .content-top.about-v3-careers {
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .content-top.about-v3-values {
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        text-align: left;
    }

    .content-top.careers-hero {
        margin-bottom: 40px;
    }

    .content-top.open-positions {
        margin-bottom: 40px;
    }

    .content-top.more-jobs {
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .content-top.blog-v1 {
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .content-top.blog-v2 {
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .content-top.blog-v3 {
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .content-top.blog-post-articles {
        margin-bottom: 42px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        text-align: center;
    }

    .content-top.team-articles {
        margin-bottom: 42px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        text-align: center;
    }

    .content-top.landing-page-testimonials {
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .content-top.more-products {
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .content-top.open-positions-category {
        margin-bottom: 40px;
    }

    .content-top.blog-category {
        margin-bottom: 40px;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .cta-2-button-primary-text {
        font-size: 18px;
    }

    .cta-2-button-secondary-text {
        font-size: 18px;
    }

    .footer-content-top {
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .footer-content {
        margin-bottom: -50px;
    }

    .footer-menu-wrapper {
        margin-bottom: 50px;
    }

        .footer-menu-wrapper.logo {
            margin-right: 0px;
        }

    .footer-title {
        margin-bottom: 20px;
    }

    .footer-social-media-wrapper {
        margin-bottom: 15px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .container-medium-710px {
        padding-right: 16px;
        padding-left: 16px;
    }

        .container-medium-710px.home-v2-hero {
            margin-bottom: 40px;
        }

    .home-v2-hero-form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .home-v2-hero-images-wrapper {
        margin-bottom: 80px;
    }

    .home-v2-companies-text {
        margin-bottom: 20px;
    }

    .home-v2-features-wrapper {
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .home-v2-features-content {
        max-width: 100%;
        margin-bottom: 40px;
        text-align: left;
    }

    .home-v2-features-grid {
        margin-bottom: 35px;
        grid-column-gap: 10px;
        grid-row-gap: 20px;
        grid-template-columns: repeat(auto-fit, 100%);
    }

    .container-medium-978px {
        padding-right: 16px;
        padding-left: 16px;
    }

    .home-v2-get-started-grid {
        grid-row-gap: 30px;
    }

    .home-v2-get-started-step-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .home-v2-testimonials-video-button {
        padding: 15px 25px;
    }

    .home-v2-testimonials-video-button-icon {
        margin-right: 10px;
    }

    .container-small-490px {
        padding-right: 16px;
        padding-left: 16px;
    }

    .clients-individuals-wrapper {
        margin-bottom: 76px;
        margin-top: 0px !important;
    }

    .clients-individuals-features-grid {
        left: auto;
        top: auto;
        right: 0px;
        bottom: 50px;
        grid-row-gap: 10px;
    }

    .clients-individuals-feature-wrapper {
        padding: 15px 20px;
        font-size: 16px;
    }

    .clients-startups-achievement {
        /*bottom: 20px;*/
        padding: 30px 20px;
    }

    .clients-startups-achievement-number {
        margin-bottom: 0px;
        font-size: 35px;
    }

    .clients-startups-achievement-text {
        font-size: 16px;
    }

    .posts-section-grid {
        grid-row-gap: 50px;
    }

    .blog-v1-post-content-about {
        font-size: 16px;
    }

    .blog-v1-post-content-about-divider {
        width: 15px;
        margin-right: 10px;
        margin-left: 10px;
    }

    .container-medium-695px {
        padding-right: 16px;
        padding-left: 16px;
    }

    .home-v3-hero-content {
        margin-bottom: 95px;
    }

    .testimonial-company-content {
        margin-bottom: 40px;
    }

    .container-small-551px {
        padding-right: 16px;
        padding-left: 16px;
    }

        .container-small-551px.faqs {
            margin-bottom: 35px;
        }

        .container-small-551px.blog-v3-hero {
            margin-bottom: 40px;
        }

    .container-medium-944px {
        padding-right: 16px;
        padding-left: 16px;
    }

    .home-v3-achievements-grid {
        grid-column-gap: 20px;
        grid-row-gap: 35px;
        grid-template-columns: repeat(auto-fit, 200px);
    }

    .home-v3-companies-text {
        margin-bottom: 20px;
    }

    .home-v3-companies-logos {
        margin-left: -10px;
    }

    .container-medium-644px {
        padding-right: 16px;
        padding-left: 16px;
    }

    .card-home-v3-case-study-step {
        width: 75px;
        min-height: 75px;
        min-width: 75px;
        margin-right: 0px;
        margin-bottom: 15px;
        font-size: 25px;
    }

    .home-v3-achievement-number {
        font-size: 40px;
    }

    .home-v3-achievement-text {
        font-size: 16px;
    }

    .card-home-v3-testimonials-name {
        margin-bottom: 6px;
        font-size: 20px;
    }

    .card-home-v3-testimonials-position {
        margin-bottom: 15px;
        font-size: 20px;
    }

    .container-medium-616px {
        padding-right: 16px;
        padding-left: 16px;
    }

        .container-medium-616px.about-v1-hero {
            margin-bottom: 47px;
        }

        .container-medium-616px.features {
            margin-bottom: 40px;
        }

        .container-medium-616px.services {
            margin-bottom: 40px;
        }

        .container-medium-616px.pricing {
            margin-bottom: 30px;
        }

    .about-v1-hero-achievements-grid {
        grid-column-gap: 20px;
        grid-row-gap: 35px;
        grid-template-columns: repeat(auto-fit, 200px);
    }

    .about-v1-hero-achievement-number {
        font-size: 36px;
    }

    .about-v1-hero-achievement-text {
        font-size: 16px;
    }

    .about-v1-story-content {
        margin-bottom: 30px;
    }

    .about-v1-mission-content {
        margin-bottom: 30px;
    }

    .card-team-v1-content {
        padding: 28px 25px 33px;
    }

    .card-team-v1-position {
        top: 15px;
        right: 15px;
        padding-right: 15px;
        padding-left: 15px;
        font-size: 14px;
    }

    .about-v1-hero-image {
        margin-bottom: 58px;
    }

    .about-v2-hero-content {
        margin-bottom: 40px;
    }

    .card-team-v2-content {
        margin-bottom: 20px;
    }

    .about-v2-achievements-grid {
        grid-column-gap: 20px;
        grid-row-gap: 35px;
        grid-template-columns: repeat(auto-fit, 189px);
    }

    .about-v2-achievement-number {
        font-size: 36px;
    }

    .about-v2-offices-content {
        padding: 23px 25px 30px;
    }

    .card-about-v2-offices-contact-wrapper {
        margin-bottom: 6px;
        font-size: 16px;
    }

        .card-about-v2-offices-contact-wrapper.address {
            max-width: 277px;
        }

    .about-v3-hero-content {
        margin-bottom: 60px;
    }

    .about-v3-images-wrapper {
        margin-bottom: 40px;
    }

    .about-v3-companies-text {
        margin-bottom: 20px;
    }

    .about-v3-mission-content {
        margin-bottom: 40px;
    }

    .container-large-1153px {
        padding-right: 16px;
        padding-left: 16px;
    }

    .about-v3-value-wrapper {
        margin-bottom: 40px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .about-v3-value-number {
        width: 69px;
        min-height: 69px;
        min-width: 69px;
        margin-right: 0px;
        margin-bottom: 15px;
        font-size: 25px;
    }

    .card-career-about-category {
        margin-right: 10px;
        font-size: 14px;
    }

    .card-career-about-location {
        font-size: 14px;
    }

    .card-career-content-top {
        margin-bottom: 20px;
    }

    .about-v3-values-wrapper {
        max-width: 100%;
    }

    .features-grid {
        grid-row-gap: 35px;
    }

    .services-grid {
        grid-row-gap: 35px;
    }

    .card-service-content {
        padding: 25px 25px 32px;
    }

    .container-small-585px {
        padding-right: 16px;
        padding-left: 16px;
    }

        .container-small-585px.contact {
            margin-bottom: 40px;
        }

    .contact-grid {
        grid-row-gap: 30px;
    }

    .card-contact-link-main {
        font-size: 16px;
    }

    .card-contact-link {
        font-size: 16px;
    }

    .contact-form-content {
        margin-bottom: 40px;
        margin-top: 50px;
    }

    .container-default.faqs {
        margin-bottom: 10px !important;
    }

    .contact-form-links-grid {
        grid-row-gap: 10px;
    }

    .contact-form-link {
        font-size: 16px;
    }

    .card-contact-form {
        grid-row-gap: 20px;
    }

    .select-wrapper {
        padding-right: 16px;
        padding-left: 16px;
    }

    .company-perks-grid {
        grid-row-gap: 30px;
    }

    .careers-testimonials-content {
        margin-bottom: 40px;
    }

    .card-careers-testimonials-about-name {
        font-size: 20px;
    }

    .card-careers-testimonials-about-position {
        font-size: 18px;
    }

    .open-positions-grid {
        margin-bottom: 40px;
    }

    .categories-wrapper.blog-v1 {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .categories-wrapper.blog-v2 {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .categories-wrapper.blog-v3 {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .category-item {
        margin-bottom: 0px;
    }

    .button-category {
        padding: 10px 20px;
    }

    .link-back-to-wrapper {
        margin-bottom: 33px;
    }

        .link-back-to-wrapper.help-center-category {
            margin-bottom: 25px;
        }

    .card-career-page-about-category {
        margin-right: 10px;
        font-size: 14px;
    }

    .card-career-page-about-location {
        font-size: 14px;
    }

    .card-career-page-date {
        font-size: 16px;
    }

    .card-career-page-date-text {
        font-size: 16px;
    }

    .card-career-apply-icon {
        max-width: 100px;
        margin-right: 0px;
    }

    .blog-v1-grid {
        grid-row-gap: 50px;
    }

    .blog-v1-post-category-wrapper {
        top: 15px;
        right: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 14px;
    }

    .card-blog-v1-featured-about {
        font-size: 16px;
    }

    .card-blog-v1-featured-about-divider {
        width: 14px;
        margin-right: 5px;
        margin-left: 5px;
    }

    .blog-v1-featured-category-wrapper {
        top: 15px;
        right: 15px;
        padding: 10px 20px;
        font-size: 14px;
    }

    .newsletter-v1-form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .blog-v2-grid {
        grid-row-gap: 50px;
    }

    .blog-v2-post-about-divider {
        width: 10px;
    }

    .blog-v2-hero-form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .blog-v3-grid {
        grid-row-gap: 50px;
    }

    .blog-v3-featured-first-category-wrapper {
        top: 15px;
        right: 15px;
        padding: 10px 20px;
        font-size: 14px;
    }

    .blog-v3-featured-item-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .container-large-1016px {
        padding-right: 16px;
        padding-left: 16px;
    }

        .container-large-1016px.blog-post {
            margin-bottom: 40px;
        }

    .container-large-1044px {
        padding-right: 16px;
        padding-left: 16px;
    }

    .blog-post-about-wrapper {
        margin-bottom: 15px;
    }

    .rich-text h2 {
        margin-bottom: 10px;
    }

    .rich-text ul {
        margin-bottom: 33px;
        padding-left: 20px;
    }

    .rich-text h3 {
        margin-top: 33px;
        margin-bottom: 10px;
    }

    .rich-text figure {
        margin-top: 33px;
        margin-bottom: 40px;
    }

    .rich-text figcaption {
        margin-top: 20px;
    }

    .rich-text h4 {
        margin-top: 33px;
        margin-bottom: 10px;
    }

    .rich-text ol {
        margin-bottom: 33px;
        padding-left: 20px;
    }

    .rich-text h5 {
        margin-top: 33px;
        margin-bottom: 6px;
    }

    .rich-text blockquote {
        margin-top: 33px;
        margin-bottom: 57px;
    }

    .rich-text h6 {
        margin-top: 33px;
        margin-bottom: 6px;
    }

    .blog-post-about-author-wrapper {
        margin-bottom: 25px;
    }

    .blog-post-about-category-link {
        margin-bottom: 25px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .blog-post-about-author-content {
        font-size: 16px;
    }

    .blog-post-about-author-name {
        font-size: 16px;
    }

    .container-small-529px {
        padding-right: 16px;
        padding-left: 16px;
    }

        .container-small-529px.faqs-content-bottom {
            margin-top: 61px;
        }

    .pricing-tabs-menu {
        margin-bottom: 40px;
    }

    .card-plan-price {
        margin-bottom: 2px;
        font-size: 27px;
    }

    .card-plan-features-grid {
        margin-bottom: 20px;
    }

    .card-plan-feature-wrapper {
        font-size: 16px;
    }

    .card-plan-feature-dot {
        margin-right: 6px;
    }

    .popular-badge {
        padding-right: 20px;
        padding-left: 20px;
        font-size: 16px;
    }

    .pricing-tab-link {
        padding: 14px 20px;
        font-size: 16px;
    }

    .container-medium-888px {
        padding-right: 16px;
        padding-left: 16px;
    }

    .card-team-name-wrapper {
        margin-bottom: 20px;
    }

    .card-team-position {
        font-size: 16px;
    }

    .about-team-title-wrapper {
        margin-bottom: 6px;
    }

    .empty-state {
        padding-right: 25px;
        padding-left: 25px;
    }

        .empty-state.small {
            padding-right: 15px;
            padding-left: 15px;
        }

        .empty-state.cart {
            padding-right: 16px;
            padding-left: 16px;
            -webkit-box-align: stretch;
            -webkit-align-items: stretch;
            -ms-flex-align: stretch;
            align-items: stretch;
        }

    .container-medium-683px {
        padding-right: 16px;
        padding-left: 16px;
    }

    .help-center-category-content-top {
        margin-bottom: 40px;
    }

    .help-center-category-grid {
        margin-bottom: 50px;
    }

    .container-medium-739px {
        padding-right: 16px;
        padding-left: 16px;
    }

        .container-medium-739px.help-center-article-content-top {
            margin-bottom: 40px;
        }

    .help-center-article-author-name {
        margin-bottom: 6px;
        font-size: 20px;
    }

    .help-center-article-author-position {
        font-size: 16px;
    }

    .create-account-form {
        grid-row-gap: 20px;
    }

    .create-account-checkbox-field {
        font-size: 16px;
    }

    .create-account-checkbox {
        width: 20px;
        min-height: 20px;
        min-width: 20px;
    }

    .create-account-testimonial-name {
        margin-bottom: 6px;
    }

    .create-account-companies-grid {
        max-width: 358px;
        margin-right: auto;
        margin-left: auto;
        grid-column-gap: 25px;
    }

    .create-account-social-media-wrapper {
        margin-right: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .sign-in-companies-grid {
        max-width: 358px;
        margin-right: auto;
        margin-left: auto;
        grid-column-gap: 25px;
    }

    .sign-in-testimonial-name {
        margin-bottom: 6px;
    }

    .sign-in-form-block {
        margin-bottom: 20px;
    }

    .sign-in-form {
        grid-row-gap: 20px;
    }

    .sign-in-social-media-wrapper {
        margin-right: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .sign-in-options-wrapper {
        font-size: 16px;
    }

    .sign-up-text {
        margin-bottom: 4px;
    }

    .sign-in-divider-wrapper {
        padding-top: 32px;
        padding-bottom: 40px;
    }

    .sign-in-divider-text {
        width: 42px;
        min-width: 42px;
    }

    .terms-conditions-nav-link {
        padding-right: 15px;
        padding-left: 15px;
        font-size: 18px;
    }

    .terms-conditions-nav-number {
        width: 38px;
        min-height: 38px;
        min-width: 38px;
        margin-right: 10px;
    }

    .container-medium-864px {
        padding-right: 16px;
        padding-left: 16px;
    }

    .coming-soon-form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .card-request-demo-form {
        grid-row-gap: 23px;
    }

    .request-demo-content-feature-wrapper {
        font-size: 16px;
    }

    .request-demo-content-feature-icon {
        width: 20px;
        min-height: 20px;
        min-width: 20px;
        margin-right: 10px;
    }

    .request-demo-content-team-name {
        margin-bottom: 2px;
    }

    .request-demo-content-team-position {
        font-size: 16px;
    }

    .cta-4-wrapper {
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .landing-page-companies-text {
        margin-bottom: 20px;
    }

    .landing-page-hero-feature-wrapper {
        font-size: 18px;
    }

    .landing-page-hero-feature-icon {
        width: 27px;
        min-height: 27px;
        min-width: 27px;
        margin-right: 10px;
    }

    .landing-page-content-top {
        margin-bottom: 50px;
    }

    .card-landing-page-testimonial-about {
        margin-bottom: -10px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .card-landing-page-testimonial-about-content {
        margin-bottom: 10px;
    }

    .card-landing-page-testimonial-name {
        margin-bottom: 6px;
    }

    .card-landing-page-testimonial-from {
        font-size: 16px;
    }

    .shop-grid {
        grid-row-gap: 55px;
    }

    .product-item-price-badge {
        top: 18px;
        right: 15px;
        padding-right: 15px;
        padding-left: 15px;
        font-size: 15px;
    }

    .product-content-top {
        margin-bottom: 35px;
    }

    .product-price {
        margin-right: 15px;
        font-size: 23px;
    }

    .product-compare-price {
        font-size: 20px;
    }

    .product-about-tabs-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .product-about-tab-link {
        margin-right: 0px;
    }

    .rich-text-figure h2 {
        margin-bottom: 10px;
    }

    .rich-text-figure ul {
        margin-bottom: 33px;
        padding-left: 20px;
    }

    .rich-text-figure h3 {
        margin-top: 33px;
        margin-bottom: 10px;
    }

    .rich-text-figure figcaption {
        margin-top: 20px;
    }

    .rich-text-figure h4 {
        margin-top: 33px;
        margin-bottom: 10px;
    }

    .rich-text-figure ol {
        margin-bottom: 33px;
        padding-left: 20px;
    }

    .rich-text-figure h5 {
        margin-top: 33px;
        margin-bottom: 6px;
    }

    .rich-text-figure blockquote {
        margin-top: 33px;
        margin-bottom: 57px;
    }

    .rich-text-figure h6 {
        margin-top: 33px;
        margin-bottom: 6px;
    }

    .shop-category-grid {
        grid-row-gap: 55px;
    }

    .category-wrapper.shop-category {
        margin-bottom: 10px;
    }

    .category-wrapper.open-positions-category {
        margin-bottom: 25px;
    }

    .category-wrapper.blog-category {
        margin-bottom: 25px;
    }

    .open-positions-category-grid {
        margin-bottom: 40px;
    }

    .blog-category-grid {
        grid-row-gap: 50px;
    }

    .shipping-method {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .shipping-method-price {
        margin-left: 24px;
    }

    .shipping-method-content {
        margin-right: 0px;
    }

    .dropdown-arrow {
        top: -4.5px;
        font-size: 10px;
    }

    .dropdown-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .dropdown-nav-pages-wrapper {
        margin-right: 35px;
    }

    .dropdown-nav-main-wrapper {
        padding-top: 30px;
    }

    .cart-header {
        padding-right: 16px;
        padding-left: 16px;
    }

    .cart-list {
        padding-right: 16px;
        padding-left: 16px;
    }

    .cart-footer {
        padding-right: 16px;
        padding-left: 16px;
    }

    .cart-item-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .hero-home-sections-text {
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .badge-home-pages {
        padding: 4px 12px;
        font-size: 16px;
    }

    .figma-card-text {
        padding-right: 24px;
        padding-left: 24px;
    }

    .heading-size-h2 {
        font-size: 26px;
    }

    .content-buy-now-rapper {
        padding-top: 38px;
        padding-right: 30px;
        padding-left: 30px;
    }

    .notification-banner-wrapper.v1 {
        height: auto;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .max-with-400px {
        max-width: 300px;
    }

    .max-with-490px-tablet {
        max-width: 300px;
        margin-left: 0px;
    }
}

#w-node-_833b343a-4a14-b69d-2470-4021b27415bc-772d3b6d {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-e51c250f-ceb5-dd78-4fad-10afefe95e2f-772d3b6d {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-a904e824-7f03-cf4b-ee82-a2b535c61481-772d3b6d {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_3072cc92-60cd-bd44-2b27-61bc6668370a-772d3b6d {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_4468efe5-2810-8bc1-add4-5d58dea689ab-772d3b6d {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_34a57b44-03dc-6976-f74f-3df865b3c823-772d3b6d {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_34a57b44-03dc-6976-f74f-3df865b3c81c-772d3b6d {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-ba45ed0b-9870-e850-ee82-af23adb1549f-772d3b6d {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-ba45ed0b-9870-e850-ee82-af23adb154ac-772d3b6d {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_90eb7221-c426-cb95-5f2b-7e8e6faafef8-772d3b6d {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_90eb7221-c426-cb95-5f2b-7e8e6faafef9-772d3b6d {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_0d9befa9-5bc4-24ce-10dd-f6e4402e3036-772d3b6d {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_0d9befa9-5bc4-24ce-10dd-f6e4402e303d-772d3b6d {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-fce6fa7b-241f-6d8a-f6f1-4fe44ece78f1-772d3b6d {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-d0e6cf37-4a41-aa4f-346d-1848979dfd4f-772d3b6d {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_48cfba60-972b-d2eb-1a90-40490369e960-702d3bc3 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

#Inquiry.w-node-_269217e3-5f8e-8a21-ae49-ee93e586004b-f72d3bcd {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
}

#message.w-node-_248b7818-868a-33a5-f40b-7af8fd54bc8d-f72d3bcd {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_9d484834-0526-f649-cd76-05fa83ddf30b-f72d3bcd {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
}

#Password.w-node-f80cbf90-61d4-0e5e-bc99-03edad764942-c92d3bce {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_97356a67-501d-e7d8-0393-ad5100cc9f55-c92d3bce {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_08ac2e52-6a9b-9b1e-fa2d-275623a18dda-c92d3bce {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_563d9915-5544-04b8-250b-e685784983f1-ad2d3c33 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-f3e360f6-1c85-eb11-dedc-2ae6801a53dd-6a2d3c3b {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-b12acbf1-4401-ffa1-233f-a292ddc46c10-232d3c40 {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
}

#w-node-f883a31a-5f18-7a34-43a1-6d578a17f715-232d3c40 {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
}

#w-node-_736a4f51-80ee-b602-655b-93ac609e0d7c-232d3c40 {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
}

#w-node-bc5a2fcc-d37b-420b-a5bc-89854bb46816-232d3c40 {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
}

#w-node-_2f9cb310-c807-7746-c7c3-56f0f0bd8dd5-232d3c40 {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
}

#w-node-f4055a69-9b88-c1f3-7375-8bedfd5278bc-232d3c40 {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
}

@media screen and (max-width: 991px) {
    #w-node-_34a57b44-03dc-6976-f74f-3df865b3c81c-772d3b6d {
        -webkit-box-ordinal-group: -9998;
        -webkit-order: -9999;
        -ms-flex-order: -9999;
        order: -9999;
    }

    #w-node-_90eb7221-c426-cb95-5f2b-7e8e6faafef9-772d3b6d {
        -webkit-box-ordinal-group: -9998;
        -webkit-order: -9999;
        -ms-flex-order: -9999;
        order: -9999;
    }

    #w-node-_0f681906-a3ec-c5f9-a77c-b589d0124a3e-0b2d3c3e {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }
}

@media screen and (max-width: 767px) {
    #Inquiry.w-node-_269217e3-5f8e-8a21-ae49-ee93e586004b-f72d3bcd {
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
    }

    #message.w-node-_248b7818-868a-33a5-f40b-7af8fd54bc8d-f72d3bcd {
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
    }

    #w-node-_9d484834-0526-f649-cd76-05fa83ddf30b-f72d3bcd {
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
    }

    #Password.w-node-f80cbf90-61d4-0e5e-bc99-03edad764942-c92d3bce {
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
    }

    #w-node-_97356a67-501d-e7d8-0393-ad5100cc9f55-c92d3bce {
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
    }

    #w-node-_08ac2e52-6a9b-9b1e-fa2d-275623a18dda-c92d3bce {
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
    }

    #w-node-_563d9915-5544-04b8-250b-e685784983f1-ad2d3c33 {
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
    }

    #w-node-f3e360f6-1c85-eb11-dedc-2ae6801a53dd-6a2d3c3b {
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
    }

    #w-node-_0f681906-a3ec-c5f9-a77c-b589d0124a3e-0b2d3c3e {
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
    }
}

@media screen and (max-width: 479px) {
    #w-node-_9d484834-0526-f649-cd76-05fa83ddf30b-f72d3bcd {
        -ms-grid-column-align: stretch;
        justify-self: stretch;
    }

    #w-node-_08ac2e52-6a9b-9b1e-fa2d-275623a18dda-c92d3bce {
        -ms-grid-column-align: stretch;
        justify-self: stretch;
    }
}

@font-face {
    font-family: 'icons-startup-x-template';
    src: url('../fonts/icons-startup-x-template.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

`
@font-face {
    font-family: 'Line Rounded Icons';
    src: url('../fonts/line-rounded-icons.woff2') format('woff2'), url('../fonts/line-rounded-icons.eot') format('embedded-opentype'), url('../fonts/line-rounded-icons.woff') format('woff'), url('../fonts/line-rounded-icons.ttf') format('truetype'), url('../fonts/line-rounded-icons.svg') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Line Square Icons';
    src: url('../fonts/line-square-icons.woff2') format('woff2'), url('../fonts/line-square-icons.eot') format('embedded-opentype'), url('../fonts/line-square-icons.woff') format('woff'), url('../fonts/line-square-icons.ttf') format('truetype'), url('../fonts/line-square-icons.svg') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Filled Icons';
    src: url('../fonts/filled-icon-font.woff2') format('woff2'), url('../fonts/filled-icon-font.eot') format('embedded-opentype'), url('../fonts/filled-icon-font.woff') format('woff'), url('../fonts/filled-icon-font.ttf') format('truetype'), url('../fonts/filled-icon-font.svg') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Social Icons Font';
    src: url('../fonts/social-icon-font.woff2') format('woff2'), url('../fonts/social-icon-font.eot') format('embedded-opentype'), url('../fonts/social-icon-font.woff') format('woff'), url('../fonts/social-icon-font.ttf') format('truetype'), url('../fonts/social-icon-font.svg') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Thicccboi';
    src: url('../fonts/THICCCBOI-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Thicccboi';
    src: url('../fonts/THICCCBOI-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Thicccboi';
    src: url('../fonts/THICCCBOI-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Thicccboi';
    src: url('../fonts/THICCCBOI-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

.container-default.faqs {
    color: #1E1E1E;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px; /* 135% */
    letter-spacing: -0.4px;
    text-align: left;
    margin-bottom: 80px;
}
