/* Branded Font Families */
@import url('https://fonts.googleapis.com/css2?family=Fraunces:wght@300;600&family=Urbanist:wght@400;600&display=swap');

/* Global Resets */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* Base Layout */
body {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    background-color: #17141f;
    color: #ffffff;
    font-smooth: antialiased;
    -webkit-font-smoothing: antialiased;
}
p {
    opacity: .7;
}

a.link-white {
    color: #fff;
}
a.link-white:hover {
    color: #D9B681;
}

.legal-copy p {
    padding-bottom: 16px;
    line-height: 24px;
}
.legal-copy a {
    text-decoration: none;
    color: #D9B681;
    opacity: 1;
    font-weight: 600;
}

.legal-copy a:hover {
    text-decoration: none;
    color: #D9B681;
    text-decoration: underline;
}

h1, h2, h3, h4, h5 {
    font-family: 'Fraunces';
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.25px;
}

h1 {
    font-size: 48px;
    line-height: 56px;
}
h2 {
    font-size: 40px;
    line-height: 48px;
}
h3, h4 {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: -0.25px;
}

strong {
    font-weight: 600;
}

.radial-highlight {
    background: #302D44;
    background: -webkit-radial-gradient(center, #302D44, #17141F);
    background: -moz-radial-gradient(center, #302D44, #17141F);
    background: radial-gradient(ellipse at center, #302D44, #17141F);
    width: 50%;
    height: 100%;
    border-radius: 400px;
    filter: blur(60px);
    position: absolute;
    left: 25%;
    z-index: 1;
}

.gold-text {
    color: #D9B681;
}

.eyebrow {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    color: #D9B681;
    opacity: 1;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
  }

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

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

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

.full-opacity {
    opacity: 1;
}

ul.bullets {
    list-style: none;
    font-weight: 600;
    opacity: .7;
}
  
ul.bullets li::before {
    content: "\2022";
    display: inline-block; 
    width: 1em;
    margin-left: -1em;
    font-size: 12px
    }

.button-group {
    padding-top: 40px;
    display: flex;
    gap: 20px;
}

.single-button {
    text-align: center;
    padding-top: 14px;
}

.button {
    display: inline-block;
    font-family: Urbanist;
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 0.5px;
    height: 48px;
    line-height: 48px;
    padding: 0 25px;
    border-radius: 24px;
    text-decoration: none !important;
}

.button.primary {
    color: #17141F;
    background-color:  #D9B681;
    border: 1px solid #D9B681;
}

.button.secondary {
    color:  #D9B681;
    background-color: transparent;
    border: 1px solid #D9B681;
}

.button.app-store {
    align-items: center;
    display: flex;
}

.button:hover {
    opacity: .8;
}

ul.bullet-list {
    list-style: disc;
    padding: 0 0 20px 32px;
}

ul.bullet-list li {
    padding: 8px 0;
    opacity: .7;
}

table.table {
    margin: 15px auto 30px auto;
}

table.table td {
    padding: 6px;
    border: 1px solid rgb(248 248 248 / 23%);
    opacity: .7;
    font-size: 15px;
}

table.table th {
    padding: 6px;
    border: 1px solid rgb(248 248 248 / 23%);
    font-weight: 600;
    opacity: .7;
}

table.table tr td.table-heading-break {
    font-weight: 600;
    font-size: 18px;
    border-color: 17141f;
    border-bottom: 1px solid rgb(248 248 248 / 23%);
    padding: 20px 0 10px 0;
}

section.footer {
    background-color: #2F273F;
    padding: 60px 0;
}

footer {
    width: 1084px;
    max-width: 94%;
    min-height: 200px;
    margin: 0 auto;
}

.footer-links {
    margin-left: auto;
}

ul.footer-links.social-links {
    float: right;
    width: 32%;
    text-align: right;
}

.footer-links li {
    display: inline-block;
    padding-left: 20px;
}

footer a {
    font-weight: 600;
    opacity: .7;
    text-decoration: none;
    color: #fff;
}

footer .copyright {
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    opacity: .55;
    float: left;
    width: 65%;
}

footer .copyright a {
    opacity: 1;
}

footer .copyright span {
    white-space: nowrap;
    padding: 0 5px;
    border-right: 1px solid #fff;
}
footer .copyright span:last-child {
    white-space: nowrap;
    padding: 0 10px;
    border-right: none;
}

.section-header {
    text-align: center;
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
}
.section-header h2 {
    padding: 20px 0;
}

.section-header h1 {
    padding: 20px 0;
    text-align: center;
    font-size: 40px;
    line-height: 48px;
}

/* ------------ SECTION HERO ----------------- */

.main-content .section-hero {
    background-image: url(https://web-assets.cellareye.com/cellareye-hero-1920x720.jpg);
    background-position: center -35px;
    background-size: 1920px;
    background-repeat: no-repeat;
    height: 660px;
    max-width: 100%;
    margin-bottom: 50px;
    padding: 0 0 0 0 !important;
    overflow: hidden;
}

.main-content.no-hero {
    padding-top: 100px;
}
/* --- Out with burned in cam sensor
#cam_sensor {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: 136px;
    right: -15px;
    opacity: 0;
    animation-duration: 3.5s;
    animation-fill-mode: forwards;
    animation-delay: 1s;
    animation-name: camMotion;
}
  @keyframes camMotion {
    from {
        right: -15px;
        opacity: 0;
    }
    10% {
        right: -15px;
        opacity: .6;
    }
    20% {
        right: -15px;
        opacity: .6;
    }
    30% {
        right: 48px;
        opacity: .6;
    }
    50% {
        right: 48px;
        opacity: .6;
    }
    60% {
        right: 112px;
        opacity: .6;
    }
    60% {
        right: 112px;
        opacity: .6;
    }
    70% {
        right: 175px;
        opacity: .6;
    }
    80% {
        right: 175px;
        opacity: .6;
    }
    90% {
        right: 607px;
        opacity: .6;
    }
    95% {
        right: 607px;
        opacity: .0;
    }
    100% {
        right: 607px;
        opacity: .6;
    }
    to {
      opacity: 1;
      right: 607px;
    }
  }
*--------------------------/

/* ------------ SECTION BENEFITS  ------------ */
#benefits {
    padding: 100px 0 100px 0;
}

#ben_viewer {
    position:relative;
}

#ben_items {
    width: 50%;
}

#benefits .benefits-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 1020px;
    margin: 0 auto;
}

#benefits .radial-highlight {
    width: 452px;
    height: 452px;
    left: unset;
}

#ben_wrapper {
    min-height: 550px;
}

/* BENEFITS LIST */
#benefits-list li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    cursor: pointer;
}
#benefits-list li h3 {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    opacity: .7;
}
#benefits-list li.pressed h3 {
    color: #D9B681;
}
#benefits-list li div {
    padding-left: 15px;
}

/* BENEFIT CIRCULARS */

.benefit-img-mobile {
    width: 300px;
    background-size: 300px;
    margin: 0 auto;
    height: 300px;
    width: 300px;
    min-width: 300px;
    border-radius: 150px;
}

.benefit-img {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    background-size: 452px;
    margin: 0 auto;
    height: 452px;
    width: 452px;
    min-width: 452px;
    border-radius: 226px;
    transition: opacity 0.5s ease-out;
    overflow: hidden;
}
.benefit-img.active, .benefit-img.pressed {
    opacity: 1;
    transition: opacity 0.5s ease-out;
}

.benefit-img-video {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    background-size: 452px;
    margin: 0 auto;
    height: 452px;
    width: 452px;
    min-width: 452px;
    border-radius: 226px;
    overflow: hidden;
}
.benefit-img-video video {
    opacity: 0;
    transition: opacity 0.5s ease-out;
}
.benefit-img-video video.play {
    opacity: 1;
    transition: opacity 0.5s ease-out;
}

#ben1 {
    background-image: url(/assets/images/circle-benefit-no-more.jpg);
}
#ben2 {
    background-image: url(/assets/images/circle-benefit-minimize.jpg);
}
#ben3 {
    background-image: url(/assets/images/circle-benefit-fewer-people.jpg);
}
#ben4 {
    background-image: url(/assets/images/circle-benefit-full-control.jpg);
}
#ben5 {
    background-image: url(/assets/images/circle-benefit-anywhere.jpg);
}

/* BENEFITS LIST ICONS */
#benefits-list li .icon {
    display: block;
    width: 64px;
    min-width: 64px;
    height: 64px;
    line-height: 64px;
    background-size: 63px;
    background-repeat: no-repeat;
}
/* No More Spreadsheets Icon */
#benefits-list li .icon-no-more {
    background-image: url(/assets/images/icons/icon-no-more.svg);
    transition: all 0.3s ease-out;
}
#benefits-list li:hover .icon-no-more {
    background-image: url(/assets/images/icons/icon-no-more-active.svg);
}
#benefits-list li.pressed .icon-no-more {
    background-image: url(/assets/images/icons/icon-no-more-pressed.svg);
}

/* Minimize Systems Icon */
#benefits-list li .icon-minimize {
    background-image: url(/assets/images/icons/icon-minimize.svg);
    transition: all 0.3s ease-out;
}
#benefits-list li:hover .icon-minimize {
    background-image: url(/assets/images/icons/icon-minimize-active.svg);
}
#benefits-list li.pressed .icon-minimize {
    background-image: url(/assets/images/icons/icon-minimize-pressed.svg);
}
/* Fewer People Icon */
#benefits-list li .icon-fewer-people {
    background-image: url(/assets/images/icons/icon-fewer-people.svg);
    transition: all 0.3s ease-out;
}
#benefits-list li:hover .icon-fewer-people {
    background-image: url(/assets/images/icons/icon-fewer-people-active.svg);
}
#benefits-list li.pressed .icon-fewer-people {
    background-image: url(/assets/images/icons/icon-fewer-people-pressed.svg);
}
/* Full Control Icon */
#benefits-list li .icon-full-control {
    background-image: url(/assets/images/icons/icon-full-control.svg);
    transition: all 0.3s ease-out;
}
#benefits-list li:hover .icon-full-control {
    background-image: url(/assets/images/icons/icon-full-control-active.svg);
}
#benefits-list li.pressed .icon-full-control {
    background-image: url(/assets/images/icons/icon-full-control-pressed.svg);
}
/* Anywhere  Icon */
#benefits-list li .icon-anywhere {
    background-image: url(/assets/images/icons/icon-anywhere.svg);
    transition: all 0.3s ease-out;
}
#benefits-list li:hover .icon-anywhere {
    background-image: url(/assets/images/icons/icon-anywhere-active.svg);
}
#benefits-list li.pressed .icon-anywhere {
    background-image: url(/assets/images/icons/icon-anywhere-pressed.svg);
}

#benefits-list li {
	transition: all 400ms cubic-bezier(.47,1.64,.41,.8);

}
#benefits-list li:hover {
	transform: scale(1);
}

#benefits-list li p {
    display: none;
    padding: 5px 0 0 0;
    margin: 0 0 0 0;
    width: 420px;
    opacity: 0.7;
    font-size: 17px;
    line-height: 22px;
}
#benefits-list li:hover h3 {
    color: #D9B681;
    opacity: 1;
}
#benefits-list li.pressed h3 {
    color: #D9B681;
    opacity: 1;
}

#benefits-list li:hover p {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#benefits-list li.pressed p,
#benefits-list li.pressed:hover p {
    display: block !important;
    overflow: visible !important;
    text-overflow: unset;
    white-space: normal;
}

.ben-video {
    position: absolute;
    top: 0;
    left: -184px;
}

/* ------------ END SECTION BENEFITS  ------------ */

/* ------------ About Us --------------------------*/
.about-intro {
    padding: 40px 0 30px 0;
    border-top: 1px solid #d3cdae;
    border-bottom: 1px solid #d3cdae;
    margin-bottom: 30px;
}
.about-intro p {
    font-family: 'fraunces';
    font-weight: 600;
    font-size: 34px;
    line-height: 40px;
    opacity: 1;
}
.about-intro p span {
    color: #D9B681;
}


/* ------------ SECTION ELEVATOR PITCH ------------ */

#elevator_pitch {
    position: relative; 
    height: 720px;
    max-width: 1920px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 60px;
}

#elevator_pitch::before {    
      content: "";
      background-image: url('https://web-assets.cellareye.com/cellareye-pitch-1920x720.jpg');
      background-size: 1920px;
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      opacity: 0.55;
}
.pitch-card {
    max-width: 760px;
    margin: 60px auto;
    position: relative;
}

.pitch-card .pitch-content {
    padding: 50px 0;
}

.pitch-card p {
    font-family: 'Fraunces';
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    align-items: center;
    letter-spacing: -0.25px;
    color: #fff;
    opacity: 1;
}

.pitch-card p:first-child {
    margin-bottom: 60px;
}

.pitch-card p span {
    color: #D9B681;
}

.pitch-corner-top-left {
    width: 54px;
    height: 2px;
    border-top: 2px solid #D9B681;
    position: absolute;
    top: 20px;
    left: 0;
}

/* How it Works */
section#how-it-works {
    padding-top: 100px;
}
#how-it-works .flex-item h3 {
    padding: 30px 0 0 0;
    white-space: nowrap;
}
#how-it-works .flex-item p {
    max-width: 300px;
    margin: 10px auto 30px auto;
}

/* Top Inquiries Page */
section#faq {
    padding-top: 0;
}

/* Terms & PP Pages */
section#terms {
    padding-top: 0;
}

/* ------------ SECTION CONTACT FOOTER CTA ------------ */
#contact {
    padding: 80px 0 100px 0;
}

#contact h2 {
    padding: 25px 0;
}

#contact .button-group {
    padding-top: 10px;
}

#contact .button-group .button {
    min-width: 150px;
}

.form-group {
    padding-bottom: 16px;
}

.form-group .error {
    display: none;
}

p.success {
    display: flex;
    background-color: rgba(131, 234, 183, 0.1);
    color: #83EAB7;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    border-radius: 12px;
    padding: 12px 16px;
    margin-top: 5px;
}

p.error {
    display: flex;
    background-color: rgba(234, 131, 131, 0.1);
    color: #ea8383;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    border-radius: 12px;
    padding: 12px 16px;
    margin-top: 19px;
}

p.error span {
    display: inline-block;
    height: 17px;
    width: 17px;
    line-height: 17px;
    border: 1px solid;
    border-radius: 10px;
    text-align: center;
    margin-right: 6px;
}

p.success img {
    margin-right: 6px;
    display: inline-block;
}

.form-group label {
    font-size: 15px;
    padding: 0 0 4px 0;
    display: block;
}

input.form-control {
    background: #2F273F;
    border: none;
    outline: none;
    border-radius: 12px;
    height: 48px;
    line-height: 48px;
    padding: 0px;
    width: 100%;
    color: rgb(255 255 255 / 55%);
    font-size: 17px;
    text-indent: 20px;
}

input::placeholder {
    opacity: 0.2;
    color: #fff;
}

/* Layout */
.main-content section {
    margin: 0 auto;
    max-width: 1084px;
    padding: 60px 0;
    position: relative;
}
.main-content section.full-width {
    padding: 0;
    max-width: 100%;
}

.hero-container {
    padding-top: 234px;
}

.hero-container h1 {
    padding-bottom: 20px;
    max-width: 650px;
    margin: 0 auto;
    color: #fff;
}

.hero-container h2 {
    color: #D9B681;
    font-size: 40px;
    line-height: 48px;
    margin-top: 0;
}

.hero-container .button-group {
    justify-content: center;
}

/* ORIGINAL STICKY */


/* Header / Sticky Header */
header {
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    z-index: 9999;
    height: 100px;
    background: linear-gradient(180deg, rgba(23, 20, 31, 0.8) 0%, rgba(23, 20, 31, 0.8) 50%, rgba(23, 20, 31, 0) 100%);
  }

header.sticky-header.fixed {
    background-color: rgb(23 20 31 / 85%);
    background-image: none;
    height: 76px;
}
.faux-stickey-blur {
    display: none;
}
.faux-stickey-blur.fixed {
    display: block;
    position: fixed;
    z-index: 9998;
    top:0;
    left:0;
    height: 76px;
    width: 100%;
    -webkit-backdrop-filter: saturate(200%) blur(10px);
    backdrop-filter: saturate(200%) blur(10px);
}
.sticky-header.fixed nav {
    border-bottom: none;
}
header nav {
    max-width: 1080px;
    margin: 10px auto 0 auto;
}
header nav a {
    font-weight: 600;
    color: #fff;
    float: left;
    padding: 10px 0;
}
header nav a.active {
    color: #D9B681;
    opacity: 1;
}
header nav ul {
    float: right;
    display: block;
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0;
}
header nav ul li {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0 0 0 32px;
}
header nav ul li:nth-child(2) {
    padding: 0 2px 0 0;
}
header nav ul li a,
header nav ul li a:link,
header nav ul li a:visited { 
    text-decoration: none;
    color: #fff;
}
header nav ul li a.active,
header nav ul li a.active:link,
header nav ul li a.active:visited { 
    text-decoration: none;
    color: #D9B681;
}
header nav ul li a:hover {
    color: #D9B681;
}
.navbar-brand {
    margin-top: 0px;
}
#nav_toggle {
    display: none;
}
#nav_toggle img {
    transition: transform .5s;
    transform: scaleY(1);
    padding: 12px;
    width: 20px;
}
#nav_toggle.open img {
    transform: scaleY(-1);
}
.has-overlay {
    height: 100%;
    overflow: hidden;
}

.close-mobile-nav {
    display: none;
}
.close-mobile-nav img {
    display: inline-block;
    margin-top: 20px;
}
/* END STICKY */

/* Flex Helpers */
.flex-row {
    display: flex;
    flex-direction: row;
}
.gap-default {
    gap: 30px;
}
.gap-xsmall {
    gap: 4px;
}
.flex-item {
    width: 25%;
    align-items: stretch;
    text-align: center;
}

/* Layout Helpers */
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
.full-block {
    display: block;
    width: 100%;
}
.padding-top-none {
    padding-top: 0 !important;
}
.padded-row {
    padding: 20px 0;
}

/* Info Section with Side CTA Two column Flex */
.flex-two-col-cta {
    align-items: center;
}
.flex-two-col-cta .col-info {
    border-right: 1px solid #9182B0;
    width: 50%;
}
.flex-two-col-cta .col-info hr {
    display: none;
}
.flex-two-col-cta .col-info .content-wrapper {
    padding: 0 60px 0 0;
}
.flex-two-col-cta .col-cta {
    border: 0;
}
.flex-two-col-cta .col-cta .content-wrapper {
    padding: 0 40px 0 60px;
}

/* Overlay */
.overlay {
    display: none;
    position: absolute;
    top: 0;
    height: 150vh;
    width: 100%;
    background-color:rgba(000, 000, 000, 0.6);
    z-index: 10000;
    /*backdrop-filter: blur(10px);*/
}
.has-overlay .overlay {
    display: block;
    min-height: 20000;
}

/* Modal */
.modal-wrapper {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 10000;
}
.modal-close {
    position: absolute;
    top: 5px;
    right: 5px;
    display: inline-block;
    width: 18px;
    height: 18px;
    padding: 8px;
    cursor: pointer;
}
.modal {
    width: 600px;
    max-width: 90%;
    margin: 50px auto;
    background-color: #2F273F;
    border-radius: 16px;
}

.modal input {
    background-color: #463B5E;
}
.modal-header {
    padding-bottom: 20px; 
}
.modal-header h3 {
    color: #D9B681;
    padding-bottom: 16px;
    font-size: 24px;
    line-height: 30px;
}
.modal-header p {
    opacity: 1;
    font-size: 20px;
    line-height: 24px;
}
.modal-header p a {
    color: #fff !important;
}
.modal-content {
    padding: 32px;
    position: relative;
}

.modal-footer #demoRequestSubmit {
    min-width: 200px;
}

@media screen and (max-width: 1018px) {
    footer {
        max-width: 92%;
    }
    .footer .flex-row {
        display: block;
    }
    .footer-links {
            margin: 30px 0 0 0;
    }
    .footer-links li {
        display: inline-block;
        padding-left: 0;
        padding-right: 20px;
    }
    ul.footer-links.social-links {
        float: unset;
        width: 100%;
        text-align: left;
    }
    ul.footer-links.social-links li {
        float: right;
    }
    ul.footer-links.social-links li:first-child {
        float: left;
    }
    footer .copyright {
        font-weight: 600;
        font-size: 15px;
        line-height: 20px;
        opacity: .55;
        float: unset;
        width: 100%;
        margin-top: 30px;
        padding-top: 20px;
        border-top: 1px solid;
    }
}

@media screen and (max-width: 986px) {
    .benefit-img {
        max-width: 90%;
    }
    #benefits-list li p {
        width: 300px;
    }
    #how-it-works .flex-row {
        flex-wrap: wrap;
        gap: 30px 0;
    }
    #how-it-works .flex-row .flex-item {
        width: 50%;
    }
    #contact .flex-two-col-cta .col-info {
        border-right: 0;
        width: 100%;
        text-align: center;
    }
    #contact .flex-two-col-cta .col-info hr {
        display: inline-block;
        width: 106px;
        height: 1px;
        border: none;
        background: #9182B0;
        margin-top: 26px;
    }
    #contact .flex-two-col-cta .col-info .content-wrapper {
        padding: 0 0 0 0;
        text-align: center;
    }
    #contact .flex-two-col-cta .col-cta {
        border: 0;
        text-align: center;
        padding: 15px 30px;
        max-width: 500px;
        margin: 0 auto;
    }
    #contact .flex-row {
        display: block;
    }
    #contact p.eyebrow {
        text-align: center;
    }
    #contact .button-group {
        padding: 10px 0 30px 0;
        display: block;
        gap: unset;
    }
    #contact .button.secondary {
        min-width: 200px;
    }
}

@media screen and (max-width: 660px) {
    #how-it-works .flex-row .flex-item {
        width: 100%;
    }
    #elevator_pitch {
        height: 720px;
    }
    .pitch-card p {
        font-size: 28px;
        line-height: 36px;
    }
    .scroll-nav.footer-links li {
        display: block;
    }
    .scroll-nav.footer-links li a {
        padding: 10px 0;
        display: inline-block;
    }
}

/* Cookie Customized */
.cky-box-bottom-left button.cky-btn-customize,
.cky-box-bottom-left button.cky-btn-reject {
    color: #d2b17d !important;
    border-color: #d2b17d !important;
    background-color: transparent;
    border-radius: 30px;
    border: 2px solid #d2b17d !important;
    font-weight: 600 !important;
}
.cky-box-bottom-left button.cky-btn-accept {
    color: #111;
    border-color: #d2b17d !important;
    background-color: #d2b17d !important;
    border: 2px solid #d2b17d !important;
    border-radius: 30px;
    font-weight: 600 !important;
}
.cky-box-bottom-left .cky-notice .cky-title {
    color: #d2b17d !important;
    font-family: 'Fraunces';
}
.cky-box-bottom-left .cky-notice-des p {
    color: #fff;
}
.cky-btn-revisit-wrapper {
    background-color: #d2b27d !important;
}
.cky-btn-revisit-wrapper .cky-btn-revisit img {
    filter: invert(1) !important;
}
/* Free Overrides */
.cky-preference-header {
    border-bottom: 1px solid #555 !important;
}
.cky-preference-header .cky-preference-title {
    font-family: 'Fraunces';
    color: #d2b27d !important;
}
.cky-accordion-header button {
 color: #f2f2f2 !important;
}
.cky-preference-content-wrapper {
    border-bottom: 1px solid #555 !important;
}
.cky-accordion {
    border-bottom: 1px solid #555 !important;
}
.cky-notice-des *, .cky-preference-content-wrapper *, .cky-accordion-header-des *, .cky-gpc-wrapper .cky-gpc-desc * {
    color: #f2f2f2 !important;
}
.cky-preference-center p {
    padding-bottom: 10px;
}
.cky-accordion-header .cky-always-active {
    color: #d2b27d !important;
}
.cky-accordion-header .cky-accordion-btn {
    color: #f2f2f2 !important;
}
.cky-audit-table {
    background: #c0aabc !important;
    border-radius: 6px;
    background-color: #c0aabc !important;
    color: #212121 !important;
}
.cky-footer-shadow {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #211b2d 100%) !important;
}
.cky-switch input[type="checkbox"] {
    background: #e8dbc5 !important;
}
.cky-switch input[type="checkbox"]:checked {
    background: #d2b27d !important;
}
.cky-btn-accept {
    background: #d2b27d !important;
    color: #212121 !important;
    border: 2px solid #d2b27d !important;
    border-radius: 30px !important;
    font-weight: 600 !important;
}
.cky-btn-preferences {
    color: #d2b27d !important;
    background: transparent;
    border: 2px solid #d2b27d !important;
    border-radius: 30px !important;
    font-weight: 600 !important;
}
.cky-btn-reject {
    color: #d2b27d !important;
    background: transparent;
    border: 2px solid #d2b27d !important;
    border-radius: 30px !important;
    font-weight: 600 !important;
}
.cky-preference-center {
    background-color: #2F273F !important;
}
.cky-audit-table .cky-cookie-des-table {
    border-bottom: 1px solid #736279 !important;
}
.cky-consent-container .cky-consent-bar {
    background: #2F273F !important;
    border: none !important;
    padding: 20px 26px;
    box-shadow: none !important;
    border-radius: 6px;
}
.cky-accordion-chevron {
    color: #f2f2f2 !important;
}