body{
    margin: 0;
    height: 100%;
    background-color: #0E0E0F;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    text-rendering: optimizeLegibility;
    direction: ltr;
    overflow-x: hidden;
}

@font-face {
    font-display: swap;
    font-family: Monument Grotesk Variable;
    src: url('https://type.cargo.site/files/CargoMonumentGroteskPlusVariable.woff2') format('woff2');
    font-style: normal;
    font-variation-settings: 'slnt' 0, 'MONO' 0;
    font-feature-settings: "ss01", "kern";
    -moz-font-feature-settings: "ss01", "kern";
    font-variant-alternates: styleset(ss01);
}

.regular{
	font-family: "Monument Grotesk Variable";
	font-weight: 400;
    font-variation-settings: 'slnt' 0, 'MONO' 0;
    font-feature-settings: "ss01", "kern";
    -moz-font-feature-settings: "ss01", "kern";
    font-variant-alternates: styleset(ss01);
}

*, *::before, *::after {
    box-sizing: border-box;
    font-feature-settings: "ss01", "kern";
    -moz-font-feature-settings: "ss01", "kern";
}

/* Normalization */

h1, h2, h3, h4{
	margin: 0px;
}

p{
	margin-block-start: 0;
    margin-block-end: 0;
}

a{
    text-decoration-line: none;
	text-decoration-color: currentColor;
    color: inherit;
}

img{
    margin: 0;
}

/* Content */

picture{
	width: 100%;
    height: 100%;
    display: flex;
}

picture img{
    flex: 1;
 	object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}

.video-stream{
    width: 100%;
    height: 100%;
    display: flex;	
    overflow: hidden;
    position: relative;
}

.video-stream video{
    flex: 1;
 	object-fit: cover;
    object-position: center center;
    width: 102%;
    height: 102%;
}

button{
	background-color: transparent;
	border: none;
	margin: 0;
	padding: 0;
}

#signup{
    display: flex;
    flex-direction: column;
    margin: auto;
	background-color: #38383B;
    padding: 24px 18px 18px 18px;
    /* width: 100%; */
    max-width: 373px;
    height: 100vh;
	overflow-y: scroll;
}

.signup-form label { 
    display: inline-flex;
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 136%;
    color: #CFCFD8;
}

h1.signup-form{
	font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.0156em;
    color: #CFCFD8;
}

.divider-card{
	width: 100%;
    height: 1px;
    background-color: #4B4B4E;
    margin: 28px 0px 28px 0px;
}

h2.signup-form{
	font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.0156em;
    color: #96969D;
    margin: 16px 0px 28px 0px;
}

p.signup-form{
	font-size: 15px;
    line-height: 136%;
    color: #848489;
}

p.signup-form.caption{
	font-size: 12px;
    line-height: 120%;
    letter-spacing: 0.0156em;
    color: #848489;
    margin: 12px 0px 0px 0px;
}

#allowDownload{
	width: 100%;
    height: calc(100vh - 80px);
    max-height: 520px;
    border-radius: 15px;
    border: 1px solid #4B4B4E;
    background-color: #38383B !important;
}

button.close{
    position: absolute;
    top: 18px;
    right: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
	width: 32px;
    height: 32px;
    border: 1px solid #545457;
    border-radius: 9px;
    z-index: 9999;
    cursor: pointer;
    background-color: #38383B;
}

button.close:active{
	background-color: #262627;
	border: 1px solid #262627;
}

/* Helpers */
.row{
    display: flex;
    align-items: center;
}

.column{
    display: flex;
    flex-direction: column;
}

.space-between{
	display: flex;
    justify-content: space-between;
    align-items: center;
}

.col-space-between{
	display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}

.horizontal-divider{
    width: 100%;
    height: 1px;
    display: inline-block;
    background-color: #4B4B4E;
    margin: 12px 0px 12px 0px;
}

.horizontal-divider-dark{
    width: 100%;
    height: 1px;
    display: inline-block;
    background-color: #CFCFD8;
    margin: 16px 0px 16px 0px;
}

.spacer-xl{
    height: 120px;
}

/* Helpers Ends*/

.signup-form input{
	position: relative;
    width: 100%;
    height: 64px;
    font-family: "Monument Grotesk Variable";
	font-style: normal;
	font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0.01563em;
    border-radius: 20px;
    background-color: #262627;
    border: 1px solid #38383B;
    outline: none;
    margin-bottom: 10px;
    color: #CFCFD8;
    box-sizing: border-box;
    padding: 0px 0px 0px 16px;
}

input::placeholder {
    color: rgba(195, 197, 203, 0.4);
}

.signup-form input:focus{
	box-shadow: 0px 0px 0px 1px #717176;
}

.signup-form input[type=checkbox], input[type=radio]{
    width:auto;
}

.signup-form button {
    display: flex;
    width: 100%;
    height: 64px;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0.0156em;
    color: #0E0E0F !important;
    border-radius: 20px;
    background-color: #BCBCC4;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: none;
}

.signup-form button:hover{
	background-color: #CFCFD8;
}

#signUpContainer{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(17, 17, 17, 0.72);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    backdrop-filter: blur(32px);
    -webkit-backdrop-filter: blur(32px);
}

/* Icons */
.close-icon{
    background: url("https://files.cargocollective.com/c2201587/add-icon-light.svg") no-repeat;
    background-size: contain;
    background-position: center center;
    width: 14px;
    height: 14px;
}

.arrow-left-circle-icon{
    background: url("https://files.cargocollective.com/c2201587/arrow-left-circle-icon.svg") no-repeat;
    background-size: contain;
    background-position: center center;
    width: 16px;
    height: 16px;
}

.chevron-down-icon {
    background: url('https://files.cargocollective.com/c2201587/chevron-down-icon.svg') no-repeat;
    background-size: contain;
    background-position: center center;
    width: 8px;
    height: 8px;
}

.chevron-down-icon.active{
    transform: rotate(180deg);
}

.account-profile-icon{
    background: url('https://files.cargocollective.com/c2201587/account-profile-icon.svg') no-repeat;
    background-size: contain;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    margin-right: 5px;
}

.arrow-right-cta-dark-icon{
    background: url('https://files.cargocollective.com/c2201587/arrow-right-cta-dark-icon.svg') no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    filter: invert(100%);
}

#contentcore-wordmark{
    background: url('https://files.cargocollective.com/c2201587/contentcore-r3.svg') no-repeat;
    background-size: contain;
    background-position: center center;
    width: 140px;
    height: 32px;
    position: fixed;
    top: 16px;
    left: 20px;
    flex-shrink: 0;
    z-index: 998;
}

#powered-by-stripe-icon{
    background: url("https://files.cargocollective.com/c2201587/secure-payments-powered-by-stripe.svg") no-repeat;
    background-size: contain;
    background-position: center center;
    width: 76%;
    height: auto;
    flex-shrink: 0;
}

/* Typography */
.fs-300{
    font-family: Monument Grotesk Variable;
    font-weight: 400;
    font-size: 14px;
    line-height: 128%;
    letter-spacing: 0.024em;
    color: #BCBCC4;
}

.fs-300-sub{
    font-family: Monument Grotesk Variable;
    font-weight: 400;
    margin-top: 8px;
    font-size: 14px;
    line-height: 128%;
    letter-spacing: 0.024em;
    color: #BCBCC4;
    opacity: 0.6;
}

.fs-300-dark{
    font-family: Monument Grotesk Variable;
    font-weight: 400;
    font-size: 14px;
    line-height: 128%;
    letter-spacing: 0.024em;
    color: #0E0E0F;
}

.fs-300-dark-sub{
    font-family: Monument Grotesk Variable;
    font-weight: 400;
    margin-top: 2px;
    font-size: 14px;
    line-height: 128%;
    letter-spacing: 0.024em;
    color: #0E0E0F;
    opacity: 0.64;
}

.fs-400{
    font-family: Monument Grotesk Variable;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.024em;
    color: #BCBCC4;
}

.fs-400-dark{
    font-family: Monument Grotesk Variable;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.024em;
    color: #0E0E0F;
}

.fs-400-sub-dark{
    font-family: Monument Grotesk Variable;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.024em;
    color: #0E0E0F;
    margin-top: 12px;
    opacity: 0.64;
}

.fs-400-sub{
    font-family: Monument Grotesk Variable;
    font-weight: 400;
    font-size: 16px;
    line-height: 128%;
    letter-spacing: 0.024em;
    color: #BCBCC4;
    margin-top: 12px;
    opacity: 0.64;
}

.fs-500{
    font-family: Monument Grotesk Variable;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.024em;
    color: #BCBCC4;
}

.fs-500-dark{
    font-family: Monument Grotesk Variable;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.024em;
    color: #0E0E0F;
}

.fs-600{
    font-family: Monument Grotesk Variable;
    font-weight: 400;
    font-size: 30px;
    line-height: 112%;
    color: #F7F7FA;
}

.fs-600-sub{
    font-family: Monument Grotesk Variable;
    font-weight: 400;
    font-size: 30px;
    line-height: 112%;
    color: #BCBCC4;
    margin-top: 12px;
}

.fs-600-dark{
    font-family: Monument Grotesk Variable;
    font-weight: 400;
    font-size: 30px;
    line-height: 112%;
    color: #0E0E0F;
}

.fs-700{
    font-family: Monument Grotesk Variable;
    font-weight: 500;
    font-size: 52px;
    line-height: 96%;
    letter-spacing: -0.01em;
    color: #F7F7FA;
    margin-left: -2px;
}

#account{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: fixed;
    top: 16px;
    right: 20px;
    z-index: 998;
}

.r3-button-xs{
    display: inline-flex;
    height: 32px;
    padding: 6px 10px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 9px;
    background-color: #0E0E0F;
    font-family: Monument Grotesk Variable;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.033em;
    color: #BCBCC4;
    cursor: pointer;
}

.r3-button-xs:hover{
    background-color: #38383B;
}

#sign-up-trigger{
    display: inline-flex;
    height: 32px;
    padding: 6px 10px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 9px;
    background-color: #F7F7FA;
    font-family: Monument Grotesk Variable;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.033em;
    color: #0E0E0F;
    cursor: pointer;
    margin-left: 4px;
}

#sign-up-trigger:hover{
    background-color: #E4E4EB;
}

.r3-button-xs-outlined{
    display: inline-flex;
    height: 24px;
    padding: 6px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 7px;
    font-family: Monument Grotesk Variable;
    font-size: 12px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.04em;
    color: #BCBCC4;
    border: 1px solid #545457;
    cursor: pointer;
}

.r3-button-xs-outlined:hover{
    background-color: #262627;
    border: 1px solid #262627;
}

.r3-button-xs-outlined-dark{
    display: inline-flex;
    height: 24px;
    padding: 6px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 7px;
    font-family: Monument Grotesk Variable;
    font-size: 12px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.04em;
    color: #0E0E0F;
    border: 1px solid #CFCFD8;
    cursor: pointer;
}

.r3-button-xs-outlined-dark:hover{
    background-color: #CFCFD8;
    border: 1px solid #CFCFD8;
}

.r3-button-s-dark{
    display: inline-flex;
    width: 100%;
    height: 38px;
    padding: 12px;
    margin-top: 12px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 9px;
    font-family: Monument Grotesk Variable;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.033em;
    color: #BCBCC4;
    background-color: #38383B;
    cursor: pointer;
}

.r3-button-s-dark:hover{
    background-color: #4B4B4E;
}

.r3-button-s-outlined{
    display: inline-flex;
    width: 100%;
    height: 38px;
    padding: 12px;
    margin-top: 12px;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    border-radius: 9px;
    font-family: Monument Grotesk Variable;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.033em;
    color: #BCBCC4;
    border: 1px solid #38383B;
    cursor: pointer;
}

.r3-button-s-outlined:hover{
    background-color: #4B4B4E;
    border: 1px solid #4B4B4E;
}

.r3-button-upgrade{
    display: inline-flex;
    width: 100%;
    height: 38px;
    padding: 12px;
    margin-top: 12px;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    border-radius: 9px;
    background-color: #0E0E0F;
    font-family: Monument Grotesk Variable;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.033em;
    color: #F7F7FA;
    cursor: pointer;
}

.r3-button-upgrade:hover{
    color: #0E0E0F;
    background-color: #4EFD00;
}

.r3-button-upgrade:hover > .arrow-right-cta-dark-icon{
    filter: invert(0%);
}

.r3-button-m-upgrade{
    display: inline-flex;
    width: 100%;
    height: 48px;
    padding: 12px;
    margin-top: 12px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 9px;
    background-color: #0E0E0F;
    font-family: Monument Grotesk Variable;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.033em;
    color: #F7F7FA;
    cursor: pointer;
}

.r3-button-m-upgrade:hover{
    color: #0E0E0F;
    background-color: #4EFD00;
}

#pricing-free-for-everyone{
    display: inline-flex;
    height: 68px;
    flex-direction: column;
    justify-content: center;
    font-family: Monument Grotesk Variable;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.033em;
    color: #F7F7FA;
}

#pay-with-mobile{
    display: inline-flex;
    width: 100%;
    height: 38px;
    padding: 12px;
    margin-top: 12px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 9px;
    background-color: #DADAE0;
    font-family: Monument Grotesk Variable;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.033em;
    color: #0E0E0F;
    cursor: pointer;
}

#pay-with-mobile:hover{
    color: #0E0E0F;
    background-color: #4EFD00;
}

#customer-portal-sign-in-trigger{
    display: inline-flex;
    width: 100%;
    height: 38px;
    padding: 12px;
    margin-top: 12px;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    border-radius: 9px;
    background-color: #0E0E0F;
    font-family: Monument Grotesk Variable;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.033em;
    color: #F7F7FA;
    cursor: pointer;
}

#customer-portal-sign-in-trigger:hover{
    background-color: #262627;
}

#pricing-trigger{
    margin-right: 2px;
}

#customer-portal-pop-over{
    flex-direction: column;
    width: 260px;
    margin-top: 8px;
    padding: 12px;
    border-radius: 15px;
    background-color: #F7F7FA;
    /* max-height: 540px;
    height: calc(100vh - 80px);
    overflow-y: scroll; */
}

#pricing-xs{
    display: grid;
    grid-template-rows: repeat(2, 1fr); 
    row-gap: 12px; 
    width: 100%;
    margin-top: 24px;
}

.pricing-xs-item{
    display: flex;
    height: 84px;
    padding: 8px 12px 8px 12px;
    flex-direction: column;
    justify-content: center;
    border-radius: 9px;
    /* background-color: #E9E9F0; */
    border: 1px solid rgba(14, 14, 15, 0.24);
    cursor: pointer;
}

.pricing-xs-item.selected {
    /* background-color: #E9E9F0; */
    border: 1px solid rgba(14, 14, 15, 1);
    border-radius: 9px;
}

input[type="radio"] {
    display: none;
}

.pricing-xs-radio{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    border: 1px solid rgba(14, 14, 15, 0.24);
    border-radius: 8px;
    position: relative;
}

/* Checked state */
input[type="radio"]:checked ~ .space-between .pricing-xs-radio {
    background-color: #0E0E0F;
    border: 1px solid rgba(14, 14, 15, 1);
}

input[type="radio"]:checked ~ .space-between .pricing-xs-radio::before {
    content: "";
    display: block;
    background: url("https://files.cargocollective.com/c2201587/checkmark-icon-bold.svg") no-repeat center center;
    background-size: contain;
    width: 10px;
    height: 10px;
}

.overlay-modal-container{
    position: fixed;
    z-index: 999;
    top: 16px;
    left: 16px;
    width: calc(100vw - 32px);
    height: calc(100vh - 32px);
    background-color: #0E0E0F;
    border: 1px solid rgba(75, 75, 78, 0.4);
    border-radius: 15px;
    overflow: hidden;
}

.overlay-modal-container iframe {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 15px;
    background-color: #000;
}

.overlay-modal-container-close-button{
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 32px;
    right: 32px;
    display: flex;
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    border-radius: 20px;
    background-color: #262627;
    cursor: pointer;
}

.overlay-modal-container-close-button > .close-icon{
    width: 20px;
    height: 20px;
}

.overlay-modal-container-close-button:hover{
    background-color: #717176;
}

/* Menu */
.menu-layout{
    width: 100%;
    max-width: 1360px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto; 
    grid-template-areas: "item1 item2 item3";
    column-gap: 24px; 
    margin: 0px auto 0px auto;
    padding: 12px 24px 12px 24px;
}

.menu-layout.header-section{
    margin: 120px auto 48px auto;
}

#footer{
    grid-column: span 3;
    display: flex;
}

#footer > *{
    margin: 0px 12px 12px 0px;
}

#privacy-policy{
    max-width: 560px;
    margin: 0px auto 0px auto;
    grid-column: span 3;
    font-family: Monument Grotesk Variable;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.024em;
    color: #F7F7FA;
}

#privacy-policy > p{
    margin-bottom: 20px;
    opacity: 0.60;
}

#privacy-policy > h2{
    margin-top: 32px;
    font-size: inherit;
    font-weight: 500;
    color: #F7F7FA;
}

/* Sitemap */
.sitemap-layout{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 40px;
    margin: 0px auto 0px auto;
    max-width: 1020px;
    font-family: Monument Grotesk Variable;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.024em;
    color: #F7F7FA;
    padding: 0px 20px 0px 20px;
}

.sitemap-layout.header-section{
    grid-column: span 3;
    display: flex;
    justify-content: space-between;
    margin: 80px auto 0px auto;
}

.sitemap-layout h1{
    font-family: inherit;
    font-size: inherit;
    font-weight: 500;
}

.sitemap-layout a.language-tag{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    border-radius: 10px;
    background-color: #F7F7FA;
    color: #0E0E0F;
    padding: 0px 9px 0px 9px;
    font-family: inherit;
    font-weight: inherit;
    font-size: 12px;
    opacity: 1;
    margin-top: 0px;
}

.sitemap-layout h2{
    grid-column: span 3;
    font-family: inherit;
    font-size: 24px;
    font-weight: 500;
    border-top: 1px solid rgba(69, 69, 71, 0.8);
    padding-top: 10px;
    margin-top: 80px;
}

.sitemap-column{
    grid-column: span 1;
    display: flex;
    flex-direction: column;
    max-width: 320px;
    overflow: hidden;
}

.sitemap-layout a{
    display: block;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    opacity: 0.48;
    margin-top: 8px;
}

.sitemap-layout a:hover{
    opacity: 0.8;
    transition: opacity 160ms ease-out;
}

.sitemap-layout h3{
    font-family: inherit;
    font-size: inherit;
    font-weight: 500;
    margin-top: 32px;
}

/* Pricing page */


#pricing-item-basic, #pricing-item-enterprise{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 320px;
    grid-column: span 1;
    border-radius: 15px;
    border: 1px solid #38383B;
    padding: 16px;
}

#pricing-item-commercial{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 320px;
    grid-column: span 1;
    border-radius: 15px;
    background-color: #F7F7FA;
    border: 1px solid #4B4B4E;
    padding: 16px;
}

#pricing-item-basic > .column, #pricing-item-enterprise > .column, #pricing-item-commercial > .column{
   max-width: 360px;
}

#pricing-item-basic{
    grid-area: item1;
}

#pricing-item-commercial{
    grid-area: item2;
}

#pricing-item-enterprise{
    grid-area: item3;
}

#upgared-feature{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 32px 0px 0px 0px;
}

/* #upgared-feature > * {
    max-width: 280px;
} */

.pricing-item-col{
    display: flex;
    flex-direction: column;
    grid-column: span 1;
    padding: 16px;
}

.pricing-item-col > h2{
    margin-bottom: 12px;
}

#pay-with-mobile-area{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 460px;
    grid-column: span 2;
    border-radius: 15px;
    border: 1px solid #38383B;
    padding: 12px;
    position: relative;
}

#pay-with-mobile-qr-code{
    width: 280px;
    height: auto;
}

#back-to-pricing {
    display: inline-flex;
    margin: -62px auto 24px 0px;
    align-items: center;
    height: 38px;
}

#back-to-pricing > .arrow-left-circle-icon {
    opacity: 0.6;
    transition: opacity 0.12s ease;
}

#back-to-pricing:hover > .arrow-left-circle-icon {
    opacity: 1;
}


/* Top features */

.top-features-col{
    display: flex;
    flex-direction: column;
}

.top-features-col > *:not(:first-child){
    border-top: 1px solid rgba(84, 84, 87, 0.4);
}

.top-features-row{
    display: flex;
    flex-direction: row-reverse;
    
    padding: 10px 0px 10px 0px;
}

.top-features-row > *:last-child{
    margin-top: 0px;
}

.top-features-row > p{
    width: 100%;
}

.top-features-icon{
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    margin-left: 8px;
    user-select: none;
    -webkit-user-select: none;
}

#features-col{
    display: flex;
    flex-direction: column;
    margin-top: 24px;
}

#features-col > *:not(:first-child){
    border-top: 1px solid rgba(84, 84, 87, 0.4);
}

.features-row{
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 10px 0px 10px 0px;
}

.features-row > p:not(:last-child){
    width: 60%;
}

.features-row > p:last-child{
    width: 40%;
    text-align: right;
    opacity: 0.6;
}

#powered-by-stripe{
    display: flex;
    width: 100%;
    max-width: 280px;
    height: 20px;
    justify-content: center;
    margin: 12px 0px 0px 0px;
    user-select: none;
    -webkit-user-select: none;
}

/* Sign up success status */

#sign-up-success{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: center;
}

#sign-up-success-icon{
    width: 120px;
    height: 120px;
    flex-shrink: 0;
    margin-top: 64px;
}

#sign-up-success-message{
    font-family: Monument Grotesk Variable;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.024em;
    color: #BCBCC4;
    margin-top: 24px;
}

#sign-up-success-progress-bar{
    width: 148px;
    height: 4px; 
    background-color: #262627;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    margin-top: 16px;
}

#sign-up-success-progress-bar-animation{
    height: 4px;
    background-color: #BCBCC4;
    border-radius: 2px;
    position: absolute;
    top: 0;
    left: 0;   
    animation: progressBarSignedIn 3000ms cubic-bezier(.11,.63,.61,.87) forwards;
}

@keyframes progressBarSignedIn {
    from {
        width: 0px;
    }
    to {
        width: 100%;
    }
}

/* TEMPLATE_001 */
.op-600{
    opacity: 0.6;
}

.tmp-01-regular{
	font-family: "Monument Grotesk Variable";
	font-weight: 400;
    font-variation-settings: 'slnt' 0, 'MONO' 0;
    font-feature-settings: "ss01", "kern";
    -moz-font-feature-settings: "ss01", "kern";
    font-variant-alternates: styleset(ss01);
    /* color: #1D1D1F; */
    color: #E9E9EB;
}

.tmp-01-medium{
	font-family: "Monument Grotesk Variable";
	font-weight: 500;
    font-variation-settings: 'slnt' 0, 'MONO' 0;
    font-feature-settings: "ss01", "kern";
    -moz-font-feature-settings: "ss01", "kern";
    font-variant-alternates: styleset(ss01);
    /* color: #1D1D1F; */
    color: #E9E9EB;
}

/* Icons */
.tmp-01-play-icon{
    background: url("https://files.cargocollective.com/c2201587/play-icon.svg") no-repeat;
    background-size: contain;
    background-position: center center;
    width: 12px;
    height: 12px;
    margin-left: 1px;
}

#tmp-01-contentcore-wordmark{
    background: url('https://files.cargocollective.com/c2201587/contentcore-r3.svg') no-repeat;
    background-size: contain;
    background-position: center center;
    width: 140px;
    height: 32px;
    flex-shrink: 0;
    z-index: 998;
}

.tmp-01-checkmark-component{
    display: flex;
    flex: 0 0 20px;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background-color: #E4E4EB;
    margin: 0px 8px 0px 0px;
}

.tmp-01-checkmark{
    background: url("https://files.cargocollective.com/c2201587/checkmark-icon-bold.svg") no-repeat center center;
    background-size: contain;
    width: 10px;
    height: 10px;
    filter: invert(100%);
}

.tmp-01-arrow-right-dark-xs{
    background: url("https://files.cargocollective.com/c2201587/arrow-right-cta-dark-icon.svg") no-repeat center center;
    background-size: contain;
    width: 13px;
    height: 13px;
    margin: 0px 0px 0px 4px;
    user-select: none;
    -webkit-user-select: none;
    transform: rotate(-45deg);
}

.tmp-01-arrow-right-dark{
    background: url("https://files.cargocollective.com/c2201587/arrow-right-cta-dark-icon.svg") no-repeat center center;
    background-size: contain;
    width: 18px;
    height: 18px;
    margin: 0px 0px 0px 4px;
    user-select: none;
    -webkit-user-select: none;
}

/* Motion */
#tmp-01-backdrop{
    width: 100%;
    height: 100vh;
    /* background: #0E0E0F; */
    background: url("https://freight.cargo.site/t/original/i/0c91d1b2b67c2debddd7aef32f83a4e744dfd0fb7b8d841376140f125b93a049/tmp-01-backdrop.jpg") no-repeat top center;
    background-size: cover;
    position: fixed;
    z-index: -1;
}

@keyframes slideIn {
    from {
      transform: translateY(20px);
      background-color: #4E4E52;
    }
    to {
      transform: translateY(0);
      background-color: #E9E9EB;
    }
  }

.tmp-01-fxd {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 2;
    transition: transform 0.64s ease-in-out;
}

.tmp-01-btm {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    transform: translateY(2px);
    transition: transform 0.64s ease-in-out;
}

#tmp-01-open-app {
    animation: slideIn 640ms cubic-bezier(0,.29,.1,.65) none;
}

#tmp-01-static-header{
    position: absolute;
    top: 0;
    left: 0; 
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 64px;
    /* border-bottom: 1px solid #CFCFD8; */
    background-color: transparent;
    padding: 0px 20px 0px 20px;
}

#tmp-01-intro{
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    width: 100%;
    background-color: transparent;
    position: relative;
    /* border-bottom: 1px solid #CFCFD8; */
}

#tmp-01-intro-scroll-section{
    grid-column: span 2;
    margin-top: 44px;
    padding: 20px 0px 0px 20px;
}

#tmp-01-intro-scroll-section > picture{
    border-radius: 12px;
    overflow: hidden;
    height: auto;
    margin-bottom: 20px;
}

#tmp-01-intro-info-column{
    grid-column: span 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 40px 0px 40px;
    width: calc(33.33vw);
}

#tmp-01-intro-info-column > *{
    max-width: 480px;
}

#tmp-01-intro-info-section{
    display: flex;
    flex-direction: column;
    height: 100vh;
}

#tmp-01-intro-info-header{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

#tmp-01-intro-info-header h1{
    margin-top: 56px;
}

.tmp-01-fs-600{
    font-size: 34px;
    line-height: 96%;
    letter-spacing: 0.0125em;
}

p.tmp-01-fs-600{
    font-size: 34px;
    line-height: 112%;
}

.tmp-01-fs-500{
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.0125em;
}

.tmp-01-fs-400{
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0.025em;
}

.tmp-01-fs-300{
    font-size: 16px;
    line-height: 112%;
    letter-spacing: 0.025em;
}

.tmp-01-fs-200{
    font-size: 14px;
    line-height: 120%;
}

.tmp-01-button-xs{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 28px;
    border-radius: 6px;
    background-color: #E9E9EB;
    color: #1D1D1F;
    font-size: 14px;
    letter-spacing: 0.025em;
    margin: 4px;
    padding: 5px 12px;
    cursor: pointer;
}

.tmp-01-button{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 400px;
    height: 52px;
    border-radius: 12px;
    background-color: #E9E9EB;
    color: #1D1D1F;
    font-size: 14px;
    letter-spacing: 0.025em;
    margin: 16px 0px 0px 0px;
    cursor: pointer;
}

.tmp-01-button:hover, .tmp-01-button-xs:hover{
    background-color: #FFFFFF;
}

#tmp-01-scan-with-mobile-component{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0px 0px 20px 0px;
}

#tmp-01-scan-with-mobile{
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: 12px;
    margin: 0px 0px 8px 0px;
    padding: 4px;
    background-color: rgba(113, 113, 118, 0.40);
}

#tmp-01-scan-with-mobile > img{
    width: 88px;
    height: 88px;
    padding: 4px;
    background-color: #FFFFFF;
    border-radius: 10px;
}

#tmp-01-scan-with-mobile > p{
    padding: 0px 10px 0px 10px;
    text-align: center;
}

#tmp-01-social{
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    width: 100%;
    background-color: transparent;
    margin: 80px 0px 80px 0px;
}

#tmp-01-social > *{
    display: flex;
    align-items: center;
    padding: 40px;
}

#tmp-01-social img{
    width: 100%;
    height: auto;
}

#tmp-01-contentcore-features, #tmp-01-contentcore-features-details{
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    column-gap: 20px;
    width: 100vw;
    background-color: transparent;
    padding: 40px;
}

.tmp-01-contentcore-features-component{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tmp-01-contentcore-features-component-content-container{
    width: 100%;
    height: 100%;
    max-width: 480px;
    max-height: 480px;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background-color: transparent;
    aspect-ratio: 1/1;
}

.tmp-01-contentcore-features-component-content-container .video-stream{
    position: absolute;
    z-index: 1;
}

.tmp-01-contentcore-features-component-content-container .video-stream video{
    width: 104%;
    height: 104%;
    margin: -2%;
}

.tmp-01-contentcore-features-component-content-container *{
    color: #1D1D1F;
}

.tmp-01-contentcore-features-component h3{
    text-align: center;
    min-height: 60px;
    margin: 20px;
    max-width: 480px;
}

.tmp-01-contentcore-features-component-header{
    display: flex;
    justify-content: flex-end;
    width: 100%;
    max-width: 480px;
    margin: 0px 0px -56px 0px;
    z-index: 3;
    padding: 10px;
}

.tmp-01-video-trigger{
    display: flex;
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    justify-content: center;
    align-items: center;
    background-color: #1D1D1F;
    border-radius: 14px;
    cursor: pointer;
    margin: 4px;
}

.tmp-01-video-trigger:hover{
    background-color: #000000;
}

#tmp-01-description{
    background-color: transparent;
    padding: 80px 40px 80px 40px;
}

#tmp-01-use-cases-container{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    max-width: 480px;
    max-height: 480px;
    text-align: center;
    background-color: #FFFFFF;
}

#tmp-01-use-cases-overlay{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 480px;
    height: 272px;
    z-index: 1;
    user-select: none;
    -webkit-user-select: none;
    pointer-events: none;
}

#tmp-01-use-cases-overlay-and-more{
    position: absolute;
    bottom: 20px;
    z-index: 2;
}

#tmp-01-sign-up-free{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 20px 80px 20px;
}

#tmp-01-sign-up-free picture{
    width: 70%;
    max-width: 1600px;
    margin: 0px 0px 80px 0px;
}

#tmp-01-sign-up-free p, #tmp-01-sign-up-free a{
    max-width: 480px;
}

#tmp-01-footer{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #38383B;
    padding: 80px 20px 0px 20px;
}

#tmp-01-footer p{
    max-width: 1080px;
    width: 100%;
    margin-bottom: 10px;
    opacity: 0.72;
}

#tmp-01-legal{
    display: flex;
    width: 100%;
    max-width: 1080px;
    padding: 40px 0px 20px 0px;
}

#tmp-01-legal > *{
    margin-right: 20px;
    white-space: nowrap;
}

@media only screen and (max-width: 768px){
    .sitemap-layout{
        padding: 0px 10px 0px 10px;
    }

    .sitemap-column{
        grid-column: span 3;
        display: flex;
        flex-direction: column;
        max-width: calc(100vw - 20px);
        overflow: hidden;
    }
    
    .overlay-modal-container{
        position: fixed;
        z-index: 999;
        top: 10px;
        left: 10px;
        width: calc(100vw - 20px);
        height: calc(100vh - 20px);
        background-color: #0E0E0F;
        border: 1px solid rgba(75, 75, 78, 0.4);
        border-radius: 15px;
        overflow: hidden;
    }

    .menu-layout{
        width: 100%;
        display: grid;
        grid-template-columns: 1fr;
        grid-template-areas: "item2" "item1" "item3";
        row-gap: 24px;
        margin: 0px auto 0px auto;
        padding: 24px;
    }

    .menu-layout.header-section{
        margin: 120px auto 0px auto;
    }

    #footer{
        grid-column: span 3;
        display: flex;
        flex-direction: column;
    }
    
    #footer > *{
        margin: 0px 0px 12px 0px;
    }

    #pay-with-mobile{
        display: none;
    }

    .overlay-modal-container-close-button{
        top: 24px;
        right: 24px;
    }

    #upgared-feature > * {
        max-width: initial;
    }

    #contentcore-wordmark{
        top: 20px;
        left: 10px;
        width: 120px;
        height: 22px;
    }

.tmp-01-fs-600{
        font-size: 26px;
        line-height: 96%;
        letter-spacing: 0.0125em;
    }
    
    p.tmp-01-fs-600{
        font-size: 26px;
        line-height: 112%;
    }

    .tmp-01-fs-500{
        font-size: 18px;
        line-height: 120%;
        letter-spacing: 0.0125em;
    }

    #tmp-01-static-header{
        padding: 0px 10px;
    }

    #tmp-01-backdrop{
        height: 100%;
        min-height: 100vh;
    }
    #tmp-01-intro{
        grid-template-columns: repeat(1, 1fr);
    }

    #tmp-01-intro-scroll-section{
        grid-column: span 1;
        width: 100%;
        margin: 54px 0px 160px 0px;
        padding: 10px 10px 0px 10px;
    }

    #tmp-01-intro-info-column{
        width: 100vw;
        padding: 0px 0px;
    }

    #tmp-01-intro-info-section{
        width: 100%;
        position: relative;
        height: auto;
    }
    
    #tmp-01-intro-info-header{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: auto;
        background-color: rgba(0, 0, 0, 0.80);
        backdrop-filter: blur(32px);
        -webkit-backdrop-filter: blur(32px);
        padding: 20px 20px 30px 20px;
        border-radius: 12px 12px 0px 0px;
    }

    #tmp-01-intro-info-header h1{
        margin-top: 10px;
    }

    #tmp-01-scan-with-mobile-component{
        display: none;
    }

    .tmp-01-contentcore-features-component{
        width: calc(100vw - 20px);
    }

    .tmp-01-contentcore-features-component h3{
        text-align: center;
        min-height: 0;
    }

    #tmp-01-social, #tmp-01-contentcore-features, #tmp-01-contentcore-features-details{
        grid-template-columns: repeat(1, 1fr);
        row-gap: 20px;
        padding: 10px;
    }

    #tmp-01-social > *{
        padding: 10px;
    }

    #tmp-01-description{
        padding: 40px 10px;
    }

    #tmp-01-sign-up-free picture{
        width: 100%;
        margin: 80px 0px 80px 0px;
    }

    #tmp-01-use-cases-container{
        height: calc(100vw - 20px);
    }

    #tmp-01-legal > *{
        margin-right: 10px;
    }

    .tmp-01-button{
        height: 46px;
    }
}