:root {
  --tekst: #1a1b1f;
  --rød: #c40002;
  --hvit: #fff;
  --strek: #979595;
  --svart: #000;
  --lysere-strek: #97959557;
  --lysegrå: #f1f1f1;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--tekst);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: .1em;
  font-size: 5em;
  font-weight: 700;
  line-height: 1.1em;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.container.full-bredde {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.bilde {
  background-image: url('../images/P_20180720_174012_vHDR_Auto_1.avif');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand {
  width: 15em;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: var(--tekst);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Roboto, sans-serif;
  font-size: 1em;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
}

.nav-link:hover {
  color: var(--rød);
}

.nav-link:active {
  font-weight: 700;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.body {
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.slider {
  width: 100%;
  height: 75vh;
}

.slide-3 {
  background-image: url('../images/P_20180531_163812_vHDR_Auto_1.avif');
  background-position: 50%;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/P_20180720_174012_vHDR_Auto_1.avif');
  background-position: 50%;
  background-size: cover;
}

.div-block-3 {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-4 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.subhead {
  color: var(--hvit);
  letter-spacing: .15em;
  text-indent: 0;
  font-size: 1.4rem;
  font-weight: 300;
}

.subhead.r-d {
  color: var(--rød);
  text-align: center;
  letter-spacing: .3em;
  text-transform: uppercase;
}

.subhead.hvit {
  letter-spacing: .3em;
  text-transform: uppercase;
}

.div-block-5 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  display: flex;
  position: absolute;
  bottom: 5em;
  left: 1em;
}

.heading {
  color: var(--hvit);
  font-size: 4.5em;
}

.button {
  border: 1px solid var(--hvit);
  background-color: #3898ec00;
  border-radius: 20px;
  align-self: flex-start;
  padding: .75em 2.5em;
  font-size: 1rem;
  font-weight: 400;
  transition: all .3s;
}

.button:hover {
  background-color: var(--hvit);
  color: var(--tekst);
}

.button.svart {
  background-color: var(--tekst);
  border-style: none;
  align-self: center;
  font-family: Roboto, sans-serif;
}

.button.svart:hover {
  background-color: var(--rød);
  color: var(--hvit);
  border-style: none;
}

.button.r-d {
  background-color: var(--rød);
  text-transform: uppercase;
  border-style: none;
  justify-content: flex-start;
  align-items: flex-end;
  display: block;
  position: absolute;
  top: 10em;
  left: 37.5em;
}

.button.r-d:hover {
  background-color: var(--tekst);
  color: var(--hvit);
}

.left-arrow {
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  height: 1.5em;
  display: flex;
  inset: auto auto 0% .5em;
}

.left-arrow.right-arrow {
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  inset: 0% auto 0% 5%;
}

.svg-icon {
  color: var(--tekst);
  width: 2rem;
  height: 2rem;
}

.svg-icon:hover {
  cursor: pointer;
}

.slide-nav {
  display: none;
}

.slide-5 {
  background-image: url('../images/P_20180720_174103_vHDR_Auto-1_1.avif');
  background-position: 0 0;
  background-size: auto;
}

.seksjon.med-linjal {
  background-image: url('../images/divider-dark.avif');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: auto;
}

.seksjon.bilde {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/P_20180531_163812_vHDR_Auto_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 50%;
  position: static;
}

.padding {
  width: 100%;
  height: 100%;
  padding-top: 8vh;
  padding-bottom: 8vh;
  display: block;
}

.padding.center {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.padding.center.mer-luft {
  justify-content: center;
  align-items: center;
  padding-top: 12vh;
}

.topptekst {
  text-align: center;
  max-width: 38em;
  font-family: Roboto, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.2em;
}

.topptekst.hvit {
  color: var(--hvit);
}

.topptekst.hvit.mindre {
  font-size: 1.3rem;
}

.topptekst.navn {
  text-transform: uppercase;
  font-weight: 700;
}

.topptekst.venstre {
  text-align: left;
  max-width: none;
  font-size: 1.4rem;
}

.image-3 {
  width: 8em;
}

.overskrift {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
}

.overskrift.hvit {
  color: var(--hvit);
}

.overskrift._2 {
  text-align: left;
}

.tekst {
  text-align: center;
  margin-bottom: 1em;
  font-family: Roboto, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.2em;
}

.tekst.tjenester {
  text-align: left;
  width: auto;
  margin-top: .1vw;
  margin-left: 1vw;
  font-family: Roboto, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
}

.tekst.hvit {
  color: var(--hvit);
  font-family: Roboto, sans-serif;
}

.tekst.venstre {
  text-align: left;
}

.tabs {
  width: 100%;
}

.tabs-menu {
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.tab-link {
  border: .5px solid var(--strek);
  text-align: center;
  white-space: nowrap;
  background-color: #ddd0;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 1.2em .7em;
  transition: all .4s;
  display: flex;
}

.tab-link:hover {
  background-image: linear-gradient(to bottom, var(--rød), var(--rød));
  color: var(--hvit);
}

.tab-link.w--current {
  background-color: var(--svart);
  color: var(--hvit);
}

.text-block-3 {
  text-transform: uppercase;
  font-weight: 700;
}

.div-block-8 {
  justify-content: center;
  align-items: flex-start;
  margin-top: 2vw;
  display: flex;
}

.text-span {
  font-size: 2rem;
}

.testimonial-slider-large {
  background-color: #f5f7fa;
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/P_20180531_163812_vHDR_Auto_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-bottom: 1px solid #e4ebf3;
  width: 100%;
  height: 50%;
  padding: 80px 30px;
  position: static;
}

.container-2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial-slider-two {
  background-color: #0000;
  height: auto;
}

.testimonial-slide {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #fff0;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.navn-tilbakemelding {
  color: var(--rød);
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: 300;
}

.text-span-2 {
  color: var(--hvit);
}

.footer-dark {
  background-color: #0c0c0c;
  background-image: url('../images/building-dark_1.avif');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: auto;
  border-bottom: 1px solid #e4ebf3;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 40em;
  padding-top: 10em;
  padding-left: 5em;
  padding-right: 5em;
  display: flex;
  position: relative;
}

.footer-wrapper {
  color: var(--hvit);
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-content {
  grid-column-gap: 5.5em;
  grid-row-gap: 5.5em;
  grid-template-rows: auto;
  grid-template-columns: auto 17vw 15vw;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.title-small {
  color: var(--hvit);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 1.35em;
  font-weight: 900;
  line-height: 16px;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-social-link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--lysere-strek);
  border-radius: 15em;
  justify-content: center;
  align-items: center;
  width: 6em;
  padding-top: 1em;
  padding-bottom: 1em;
  transition: all .3s;
  display: flex;
}

.footer-social-link:hover {
  background-color: #6576a8;
  border-color: #97959557;
}

.footer-copyright-center {
  color: var(--strek);
  text-align: center;
  justify-content: center;
  align-items: flex-end;
  font-family: Roboto, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1em;
}

.link {
  color: var(--tekst);
  -webkit-text-stroke-color: var(--tekst);
  font-family: Roboto, sans-serif;
  font-size: .9rem;
  transition: color .3s;
}

.link:hover, .link.w--current {
  color: var(--rød);
}

.link.gr {
  color: var(--rød);
  font-weight: 400;
}

.link.alt {
  font-size: 1em;
}

.div-block-9 {
  border-bottom: 4px solid var(--rød);
  justify-content: center;
  align-items: center;
  width: 9em;
  height: 2em;
  display: flex;
}

.text-block-4 {
  margin-left: .5em;
  margin-right: 1em;
}

.right-arrow {
  background-color: var(--hvit);
  justify-content: center;
  align-items: center;
  height: 1.5em;
  display: flex;
}

.pil-venstre {
  background-color: var(--hvit);
  justify-content: center;
  align-items: center;
  height: 2em;
  transition: all .2s;
  display: flex;
  left: -1.5vw;
}

.pil-venstre:hover {
  background-color: var(--rød);
  color: var(--hvit);
}

.pil-venstre.uten-bg {
  background-color: #fff0;
}

.pil-h-yre {
  background-color: var(--hvit);
  justify-content: center;
  align-items: center;
  height: 2em;
  transition: background-color .2s;
  display: flex;
  right: -1.5vw;
}

.pil-h-yre:hover {
  background-color: var(--rød);
}

.pil-h-yre.uten-bg {
  background-color: #fff0;
}

.grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.maskinpark {
  background-color: var(--lysegrå);
  padding: 1em;
  font-family: Roboto, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

.text-span-3 {
  font-size: 2rem;
}

.text-span-4 {
  font-weight: 300;
  line-height: 2em;
}

.div-block-10 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-flow: column;
  margin-left: 0;
  display: block;
}

.div-block-11 {
  grid-column-gap: 10em;
  grid-row-gap: 10em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-4 {
  width: 50%;
  max-width: none;
}

.path, .path-2, .path-3, .path-4 {
  color: var(--hvit);
}

.div-block-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr minmax(8vw, 8vw);
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-13 {
  font-family: Roboto, sans-serif;
}

.heading-3 {
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 1.5em;
}

.text-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--strek);
  margin-bottom: 2vh;
  font-family: Roboto, sans-serif;
  font-size: 1.2rem;
}

.text-field-2 {
  padding-top: 2vh;
  padding-bottom: 12vh;
  font-family: Roboto, sans-serif;
  font-size: 1.2rem;
}

.submit-button {
  background-color: var(--hvit);
  color: var(--tekst);
  border: 2px solid #000;
  border-radius: 20px;
  padding: 1vh 3vw;
  font-size: 1.2rem;
  font-weight: 400;
  transition: all .2s;
}

.submit-button:hover {
  border-color: var(--rød);
  background-color: var(--rød);
  color: var(--hvit);
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 32%;
  margin-right: 2%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  width: 100%;
  height: 17em;
  margin-bottom: 18px;
  overflow: hidden;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-family: Roboto, sans-serif;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.image-5 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-5._1 {
  background-image: url('../images/Untitled-design.jpg');
  background-position: 50%;
  background-size: cover;
}

.image-5._2 {
  background-image: url('../images/Untitled-design-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.image-6 {
  width: 1.6em;
}

.gap {
  grid-column-gap: .6em;
  grid-row-gap: .6em;
  flex-flow: column;
  display: flex;
}

.div-block-15 {
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 3em;
  display: flex;
}

.div-block-16 {
  background-image: url('../images/Design-uten-navn-36.avif');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-17 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 8vh;
  display: grid;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: none;
    padding-left: 1em;
    padding-right: 1em;
  }

  .container.full-bredde {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .subhead.hvit {
    font-size: .9rem;
  }

  .heading {
    font-size: 4em;
  }

  .button.r-d {
    left: 26.7em;
  }

  .left-arrow.right-arrow {
    left: 10%;
  }

  .topptekst.hvit.mindre {
    font-size: 1.2rem;
  }

  .topptekst.venstre {
    font-size: 1.3rem;
  }

  .overskrift._2 {
    font-size: 3.2em;
  }

  .tekst.tjenester {
    font-size: 1.4rem;
  }

  .container-2 {
    max-width: 728px;
  }

  .testimonial-slide {
    padding-left: 32px;
  }

  .container-3 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
    grid-template-columns: 12em 12em 12em;
  }

  .title-small {
    font-size: 1.2em;
  }

  .div-block-9 {
    display: flex;
  }

  .div-block-12 {
    grid-template-columns: 1fr .25fr;
    grid-auto-columns: .25fr;
  }

  .team-slider-wrapper {
    max-width: 100%;
  }

  .team-slide-wrapper {
    width: 49%;
  }

  .image-7 {
    max-width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .container.full-bredde {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .slider {
    overflow: hidden;
  }

  .subhead, .subhead.r-d, .subhead.hvit {
    font-size: 1rem;
  }

  .heading {
    font-size: 2.6em;
  }

  .button.r-d {
    padding-left: 1em;
    padding-right: 1em;
    top: 8.6em;
    left: 18.4em;
  }

  .topptekst {
    font-size: 1.4rem;
  }

  .topptekst.hvit {
    font-size: 1.2rem;
  }

  .topptekst.hvit.mindre {
    font-size: .9rem;
  }

  .overskrift {
    font-size: 3.8em;
  }

  .tekst, .tekst.tjenester {
    font-size: 1.2rem;
  }

  .tab-link {
    font-size: .8rem;
  }

  .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .navn-tilbakemelding {
    font-size: 1.1rem;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer-content {
    grid-column-gap: 1em;
    grid-template-columns: .5fr 1fr 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .title-small {
    font-size: 1.1em;
  }

  .footer-social-block {
    margin-top: 0;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .maskinpark {
    font-size: 1.4rem;
  }

  .text-span-4 {
    font-size: 1.2rem;
  }

  .div-block-11 {
    grid-column-gap: 1.6em;
    grid-row-gap: 1.6em;
  }

  .team-slide-wrapper {
    width: auto;
  }

  .team-block {
    padding-bottom: 0;
  }

  .team-block-info {
    justify-content: center;
    align-items: center;
  }

  .team-member-text {
    text-align: center;
  }

  .div-block-17 {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    grid-template-columns: 1fr 1fr;
    margin-left: .5em;
    margin-right: .5em;
  }

  .tab-pane-utomhusarbeid-og-landskapsutforming {
    margin-top: 3em;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
    display: flex;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .slide-3 {
    overflow: hidden;
  }

  .div-block-4 {
    width: 100%;
    overflow: hidden;
  }

  .subhead {
    font-size: .8rem;
  }

  .subhead.hvit {
    font-size: .5rem;
  }

  .div-block-5 {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    bottom: 3.2em;
  }

  .heading {
    margin-bottom: .2em;
    font-size: 2.1em;
  }

  .button.r-d {
    align-self: auto;
    inset: auto auto 2% 24%;
  }

  .left-arrow.right-arrow {
    left: 26%;
  }

  .seksjon {
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }

  .seksjon.med-linjal.center, .seksjon.bilde {
    margin-left: 0;
    margin-right: 0;
  }

  .padding.grid {
    flex-flow: column;
    margin-left: .5em;
    margin-right: .5em;
    padding-top: 0;
    display: flex;
  }

  .topptekst {
    font-size: 1.1rem;
  }

  .topptekst.venstre {
    text-align: center;
    font-size: 1.1rem;
  }

  .image-3 {
    width: 6.5em;
  }

  .overskrift {
    font-size: 2.4em;
  }

  .overskrift._2 {
    font-size: 2.6em;
  }

  .tekst.tjenester {
    text-align: center;
    margin-top: 2vw;
  }

  .text-block-3 {
    font-size: .9rem;
  }

  .div-block-8 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 2em;
    padding-bottom: 3em;
  }

  .container-2, .container-3 {
    max-width: none;
  }

  .footer-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
  }

  .footer-content {
    flex-flow: column;
    margin-top: 0;
    display: flex;
  }

  .footer-block {
    grid-column-gap: .2em;
    grid-row-gap: .2em;
  }

  .footer-copyright-center {
    font-size: .7em;
  }

  .div-block-9 {
    display: flex;
  }

  .pil-venstre.uten-bg {
    top: 3em;
    left: 3em;
  }

  .pil-h-yre.uten-bg {
    top: 3em;
    right: 3em;
  }

  .div-block-11 {
    grid-column-gap: 1.6em;
    grid-row-gap: 1.6em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .image-4 {
    width: 80%;
  }

  .div-block-12 {
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-left: .5em;
    margin-right: .5em;
    display: flex;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .team-block-info {
    padding-left: .5em;
    padding-right: .5em;
  }

  .team-member-name-two {
    text-align: center;
  }

  .div-block-15 {
    margin-bottom: 1em;
  }

  .div-block-17 {
    grid-template-columns: 1fr;
    margin-left: .5em;
    margin-right: .5em;
  }

  .image-7 {
    max-width: 90%;
  }

  .div-block-18 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .body-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .bg-trekant {
    max-width: 140%;
  }
}

#w-node-_93755e92-f23a-2d95-f3c0-18f0f6295e24-f6295e20, #w-node-_93755e92-f23a-2d95-f3c0-18f0f6295e2c-f6295e20, #w-node-_93755e92-f23a-2d95-f3c0-18f0f6295e34-f6295e20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_00003d17-93b5-e91f-b277-d2b144145260-d1ccc37f {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_3f593289-8925-cd67-d9fa-2defc896484a-d1ccc37f {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-f56236df-824d-6ff9-df18-9971e380e4ae-22a58faa {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-f56236df-824d-6ff9-df18-9971e380e4b0-22a58faa {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_676811ae-cd01-20c6-fb34-e88e5ef36d4b-7887448d {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_676811ae-cd01-20c6-fb34-e88e5ef36d4d-7887448d {
  grid-area: 2 / 2 / 3 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-_00003d17-93b5-e91f-b277-d2b144145260-d1ccc37f {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_3f593289-8925-cd67-d9fa-2defc896484a-d1ccc37f {
    grid-area: 1 / 2 / 2 / 4;
    justify-self: end;
  }

  #w-node-f56236df-824d-6ff9-df18-9971e380e4ac-22a58faa {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f56236df-824d-6ff9-df18-9971e380e4ae-22a58faa {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-f56236df-824d-6ff9-df18-9971e380e4b0-22a58faa {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_676811ae-cd01-20c6-fb34-e88e5ef36d4b-7887448d {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_676811ae-cd01-20c6-fb34-e88e5ef36d4d-7887448d {
    grid-area: 1 / 2 / 2 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_00003d17-93b5-e91f-b277-d2b14414525d-d1ccc37f {
    grid-area: 1 / 1 / 2 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_676811ae-cd01-20c6-fb34-e88e5ef36d49-7887448d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_676811ae-cd01-20c6-fb34-e88e5ef36d4d-7887448d {
    grid-area: 3 / 1 / 4 / 2;
  }
}


@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}