@charset "UTF-8";
html {
  text-align: center;
  background-color: black;
  background-image: linear-gradient(200deg, #070d14 50%, #2c3e50);
  background-attachment: fixed;
  color: #2c3e50;
  font-family: 'Source Sans Pro', Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  display: flex;
  justify-content: center; }
  @media (min-width: 1700px) {
    html {
      font-size: 18px; } }

* {
  box-sizing: border-box; }

body {
  margin: 0;
  overflow-x: hidden;
  background-color: #ecf0f1;
  width: 100%;
  max-width: 2575px;
  position: relative; }

a {
  color: #d3e6f8;
  text-underline-offset: 0.2rem; }

.link--dark {
  color: #0e3661; }

header {
  position: relative;
  z-index: 100; }

:root {
  --deranged-text: #eaf1f7;
  --deranged-light-background: #ecf0f1;
  --deranged-light-blue: #455d75;
  --deranged-dark-blue: #2c3e50;
  --deranged-dark-link: #0e3661; }

.button {
  background: #2c3e50;
  color: #eaf1f7;
  text-decoration: inherit;
  padding: 20px 25px;
  margin: 0 0 10px;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.3s;
  display: inline-block;
  border: none;
  width: auto;
  font-size: 1em;
  font-family: inherit;
  text-align: center; }
  .button:hover {
    background: #375068;
    transform: scale(1.025); }

.button:disabled,
.button--disabled {
  background-color: #cccccc;
  color: #616161;
  cursor: default;
  transform: none; }

.button--small {
  padding: 10px 15px; }

.button--wide {
  width: 100%; }

.button--with-border {
  border-color: #ecf0f1;
  border-style: solid;
  border-width: 1px; }

header.header1 {
  color: #ecf0f1; }
  header.header1 .title {
    padding: 30px 25px 37px;
    font-size: 2em;
    background-color: #2c3e50;
    text-shadow: 0 0.2vw 0.05vw black; }
  header.header1 nav {
    padding: 0 15px;
    background-color: #34495e;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15); }
  header.header1 nav a {
    font-size: 0.95em;
    padding: 17px 10px;
    color: white;
    display: inline-block;
    text-decoration: none;
    transition: background-color 0.4s; }
  header.header1 nav a:hover {
    background-color: rgba(255, 255, 255, 0.05); }

header.header2 {
  background: #2c3e50;
  padding-top: 50px; }
  header.header2 .logo {
    width: 100%;
    max-width: 250px;
    height: 150px;
    background-image: url("/img/somanylogos/1.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat; }
  header.header2 nav {
    position: fixed;
    background: #2c3e50;
    top: 0;
    left: 0;
    right: 0; }
  header.header2 nav .container {
    text-align: right; }
  header.header2 nav a {
    color: white;
    text-decoration: none;
    display: inline-block;
    padding: 15px 20px; }

header.header3 {
  background: #2c3e50;
  padding: 0;
  text-align: center; }
  header.header3 .logo {
    width: 100%;
    max-width: 150px;
    height: 70px;
    background-image: url("/img/somanylogos/2.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block; }
  header.header3 nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0; }
  header.header3 nav a {
    color: white;
    text-decoration: none;
    display: inline-block;
    padding: 15px 15px;
    margin: 0 5px;
    background: #2c3e50;
    transition: background 0.5s; }
  header.header3 nav .container {
    text-align: center; }
  header.header3 nav a:hover {
    background: #354b60; }

header.header4 {
  background: #2c3e50;
  text-align: center;
  padding: 0 15px; }
  header.header4 .logo {
    color: white;
    border: 2px solid white;
    display: inline-block;
    font-size: 2em;
    letter-spacing: -2px;
    width: 85px;
    height: 30px;
    margin: 20px 0 3px; }
  header.header4 .logo span {
    display: inline-block;
    position: relative;
    left: -3px;
    top: -11px; }
  header.header4 nav {
    text-align: left;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease; }
    header.header4 nav a {
      color: white;
      text-decoration: none;
      display: block;
      padding: 2px 10px;
      background: #2c3e50;
      transition: border 0.2s;
      border: 2px solid transparent;
      text-align: left;
      margin: 3px 0; }
      header.header4 nav a:hover {
        border-left: 2px solid white; }
  @media screen and (min-width: 700px) {
    header.header4 {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 1; }
      header.header4 .leftsided {
        width: 200px; }
      header.header4 nav {
        padding: 0 0 25px;
        max-height: none; } }
  header.header4 .menu-btn {
    background: none;
    position: absolute;
    top: 10px;
    right: 10px;
    font-weight: bold;
    cursor: pointer;
    outline: none;
    z-index: 200;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease; }
  header.header4 .hamburger {
    line-height: 30px;
    color: #999;
    border: 0;
    font-size: 1.4em; }
  header.header4 .cross {
    color: #999;
    border: 0;
    font-size: 3em;
    line-height: 50px; }
  @media screen and (min-width: 700px) {
    header.header4 .menu-btn.hamburger {
      display: none; } }
  header.header4 .menu-btn.cross {
    display: none; }
  header.header4.visible nav {
    max-height: 200px; }
  header.header4.visible .menu-btn.cross {
    display: block; }
  header.header4.visible .menu-btn.hamburger {
    display: none; }
  @media screen and (min-width: 700px) {
    header.header4.visible .menu-btn.cross {
      display: none; } }

header.header5 div.title {
  display: inline-block;
  width: 100%; }
  header.header5 div.title h1 {
    font-size: 5em;
    line-height: 50%;
    text-align: center;
    margin-top: 30px;
    margin-left: -20px; }
header.header5 nav {
  position: absolute;
  left: 20px;
  top: 60px;
  width: 0;
  overflow: hidden;
  opacity: 0;
  z-index: 200;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; }
  @media screen and (min-width: 1400px) {
    header.header5 nav {
      position: fixed;
      width: 250px;
      opacity: 1; } }
  header.header5 nav a {
    display: block;
    height: 30px;
    margin-left: 0;
    padding: 5px;
    text-align: left;
    background: #2c3e50;
    text-decoration: none;
    color: white;
    margin-bottom: 2px;
    overflow: hidden;
    -webkit-box-shadow: 2px 2px 6px 1px rgba(200, 200, 200, 0.8);
    box-shadow: 2px 2px 6px 1px rgba(200, 200, 200, 0.8); }
  header.header5 nav a:nth-child(1) {
    margin-right: 20px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease; }
  header.header5 nav a:nth-child(1):hover {
    margin-right: 0px;
    margin-left: 20px; }
  header.header5 nav a:nth-child(2) {
    margin-right: 40px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease; }
  header.header5 nav a:nth-child(2):hover {
    margin-right: 20px;
    margin-left: 20px; }
  header.header5 nav a:nth-child(3) {
    margin-right: 60px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease; }
  header.header5 nav a:nth-child(3):hover {
    margin-right: 40px;
    margin-left: 20px; }
  header.header5 nav a:nth-child(4) {
    margin-right: 80px;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease; }
  header.header5 nav a:nth-child(4):hover {
    margin-right: 60px;
    margin-left: 20px; }
  header.header5 nav a:nth-child(5) {
    margin-right: 100px;
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease; }
  header.header5 nav a:nth-child(5):hover {
    margin-right: 80px;
    margin-left: 20px; }
  header.header5 nav a:nth-child(6) {
    margin-right: 120px;
    -webkit-transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    -ms-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease; }
  header.header5 nav a:nth-child(6):hover {
    margin-right: 100px;
    margin-left: 20px; }
  header.header5 nav a:nth-child(7) {
    margin-right: 140px;
    -webkit-transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease; }
  header.header5 nav a:nth-child(7):hover {
    margin-right: 120px;
    margin-left: 20px; }
  header.header5 nav a:nth-child(8) {
    margin-right: 160px;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease; }
  header.header5 nav a:nth-child(8):hover {
    margin-right: 140px;
    margin-left: 20px; }
  header.header5 nav a:nth-child(9) {
    margin-right: 180px;
    -webkit-transition: all 1100ms ease;
    -moz-transition: all 1100ms ease;
    -ms-transition: all 1100ms ease;
    -o-transition: all 1100ms ease;
    transition: all 1100ms ease; }
  header.header5 nav a:nth-child(9):hover {
    margin-right: 160px;
    margin-left: 20px; }
  header.header5 nav a:nth-child(10) {
    margin-right: 200px;
    -webkit-transition: all 1200ms ease;
    -moz-transition: all 1200ms ease;
    -ms-transition: all 1200ms ease;
    -o-transition: all 1200ms ease;
    transition: all 1200ms ease; }
  header.header5 nav a:nth-child(10):hover {
    margin-right: 180px;
    margin-left: 20px; }
header.header5 .menu-btn {
  background: none;
  position: absolute;
  top: 20px;
  left: 20px;
  font-weight: bold;
  cursor: pointer;
  outline: none;
  z-index: 190;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; }
header.header5 .hamburger {
  line-height: 45px;
  color: #999;
  border: 0;
  font-size: 1.4em; }
header.header5 .cross {
  color: #999;
  border: 0;
  font-size: 3em;
  line-height: 65px; }
@media screen and (min-width: 1400px) {
  header.header5 .menu-btn.hamburger {
    display: none; } }
header.header5 .menu-btn.cross {
  display: none; }
header.header5 .menu-backdrop {
  display: block;
  position: fixed;
  top: 0;
  left: -200%;
  width: 100%;
  height: 100%;
  background: rgba(200, 200, 200, 0);
  z-index: 150;
  -webkit-transition: background 300ms ease;
  -moz-transition: background 300ms ease;
  -ms-transition: background 300ms ease;
  -o-transition: background 300ms ease;
  transition: background 300ms ease; }
header.header5.visible nav {
  width: 250px;
  opacity: 1; }
header.header5.visible .menu-btn.cross {
  display: block; }
header.header5.visible .menu-btn.hamburger {
  display: none; }
header.header5.visible .menu-backdrop {
  background: rgba(200, 200, 200, 0.6);
  left: 0; }
@media screen and (min-width: 1400px) {
  header.header5.visible .menu-backdrop {
    background: rgba(200, 200, 200, 0);
    left: -200%; }
  header.header5.visible .menu-btn.cross {
    display: none; } }

/* Overlay Nav Styling khaskjf */
.skip-to-main-content-link {
  position: absolute;
  left: -9999px;
  z-index: 999;
  padding: 1em;
  background-color: #2c3e50;
  color: white;
  opacity: 0; }
  .skip-to-main-content-link:focus {
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
    outline-style: solid;
    outline-width: thick;
    outline-color: white; }

nav.overlay {
  position: fixed;
  top: 0;
  left: 10%;
  width: 100%;
  height: 100%;
  background: rgba(44, 62, 80, 0.99);
  padding: 0 20%;
  z-index: -1;
  opacity: 0.0;
  transition: all 200ms ease; }
  @media screen and (min-width: 768px) {
    nav.overlay nav.overlay:before {
      content: "\219D";
      font-size: 300px;
      color: white;
      opacity: 0;
      position: absolute;
      left: 10%;
      top: 50%;
      transform: translateY(-40%);
      transition: opacity 1000ms linear 300ms; } }

.main-nav-menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  max-width: 400px;
  margin-left: auto; }
  .main-nav-menu a {
    display: block;
    text-align: right;
    font-size: 36px;
    font-weight: 300;
    color: white;
    text-decoration: none;
    padding: 25px 0;
    position: relative; }
    .main-nav-menu a:after {
      content: "";
      display: block;
      position: absolute;
      bottom: 20%;
      height: 0;
      width: 2px;
      right: -20px;
      background: white;
      transition: height 500ms ease; }
    .main-nav-menu a:hover:after {
      height: 60%; }
    @media (max-height: 767px) {
      .main-nav-menu a {
        padding: 0; } }

#main-nav-toggle::-moz-focus-inner {
  border: 0; }

#main-nav-toggle {
  position: absolute;
  top: 40px;
  right: 1rem;
  font-size: 36px;
  z-index: 100;
  background: transparent;
  border-width: 0;
  cursor: pointer; }
  @media (min-width: 768px) {
    #main-nav-toggle {
      right: 100px; } }
  #main-nav-toggle .icon-bar {
    background: white;
    position: relative;
    transition: all 200ms ease;
    opacity: 1;
    top: 0;
    height: 4px;
    width: 39px;
    margin-bottom: 10px; }

body.main-nav-open {
  position: fixed;
  overflow-y: scroll;
  width: 100%; }
  body.main-nav-open nav.overlay {
    top: 0;
    left: 0;
    z-index: 10;
    opacity: 1; }
    @media screen and (min-width: 768px) {
      body.main-nav-open nav.overlay:before {
        opacity: 0.4; } }
  body.main-nav-open #main-nav-toggle .icon-bar:nth-child(1) {
    transform: rotate(45deg);
    top: 14px;
    left: 0; }
  body.main-nav-open #main-nav-toggle .icon-bar:nth-child(2) {
    opacity: 0;
    top: 0;
    left: 0; }
  body.main-nav-open #main-nav-toggle .icon-bar:nth-child(3) {
    transform: rotate(-45deg);
    top: -14px;
    left: 0; }

footer {
  background: #1b2b3a;
  padding: 100px 30px;
  color: #eaf1f7;
  position: relative;
  display: grid;
  grid-template-columns: 100%; }
  @media screen and (min-width: 1200px) {
    footer {
      grid-template-columns: 300px 250px 200px auto;
      padding: 100px; }
      footer .footer-icon {
        color: #2c3e50;
        font-size: 23em;
        position: absolute;
        top: -0.75em;
        right: 0.4em;
        transform: scaleY(-1) rotate(-50deg);
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        z-index: 100; } }

.footer-logo img {
  width: 100%;
  max-width: 300px;
  object-fit: contain; }

.footer-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  font-size: 1.2em;
  line-height: 1.5; }

.footer-info * {
  display: flex;
  flex-direction: row; }

.footer-info img {
  max-width: 19px;
  margin-right: 4px; }

.rest-sales {
  background: #2c3e50;
  background-image: linear-gradient(145deg, #2c3e50 30%, #1b2b3a 90%);
  color: #eaf1f7;
  display: flex;
  flex-direction: column;
  padding: 50px 100px 50px 100px; }
  .rest-sales .rest-sales__title {
    font-weight: 200;
    font-size: 1.8em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    text-align: left; }
    @media screen and (max-width: 767px) {
      .rest-sales .rest-sales__title {
        margin-top: 1em; } }
  .rest-sales > p {
    max-width: 550px;
    width: 100%;
    text-align: left;
    margin: 0 0 1em;
    line-height: 1.5; }
  @media screen and (max-width: 767px) {
    .rest-sales {
      height: auto; } }
  @media (max-width: 539px) {
    .rest-sales {
      padding: 50px 30px; } }

.contact-form {
  width: 100%;
  max-width: 550px;
  border: 1px solid #1b2b3a;
  background: #ecf0f1;
  padding: 5px 15px;
  color: black;
  position: relative; }
  .contact-form .honeypot {
    margin: 0; }
  .contact-form a {
    color: inherit; }

.contact-form .two-col-inputs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  margin-bottom: 10px; }
  .contact-form .two-col-inputs label {
    margin-bottom: 0; }

.contact-form label {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 10px; }
.contact-form label > span {
  font-size: 0.8em; }
.contact-form input[type=text],
.contact-form input[type=number],
.contact-form input[type=password],
.contact-form input[type=tel],
.contact-form input[type=email],
.contact-form select {
  width: 100%;
  padding: 8px;
  font-family: inherit;
  font-size: 0.9em; }
.contact-form textarea {
  width: 100%;
  height: 150px;
  resize: none;
  font-family: inherit;
  padding: 8px;
  font-size: 0.9em; }
.contact-form .checkbox-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px; }
  .contact-form .checkbox-container input[type=checkbox] {
    margin-left: 10px; }

.contact-form-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(27, 43, 58, 0.9);
  color: white;
  justify-content: center;
  align-items: center;
  font-size: 1.8em;
  font-weight: 200;
  display: flex;
  opacity: 0;
  transition: opacity 0.3s; }

.contact-form-overlay-clickthrough {
  display: none; }

.contact-form-overlay-visible {
  opacity: 1; }

.contact-form-overlay__message {
  text-align: center;
  display: none; }

.contact-form-overlay--success .contact-form-overlay__message--success {
  display: block; }

.contact-form-overlay--error .contact-form-overlay__message--error {
  display: block; }

.contact-form-overlay--awaiting .contact-form-overlay__message--awaiting {
  display: block; }

.side-by-side-contact-form-and-explanation {
  display: flex;
  flex-direction: row;
  width: 100%; }

.contact-explanation {
  width: 100%;
  max-width: 300px;
  font-size: 0.8em;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.8);
  text-align: left;
  padding: 15px; }

@media (max-width: 1100px) {
  .side-by-side-contact-form-and-explanation {
    display: block;
    width: 100%;
    max-width: 550px;
    padding-left: 0; }

  .contact-explanation {
    padding: 5px 0; } }
@media (max-width: 539px) {
  .contact-form {
    margin-left: -11px;
    width: calc(100% + 22px);
    margin-right: -11px; }

  .contact-form .two-col-inputs {
    display: block; }

  .contact-form label textarea {
    height: 210px; } }
.contact-form__navigation {
  margin-top: 10px; }

.contact-form__navigation-item {
  text-decoration: none; }
  .contact-form__navigation-item:hover {
    text-decoration: underline; }

.mt-0 {
  margin-top: 0 !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.pt-0 {
  padding-top: 0 !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.u-hide {
  display: none !important; }

.u-text-right {
  text-align: right !important; }

.hero {
  background-color: var(--deranged-dark-blue);
  background-image: linear-gradient(40deg, var(--deranged-dark-blue) 30%, var(--deranged-light-blue) 90%);
  color: #eaf1f7;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  color: #eaf1f7;
  position: relative;
  padding: 3rem 1rem;
  text-align: left; }
  @media (min-width: 768px) {
    .hero {
      padding: 5rem 2rem; } }

.hero__content {
  width: 100%;
  max-width: 900px;
  margin: 0 auto; }

.hero__title {
  font-size: 2.5rem;
  margin: 0; }
  @media (min-width: 768px) {
    .hero__title {
      font-size: 4rem; } }

.hero__subtitle {
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0.5rem 0 0; }
  @media (min-width: 768px) {
    .hero__subtitle {
      font-size: 2.25rem;
      font-weight: 200; } }

.hero__breadcrumbs {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 200; }

.hero__breadcrumb-item {
  color: inherit;
  text-decoration: inherit; }
  .hero__breadcrumb-item:hover {
    text-decoration: underline; }

.hero__language-switch {
  margin-top: 2rem;
  margin-bottom: 0;
  font-size: 1.2rem; }
  .hero__language-switch a {
    color: inherit;
    text-decoration: none; }
    .hero__language-switch a:hover {
      text-decoration: underline; }

.faq details {
  border: 1px solid #ddd;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  padding: 1rem 2rem;
  background: #fafafa;
  transition: background 0.3s ease;
  color: #2c3e50; }

.faq details[open] {
  border-color: #99c2ff; }

.faq summary {
  cursor: pointer;
  list-style: none;
  /* skjul standard pil */
  position: relative;
  padding-right: 1.5rem;
  font-size: 1.5rem; }

.faq summary::marker {
  display: none;
  /* skjul marker i nyere browsere */ }

.faq summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 600;
  transition: transform 0.2s;
  font-size: 1.5rem; }

.faq details[open] summary::after {
  content: "−"; }

.faq .answer {
  margin-top: 1rem;
  line-height: 1.5;
  font-size: 1.1rem; }
  .faq .answer p:first-of-type {
    margin-top: 0; }
  .faq .answer p:last-of-type {
    margin-bottom: 0; }

.solution-list {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: 1fr; }
  @media (min-width: 550px) {
    .solution-list {
      gap: 3rem;
      grid-template-columns: repeat(auto-fit, minmax(550px, 1fr)); } }

.solution-list__item {
  display: grid;
  gap: 2.5rem;
  font-size: 1.1rem;
  margin-top: 0;
  max-width: 60ch; }

.solution-list__question {
  font-weight: bold;
  font-size: 1.2rem;
  margin-top: 0;
  margin-bottom: 0.5rem; }

.solution-list__answer p {
  margin-bottom: 1rem; }
.solution-list__answer p:first-of-type {
  margin-top: 0; }
.solution-list__answer p:last-of-type {
  margin-bottom: 0; }

/*
Avoid text overflows
*/
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: none;
  word-wrap: break-word;
  overflow-wrap: break-word; }
  @media (max-width: 767px) {
    p,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
      hyphens: auto; } }

.content:has(.request-contact--standalone) {
  padding-bottom: 24rem; }
  @media (min-width: 768px) {
    .content:has(.request-contact--standalone) {
      padding-bottom: 21.2rem; } }

.content:has(.request-contact--standalone) + .content {
  padding-top: 12rem; }

.section__heading {
  margin-bottom: 1rem;
  margin-top: 0;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
  font-size: 2.7rem;
  font-weight: 700; }

.section__heading--light {
  font-weight: 200; }

.section__heading--extra-margin-bottom {
  margin-bottom: 4rem; }

.section__text {
  font-size: 1.125rem;
  line-height: 1.6;
  margin-bottom: 2rem; }
  .section__text p:last-child {
    margin-bottom: 0; }

.section__two-col {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 3rem; }
  @media (min-width: 768px) {
    .section__two-col {
      grid-template-columns: 1fr 1fr; } }

.section__team-photos {
  align-content: center;
  display: grid;
  width: 80%;
  justify-self: center;
  column-gap: 0; }
  @media (min-width: 768px) {
    .section__team-photos {
      width: 100%;
      grid-template-columns: 1fr 1fr;
      column-gap: 2rem; } }
  @media (min-width: 400px) {
    .section__team-photos {
      grid-template-columns: 1fr 1fr 1fr 1fr; } }
  .section__team-photos img {
    display: none;
    object-fit: cover;
    max-height: 260px;
    width: 100%;
    box-shadow: 0 6px 5px rgba(0, 0, 0, 0.2), 0 4px 3px rgba(0, 0, 0, 0.05); }
    @media (min-width: 768px) {
      .section__team-photos img {
        height: 260px; } }
    @media (min-width: 400px) {
      .section__team-photos img {
        display: block; } }
  .section__team-photos figure {
    margin: 0;
    grid-column: 1 / span 2;
    grid-row: 1 / span 2;
    box-shadow: 0 6px 5px rgba(0, 0, 0, 0.2), 0 4px 3px rgba(0, 0, 0, 0.05); }
    .section__team-photos figure img {
      display: block;
      box-shadow: none;
      max-height: 440px;
      width: 100%; }
      @media (min-width: 768px) {
        .section__team-photos figure img {
          height: 440px; } }
    .section__team-photos figure .photo-caption {
      text-align: center;
      margin: 0.8rem;
      font-size: 1.1rem; }
  .section__team-photos div:nth-of-type(1) img {
    transform: translate(8%, -4%) scale(1.2); }
    @media (max-width: 1600px) {
      .section__team-photos div:nth-of-type(1) img {
        transform: translate(8%, 0) scale(1.1); } }
  .section__team-photos div:nth-of-type(2) img {
    transform: translate(65%, -25%) scale(1.2); }
    @media (max-width: 1600px) {
      .section__team-photos div:nth-of-type(2) img {
        transform: translate(15%, -10%) scale(1.1); } }
  .section__team-photos div:nth-of-type(3) img {
    transform: translate(37%, 12%) scale(1.2); }
    @media (max-width: 1600px) {
      .section__team-photos div:nth-of-type(3) img {
        transform: translate(17%, 4%) scale(1.1); } }
  .section__team-photos div:nth-of-type(4) img {
    transform: translate(56%, 27%) scale(1.2); }
    @media (max-width: 1600px) {
      .section__team-photos div:nth-of-type(4) img {
        transform: translate(-4%, 18%) scale(1.1); } }

.section__cta {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 5rem; }
  .section__cta .button:not(.request-contact .button) {
    margin: 0; }

.section__cta:has(.request-contact--standalone) {
  position: absolute;
  width: 100%;
  bottom: -28rem;
  left: 50%;
  transform: translate(-50%, 0); }
  @media (min-width: 768px) {
    .section__cta:has(.request-contact--standalone) {
      bottom: -25rem; } }

.section__cta--no-margin-top {
  margin-top: 0; }

.section__cta--two-col {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center; }
  @media (min-width: 768px) {
    .section__cta--two-col {
      grid-template-columns: 1fr 1fr;
      column-gap: 3rem;
      justify-items: start; } }

.section__cta--centered {
  justify-content: center; }

.subpages-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 3rem; }
  @media (max-width: 767px) {
    .subpages-list {
      grid-template-columns: 1fr; } }

.subpages-item__title {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem; }

.subpages-item__excerpt {
  margin-top: 0;
  margin-bottom: 1rem; }

.section__content-wrapper {
  display: flex;
  gap: 2rem;
  justify-content: space-between; }
  @media screen and (max-width: 900px) {
    .section__content-wrapper {
      flex-direction: column;
      gap: 1rem; } }

.section__text-column {
  max-width: 700px;
  width: 50%; }
  @media screen and (max-width: 900px) {
    .section__text-column {
      width: 100%; } }

.section__cases-column {
  max-width: 650px;
  width: 50%; }
  @media screen and (max-width: 900px) {
    .section__cases-column {
      width: 100%; } }

.cases-list {
  display: flex;
  flex-direction: column; }

.cases-item {
  color: #2c3e50;
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  text-decoration: none;
  transition: transform 0.3s, box-shadow 0.3s;
  padding: 1.5rem 2rem;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  .cases-item p {
    margin-bottom: 1em; }

.cases-item:hover {
  transform: scale(1.015);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); }

.cases-item__title {
  color: #2c3e50;
  font-size: 1.8rem;
  letter-spacing: 1px;
  margin: 0;
  margin-bottom: 1rem;
  text-align: left; }
  .cases-item__title.small {
    font-size: 1.4rem;
    margin-bottom: 0.4rem; }

.cases-item__customer {
  color: #2c3e50;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0;
  margin-bottom: 0.4rem;
  text-align: left; }
  .cases-item__customer.small {
    font-size: 1.2rem; }

.case-item__logo {
  max-height: 4rem;
  max-width: 110px;
  object-fit: contain;
  object-position: top;
  margin-top: 0.4rem;
  margin-left: 0.4rem; }
  @media screen and (max-width: 600px) {
    .case-item__logo {
      display: none; } }

.request-contact .section__heading {
  margin-bottom: 0.6rem; }
.request-contact .section__text {
  margin-bottom: 0.4rem; }

@media (min-width: 539px) {
  .request-contact--standalone .request-contact__text {
    padding: 0 10px; } }
.request-contact--standalone .contact-form--small {
  border-bottom-width: 10px;
  border-right-width: 10px;
  border-left-width: 10px; }

.contact-form--small {
  max-width: 600px;
  z-index: 200; }

.contact-form__row {
  display: grid;
  grid-template-columns: 1.8fr 1fr auto;
  align-items: end;
  column-gap: 10px; }
  @media (max-width: 768px) {
    .contact-form__row {
      grid-template-columns: auto; } }

.contact-form__submit {
  padding: 9px 13px;
  margin-top: 10px; }
  @media (max-width: 768px) {
    .contact-form__submit {
      justify-self: end; } }

.content--blue:has(.request-contact) {
  background: #1b2b3a;
  background-image: linear-gradient(165deg, #2c3e50 30%, #1b2b3a 80%); }

.container {
  text-align: left;
  max-width: 900px;
  width: 100%;
  display: inline-block; }

header .title h1 {
  font-size: 1.55em;
  font-weight: 200;
  margin: 0;
  margin-bottom: -12px; }

header .title h5 {
  font-family: 'Libre Baskerville', Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
  font-weight: normal;
  font-style: italic;
  margin: 0;
  display: inline-block; }

code {
  font-family: 'Source Code Pro', Monaco, Consolas, "Lucida Console", monospace;
  font-style: normal; }

.main-content {
  padding: 0 15px 100px;
  font-size: 1.25em; }

.main-content .container {
  padding-right: 300px; }

.main-content h1 {
  font-size: 2.5em;
  font-weight: 200;
  margin-bottom: 0;
  margin-top: 1em; }

.main-content p {
  margin-top: 0;
  margin-bottom: 1em; }

.call-to-action {
  background: #34495e;
  color: #ecf0f1;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 25px 10px;
  font-weight: bold;
  font-size: 1.2em;
  margin-top: 40px;
  transition: background-color 0.2s, color 0.2s; }

.call-to-action:hover {
  background: rgba(52, 73, 94, 0.8);
  color: white; }

@media screen and (max-width: 900px) {
  .main-content .container {
    padding-right: 30%; } }
@media screen and (max-width: 500px) {
  .main-content .container {
    padding-right: 0; } }
.honeypot {
  height: 0;
  box-sizing: border-box;
  overflow: hidden;
  opacity: 0;
  position: absolute; }

.customer-quote-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden; }
  @media (max-width: 539px) {
    .customer-quote-section {
      font-size: 0.7em; } }
  .customer-quote-section--dark {
    color: #eaf1f7; }
  .customer-quote-section--big .quote-text {
    font-size: 1.3em;
    max-width: 800px; }
    @media (min-width: 1600px) {
      .customer-quote-section--big .quote-text {
        font-size: 1.5em;
        max-width: 1000px; } }
  .customer-quote-section .quote-text {
    font-family: 'Libre Baskerville', serif;
    line-height: 175%;
    position: relative;
    padding: 0 2.75em; }
    .customer-quote-section .quote-text:before {
      content: '“';
      font-size: 5em;
      position: absolute;
      left: 5px;
      top: 0.35em; }
    .customer-quote-section .quote-text:after {
      content: '”';
      font-size: 5em;
      position: absolute;
      right: 5px;
      bottom: -35px; }
  .customer-quote-section .quotee {
    width: 100%;
    text-align: right;
    line-height: 1.5;
    padding: 0 0.75em;
    max-width: 800px; }
    .customer-quote-section .quotee:before {
      content: '— '; }
    .customer-quote-section .quotee a {
      padding: 10px 0; }
    @media (max-width: 539px) {
      .customer-quote-section .quotee {
        font-size: 1.15em; } }

.customer-quote-section .see-cases {
  background: #2c3e50;
  color: #eaf1f7;
  text-decoration: inherit;
  padding: 20px 25px;
  margin: 20px;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.3s; }
  .customer-quote-section .see-cases:hover {
    background: #375068;
    transform: scale(1.1); }
  @media screen and (max-width: 539px) {
    .customer-quote-section .see-cases {
      font-size: 1.2em; } }
  @media (max-width: 400px) {
    .customer-quote-section .see-cases {
      margin: 20px -25px; } }

.customer-quote-section.before-certification {
  margin-bottom: 3rem; }

.my-1 {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.my-2 {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.my-3 {
  margin-top: 3rem;
  margin-bottom: 3rem; }

.my-4 {
  margin-top: 4rem;
  margin-bottom: 4rem; }

.my-5 {
  margin-top: 5rem;
  margin-bottom: 5rem; }

.my-6 {
  margin-top: 6rem;
  margin-bottom: 6rem; }

.my-7 {
  margin-top: 7rem;
  margin-bottom: 7rem; }

.my-8 {
  margin-top: 8rem;
  margin-bottom: 8rem; }

.my-9 {
  margin-top: 9rem;
  margin-bottom: 9rem; }

.my-10 {
  margin-top: 10rem;
  margin-bottom: 10rem; }

.mt-1 {
  margin-top: 1rem; }

.mt-2 {
  margin-top: 2rem; }

.mt-3 {
  margin-top: 3rem; }

.mt-4 {
  margin-top: 4rem; }

.mt-5 {
  margin-top: 5rem; }

.mt-6 {
  margin-top: 6rem; }

.mt-7 {
  margin-top: 7rem; }

.mt-8 {
  margin-top: 8rem; }

.mt-9 {
  margin-top: 9rem; }

.mt-10 {
  margin-top: 10rem; }

.py-1 {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.py-2 {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.py-3 {
  padding-top: 3rem;
  padding-bottom: 3rem; }

.py-4 {
  padding-top: 4rem;
  padding-bottom: 4rem; }

.py-5 {
  padding-top: 5rem;
  padding-bottom: 5rem; }

.py-6 {
  padding-top: 6rem;
  padding-bottom: 6rem; }

.py-7 {
  padding-top: 7rem;
  padding-bottom: 7rem; }

.py-8 {
  padding-top: 8rem;
  padding-bottom: 8rem; }

.py-9 {
  padding-top: 9rem;
  padding-bottom: 9rem; }

.py-10 {
  padding-top: 10rem;
  padding-bottom: 10rem; }

.pt-1 {
  padding-top: 1rem; }

.pt-2 {
  padding-top: 2rem; }

.pt-3 {
  padding-top: 3rem; }

.pt-4 {
  padding-top: 4rem; }

.pt-5 {
  padding-top: 5rem; }

.pt-6 {
  padding-top: 6rem; }

.pt-7 {
  padding-top: 7rem; }

.pt-8 {
  padding-top: 8rem; }

.pt-9 {
  padding-top: 9rem; }

.pt-10 {
  padding-top: 10rem; }

.p-1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem; }

.p-2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem; }

.p-3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
  padding-right: 3rem; }

.p-4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 4rem;
  padding-right: 4rem; }

.p-5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-left: 5rem;
  padding-right: 5rem; }

.p-6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  padding-left: 6rem;
  padding-right: 6rem; }

.p-7 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  padding-left: 7rem;
  padding-right: 7rem; }

.p-8 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  padding-left: 8rem;
  padding-right: 8rem; }

.p-9 {
  padding-top: 9rem;
  padding-bottom: 9rem;
  padding-left: 9rem;
  padding-right: 9rem; }

.p-10 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  padding-left: 10rem;
  padding-right: 10rem; }

.font-serif {
  font-family: 'Libre Baskerville', Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif; }

.font-code {
  font-family: 'Source Code Pro', Monaco, Consolas, "Lucida Console", monospace; }

.display-1 {
  font-weight: 200;
  font-size: 2.5rem; }
  @media (min-width: 767px) {
    .display-1 {
      font-size: 4rem; } }

@media (min-width: 768px) {
  .display-1--xl {
    font-size: 6rem; } }

.display-2 {
  font-weight: 200;
  font-size: 3rem; }

.display-3 {
  font-weight: 200;
  font-size: 2rem; }

.display-4 {
  font-weight: 200;
  font-size: 1.5rem; }

.display-1 strong, .display-2 strong, .display-3 strong, .display-4 strong {
  font-weight: 900; }

p {
  margin-top: 0;
  margin-bottom: 1.6rem; }

h1, h2, h3, h4, h5, h6, .heading-1, .heading-2, .heading-3, .heading-4, .heading-5, .heading-6 {
  font-weight: 900;
  margin: 0;
  margin-top: 3rem;
  margin-bottom: 0.5rem; }

h1, .heading-1 {
  font-size: 2rem; }

h2, .heading-2 {
  font-size: 1.5rem; }

h3, .heading-3 {
  font-size: 1.25rem; }

.section--dark {
  background-color: #2c3e50;
  color: #eaf1f7; }

.section--dark-highlight-gradient {
  background-image: linear-gradient(-35deg, transparent 30%, #375068 90%); }

.section--dark-darken-gradient {
  background-image: linear-gradient(145deg, transparent 30%, #1b2b3a 90%); }

.section__exit-chevron {
  position: relative;
  overflow: hidden;
  padding-top: max(6rem, min(9vw, 232px));
  display: flex;
  flex-direction: column;
  align-items: center; }

.section__exit-chevron:before,
.section__exit-chevron:after {
  content: "";
  position: absolute;
  top: min(9vw, 232px);
  left: 50%;
  width: 100vw;
  height: 100vw;
  background-color: #2c3e50;
  transform: rotate(190deg);
  transform-origin: top left; }

.section--dark.section__exit-chevron:before,
.section--dark.section__exit-chevron:after {
  background-color: #ecf0f1; }

.section__exit-chevron:after {
  transform: rotate(260deg); }

.header {
  display: flex;
  flex-direction: column;
  align-items: start;
  grid-template-columns: 150px 1fr;
  color: #eaf1f7;
  padding: 30px 24px; }
  @media (min-width: 768px) {
    .header {
      padding: 30px 100px; } }

.header .logo {
  color: inherit;
  text-decoration: inherit;
  font-weight: 200;
  font-size: 1.3em;
  position: relative;
  z-index: 11; }

.header .site-area-logo {
  color: inherit;
  margin: 0;
  padding: 0;
  font-weight: 200;
  font-size: 3rem; }

.header .blog-logo {
  margin-top: -0.5rem;
  margin-left: 1rem;
  text-decoration: 1px underline;
  text-underline-offset: 0.5rem; }

.header .explainers-logo {
  margin-top: -1rem;
  margin-left: 1rem;
  text-decoration: 1px underline;
  text-underline-offset: 0.5rem; }

.longform {
  font-size: 1.25rem; }

.longform p, .longform ul, .longform ol, .longform blockquote {
  font-family: 'Source Serif Pro', 'Libre Baskerville', Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
  line-height: 160%;
  letter-spacing: -0.003em; }

.longform h2:first-child {
  margin-top: 0; }

.longform p + ul, .longform p + ol {
  margin-top: -1rem; }

.longform li {
  margin-bottom: 0.25em; }

.longform h1, .longform .heading-1 {
  font-size: 2.5rem; }

.longform h2, .longform .heading-2 {
  font-size: 1.875rem; }

.longform h4, .longform .heading-3 {
  font-size: 1.5rem; }

.longform a {
  color: #0e3661; }
