/*-- -------------------------- -->
<---          Banner            -->
<--- -------------------------- -*/

/* Mobile - 480px */
@media only screen and (min-width: 0rem) {
  #banner-712 {
    padding: clamp(8rem, 10vw, 10rem) 1rem 3rem;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: linear-gradient(
      to top right,
      var(--secondary) 20%,
      var(--primary) 70%
    );
  }
  #banner-712 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: 0 auto;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    text-align: center;
    align-items: center;
  }
  #banner-712 .cs-int-title {
    font-size: clamp(2.25rem, 6.4vw, 3.75rem);
    font-weight: 900;
    line-height: 1.1;
    margin: 0;
    color: var(--bodyTextColorWhite);
  }
  #banner-712 .cs-int-subtitle {
    margin: 0;
    max-width: 42rem;
    line-height: 1.6;
    color: var(--bodyTextColorWhite);
    opacity: 0.9;
    margin-left: auto;
    margin-right: auto;
  }
  #banner-712 .cs-breadcrumbs {
    display: flex;
    gap: 0.5rem;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.85);
  }
  #banner-712 .cs-breadcrumbs a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: opacity 0.3s ease;
  }
  #banner-712 .cs-breadcrumbs a:hover {
    opacity: 0.8;
  }
  #banner-712 .cs-current {
    opacity: 0.75;
  }
  #banner-712 .cs-separator {
    opacity: 0.6;
  }
  #cta-697 .cs-actions {
    display: flex;
    gap: 0.75rem;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  #banner-712 .cs-button-solid {
    font-size: 1rem;
    font-weight: 700;
    line-height: 3.25rem;
    padding: 0 2rem;
    border: 1px solid transparent;
    box-sizing: border-box;
    border-radius: 1.875rem;
    background: var(--bodyTextColorWhite);
    color: var(--secondary);
    text-decoration: none;
    display: inline-block;
  }
  #banner-712 .cs-button-solid {
    transition: background-color 0.25s, color 0.25s, border-color 0.25s;
    line-height: 3rem;
    padding: 0 1.2rem;
    font-size: 0.9rem;
    white-space: nowrap;
  }
  #banner-712 .cs-button-solid:hover {
    background-color: var(--accentcolor);
    border-color: var(--accentcolor);
    color: var(--bodyTextColor);
  }
  #banner-712 .cs-wave {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    width: 100%;
    height: auto;
    opacity: 0.35;
    pointer-events: none;
  }
}

@media only screen and (min-width: 65rem) {
  #banner-712 .cs-actions {
    flex-shrink: 0;
    display: flex;
    gap: 0.75rem;
    justify-content: flex-end;
  }
  #banner-712 .cs-button-solid {
    font-size: 1rem;
    line-height: 3.75rem;
    padding: 0 2.25rem;
    font-weight: 700;
  }
}

/*-- -------------------------- -->
<---           Blogg            -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #blog-2459 {
    padding: var(--sectionPadding);
  }
  #blog-2459 .cs-container {
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(3rem, 6vw, 4rem);
  }
  #blog-2459 .cs-int-title {
    font-size: clamp(1.5rem, 6.4vw, 2.5rem);
    font-weight: 900;
    line-height: 1.1;
    text-align: left;
    width: 100%;
    margin: 0;
    color: var(--bodyTextColor);
  }
  #blog-2459 .cs-card-group {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: clamp(1rem, 1.5vw, 1.25rem);
    row-gap: 1rem;
  }
  #blog-2459 .cs-item {
    text-align: center;
    height: fit-content;
    grid-column: span 12;
    position: relative;
    z-index: 1;
  }
  #blog-2459 .cs-item:before {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--secondary);
    opacity: 0.05;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #blog-2459 .cs-card-link {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  #blog-2459 .cs-card-link:hover .cs-h3 {
  color: var(--primary);
}
  #blog-2459 .cs-picture {
    width: 100%;
    height: clamp(13.75rem, 26vw, 18.75rem);
    overflow: hidden;
    display: block;
    position: relative;
  }
  #blog-2459 .cs-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #blog-2459 .cs-flex {
    padding: 1.5rem clamp(1rem, 2vw, 1.5rem);
  }
  #blog-2459 .cs-info-wrapper {
    margin: 0 0 1rem 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #blog-2459 .cs-date,
  #blog-2459 .cs-tag {
    color: var(--bodyTextColor);
  }
  #blog-2459 .cs-h3 {
    font-size: clamp(1.25rem, 2.3vw, 1.5625rem);
    font-weight: 700;
    line-height: 1.2em;
    text-align: left;
    text-overflow: ellipsis;
    width: 100%;
    margin: 0 0 0.5rem 0;
    overflow: hidden;
    color: var(--headerColor);
    display: -webkit-box;
    transition: color 0.3s;
  }
  #blog-2459 .cs-item-text {
    font-size: 1rem;
    line-height: 1.5em;
    text-align: left;
    text-overflow: ellipsis;
    width: 100%;
    margin: 0;
    overflow: hidden;
    color: var(--bodyTextColor);
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  #blog-2459 .cs-link {
    font-weight: 700;
    line-height: 1.2em;
    text-decoration: none;
    padding: 1rem 1.5rem;
    color: var(--headerColor);
    border-top: 1px solid #e7e7e8;
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    transition: background-color 0.3s, color 0.3s;
  }
  #blog-2459 .cs-link:hover {
    background-color: var(--primary);
    color: var(--bodyTextColorWhite);
  }
  #blog-2459 .cs-link:hover .cs-link-icon {
    filter: grayscale(0) brightness(10000%);
  }
  #blog-2459 .cs-link-icon {
    width: 1.25rem;
    height: auto;
    display: block;
    position: relative;
    transition: filter 0.3s;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #blog-2459 .cs-container {
    max-width: 80rem;
  }
  #blog-2459 .cs-card-group {
    align-items: stretch;
  }
  #blog-2459 .cs-item {
    height: auto;
    display: flex;
    flex-direction: column;
    grid-column: span 4;
  }
  #blog-2459 .cs-flex {
    margin-bottom: auto;
  }
}
/* Dekstop - 1024px */
@media only screen and (min-width: 64rem) {
    #blog-2459 .cs-info-wrapper {
    margin: 0 0 1rem 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}

/*-- -------------------------- -->
<---            CTA             -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #cta-697 {
    padding: var(--sectionPadding);
    background: linear-gradient(
      to top right,
      var(--secondary) 20%,
      var(--primary) 70%
    );
    position: relative;
    z-index: 1;
  }
  #cta-697 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(3rem, 6vw, 4rem);
  }
  #cta-697 .cs-content {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(3rem, 6vw, 4rem);
  }
  #cta-697 .cs-text-group {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    align-items: center;
  }
  #cta-697 .cs-title {
    color: var(--bodyTextColorWhite);
    margin: 0;
  }
  #cta-697 .cs-text {
    margin: 0;
    max-width: 52ch;
    line-height: 1.6;
    color: var(--bodyTextColorWhite);
    opacity: 0.9;
  }
  #cta-697 .cs-actions {
    display: flex;
    gap: 0.75rem;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  #cta-697 .cs-button-solid {
    font-size: 1rem;
    font-weight: 700;
    line-height: 3.25rem;
    padding: 0 2rem;
    border: 1px solid transparent;
    box-sizing: border-box;
    border-radius: 1.875rem;
    background: var(--bodyTextColorWhite);
    color: var(--secondary);
    text-decoration: none;
    display: inline-block;
  }
  #cta-697 .cs-button-solid {
    transition: background-color 0.25s, color 0.25s, border-color 0.25s;
    line-height: 3rem;
    padding: 0 1.2rem;
    font-size: 0.9rem;
    white-space: nowrap;
  }
  #cta-697 .cs-button-solid:hover {
    background-color: var(--accentcolor);
    border-color: var(--accentcolor);
    color: var(--bodyTextColor);
  }
  #cta-697 .cs-wave {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    width: 100%;
    height: auto;
    opacity: 0.35;
    pointer-events: none;
  }
}
/* Small Desktop - 1024px */
@media only screen and (min-width: 65rem) {
  #cta-697 .cs-content {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    gap: 2rem;
  }
  #cta-697 .cs-text-group {
    flex: 1;
    max-width: 60ch;
    align-items: flex-start;
  }
  #cta-697 .cs-actions {
    flex-shrink: 0;
    display: flex;
    gap: 0.75rem;
    justify-content: flex-end;
  }
  #cta-697 .cs-button-solid {
    font-size: 1rem;
    line-height: 3.75rem;
    padding: 0 2.25rem;
    font-weight: 700;
  }
}   
