:root {
    --main-coral-color: #03f2c4;
    --main-purple-color: #7443ED;
    --main-darkblue-color: #131626;
    --header-height: 167px;
    --size-mobile-max: 671px;
    --size-tp-min: 672px;
    --size-tp-max: 989px;
    --size-tl-min: 990px;
    --size-tl-max: 1439px;
    --size-d-min: 1440px;
}

* {
    font-family: 'Avenir Next', sans-serif;
    font-weight: normal;
}

body.open {
    overflow: hidden;
}

ul {
    margin: 0;
    padding-left: 0;
}

img {
    max-width: 100%;
}

#wrap {
    min-height: calc(100vh - 297px);
}

/**
 * Text format
 */

h1 {
    font-weight: 700;
}

h2 {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
}

h3 {
}

h4 {
    font-size: 18px;
}

h5 {
}

h6 {
    font-size: 14px;
}

/*SEO: FORCE "ONE H1 PER PAGE" SIZE FIX*/
.h2-size {
    font-size: 34px;
}

.h4-size {
    font-size: 18px;
}

/* FONTS */
.h1-hero {
    font-size: 60px;
    line-height: 72px;
}

.h1-large {
    font-size: 50px;
    line-height: 55px;
}

.h1-normal {
    font-size: 36px;
    line-height: 43px;
}

.h1-p-normal {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.card-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
}

.card-title-small {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
}

.card-title-xs {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
}

p.large {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
}

p.normal {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

p.small {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
}

.input-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
}

.input-title-sm {
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
}

/* --- */

p, a, div {
    font-size: 16px;
    line-height: 1.7;
}

p a {
    font-weight: 500;
    text-decoration: underline;
    color: var(--main-purple-color);
}

a {
    color: inherit;
    font-weight: 500;
    text-decoration: none;
}

a:hover {
    color: var(--main-purple-color);
    text-decoration: none;
}

strong, .bold, strong span {
    font-family: 'Avenir Next', sans-serif;
    font-weight: bold;
}

.txt-coral {
    background: var(--main-coral-color);
    border-radius: 5px;
    padding: 3px 6px 0 6px;
    color: #000;
    line-height: 1.6;
}

.txt-purple {
    background: var(--main-purple-color);
    border-radius: 5px;
    padding: 3px 6px 0 6px;
    color: #fff;
    line-height: 1.6;
}

.cursor-pointer {
    cursor: pointer;
}

.txt-black {
    background: black;
    border-radius: 5px;
    padding: 3px 6px 0 6px;
    color: #fff;
    line-height: 1.6;
}

.border-bottom {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #999999;
    background: transparent;
}

/**
 * Color definitions
 */
.text-coral {
    color: var(--main-coral-color) !important;
}

.text-coral-only {
    color: var(--main-coral-color) !important;
}

.text-purple {
    color: var(--main-purple-color) !important;
}

.text-blue {
    color: var(--main-darkblue-color) !important;
}

.text-white {
    color: #fff;
}

.text-black {
    color: #000;
}

.bg-white {
    background-color: white;
}

.bg-blue {
    background: var(--main-darkblue-color) !important;
}

.bg-lightblue {
    background: #2B2D43;
}

.bg-white {
    background: #fff3cd;
}

.bg-white-full {
    background: #fff;
}

.bg-grey {
    background: #ebedf5;
}

.video-fader {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(23, 26, 46, 0.4), rgba(23, 26, 46, 0.4));
}

#index-main .bg-video {
    object-fit: cover;
    width: 100%;
    height: 857px;
    position: relative;
    z-index: -1;
    vertical-align: top;
}

#index-main .content {
    position: absolute;
    z-index: 1;
    top: var(--header-height);
    width: 100%;
    height: calc(100% - var(--header-height));
}

#header {
    position: absolute;
    width: 100vw;
    z-index: 10;
    top: 10px;
}

.download-store {
    max-height: 50px;
    max-width: 47%;
}

.download-store-holder {
    margin-top: 24px;
    margin-bottom: 24px;
}

.download-store-holder > a {
    transition: 0.2s;
    top: 0;
    position: relative;
}

.download-store-holder > a:hover {
    top: 5px;
    transition: 0.2s;
    position: relative;
}

.app {
    height: 100%;
    padding: 32px;
    background: linear-gradient(117.75deg, #7443ED 22.54%, #9021E3 84.26%), #7439F1;
    border-radius: 16px;
}

.features-list .input-title:not(:last-child) {
    margin-bottom: 12px;
}

.business {
    height: 100%;
    padding: 40px;
    background: #FFFFFF;
    border-radius: 16px;
    position: relative;
}

.business-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}

.business .links {
    z-index: 33;
}

.business .links a, .business .links img {
    top: 0;
    position: relative;
    transition: 0.2s;
}

.business .links a:hover, .business .links a:hover + img {
    top: 5px;
    position: relative;
    transition: 0.2s;
}

/* buttons */

.button {
    border: none;
    cursor: pointer;
    text-align: center;
    padding: 15px 32px 15px 32px;
    border-radius: 34px;
    transition: 0.2s;
    text-decoration: none;
    max-width: fit-content;
}


.button:focus {
    outline: none;
}

.button.button-dark {
    background: var(--main-darkblue-color);
    color: #fff;
    border: 1px solid var(--main-darkblue-color);
}

.button.button-dark:hover {
    background: #fff;
    color: var(--main-darkblue-color);
    border: 1px solid var(--main-darkblue-color);
}
.button-show{
    background: var(--main-purple-color) !important;
    color: #fff;
    font-weight: bold;
    border: 1px solid var(--main-purple-color);
}
.button-big{
    padding: 30px 40px 30px 40px; !important;
}

.button.button-purple {
    background: var(--main-purple-color) !important;
    color: #fff;
    font-weight: bold;
    border: 1px solid var(--main-purple-color);
}

.button.button-purple:hover {
    background: #fff !important;
    color: var(--main-purple-color);
    font-weight: bold;
    transition: 0.2s;
    border: 1px solid var(--main-purple-color);
}

.button.button-white {
    background: #fff !important;
    color: #000;
    padding: 10px 40px 9px 40px;
    border-radius: 25px;
    font-weight: bold;
    transition: 0.2s;
    border: 1px solid #000;
}

.button.button-white:hover {
    background: #000 !important;
    color: #fff;
    border-radius: 25px;
    font-weight: bold;
    transition: 0.2s;
    border: 1px solid #000;
}

.button.button-blue {
    background: var(--main-darkblue-color) !important;
    color: var(--main-coral-color) !important;
    padding: 10px 40px 9px 40px;
    border-radius: 25px;
    font-weight: bold;
    transition: 0.2s;
    border: 1px solid #000;
}

.button.button-blue:hover {
    background: var(--main-coral-color) !important;
    color: var(--main-darkblue-color) !important;
    border-radius: 25px;
    font-weight: bold;
    transition: 0.2s;
    border: 1px solid #000;
}

.button.button-green {
    border: 2px solid transparent;
    background: var(--main-coral-color) !important;
    color: var(--main-darkblue-color) !important;
    transition: 0.2s;
}

.button.button-green:hover {
    background: #FFFFFF !important;
    border: 2px solid #00E9C2;
    border-radius: 34px;
    transition: 0.2s;
}

.button.button-coral {
    background: var(--main-coral-color) !important;
    color: var(--main-darkblue-color) !important;
    transition: 0.2s;
}

.button.button-coral:hover {
    background: var(--main-darkblue-color) !important;
    color: var(--main-coral-color) !important;
    transition: 0.2s;
}

.button.button-coral.disabled, .button.button-coral.disabled:hover {
    border: 1px solid #A5A5A5 !important;
    background: transparent !important;
    color: #989898 !important;
}

.button.button-grey {
    background: #EBEDF5 !important;
    color: var(--main-darkblue-color) !important;
    transition: 0.2s;
}

.button.button-underline {
    position: relative;
    font-weight: bold;
}

.button.button-underline:after {
    content: '';
    width: 105%;
    height: 2px;
    background: #fff;
    transition: 0.2s;
    bottom: 0;
    left: 0;
    display: inline-block;
    position: absolute;
}

.button.button-underline:hover:after {
    content: '';
    width: 120%;
    height: 2px;
    background: #fff;
    transition: 0.2s;
    bottom: 0;
    left: 0;
    display: inline-block;
    position: absolute;
}

.button-image:hover {
    opacity: 0.9;
}

.header-logo {
    margin-bottom: 2rem;
}

.line {
    margin: 0 !important;
    border: 0 !important;
    opacity: 1 !important;
    height: 8px !important;
    width: 100vw;
    background: linear-gradient(90deg, #00F3C5 0%, #00E9C2 34.9%, #7439F1 65.1%, #5B39B0 100%);
}

/**
 * Footer
 */


#footer{
    background-color: #ebedf5
}

.footer-content {
    margin-bottom: 6rem;
}

.footer-item a {
    width: max-content;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 10px;
}

.footer-links > div {
    margin-bottom: 10px;
}

.footer-parkl-logo {
    margin-top: 5rem;
    margin-bottom: 4rem;
}

.footer-title {
    margin-bottom: 19px;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
    position: relative;
}

.footer-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.lang-chooser > a {
    line-height: 32px !important;
    width: 60px;
    height: 32px;
    border: 1px solid #7439F1;
    text-align: center;
    cursor: pointer;
    transition: .3s;
}

.lang-chooser > a:not(.lang-selected):hover {
    background: #4C1A8B;
    color: white;
    transition: .3s;
}

.lang-chooser > .lang-selected {
    background: #7439F1;
    border: none;
    color: white;
}

.lang-chooser > a:first-child {
    border-radius: 16px 0 0 16px;
}

.lang-chooser > a:last-child {
    border-radius: 0 16px 16px 0;
}

.iphone {
    position: relative;
    height: 384px;
}

.iphone > img {
    height: 100%;
    z-index: 11;
    position: relative;
}

.screen-video {
    object-fit: cover;
    position: absolute;
    top: 2px;
    left: 8px;
    border-radius: 20px;
    overflow: hidden;
    z-index: 10;
    height: 98%;
    box-shadow: 0 0 30px rgb(0 0 0 / 60%), 0 10px 18px rgb(0 0 0 / 60%);
}

.app .button {
    margin-top: 41px;
}

.business h2 {
    width: 62%;
}


/**
 * Navigation
 */
#def-header {
    position: fixed;
    width: 100vw;
    height: 120px;
    z-index: 10;
    background: linear-gradient(180deg, rgba(0, 0, 0, .5) 44%, rgba(0, 0, 0, 0) 100%);
    top: -120px;
    transition: 0.2s;
}

#def-header.show {
    top: 0;
    transition: 0.2s;
}

/* -------------- */
#def-header img.connect {
    display: none;
}



/* -------------- */

#def-header.secondary .text-coral {
    color: var(--main-purple-color) !important;
}

#def-header.secondary img.whitelogo {
    display: none;
}

#def-header.secondary img.purplelogo {
    display: block;
}

#def-header.secondary {
    background: transparent;
}

#navigation li, #navigation .nav-button {
    list-style-type: none;
    display: inline-block;
    margin: 0 15px;
}

#navigation li a {
    position: relative;
    font-size: 14px;
    color: var(--main-darkblue-color);
    text-transform: uppercase;
    font-weight: bold;
    transition: 0.3s;
    top: 0;
}

#navigation li a:hover:after {
    left: 0;
    width: 100%;
    transition: 0.4s;
    bottom: -5px;
    opacity: 1;
}

#navigation li a:after {
    content: '';
    width: 0;
    height: 3px;
    bottom: -2px;
    left: 50%;
    background: var(--main-purple-color);
    display: inline-block;
    position: absolute;
    transition: 0.4s;
    opacity: 0;
}

#navigation li a:hover {
    top: -4px;
    text-decoration: none;
    transition: 0.3s;
}

#navigation .selected:hover {
    top: 0;
}

#navigation .selected:hover:after {
    bottom: -2px;
}

#navigation .selected:after {
    content: '';
    width: 100%;
    height: 2px;
    bottom: -2px;
    left: 0;
    background: var(--main-coral-color);
    display: inline-block;
    position: absolute;
    opacity: 1;
}

#navigation div.bordered {
    position: relative;
}

#navigation div.bordered:after {
    content: '';
    display: inline-block;
    position: relative;
    bottom: 10px;
    height: 1px;
    left: -50px;
    background: #fff;
    width: calc(100% + 100px);
}



.b2b-main {
    height: 550px;
    position: relative;
}

.cloud-bg {
    object-fit: contain;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}

.b2b-main .hero-text {
    max-width: 1140px;
}

.b2b-main .cars-animation {
    width: 1140px;
    height: 120px;
    position: absolute;
    bottom: 0;
}

#functions .container {
    max-width: 1140px;
}

.card-b2b {
    background-color: #5B39B0;
    color: white;
    border-radius: 10px;
    height: 386px;
    padding: 26px;
}

.card-b2b > img {
    max-width: 40px;
    max-height: 40px;
    margin-bottom: 24px;
}

.how-it-works-header {
    margin-top: 120px;
    margin-bottom: 120px;
    max-width: 700px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.usp-header {
    margin-bottom: 30px;
    text-align: center;
}

#how-it-works-desktop {
    width: 1140px;
    height: 536px;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    display: none;
}

#how-it-works-desktop:hover {
    border-radius: 15px;
    border: var(--main-purple-color) 2px solid;
    transition: 0.1s;
}

#how-it-works-hovered {
    display: none;
}

#how-it-works-desktop:hover #how-it-works-normal {
    display: none;
}

#how-it-works-desktop:hover #how-it-works-hovered {
    display: initial;
    transition: 2s;
}

.how-it-works-card {
    width: 480px;
    height: 422px;
    border-radius: 8px;
    background-color: white;
    transition: 0.3s;
    margin-right: 2rem;
}

#how-it-works-desktop .how-it-works-card {
    position: absolute;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 4px 200px rgba(50, 24, 87, 0.3);
    margin-right: 0;
}

.how-it-works-card .card-icon {
    height: 32px;
    width: 32px;
}

.how-it-works-card .card-img {
    width: 100%;
    height: 160px;
}

.how-it-works-card li {
    list-style: none;
    position: relative;
    padding-left: 1.5rem;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0.5rem;
}

.how-it-works-card li:before {
    content: '';
    background: url("/assets/images/icon-tick.svg");
    display: inline-block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 16px;
    height: 16px;
}

#how-it-works-desktop .how-it-works-item:hover .how-it-works-card {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s;
}

.usp-holder {
    width: fit-content;
}

.usp-holder > div {
    width: 255px;
    height: 275px;
}

.usp-holder > div:not(:last-child) {
    margin-right: 40px;
}

.usp-download {
    cursor: pointer;
    transition: padding 0.3s;
    color: var(--main-purple-color);
}

.usp-download .icon-download {
    display: initial;
}

.usp-download .icon-download-black {
    display: none;
}

.usp-download:hover {
    border: 1px solid #7439F1;
    border-radius: 8px;
    padding: 8px 8px 8px 16px;
    transition: padding 0.3s;
    color: var(--main-darkblue-color);
}

.usp-download:hover .icon-download {
    display: none;
}

.usp-download:hover .icon-download-black {
    display: initial;
}

.usp-download p:first-child {
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
}

#partners .container {
    max-width: 1140px;
    padding-top: 120px;
    padding-bottom: 120px;
}

#partners .partner-text {
    max-width: 464px;
}

#partners .partner-logos > img {
    margin-bottom: 35px;
    margin-right: 35px;
}


#promo-video button:hover::before {
    background: url(/assets/images/phone-call-incoming.svg);
}

#promo-video {
    height: 541px;
    position: relative;
}

#promo-video video {
    object-fit: cover;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: -1;
}

#promo-video #fader {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    background: linear-gradient(0deg, rgba(50, 24, 87, 0.5), rgba(50, 24, 87, 0.5)), linear-gradient(180deg, rgba(50, 24, 87, 0.8) 0%, rgba(50, 24, 87, 0) 100%);
}

#promo-video .promo-content {
    display: flex;
    justify-content: center;
    position: absolute;
    align-items: center;
    top: 0;
    height: 100%;
    width: 100%;
    color: white;
}

#promo-video .promo-content > div {
    max-width: 914px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#promo-video h2 {
    margin-bottom: 80px;
}

#promo-video button {
    position: relative;
    padding-left: 50px;
}

#promo-video button:before {
    position: absolute;
    text-align: center;
    content: '';
    background: url(/assets/images/icon-play.svg);
    width: 24px;
    height: 24px;
    left: 15px;
    top: 25px;
}


#promo-video button:hover::before {
    background: url(/assets/images/icon-play-black.svg);
}



.custom-parkl .tingle-modal-box {
    width: 80%;
    max-width: 1440px;
}

.custom-parkl iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
}

.custom-parkl .tingle-modal-box__content {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 56.25%;
}

#persona .container {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

#persona .persona-rent {
    background: var(--main-purple-color);
    display: flex;
    height: 140px;
    align-items: center;
    padding: 40px;
    border-radius: 8px 8px 0px 0px;
}

#persona .persona-owner {
    background: #4C1A8B;
    display: flex;
    height: 140px;
    align-items: center;
    padding: 40px;
    border-radius: 8px 8px 0px 0px;
}

#persona .persona-type-icon {
    height: 64px;
    width: 64px;
    margin-right: 24px;
}

#persona .persona-item {
    padding: 40px;
    background: #ebedf5;
    margin: 1px 0;
    max-height: 256px;
    height: 250px;
    flex-grow: 1;
}

#persona .persona-item h3 {
    text-transform: uppercase;
}

#persona .persona-content-holder {
    flex-grow: 1;
}

#persona .persona-content {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.swiper {
    width: 100%;
}

.swiper-pagination {
    bottom: 0 !important;
    width: initial !important;
    position: relative !important;
}

.swiper-custom-bullet {
    margin-right: 5px;
    width: 4px;
    height: 4px;
    background: url("/assets/images/icon-dot.svg");
}

.swiper-custom-bullet-active {
    width: 12px;
    height: 12px;
    background: url("/assets/images/icon-dot-selected.svg");
}

.swiper-custom-prev {
    background: url("/assets/images/icon-arrow-left.svg");
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 30px;
}

.swiper-custom-next {
    background: url("/assets/images/icon-arrow-right.svg");
    display: block;
    width: 16px;
    height: 16px;
    margin-left: 30px;
}

#blog .container {
    margin-top: 120px;
    margin-bottom: 120px;
}

.blog-wrapper {
    overflow-y: hidden;
    overflow-x: hidden;
}

.blog-holder {
    width: fit-content;
    height: 470px !important;
}

.blog-holder > .blog-item:not(:last-child) {
    margin-right: 40px;
}

.blog-item {
    position: relative;
    width: 275px;
    color: #321857;
}

.blog-item > p {
    margin-bottom: 25px;
}

.blog-item .blog-img {
    height: 215px;
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 24px;
}

.blog-item img {
    height: 100%;
    width: 100%;
    transition: 0.2s;
}

.blog-item:hover {
    cursor: pointer;
}

.blog-item:hover img {
    transition: 0.2s;
    transform: scale(1.25);
}

.blog-item:hover .blog-link-holder {
    transition: 0.2s;
    color: #321857;
    cursor: pointer;
    text-decoration: underline;
}

.blog-item:hover .blog-link {
    transition: 0.2s;
    display: block;
    width: 16px;
    height: 16px;
    background: url("/assets/images/icon-link-hover.svg");
    margin-left: 4px;
}

.blog-item:hover h3 {
    text-decoration-line: underline;
    color: #7439F1;
    transition: 0.2s;
}

.blog-badge {
    background: #7439F1;
    border-radius: 4px;
    padding: 4px 8px;
    position: absolute;
    top: 12px;
    left: 12px;
    text-transform: uppercase;
    color: white;
    font-weight: 700;
    font-size: 12px;
    line-height: 150%;
    z-index: 2;
}

.blog-link-holder {
    position: absolute;
    bottom: 0;
    display: flex;
    color: var(--main-purple-color);
}

.blog-link-holder .blog-link {
    display: block;
    width: 16px;
    height: 16px;
    background: url("/assets/images/icon-link.svg");
    margin-left: 4px;
}

#calculator {
    background: #321857;
}

#calculator .container {
    padding-bottom: 120px;
    padding-top: 120px;
    max-width: 1140px;
}

.custom-box {
    width: 452px;
    background: #17192F;
    border-radius: 24px;
    padding: 40px;
    flex-direction: column;
    margin-top: 30px;
}

.calculator-info {
    position: inherit;
    margin-top: 85px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px 20px 8px 8px;
    background: #4C1A8B;
    border-radius: 24px;
    color: white;
    bottom: -85px;
    width: fit-content;
    left: 50%;
    /*transform: translate(-50%, 0);*/


}

.calculator-info > span {
    margin-left: 12px;
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
}

.calculator-holder {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}

.calculator-inside-upper {
    width: 100%;
    border-radius: 8px 8px 0 0;
    background: #FFFFFF;
    padding: 32px 40px;
}

.calculator-inside-lower {
    width: 100%;
    padding: 32px 38px;
    background: #7439F1;
    border-radius: 0px 0px 8px 8px;
    color: white;
}

.calculator-inside-lower p {
    text-align: right;
}

.input-holder {
    margin-left: 0;
    margin-right: 0;
}

.input-label {
    padding-left: 0;
    padding-right: 0;
    box-shadow: inset 0px -2px 0px #5b39b0;
    background: white;
    line-height: 44px;
    transition: 0.2s;
}

.input-label.input-title {
    text-transform: uppercase;
    color: #5B39B0;
}

.custom-input {
    border: none;
    padding-right: 20px;
    font-weight: 600;
    font-size: 16px;
    color: #17192F;
}

.custom-input:not(#inputTime) {
    background: white;
}

.custom-input:focus {
    box-shadow: none;
    border: none;
}

.input-holder:focus-within > .input-label {
    transition: 0.2s;
    box-shadow: inset 0px -2px 0px rgba(91, 57, 176, 0.5);
}

.input-holder:focus-within > div {
    box-shadow: inset 0px -2px 0px #17192F;
    transition: 0.2s;
}

.input-holder > div {
    padding-left: 0;
    padding-right: 0;
    box-shadow: inset 0px -2px 0px rgba(91, 57, 176, 0.5);
}

.package {
    margin-top: 32px;
}

.package h3 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    line-height: 120%;
}

.package .form-check-label {
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 150% !important;
}

.form-check-input:focus {
    border-color: initial !important;
    box-shadow: none !important;
}

.form-check-input:checked[type="checkbox"] {
    background-image: url("/assets/images/icon-checkbox-check.svg") !important;
    background-origin: content-box;
    padding: 1px;
}

.form-check-input:checked {
    background-color: inherit !important;
    border-color: initial !important;
}

.form-check-input[type="checkbox"] {
    border-radius: 0 !important;
}

#box10 {

    background-color: #E5E5E5;
}

#contact {
    background-color: #FFFFFF;
}

.contact-header {
    margin-bottom: 40px;
}

#contact .container {
    padding-top: 120px;
    padding-bottom: 120px;
}

#contact .input-label {
    box-shadow: inset 0px -2px 0px #5B39B0;
    border-radius: 4px 0px 0px 4px;
    padding-left: 10px;
    padding-right: 0px;
    line-height: 44px;
    transition: 0.2s;
}

#contact .input-holder > div {
    box-shadow: none;
}

#contact .custom-input {
    height: 100%;
    box-shadow: inset 0px -2px 0px rgba(91, 57, 176, 0.5);
    border-radius: 0px 4px 4px 0px;
}

#contact .input-holder {
    border: 1px solid transparent;
}

#contact .input-holder:hover {
    border: 1px solid #7439F1;
    box-shadow: none;
    border-radius: 4px;
}

#contact .input-holder:hover .input-label {
    box-shadow: none !important;
}

#contact .input-holder:hover .custom-input {
    box-shadow: none !important;
}

#contact .input-holder.invalid {
    border: 1px solid #dc3545;
    box-shadow: none;
    border-radius: 4px;
}

#contact .input-holder.invalid .input-label {
    color: #dc3545;
    box-shadow: none;
}

#contact .input-holder.invalid .custom-input {
    box-shadow: none;
}

#contact .input-holder.invalid .invalid-feedback {
    display: block;
}

#contact .invalid-feedback {
    color: white;
    background: #dc3545;
    margin-top: 0;
    padding-left: 5px;
}

#contact a {
    color: var(--main-purple-color);
    text-decoration: underline;
}

#contact .custom-input:focus {
    box-shadow: inset 0px -2px 0px #17192F;
    transition: 0.2s;
}

#contact .input-holder:focus-within > .input-label {
    transition: 0.2s;
    box-shadow: inset 0px -2px 0px rgba(91, 57, 176, 0.5);
}

.custom-input::placeholder {
    font-weight: 400;
    font-size: 16px;
    color: #17192F;
    opacity: 0.5;
}

#contact #callback {
    border-radius: 8px 0px 0px 8px;
    padding: 16px 15px;
    align-items: center;
    border: 1px solid #5B39B0;
    cursor: pointer;
    width: 270px;
    height: 80px;
}

#contact #calendly {
    border-radius: 0px 8px 8px 0px;
    padding: 16px 15px;
    align-items: center;
    border: 1px solid #5B39B0;
    cursor: pointer;
    width: 270px;
    height: 80px;
}

#contact .option-selected {
    background: #5B39B0;
    color: white;
    border: none;
}

#contact .optionLogo {
    display: block;
}

#contact .activeLogo {
    display: none;
}

#contact .option-selected > .optionLogo {
    display: none;
}

#contact .option-selected > .activeLogo {
    display: block;
}

#functions .container > .row::-webkit-scrollbar {
    display: none;
}

#functions .container > .row {
    -ms-overflow-style: none;
    scrollbar-width: none;
}


#how-it-works .overflow-scroll::-webkit-scrollbar {
    display: none;
}

#how-it-works .overflow-scroll {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

@media screen and (min-width: 1440px) {
    .app {
        padding: 40px;
    }

    .card-b2b {
        padding: 48px 40px;
        width: 353px;
    }

    .card-b2b > img {
        max-width: 48px;
        max-height: 48px;
        margin-bottom: 2rem;
    }

    .b2b-main {
        height: 710px;
    }

    .blog-holder {
        height: 540px !important;
    }

    .blog-item {
        width: 353px;
    }

    .blog-item .blog-img {
        height: 271px;
    }

    #contact .container {
        max-width: 1140px;
    }

    .contact-header {
        margin-bottom: 80px;
    }

    .calculator-holder {
        width: 550px;
        margin: 0;
    }

    .calculator-inside-upper {
        height: 485px;
    }

    .calculator-inside-lower {
        height: 137px;
    }

    .custom-box {
        margin-top: 80px;
    }

    #header {
        height: var(--header-height);
        top: 0;
    }
}

@media screen and (min-width: 980px) and (max-width: 1439px) {
    .screen-video {
        top: 18px;
        height: 92%;
    }

    .app .button {
        margin-top: 32px;
    }

    .card-b2b {
        height: 310px;
        width: 276px;
    }

    #functions .container {
        max-width: 860px;
    }
}

@media screen and (max-width: 671px) {
    :root {
        --header-height: 96px;
    }

    #index-main .bg-video {
        display: none;
    }

    .b2c-main {
        background-color: var(--main-darkblue-color);
    }

    #index-main .content {
        position: relative;
        top: initial;
        height: 100%;
        padding-bottom: 48px;
        padding-top: var(--header-height);
    }

    .app .button {
        margin-top: 42px;
    }

    .whiteLogo {
        width: 88px;
    }

    .line {
        height: 4px;
    }

    .iphone {
        margin-bottom: 2rem;
    }

    /* FONTS */
    .h1-hero {
        font-size: 34px;
        line-height: 40px;
    }

    .h1-large {
        font-size: 30px;
        line-height: 33px;
    }

    .h1-normal {
        font-size: 24px;
        line-height: 28px;
    }

    .card-title {
        font-weight: 700;
        font-size: 18px;
        line-height: 23px;
    }

    .card-title-small {
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
    }

    .card-title-xs {
        font-weight: 700;
        font-size: 14px;
        line-height: 18px;
    }

    p.large {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    }

    p.normal {
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
    }

    .h1-p-normal {
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
    }

    p.small {
        font-weight: 400;
        font-size: 13px;
        line-height: 19px;
    }

    .input-title {
        font-weight: 700;
        font-size: 13px;
        line-height: 15px;
    }

    .input-title-sm {
        font-weight: 700;
        font-size: 12px;
        line-height: 14px;
    }

    .card-b2b {
        height: 337px;
        width: 277px;
    }

    .cloud-bg {
        max-width: 100%;
    }



    .how-it-works-card {
        width: 346px;
    }

    .how-it-works-card .card-img {
        height: 120px;
    }

    #partners .partner-logos > img {
        margin-bottom: 20px;
        margin-right: 20px;
    }

    #persona .persona-item {
        width: 320px;
        height: 280px;
        padding: 24px
    }

    .business, .app {
        padding: 32px;
    }

    .business .input-title, .app .input-title {
        font-size: 12px !important;
    }

    .blog-item .blog-img {
        height: 260px;
    }

    #blog .container {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .blog-wrapper {
        width: 380px;
    }
}

@media screen and (min-width: 672px) and (max-width: 979px) {
    .card-b2b {
        height: 353px;
        width: 268px;
    }

    #persona .persona-item {
        width: 410px;
        height: 243px;
        padding: 30px;
    }
}

@media screen and (min-width: 672px) and (max-width: 1439px) {
    /* FONTS */
    .h1-hero {
        font-size: 40px;
        line-height: 48px;
    }

    .h1-large {
        font-size: 36px;
        line-height: 40px;
    }

    .h1-normal {
        font-size: 28px;
        line-height: 34px;
    }

    .card-title {
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
    }

    .card-title-small {
        font-weight: 700;
        font-size: 18px;
        line-height: 22px;
    }

    .card-title-xs {
        font-weight: 700;
        font-size: 16px;
        line-height: 19px;
    }

    p.large {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    }

    p.normal {
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
    }

    .h1-p-normal {
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
    }

    p.small {
        font-weight: 400;
        font-size: 13px;
        line-height: 19px;
    }

    .input-title {
        font-weight: 700;
        font-size: 13px;
        line-height: 15px;
    }

    .input-title-sm {
        font-weight: 700;
        font-size: 12px;
        line-height: 14px;
    }
}

@media screen and (max-width: 979px) {
    #index-main .bg-video {
        height: 1100px;
    }

    .app .button {
        margin-top: 24px;
    }

    .iphone {
        height: 320px;
    }

    .footer-item.open .footer-title:after {
        transform: rotate(0deg);
    }

    .footer-item .footer-title:after {
        content: '';
        width: 17px;
        height: 17px;
        background-size: contain;
        background: url(/assets/images/icon-downarrow.svg) no-repeat center;
        display: inline-block;
        top: 0;
        right: 0;
        position: absolute;
        transform: rotate(90deg);
        transition: 0.3s ease-out;
    }

    .footer-item {
        box-shadow: inset 0 -1px 0 #ebedf5;
    }

    .footer-links {
        margin-bottom: 1rem;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-out;
    }

    .footer-bottom {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .footer-content {
        margin-bottom: 3rem;
    }

    .footer-bottom .input-title {
        text-align: center;
        width: 350px;
        margin-bottom: 2rem;
    }

    #functions .container > .row {
        /*padding-left: 3rem;*/
        /*padding-right: 3rem;*/
        margin: auto;
    }

    #functions .container .row > div {
        width: auto;
    }

    #contact .input-label {
        width: 100%;
        line-height: 24px;
        box-shadow: none;
        border-radius: 0;
        padding-left: 6px;
    }

    #contact .input-holder > div {
        width: 100%;
    }

    #contact .input-holder .custom-input {
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        padding-left: 6px;
    }

    #persona .persona-content-holder {
        overflow-x: scroll;
        overflow-y: hidden;
    }

    #persona .persona-content {
        display: flex;
        width: fit-content;
        flex-direction: row;
    }
}

/**
 * Answer box
 */
.answer-box {
}

.answer-box .answer-item {
    cursor: pointer;
    margin-bottom: 10px;
}

.answer-box .answer-item h4 {
    padding: 10px;
    border: 1px solid var(--main-darkblue-color);
    border-radius: 5px;
    text-transform: none;
    color: var(--main-darkblue-color);
    position: relative;
}

.answer-box .answer-item h4:after {
    content: '';
    background: url("../../assets/images/icon-plus.svg") no-repeat;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-position: center;
    display: inline-block;
    top: 12px;
    right: 10px;
    right: 10px;
    position: absolute;
}

.answer-item p, .answer-item div {
    overflow: hidden;
    transition: 0.2s;
}

.answer-box .answer-item img {
    max-width: 50px;
}

.answer-box .answer-item p, .answer-item div, .answer-box .answer-item div {
    padding: 0 10px;
    color: var(--main-darkblue-color);
}

.answer-box .answer-item.open {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    transition: 0.2s;
}

.answer-box .answer-item h4 {
    padding-right: 34px;
}

.answer-box .answer-item.open h4 {
    border: none;
}

.answer-box .answer-item.open h4:after {
    content: '';
    background: url("../../assets/images/icon-minus.svg") no-repeat;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-position: center;
    display: inline-block;
    top: 12px;
    right: 10px;
    position: absolute;
}

.answer-box .answer-item.open p, .answer-box .answer-item.open div {
    display: block;
}