* {
    font-family:  -apple-system, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

body {
    margin-top: 0px;
}

body, p {
    font-size: 18px;
    line-height: 1.52947;
    font-weight: 400;
    color: #333;
    font-style: normal;
}

h1 {
    font-size: 44px;
    line-height: 1.04167;
    font-weight: 500;
    letter-spacing: .006em;
    text-align: center;
}

h2 {
    font-size: 40px;
    line-height: 1.05;
    font-weight: 600;
    letter-spacing: .008em;
}

h3 {
    font-size: 26px;
    line-height: 1.09375;
    font-weight: 600;
    letter-spacing: .011em;
}

a {
    color: #007AFF;
}

.bs-docs-masthead {
    min-height: 100vh;
}

.navbar {
    padding: 0rem 1rem;
    background: rgba(255, 255, 255, 0.76);
    backdrop-filter: blur(11.3px);
    -webkit-backdrop-filter: blur(11.3px);
}

.navbar .container {
    padding-left:0px;
    padding-right:0px;
}

.navbar-brand {
    min-height:50px;
}

.navbar-brand img {
    content:url(/images/kiosko-icon.png);
    margin-top:5px;
    height:28px;
    max-height:28px;
}

.bs-docs-footer {
    margin-top:6px;
    margin-bottom:16px;
}

.link_footer {
    padding-right:15px;
    padding-left:15px;
}

.link_title {
    color:#333;
    margin-top:20px;
    text-decoration:none;
    font-size:24px;
    font-weight:700;
}

.link_subtitle {
    color:#333;
    margin-top:20px;
    text-decoration:none;
    font-size:16px;
    font-weight:300;
    margin-top: 0px;
}

.squircle_mask {
    -webkit-mask-image: url(/images/ios7-icon.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    width: 100px;
}

img.squircle_mask {
    margin-bottom: 35px;
}

.intro {
    font-size: 21px;
    line-height: 1.45455;
    font-weight: 300;
    letter-spacing: .016em;
    text-align: center;
    max-width: 760px;
    margin: 0 auto;
    margin-top: 10px;
}

.disclaimer {
    font-size: 12px;
    display:inline;
}

.disclaimer a {
    font-size: 12px;
    color: #999;
}

.bs-docs-featurette {
    padding-bottom: 30px;
    padding-top: 30px;
}

.label-tertiary {
    color: #666666;
}

.rounded-box {
    background: rgba(255, 255, 255, 0.16);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(11.3px);
    -webkit-backdrop-filter: blur(11.3px);
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 32px;
    -moz-border-radius: 32px;
    max-width: 760px;
    padding:24px;
    min-height: 300px;
    height:96%;
}

.rounded-box h3, .rounded-box h4 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
}

.column-badge {
    text-align: left;
    background: rgba(0,0,0,0.08);
    border-radius: 16px;
    padding: 20px 24px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.column-badge-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: var(--dark);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    color: #00b4ff;
    flex-shrink: 0;
    padding-top: 8px;
    box-sizing: border-box;
}

.column-badge-icon svg {
    width: 44px;
    height: 44px;
    display: block;
}

.column-badge h5 {
    margin: 0 0 3px 0;
    font-size:15px;
}

.column-badge p {
    margin: 0;
    font-size:15px;
}

.column-badges {
    display: flex;
    flex-direction: column;
    gap: 16px;
    font-size: 8px;
    max-width: 420px;
    margin: 32px auto;
}

.app-tag { display: inline-block; background: rgba(0,0,0,0.08); color: var(--dark); border-radius: 100px; padding: 6px 14px; font-size: 12px; font-weight: 600; margin-right: 6px; margin-bottom: 6px; }

.text-gradient-red, .text-gradient-gray {
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    padding: 0 5px 10px;
}

.text-gradient-gray {
    background-image: linear-gradient(120deg, #111111, #333333, #666666);
}

.text-gradient-red {
    background-image: linear-gradient(to right, rgb(235, 25, 25), rgb(31, 33, 197));
}

.background-main {
    background: radial-gradient(ellipse at 50% 70%, #E8D7B8 0%, #E8D7B8 50%, #F8F3EE 80%, #F0EBE3 100%);
}

.background-secondary {
    background-color:#F8F3EE;
}

.background-tertiary {
    background-color:#F0EBE3;
}

.huge_word {
    font-size: 11vw;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

@media (prefers-color-scheme: dark) {.navbar {
        background: rgba(0, 0, 0, 0.76);
    }

.navbar-brand img {
        content:url(/images/kiosko-icon.png);
    }

.bs-docs-featurette {
        border-bottom: 1px solid #666666;
    }

a {
        color: #0A84FF;
    }

.link_title, .link_subtitle {
        color:#fafafa;
    }

.label-tertiary {
        color: #bbbbbb;
    }

.background-secondary {
        background-color: #211A13;
    }

.background-tertiary {
        background-color: #2C241A;
    }

body {
        background-color:#000000;
    }

body, p {
        color: #fff;
    }}

.stack-fan {
    position: relative;
    width: 95%;
    height: 470px;
    margin: 0 auto;
    overflow: visible;
}

.iphone-fan {
    position: absolute;
    top: 50%;
    left: 50%;
    transition: transform 3s ease, left 3s ease;
    transform: translate(-50%, -50%);
}

.fan-left-back, .fan-right-back {
    height: 324px;
    z-index: 1;
}

.fan-left-front, .fan-right-front {
    height: 385px;
    z-index: 2;
}

.fan-center {
    height: 450px;
    z-index: 3;
}

.fan-left-back {
    transform: translate(-100%, -50%) ;
}

.fan-left-front {
    transform: translate(-100%, -50%);
}

.fan-center {
    transform: translate(-50%, -50%);
}

.fan-right-front {
    transform: translate(0%, -50%);
}

.fan-right-back {
    transform: translate(0%, -50%);
}

.stack-fan.open .fan-left-back {
    left: 10%;
    transform: translate(-70%, -50%);
}

.stack-fan.open .fan-left-front {
    left: 20%;
    transform: translate(-35%, -50%);
}

.stack-fan.open .fan-center {
    transform: translate(-50%, -50%) scale(0.95);
}

.stack-fan.open .fan-right-front {
    left: 80%;
    transform: translate(-65%, -50%);
}

.stack-fan.open .fan-right-back {
    left: 90%;
    transform: translate(-30%, -50%) ;
}

.fan-left-back, .fan-right-back {
    visibility:hidden;
}

@media (min-width: 576px){.fan-right-back {
        transform: translate(50%, -50%);
    }

.fan-left-back {
        transform: translate(-150%, -50%);
    }

.fan-left-back, .fan-right-back {
        height: 359px;
        z-index: 1;
    }

.fan-left-front, .fan-right-front {
        height: 427px;
        z-index: 2;
    }

.fan-center {
        height: 500px;
        z-index: 3;
    }

.fan-left-back, .fan-right-back {
        visibility:visible;
    }

.stack-fan {
        width: 450px;
    }

.stack-fan {
        max-width: 95%;
    }

.huge_word {
        font-size: 8vw;
    }}

@media (min-width: 768px) {.stack-fan {
        width: 540px;
    }

h1 {
        font-size: 48px;
        font-weight: 600 ;
    }

h2 {
        font-size: 40px;
        font-weight: 600 ;
    }

h3 {
        font-size: 32px;
        font-weight: 500 ;
    }

.huge_word {
        font-size: 9vw;
    }

.bs-docs-featurette {
        padding-top: 80px;
        padding-bottom: 80px;
    }

.squircle_mask {
        width: 130px
    }

img.squircle_mask {
        margin-bottom: 45px;
    }}

@media (min-width: 1080px) {.huge_word {
        font-size: 7vw;
    }}

@media (min-width: 1280px) {.huge_word {
        font-size: 100px;
    }}
