/*
Theme Name: Perfect Symmetry
Author: Perfect Symmetry
Description: ACF flexible-content theme.
Version: 1.0.0
Text Domain: skill-ps
*/
*, *::before, *::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: #14202b;
  background: #ffffff;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
}

.container {
  margin: auto;
  max-width: calc(1280px + 3.75rem + 3.75rem);
  padding: 0 1.5rem;
  position: relative;
  width: 100%;
}
@media all and (min-width: 48rem) {
  .container {
    padding: 0 2.5rem;
  }
}
@media all and (min-width: 85.375rem) {
  .container {
    padding: 0 3.75rem;
  }
}

.layout {
  position: relative;
  padding-block: 4rem;
}
@media all and (min-width: 64rem) {
  .layout {
    padding-block: 6rem;
  }
}

.theme-vit {
  background-color: #ffffff;
}

.theme-morkbla {
  background-color: #0e1a2b;
}

.theme-ljusbla {
  background-color: #cfeae6;
}

.theme-bakgrundsbild {
  background-color: #0e1a2b;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.is-inverted {
  color: #ffffff;
}
.is-inverted a {
  color: #ffffff;
}
.is-inverted .preamble {
  color: rgba(255, 255, 255, 0.85);
}

* {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  font-family: "DM Sans", system-ui, -apple-system, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
  font-family: "DM Sans", system-ui, -apple-system, sans-serif;
  line-height: 1.1;
  margin: 0 0 0.5em;
  font-weight: 700;
}

.heading__dim {
  opacity: 0.6;
}

.heading--primary,
.wysiwyg h1 {
  font-size: 2rem;
  margin-bottom: 1.875rem;
}
@media all and (min-width: 48rem) {
  .heading--primary,
  .wysiwyg h1 {
    font-size: 2.5rem;
  }
}
@media all and (min-width: 64rem) {
  .heading--primary,
  .wysiwyg h1 {
    font-size: 3.5rem;
  }
}
@media all and (min-width: 85.375rem) {
  .heading--primary,
  .wysiwyg h1 {
    font-size: 5rem;
  }
}

.heading--secondary,
.wysiwyg h2 {
  font-size: 1.5rem;
}
@media all and (min-width: 48rem) {
  .heading--secondary,
  .wysiwyg h2 {
    font-size: 1.875rem;
  }
}
@media all and (min-width: 64rem) {
  .heading--secondary,
  .wysiwyg h2 {
    font-size: 2.5rem;
  }
}

.heading--tertiary,
.wysiwyg h3 {
  font-size: 1.25rem;
  font-weight: 700;
}
@media all and (min-width: 48rem) {
  .heading--tertiary,
  .wysiwyg h3 {
    font-size: 1.5rem;
  }
}

.preamble {
  font-size: 1.0625rem;
}
@media all and (min-width: 48rem) {
  .preamble {
    font-size: 1.25rem;
  }
}
.preamble p {
  margin: 0 0 1rem;
  font-weight: 700;
}

.bullet-list,
.entry-content ul,
.entry-content ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bullet-list li,
.entry-content ul li,
.entry-content ol li {
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 0.4rem;
}
.bullet-list li::before,
.entry-content ul li::before,
.entry-content ol li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
}

.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4 {
  margin-top: 0;
}
.wysiwyg p {
  margin-bottom: 1.5em;
}
@media all and (min-width: 85.375rem) {
  .wysiwyg p {
    font-size: 1.25rem;
  }
}
.wysiwyg ul {
  padding-left: 1.1rem;
}
.wysiwyg p:last-child {
  margin-bottom: 0;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 1.25rem 0;
  background: linear-gradient(#0e1a2b, transparent);
  pointer-events: none;
}
@media all and (min-width: 64rem) {
  .site-header {
    padding: 2.75rem 0;
  }
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-header__branding {
  pointer-events: all;
  display: inline-block;
  width: 7.5rem;
}
@media all and (min-width: 48rem) {
  .site-header__branding {
    width: 9rem;
  }
}
@media all and (min-width: 85.375rem) {
  .site-header__branding {
    width: 10.5rem;
  }
}
.site-header__branding img {
  width: 100%;
  height: auto;
}

.site-header__menu {
  pointer-events: all;
}

.layout-hero {
  padding-top: 7rem;
}
@media all and (min-width: 64rem) {
  .layout-hero {
    padding-top: 9rem;
  }
}
@media all and (min-width: 85.375rem) {
  .layout-hero {
    padding-top: 20rem;
  }
}
.layout-hero .container {
  max-width: 86rem;
}

.hero__intro {
  max-width: 74.25rem;
  text-align: center;
  margin-inline: auto;
}
.hero__intro p {
  font-weight: 600;
}
@media all and (min-width: 64rem) {
  .hero__intro p {
    font-size: 1.875rem;
  }
}
@media all and (min-width: 85.375rem) {
  .hero__intro p {
    color: #FFF;
    text-align: center;
    font-size: 2.0625rem;
    line-height: 2.875rem; /* 139.394% */
  }
}

.hero__heading {
  margin-bottom: 1rem;
  font-style: normal;
  font-weight: 600;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
}
@media all and (min-width: 64rem) {
  .hero__heading {
    font-size: 5rem;
  }
}
@media all and (min-width: 85.375rem) {
  .hero__heading {
    font-size: 7.5rem;
    line-height: 8.125rem;
    letter-spacing: -0.375rem;
    margin-bottom: 4rem;
  }
}

.hero__box {
  margin-top: 3rem;
  display: flex;
}
@media all and (min-width: 64rem) {
  .hero__box {
    margin-top: 5rem;
  }
}

.hero__icon {
  display: none;
}
@media all and (min-width: 48rem) {
  .hero__icon {
    display: block;
    aspect-ratio: 1;
    width: 45%;
    position: absolute;
    z-index: 1;
    max-width: 580px;
  }
}

.hero__box-heading {
  margin-bottom: 0.75rem;
}

@media all and (min-width: 48rem) {
  .hero__box-content {
    margin: 5rem auto 0 calc(45% + 3.125rem);
    max-width: 42rem;
  }
}
@media all and (min-width: 85.375rem) {
  .hero__box-content {
    margin-left: calc(6.25rem + 580px);
  }
}

@media all and (min-width: 85.375rem) {
  .layout-hero + .layout {
    padding-top: 13rem;
  }
}

.layout-textblock .textblock > *:not(.textblock__heading) {
  margin-bottom: 1.875rem;
}
.layout-textblock .textblock > *:last-child {
  margin-bottom: 0;
}
.layout-textblock .textblock__heading {
  margin-bottom: 1rem;
  margin-top: 2.5rem;
}
@media all and (min-width: 48rem) {
  .layout-textblock .textblock__heading {
    margin-top: 3.75rem;
  }
}
@media all and (min-width: 64rem) {
  .layout-textblock .textblock__heading {
    margin-top: 5rem;
  }
}
.layout-textblock .textblock__heading:first-child {
  margin-top: 0;
}
.layout-textblock .textblock__columns {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media all and (min-width: 48rem) {
  .layout-textblock .textblock__columns {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.layout-textblock .textblock__column {
  flex: 1 1 0;
  min-width: 220px;
}

.layout-logos .logos__heading {
  margin-bottom: 2.5rem;
  max-width: 980px;
}
@media all and (min-width: 48rem) {
  .layout-logos .logos__heading {
    width: 78%;
  }
}
.layout-logos .logos__heading:has(+ .logos__lead) {
  margin-bottom: 1rem;
}
.layout-logos .logos__lead {
  max-width: 980px;
  margin-bottom: 2.5rem;
}
@media all and (min-width: 48rem) {
  .layout-logos .logos__lead {
    width: 78%;
  }
}
@media all and (min-width: 85.375rem) {
  .layout-logos .logos__lead {
    margin-bottom: 5.62rem;
  }
}
.layout-logos .logos__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem 1.5rem;
  align-items: center;
}
@media all and (min-width: 48rem) {
  .layout-logos .logos__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media all and (min-width: 64rem) {
  .layout-logos .logos__grid {
    grid-template-columns: repeat(5, 1fr);
  }
}
.layout-logos .logos__item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.layout-logos .logos__item img {
  max-height: 60px;
  width: auto;
}

.layout-contact .contact__heading {
  margin-bottom: 2.5rem;
}
.layout-contact .contact__columns {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media all and (min-width: 48rem) {
  .layout-contact .contact__columns {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.layout-contact .contact__person,
.layout-contact .contact__brand {
  flex: 1 1 0;
  min-width: 220px;
}
.layout-contact .contact__logo {
  width: 200px;
  height: auto;
  margin-bottom: 1rem;
}
@media all and (min-width: 48rem) {
  .layout-contact .contact__logo {
    margin-top: -1.5rem;
  }
}
.layout-contact .contact__copyright,
.layout-contact .contact__rights {
  margin: 0;
  font-size: 0.875rem;
  color: rgba(20, 32, 43, 0.7);
}
.layout-contact .contact__name {
  font-size: 1.125rem;
  margin-bottom: 0.1rem;
}
.layout-contact .contact__role {
  font-weight: 700;
  margin: 0 0 0.75rem;
}
.layout-contact .contact__line {
  margin: 0.1rem 0;
}

/*# sourceMappingURL=style.css.map */
