:root {
  --clr-background-light: #f0eeeb;
  --clr-text: #414141;
  --clr-headings-light: #255352;
  --clr-skip-link-bg: #252525;
  --clr-skip-link-text: #ffffff;
  --clr-focus-outline: #ff5733;
  --clr-focus-background: #f0eeeb;
  --font-family-base: "Schibsted Grotesk", sans-serif;
  --font-size-base: 16px;
  --line-height-base: 1.5;
  --fa-primary-color: red;
  --fa-primary-color: blue;
  --spacing-unit: 8px;
  --spacing-xs: var(--spacing-unit);
  --spacing-sm: calc(var(--spacing-unit) * 2);
  --spacing-md: calc(var(--spacing-unit) * 3);
  --spacing-lg: calc(var(--spacing-unit) * 4);
  --spacing-xl: calc(var(--spacing-unit) * 6);
  --breakpoint-xs: 576px;
  --breakpoint-sm: 768px;
  --breakpoint-md: 992px;
  --breakpoint-lg: 1200px;
  --breakpoint-xl: 1400px;
  --container-max-width: 1200px;
  --transition-speed: 0.3s;
}

body {
  font-family: var(--font-family-base);
  font-optical-sizing: auto;
  font-size: 1.1rem;
  line-height: var(--line-height-base);
  background-color: var(--clr-background-light);
  color: var(--clr-text);
  -ms-hyphens: auto;
      hyphens: auto;
}

@media (min-width: 768px) {
  body {
    font-size: 1.2rem;
  }
}
@view-transition {
  navigation: auto;
}
a {
  color: #056b61;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-shadow: 0 0 0 4px transparent;
          box-shadow: 0 0 0 4px transparent;
  display: inline-block;
}
a:hover {
  text-decoration: underline;
  text-decoration-thickness: 3px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
a:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 4px rgb(204.828358209, 222.171641791, 218.4552238806);
          box-shadow: 0 0 0 4px rgb(204.828358209, 222.171641791, 218.4552238806);
}
a.link-clear-logo {
  text-decoration: none;
  color: initial;
}
a.link-active {
  color: initial;
}

.theme-green {
  background-color: #255352;
  color: #fff;
}
.theme-green h1,
.theme-green h2,
.theme-green h3 {
  color: #fff;
}

.theme-lightgreen {
  background-color: #aecac4;
  color: #255352;
}
.theme-lightgreen h1,
.theme-lightgreen h2,
.theme-lightgreen h3 {
  color: #255352;
}

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

.skip-link {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  background-color: var(--clr-skip-link-bg);
  color: var(--clr-skip-link-text);
  padding: var(--spacing-xs) var(--spacing-sm);
  z-index: 100;
  text-decoration: none;
  font-weight: 600;
}

.skip-link:focus,
.skip-link:focus-visible {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  color: #255352;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only:focus,
.sr-only:focus-visible {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

h1,
h2,
h3 {
  font-weight: 600;
  letter-spacing: -5%;
  line-height: 110%;
  color: #255352;
  text-wrap: pretty;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.5rem;
}

p {
  line-height: 135%;
}

@media (min-width: 768px) {
  h1 {
    font-size: 3.5rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 1.6rem;
  }
}
.u-sticky-mobile {
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
          box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  position: sticky;
  top: 0;
  z-index: 11;
  background-color: #f0eeeb;
}

@media (min-width: 768px) {
  .u-sticky-mobile {
    -webkit-box-shadow: none;
            box-shadow: none;
    position: static;
    top: auto;
  }
}
.u-margin-top {
  margin-top: 2rem;
}

.u-decoration-fill {
  background-image: url("../media/blatt-gruen.svg");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 8rem;
}

.u-decoration-transparent {
  background-image: url("../media/blatt-transparent.svg");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 8rem;
}

.u-decoration-transparent-dark {
  background-image: url("../media/blatt-transparent-dunkel.svg");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 8rem;
}

@media (min-width: 768px) {
  .u-decoration-fill,
  .u-decoration-transparent,
  .u-decoration-transparent-dark {
    background-size: 20rem;
  }
}
.wrapper-small {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.wrapper-medium {
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .wrapper-small,
  .wrapper-medium {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.layout-vario {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: var(--vario-columns-s);
  grid-template-columns: var(--vario-columns-s);
  gap: var(--vario-gap-s);
  -webkit-box-pack: var(--vario-jc-);
      -ms-flex-pack: var(--vario-jc-);
          justify-content: var(--vario-jc-);
  -webkit-box-align: var(--vario-ai-s);
      -ms-flex-align: var(--vario-ai-s);
          align-items: var(--vario-ai-s);
}

@media (min-width: 768px) {
  .layout-vario {
    -ms-grid-columns: var(--vario-columns-m);
    grid-template-columns: var(--vario-columns-m);
    gap: var(--vario-gap-m);
    -webkit-box-pack: var(--vario-jc-m);
        -ms-flex-pack: var(--vario-jc-m);
            justify-content: var(--vario-jc-m);
    -webkit-box-align: var(--vario-ai-m);
        -ms-flex-align: var(--vario-ai-m);
            align-items: var(--vario-ai-m);
  }
}
.button {
  display: inline-block;
  padding: 0.2rem 1rem;
  margin-bottom: 0.5rem;
  border-radius: 5px;
  background-color: #aecac4;
  color: #255352;
  text-decoration: none;
  -webkit-transition: background-color 0.3s, -webkit-box-shadow 0.3s;
  transition: background-color 0.3s, -webkit-box-shadow 0.3s;
  transition: background-color 0.3s, box-shadow 0.3s;
  transition: background-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  cursor: pointer;
}
.button:hover, .button:focus {
  background-color: #489e9c;
  text-decoration: none;
  color: #fff;
  border-color: transparent;
}

.list-clear {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.header-nav {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.site-header {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.site-header .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-header .logo img {
  height: 2.5rem;
}

@media screen and (min-width: 768px) {
  .site-header {
    padding: 2rem 2rem 2rem 0;
  }
  .site-header .logo img {
    height: 4rem;
  }
}
.selectmenu {
  display: inline-block;
}

.selectmenu__label {
  display: inline-block;
  cursor: pointer;
  padding: 0.5rem 0.7rem;
  margin-right: 1rem;
  background-color: #255352;
  color: #fff;
  border: 0px;
  border-radius: 4px;
  font-weight: 500;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.selectmenu__label:hover {
  background-color: #aecac4;
  color: #255352;
}

.selectmenu__label:active {
  background-color: #ddd;
}

.selectmenu__list {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  z-index: 1000;
  padding: 8px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  background-color: white;
  cursor: pointer;
  min-width: 220px;
  -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
          box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
  opacity: 0;
  pointer-events: none;
}

.selectmenu__list:focus {
  outline: none;
}

.selectmenu__list option {
  padding: 8px;
  line-height: 1.5;
}

.selectmenu__list option[disabled] {
  font-weight: bold;
  background-color: #f9f9f9;
}

.nav-mobile {
  margin: 0;
}

@media screen and (min-width: 1024px) {
  .nav-mobile {
    display: none;
  }
}
.nav-desktop {
  display: none;
}

@media screen and (min-width: 1024px) {
  .nav-desktop {
    background: #fff;
    display: inline-block;
    margin: 0;
    border-radius: 7px;
  }
  .nav-desktop a {
    text-decoration: none;
    padding: 0.5rem 1rem;
    display: block;
    border-radius: 7px;
  }
  .nav-desktop a.link-active {
    background-color: #255352;
    color: #fff;
  }
  .nav-desktop ul {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
    padding: 0;
    margin: 0;
  }
  .nav-desktop ul li {
    text-transform: uppercase;
    font-weight: 600;
  }
}
.header-hero {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 1rem;
  padding: 0 2rem;
  overflow: hidden;
}
.header-hero-media {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.header-hero-media img {
  width: 100%;
  border-radius: 16px;
}
.header-hero h1 {
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .header-hero {
    padding: 3rem 0;
  }
  .header-hero-opener {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 4rem 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 4rem 0;
  }
  .header-hero-media img {
    aspect-ratio: 16/7;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.page-hero {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 1rem;
  padding: 0 2rem;
  overflow: hidden;
}
.page-hero-media {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.page-hero-media img {
  width: 100%;
  border-radius: 16px;
}
.page-hero h1 {
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .page-hero {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 4rem 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 4rem 0;
  }
  .page-hero-media {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .page-hero-media img {
    aspect-ratio: 16/10;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.emergency {
  padding: 2rem;
}

@media (min-width: 768px) {
  .emergency {
    padding: 4rem 0rem;
  }
}
.news {
  padding: 2rem;
}

.news-grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(19rem, 1fr));
  gap: 2rem;
  padding: 2rem 0;
}

@media screen and (min-width: 768px) {
  .news-grid {
    grid-template-columns: repeat(auto-fit, minmax(29rem, 1fr));
  }
}
.news-card {
  background-color: #fff;
  padding: 1rem;
  border-radius: 16px;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
          box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.news-card h1,
.news-card h2,
.news-card h3 {
  margin-top: 0;
}

@media (min-width: 768px) {
  .news {
    padding: 4rem 0rem;
  }
}
.profile {
  padding: 2rem;
}

.profile-grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2.5rem;
  padding: 2rem 0;
}

.profile-card img {
  width: 100%;
  border-radius: 16px;
}

@media (min-width: 768px) {
  .profile {
    padding: 4rem 0rem;
  }
}
.quote {
  padding: 2rem;
  display: block;
  overflow: hidden;
}

.quote-group {
  display: -ms-grid;
  display: grid;
  gap: 2rem;
}
.quote-group_media img {
  width: 100%;
  border-radius: 16px;
}
.quote-group_caption {
  padding: 0 0 2rem 2rem;
  font-size: 2rem;
}
.quote-group_caption::before {
  content: "\f10d";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  font-size: 4rem;
  display: block;
  -webkit-transform: translateX(-2rem) translateY(1rem);
          transform: translateX(-2rem) translateY(1rem);
}

.quote h1,
h2 {
  margin-top: 0;
}

.quote-text {
  padding: 2rem;
  background: transparent;
}

@media (min-width: 768px) {
  .quote-group {
    -ms-grid-columns: 1fr 4rem 2fr;
    grid-template-columns: 1fr 2fr;
    gap: 4rem;
    padding: 0;
  }
  .quote-group_caption {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .quote-group_caption h2 {
    margin: 0;
  }
  .quote {
    padding: 4rem 0;
  }
  .quote-grid {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    padding: 2rem 0;
  }
}
.statement {
  padding: 0;
  display: block;
  overflow: hidden;
}

.statement h1,
h2 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.statement h3 {
  margin-bottom: 1rem;
}

.statement-text {
  padding: 2rem;
  background: transparent;
}

.statement-gallery {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  width: min(660px, 100%);
  margin: 0 auto;
  min-height: 380px;
}

.statement-gallery a {
  position: absolute;
  left: 50%;
  max-width: 45%;
  -webkit-transition: -webkit-box-shadow 0.25s ease;
  transition: -webkit-box-shadow 0.25s ease;
  transition: box-shadow 0.25s ease;
  transition: box-shadow 0.25s ease, -webkit-box-shadow 0.25s ease;
  outline: 2px dashed transparent;
  outline-offset: 4px;
}

.statement-gallery a img {
  display: block;
  width: 100%;
  aspect-ratio: 9/12;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.statement-gallery a:nth-child(1) {
  -webkit-transform: translateX(-100%) rotate(-6deg);
          transform: translateX(-100%) rotate(-6deg);
}

.statement-gallery a:nth-child(2) {
  -webkit-transform: translate(-50%, -18px) scale(1.05);
          transform: translate(-50%, -18px) scale(1.05);
  z-index: 2;
}

.statement-gallery a:nth-child(3) {
  -webkit-transform: rotate(6deg);
          transform: rotate(6deg);
}

.statement-gallery a:hover img {
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
          box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

@media (min-width: 768px) {
  .statement {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2rem 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    padding: 4rem 0;
  }
  .statement-text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 2rem 0;
  }
}
.divisions {
  padding: 2rem;
  display: -ms-grid;
  display: grid;
  gap: 2rem;
}
.divisions img {
  position: relative;
  width: 100%;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/2;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.divisions img:hover {
  opacity: 0.5;
}
.divisions a {
  position: relative;
}
.divisions a::before {
  content: "\f14c";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: 3rem;
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 4rem;
  height: 4rem;
  color: #fff;
  background-color: #056b61;
  border-radius: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 5;
}

@media (min-width: 768px) {
  .divisions {
    padding: 4rem 0;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}
.faq-group {
  padding: 2rem;
}
.faq-group h2 {
  margin: 1rem 0 2rem 0;
}

.faq-group details {
  border-bottom: 2px solid #aecac4;
  padding: 0;
}
.faq-group details h3 {
  display: inline;
  font-size: 1.25rem;
}
.faq-group details summary {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0;
  padding: 1rem 1rem 1rem 2rem;
}
.faq-group details summary::before {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  margin-right: 0.5rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  border-radius: 5px;
  width: 1.5rem;
  height: 1.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  -webkit-transform: translateX(-2rem) translateY(0.2rem);
          transform: translateX(-2rem) translateY(0.2rem);
}
.faq-group details[open] summary::before {
  content: "\f00d";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  background-color: #aecac4;
}
.faq-group details summary {
  list-style: none;
}
.faq-group details summary::-webkit-details-marker {
  display: none;
}
.faq-group details article {
  padding: 0rem 0rem 2rem 0rem;
}

@media (min-width: 768px) {
  .faq-group {
    padding: 2rem 0;
  }
  .faq-group details {
    margin-left: 6rem;
  }
}
.card-group {
  padding: 2rem;
  font-size: 1rem;
}

.card-downloads ul {
  margin: 0;
  padding: 1rem 0 0 0;
  list-style-type: none;
}

@media screen and (min-width: 768px) {
  .card-group {
    padding: 4rem 0;
  }
}
.card-group-grid {
  gap: 2rem;
  padding: 2rem 0;
  display: -ms-grid;
  display: grid;
}

.card {
  display: -ms-grid;
  display: grid;
  background-color: #fff;
  border-radius: 16px;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
          box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px 16px 0 0;
}

.card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2rem;
}
.card-content h3 {
  margin-top: 0;
}

.card-button {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: auto;
}

@media (min-width: 768px) {
  .card {
    -ms-grid-columns: 1fr 2fr;
    grid-template-columns: 1fr 2fr;
    background-color: #fff;
    border-radius: 16px;
    -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
            box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
  .card-image img {
    border-radius: 16px 0 0 16px;
  }
}
@media (min-width: 768px) {
  .card-group-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (min-width: 1000px) {
  .card-group-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.section-group {
  padding: 2rem;
}
.section-group h1 {
  font-size: 2rem;
}
.section-group h2 {
  margin: 2rem 0 0 0;
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  .section-group {
    padding: 2rem 0;
  }
}
.overview {
  padding: 2rem;
}
.overview h2 {
  margin-bottom: 1rem;
}
.overview ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.overview ul li {
  margin-bottom: 0.5rem;
}
.overview ul li::before {
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  padding-right: 0.5rem;
}

@media (min-width: 768px) {
  .overview {
    padding: 4rem 0;
  }
}
.partners {
  padding: 2rem;
  text-align: center;
}

.partners-grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  padding: 0;
  list-style-type: none;
}
.partners-grid img {
  width: 70%;
}

.cta {
  padding: 2rem;
}

.cta-media {
  padding: 2rem 0;
}

@media (min-width: 768px) {
  .cta {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 4rem 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 4rem 0;
  }
  .cta-media {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    justify-items: center;
  }
  .cta-media img {
    width: 20rem;
  }
}
.footer-line {
  padding: 2rem;
}
.footer-line ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .footer-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-line ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
  }
}