/**** ==========================================================================
 DENESS DEFAULT LANDING PAGE
========================================================================== ****/

@import url("variables.css");

body, html {
    background: #000;
    margin: 0px;
    padding: 0px;
}

/**** ==========================================================================
 CLASSES
========================================================================== ****/

.max-width {
    max-width: 1440px;
    margin: 0px auto;
    padding: 0px 20px;
}

.click-call > a {
    color: white;
}
a > .click-call {
    color: white;
}
.click-form {
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

.err-message {
    position: absolute;
    right: 4px; bottom: -8px;
    background-color: rgb(24,24,24);
    color: #fff;
    font-weight: 400;
    padding: 2px 8px;
    font-family: var(--copy-font);
    font-size: 12px !important;
    padding-bottom: 0px;
    z-index: 9;
    display: none;
}
.err-message.equipment {
    z-index: 999999;
}

#notice {
    position: fixed;
    top: 80px; left: 0px; right: 0px;
    height: 80px;
    background-color: pink;
}

#notice-success {
    position: fixed; 

}

/**** ==========================================================================
 DEBUG
========================================================================== ****/

#debug {
    position: fixed;
    top: 0px; right: 0px;
    height: 40px;
    padding: 0px 20px;
    background-color: lime;
    white-space: nowrap;
    z-index: 9999999;
    display: flex; justify-content: center; align-items: center;
    font-family: var(--display-font2);
    font-weight: 700;
    color: #000;
    display: none;
}

/**** ==========================================================================
 FOOTER
========================================================================== ****/

footer {
    background: var(--deness-orange);
    background: #1d1d1d;
    height: 48px; min-height: 48px; max-height: 48px;
    font-family: var(--display-font2);
    font-size: 12px;
    text-transform: uppercase;
    color: #999;
}
footer > .legal {
    padding: 0px 20px;
    height: 48px; min-height: 48px; max-height: 48px;
    margin: 0px 20px;
    x-background-color: pink;
    max-width: 1640px;
    display: flex; flex-direction: row; justify-content: space-between; align-items: center;
    margin: 0px auto;
}
footer > .legal > .links {
    display: flex; flex-direction: row;
}
footer > .legal > .links > .terms {
    padding-left: 16px;
}
footer > .legal > .links > .privacy {
    padding-right: 16px;
}
footer > .legal > .links a {
    color: var(--deness-orange);
}

@media screen and (max-width: 640px) {
    footer {
        height: 64px; min-height: 64px; max-height: 64px;
        display: flex;
        justify-content: center; align-items: center;
    }
    footer > .legal {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        width: 100%;
    }
}

/**** ==========================================================================
 HEADER
========================================================================== ****/

header {
    height: 144px; min-height: 144px; max-height: 144px;
    position: fixed; top: 0px; left: 0px; right: 0px;
    z-index: 1000;
    border-bottom: 1px solid transparent;
}
header.border {
    border-bottom: 1px solid #666;
}
header > .call {
    height: 40px; min-height: 40px; max-height: 40px;
    background: var(--deness-orange);
    display: flex; flex-direction: row;
    align-items: center; justify-content: center;
    font-family: var(--display-font2);
}
header > .call > .inner {
    x-background-color: pink;
    display: flex; flex-direction: row;
    justify-content: center; align-items: center;
}
header > .call > .inner div:nth-child(1) {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding-right: 8px;
    font-family: var(--copy-font);
}
header > .call > .inner div:nth-child(2) {
    color: #fff;
    font-weight: bold;
    padding-left: 8px;
    font-size: 17px;
}
header > .logo-ma {
    height: 104px; min-height: 104px; max-height: 104px;
    background-color: rgba(0,0,0,1);
}
header > .logo-ma > .inner {
    display: flex; flex-direction: row; justify-content: space-between; align-items: center;
}
header > .logo-ma > .inner > .logo {
    height: 104px;
    x-background-color: pink;
    display: flex; justify-content: flex-start; align-items: center;
}
header > .logo-ma > .inner > .logo > a > .img {
    width: 336px; height: 72px;
    x-background-color: blue;
    background-image: url('/assets/images/deness-logo-NL-wt.svg');
    background-position: center left;
    background-repeat: no-repeat;
}
header > .logo-ma > .inner > .ma {
    display: flex; justify-content: center; align-items: center;
}
header > .logo-ma > .inner > .ma > .btn {
    background-color: var(--deness-orange);
    background-color: #fff;
    height: 44px;
    padding: 0px 40px;
    color: white;
    color: #000;
    font-weight: 600;
    font-family: var(--display-font2);
    border-radius: 8px;
    display: flex; justify-content: center; align-items: center;
    font-size: 18px;
    text-align: center;
    white-space: nowrap;
}
header > .logo-ma > .inner > .ma > .btn > div {
        display: none;
}

@media screen and (max-width: 640px) {
    header {
        height: 72px;
        min-height: 72px;
        max-height: 72px;
    }
    header > .call {
        display: none !important;
    }
    header > .logo-ma {
        height: 72px;
        min-height: 72px;
        max-height: 72px;
    }
    header > .logo-ma > .inner > .logo {
        height: 72px;
        min-height: 72px;
        max-height: 72px;
    }
    header > .logo-ma > .inner > .logo > .img {
        width: 176px;
        height: 48px;
    }
    header > .logo-ma > .inner > .ma > .btn {
        height: 36px;
        padding: 0px 32px;
    }
    header > .logo-ma > .inner > .ma > .btn > .sm {
        display: block;
    }
}
@media screen and (min-width: 641px) {
    header > .logo-ma > .inner > .ma > .btn > .lg {
        display: block;
    }
}

/**** ==========================================================================
 HERO
========================================================================== ****/

#hero {
    x-height: 640px; 
    min-height: 640px; 
    x-max-height: 640px;
    position: relative;
    margin-top: 144px;
    overflow: hidden;
    background-color: black;
}
#hero > .bg {
    position: absolute; left: 0px; top: 0px; right: 0px; bottom: 0px;
    background-image: url('/assets/images/lp/default/hero-bg.jpg');
    background-size: cover;
    background-position: center;
}
#hero > .trans {
    position: absolute; left: 0px; top: 0px; right: 0px; bottom: 0px;
    background-color: rgba(0,0,0,0.67);
    background: linear-gradient(to bottom, rgba(0,0,0,1),  rgba(0,0,0,0.6),   rgba(0,0,0,0.85), rgba(0,0,0,0.95),   rgba(0,0,0,1));
    opacity: 0.8;
}
#hero > .inner {
    x-height: 640px; min-height: 640px; x-max-height: 640px;
    display: flex; flex-direction: row;
    z-index: 999;
    position: relative;
}
#hero > .inner > .content-container {
    x-background-color: lime;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
#hero > .inner > .content-container > .content {
    x-background-color: pink;
    flex-grow: 1;
    margin: 0px 24px;
}
#hero > .inner > .content-container > .content > .subtitle {
    color: var(--deness-orange);
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    font-family: var(--display-font2);
    margin-bottom: 16px;
    text-shadow: 1px 3px 0 rgba(0, 0, 0, 0.9);
}
#hero > .inner > .content-container > .content > .title {
    color: #fff;
    x-font-weight: bold;
    font-family: var(--display-font);
    x-text-transform: uppercase;
    font-size: 64px;
    line-height: 72px;
    margin-bottom: 32px;
    text-shadow: 1px 3px 0 rgba(0, 0, 0, 0.9);
}
#hero > .inner > .content-container > .content > .copy {
    color: #fff;
    font-family: var(--copy-font);
    font-size: 20px;
}

#hero > .inner > .content-container > .content > .call {
    margin-top: 24px;
}
#hero > .inner > .content-container > .content > .call > .btn {
    max-width: fit-content;
    background-color: var(--deness-orange);
    height: 44px;
    padding: 0px 40px;
    color: white;
    font-weight: bold;
    font-family: var(--display-font2);
    border-radius: 8px;
    display: flex; justify-content: center; align-items: center;
    font-size: 18px;
}

#hero > .inner > .form-container {
    width: 600px; max-width: 600px; min-width: 600px;
    x-background-color: purple;
    display: flex; justify-content: center; align-items: center;
    margin: 40px 0px;
}

@media screen and (max-width: 1024px) {
    #hero > .inner {
        flex-direction: column;
        max-width: 720px;
        padding: 48px 0px; 
    }
    #hero > .inner > .form-container {
        width: 720px; max-width: 720px; min-width: 720px;
        padding-bottom: 0px;
    }
    #hero > .bg {
        max-height: 600px;
    }
    #hero > .trans {
        max-height: 600px;
    }
}

@media screen and (max-width: 800px) {
    #hero > .inner > .form-container {
        width: unset; max-width: unset; min-width: unset;
        padding: 0px 24px;
        padding-bottom: 0px;
    }
}

@media screen and (max-width: 640px) {
    #hero {
        margin-top: 72px;
    }
    #hero > .inner .content-container .title {
            font-size: 48px !important;
            line-height: 60px !important;
    }
}

/**** ==========================================================================
 FORM
========================================================================== ****/

#lead-form {
    width: 560px; 
    background: rgba(255, 255, 255,0.85);
    border-top: 4px solid var(--deness-orange);
    border-radius: 12px;
    padding: 30px;
    box-sizing: border-box;
    color: rgb(12,12,12);
}
#lead-form > .title {
    font-family: var(--display-font2);
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 10px;
}
#lead-form > .copy {
    font-family: var(--copy-font);
    font-size: 18px;
    margin-bottom: 20px;
}
#lead-form[data-state="SUCCESS"] > .copy {
    margin-bottom: 0px;
}
#form {
    x-background-color: pink;
}
#form > .input {
    width: 100%;
}
#form > .input-group {
    x-background-color: yellow;
    margin-bottom: 16px;
}
#form > .input-group:last-child {
    margin-bottom: 0px;
}
#form > .input-group.two {
    display: flex;
    flex-direction: row;
    gap: 20px;
}
#form > .input-group.two > div {
    width: calc(100% / 2 - 10px); 
}
#form .label {
    font-family: var(--display-font2);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.24px;
    word-spacing: 2px;
    margin-bottom: 4px;
    position: relative;
}
#form input[type="text"] {
    width: 100%;
    box-sizing: border-box;
    outline: none;
    border: 1px solid #c6c5c3;
    border-radius: 5px;
    font-family: var(--copy-font);
    font-size: 18px;
    padding: 8px 16px;
    color: rgb(12,12,12);
    background-color: #fff;
    line-height: 22px !important;
}
#form select {
    width: 100%;
    box-sizing: border-box;
    outline: none;
    border: 1px solid #c6c5c3;
    border-radius: 5px;
    font-family: var(--copy-font);
    font-size: 18px;
    padding: 8px 16px;
    color: rgb(12,12,12);
    background-color: #fff;
}
#form textarea {
    width: 100%;
    box-sizing: border-box;
    outline: none;
    border: 1px solid #c6c5c3;
    border-radius: 5px;
    font-family: var(--copy-font);
    font-size: 18px;
    padding: 12px 16px;
    color: rgb(12,12,12);
    height: 120px;
    background-color: #fff;
    display: block;
}

#form .submit.btn {
    background-color: var(--deness-orange);
    height: 44px;
    padding: 0px 40px;
    color: white;
    font-weight: bold;
    font-family: var(--display-font2);
    border-radius: 8px;
    display: flex; justify-content: center; align-items: center;
    font-size: 18px;
    cursor: pointer;
    user-select: none;
}
#form .submit.btn:hover {
    box-shadow: rgba(160, 160, 160, 0.5) 0px 1px 2px 0px, rgba(160, 160, 160, 0.2) 0px 4px 12px 4px;
}

#lead-form[data-state="STARTED"] #form .submit.btn {
    cursor: not-allowed !important;
    x-background-color: rgb(33,33,33);
    opacity: 0.5;
}


#form .equipment > .input {
    min-height: 40px; max-height: 40px; height: 40px;
    xbackground-color: pink;
}

#form #machine-select {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #c6c5c3;
    border-radius: 5px;
    font-family: var(--copy-font);
    font-size: 18px;
    background-color: #fff;
    /*display: flex;
    justify-content: flex-start;
    align-items: center; */
    z-index: 99999;
    position: relative;
    user-select: none;
}

#form #machine-select[data-state="open"] {
    box-shadow: rgba(160, 160, 160, 0.5) 0px 1px 2px 0px, rgba(160, 160, 160, 0.2) 0px 4px 12px 4px;
}

#form #machine-select .choose {
    min-height: 38px; max-height: 38px; height: 38px;
    padding: 0px 8px;
    xborder-radius: 5px;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}


#form #machine-select .choose div:nth-child(1) {
    flex-grow: 1;
    padding-left: 8px;
}
#form #machine-select .choose div:nth-child(2) {
    width: 24px; max-width: 24px; min-width: 24px;
    xbackground-color: lime;
    font-size: 20px;
}
#form #machine-select .choose div:nth-child(2) > i {
    display: none;
}
#form #machine-select[data-state="default"] .choose div:nth-child(2) > i.down {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
#form #machine-select[data-state="open"] .choose div:nth-child(2) > i.up {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#form #machine-select .models {
    x-padding-bottom: 4px;
}

#form #machine-select .models > .model {
    min-height: 32px; max-height: 32px; height: 32px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0px 16px;
    padding-left: 32px;
    cursor: pointer;
    background-color: rgb(255,255,255);
}
#form #machine-select .models > .model:nth-child(even) {
    background-color: rgb(245,245,245);
}
#form #machine-select .models > .model:hover {
    background-color: rgb(235,235,235);
    background-color: var(--deness-orange);
    color: #fff;
}

#form #machine-select .selected {
    min-height: 38px; max-height: 38px; height: 38px;
    padding: 0px 8px;
    x-background-color: pink;
    display: flex; flex-direction: row; justify-content: flex-start; align-items: center;
}
#form #machine-select .selected > div:nth-child(1) {
    width: 24px; max-width: 24px; min-width: 24px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 20px;
    color: green;
}
#form #machine-select .selected > div:nth-child(2) {
    flex-grow: 1;
    padding: 0px 8px;
    white-space: nowrap;
    color: #000;
    display: flex; justify-content: flex-start; align-items: center;
}
#form #machine-select .selected > div:nth-child(3) {
    width: 24px; max-width: 24px; min-width: 24px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
}
#form #machine-select .selected .serial {
    font-size: 12px !important;
    padding-left: 12px;
    color: rgb(32,32,32);
}

#form #machine-select[data-state="default"] {
    min-height: 40px; max-height: 40px; height: 40px;
}
#form #machine-select[data-state="default"] .selected {
    display: none;
}
#form #machine-select[data-state="default"] .models {
    display: none;
}

#form #machine-select[data-state="open"] .selected {
    display: none;
}
#form #machine-select[data-state="open"] .selected {
    display: none;
}

#form #machine-select[data-state="selected"] .choose {
    display: none;
}
#form #machine-select[data-state="selected"] .models {
    display: none;
}

@media screen and (max-width: 1024px) {
    #lead-form {
        width: 720px;
    }
}

@media screen and (max-width: 800px) {
    #lead-form {
        margin: 32px 0px;
        width: 100%;
        margin-bottom: 0px;
    }
}

/**** ==========================================================================
 INVENTORY
========================================================================== ****/

#inventory {
    background: #f5f5f5;
    position: relative;
    x-min-width: 1440px;  x-max-width: 1440px;
    x-background-color: blue;
}
#inventory > .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 96px 24px;
    padding-bottom: 80px;
    z-index: 999;
    position: relative;
    max-width: 1600px;
    margin: 0px auto;
}
#inventory > .inner > .copy {
    color: #000;
    font-family: var(--copy-font);
    font-size: 16px;
    text-align: center;
}
#inventory > .inner > .dl {
    background-image: url('/assets/images/dl-circle.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 48px; height: 48px;
    margin-bottom: 16px;
}

#inventory > .inner > .subtitle {
    color: var(--deness-orange);
    font-family: var(--display-font2);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
}
#inventory > .inner > .subtitle > .line {
    width: 80px; height: 4px;
    background-color: var(--deness-orange);
    margin: 0px 10px;
}
#inventory > .inner > .title {
    color: #000;
    font-family: var(--display-font);
    text-transform: uppercase;
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 16px;
    text-align: center;
}

@media screen and (max-width: 640px) {
    #inventory > .inner {
        padding: 48px 16px;
    }
    #inventory .line {
        width: 20px; max-width: 20px;
        height: 2px; max-height: 2px;;
    }
    #inventory .subtitle {
        font-size: 15px !important;
    }
    #inventory > .inner > .title {
        font-size: 40px; line-height: 48px;
        padding-top: 16px; padding-bottom: 16px;
    }
}

/**** ==========================================================================
 MACHINES
========================================================================== ****/

#machines {
    x-background-color: lime;
    display: flex;
    flex-wrap: wrap;
    margin: 0px auto;
    max-width: 1600px !important;
    width: 100%;
    padding: 0px 24px;
    box-sizing: border-box;
    padding-bottom: 80px;
}

.machine-container {
    width: calc(100% / 3);
    box-sizing: border-box;
    padding: 16px;
}

.machine {
    background-color: #fff;
    text-transform: uppercase;
    color: #000;
    font-family: var(--copy-font);
    box-shadow: rgba(160, 160, 160, 0.5) 0px 1px 2px 0px, rgba(160, 160, 160, 0.2) 0px 4px 12px 4px;

}
.machine > .image {
    aspect-ratio: 16 / 9;
    width: 100%;
    x-background-color: pink;
    x-background-image: url('/assets/images/machine/JAFSV280ERM459604/Deness-CASE-SV280B-HF-01.jpg?s=md');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.machine > .details {
    padding: 10px;
    padding-top: 20px;
}
.machine > .details > .info {
    x-background-color: lime;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.machine > .details > .info > .cat-title-sn {
    flex-grow: 1;
    margin-bottom: 12px;
}
.machine > .details > .info > .cat-title-sn > .cat {
    background-color: #666;
    color: #fff;
    font-size: 12px;
    max-width: fit-content;
    font-weight: bold;
    padding: 2px 8px;
    padding-bottom: 0px;
    word-spacing: 1px;
    margin-bottom: 2px;
}
.machine > .details > .info > .cat-title-sn > .title {
    font-family: var(--display-font);
    font-weight: 500;
    font-size: 24px;
    letter-spacing: -0.24px;
    word-spacing: 3px;
    white-space: nowrap;
}
.machine > .details > .info > .cat-title-sn > .sn {
    font-weight: 500;
    font-size: 12px;
    margin-top: -4px;
}

.machine > .details > .info > .price {
    font-family: var(--display-font);
    font-weight: 600;
    font-size: 28px;
    letter-spacing: -0.4px;
    color: var(--deness-orange);
}

.machine > .details > .hours-warranty {
    background-color: rgb(6,6,6);
    display: flex;
    flex-direction: row;
    height: 64px;
    color: #fff;
    font-family: var(--copy-font);
    margin-bottom: 8px;
}

.machine > .details > .hours-warranty svg {
    width: auto;
    height: 40px;
    fill: #848484;
    margin-right: 8px;
}

.machine > .details > .hours-warranty > .hours {
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.machine > .details > .hours-warranty > .hours > .icon {

}
.machine > .details > .hours-warranty > .hours > .info {

}
.machine > .details > .hours-warranty > .hours > .info > .label {
    font-weight: 700;
    font-size: 15px;
    color: var(--deness-orange);
    letter-spacing: -0.12px;
}
.machine > .details > .hours-warranty > .hours > .info > .value {
    font-family: var(--display-font2);
    font-weight: 900;
    font-size: 24px;
    font-style: italic;
    margin-top: -10px;
}

.machine > .details > .hours-warranty > .warranty {
    border-left: 1px solid rgb(106,106,106);
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.machine > .details > .hours-warranty > .warranty > .icon {

}
.machine > .details > .hours-warranty > .warranty > .info {

}
.machine > .details > .hours-warranty > .warranty > .info > .label {
    font-weight: 700;
    font-size: 15px;
    color: var(--deness-orange);
}
.machine > .details > .hours-warranty > .warranty > .info > .value {
    display: flex;
    flex-direction: row;
    font-family: var(--display-font2);
    font-weight: 900;
    font-size: 24px;
    font-style: italic;
    margin-top: -10px;
    align-items: baseline;
}
.machine > .details > .hours-warranty > .warranty > .info > .value > div:nth-child(2) {
    font-size: 18px;
}

.machine > .details > .cta {
    background-color: var(--deness-orange);
    height: 48px;
    color: #fff;
    font-family: var(--display-font2);
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: capitalize;
}

@media screen and (max-width: 1280px) {
    .machine-container {
        width: calc(100% / 2);
    }
}

@media screen and (max-width: 768px) {
    #machines {
        padding: 0px;
        padding-bottom: 48px;
    }
    .machine-container {
        width: calc(100%);
        padding: 8px 20px;
    }
    .machine > .image {
        aspect-ratio: 2/1;
    }
    .machine > .details {
        padding: 0px;
    }
    .machine > .details > .hours-warranty {
        margin-bottom: 0px;
    }
    .machine > .details > .info {
        padding: 16px 10px;
    }
    .machine > .details > .info > .cat-title-sn {
        margin-bottom: 0px;
    }
}

@media screen and (min-width:769px) and (max-width: 1024px) {
    .machine > .details > .hours-warranty svg {
        height: 24px;
    }
    .machine > .details > .hours-warranty .value {
        font-size: 18px !important;
    }
    .machine > .details > .hours-warranty > .hours {
        width: 45%;
    }
    .machine > .details > .hours-warranty > .warranty {
        width: 55%;
    }
}

/**** ==========================================================================
 PITCH
========================================================================== ****/

#pitch {
    background: #1b1b1b;
    border-bottom: 1px solid #666;
    position: relative;
}
#pitch > .bg {
    position: absolute; left: 0px; top: 0px; right: 0px; bottom: 0px;
    background-image: url('/assets/images/lp/default/why-deness-bg.jpg');
    background-size: cover;
    background-position: center;
}
#pitch > .trans {
    position: absolute; left: 0px; top: 0px; right: 0px; bottom: 0px;
    background-color: rgba(0,0,0,0.4);
}
#pitch > .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 96px 24px;
    z-index: 999;
    position: relative;
}
#pitch > .inner > .copy {
    margin-bottom: 88px;
    color: #fff;
    font-family: var(--copy-font);
    font-size: 16px;
    margin-bottom: 88px;
    text-align: center;
}
#pitch > .inner > .cta {
    margin-bottom: 56px;
}
#pitch > .inner > .cta > .btn {
    max-width: fit-content;
    background-color: var(--deness-orange);
    height: 44px;
    padding: 0px 64px;
    color: white;
    font-family: var(--display-font2);
    border-radius: 8px;
    display: flex; justify-content: center; align-items: center;
    font-size: 16px;
    font-weight: 600;
}
#pitch > .inner > .disclaimer {
    color: white;
    font-style: italic;
    font-family: var(--copy-font);
    font-size: 16px;
    text-align: center;
}
#pitch > .inner > .dl {
    background-image: url('/assets/images/dl-circle.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 48px; height: 48px;
    margin-bottom: 16px;
}
#pitch > .inner > .grid {
    x-background-color: lime;
    display: flex;
    padding: 0px;
    flex: 1;
    min-width: 1px;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    justify-content: start;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 56px;
}
#pitch > .inner > .grid > .item {
    width: calc(100% / 3 - (33px * 2 / 3)); 
    display: flex; flex-direction: column; justify-content: center; align-items: center;
    border-radius: 1px;
    border: 1px solid var(--deness-orange);
    padding: 28px;
    box-sizing: border-box;
    background-color: rgba(0,0,0,0.55);
}
#pitch > .inner > .grid > .item > .label {
    font-family: var(--display-font);
    text-transform: uppercase;
    color: white;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
}
#pitch > .inner > .grid > .item > .img {
    width: 96px;
    height: 60px;
    x-background-color: pink;
    margin-bottom: 8px;
    display: flex;
    justify-content: center; align-items: center;
}
#pitch > .inner > .grid > .item > .img i {
    font-size: 48px;
    color: rgba(242, 111, 33, 1);
    text-shadow: 0.5px 1.5px 0 rgba(0, 0, 0, 0.9);
}
#pitch > .inner > .pitch {
    color: #fff;
    font-family: var(--copy-font);
    font-size: 19px;
    margin-bottom: 96px;
    text-align: center;
}
#pitch > .inner > .subtitle {
    color: var(--deness-orange);
    font-family: var(--display-font2);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    text-align: center;
}
#pitch > .inner > .subtitle > .line {
    width: 80px; height: 4px;
    background-color: var(--deness-orange);
    margin: 0px 10px;
}
#pitch > .inner > .title {
    color: #fff;
    font-family: var(--display-font);
    text-transform: uppercase;
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 16px;
    text-align: center;
}

@media screen and (max-width: 640px) {
    #pitch > .inner {
        padding: 48px 16px;
    }
    #pitch .line {
        width: 20px; max-width: 20px;
        height: 2px; max-height: 2px;;
    }
    #pitch .subtitle {
        font-size: 15px !important;
    }
    #pitch > .inner > .title {
        font-size: 40px; line-height: 48px;
        padding-top: 16px; padding-bottom: 16px;
    }
    #pitch > .inner > .grid  {
        gap: 16px;
    }
    #pitch > .inner > .grid > .item {
        width: 100%;
        flex-direction: row;
        padding: 8px 12px;
        justify-content: flex-start;
    }
    #pitch > .inner > .grid > .item > .img {
        min-width: 96px;
    }
    #pitch > .inner > .grid > .item > .label {
        text-align: left;
    }
    #pitch > .inner > .copy {
        margin-bottom: 40px;
    }
    #pitch > .inner > .pitch {
        margin-bottom: 40px;
    }
}

/**** ==========================================================================
 REVIEWS
========================================================================== ****/

#reviews {
    background: rgb(6,6,6);;
}
#reviews > .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 96px 24px;
    padding-bottom: 24px;
    z-index: 999;
    position: relative;
    margin: 0px auto !important;
}
#reviews > .inner > .copy {
    margin-bottom: 112px;
    color: #fff;
    font-family: var(--copy-font);
    font-size: 16px;
    text-align: center;
}
#reviews > .inner > .dl {
    background-image: url('/assets/images/dl-circle.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 48px; height: 48px;
    margin-bottom: 16px;
}
#reviews > .inner > .reviews-container {
    x-background-color: lime;
    box-sizing: border-box;
    max-width:calc(100% - 100px);

}
#reviews > .inner > .subtitle {
    color: var(--deness-orange);
    font-family: var(--display-font2);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    text-align: center;
}
#reviews > .inner > .subtitle > .line {
    width: 80px; height: 4px;
    background-color: var(--deness-orange);
    margin: 0px 10px;
}
#reviews > .inner > .title {
    color: #fff;
    font-family: var(--display-font);
    text-transform: uppercase;
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 16px;
    text-align: center;
}

#reviews .test-card {
    background-color: rgb(40,40,40) !important;
}
#reviews .testimonial {
    color: #fff !important;
}
#reviews .customer {
    color: #fff !important;
}
@media screen and (max-width: 640px) {
    #reviews > .inner {
        padding: 48px 16px;
        padding-bottom: 0px;
    }
    #reviews > .inner > .reviews-container {
        padding: 0px !important;
    }
    #reviews .line {
        width: 20px; max-width: 20px;
        height: 2px; max-height: 2px;;
    }
    #reviews .subtitle {
        font-size: 15px !important;
    }
    #reviews > .inner > .copy {
        margin-bottom: 40px;
    }
    #reviews > .inner > .title {
        font-size: 40px; line-height: 48px;
        padding-top: 16px; padding-bottom: 16px;
    }
}

/**** ==========================================================================
 READY
========================================================================== ****/

#ready {
    background: #1b1b1b;
    position: relative;
}
#ready > .pattern {
    position: absolute; left: 0px; top: 0px; right: 0px; bottom: 0px;
    background-image: url('/assets/images/lp/default/deness-pattern.svg');
    background-size: 85%;
    opacity: 0.3;
}
#ready > .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 96px 24px;
    z-index: 999;
    position: relative;
    text-align: center;
}
#ready > .inner > .dl {
    background-image: url('/assets/images/dl-circle.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 64px; height: 64px;
    margin-bottom: 16px;
}
#ready > .inner > .title {
    color: var(--deness-orange);
    font-family: var(--display-font);
    font-size: 56px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}
#ready > .inner > .copy {
    margin-bottom: 56px;
    font-family: var(--copy-font);
    color: #fff;
    font-weight: 800;
    font-size: 26px;
    word-spacing: 2px;
    text-align: center;
}
#ready > .inner > .cta {
    display: flex;
    flex-direction: row;
}
#ready > .inner > .cta > .quote {
    padding-right: 16px;
}
#ready > .inner > .cta > .quote > .btn {
    max-width: fit-content;
    background-color: var(--deness-orange);
    height: 44px;
    padding: 0px 40px;
    color: white;
    font-family: var(--display-font2);
    border-radius: 8px;
    display: flex; justify-content: center; align-items: center;
    font-size: 16px;
    font-weight: 600;
}
#ready > .inner > .cta > .call {
    padding-left: 16px;
}
#ready > .inner > .cta > .call .btn {
    max-width: fit-content;
    border: 2px solid var(--deness-orange);
    height: 44px;
    padding: 0px 40px;
    color: white;
    font-family: var(--display-font2);
    border-radius: 8px;
    display: flex; justify-content: center; align-items: center;
    font-size: 16px;
    box-sizing: border-box;
    font-weight: 600;
}

@media screen and (max-width: 640px) {
    #ready > .inner {
        padding: 48px 16px;
    }
    #ready > .inner > .title {
        font-size: 40px; line-height: 48px;
        padding-top: 16px; padding-bottom: 16px;
    }
    #ready > .inner > .copy {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 40px;
    }
    #ready > .inner > .cta {
        flex-direction: column;
        width: 100%;
    }
    #ready > .inner > .cta > .quote {
        padding-right: 0px;
        margin-bottom: 10px;
    }
    #ready > .inner > .cta > .call {
        padding-left: 0px;
    }
    #ready > .inner > .cta .btn {
        max-width: unset !important;
    }
}
