/* ----------------------------------
   Site
---------------------------------- */

body{
	font-family: "Gabarito", "Poppins", sans-serif!important;
}


.top2_wrapper.customcolor2{
	background-color: #f3faff !important;
}

.integritet-logo {
    display: none!important;
    max-width: 100px;
}

/* ----------------------------------
   Bilonline
---------------------------------- */

.main-container1,
.main-container2,
.main-container3,
.main-container4,
.main-container5,
.main-container6 {
    padding: 0 !important;
    display: contents;
}

.main-container7 {
    width: 100%;
    padding: 7.5rem 0;
}

#bodycontainer>.main-container8 {
    max-width: 82.5rem !important;
    padding: 4rem 1.25rem;
}

.main-containerbilvisning {
    max-width: 82.5rem !important;
    padding: 4rem 1.25rem;
}


/* ----------------------------------
   Page Content
---------------------------------- */

.cst-page-content {
    font-family: "Gabarito", "Poppins", sans-serif;
}

.cst-page-hero {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: clamp(20rem, 33vw, 27.8125rem);
    overflow: hidden;
    padding: clamp(4rem, 7vw, 6.25rem) 6.25rem;
    isolation: isolate;
}

.cst-page-hero__image,
.cst-page-hero__overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.cst-page-hero__image {
    z-index: -2;
    object-fit: cover;
    transform: scale(1.04);
}

.cst-page-hero__overlay {
    z-index: -1;
    background: rgba(0, 0, 0, 0.6);
}

.cst-page-hero__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(100%, 82.5rem);
    margin: 0 auto;
}

.cst-page-hero__label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: min(100%, 23.4rem);
    min-height: 5.1rem;
    padding: 1.1rem 2rem;
    border: 3px solid #ffffff;
    border-radius: 100px;
    color: #ffffff;
}

.cst-page-hero__label h1 {
    margin: 0;
    color: inherit;
    font-size: clamp(1.35rem, 2vw, 1.75rem);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: center;
}

.cst-split-section {
    padding: clamp(4rem, 7vw, 6.25rem) 6.25rem;
    background: #ffffff;
    font-family: "Gabarito", "Poppins", sans-serif;
}

.cst-split-section__inner {
    width: min(100%, 82.5rem);
    margin: 0 auto;
}

.cst-split-section__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    gap: clamp(2.5rem, 4vw, 3.75rem);
    padding-block: clamp(1rem, 2.8vw, 2.5rem);
}

.cst-split-section--flipped .cst-split-section__media {
    order: 2;
}

.cst-split-section--flipped .cst-split-section__content {
    order: 1;
}

.cst-split-section__media {
    overflow: hidden;
    aspect-ratio: 630 / 400;
    border-radius: 1.5rem;
    background: #eef1f5;
}

.cst-split-section__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.01);
    transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.cst-split-section__media:hover img {
    transform: scale(1.045);
}

.cst-split-section__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-height: 32.3125rem;
    color: rgba(30, 30, 28, 0.9);
}

.cst-split-section__content h2 {
    margin: 0 0 0.75rem;
    color: rgba(30, 30, 28, 0.88);
    font-size: clamp(1.45rem, 2vw, 1.625rem);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
}

.cst-split-section__text {
    display: grid;
    gap: 1.25rem;
    width: 100%;
    margin-bottom: 0.75rem;
}

.cst-split-section__text p {
    margin: 0;
    color: rgba(30, 30, 28, 0.9);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.875;
    letter-spacing: 0;
}

.cst-split-section__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    min-height: 3.375rem;
    margin-top: 0.75rem;
    padding: 0.9rem 1.125rem;
    border-radius: 100px;
    background: #0a1f3a;
    color: #f5f5f5;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0;
    text-decoration: none;
    transition: background-color 240ms ease, transform 240ms ease;
}

.cst-split-section__button img {
    width: 1.5rem;
    height: 1.5rem;
    object-fit: contain;
    transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.cst-split-section__button:hover,
.cst-split-section__button:focus-visible {
    color: #f5f5f5;
    background: #123764;
    transform: translateY(-0.1rem);
}

.cst-split-section__button:hover img,
.cst-split-section__button:focus-visible img {
    transform: translateX(0.15rem) rotate(-10deg);
}

.cst-split-section__button:focus-visible {
    outline: 3px solid #cde2fe;
    outline-offset: 0.35rem;
}

.cst-faq-section {
    padding: clamp(4rem, 7vw, 6.25rem) 6.25rem;
    background: #ffffff;
    font-family: "Gabarito", "Poppins", sans-serif;
}

.cst-faq-section__inner {
    width: min(100%, 82.5rem);
    margin: 0 auto;
}

.cst-faq-section__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    gap: clamp(2.5rem, 4vw, 3.75rem);
    padding-block: clamp(1rem, 2.8vw, 2.5rem);
}

.cst-faq-section__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-height: 32.3125rem;
    color: rgba(30, 30, 28, 0.9);
}

.cst-faq-section__content h2 {
    margin: 0 0 0.75rem;
    color: rgba(30, 30, 28, 0.88);
    font-size: clamp(1.45rem, 2vw, 1.625rem);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
}

.cst-faq-section__text {
    display: grid;
    gap: 1.25rem;
    width: 100%;
    margin-bottom: 0.75rem;
}

.cst-faq-section__text p {
    margin: 0;
    color: rgba(30, 30, 28, 0.9);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.875;
    letter-spacing: 0;
}

.cst-faq-accordion {
    display: grid;
    gap: 1rem;
}

.cst-faq-accordion .accordion-item {
    overflow: hidden;
    border: 1px solid #f1f2f2;
    border-radius: 0.75rem;
    background: #f3f5f9;
}

.cst-faq-accordion .accordion-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 3.75rem;
    padding: 0.95rem 1.25rem;
    background: #f3f5f9;
    color: #1e1e1c;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0;
    box-shadow: none;
}

.cst-faq-accordion .accordion-button::after {
    display: none;
}

.cst-faq-accordion .accordion-button:not(.collapsed) {
    color: #0a1f3a;
    background: #f3f5f9;
    box-shadow: none;
}

.cst-faq-accordion .accordion-button:focus {
    box-shadow: none;
}

.cst-faq-accordion .accordion-button:focus-visible {
    outline: 3px solid #cde2fe;
    outline-offset: -0.25rem;
}

.cst-faq-accordion__arrow {
    width: 0.75rem;
    height: 0.4375rem;
    flex: 0 0 auto;
    object-fit: contain;
    transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.cst-faq-accordion .accordion-button:not(.collapsed) .cst-faq-accordion__arrow {
    transform: rotate(180deg);
}

.cst-faq-accordion .accordion-body {
    padding: 0 1.25rem 1.15rem;
    color: rgba(30, 30, 28, 0.78);
    font-size: 0.97rem;
    line-height: 1.65;
}

.cst-contact-info-section {
    padding: clamp(4rem, 7vw, 6.25rem) 6.25rem;
    background: #ffffff;
    font-family: "Gabarito", "Poppins", sans-serif;
}

.cst-contact-info-section__inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.5rem;
    width: min(100%, 82.5rem);
    margin: 0 auto;
}

.cst-contact-info-card {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
    padding: 2.5rem 1.875rem;
    border: 1px solid #f1f2f2;
    border-radius: 1.25rem;
    background: #f3f5f9;
}

.cst-contact-info-card__block {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    min-width: 0;
}

.cst-contact-info-card h2 {
    margin: 0;
    color: rgba(30, 30, 28, 0.88);
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
}

.cst-contact-info-list {
    display: grid;
    gap: 0.75rem;
    margin: 0;
}

.cst-contact-info-list div {
    display: grid;
    grid-template-columns: minmax(5rem, auto) minmax(0, 1fr);
    gap: 1.25rem;
    align-items: start;
}

.cst-contact-info-list dt,
.cst-contact-info-list dd {
    margin: 0;
    color: rgba(30, 30, 28, 0.9);
    font-size: 1rem;
    line-height: 1.875;
    letter-spacing: 0;
}

.cst-contact-info-list dt {
    font-weight: 600;
    white-space: nowrap;
}

.cst-contact-info-list dd {
    display: grid;
    gap: 0.1rem;
    min-width: 0;
    font-weight: 400;
}

.cst-contact-info-list a {
    color: inherit;
    text-decoration: none;
}

.cst-contact-info-list a:hover,
.cst-contact-info-list a:focus-visible {
    color: #0a1f3a;
    text-decoration: underline;
}

.cst-contact-map-card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 13.75rem;
    overflow: hidden;
    border-radius: 1.5rem;
    background: #0a1f3a;
    isolation: isolate;
}

.cst-contact-map-card::before,
.cst-contact-map-card::after {
    position: absolute;
    inset: 0;
    content: "";
}

.cst-contact-map-card::before {
    z-index: -2;
    background: var(--cst-contact-map-bg) center / cover no-repeat;
}

.cst-contact-map-card::after {
    z-index: -1;
    background: rgba(10, 31, 58, 0.9);
}

.cst-contact-map-card .cst-mobile-action {
    position: relative;
    width: auto;
}

.cst-page-services-section {
    padding: 0 6.25rem clamp(4rem, 7vw, 6.25rem);
    background: #ffffff;
    font-family: "Gabarito", "Poppins", sans-serif;
}

.cst-page-services-section__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(4rem, 6vw, 5rem);
    width: min(100%, 82.5rem);
    margin: 0 auto;
}

.cst-page-services-section__label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: min(100%, 23.4rem);
    min-height: 5.1rem;
    padding: 1.1rem 2rem;
    border: 3px solid #0a1f3a;
    border-radius: 100px;
    color: #0a1f3a;
}

.cst-page-services-section__label h2 {
    margin: 0;
    color: inherit;
    font-size: clamp(1.35rem, 2vw, 1.75rem);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: center;
}

.cst-partner-section {
    padding: 0 6.25rem clamp(4rem, 7vw, 6.25rem);
    background: #ffffff;
    font-family: "Gabarito", "Poppins", sans-serif;
}

.cst-partner-section__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(4rem, 6vw, 5rem);
    width: min(100%, 82.5rem);
    margin: 0 auto;
}

.cst-partner-section__label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: min(100%, 23.4rem);
    min-height: 5.1rem;
    padding: 1.1rem 2rem;
    border: 3px solid #0a1f3a;
    border-radius: 100px;
    color: #0a1f3a;
}

.cst-partner-section__label h2 {
    margin: 0;
    color: inherit;
    font-size: clamp(1.35rem, 2vw, 1.75rem);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: center;
}

.cst-partner-swiper {
    width: 100%;
    overflow: hidden;
    padding: 0.25rem 0.125rem 1rem;
}

.cst-partner-swiper .swiper-wrapper .swiper-slide.cst-partner-card {
    display: flex !important;
    height: 12.5rem !important;
}

.cst-partner-card {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 12.5rem;
    overflow: hidden;
    padding: 0.625rem;
    border: 1px solid rgba(10, 31, 58, 0.04);
    border-radius: 1.5rem;
    background: #f3f5f9;
    text-decoration: none;
    box-shadow: 0 0.75rem 1.5rem rgba(20, 28, 38, 0);
    transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background-color 260ms ease;
}

.cst-partner-card img {
    display: block;
    width: auto;
    height: auto;
    max-width: 8.25rem;
    max-height: 4rem;
    object-fit: contain;
    transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1), filter 260ms ease;
}

.cst-partner-card:hover,
.cst-partner-card:focus-visible {
    border-color: rgba(10, 31, 58, 0.08);
    background: #fbfcfe;
    box-shadow: 0 0.55rem 1.35rem rgba(20, 28, 38, 0.045);
    transform: translateY(-0.125rem);
}

.cst-partner-card:hover img,
.cst-partner-card:focus-visible img {
    transform: scale(1.02);
}

.cst-partner-card:focus-visible {
    outline: 3px solid #cde2fe;
    outline-offset: 0.35rem;
}

.cst-home-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5rem;
    padding: clamp(4rem, 7vw, 6.25rem) 6.25rem;
    background: #0a1f3a;
    font-family: "Gabarito", "Poppins", sans-serif;
}

.cst-home-actions__label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: min(100%, 23.4rem);
    min-height: 5.1rem;
    padding: 1.1rem 2rem;
    border: 3px solid #ffffff;
    border-radius: 100px;
    color: #ffffff;
}

.cst-home-actions__label h1 {
    margin: 0;
    color: inherit;
    font-size: clamp(1.35rem, 2vw, 1.75rem);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: center;
}

.cst-home-actions__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 23.2rem));
    justify-content: space-between;
    gap: clamp(1.5rem, 4vw, 3rem);
    width: min(100%, 82.5rem);
}

.cst-home-action-card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 17.0625rem;
    overflow: hidden;
    border-radius: 1rem;
    color: #ffffff;
    isolation: isolate;
    text-decoration: none;
    transform: translateZ(0);
}

.cst-home-action-card__image,
.cst-home-action-card__overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
}

.cst-home-action-card__image {
    z-index: -2;
    object-fit: cover;
    transition: transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
}

.cst-home-action-card__overlay {
    z-index: -1;
    background: rgba(10, 31, 58, 0.8);
    transition: background-color 300ms ease;
}

.cst-home-action-card__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 2rem;
    text-align: center;
}

.cst-home-action-card__icon {
    width: 4rem;
    height: 4rem;
    object-fit: contain;
    transform-origin: center;
    transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.cst-home-action-card__title {
    color: #ffffff;
    font-size: clamp(1.35rem, 2.1vw, 1.72rem);
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0;
}

.cst-home-action-card:hover,
.cst-home-action-card:focus-visible {
    color: #ffffff;
}

.cst-home-action-card:hover .cst-home-action-card__image,
.cst-home-action-card:focus-visible .cst-home-action-card__image {
    transform: scale(1.08);
}

.cst-home-action-card:hover .cst-home-action-card__overlay,
.cst-home-action-card:focus-visible .cst-home-action-card__overlay {
    background: rgba(10, 31, 58, 0.68);
}

.cst-home-action-card:hover .cst-home-action-card__icon,
.cst-home-action-card:focus-visible .cst-home-action-card__icon {
    transform: translateY(-0.25rem) scale(1.06) rotate(-4deg);
}

.cst-home-action-card:focus-visible {
    outline: 3px solid #cde2fe;
    outline-offset: 0.35rem;
}

.cst-stock-section {
    overflow: hidden;
    padding: clamp(4rem, 7vw, 6.25rem) 6.25rem;
    background: #fafafa;
    font-family: "Gabarito", "Poppins", sans-serif;
}

.cst-stock-section__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(2.5rem, 4vw, 3.5rem);
    width: min(100%, 82.5rem);
    margin: 0 auto;
}

.cst-stock-section__label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: min(100%, 23.4rem);
    min-height: 5.1rem;
    padding: 1.1rem 2rem;
    border: 3px solid #0a1f3a;
    border-radius: 100px;
    color: #0a1f3a;
}

.cst-stock-section__label h2 {
    margin: 0;
    color: inherit;
    font-size: clamp(1.35rem, 2vw, 1.75rem);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: center;
}

.cst-stock-swiper {
    width: 100%;
    overflow: visible;
    padding-bottom: 1.25rem;
}

.cst-stock-swiper .swiper-wrapper {
    align-items: stretch;
}

.cst-stock-card {
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 0.625rem 0.625rem 1rem;
    border: 1px solid rgba(10, 31, 58, 0.08);
    border-radius: 1.25rem;
    background: #ffffff;
    color: #0a1f3a;
    text-decoration: none;
    box-shadow: 0 1.2rem 3rem rgba(10, 31, 58, 0.08);
    transition: transform 320ms ease, box-shadow 320ms ease, border-color 320ms ease;
}

.cst-stock-card:hover,
.cst-stock-card:focus-visible {
    color: #0a1f3a;
    border-color: rgba(10, 31, 58, 0.16);
    box-shadow: 0 1.5rem 3.5rem rgba(10, 31, 58, 0.13);
    transform: translateY(-0.25rem);
}

.cst-stock-card:focus-visible {
    outline: 3px solid #cde2fe;
    outline-offset: 0.35rem;
}

.cst-stock-card__media {
    display: block;
    overflow: hidden;
    aspect-ratio: 334 / 280;
    width: 100%;
    border-radius: 1rem;
    background: #eef4fb;
}

.cst-stock-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
}

.cst-stock-card:hover .cst-stock-card__media img,
.cst-stock-card:focus-visible .cst-stock-card__media img {
    transform: scale(1.06);
}

.cst-stock-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem 0.25rem 0;
}

.cst-stock-card__title {
    color: #0a1f3a;
    font-size: clamp(1.1rem, 1.35vw, 1.25rem);
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0;
}

.cst-stock-card__details {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem 0.9rem;
    color: #4f6380;
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0;
}

.cst-stock-card__details span {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    gap: 0.45rem;
}

.cst-stock-card__details img {
    flex: 0 0 auto;
    width: 1.1rem;
    height: 1.1rem;
    object-fit: contain;
}

.cst-stock-card__price {
    color: #0a1f3a;
    font-size: clamp(1.55rem, 2vw, 1.88rem);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
}

.cst-stock-card__finance {
    color: #4f6380;
    font-size: 0.98rem;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0;
}

.cst-stock-card__finance strong {
    color: #0a1f3a;
    font-weight: 700;
}

.cst-stock-section__cta {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    /*width: min(100%, 19.5rem);*/
    width:fit-content;
    min-height: 3.15rem;
    gap: 1rem;
    padding: 0.75rem 1rem 0.75rem 1.3rem;
    border-radius: 100px;
    background: #0a1f3a;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
    text-decoration: none;
    transition: background-color 240ms ease;
}

.cst-stock-section__cta img {
    width: 1.75rem;
    height: 1.75rem;
    object-fit: contain;
    transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.cst-stock-section__cta:hover,
.cst-stock-section__cta:focus-visible {
    color: #ffffff;
    background: #123764;
}

.cst-stock-section__cta:hover img,
.cst-stock-section__cta:focus-visible img {
    transform: translateX(0.2rem) rotate(-12deg);
}

.cst-stock-section__cta:focus-visible {
    outline: 3px solid #cde2fe;
    outline-offset: 0.35rem;
}

.cst-stock-swipe-hint {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    width: 100%;
    margin-top: 0;
    color: #0a1f3a;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0;
}

.cst-stock-swipe-hint__track {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: 4rem;
    height: 1.5rem;
    border: 1px solid #cde2fe;
    border-radius: 100px;
    background: #ffffff;
}

.cst-stock-swipe-hint__track span {
    position: absolute;
    left: 0.3rem;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background: #0a1f3a;
    animation: cstSwipeNudge 1.8s ease-in-out infinite;
}

@keyframes cstSwipeNudge {
    0%,
    100% {
        transform: translateX(0);
    }

    48% {
        transform: translateX(2.35rem);
    }
}

.cst-services-section {
    background: #ffffff;
    font-family: "Gabarito", "Poppins", sans-serif;
}

.cst-services-banner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: clamp(16.5rem, 28vw, 25rem);
    overflow: hidden;
    isolation: isolate;
}

.cst-services-banner > img {
    position: absolute;
    inset: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.25;
}

.cst-services-banner__inner {
    display: flex;
    justify-content: center;
    width: min(100%, 82.5rem);
    padding: 0 1.25rem;
}

.cst-services-section__label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: min(100%, 23.4rem);
    min-height: 5.1rem;
    padding: 1.1rem 2rem;
    border: 3px solid #0a1f3a;
    border-radius: 100px;
    color: #0a1f3a;
}

.cst-services-section__label h2 {
    margin: 0;
    color: inherit;
    font-size: clamp(1.35rem, 2vw, 1.75rem);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: center;
}

.cst-services-section__inner {
    width: min(100%, 82.5rem);
    margin: 0 auto;
    padding: clamp(4rem, 7vw, 6.25rem) 0;
}

.cst-services-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: clamp(2rem, 4.2vw, 3.75rem);
}

.tjanster-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(100%, 18.75rem);
    min-height: 8.5rem;
    overflow: hidden;
    padding: 1.9rem 1.25rem 1.9rem 1.25rem;
    border: 2px solid transparent;
    border-radius: 1rem;
    background: #f3f5f9;
    color: #1e1e1c;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 0.9rem 2.25rem rgba(20, 28, 38, 0);
    transition: transform 320ms ease, box-shadow 320ms ease, border-color 320ms ease, background-color 320ms ease, color 320ms ease;
}

.tjanster-item.is-featured {
    border-color: #8096ab;
}

.tjanster-item::before {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(229, 233, 239, 0.72));
    opacity: 0;
    transition: opacity 320ms ease;
}

.tjanster-item::after {
    position: absolute;
    right: 1.25rem;
    top: 50%;
    width: 1.8rem;
    height: 1.8rem;
    content: "";
    background: url("/images/sektioner/uploads/icon-blue-arrow-circle-right.svg") center / contain no-repeat;
    opacity: 0;
    transform: translate(-0.4rem, -50%) rotate(-12deg);
    transition: opacity 320ms ease, transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.tjanster-item span {
    position: relative;
    z-index: 1;
    width: 100%;
    color: inherit;
    font-size: clamp(1.1rem, 1.55vw, 1.5rem);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
}

.tjanster-item:hover,
.tjanster-item:focus-visible {
    color: #0a1f3a;
    border-color: #b8c2cf;
    background: #fbfcfe;
    box-shadow: 0 1.2rem 2.75rem rgba(20, 28, 38, 0.08);
    transform: translateY(-0.3rem);
}

.tjanster-item:hover::before,
.tjanster-item:focus-visible::before {
    opacity: 1;
}

.tjanster-item:hover::after,
.tjanster-item:focus-visible::after {
    opacity: 1;
    transform: translate(0, -50%) rotate(0deg);
}

.tjanster-item:focus-visible {
    outline: 3px solid #cde2fe;
    outline-offset: 0.35rem;
}

.cst-contact-section {
    padding: clamp(4rem, 7vw, 6.25rem) 6.25rem;
    background: #fafafa;
    font-family: "Gabarito", "Poppins", sans-serif;
}

.cst-contact-section__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(3rem, 5.5vw, 5rem);
    width: min(100%, 82.5rem);
    margin: 0 auto;
}

.cst-contact-section__label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: min(100%, 23.4rem);
    min-height: 5.1rem;
    padding: 1.1rem 2rem;
    border: 3px solid #0a1f3a;
    border-radius: 100px;
    background: #ffffff;
    color: #0a1f3a;
}

.cst-contact-section__label h2 {
    margin: 0;
    color: inherit;
    font-size: clamp(1.35rem, 2vw, 1.75rem);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: center;
}

.cst-contact-form__main {
    display: flex;
    align-items: center;
    gap: clamp(2rem, 4vw, 3.75rem);
    width: 100%;
}

.cst-contact-form__media {
    flex: 0 0 min(47.8%, 39.375rem);
    overflow: hidden;
    aspect-ratio: 3 / 2;
    min-height: 0;
    border-radius: 1.5rem;
    background: #eef1f5;
}

.cst-contact-form__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cst-contact-form__content {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
    min-width: 0;
}

.cst-contact-form__fields {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    width: 100%;
}

.cst-contact-form__row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
    width: 100%;
}

.cst-form-field {
    width: 100%;
}

.cst-form-field > .form-control {
    height: 3.125rem;
    min-height: 3.125rem;
    border: 1px solid #f1f2f2;
    border-radius: 0.5rem;
    background: #f3f5f9;
    color: #191919;
    font-size: 0.95rem;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
    box-shadow: none;
    transition: border-color 220ms ease, background-color 220ms ease, box-shadow 220ms ease;
}

.cst-form-field > .form-control:focus {
    border-color: #b8c2cf;
    background: #ffffff;
    box-shadow: 0 0 0 0.2rem rgba(10, 31, 58, 0.08);
}

.cst-form-field > label {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 1rem;
    color: rgba(25, 25, 25, 0.75);
    font-size: 0.95rem;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
}

.cst-form-field > .form-control,
.cst-form-field > label {
    padding-inline: 1rem;
}

.cst-form-field.form-floating > .form-control:not(:placeholder-shown),
.cst-form-field.form-floating > .form-control:focus {
    padding-top: 1.25rem;
    padding-bottom: 0.45rem;
}

.cst-form-field.form-floating > .form-control:not(:placeholder-shown) ~ label,
.cst-form-field.form-floating > .form-control:focus ~ label {
    opacity: 0.74;
    transform: scale(0.78) translateY(-0.62rem) translateX(0.05rem);
}

.cst-form-field--message > .form-control {
    height: 7.8125rem;
    min-height: 7.8125rem;
    resize: vertical;
}

.cst-form-field--message > label {
    align-items: flex-start;
    padding-top: 1.05rem;
}

.cst-form-field.form-floating > label {
    height: 3.125rem !important;
    min-height: 3.125rem !important;
}

.cst-form-upload-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem 0.75rem;
    width: 100%;
}

.cst-form-upload {
    display: inline-flex;
    align-items: center;
    gap: 0.625rem;
    min-height: 3.125rem;
    margin: 0;
    padding: 0.8rem 1rem;
    border: 1px solid #f1f2f2;
    border-radius: 0.5rem;
    background: #f3f5f9;
    color: rgba(25, 25, 25, 0.75);
    font-size: 0.95rem;
    font-weight: 400;
    line-height: 1.2;
    cursor: pointer;
    transition: border-color 220ms ease, background-color 220ms ease, box-shadow 220ms ease;
}

.cst-form-upload img {
    width: 1.5rem;
    height: 1.5rem;
    object-fit: contain;
}

.cst-form-upload:hover,
.cst-form-upload:focus-visible {
    border-color: #b8c2cf;
    background: #ffffff;
    box-shadow: 0 0 0 0.2rem rgba(10, 31, 58, 0.08);
}

.cst-form-upload__list,
.cst-form-upload__size {
    color: rgba(25, 25, 25, 0.72);
    font-size: 0.85rem;
    line-height: 1.4;
}

.cst-form-consent {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem 0.5rem;
    min-height: 3.75rem;
    padding: 0.5rem 0;
    color: #191919;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0;
}

.cst-form-consent .form-check-input {
    flex: 0 0 auto;
    width: 1.25rem;
    height: 1.25rem;
    margin: 0;
    border: 1px solid #f1f2f2;
    border-radius: 0.625rem;
    background-color: #f3f5f9;
    box-shadow: none;
}

.cst-form-consent .form-check-input:checked {
    border-color: #0a1f3a;
    background-color: #0a1f3a;
}

.cst-form-consent .form-check-input:focus {
    border-color: #b8c2cf;
    box-shadow: 0 0 0 0.2rem rgba(10, 31, 58, 0.08);
}

.cst-form-consent .form-check-label {
    margin: 0;
}

.cst-form-consent a {
    color: #091f43;
    font-weight: 700;
    text-decoration: none;
}

.cst-form-consent a:hover,
.cst-form-consent a:focus-visible {
    text-decoration: underline;
}

.cst-contact-form__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    min-height: 3.375rem;
    padding: 0.9rem 1.125rem;
    border: 0;
    border-radius: 100px;
    background: #0a1f3a;
    color: #f5f5f5;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0;
    transition: background-color 240ms ease, transform 240ms ease;
}

.cst-contact-form__submit img {
    width: 1.5rem;
    height: 1.5rem;
    object-fit: contain;
    transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.cst-contact-form__submit:hover,
.cst-contact-form__submit:focus-visible {
    background: #123764;
    transform: translateY(-0.1rem);
}

.cst-contact-form__submit:hover img,
.cst-contact-form__submit:focus-visible img {
    transform: translateX(0.15rem) rotate(-10deg);
}

.cst-contact-form__submit:focus-visible {
    outline: 3px solid #cde2fe;
    outline-offset: 0.35rem;
}

.bo-form-response {
    width: 100%;
    margin-top: 0.75rem;
    padding: 0.9rem 1rem;
    border-radius: 0.5rem;
    background: #eef4fb;
    color: #0a1f3a;
    font-weight: 600;
}

.bo-hidden {
    display: none !important;
}

@media (max-width: 1199.98px) {
    .cst-page-hero,
    .cst-split-section,
    .cst-faq-section,
    .cst-contact-info-section,
    .cst-page-services-section,
    .cst-partner-section,
    .cst-home-actions,
    .cst-stock-section,
    .cst-services-section__inner,
    .cst-contact-section {
        padding-inline: 3rem;
    }
}

@media (max-width: 991.98px) {
    .cst-home-actions__grid {
        grid-template-columns: 1fr;
        justify-content: center;
        max-width: 28rem;
    }

    .cst-split-section__grid {
        grid-template-columns: 1fr;
    }

    .cst-faq-section__grid {
        grid-template-columns: 1fr;
    }

    .cst-contact-info-section__inner {
        grid-template-columns: 1fr;
    }

    .cst-split-section--flipped .cst-split-section__media,
    .cst-split-section__media {
        order: 1;
    }

    .cst-split-section--flipped .cst-split-section__content,
    .cst-split-section__content {
        order: 2;
        min-height: 0;
    }

    .cst-faq-section__content {
        min-height: 0;
    }

    .cst-contact-form__main {
        flex-direction: column;
        align-items: stretch;
    }

    .cst-contact-form__media {
        flex-basis: auto;
        min-height: 0;
    }
}

@media (max-width: 575.98px) {
    .cst-page-hero,
    .cst-split-section,
    .cst-faq-section,
    .cst-contact-info-section,
    .cst-page-services-section,
    .cst-partner-section,
    .cst-home-actions,
    .cst-stock-section,
    .cst-services-section__inner,
    .cst-contact-section {
        gap: 3rem;
        padding-inline: 1.25rem;
    }

    .cst-page-hero__label,
    .cst-page-services-section__label,
    .cst-partner-section__label,
    .cst-home-actions__label,
    .cst-stock-section__label,
    .cst-services-section__label,
    .cst-contact-section__label {
        width: 100%;
        min-width: 0;
        min-height: 4.25rem;
        padding: 0.875rem 1.25rem;
    }

    .cst-page-hero {
        min-height: 17.5rem;
    }

    .cst-split-section__grid {
        gap: 2rem;
        padding-block: 0;
    }

    .cst-faq-section__grid {
        gap: 2rem;
        padding-block: 0;
    }

    .cst-contact-info-card {
        grid-template-columns: 1fr;
        padding: 1.5rem 1.25rem;
        border-radius: 1rem;
    }

    .cst-contact-info-list div {
        grid-template-columns: 1fr;
        gap: 0.1rem;
    }

    .cst-contact-map-card {
        min-height: 12rem;
        border-radius: 1rem;
    }

    .cst-split-section__media {
        border-radius: 1rem;
    }

    .cst-split-section__text p {
        font-size: 0.96rem;
        line-height: 1.75;
    }

    .cst-faq-section__text p {
        font-size: 0.96rem;
        line-height: 1.75;
    }

    .cst-split-section__button {
        width: 100%;
        justify-content: space-between;
        padding-inline: 1.25rem 1rem;
    }

    .cst-faq-accordion .accordion-button {
        align-items: flex-start;
        min-height: 3.5rem;
        padding: 0.9rem 1rem;
        font-size: 0.96rem;
    }

    .cst-faq-accordion .accordion-body {
        padding-inline: 1rem;
        font-size: 0.94rem;
    }

    .cst-page-services-section__inner {
        gap: 2.25rem;
    }

    .cst-partner-section__inner {
        gap: 2.25rem;
    }

    .cst-partner-card {
        height: 10.75rem;
        border-radius: 1.1rem;
    }

    .cst-home-action-card {
        min-height: 14.75rem;
    }

    .cst-stock-section__inner {
        gap: 2.25rem;
    }

    .cst-stock-card {
        padding: 0.5rem 0.5rem 0.875rem;
        border-radius: 1.1rem;
    }

    .cst-stock-card__body {
        padding-top: 0.9rem;
    }

    .cst-stock-card__details {
        grid-template-columns: 1fr 1fr;
        gap: 0.7rem;
        font-size: 0.9rem;
    }

    .cst-services-banner {
        min-height: 16rem;
    }

    .cst-services-grid {
        gap: 1rem;
    }

    .tjanster-item {
        width: 100%;
        min-height: 6.75rem;
    }

    .cst-contact-section__inner {
        gap: 2.25rem;
    }

    .cst-contact-form__media {
        border-radius: 1rem;
    }

    .cst-contact-form__row {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    .cst-contact-form__submit {
        width: 100%;
        justify-content: space-between;
        padding-inline: 1.25rem 1rem;
    }

    .cst-form-consent {
        align-items: flex-start;
        flex-wrap: nowrap;
        font-size: 0.82rem;
        line-height: 1.5;
    }
}

@media (prefers-reduced-motion: reduce) {
    .cst-home-action-card__image,
    .cst-home-action-card__icon,
    .cst-page-hero__image,
    .cst-split-section__media img,
    .cst-split-section__button,
    .cst-split-section__button img,
    .cst-faq-accordion__arrow,
    .cst-partner-card,
    .cst-partner-card img,
    .cst-stock-card,
    .cst-stock-card__media img,
    .cst-stock-section__cta,
    .cst-stock-section__cta img,
    .tjanster-item,
    .tjanster-item::before,
    .tjanster-item::after,
    .cst-form-field > .form-control,
    .cst-form-upload,
    .cst-contact-form__submit,
    .cst-contact-form__submit img {
        transition: none;
    }

    .cst-stock-swipe-hint__track span {
        animation: none;
    }
}


/* =========================================================
	Bilonline - Consent
========================================================= */

.consent-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.consent-modal {
    background: #f9f9f9!important;
    max-width: 560px;
    width: calc(100% - 2rem);
    border-radius: .55rem;
    box-shadow: 0 10px 30px rgba(0,0,0,.2);
    padding: 1.5rem;
}

.consent-modal h2 {
    font-size: 1.25rem;
    line-height: 1.8;
    margin: 0;
}

.consent-modal p {
    margin: 0 0 1rem;
    line-height: 1.5;
    color: #fff;
}

.consent-actions {
    display: flex;
    gap: .5rem;
    justify-content: flex-end;
    margin-top: .5rem;
}

.consent-btn {
    align-items: center;
    background: #1e1e1c!important;
    border: 1px solid #1e1e1c!important;
    border-radius: 999rem!important;
    color: #ffffff!important;
    display: inline-flex!important;
    font-family: "Gabarito", "Poppins", sans-serif!important;
    font-size: 1rem;
    font-weight: 600;
    gap: 0.25rem;
    justify-content: center;
    overflow: hidden;
    padding: 0.75rem 1.125rem;
    text-decoration: none;
    transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
    width: fit-content;
}

.consent-actions #consent-accept {
    background-color: #0a1f3a!important;
    border-color: #0a1f3a!important;
} 

.consent-btn.primary {
    background: #111827;
    color: #fff;
    border-color: #111827;
    border-radius: 0;
}

.consent-link {
    color: #090c13;
    text-decoration: none;
    outline: none;
    font-weight: 600;
}

.consent-link:hover,
.consent-btn:hover {
    opacity: .8;
}

.consent-modal-top {
    display: flex;
    flex-direction: row;
    gap: .45rem;
    padding: .75rem 0;
}

.consent-modal-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2em;
    height: 2em;
}

.consent-modal-icon svg {
    display: block;
    width: 100%;
    height: 100%;
}



