:root {
  --white: white;
  --black: black;
  --dark-orange: #fb8824;
  --grey: #333;
  --dim-grey: #707070;
  --black-2: #1a1818;
  --beige: #f6f4f1;
}

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

body {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 1.3vw;
  line-height: 1.3;
}

h1 {
  color: var(--white);
  letter-spacing: -.03em;
  text-transform: uppercase;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  font-size: 3.7em;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.4;
}

h3, h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2vw;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .85em;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
}

a {
  color: var(--black);
  text-align: center;
  padding: 2vh 0;
  font-size: 1em;
  font-style: normal;
  text-decoration: underline;
}

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

strong {
  font-weight: bold;
}

blockquote {
  border-left: .4em solid #e2e2e2;
  margin-bottom: 1em;
  padding: 1em 2em;
  font-size: 140%;
  line-height: 1.6;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.grid-1 {
  grid-column-gap: 0px;
  grid-template-rows: .8fr 1.2fr;
  grid-template-columns: 3.5fr .25fr 2fr;
  height: 75vh;
  padding-left: 0;
  padding-right: 0;
}

.nav-link {
  background-color: var(--white);
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 5vh 2vw 2vh;
  font-size: 1.2vw;
  font-weight: 500;
  line-height: 1.3vh;
  position: static;
}

.nav-link:hover {
  border-bottom: 1vh solid var(--dark-orange);
  color: var(--dark-orange);
  border-radius: 0;
  padding-bottom: 1vh;
}

.nav-link.w--current {
  color: var(--dark-orange);
}

.body {
  background-color: var(--white);
  color: var(--grey);
  border: .3vh #000;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
}

.orange-button-3 {
  background-color: var(--dark-orange);
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25vw;
  height: 6vh;
  margin-bottom: 10vh;
  font-size: 1.4vw;
  font-weight: 500;
  display: flex;
  position: static;
  right: 43px;
}

.orange-button-3:hover {
  filter: grayscale();
}

.orange-button-img {
  color: var(--black);
  width: 50vw;
  height: 20vh;
  padding: 0 0 0 0;
  font-size: 2vw;
  line-height: 1.3vh;
  display: block;
  position: static;
  inset: 0;
}

.orange-button-img:hover {
  filter: grayscale();
}

.text-block {
  color: var(--white);
  object-fit: fill;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  padding-left: 1vw;
  padding-right: 1vw;
  font-size: 1.5vw;
  font-weight: 700;
  line-height: 3vh;
  display: block;
  position: absolute;
}

.container-3 {
  z-index: 9999;
  background-color: var(--white);
  margin-left: 0;
  margin-right: 0;
  position: sticky;
  top: 0;
}

.navbar {
  z-index: 9999;
  border-bottom: 0vh solid var(--dim-grey);
  box-shadow: 0 0 3px 0 var(--dim-grey);
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  width: 100%;
  height: auto;
  display: block;
  position: fixed;
  top: 0;
  overflow: visible;
}

.nav-menu {
  clear: none;
  padding-top: 0;
  padding-bottom: 0;
  position: fixed;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.logo {
  width: 10vw;
  height: 10vh;
  margin-left: 10vw;
  padding: 1vh 0;
  display: flex;
}

.image-10 {
  z-index: 9999;
  flex: 0 auto;
  width: 100%;
  height: 100%;
  margin-left: 0;
  padding: 0;
  position: sticky;
  top: 0;
}

.grid-3 {
  grid-column-gap: 9vw;
  background-color: var(--white);
  grid-template-rows: auto auto auto;
  justify-content: space-around;
  padding: 10vh 13vw;
}

.white-button {
  border: .3vh solid var(--dark-orange);
  background-color: var(--white);
  color: var(--dark-orange);
  text-align: left;
  text-transform: uppercase;
  padding: 2vh;
  font-size: 1vw;
  font-weight: 600;
}

.white-button:hover {
  border-color: var(--black);
  color: var(--black-2);
}

.quote-image {
  width: 5%;
  margin-top: -1vw;
  margin-left: -4vw;
  margin-right: 0;
  position: absolute;
}

.section-3 {
  display: block;
  overflow: hidden;
}

.section-4 {
  background-color: var(--beige);
  justify-content: center;
  align-items: center;
  display: block;
}

.italic-text, .italic-text-2 {
  font-size: 1.5vw;
}

.section-5 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: block;
  overflow: hidden;
}

.section-6 {
  background-color: var(--beige);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 25vh;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.footer {
  background-color: var(--black-2);
  color: var(--grey);
  text-align: center;
  align-items: flex-start;
  width: 100%;
  height: 50vh;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  overflow: hidden;
}

.grid-5 {
  grid-column-gap: 2vw;
  grid-row-gap: 3vh;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  padding: 4vh 0 0 8vw;
}

.footer-button {
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
  background-color: #0000;
  padding: 0;
  font-size: 1vw;
  font-weight: 600;
}

.footer-button:hover {
  color: var(--dark-orange);
}

.footer-text {
  color: var(--white);
  text-align: left;
  font-size: 1vw;
  font-weight: 500;
  line-height: 3vh;
}

.footer-button-2 {
  color: var(--white);
  text-align: left;
  text-transform: none;
  background-color: #0000;
  padding: 0;
  font-size: 1vw;
  font-weight: 500;
}

.footer-button-2:hover {
  color: var(--dark-orange);
}

.footer-button-3 {
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
  background-color: #0000;
  padding: 0;
  font-size: 1vw;
  font-weight: 600;
}

.footer-button-3:hover {
  color: var(--dark-orange);
}

.link-block-3 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
  position: static;
}

.image-18 {
  width: 88%;
  height: 95%;
  margin-bottom: -30vh;
}

.image-19 {
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: -30vh;
  padding-top: 0;
}

.social-media-image {
  width: 50%;
  margin-bottom: -30vh;
}

.img-integrasjon {
  width: 100%;
  height: 100%;
  position: static;
}

.heading-5 {
  justify-content: flex-start;
  margin-top: 1.5vh;
  margin-bottom: 0;
  font-size: 2.5vw;
  display: flex;
}

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

.heading-2 {
  padding-top: 8vh;
  padding-left: 1.6vw;
  font-size: 2vw;
  font-weight: 400;
  line-height: 2;
}

.heading-1---page-2 {
  color: var(--black);
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10vw;
  font-size: 4vw;
  display: flex;
}

.bold-text {
  line-height: 2vh;
}

.heading-11 {
  padding-right: 11vw;
  font-size: 3vw;
}

.s1p3 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: flex-end;
  width: 100%;
  height: 30vh;
  padding-left: 0;
  padding-right: 0;
  display: block;
  overflow: hidden;
}

.s2p3 {
  background-color: var(--beige);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 80vh;
  padding: 13vh 0;
  display: flex;
  overflow: hidden;
}

.white-button---page-3 {
  color: #fb8824;
  text-align: left;
  text-transform: uppercase;
  background-color: #fff;
  border: .3vh solid #fb8824;
  margin-top: 5vh;
  margin-bottom: 6vh;
  padding: 2vh;
  font-size: 1vw;
  font-weight: 600;
}

.white-button---page-3:hover {
  color: #1a1818;
  border-color: #000;
}

.list-1--venstre-2 {
  color: #000;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-right: 0;
  font-size: 1.2vw;
  line-height: 1.2;
  display: flex;
}

.div-block-19 {
  background-color: #f6f4f1;
  border-bottom: 0 solid #f6f4f1;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.grid-1---page-3 {
  grid-column-gap: 2vw;
  grid-row-gap: 1vh;
  background-color: #fff;
  grid-template: "." 25vh
                 "." 5vh
                 "." 10vh
                 "." 10vh
                 "." 2vh
                 "." 2vh
                 "." 2vh
                 "." 2vh
                 "." 2vh
                 "." 2vh
                 "." 2vh
                 "." 2vh
                 / .5fr 1fr .25fr .5fr 1fr;
  grid-auto-rows: 2vh;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start center;
  width: 80vw;
  height: 90vh;
  margin-left: 10vw;
  margin-right: 10vw;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.list-1---side-3 {
  color: #000;
  font-size: 1.2vw;
  line-height: 1.2;
}

.orange---page-3 {
  grid-template-columns: .5fr 1fr .5fr .5fr 1fr;
  width: 30px;
  padding-left: 0;
}

.tech-icon-2 {
  width: 50%;
  margin-top: 4vh;
  padding-bottom: 5vh;
  display: block;
}

.s2p2-copy {
  background-color: #f6f4f1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: flex-start;
  height: 110vh;
  padding: 5vh 0;
  display: flex;
  overflow: hidden;
}

.heading-14 {
  color: #000;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 1.8vw;
  display: flex;
}

.html-embed {
  width: 50%;
  height: 70vh;
  display: flex;
}

.s1p4 {
  height: 20vh;
  margin-top: 20vh;
  margin-left: 0;
}

.div-block-21 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 7vw;
  display: grid;
}

.section-7 {
  background-color: var(--beige);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  height: 150vh;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.heading-16 {
  color: var(--black);
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 3vw;
}

.paragraph-4 {
  margin-left: 0;
  font-size: 2vw;
}

.white-button-p4 {
  border: .3vh solid var(--dark-orange);
  background-color: var(--white);
  color: var(--dark-orange);
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 45vw;
  min-width: auto;
  margin-bottom: 1.5vh;
  padding: 2vh;
  font-size: 1.8vw;
  font-weight: 600;
  display: flex;
}

.white-button-p4:hover {
  border-color: var(--black);
  color: var(--black-2);
}

.div-block-24 {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.orange---p4 {
  text-align: left;
  width: 30px;
  margin-top: 0;
  padding-left: 0;
}

.list-p4 {
  color: var(--black);
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.8vw;
  line-height: 1.2;
}

.book-demo-knapp {
  border: .3vh solid var(--black);
  background-color: var(--beige);
  color: #0000;
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 45vw;
  padding: 2vh;
  font-size: 1.8vw;
  font-weight: 600;
  display: flex;
}

.book-demo-knapp:hover {
  border-color: var(--black);
  color: var(--black-2);
}

.heading-1---page-4 {
  color: var(--black);
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 4vw;
  display: flex;
}

.heading-1---page-3 {
  color: var(--black);
  order: 0;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: flex-end;
  margin-top: 22vh;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 7vh;
  padding-left: 10vw;
  font-size: 4vw;
  display: inline-block;
}

.s1p5 {
  height: 120vh;
}

.columns-2 {
  height: 80vh;
  margin-top: 10vh;
}

.column-5 {
  height: 70vh;
}

.column-6 {
  align-items: flex-start;
  height: 100vh;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-31 {
  background-color: var(--white);
  object-fit: cover;
  width: 100%;
  height: 120vh;
  margin-top: 0;
}

.heading-1---page-5 {
  color: var(--black);
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 3vh;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 9vw;
  font-size: 4vw;
  display: flex;
}

.paragraph-5 {
  padding-top: 2vw;
  padding-left: 9vw;
  padding-right: 0;
  font-size: 1.5vw;
}

.s2p5 {
  object-fit: cover;
  background-color: #f6f4f1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  height: 90vh;
  margin-top: 0;
  padding: 0 0 5vh;
  display: flex;
  overflow: hidden;
}

.columns-4 {
  flex: 1;
  align-self: center;
}

.div-block-25 {
  background-color: var(--white);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 80vh;
  margin-left: 3vw;
  display: flex;
}

.div-block-26 {
  background-color: var(--white);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 80vh;
  margin-left: 2vw;
  margin-right: 2vw;
  display: flex;
}

.div-block-27 {
  background-color: var(--white);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 80vh;
  margin-right: 1vw;
  display: flex;
}

.paragraph-6 {
  align-self: flex-start;
  padding-top: 6vh;
  padding-left: 2vw;
  padding-right: 2vw;
  font-size: 1.3vw;
}

.paragraph-7 {
  align-self: flex-start;
  margin-bottom: 2vh;
  padding-top: 3vh;
  padding-left: 2vw;
  padding-right: 2vw;
  font-size: 1.3vw;
}

.image-32 {
  width: 20vw;
  margin-top: 5vh;
}

.orange-button-p5 {
  background-color: var(--dark-orange);
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  width: 25vw;
  height: 6vh;
  margin-top: 2vh;
  margin-bottom: 2vh;
  font-size: 1.3vw;
  font-weight: 500;
  display: flex;
  position: static;
  right: 43px;
}

.orange-button-p5:hover {
  filter: grayscale();
}

.image-32-copy {
  width: 15vw;
  margin-top: 10vh;
}

.image-33 {
  width: 15vw;
  margin-top: 80px;
}

.paragraph-7-copy {
  align-self: flex-start;
  margin-bottom: 2vh;
  padding-top: 3vh;
  padding-left: 2vw;
  padding-right: 2vw;
  font-size: 1.3vw;
}

.orange-button-p5-copy-copy {
  background-color: var(--dark-orange);
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  width: 25vw;
  height: 6vh;
  margin-top: 2vh;
  margin-bottom: 2vh;
  font-size: 1.3vw;
  font-weight: 500;
  display: flex;
  position: static;
  right: 43px;
}

.orange-button-p5-copy-copy:hover {
  filter: grayscale();
}

.paragraph-6-copy2 {
  align-self: flex-start;
  padding-top: 7vh;
  padding-left: 2vw;
  padding-right: 2vw;
}

.s1p6 {
  background-color: var(--white);
  border: 1px #000;
  height: 110vh;
  margin-top: 12vh;
}

.heading-1---page-6 {
  color: var(--black);
  text-align: left;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 10vh;
  margin-bottom: 3vh;
  margin-left: 0;
  padding-left: 0;
  font-size: 3vw;
  display: flex;
}

.paragraph-8 {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 0 0 10vh;
  font-size: 1.5vw;
  display: block;
}

.s3p6 {
  background-color: var(--white);
  height: 110vh;
  margin-top: 0;
  display: block;
}

.s5p6 {
  background-color: var(--beige);
  height: 110vh;
  margin-top: 0;
  margin-bottom: 0;
}

.column-11 {
  height: 100vh;
  padding-left: 0;
  padding-right: 0;
}

.columns-5 {
  height: 100vh;
}

.column-14, .column-15 {
  height: 50vh;
  padding-left: 0;
  padding-right: 0;
}

.column-16 {
  border: .2vw none var(--black);
  background-color: var(--beige);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 110vh;
  padding-top: 0;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.div-block-28 {
  width: 100%;
  height: 100vh;
}

.image-34, .image-36, .image-38 {
  border: .2vw none var(--black);
  object-fit: cover;
  width: 100%;
  height: 110vh;
}

.s1p7 {
  background-color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 420vh;
  margin-top: 10vh;
  display: flex;
}

.white-button-p6 {
  border: .3vh solid var(--dark-orange);
  background-color: var(--white);
  color: var(--dark-orange);
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 20vw;
  min-width: auto;
  margin-bottom: 1.5vh;
  padding: 2vh;
  font-size: 1vw;
  font-weight: 600;
  display: flex;
}

.white-button-p6:hover {
  border-color: var(--black);
  color: var(--black-2);
}

.image-p7 {
  width: 10vw;
  height: 20vh;
}

.blog-posts {
  justify-content: center;
  align-items: flex-start;
  height: auto;
  margin-top: 17vh;
  margin-bottom: 4vh;
  line-height: 1.5;
  display: block;
}

.blog-posts h4 {
  margin-top: 2vh;
  margin-bottom: 1vh;
  font-size: 2vw;
  line-height: 1.6;
}

.blog-posts h2 {
  font-size: 3vw;
}

.s2p8 {
  background-color: var(--beige);
  height: 50vh;
}

.white-button-p8 {
  border: .3vh solid var(--dark-orange);
  background-color: var(--white);
  color: var(--dark-orange);
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 30vw;
  min-width: auto;
  margin-top: 2vh;
  margin-bottom: 1.5vh;
  padding: 2vh;
  font-size: 1.3vw;
  font-weight: 600;
  display: flex;
}

.white-button-p8:hover {
  border-color: var(--black);
  color: var(--black-2);
}

.orange-button-link-continue-reading {
  color: var(--black);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 30vw;
  height: 30vh;
  margin-left: 0;
  padding: 0 0 0;
  font-size: 1.2em;
  font-weight: 500;
  display: flex;
  overflow: auto;
}

.orange-button-img-continue-reading {
  width: 40vw;
  height: 30vh;
  padding: 0 0 0 0;
  font-size: 1.2vw;
  line-height: 1.3vh;
  display: block;
  position: static;
  inset: 0;
}

.orange-button-img-continue-reading:hover {
  filter: grayscale();
}

.heading-17 {
  text-align: center;
  padding-top: 4vh;
  font-size: 1.8vw;
}

.grid-12 {
  grid-template-rows: auto auto auto;
  margin-bottom: 3.2vh;
  margin-left: 10vw;
  margin-right: 10vw;
  padding-left: 0;
}

.icon {
  color: var(--dark-orange);
}

.slider {
  background-color: #0000;
  height: 100vh;
}

.container-4 {
  margin-top: 20vh;
}

.heading-blog {
  background-color: var(--white);
  color: var(--black);
  border-radius: 0;
  width: 55vw;
  margin-top: 0;
  padding-top: 2vh;
  padding-left: 2vw;
  font-size: 1.8vw;
}

.blog-paragraph {
  background-color: var(--white);
  color: var(--black);
  width: 55vw;
  padding-bottom: 0;
  padding-left: 2vw;
  font-size: 1.3vw;
}

.white-button-blog {
  border: .3vh solid var(--dark-orange);
  background-color: var(--white);
  color: var(--dark-orange);
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 60vw;
  min-width: auto;
  margin-top: 2vh;
  margin-bottom: 1.5vh;
  padding: 2vh;
  font-size: 1.2vw;
  font-weight: 600;
  display: flex;
}

.white-button-blog:hover {
  border-color: var(--black);
  color: var(--black-2);
}

.div-block-32 {
  border: .2vw solid var(--dark-orange);
  background-color: var(--white);
  flex-direction: column;
  width: 60vw;
  height: 20vh;
  margin-top: 16vh;
  display: flex;
}

.timevstid {
  background-color: #0000;
  background-image: url('../images/laura-davidson-QBAH4IldaZY-unsplash.jpg');
  background-position: 0 0;
  background-size: cover;
}

.huske-p {
  background-image: url('../images/chuttersnap-zYvuRX4kIWE-unsplash.jpg');
  background-position: 0 0;
  background-size: cover;
}

.integrasjoner {
  background-color: #0000;
  background-image: url('../images/jonas-svidras-e28-krnIVmo-unsplash.jpg');
  background-position: 0 0;
  background-size: cover;
}

.nedlastet {
  background-color: #0000;
  background-image: url('../images/timeflex-38.jpg');
  background-position: 0 0;
  background-size: cover;
}

.s1p9 {
  height: 100vh;
}

.column-19 {
  background-color: var(--beige);
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.columns-7 {
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  display: flex;
}

.column-20 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  display: flex;
}

.adresse {
  color: var(--black);
  text-align: left;
  margin-left: 9.3vw;
  font-size: 3vw;
  font-weight: 500;
  line-height: 8vh;
}

.heading-1---page-9 {
  color: var(--black);
  justify-content: center;
  align-items: center;
  margin-top: 3vh;
  margin-bottom: 5vh;
  margin-left: 0;
  padding-left: 9vw;
  font-size: 4vw;
  display: flex;
}

.section-8 {
  background-color: var(--beige);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: flex-start;
  height: 80vh;
  padding: 2vh 0 0;
  display: flex;
  overflow: hidden;
}

.grid-15 {
  grid-column-gap: 16px;
  grid-row-gap: 1vh;
  color: var(--black);
  grid-template: ". ." 1fr
                 ". ." 1fr
                 ". Area" 1fr
                 ". ." 1fr
                 ". ." 1fr
                 ". ." 1fr
                 ". ." 1fr
                 ". ." 1fr
                 ". ." 1fr
                 / 11vw 52vw 15vw 15vw;
  grid-auto-columns: 1fr;
  height: 60vh;
  margin-top: 4vh;
  margin-left: 2vw;
  margin-right: 2vw;
  padding-bottom: 3vh;
  display: grid;
}

.list-3 {
  color: #000;
  font-size: 1.5vw;
  line-height: 1.2;
}

.orange---4 {
  text-align: left;
  width: 40px;
  padding-left: 0;
}

.div-block-35 {
  width: 40vw;
  height: 60vh;
  margin-bottom: 0;
  padding-right: 5vw;
  display: block;
}

.grid-mobil {
  grid-template: ". ." 1fr
                 ". ." 1fr
                 ". Area" 1fr
                 ". ." 1fr
                 ". ." 1fr
                 ". ." 1fr
                 ". ." 1fr
                 ". ." 1fr
                 ". ." 1fr
                 / .5fr 1.5fr 1.25fr;
  grid-auto-columns: 1fr;
  height: 60vh;
  margin-left: 2vw;
  margin-right: 2vw;
  padding-bottom: 3vh;
  display: none;
}

.orange---4-mobil {
  text-align: left;
  padding-left: 11vw;
}

.heading-11-mobil {
  padding-right: 52vw;
}

.quote-paragraph-mobile {
  margin-bottom: 2vh;
  font-size: 1.5vw;
}

.image-of-time-copy {
  object-fit: cover;
  width: 29vw;
  height: 80vh;
  margin-top: 10vh;
  margin-left: 3vw;
  padding-left: 0;
  padding-right: 0;
}

.div-block-copy {
  background-color: var(--black);
  flex-flow: column wrap;
  place-content: stretch space-between;
  align-items: flex-end;
  height: 35vh;
  margin-right: 2vw;
  display: block;
}

.div-block-5-copy {
  grid-column-gap: 1vw;
  grid-row-gap: 0px;
  grid-template: ". . . ."
                 ". . . Area"
                 / 2fr 2fr 2fr .75fr;
  grid-auto-columns: 1fr;
  height: 30vh;
  padding-bottom: 0;
  padding-left: 9vw;
  display: grid;
}

.heading-copy {
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  letter-spacing: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 16vh;
  margin-bottom: 0;
  padding-bottom: 6vh;
  padding-left: 0;
  padding-right: 0;
  font-size: 4vw;
  line-height: 10vh;
  display: flex;
}

.container-5 {
  display: none;
}

.section-1-copy {
  width: 100%;
  height: 100vh;
  padding-left: 0;
  padding-right: 0;
  display: block;
  overflow: hidden;
}

.heading-2-copy {
  padding-top: 8vh;
  padding-left: 1.6vw;
  font-size: 2vw;
  font-weight: 400;
  line-height: 2;
}

.container-6, .container-7 {
  padding-left: 0;
  padding-right: 0;
}

.s1blogg1 {
  background-color: var(--white);
  flex-direction: row;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.container-8 {
  padding-left: 0;
  padding-right: 0;
}

.s1ref1 {
  background-color: var(--white);
  flex-direction: row;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.rich-text-block {
  margin-top: 12vh;
}

.rich-text-block-2 {
  margin-top: 13vh;
}

.container-9 {
  padding-left: 0;
  padding-right: 0;
}

.s1ref2, .s1ref3, .s1ref5, .s1ref6, .s1blogg3, .s1blogg4, .s1refjaang {
  background-color: var(--white);
  flex-direction: row;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.orange-div-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.text-block-integrasjon-copy {
  color: var(--white);
  text-align: center;
  object-fit: none;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  padding-left: 1vw;
  padding-right: 1vw;
  font-size: 1vw;
  line-height: 3vh;
  display: block;
  position: absolute;
}

.grid-logo-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: space-around;
  place-items: stretch stretch;
  padding: 10vh;
  display: grid;
}

.grid-logo-2-copy {
  grid-column-gap: 1vw;
  grid-row-gap: 8vh;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  place-items: start;
  height: 70vh;
  padding: 6vh 10vw;
}

.footer-mobil {
  background-color: var(--black-2);
  color: var(--grey);
  text-align: center;
  align-items: flex-start;
  width: 100%;
  height: 50vh;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  overflow: hidden;
}

.image-19-mobil {
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: -30vh;
  padding-top: 0;
}

.image-18-mobil {
  width: 88%;
  height: 95%;
  margin-bottom: -30vh;
}

.social-media-image-mobil {
  width: 50%;
  margin-bottom: -30vh;
}

.list-3-mobil {
  color: #000;
  font-size: 1.2vw;
  line-height: 1.2;
}

.orange-button-img-copy-mobil {
  width: 50vw;
  height: 20vh;
  padding: 0 0 0 0;
  font-size: 1.2vw;
  line-height: 1.3vh;
  display: block;
  position: static;
  inset: 0;
}

.orange-button-img-copy-mobil:hover {
  filter: grayscale();
}

.orange-button-link-copy-mobil {
  color: var(--black);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 13vw;
  height: 30vh;
  margin-left: 0;
  padding: 0 0 0;
  font-size: 1.2em;
  font-weight: 500;
  display: flex;
  overflow: auto;
}

.orange-button-img-copy-mobil-copy {
  width: 50vw;
  height: 20vh;
  padding: 0 0 0 0;
  font-size: 1.2vw;
  line-height: 1.3vh;
  display: block;
  position: static;
  inset: 0;
}

.orange-button-img-copy-mobil-copy:hover {
  filter: grayscale();
}

.s2p2-mobil {
  background-color: #f6f4f1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: flex-start;
  height: 110vh;
  padding: 5vh 0;
  display: none;
  overflow: hidden;
}

.grid-1---page-3-copy {
  grid-column-gap: 2vw;
  grid-row-gap: 1vh;
  background-color: #fff;
  grid-template: "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "." 2vh
                 "." 2vh
                 "." 2vh
                 "."
                 / .5fr 1fr .25fr .5fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start center;
  height: 100vh;
  margin-left: 10vw;
  margin-right: 10vw;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.tech-icon-2-mobil {
  width: 50%;
  margin-top: 4vh;
  display: block;
}

.heading-14-mobil {
  color: #000;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 4vh;
  font-size: 1.8vw;
  display: flex;
}

.s1p2-copy {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 30vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.white-button---page-3-mobil {
  color: #fb8824;
  text-align: left;
  text-transform: uppercase;
  background-color: #fff;
  border: .3vh solid #fb8824;
  margin-top: 8vh;
  margin-bottom: 6vh;
  padding: 2vh;
  font-size: 1vw;
  font-weight: 600;
}

.white-button---page-3-mobil:hover {
  color: #1a1818;
  border-color: #000;
}

.link-block-3-mobil {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
  position: static;
}

.footer-button-mobil {
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
  background-color: #0000;
  padding: 0;
  font-size: 1vw;
  font-weight: 600;
}

.footer-button-mobil:hover {
  color: var(--dark-orange);
}

.footer-button-mobil-copy {
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
  background-color: #0000;
  padding: 0;
  font-size: 1vw;
  font-weight: 600;
}

.footer-button-mobil-copy:hover {
  color: var(--dark-orange);
}

.quote-paragraph-mobile-copy {
  margin-bottom: 2vh;
  font-size: 1.5vw;
}

.quote-image-copy {
  width: 5%;
  margin-top: -1vw;
  margin-left: -4vw;
  margin-right: 0;
  position: absolute;
}

.link-block-6 {
  width: 10vw;
}

.white-button---page-3-mobil-copy {
  color: #fb8824;
  text-align: left;
  text-transform: uppercase;
  background-color: #fff;
  border: .3vh solid #fb8824;
  margin-top: 8vh;
  margin-bottom: 6vh;
  padding: 2vh;
  font-size: 1vw;
  font-weight: 600;
}

.white-button---page-3-mobil-copy:hover {
  color: #1a1818;
  border-color: #000;
}

.grid-1---page-3-copy-copy {
  grid-column-gap: 2vw;
  grid-row-gap: 1vh;
  background-color: #fff;
  grid-template: "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "." 2vh
                 "." 2vh
                 "." 2vh
                 "."
                 / .5fr 1fr .25fr .5fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start center;
  height: 100vh;
  margin-left: 10vw;
  margin-right: 10vw;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.div-block-41 {
  background-color: #000;
  flex-flow: column wrap;
  place-content: stretch space-between;
  align-items: flex-end;
  height: 35vh;
  margin-right: 2vw;
  display: block;
}

.div-block-42 {
  grid-column-gap: 1vw;
  grid-row-gap: 0px;
  grid-template: ". . . ."
                 ". . . Area"
                 / 2fr 2fr 2fr .75fr .75fr;
  grid-auto-columns: 1fr;
  height: 30vh;
  padding-bottom: 0;
  padding-left: 9vw;
  display: grid;
}

.text-block-4 {
  color: #fff;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  padding-left: 1vw;
  padding-right: 1vw;
  font-size: 1.1vw;
  line-height: 3vh;
  display: block;
  position: absolute;
}

.orange-button-link-2 {
  color: #000;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 13vw;
  height: 30vh;
  margin-left: 0;
  padding: 0 0 0;
  font-size: 1.2em;
  font-weight: 500;
  display: flex;
  overflow: auto;
}

.heading-18 {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 16vh;
  margin-bottom: 0;
  padding-bottom: 6vh;
  padding-left: 0;
  padding-right: 0;
  font-size: 4vw;
  line-height: 10vh;
  display: flex;
}

.image-of-time-2 {
  object-fit: cover;
  width: 60vw;
  height: 90vh;
  margin-top: 10vh;
  padding-left: 0;
  padding-right: 0;
}

.lottie-animation-2 {
  justify-content: center;
  align-items: flex-end;
  width: 225%;
  display: flex;
  position: relative;
  top: 33.3vh;
  left: -6vh;
  right: 0;
}

.lottie-animation-3 {
  width: 100%;
  position: relative;
  top: -5vh;
  left: -4.9vw;
}

.lottie-animation-2-copy {
  justify-content: center;
  align-items: flex-end;
  width: 225%;
  display: flex;
  position: relative;
  top: 32.2vh;
  left: -10vh;
  right: 0;
}

.lottie-animation-3-copy {
  width: 100%;
  position: relative;
  top: -4.4vh;
  left: -6.3vw;
}

.nav-link-copy {
  background-color: var(--white);
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 5vh 2vw 2vh;
  font-size: 1.2vw;
  font-weight: 500;
  line-height: 1.3vh;
  position: static;
}

.nav-link-copy:hover {
  border-bottom: 1vh solid var(--dark-orange);
  color: var(--dark-orange);
  border-radius: 0;
  padding-bottom: 1vh;
}

.nav-link-copy.w--current {
  color: var(--dark-orange);
}

.section-9 {
  background-image: url('../images/timeflex-7.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 100vh;
  margin-top: 0;
}

.white-button-copy {
  border: .3vh solid var(--dark-orange);
  background-color: var(--white);
  color: var(--dark-orange);
  text-align: left;
  text-transform: uppercase;
  padding: 2vh;
  font-size: 1vw;
  font-weight: 600;
}

.white-button-copy:hover {
  border-color: var(--black);
  color: var(--black-2);
}

.white-button-mobil-copy-copy {
  border: .3vh solid var(--dark-orange);
  background-color: var(--white);
  color: var(--dark-orange);
  text-align: left;
  text-transform: uppercase;
  padding: 2vh;
  font-size: 1vw;
  font-weight: 600;
}

.white-button-mobil-copy-copy:hover {
  border-color: var(--black);
  color: var(--black-2);
}

.section-10 {
  display: none;
}

.column-22 {
  border: .2vw none var(--black);
  background-color: var(--beige);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-top: 0;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.column-24 {
  border: .2vw none var(--black);
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-top: 0;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.image-51, .image-52 {
  border: .2vw none var(--black);
  object-fit: cover;
  height: 110vh;
}

.image-53 {
  border: .2vw none var(--black);
  object-fit: cover;
  width: 100%;
  height: 110vh;
}

.s1p6-copy {
  background-color: var(--beige);
  border: 1px #000;
  height: 110vh;
  margin-top: 0;
}

.image-p7-copy {
  width: 20vw;
  height: 10vh;
}

.list-item-ref {
  background-color: var(--white);
  border: .2vw #000;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 40vh;
  margin-top: 10vh;
  margin-bottom: 10vh;
  display: flex;
}

.image-54 {
  opacity: 1;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.link-bransje {
  padding-right: 0;
}

.column-16-copy, .column-22-copy {
  border: .2vw none var(--black);
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-top: 0;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.heading-5-copy {
  justify-content: flex-start;
  margin-top: -5vh;
  margin-bottom: 5vh;
  font-size: 2.5vw;
  display: flex;
}

.italic-text-3, .italic-text-4 {
  font-size: 1.3vw;
}

.image-55 {
  width: 50vw;
  height: 50vh;
  display: block;
}

.s5p6-copy {
  background-color: var(--white);
  height: 110vh;
  margin-top: 0;
  margin-bottom: 0;
}

.s1p6-mobil {
  background-color: var(--white);
  border: 1px #000;
  height: 110vh;
  margin-top: 12vh;
  display: none;
}

.s1p6-copy-mobil {
  background-color: var(--beige);
  border: 1px #000;
  height: 110vh;
  margin-top: 0;
  display: none;
}

.s3p6-mobil {
  background-color: var(--white);
  height: 110vh;
  margin-top: 0;
  display: none;
}

.s5p6-mobil {
  background-color: var(--beige);
  height: 110vh;
  margin-top: 0;
  margin-bottom: 0;
  display: none;
}

.s5p6-copy-mobil {
  background-color: var(--white);
  height: 110vh;
  margin-top: 0;
  margin-bottom: 0;
  display: none;
}

.s5p6-mobil2 {
  background-color: var(--beige);
  height: 110vh;
  margin-top: 0;
  margin-bottom: 0;
  display: none;
}

.column-11-copy {
  height: 100vh;
  padding-left: 0;
  padding-right: 0;
}

.column-15-copy {
  height: 50vh;
  padding-left: 0;
  padding-right: 0;
}

.image-56 {
  height: 50%;
}

.s1blogg2-copy, .s1blogg3-copy {
  background-color: var(--white);
  flex-direction: row;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.payroll-net-api {
  background-color: #0000;
  background-image: url('../images/timeflex-41.jpg');
  background-position: 0 0;
  background-size: cover;
}

.s1refjaangaard {
  background-color: var(--white);
  flex-direction: row;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.section-9-copy {
  height: 800vh;
  margin-top: 100px;
}

.orange-button-p4-copy {
  background-color: var(--dark-orange);
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  width: 25vw;
  height: 6vh;
  margin-bottom: 29vh;
  font-weight: 500;
  display: flex;
  position: static;
  right: 43px;
}

.orange-button-p4-copy:hover {
  filter: grayscale();
}

.container-16 {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.twitter {
  padding-top: 0;
  padding-left: 5vw;
}

.lunner, .list-item-ref-na {
  background-color: var(--white);
  border: .2vw #000;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 40vh;
  margin-top: 10vh;
  margin-bottom: 10vh;
  display: flex;
}

.list-item-craw {
  background-color: var(--beige);
  border: .2vw #000;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 40vh;
  margin-top: 10vh;
  margin-bottom: 10vh;
  display: flex;
}

.list-item-at {
  background-color: var(--white);
  border: .2vw #000;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 40vh;
  margin-top: 10vh;
  margin-bottom: 10vh;
  display: flex;
}

.list-item-ref-jaanga, .list-item-fs, .list-item-has-s {
  background-color: var(--beige);
  border: .2vw #000;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 40vh;
  margin-top: 10vh;
  margin-bottom: 10vh;
  display: flex;
}

.columns-mobile {
  background-color: var(--dark-orange);
  justify-content: space-around;
  width: 100vw;
  height: 150vh;
  display: flex;
}

.column-3-mobile {
  grid-column-gap: 16px;
  grid-row-gap: 4vh;
  background-color: var(--white);
  grid-template-rows: auto 13vh 13vh 13vh 13vh 13vh 13vh 13vh 13vh;
  grid-template-columns: .25fr 1.75fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  height: 150vh;
  padding: 0 4vw 4vw 7vw;
  display: grid;
}

.column-4-mobile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--beige);
  border: 1px #000;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch end;
  height: 150vh;
  padding: 2vw;
  display: grid;
}

.link {
  color: var(--white);
}

.s1reffib {
  background-color: var(--white);
  flex-direction: row;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.social-media-image-copy {
  width: 36%;
  margin-bottom: -30vh;
}

.social-media-image-mobil-copy {
  width: 50%;
  margin-bottom: -30vh;
}

.s1blogg6 {
  background-color: var(--white);
  flex-direction: row;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.arbeidsmilj-loven {
  background-color: #0000;
  background-image: url('../images/timeflex-1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.section-11 {
  background-color: var(--white);
  height: 40vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.text-block-5 {
  background-color: var(--white);
  text-align: center;
  margin-right: 0;
  font-size: 2vw;
  font-style: italic;
}

.container-17 {
  background-color: var(--white);
  align-items: center;
  display: flex;
}

.stemplingsur, .hjemmekontor, .blogg-4 {
  background-color: #0000;
  background-image: url('../images/timeflex-17_1.jpg');
  background-position: 0 0;
  background-size: cover;
}

@media screen and (min-width: 1280px) {
  .heading-1---page-2 {
    margin-left: 10vw;
  }

  .grid-1---page-3 {
    grid-template-rows: 20vh 5vh 10vh 10vh 2vh 2vh 2vh 2vh 2vh 2vh 2vh 2vh;
  }

  .orange---page-3 {
    width: 30px;
    padding-left: 0;
  }

  .heading-16 {
    padding-left: 0;
    padding-right: 11vw;
  }

  .paragraph-4 {
    margin-left: 0;
  }

  .orange---p4 {
    width: 35px;
    padding-left: 0;
  }

  .heading-1---page-4, .heading-1---page-3 {
    margin-left: 0;
  }

  .s1p5 {
    height: 120vh;
  }

  .columns-2, .column-6 {
    height: 60vh;
  }

  .heading-1---page-5 {
    margin-left: 0;
  }

  .s2p5 {
    justify-content: space-around;
  }

  .div-block-25 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    justify-items: center;
    height: 90vh;
    margin-left: 6vw;
    display: grid;
  }

  .div-block-26 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    height: 90vh;
    margin-left: 3vw;
    margin-right: 3vw;
    display: grid;
  }

  .div-block-27 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    height: 90vh;
    margin-right: 6vw;
    display: grid;
  }

  .paragraph-6 {
    padding-top: 1vh;
  }

  .paragraph-7 {
    padding-top: 0;
  }

  .orange-button-p5 {
    width: 12vw;
  }

  .image-32-copy {
    width: 15vw;
    padding-top: 0;
  }

  .paragraph-7-copy {
    text-align: left;
    margin-bottom: 2.5vh;
    padding-top: 0;
  }

  .orange-button-p5-copy-copy {
    width: 12vw;
  }

  .paragraph-6-copy2 {
    margin-top: -1vh;
    padding-top: 0;
  }

  .heading-1---page-6 {
    margin-left: 0;
  }

  .s1p7 {
    height: 360vh;
  }

  .white-button-p6 {
    justify-content: center;
  }

  .heading-1---page-9 {
    margin-left: 0;
  }

  .orange---4 {
    width: 40px;
    margin-left: 0;
  }

  .container-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .s1blogg1, .s1ref1 {
    height: auto;
  }

  .container-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .s1ref2, .s1refjaang {
    height: auto;
  }

  .image-p7-copy {
    width: 20vw;
    height: 10vh;
    padding-top: 3vh;
    padding-bottom: 3vh;
  }

  .list-item-ref {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 40vh;
    display: flex;
  }

  .s1refjaangaard {
    height: auto;
  }

  .lunner, .list-item-ref-na, .list-item-craw, .list-item-at, .list-item-ref-jaanga, .list-item-fs, .list-item-has-s {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 40vh;
    display: flex;
  }

  .columns-mobile {
    border-style: none;
  }

  .column-4-mobile {
    border: .2vw none var(--dark-orange);
    padding-top: 2vh;
    padding-bottom: 2vh;
  }

  .s1reffib, .s1blogg6 {
    height: auto;
  }
}

@media screen and (min-width: 1440px) {
  .heading-1---page-2 {
    margin-left: 10vw;
  }

  .heading-11 {
    padding: 0 0 0 4vw;
  }

  .s1p3 {
    height: 35vh;
  }

  .s2p3 {
    margin-bottom: 0;
    padding-top: 9vh;
  }

  .white-button---page-3 {
    margin-top: 4vh;
    margin-bottom: 0;
  }

  .list-1--venstre-2 {
    font-size: 1vw;
    line-height: 1.3;
  }

  .grid-1---page-3 {
    grid-template-rows: 25vh 5vh 10vh 10vh 2vh 2vh 2vh 2vh 2vh 2vh 2vh 2vh 2vh 20vh;
    height: 100vh;
  }

  .list-1---side-3 {
    font-size: 1.1vw;
  }

  .orange---page-3 {
    padding-left: 0;
  }

  .s2p2-copy {
    height: 130vh;
  }

  .heading-14 {
    padding-bottom: 0;
    font-size: 1.6vw;
  }

  .s1p4 {
    margin-left: 0;
  }

  .div-block-21 {
    margin-left: 7vw;
  }

  .section-7 {
    height: 150vh;
    margin-bottom: 0;
    padding-top: 0;
  }

  .heading-16 {
    padding: 0 12vw 0 0;
  }

  .paragraph-4 {
    margin-left: 0;
  }

  .orange---p4 {
    width: 40px;
    margin-left: 0;
    padding-left: 0;
  }

  .list-p4 {
    margin-left: 0;
    padding-left: 0;
  }

  .heading-1---page-4, .heading-1---page-3 {
    margin-left: 0;
  }

  .s1p5 {
    height: 140vh;
  }

  .column-5 {
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
  }

  .image-31 {
    height: 140vh;
  }

  .heading-1---page-5 {
    margin-top: 10vh;
    margin-left: 0;
  }

  .s2p5 {
    height: 110vh;
  }

  .div-block-25 {
    align-content: space-between;
    place-items: center;
    height: 100vh;
    margin-top: 10vh;
  }

  .div-block-26, .div-block-27 {
    align-content: space-between;
    height: 100vh;
    margin-top: 10vh;
  }

  .image-32-copy {
    width: 15vw;
  }

  .heading-1---page-6 {
    margin-left: 0;
  }

  .s1p7 {
    justify-content: flex-start;
    align-items: center;
    height: 500vh;
  }

  .heading-1---page-9 {
    margin-left: 0;
  }

  .section-8 {
    margin-bottom: 0;
    padding-top: 9vh;
  }

  .grid-15 {
    grid-row-gap: 0vh;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 10vw 30vw 25vw 25vw;
  }

  .list-3 {
    margin-left: -2vw;
    padding-left: 0;
  }

  .orange---4 {
    width: 45px;
    margin-left: 1vw;
    padding-left: 0;
  }

  .div-block-35 {
    width: 50vw;
    margin-bottom: 0;
    padding-right: 0;
  }

  .grid-mobil {
    grid-row-gap: 0vh;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: .5fr 1.5fr 1.25fr 1fr;
  }

  .orange---4-mobil {
    margin-left: -3.5vw;
    padding-left: 8vw;
  }

  .heading-11-mobil {
    padding: 0 0 0 4vw;
  }

  .container-6, .container-7, .container-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .s1ref1, .s1ref2, .s1ref5, .s1refjaang {
    height: auto;
  }

  .list-3-mobil {
    margin-left: -2vw;
    padding-left: 0;
  }

  .s2p2-mobil {
    height: 90vh;
  }

  .grid-1---page-3-copy {
    grid-template-rows: 15vh 5vh 2vh 2vh 2vh 5vh 2vh 2vh 2vh 2vh 2vh 2vh 2vh 20vh;
    height: 75vh;
  }

  .heading-14-mobil {
    padding-bottom: 0;
    font-size: 1.6vw;
  }

  .s1p2-copy {
    height: 30vh;
  }

  .white-button---page-3-mobil, .white-button---page-3-mobil-copy {
    margin-top: 4vh;
    margin-bottom: 0;
  }

  .grid-1---page-3-copy-copy {
    grid-template-rows: 15vh 5vh 2vh 2vh 2vh 5vh 2vh 2vh 2vh 2vh 2vh 2vh 2vh 20vh;
    height: 75vh;
  }

  .text-block-4 {
    font-size: 1vw;
  }

  .lottie-animation-2 {
    top: 33.1vh;
    left: -11vh;
  }

  .lottie-animation-3 {
    top: -5vh;
  }

  .section-10 {
    height: auto;
    display: none;
  }

  .paragraph-9 {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .s1blogg2-copy, .s1refjaangaard {
    height: auto;
  }

  .column-3-mobile {
    height: 150vh;
  }

  .column-4-mobile {
    border-style: none;
  }

  .s1reffib, .s1blogg6 {
    height: auto;
  }
}

@media screen and (min-width: 1920px) {
  p {
    padding-top: 2px;
    padding-left: 0;
  }

  .nav-link {
    margin-top: 1vh;
  }

  .body {
    height: 100%;
    margin-left: 0;
  }

  .container-3 {
    padding-top: 0;
    position: static;
  }

  .navbar {
    z-index: 99999;
    position: fixed;
    top: 0;
  }

  .logo.w--current {
    margin-top: 0;
  }

  .section-4 {
    height: 50vh;
    display: block;
  }

  .section-5 {
    height: 70vh;
  }

  .heading-1---page-2 {
    margin-top: 0;
    margin-left: 10vw;
  }

  .heading-11 {
    padding-right: 38vw;
  }

  .s1p3 {
    width: 100%;
  }

  .s2p3 {
    padding-top: 5vh;
  }

  .grid-1---page-3 {
    grid-row-gap: 3vh;
    grid-template-rows: 25vh 7vh 7vh 10vh 2vh 2vh 2vh 2vh 2vh 2vh 2vh 2vh 2vh 20vh;
    height: 120vh;
  }

  .list-1---side-3 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .orange---page-3 {
    width: 40px;
    padding-left: 0;
  }

  .s2p2-copy {
    height: 130vh;
  }

  .s1p4 {
    justify-content: flex-start;
    align-items: flex-end;
    height: 30vh;
    margin-top: 0;
    margin-bottom: 7vh;
    display: flex;
  }

  .div-block-21 {
    grid-column-gap: 16px;
    grid-row-gap: 1vh;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 0;
    margin-left: 10vw;
    padding-bottom: 0;
    display: grid;
  }

  .section-7 {
    background-color: var(--white);
    color: var(--black);
    height: 150vh;
    padding-top: 0;
  }

  .heading-16 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-4 {
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
  }

  .white-button-p4 {
    font-size: 1.8vw;
  }

  .orange---p4 {
    width: 45px;
    margin-left: 0;
    padding-left: 0;
  }

  .list-p4 {
    margin-left: 0;
  }

  .book-demo-knapp {
    height: 20vh;
    font-size: 1.8vw;
  }

  .heading-1---page-4 {
    margin-top: 0;
    margin-left: 0;
  }

  .heading-1---page-3 {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 20vh;
  }

  .s1p5 {
    height: 130vh;
  }

  .column-6 {
    justify-content: center;
    align-items: flex-end;
    height: 120vh;
    display: flex;
  }

  .image-31 {
    align-self: stretch;
    height: 120vh;
    margin-top: 6.5vh;
    display: block;
  }

  .heading-1---page-5 {
    margin-top: 15vh;
    margin-left: 0;
  }

  .s2p5 {
    height: 120vh;
    padding-top: 0;
  }

  .div-block-25, .div-block-26, .div-block-27 {
    height: 100vh;
  }

  .image-32-copy {
    width: 15vw;
  }

  .s1p6 {
    height: 50vh;
    padding-bottom: 0;
    padding-right: 0;
  }

  .heading-1---page-6 {
    margin-top: 0;
    margin-left: 0;
  }

  .s3p6 {
    height: 90vh;
    padding-bottom: 0;
    padding-right: 0;
  }

  .s1p7 {
    height: 500vh;
  }

  .heading-1---page-9 {
    margin-top: 0;
    margin-left: 6vw;
  }

  .section-8 {
    padding-top: 5vh;
  }

  .grid-15 {
    height: 70vh;
  }

  .orange---4 {
    width: 60px;
    margin-left: 1vw;
    padding-left: 0;
  }

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

  .grid-mobil {
    height: 70vh;
  }

  .heading-11-mobil {
    padding-right: 38vw;
  }

  .image-of-time-copy {
    margin-top: 7vh;
  }

  .div-block-copy {
    margin-top: 5vh;
  }

  .section-1-copy {
    width: 100%;
  }

  .container-6, .container-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .s1blogg1, .s1ref1, .s1ref2, .s1ref3, .s1ref5, .s1blogg4, .s1refjaang {
    height: auto;
  }

  .grid-logo-2-copy {
    grid-row-gap: 7vh;
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .s1p2-copy {
    width: 100%;
  }

  .div-block-41 {
    margin-top: 5vh;
  }

  .text-block-4 {
    padding-left: 2vw;
    padding-right: 2vw;
    font-size: .9vw;
  }

  .image-of-time-2 {
    margin-top: 10vh;
  }

  .lottie-animation-2 {
    top: 33.9vh;
    left: -11.9vh;
  }

  .lottie-animation-3, .lottie-animation-3-copy {
    top: -4vh;
  }

  .nav-link-copy {
    margin-top: 1vh;
  }

  .s1p6-copy {
    height: 50vh;
    padding-bottom: 0;
    padding-right: 0;
  }

  .list-item-ref {
    border-style: none;
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .s1p6-mobil, .s1p6-copy-mobil {
    height: 50vh;
    padding-bottom: 0;
    padding-right: 0;
  }

  .s3p6-mobil {
    height: 90vh;
    padding-bottom: 0;
    padding-right: 0;
  }

  .s1blogg2-copy, .s1refjaangaard {
    height: auto;
  }

  .lunner, .list-item-ref-na, .list-item-craw, .list-item-at, .list-item-ref-jaanga, .list-item-fs, .list-item-has-s {
    border-style: none;
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .columns-mobile {
    background-color: var(--white);
    justify-content: space-between;
    width: 100vw;
    padding-top: 0;
  }

  .column-3-mobile {
    padding-left: 10vw;
  }

  .column-4-mobile {
    border-style: none;
    height: 150vh;
  }

  .s1reffib, .s1blogg6 {
    height: auto;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 16px;
  }

  .grid-1 {
    grid-template-columns: 3.5fr .25fr 1.5fr;
  }

  .nav-link {
    font-size: 3vw;
  }

  .orange-button-3 {
    width: 40vw;
    font-size: 1.6vw;
  }

  .text-block {
    font-size: 1.5vw;
  }

  .nav-menu {
    border-style: solid;
    border-width: 0 0 .3vw;
    border-color: var(--dark-orange);
    border-radius: 0;
    box-shadow: 0 0 3px #000;
  }

  .logo {
    align-items: center;
    width: 15vw;
    height: 5vh;
    margin-top: 1vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .logo.w--current {
    width: 20vw;
  }

  .white-button {
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 2vh;
    font-size: 1.5vw;
  }

  .quote-image {
    width: 5%;
    display: block;
    position: absolute;
  }

  .div-block-9 {
    height: 5vh;
  }

  .italic-text, .italic-text-2 {
    font-size: 2vw;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .footer-button, .footer-text, .footer-button-2, .footer-button-3 {
    font-size: 2vw;
  }

  .heading-5 {
    font-size: 3vw;
  }

  .heading-1---page-2 {
    font-size: 5vw;
  }

  .s1p3 {
    height: 20vh;
  }

  .white-button---page-3 {
    text-align: center;
    width: auto;
    height: auto;
    padding: 2vh;
    font-size: 2vw;
  }

  .list-1--venstre-2 {
    font-size: 2vw;
  }

  .grid-1---page-3 {
    grid-row-gap: 2vh;
    grid-template-rows: 15vh 5vh 6vh 6vh 4vh 4vh 4vh 4vh 4vh 4vh 4vh 2vh;
    height: 100vh;
  }

  .list-1---side-3 {
    font-size: 2vw;
  }

  .orange---page-3 {
    padding-left: 0;
  }

  .heading-14 {
    font-size: 2.5vw;
  }

  .s1p4 {
    align-items: center;
    margin-top: 8vh;
    display: flex;
  }

  .section-7 {
    background-color: var(--white);
    height: 140vh;
  }

  .heading-16 {
    padding-left: 0;
    font-size: 1.5em;
  }

  .paragraph-4 {
    font-size: 2.5vw;
  }

  .white-button-p4 {
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 2vh;
    font-size: 1.2vw;
  }

  .list-p4 {
    padding-top: 0;
    font-size: 2vw;
  }

  .book-demo-knapp {
    text-align: center;
    width: 30vw;
    height: 10vh;
    padding: 2vh;
    font-size: 1.2vw;
  }

  .heading-1---page-4 {
    font-size: 2.3em;
  }

  .heading-1---page-3 {
    margin-top: 13vh;
  }

  .s1p5, .column-6, .image-31 {
    height: 80vh;
  }

  .paragraph-5 {
    font-size: 2vw;
  }

  .s2p5 {
    flex-direction: column;
    height: 185vh;
  }

  .columns-4 {
    flex-direction: column;
    display: flex;
  }

  .div-block-25 {
    justify-content: space-around;
    height: 50vh;
    margin: 10vh 10vw;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-26 {
    height: 50vh;
    margin-left: 10vw;
    margin-right: 10vw;
  }

  .div-block-27 {
    height: 55vh;
    margin: 10vw;
    padding-left: 0;
  }

  .paragraph-7 {
    font-size: 2vw;
  }

  .image-32, .image-32-copy, .image-33 {
    width: 30vw;
  }

  .paragraph-7-copy {
    font-size: 2vw;
  }

  .s1p6 {
    height: 110vh;
  }

  .heading-1---page-6 {
    font-size: 4vw;
  }

  .paragraph-8 {
    font-size: 2vw;
  }

  .s1p7 {
    height: 420vh;
  }

  .white-button-p6 {
    text-align: center;
    width: 20vw;
    height: 8vw;
    padding: 2vh;
    font-size: 2vw;
  }

  .image-p7 {
    width: 20vw;
    height: 15vh;
  }

  .blog-posts h4 {
    font-size: 2vw;
  }

  .white-button-p8 {
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 2vh;
    font-size: 1.6vw;
  }

  .icon {
    width: 100%;
    height: 100%;
  }

  .heading-blog {
    font-size: 2.2vw;
  }

  .blog-paragraph {
    font-size: 2vw;
  }

  .white-button-blog {
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 2vh;
    font-size: 2vw;
  }

  .div-block-32 {
    margin-left: 6vw;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    height: 7vh;
    padding: 2vw;
    display: flex;
  }

  .section-8 {
    justify-content: center;
    align-items: center;
    height: 100vh;
  }

  .grid-15 {
    display: none;
  }

  .list-3 {
    margin-left: 0;
    padding-left: 0;
    display: flex;
  }

  .div-block-35 {
    width: 60vw;
    height: 40vh;
    margin-top: 4vh;
    margin-bottom: 0;
  }

  .grid-mobil {
    grid-column-gap: 16px;
    grid-row-gap: 2vh;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr auto;
    grid-template-columns: .5fr 1.5fr;
    grid-auto-columns: 1fr;
    place-items: center;
    height: 80vh;
    margin-top: -10vh;
    padding-bottom: 0;
    display: grid;
  }

  .orange---4-mobil {
    width: 30px;
    margin-left: 0;
    padding-left: 0;
  }

  .heading-11-mobil {
    padding-right: 0;
    font-size: 4vw;
  }

  .quote-paragraph-mobile {
    margin-top: -33px;
    font-size: 2vw;
  }

  .container-5 {
    display: none;
  }

  .section-1-copy {
    height: 80vh;
  }

  .container-6, .container-7 {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .s1blogg1 {
    height: auto;
  }

  .container-8 {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .s1ref1 {
    height: auto;
  }

  .container-9 {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .s1ref2, .s1blogg4 {
    height: auto;
  }

  .grid-logo-2-copy {
    padding-top: 3vh;
    padding-bottom: 3vh;
  }

  .footer-mobil {
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .image-19-mobil, .image-18-mobil {
    margin-bottom: -13vh;
  }

  .social-media-image-mobil {
    margin-bottom: -12vh;
  }

  .list-3-mobil {
    margin-left: 0;
    padding-left: 0;
    font-size: 2vw;
    display: flex;
  }

  .grid-1---page-3-copy {
    display: none;
  }

  .s1p2-copy {
    height: 15vh;
  }

  .white-button---page-3-mobil {
    text-align: center;
    width: auto;
    height: auto;
    padding: 2vh;
    font-size: 1.2vw;
  }

  .quote-paragraph-mobile-copy {
    margin-top: -33px;
    font-size: 2vw;
  }

  .quote-image-copy {
    width: 5%;
    display: block;
    position: absolute;
  }

  .link-block-6 {
    height: auto;
  }

  .white-button---page-3-mobil-copy {
    text-align: center;
    width: auto;
    height: auto;
    padding: 2vh;
    font-size: 1.2vw;
  }

  .grid-1---page-3-copy-copy {
    display: none;
  }

  .text-block-4 {
    font-size: 1.4vw;
    line-height: 3vh;
  }

  .orange-button-link-2 {
    width: 15vw;
  }

  .image-of-time-2 {
    width: 40vw;
    height: 75vh;
    margin-top: 5vh;
    margin-left: 5vw;
  }

  .lottie-animation-2 {
    width: 500%;
    top: 27.8vh;
    left: -2.8vh;
  }

  .lottie-animation-3 {
    top: -5.4vh;
    left: -4vw;
  }

  .lottie-animation-2-copy {
    top: 30vh;
    left: -5vh;
  }

  .lottie-animation-3-copy {
    top: -7vh;
    left: -5vw;
  }

  .nav-link-copy {
    padding-top: 17vh;
    font-size: 3vw;
  }

  .white-button-copy, .white-button-mobil-copy-copy {
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 2vh;
    font-size: 1.5vw;
  }

  .list-item-ref {
    background-color: var(--white);
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }

  .paragraph-9 {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .heading-5-copy {
    font-size: 3vw;
  }

  .italic-text-3, .italic-text-4, .italic-text-5 {
    font-size: 2vw;
  }

  .image-55 {
    width: 100%;
  }

  .s1p6-mobil {
    height: 110vh;
    display: none;
  }

  .s1p6-copy-mobil {
    display: none;
  }

  .image-56, .s1refjaangaard {
    height: auto;
  }

  .orange-button-p4-copy {
    margin-bottom: -33vh;
  }

  .twitter {
    padding-left: 0;
  }

  .lunner, .list-item-ref-na {
    background-color: var(--white);
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }

  .list-item-craw {
    background-color: var(--beige);
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }

  .list-item-at {
    background-color: var(--white);
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }

  .list-item-ref-jaanga, .list-item-fs, .list-item-has-s {
    background-color: var(--beige);
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }

  .columns-mobile {
    background-color: var(--white);
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
  }

  .column-3-mobile {
    grid-template-rows: auto 10vh 10vh 10vh 10vh 10vh 10vh 10vh 10vh;
    height: 100vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .column-4-mobile {
    background-color: var(--beige);
    justify-items: stretch;
    height: 140vh;
  }

  .social-media-image-mobil-copy {
    margin-bottom: -12vh;
  }

  .s1blogg6 {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  figcaption {
    color: var(--dark-orange);
    font-style: italic;
  }

  .grid-1 {
    display: none;
  }

  .nav-link {
    font-size: 3vw;
  }

  .orange-button-3 {
    width: 50vw;
    height: 10vh;
    font-size: 2.5vw;
  }

  .text-block {
    font-size: 2vw;
    line-height: 5vh;
  }

  .logo {
    width: 20vw;
    height: 15vh;
  }

  .white-button {
    font-size: 2.5vw;
  }

  .quote-image {
    width: 10%;
  }

  .div-block-10 {
    display: none;
  }

  .italic-text, .italic-text-2 {
    font-size: 2.5vw;
  }

  .footer {
    padding: 40px 20px;
    display: none;
  }

  .footer-text {
    font-size: 2.5vw;
  }

  .footer-button-2 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto;
  }

  .link-block-3 {
    width: 20vw;
    height: 10vh;
  }

  .list-1--venstre-2 {
    align-items: center;
    font-size: 3vw;
  }

  .list-1---side-3 {
    font-size: 3vw;
  }

  .orange---page-3 {
    width: 25px;
    padding-left: 0;
  }

  .s2p2-copy {
    display: none;
  }

  .s1p4 {
    margin-top: 15vh;
  }

  .section-7 {
    flex-direction: row;
    height: 260vh;
    padding-top: 0;
  }

  .white-button-p4, .book-demo-knapp {
    width: 60vw;
  }

  .heading-1---page-3 {
    margin-top: 15vh;
    font-size: 5vw;
  }

  .s1p5 {
    background-color: var(--white);
    flex-direction: column;
    height: 105vh;
    display: none;
  }

  .column-5 {
    height: 100vh;
  }

  .column-6 {
    background-color: var(--beige);
    align-items: flex-start;
    height: 45vh;
  }

  .image-31 {
    background-color: var(--beige);
    object-fit: fill;
    height: 100vh;
  }

  .heading-1---page-5 {
    font-size: 5vw;
  }

  .paragraph-5 {
    font-size: 3vw;
  }

  .s2p5 {
    height: 650vh;
    margin-top: 0;
  }

  .columns-4 {
    object-fit: fill;
    flex-wrap: nowrap;
    flex: 0 auto;
    order: 0;
    place-content: flex-start space-between;
    align-self: stretch;
    align-items: stretch;
    display: flex;
    overflow: visible;
  }

  .div-block-25 {
    align-items: center;
    height: 200vh;
  }

  .div-block-26 {
    height: 200vh;
    margin-bottom: 5vh;
  }

  .div-block-27 {
    height: 200vh;
  }

  .paragraph-6 {
    font-size: 2.5vw;
  }

  .paragraph-7, .orange-button-p5 {
    font-size: 4vw;
  }

  .image-32-copy {
    order: 0;
    align-self: center;
  }

  .paragraph-7-copy, .orange-button-p5-copy-copy, .paragraph-6-copy2 {
    font-size: 4vw;
  }

  .s1p6 {
    height: 60vh;
    display: none;
  }

  .heading-1---page-6 {
    margin-top: 5vh;
    font-size: 4vw;
  }

  .paragraph-8 {
    padding-bottom: 0;
  }

  .s3p6 {
    height: 60vh;
    margin-top: 0;
    display: none;
  }

  .s5p6 {
    height: 60vh;
    margin-top: 0;
    margin-bottom: 0;
    display: none;
  }

  .column-11 {
    justify-content: space-between;
    align-items: stretch;
    height: 30vh;
    padding-left: 5vw;
    padding-right: 5vw;
    display: block;
  }

  .columns-5 {
    flex-direction: column-reverse;
  }

  .column-14, .column-15 {
    height: 30vh;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .column-16 {
    height: 30vh;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-28 {
    align-items: flex-end;
    height: 30vh;
    display: block;
  }

  .image-34 {
    border-style: none;
    height: 30vh;
  }

  .image-36 {
    object-fit: cover;
    height: 30vh;
  }

  .image-38 {
    height: 30vh;
  }

  .s1p7 {
    height: 550vh;
  }

  .white-button-p6 {
    height: 6vw;
    font-size: 2.5vw;
  }

  .image-p7 {
    margin-top: -2vh;
    margin-bottom: -2vh;
  }

  .blog-posts h4 {
    font-size: 3vw;
  }

  .blog-posts h2 {
    font-size: 4vw;
  }

  .white-button-p8, .orange-button-img-continue-reading, .heading-17 {
    font-size: 2vw;
  }

  .heading-blog, .white-button-blog {
    font-size: 3vw;
  }

  .div-block-32 {
    align-items: flex-start;
    margin-left: 13vw;
  }

  .heading-1---page-9 {
    margin-top: 16vh;
  }

  .menu-button {
    height: 15vh;
    padding: 3vw;
  }

  .section-8 {
    align-items: flex-start;
    height: 250vh;
  }

  .div-block-35 {
    width: 80vw;
  }

  .grid-mobil {
    margin-top: 6vh;
  }

  .orange---4-mobil {
    width: 25px;
    padding-left: 0;
  }

  .heading-11-mobil {
    font-size: 5vw;
  }

  .quote-paragraph-mobile {
    font-size: 2.5vw;
  }

  .image-of-time-copy {
    object-fit: cover;
    object-position: 50% 0%;
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    overflow: auto;
  }

  .div-block-copy {
    height: 30vh;
    margin-top: 50px;
    margin-right: 0;
  }

  .div-block-5-copy {
    grid-column-gap: 2vw;
    grid-template-columns: 1fr 1fr 1fr .5fr 1fr;
    height: 50vh;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .heading-copy {
    margin-top: 10vh;
    margin-bottom: 5.3vh;
    padding-bottom: 0;
    font-size: 5vw;
    line-height: 10vh;
  }

  .container-5 {
    flex-direction: column;
    height: 200vh;
    display: flex;
  }

  .div-block-36 {
    width: 100vw;
    height: 150vh;
  }

  .section-1-copy {
    height: 280vh;
  }

  .heading-2-copy {
    text-align: center;
    padding-top: 3vh;
    padding-left: 0;
    font-size: 3vw;
  }

  .s1blogg1, .s1ref1, .container-9, .s1ref2 {
    height: auto;
  }

  .s1ref3 {
    height: 250vh;
  }

  .s1ref5 {
    height: auto;
  }

  .s1ref6 {
    margin-top: 10vh;
  }

  .s1blogg4 {
    height: auto;
  }

  .orange-div-block {
    width: 20vw;
  }

  .text-block-integrasjon-copy {
    font-size: 2.5vw;
  }

  .grid-logo-copy {
    grid-row-gap: 2vh;
    grid-template-rows: 1fr minmax(auto, 1fr) auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-top: 0;
    padding-bottom: 8vh;
  }

  .grid-logo-2-copy {
    grid-row-gap: 3vh;
  }

  .footer-mobil {
    height: 150vh;
    padding: 40px 20px;
    display: block;
  }

  .image-19-mobil {
    margin-top: 5vh;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-left: 0;
  }

  .image-18-mobil {
    margin-bottom: 0;
    margin-left: 0;
  }

  .social-media-image-mobil {
    margin-bottom: 0;
  }

  .list-3-mobil {
    font-size: 3vw;
  }

  .orange-button-img-copy-mobil {
    width: 60vw;
    height: 40vh;
  }

  .orange-button-link-copy-mobil {
    width: 20vw;
    height: 50vh;
  }

  .orange-button-img-copy-mobil-copy {
    height: 40vh;
  }

  .s2p2-mobil {
    height: 450vh;
    display: block;
  }

  .grid-1---page-3-copy {
    grid-column-gap: 2vw;
    grid-row-gap: 1vh;
    grid-template-rows: auto 10vh 14vh 14vh 8vh 8vh 8vh 8vh 8vh 8vh 8vh;
    grid-template-columns: .5fr 1fr;
    grid-auto-columns: 1fr;
    height: 200vh;
    margin-bottom: 9vh;
    padding-bottom: 0;
    display: grid;
  }

  .heading-14-mobil {
    padding-bottom: 2vh;
    font-size: 4vw;
  }

  .s1p2-copy {
    height: 15vh;
  }

  .white-button---page-3-mobil {
    font-size: 3vw;
  }

  .grid-16 {
    grid-row-gap: .3vh;
    grid-template-rows: 5vh 5vh 5vh 5vh 5vh 10vh 20vh auto auto 15vh auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .link-block-3-mobil {
    justify-content: flex-start;
    width: 20vw;
    height: 10vh;
  }

  .image-49 {
    width: 17vw;
    height: 7vh;
  }

  .footer-button-mobil {
    font-size: 2.5vw;
  }

  .footer-button-mobil-copy {
    padding-bottom: 2vh;
    font-size: 2.5vw;
  }

  .quote-paragraph-mobile-copy {
    font-size: 2.5vw;
    display: none;
  }

  .quote-image-copy {
    width: 10%;
  }

  .white-button---page-3-mobil-copy {
    margin-top: 10vh;
    font-size: 3vw;
  }

  .grid-1---page-3-copy-copy {
    grid-column-gap: 2vw;
    grid-row-gap: 1vh;
    grid-template-rows: auto 15vh 15vh 7vh 8vh 8vh 8vh 8vh 8vh 2vh 2vh;
    grid-template-columns: .5fr 1fr;
    grid-auto-columns: 1fr;
    height: 200vh;
    margin-bottom: 9vh;
    padding-bottom: 0;
    display: grid;
  }

  .text-block-4 {
    font-size: 2vw;
  }

  .lottie-animation-2-copy {
    width: 175%;
    top: -1vh;
    left: -4vh;
  }

  .lottie-animation-3-copy {
    top: -30.2px;
    left: -30.1px;
  }

  .nav-link-copy {
    font-size: 3vw;
  }

  .section-9 {
    background-position: 50%;
  }

  .white-button-copy {
    font-size: 2.5vw;
  }

  .white-button-mobil-copy-copy {
    font-size: 2.5vw;
    display: none;
  }

  .column-21 {
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    display: block;
  }

  .section-10 {
    margin-top: 15vh;
    display: block;
  }

  .column-22 {
    height: 30vh;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .column-24 {
    height: 30vh;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-51 {
    width: 100%;
    height: 30vh;
  }

  .image-52 {
    width: 100%;
    height: 30vh;
    padding-bottom: 3vh;
  }

  .image-53 {
    width: 100%;
    height: 30vh;
  }

  .s1p6-copy {
    height: 60vh;
    margin-top: 0;
    display: none;
  }

  .image-p7-copy {
    height: 8vh;
  }

  .list-item-ref {
    background-color: var(--white);
    justify-content: space-around;
    height: 50vh;
    padding-left: 11vw;
    padding-right: 11vw;
  }

  .column-16-copy {
    height: 30vh;
    padding-left: 0;
    padding-right: 0;
  }

  .column-22-copy {
    height: 30vh;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-5-copy {
    margin-top: 0;
  }

  .italic-text-3, .italic-text-4, .italic-text-5 {
    font-size: 4vw;
  }

  .image-55 {
    width: 90vw;
    height: 70vh;
  }

  .s5p6-copy {
    height: 60vh;
    margin-top: 0;
    margin-bottom: 0;
    display: none;
  }

  .s1p6-mobil {
    height: 70vh;
    margin-top: 6vh;
    display: block;
  }

  .s1p6-copy-mobil {
    height: 70vh;
    margin-top: 0;
    display: block;
  }

  .s3p6-mobil {
    height: 60vh;
    margin-top: 0;
    display: block;
  }

  .s5p6-mobil {
    height: 60vh;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

  .s5p6-copy-mobil, .s5p6-mobil2 {
    height: 70vh;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

  .column-11-copy {
    justify-content: space-between;
    align-items: stretch;
    height: 30vh;
    padding-left: 5vw;
    padding-right: 5vw;
    display: block;
  }

  .column-15-copy {
    height: 30vh;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .s1blogg2-copy, .s1blogg3-copy, .s1refjaangaard {
    height: auto;
  }

  .orange-button-p4-copy {
    height: 20vh;
  }

  .lunner, .list-item-ref-na {
    background-color: var(--white);
    justify-content: space-around;
    height: 50vh;
    padding-left: 11vw;
    padding-right: 11vw;
  }

  .list-item-craw {
    background-color: var(--beige);
    justify-content: space-around;
    height: 50vh;
    padding-left: 11vw;
    padding-right: 11vw;
  }

  .list-item-at {
    background-color: var(--white);
    justify-content: space-around;
    height: 50vh;
    padding-left: 11vw;
    padding-right: 11vw;
  }

  .list-item-ref-jaanga, .list-item-fs, .list-item-has-s {
    background-color: var(--beige);
    justify-content: space-around;
    height: 50vh;
    padding-left: 11vw;
    padding-right: 11vw;
  }

  .columns-mobile {
    background-color: var(--white);
    flex-direction: column;
    height: 100vh;
  }

  .column-3-mobile {
    height: 120vh;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 110vw;
  }

  .column-4-mobile {
    background-color: #0000;
    padding-top: 0;
  }

  .social-media-image-mobil-copy {
    width: 40%;
    margin-bottom: 0;
  }

  .s1blogg6 {
    height: auto;
  }

  .text-block-5 {
    font-size: 4vw;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    width: auto;
    font-size: 12vw;
  }

  h3 {
    font-size: 5vw;
  }

  h4 {
    width: auto;
    font-size: 10vw;
  }

  p {
    font-size: 5vw;
  }

  li {
    font-size: 4vw;
  }

  img {
    display: none;
  }

  .nav-link {
    font-size: 5vw;
  }

  .orange-button-3 {
    width: 60vw;
    height: 6vh;
    font-size: 3vw;
  }

  .text-block {
    font-size: 2.5vw;
  }

  .nav-menu {
    inset: 0% 0% auto;
  }

  .logo {
    align-items: center;
    width: 25vw;
    height: 5vh;
    margin-top: 1vh;
  }

  .logo.w--current {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 30vw;
    margin-top: 1vh;
    display: flex;
  }

  .image-10 {
    display: block;
  }

  .grid-3 {
    padding: 5vh 3vw;
  }

  .white-button {
    margin-bottom: 0;
    font-size: 3vw;
  }

  .quote-image {
    width: 15%;
    margin-top: -6vw;
    margin-left: -2vw;
  }

  .div-block-10 {
    display: none;
  }

  .italic-text-2 {
    text-align: left;
    font-size: 3vw;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-text {
    font-size: 3vw;
  }

  .img-integrasjon {
    display: block;
  }

  .heading-5 {
    text-align: center;
    font-size: 4vw;
  }

  .heading-1---page-2 {
    font-size: 7vw;
  }

  .list-1--venstre-2, .list-1---side-3 {
    font-size: 4vw;
  }

  .orange---page-3 {
    display: block;
  }

  .s2p2-copy {
    display: none;
  }

  .s1p4 {
    margin-top: 12vh;
  }

  .section-7 {
    height: 180vh;
  }

  .heading-16 {
    font-size: 5vw;
  }

  .paragraph-4 {
    font-size: 4vw;
  }

  .white-button-p4 {
    width: 90vw;
    font-size: 5vw;
  }

  .orange---p4 {
    width: 20px;
    display: block;
  }

  .list-p4 {
    font-size: 4.5vw;
  }

  .book-demo-knapp {
    width: 90vw;
    height: 10vh;
    font-size: 5vw;
  }

  .heading-1---page-4 {
    font-size: 7vw;
  }

  .heading-1---page-3 {
    margin-top: 13vh;
    font-size: 6vw;
  }

  .s1p5 {
    height: 90vh;
    display: none;
  }

  .column-5, .column-6 {
    height: 50vh;
  }

  .image-31 {
    height: 50vh;
    display: block;
  }

  .heading-1---page-5 {
    margin-top: 0;
    padding-left: 7vw;
    font-size: 7vw;
  }

  .paragraph-5 {
    padding-left: 8vw;
    padding-right: 8vw;
    font-size: 3vw;
  }

  .s2p5 {
    height: 280vh;
  }

  .columns-4 {
    flex-direction: column;
    align-items: stretch;
  }

  .div-block-25 {
    height: 80vh;
    margin-top: 0;
    margin-bottom: 2vh;
  }

  .div-block-26 {
    height: 80vh;
    margin-bottom: 0;
  }

  .div-block-27 {
    height: 80vh;
    margin-top: 2vh;
  }

  .image-32 {
    width: 40vw;
    display: block;
  }

  .orange-button-p5 {
    width: 30vw;
  }

  .image-32-copy {
    display: block;
  }

  .image-33 {
    width: 40vw;
    display: block;
  }

  .orange-button-p5-copy-copy {
    width: 30vw;
    height: 15vh;
  }

  .heading-1---page-6 {
    font-size: 5vw;
  }

  .paragraph-8 {
    font-size: 2.5vw;
  }

  .column-11 {
    background-color: var(--beige);
    height: 40vh;
  }

  .column-14 {
    background-color: var(--white);
  }

  .column-15 {
    background-color: var(--beige);
  }

  .image-34, .image-36, .image-38 {
    display: block;
  }

  .s1p7 {
    height: 440vh;
  }

  .white-button-p6 {
    font-size: 3vw;
  }

  .image-p7 {
    width: 30vw;
    display: block;
  }

  .blog-posts h4 {
    font-size: 5vw;
  }

  .blog-posts h2 {
    font-size: 7vw;
  }

  .blog-posts img {
    display: none;
  }

  .blog-posts p {
    font-size: 4vw;
  }

  .s2p8 {
    height: 50vh;
  }

  .white-button-p8 {
    height: 60%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3vw;
  }

  .orange-button-img-continue-reading {
    width: 30vw;
  }

  .heading-17 {
    font-size: 4vw;
  }

  .grid-12 {
    height: 40vh;
  }

  .icon {
    display: block;
  }

  .heading-blog {
    font-size: 4vw;
  }

  .blog-paragraph {
    font-size: 3vw;
  }

  .white-button-blog {
    font-size: 4vw;
  }

  .div-block-32 {
    text-align: left;
    align-items: center;
    margin-left: 20vw;
  }

  .columns-7 {
    flex-direction: column;
  }

  .column-20 {
    align-items: flex-start;
    margin-top: 29vh;
  }

  .adresse {
    font-size: 5vw;
  }

  .heading-1---page-9 {
    font-size: 6vw;
  }

  .menu-button {
    align-items: flex-start;
    height: 7vh;
    padding: 4vw;
  }

  .section-8 {
    height: 100vh;
  }

  .div-block-35 {
    width: 90vw;
    height: 40vh;
    margin-top: -6vh;
    padding-right: 0;
  }

  .grid-mobil {
    grid-template-columns: .25fr 1.5fr;
    height: 80vh;
    margin-top: 3vh;
  }

  .orange---4-mobil {
    width: 20px;
    margin-left: 0;
    padding-left: 0;
    display: block;
  }

  .quote-paragraph-mobile {
    font-size: 3vw;
  }

  .image-of-time-copy {
    display: block;
  }

  .div-block-copy {
    height: 20vh;
    margin-top: 0;
  }

  .div-block-5-copy {
    grid-column-gap: 1vw;
    grid-row-gap: 2vh;
    grid-template: ". . . ."
                   ". . . ." .75fr
                   ". . . Area" .75fr
                   / 1.75fr 1.75fr 1.75fr 1.75fr;
    justify-items: stretch;
    height: 40vh;
    padding-bottom: 0;
    padding-left: 5vw;
    padding-right: 15vw;
  }

  .heading-copy {
    margin-top: 10vh;
    font-size: 6vw;
    line-height: 3vh;
  }

  .div-block-36 {
    height: 40vh;
  }

  .section-1-copy {
    height: 120vh;
  }

  .heading-2-copy {
    text-align: center;
    padding-top: 1vh;
    font-size: 4vw;
  }

  .container-6 {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .s1blogg1 {
    height: auto;
  }

  .container-8 {
    max-width: 90vw;
    padding-right: 0;
  }

  .s1ref1 {
    height: auto;
  }

  .rich-text-block-2 img {
    display: none;
  }

  .s1ref2, .s1ref3, .s1ref5, .s1ref6, .s1blogg3, .s1blogg4, .s1refjaang {
    height: auto;
  }

  .orange-div-block {
    width: 22vw;
  }

  .text-block-integrasjon-copy {
    font-size: 3vw;
    line-height: 2vh;
  }

  .grid-logo-copy {
    grid-row-gap: 2vh;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .grid-logo-2-copy {
    grid-column-gap: 0vw;
    grid-row-gap: 1vh;
    grid-template-rows: 1fr auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    height: 80vh;
  }

  .footer-mobil {
    text-align: left;
    height: 100vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-19-mobil, .image-18-mobil, .social-media-image-mobil {
    display: block;
  }

  .list-3-mobil {
    font-size: 4vw;
  }

  .orange-button-img-copy-mobil {
    width: 70vw;
    height: 15vh;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .orange-button-link-copy-mobil {
    width: 40vw;
    height: 15vh;
    padding-bottom: 0;
    padding-right: 0;
  }

  .orange-button-img-copy-mobil-copy {
    width: 70vw;
    height: 15vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .s2p2-mobil {
    height: auto;
    display: block;
  }

  .grid-1---page-3-copy {
    grid-column-gap: 2vw;
    grid-row-gap: 1vh;
    grid-template-rows: auto auto 5vh 5vh auto auto auto auto auto auto auto;
    grid-template-columns: .5fr 1fr;
    grid-auto-columns: 1fr;
    height: 100vh;
    margin-bottom: 5vh;
    padding-top: 0;
    padding-bottom: 0;
    display: grid;
  }

  .heading-14-mobil {
    padding-top: 2vh;
    padding-bottom: 2vh;
    font-size: 5vw;
  }

  .s1p2-copy {
    height: 20vh;
  }

  .white-button---page-3-mobil {
    margin-top: 4vh;
    margin-bottom: -44vh;
    font-size: 3vw;
  }

  .grid-16 {
    grid-template-rows: 3vh 3vh 3vh 3vh 3vh 3vh 15vh auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .link-block-3-mobil {
    display: block;
  }

  .image-49 {
    width: 20vw;
    display: block;
  }

  .footer-button-mobil, .footer-button-mobil-copy {
    font-size: 3vw;
  }

  .quote-paragraph-mobile-copy, .quote-image-copy {
    display: none;
  }

  .link-block-6 {
    width: 60%;
  }

  .link-block-6-copy {
    width: 50%;
    display: none;
  }

  .white-button---page-3-mobil-copy {
    margin-top: 4vh;
    font-size: 2.4vw;
  }

  .grid-1---page-3-copy-copy {
    grid-column-gap: 2vw;
    grid-row-gap: 1vh;
    grid-template-rows: auto auto 5vh 5vh auto auto auto auto auto auto auto auto;
    grid-template-columns: .5fr 1fr;
    grid-auto-columns: 1fr;
    height: 100vh;
    margin-bottom: 10vh;
    padding-top: 0;
    padding-bottom: 0;
    display: grid;
  }

  .lottie-animation-2-copy {
    top: .5vh;
    left: -7vh;
  }

  .lottie-animation-3-copy {
    width: 75%;
    top: -2vh;
    left: -32.9vw;
  }

  .nav-link-copy {
    font-size: 5vw;
  }

  .section-9 {
    background-image: url('../images/timeflex-7.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .white-button-copy {
    font-size: 3vw;
  }

  .white-button-mobil-copy-copy {
    display: none;
  }

  .section-10 {
    margin-top: 15vh;
    display: block;
  }

  .image-51 {
    display: block;
  }

  .image-52 {
    background-color: var(--beige);
    display: block;
  }

  .image-53 {
    display: block;
  }

  .s1p6-copy {
    height: 70vh;
  }

  .image-p7-copy {
    width: 40vw;
    height: 6vh;
  }

  .list-item-ref {
    background-color: var(--white);
    justify-content: space-around;
    margin-top: 2vh;
    margin-bottom: 2vh;
  }

  .heading-5-copy {
    text-align: center;
    font-size: 4vw;
  }

  .image-55 {
    width: auto;
    height: 30vh;
  }

  .s1p6-mobil {
    height: 70vh;
    display: block;
  }

  .s1p6-copy-mobil {
    height: 70vh;
  }

  .s5p6-copy-mobil {
    height: 60vh;
  }

  .s5p6-mobil2 {
    display: block;
  }

  .column-11-copy {
    background-color: var(--white);
    height: 40vh;
  }

  .column-15-copy {
    background-color: var(--white);
  }

  .image-56 {
    display: block;
  }

  .s1blogg2-copy, .s1blogg3-copy, .s1refjaangaard {
    height: auto;
  }

  .orange-button-p4-copy {
    width: 40vw;
    height: 10vh;
  }

  .lunner, .list-item-ref-na {
    background-color: var(--white);
    justify-content: space-around;
    margin-top: 2vh;
    margin-bottom: 2vh;
  }

  .list-item-craw {
    background-color: var(--beige);
    justify-content: space-around;
    margin-top: 2vh;
    margin-bottom: 2vh;
  }

  .list-item-at {
    background-color: var(--white);
    justify-content: space-around;
    margin-top: 2vh;
    margin-bottom: 2vh;
  }

  .list-item-ref-jaanga, .list-item-fs, .list-item-has-s {
    background-color: var(--beige);
    justify-content: space-around;
    margin-top: 2vh;
    margin-bottom: 2vh;
  }

  .column-3-mobile {
    grid-row-gap: 4vh;
    grid-template-rows: auto 5vh 5vh 5vh 5vh auto 5vh 5vh 5vh;
    height: auto;
    padding-bottom: 75vh;
  }

  .s1reffib {
    height: auto;
  }

  .link-2, .link-3 {
    color: var(--white);
  }

  .social-media-image-mobil-copy {
    width: 40%;
    display: block;
  }

  .image-57 {
    width: 100%;
    height: 100%;
    margin-top: 6vh;
    display: block;
  }

  .s1blogg6 {
    height: auto;
  }

  .image-58, .image-59, .image-60, .image-61, .image-62, .image-63 {
    display: block;
  }

  .text-block-5 {
    font-size: 4vw;
  }
}

#w-node-_91df7117-8b33-5082-a034-cdd80459e162-1324c744 {
  grid-area: 2 / 2 / 3 / 3;
  place-self: center;
}

#w-node-_91df7117-8b33-5082-a034-cdd80459e16c-1324c744 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_91df7117-8b33-5082-a034-cdd80459e176-1324c744 {
  grid-area: 2 / 3 / 3 / 4;
  place-self: center;
}

#w-node-_91df7117-8b33-5082-a034-cdd80459e17e-1324c744, #w-node-_2cb9a43d-b735-4f3c-e1ae-60dc93772ff7-1324c744 {
  grid-area: Area;
  align-self: end;
}

#w-node-_51a1afd2-80dc-7a07-52bd-9ddd65d08f6a-1324c744 {
  grid-area: 1 / 2 / 3 / 4;
}

#w-node-_51a1afd2-80dc-7a07-52bd-9ddd65d08f6b-1324c744 {
  grid-area: 1 / 1 / 2 / 3;
  place-self: center;
}

#w-node-_51a1afd2-80dc-7a07-52bd-9ddd65d08f70-1324c744 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_05d35a4c-62cd-4671-5c1b-bbe2f9ccd7c1-1324c744 {
  grid-area: 1 / 5 / 3 / 6;
}

#w-node-_51a1afd2-80dc-7a07-52bd-9ddd65d08f71-1324c744 {
  grid-area: 2 / 2 / 3 / 3;
  place-self: center;
}

#w-node-_51a1afd2-80dc-7a07-52bd-9ddd65d08f79-1324c744 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_51a1afd2-80dc-7a07-52bd-9ddd65d08f7b-1324c744 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_51a1afd2-80dc-7a07-52bd-9ddd65d08f85-1324c744 {
  grid-area: 2 / 3 / 3 / 4;
  place-self: center;
}

#w-node-_51a1afd2-80dc-7a07-52bd-9ddd65d08f8d-1324c744 {
  grid-area: Area;
  align-self: end;
}

#w-node-_9e352986-81e1-18e4-8dfa-c5db70caa8a2-1324c744 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#w-node-_9e352986-81e1-18e4-8dfa-c5db70caa8a4-1324c744 {
  grid-area: 6 / 2 / 7 / 3;
  align-self: center;
}

#w-node-_9e352986-81e1-18e4-8dfa-c5db70caa8a6-1324c744 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center end;
}

#w-node-_9e352986-81e1-18e4-8dfa-c5db70caa8a7-1324c744 {
  grid-area: 8 / 1 / 9 / 2;
  place-self: center end;
}

#w-node-_9e352986-81e1-18e4-8dfa-c5db70caa8a8-1324c744 {
  grid-area: 7 / 1 / 8 / 2;
  place-self: center end;
}

#w-node-_9e352986-81e1-18e4-8dfa-c5db70caa8a9-1324c744 {
  grid-area: 4 / 1 / 5 / 2;
  place-self: center end;
}

#w-node-_9e352986-81e1-18e4-8dfa-c5db70caa8aa-1324c744 {
  grid-area: 6 / 1 / 7 / 2;
  place-self: center end;
}

#w-node-_9e352986-81e1-18e4-8dfa-c5db70caa8ab-1324c744 {
  grid-area: 5 / 1 / 6 / 2;
  place-self: center end;
}

#w-node-_9e352986-81e1-18e4-8dfa-c5db70caa8af-1324c744 {
  grid-area: 1 / 3 / 10 / 5;
  place-self: center;
}

#w-node-_9e352986-81e1-18e4-8dfa-c5db70caa8ac-1324c744 {
  grid-area: 3 / 1 / 4 / 2;
  place-self: center end;
}

#w-node-_9e352986-81e1-18e4-8dfa-c5db70caa8ad-1324c744 {
  grid-area: Area;
  align-self: center;
}

#w-node-_9e352986-81e1-18e4-8dfa-c5db70caa8b1-1324c744 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
}

#w-node-_9e352986-81e1-18e4-8dfa-c5db70caa8b3-1324c744 {
  grid-area: 8 / 2 / 9 / 3;
  align-self: center;
}

#w-node-_9e352986-81e1-18e4-8dfa-c5db70caa8b5-1324c744 {
  grid-area: 7 / 2 / 8 / 3;
  align-self: center;
}

#w-node-_9e352986-81e1-18e4-8dfa-c5db70caa8b7-1324c744 {
  grid-area: 5 / 2 / 6 / 3;
  align-self: center;
}

#w-node-_9e352986-81e1-18e4-8dfa-c5db70caa8b9-1324c744 {
  grid-area: 4 / 2 / 5 / 3;
  align-self: center;
}

#w-node-_9e352986-81e1-18e4-8dfa-c5db70caa8bb-1324c744 {
  grid-area: 9 / 2 / 10 / 3;
  align-self: center;
}

#w-node-_9e352986-81e1-18e4-8dfa-c5db70caa8bd-1324c744 {
  grid-area: 9 / 1 / 10 / 2;
  place-self: center end;
}

#w-node-_8977f332-a7a0-15ff-a088-35a57a1342b6-1324c744 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: center;
}

#w-node-_8977f332-a7a0-15ff-a088-35a57a1342b8-1324c744 {
  grid-area: 6 / 2 / 7 / 3;
  align-self: center;
}

#w-node-_8977f332-a7a0-15ff-a088-35a57a1342ba-1324c744 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: center;
}

#w-node-_8977f332-a7a0-15ff-a088-35a57a1342bb-1324c744 {
  grid-area: 8 / 1 / 9 / 2;
  align-self: center;
}

#w-node-_8977f332-a7a0-15ff-a088-35a57a1342bc-1324c744 {
  grid-area: 7 / 1 / 8 / 2;
  align-self: center;
}

#w-node-_8977f332-a7a0-15ff-a088-35a57a1342bd-1324c744 {
  grid-area: 4 / 1 / 5 / 2;
  align-self: center;
}

#w-node-_8977f332-a7a0-15ff-a088-35a57a1342be-1324c744 {
  grid-area: 6 / 1 / 7 / 2;
  align-self: center;
}

#w-node-_8977f332-a7a0-15ff-a088-35a57a1342bf-1324c744 {
  grid-area: 5 / 1 / 6 / 2;
  align-self: center;
}

#w-node-_8977f332-a7a0-15ff-a088-35a57a1342c0-1324c744 {
  grid-area: 3 / 1 / 4 / 2;
  align-self: center;
}

#w-node-_8977f332-a7a0-15ff-a088-35a57a1342c1-1324c744 {
  grid-area: Area;
  align-self: center;
}

#w-node-_8977f332-a7a0-15ff-a088-35a57a1342c3-1324c744 {
  grid-area: span 9 / span 1 / span 9 / span 1;
  align-self: center;
}

#w-node-_8977f332-a7a0-15ff-a088-35a57a1342c5-1324c744 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
}

#w-node-_8977f332-a7a0-15ff-a088-35a57a1342c7-1324c744 {
  grid-area: 8 / 2 / 9 / 3;
  align-self: center;
}

#w-node-_8977f332-a7a0-15ff-a088-35a57a1342c9-1324c744 {
  grid-area: 7 / 2 / 8 / 3;
  align-self: center;
}

#w-node-_8977f332-a7a0-15ff-a088-35a57a1342cb-1324c744 {
  grid-area: 5 / 2 / 6 / 3;
  align-self: center;
}

#w-node-_8977f332-a7a0-15ff-a088-35a57a1342cd-1324c744 {
  grid-area: 4 / 2 / 5 / 3;
  align-self: center;
}

#w-node-_8977f332-a7a0-15ff-a088-35a57a1342cf-1324c744 {
  grid-area: 9 / 2 / 10 / 3;
  align-self: center;
}

#w-node-_8977f332-a7a0-15ff-a088-35a57a1342d1-1324c744 {
  grid-area: 9 / 1 / 10 / 2;
  align-self: center;
}

#w-node-_922b525c-1da9-2132-8bbd-39f7aba2d20a-1324c744 {
  grid-area: 3 / 1 / 4 / 2;
  place-self: center start;
}

#w-node-_31e08c6d-7195-e477-5bf0-62da8ef38ec7-1324c744 {
  grid-area: 3 / 2 / 4 / 3;
  place-self: center start;
}

#w-node-f7e425cc-1841-6507-7bc8-3539d34decd6-1324c744 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-d002898d-3ac7-3ff6-d3d6-3c59afe131f1-1324c744 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_8ec9bb2d-653a-db2b-c7e4-69a59f6b8ba8-1324c744 {
  grid-area: span 1 / span 8 / span 1 / span 8;
  place-self: center;
}

#w-node-fc31c316-8f98-b9bd-8cb8-f4be879d8a2c-1324c744 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_90fdc2b3-2af5-449a-91ff-e464bd485364-1324c744 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ce8b0fca-08bb-f547-dc67-bb4d29c1e462-1324c744 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6610922f-9c66-378a-79dd-2b7773cb39f5-1324c744 {
  grid-area: 2 / 7 / 3 / 8;
}

#w-node-d95596bd-ee89-3fce-bcfe-c156357f8b62-1324c744 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_5171840d-e95a-d53f-2566-158e9c04c848-1324c744 {
  grid-area: 2 / 8 / 3 / 9;
}

#w-node-_27c574d3-1caa-ffea-cf31-b00b7b64109d-1324c744 {
  grid-area: 2 / 5 / 3 / 6;
}

#w-node-_52328df9-5466-40c7-3322-5700010be747-1324c744 {
  grid-area: 2 / 6 / 3 / 7;
}

#w-node-cc54ff88-d4e4-a77a-1b93-a82af2492816-1324c744, #w-node-_605ba1df-c6df-cfb4-6bf5-06d4f14df771-1324c744 {
  grid-area: span 1 / span 7 / span 1 / span 7;
  place-self: center;
}

#w-node-f92b5efd-b582-0516-2ff4-a6c03a44cd47-1324c744 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-efac5a0c-d287-0b27-e397-e2c2ac9ad297-1324c744 {
  grid-area: 2 / 2 / 3 / 3;
  place-self: center;
}

#w-node-ee746d09-4fad-29f4-b117-89614b7c0b01-1324c744 {
  grid-area: 2 / 3 / 3 / 4;
  place-self: center;
}

#w-node-dce599ab-1ad0-5e96-892e-a965bdf86dd9-1324c744 {
  grid-area: 2 / 4 / 3 / 5;
  place-self: center;
}

#w-node-_7ceb8fc9-3a09-fb97-0cfd-2a42a903456d-1324c744 {
  grid-area: 2 / 5 / 3 / 6;
  place-self: center;
}

#w-node-_88af85eb-987c-3402-b914-1df7d751efe8-1324c744 {
  grid-area: 2 / 6 / 3 / 7;
  place-self: center;
}

#w-node-_55eadba4-7a23-8a51-4e5a-54b70db0b0ac-1324c744 {
  grid-area: 2 / 7 / 3 / 8;
  place-self: center;
}

#w-node-_5e4e6832-b836-0b14-3ff4-4e0a455cb81b-455cb819 {
  grid-area: 1 / 3 / 5 / 5;
}

#w-node-_5e4e6832-b836-0b14-3ff4-4e0a455cb821-455cb819 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5e4e6832-b836-0b14-3ff4-4e0a455cb823-455cb819 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_5e4e6832-b836-0b14-3ff4-4e0a455cb825-455cb819 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_5e4e6832-b836-0b14-3ff4-4e0a455cb827-455cb819 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_5e4e6832-b836-0b14-3ff4-4e0a455cb829-455cb819 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-_5e4e6832-b836-0b14-3ff4-4e0a455cb82b-455cb819 {
  grid-area: 6 / 2 / 7 / 3;
}

#w-node-_5e4e6832-b836-0b14-3ff4-4e0a455cb82d-455cb819 {
  grid-area: 1 / 1 / 7 / 2;
}

#w-node-_5e4e6832-b836-0b14-3ff4-4e0a455cb830-455cb819 {
  grid-area: 6 / 3 / 7 / 5;
}

#w-node-_5e4e6832-b836-0b14-3ff4-4e0a455cb832-455cb819 {
  grid-area: 1 / 8 / 2 / 10;
}

#w-node-_5e4e6832-b836-0b14-3ff4-4e0a455cb834-455cb819 {
  grid-area: 3 / 6 / 7 / 7;
}

#w-node-_5e4e6832-b836-0b14-3ff4-4e0a455cb836-455cb819 {
  grid-area: 3 / 5 / 7 / 6;
  align-self: end;
}

#w-node-_5e4e6832-b836-0b14-3ff4-4e0a455cb838-455cb819 {
  grid-area: 3 / 7 / 7 / 8;
}

#w-node-_5e4e6832-b836-0b14-3ff4-4e0a455cb83a-455cb819 {
  grid-area: 3 / 8 / 7 / 9;
}

#w-node-_7e230bd4-00cf-f39f-95e0-fc9ffb3c7947-455cb819 {
  grid-area: 3 / 9 / 7 / 10;
}

#w-node-e50c1ebd-035d-a5e3-60b0-12f83de6068a-455cb819 {
  grid-area: 5 / 3 / 6 / 5;
}

#w-node-a628b2d1-5205-f126-0d96-ff9dfc4c4a1e-fc4c4a1c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a628b2d1-5205-f126-0d96-ff9dfc4c4a20-fc4c4a1c {
  grid-area: 1 / 1 / 7 / 2;
}

#w-node-a628b2d1-5205-f126-0d96-ff9dfc4c4a21-fc4c4a1c, #w-node-a628b2d1-5205-f126-0d96-ff9dfc4c4a23-fc4c4a1c, #w-node-a628b2d1-5205-f126-0d96-ff9dfc4c4a25-fc4c4a1c, #w-node-a628b2d1-5205-f126-0d96-ff9dfc4c4a27-fc4c4a1c, #w-node-a628b2d1-5205-f126-0d96-ff9dfc4c4a29-fc4c4a1c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a628b2d1-5205-f126-0d96-ff9dfc4c4a2b-fc4c4a1c {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-a628b2d1-5205-f126-0d96-ff9dfc4c4a2d-fc4c4a1c {
  grid-area: 1 / 1 / 5 / 3;
}

#w-node-a628b2d1-5205-f126-0d96-ff9dfc4c4a33-fc4c4a1c {
  grid-area: 1 / 1 / 5 / 2;
  align-self: end;
}

#w-node-a628b2d1-5205-f126-0d96-ff9dfc4c4a35-fc4c4a1c, #w-node-a628b2d1-5205-f126-0d96-ff9dfc4c4a37-fc4c4a1c, #w-node-a628b2d1-5205-f126-0d96-ff9dfc4c4a39-fc4c4a1c, #w-node-e409f9c8-4edd-2545-24c2-9854a390d0ff-fc4c4a1c {
  grid-area: 1 / 1 / 5 / 2;
}

#w-node-a628b2d1-5205-f126-0d96-ff9dfc4c4a3d-fc4c4a1c {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_21ff0ce8-c60e-b9a2-3b42-4cb26a3ef5cc-6a3ef5ca {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_21ff0ce8-c60e-b9a2-3b42-4cb26a3ef5ce-6a3ef5ca {
  grid-area: 2 / 2 / 3 / 3;
  place-self: center;
}

#w-node-_21ff0ce8-c60e-b9a2-3b42-4cb26a3ef5d0-6a3ef5ca {
  grid-area: 3 / 2 / 4 / 3;
  place-self: center;
}

#w-node-_21ff0ce8-c60e-b9a2-3b42-4cb26a3ef5d2-6a3ef5ca {
  grid-area: 2 / 1 / 4 / 2;
  place-self: center;
}

#w-node-_21ff0ce8-c60e-b9a2-3b42-4cb26a3ef5d7-6a3ef5ca {
  grid-area: 1 / 1 / 2 / 2;
  place-self: auto;
}

#w-node-_6da0b3ce-7d17-474a-729e-c1241f7ebeda-1324c74a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_689ffafe-e9c1-f226-4bce-f1d335c9fcc8-1324c74a {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-a0175337-98d5-d8b3-9927-8fd92fdc81c1-1324c74a {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_04bdbfec-5447-f3a6-bc72-d18cbd5de7bc-1324c74a {
  grid-area: 8 / 2 / 9 / 3;
  align-self: center;
}

#w-node-_1111ec3f-12b9-628d-1eda-74feb5c55851-1324c74a {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center end;
}

#w-node-_6ebcec20-4bed-d498-6847-5aa8929655a4-1324c74a {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
}

#w-node-_8cdb7709-7c24-3941-558d-51cf6043d32b-1324c74a {
  grid-area: 3 / 1 / 4 / 2;
  place-self: center end;
}

#w-node-_1891680f-65e7-f3ce-d693-aca7faccb916-1324c74a {
  grid-area: 3 / 2 / 4 / 3;
  align-self: center;
}

#w-node-b11b1f65-b68e-1428-feb4-6b7ff826012d-1324c74a {
  grid-area: 4 / 1 / 5 / 2;
  place-self: center end;
}

#w-node-ed67fad0-9a3b-b7d2-1ada-5423f2e9444b-1324c74a {
  grid-area: 4 / 2 / 5 / 3;
  align-self: center;
}

#w-node-e8219f3d-0996-d24d-b613-a766d3596fbe-1324c74a {
  grid-area: 5 / 1 / 6 / 2;
  place-self: center end;
}

#w-node-d8289b15-2a7d-4bbd-d200-c9939cfa67e6-1324c74a {
  grid-area: 5 / 2 / 6 / 3;
  align-self: center;
}

#w-node-_1820f5b4-ff2a-a704-6f16-cbc019a2c5d0-1324c74a {
  grid-area: 6 / 1 / 7 / 2;
  place-self: center end;
}

#w-node-_934e1989-4704-39bf-a431-fa8ab2abad13-1324c74a {
  grid-area: 6 / 2 / 7 / 3;
  align-self: center;
}

#w-node-fe3793a9-1b3c-7ad7-d2f3-a2bb84de658f-1324c74a {
  grid-area: 7 / 1 / 8 / 2;
  place-self: center end;
}

#w-node-_7200ced9-c92d-710e-b00f-0ce427f1f309-1324c74a {
  grid-area: 7 / 2 / 8 / 3;
  align-self: center;
}

#w-node-_3f28f369-854f-ad84-266d-13f2871fe6fa-1324c74a {
  grid-area: 8 / 1 / 9 / 2;
  place-self: center end;
}

#w-node-bb41fb2e-8581-85df-b396-1126459d3e74-1324c74a {
  grid-area: 9 / 1 / 10 / 2;
  place-self: center end;
}

#w-node-_73f2ba8d-a7bb-0645-7e6c-bb35f8c8e1d1-1324c74a {
  grid-area: 9 / 2 / 10 / 3;
  align-self: center;
}

#w-node-_5b30ab00-9a09-b126-4587-a3baeca753a5-1324c74a {
  grid-area: 4 / 1 / 5 / 3;
  justify-self: center;
}

#w-node-_0af22bc4-45e7-e3df-3f39-8f9b33b8c754-1324c74a {
  grid-area: 3 / 1 / 4 / 3;
  justify-self: center;
}

#w-node-dc777f2c-15e0-9bcb-512f-d287ea73bdd1-1324c74a {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#w-node-_12b3170d-cf38-4c9a-743c-6cc639cc0e5d-1324c74a {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: center;
}

#w-node-_03fd2535-af21-4dff-bbfd-a819542acc12-1324c750 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-af004b4b-6c0d-744c-b680-b7b7b1dfea99-1324c757 {
  grid-area: 5 / 4 / 6 / 5;
  place-self: center end;
}

#w-node-f2638bb2-bd95-36b9-fc8b-e033790fd521-1324c757 {
  grid-area: 6 / 4 / 7 / 5;
  place-self: center end;
}

#w-node-_3b6b8bf5-e18c-c210-4f29-fc04668c6448-1324c757 {
  grid-area: 5 / 1 / 6 / 2;
  place-self: center end;
}

#w-node-_3b6b8bf5-e18c-c210-4f29-fc04668c644c-1324c757 {
  grid-area: 2 / 4 / 3 / 6;
}

#w-node-_3b6b8bf5-e18c-c210-4f29-fc04668c644e-1324c757 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_3b6b8bf5-e18c-c210-4f29-fc04668c6450-1324c757 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_3b6b8bf5-e18c-c210-4f29-fc04668c6451-1324c757 {
  grid-area: 1 / 4 / 2 / 6;
  justify-self: center;
}

#w-node-_3b6b8bf5-e18c-c210-4f29-fc04668c6452-1324c757 {
  grid-area: 8 / 1 / 9 / 2;
  place-self: center end;
}

#w-node-_3b6b8bf5-e18c-c210-4f29-fc04668c6453-1324c757 {
  grid-area: 9 / 1 / 10 / 2;
  place-self: center end;
}

#w-node-ae9b4723-1aab-7499-42ea-98e52af8ff32-1324c757 {
  grid-area: 10 / 1 / 11 / 2;
  place-self: center end;
}

#w-node-_3b6b8bf5-e18c-c210-4f29-fc04668c6454-1324c757 {
  grid-area: 7 / 4 / 8 / 5;
  place-self: center end;
}

#w-node-_3b6b8bf5-e18c-c210-4f29-fc04668c6455-1324c757 {
  grid-area: 8 / 4 / 9 / 5;
  place-self: center end;
}

#w-node-_3b6b8bf5-e18c-c210-4f29-fc04668c6457-1324c757 {
  grid-area: 7 / 1 / 8 / 2;
  place-self: center end;
}

#w-node-_3b6b8bf5-e18c-c210-4f29-fc04668c6458-1324c757 {
  grid-area: 9 / 4 / 10 / 5;
  place-self: center end;
}

#w-node-_3b6b8bf5-e18c-c210-4f29-fc04668c645f-1324c757 {
  grid-area: 3 / 4 / 4 / 6;
  align-self: center;
}

#w-node-_3b6b8bf5-e18c-c210-4f29-fc04668c6461-1324c757 {
  grid-area: 5 / 2 / 6 / 3;
  align-self: center;
}

#w-node-_3b6b8bf5-e18c-c210-4f29-fc04668c6463-1324c757 {
  grid-area: 6 / 2 / 7 / 3;
  align-self: center;
}

#w-node-_3b6b8bf5-e18c-c210-4f29-fc04668c6465-1324c757 {
  grid-area: 9 / 2 / 10 / 3;
  align-self: center;
}

#w-node-_3b6b8bf5-e18c-c210-4f29-fc04668c6467-1324c757 {
  grid-area: 10 / 2 / 11 / 3;
  align-self: center;
}

#w-node-_3b6b8bf5-e18c-c210-4f29-fc04668c6469-1324c757 {
  grid-area: 11 / 2 / 12 / 3;
  align-self: center;
}

#w-node-_3b6b8bf5-e18c-c210-4f29-fc04668c646b-1324c757 {
  grid-area: 5 / 5 / 6 / 6;
  align-self: center;
}

#w-node-_3b6b8bf5-e18c-c210-4f29-fc04668c646d-1324c757 {
  grid-area: 8 / 2 / 9 / 3;
  align-self: center;
}

#w-node-_3b6b8bf5-e18c-c210-4f29-fc04668c646f-1324c757 {
  grid-area: 4 / 1 / 5 / 3;
  align-self: center;
}

#w-node-_3b6b8bf5-e18c-c210-4f29-fc04668c6471-1324c757 {
  grid-area: 3 / 1 / 4 / 4;
  align-self: center;
}

#w-node-_3b6b8bf5-e18c-c210-4f29-fc04668c6473-1324c757 {
  grid-area: 7 / 2 / 8 / 3;
  align-self: center;
}

#w-node-_3b6b8bf5-e18c-c210-4f29-fc04668c6475-1324c757 {
  grid-area: 6 / 1 / 7 / 2;
  place-self: center end;
}

#w-node-_3b6b8bf5-e18c-c210-4f29-fc04668c6478-1324c757 {
  grid-area: 11 / 1 / 12 / 2;
  place-self: center end;
}

#w-node-_3b6b8bf5-e18c-c210-4f29-fc04668c647a-1324c757 {
  grid-area: 6 / 5 / 7 / 6;
  align-self: center;
}

#w-node-_3b6b8bf5-e18c-c210-4f29-fc04668c647c-1324c757 {
  grid-area: 7 / 5 / 8 / 6;
  align-self: center;
}

#w-node-_3b6b8bf5-e18c-c210-4f29-fc04668c647e-1324c757 {
  grid-area: 8 / 5 / 9 / 6;
  align-self: center;
}

#w-node-_3b6b8bf5-e18c-c210-4f29-fc04668c6480-1324c757 {
  grid-area: 9 / 5 / 10 / 6;
  align-self: center;
}

#w-node-_3b6b8bf5-e18c-c210-4f29-fc04668c6482-1324c757 {
  grid-area: 12 / 1 / 15 / 3;
}

#w-node-_3b6b8bf5-e18c-c210-4f29-fc04668c6484-1324c757 {
  grid-area: 12 / 4 / 15 / 6;
}

#w-node-_3b6b8bf5-e18c-c210-4f29-fc04668c6459-1324c757 {
  grid-area: 4 / 4 / 5 / 6;
  align-self: center;
}

#w-node-_7c824f3b-7fd6-d575-f65c-877276b637a1-1324c757 {
  grid-area: 7 / 1 / 8 / 2;
  align-self: center;
}

#w-node-_7c824f3b-7fd6-d575-f65c-877276b637a5-1324c757 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_7c824f3b-7fd6-d575-f65c-877276b637a7-1324c757 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_7c824f3b-7fd6-d575-f65c-877276b637a9-1324c757 {
  grid-area: 10 / 1 / 11 / 2;
  align-self: center;
}

#w-node-_7c824f3b-7fd6-d575-f65c-877276b637aa-1324c757 {
  grid-area: 11 / 1 / 12 / 2;
  align-self: center;
}

#w-node-_7c824f3b-7fd6-d575-f65c-877276b637ae-1324c757 {
  grid-area: 9 / 1 / 10 / 2;
  align-self: center;
}

#w-node-_7c824f3b-7fd6-d575-f65c-877276b637b8-1324c757 {
  grid-area: 7 / 2 / 8 / 3;
  align-self: center;
}

#w-node-_7c824f3b-7fd6-d575-f65c-877276b637ba-1324c757 {
  grid-area: 8 / 2 / 9 / 3;
  align-self: center;
}

#w-node-_7c824f3b-7fd6-d575-f65c-877276b637bc-1324c757 {
  grid-area: 11 / 2 / 12 / 3;
  align-self: center;
}

#w-node-_7c824f3b-7fd6-d575-f65c-877276b637be-1324c757 {
  grid-area: 12 / 2 / 13 / 3;
  align-self: center;
}

#w-node-_7c824f3b-7fd6-d575-f65c-877276b637c0-1324c757 {
  grid-area: 13 / 2 / 14 / 3;
  align-self: center;
}

#w-node-_7c824f3b-7fd6-d575-f65c-877276b637c4-1324c757 {
  grid-area: 10 / 2 / 11 / 3;
  align-self: center;
}

#w-node-_7c824f3b-7fd6-d575-f65c-877276b637c6-1324c757 {
  grid-area: 4 / 1 / 5 / 3;
  align-self: center;
}

#w-node-_7c824f3b-7fd6-d575-f65c-877276b637c8-1324c757 {
  grid-area: 3 / 1 / 4 / 3;
  align-self: center;
}

#w-node-_7c824f3b-7fd6-d575-f65c-877276b637ca-1324c757 {
  grid-area: 9 / 2 / 10 / 3;
  align-self: center;
}

#w-node-_7c824f3b-7fd6-d575-f65c-877276b637cc-1324c757 {
  grid-area: 8 / 1 / 9 / 2;
  align-self: center;
}

#w-node-_650473d6-74eb-b97b-9024-9c5d383de469-1324c757, #w-node-_9d264d08-11a8-5073-93b8-8af0e0914e79-1324c757 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_7c824f3b-7fd6-d575-f65c-877276b637d9-1324c757 {
  grid-area: 14 / 1 / 15 / 3;
}

#w-node-_4c26fcae-f149-9730-3b6b-a7a8aabf2154-1324c757 {
  grid-area: 7 / 1 / 8 / 2;
  align-self: center;
}

#w-node-_4c26fcae-f149-9730-3b6b-a7a8aabf2155-1324c757 {
  grid-area: 2 / 4 / 3 / 6;
}

#w-node-_4c26fcae-f149-9730-3b6b-a7a8aabf215a-1324c757 {
  grid-area: 1 / 4 / 2 / 6;
  justify-self: center;
}

#w-node-_4c26fcae-f149-9730-3b6b-a7a8aabf215b-1324c757 {
  grid-area: 10 / 1 / 11 / 2;
  align-self: center;
}

#w-node-d9828ca7-c669-2e72-cff6-591decdef3ae-1324c757, #w-node-_72a82d3d-1dce-2aca-2910-ed2711390d6f-1324c757, #w-node-c4465374-6a65-af22-a53a-bc8c3ea74802-1324c757 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_4c26fcae-f149-9730-3b6b-a7a8aabf2160-1324c757 {
  grid-area: 9 / 1 / 10 / 2;
  align-self: center;
}

#w-node-_4c26fcae-f149-9730-3b6b-a7a8aabf2162-1324c757 {
  grid-area: 4 / 4 / 5 / 6;
  align-self: center;
}

#w-node-_4c26fcae-f149-9730-3b6b-a7a8aabf2168-1324c757 {
  grid-area: 3 / 4 / 4 / 6;
  align-self: center;
}

#w-node-_4c26fcae-f149-9730-3b6b-a7a8aabf2174-1324c757 {
  grid-area: 7 / 5 / 8 / 6;
  align-self: center;
}

#w-node-_4c26fcae-f149-9730-3b6b-a7a8aabf217e-1324c757 {
  grid-area: 8 / 1 / 9 / 2;
  align-self: center;
}

#w-node-_4c26fcae-f149-9730-3b6b-a7a8aabf2183-1324c757 {
  grid-area: 8 / 5 / 9 / 6;
  align-self: center;
}

#w-node-_4c26fcae-f149-9730-3b6b-a7a8aabf2185-1324c757 {
  grid-area: 9 / 5 / 10 / 6;
  align-self: center;
}

#w-node-_4c26fcae-f149-9730-3b6b-a7a8aabf2187-1324c757 {
  grid-area: 10 / 5 / 11 / 6;
  align-self: center;
}

#w-node-_4c26fcae-f149-9730-3b6b-a7a8aabf2189-1324c757 {
  grid-area: 11 / 5 / 12 / 6;
  align-self: center;
}

#w-node-_011785d0-56ba-efff-64d4-45cca362deaa-1324c757, #w-node-_6ced14a3-20d6-67f0-f7b7-e718e1b59dcc-1324c757 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_4c26fcae-f149-9730-3b6b-a7a8aabf218d-1324c757 {
  grid-area: 14 / 4 / 15 / 6;
}

@media screen and (min-width: 1920px) {
  #w-node-_51a1afd2-80dc-7a07-52bd-9ddd65d08f70-1324c744 {
    justify-self: end;
  }

  #w-node-_9e352986-81e1-18e4-8dfa-c5db70caa8a2-1324c744 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center start;
  }

  #w-node-_9e352986-81e1-18e4-8dfa-c5db70caa8a6-1324c744, #w-node-_9e352986-81e1-18e4-8dfa-c5db70caa8a7-1324c744, #w-node-_9e352986-81e1-18e4-8dfa-c5db70caa8a8-1324c744, #w-node-_9e352986-81e1-18e4-8dfa-c5db70caa8a9-1324c744, #w-node-_9e352986-81e1-18e4-8dfa-c5db70caa8aa-1324c744, #w-node-_9e352986-81e1-18e4-8dfa-c5db70caa8ab-1324c744 {
    justify-self: center;
  }

  #w-node-_9e352986-81e1-18e4-8dfa-c5db70caa8af-1324c744 {
    grid-area: 1 / 3 / 10 / 5;
    place-self: center;
  }

  #w-node-_9e352986-81e1-18e4-8dfa-c5db70caa8ac-1324c744, #w-node-_9e352986-81e1-18e4-8dfa-c5db70caa8bd-1324c744 {
    justify-self: center;
  }

  #w-node-_21ff0ce8-c60e-b9a2-3b42-4cb26a3ef5ce-6a3ef5ca {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_6da0b3ce-7d17-474a-729e-c1241f7ebeda-1324c74a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_689ffafe-e9c1-f226-4bce-f1d335c9fcc8-1324c74a {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-a0175337-98d5-d8b3-9927-8fd92fdc81c1-1324c74a {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: start;
  }

  #w-node-_04bdbfec-5447-f3a6-bc72-d18cbd5de7bc-1324c74a {
    grid-area: 8 / 2 / 9 / 3;
  }

  #w-node-_6ebcec20-4bed-d498-6847-5aa8929655a4-1324c74a {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_1891680f-65e7-f3ce-d693-aca7faccb916-1324c74a {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-ed67fad0-9a3b-b7d2-1ada-5423f2e9444b-1324c74a {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-d8289b15-2a7d-4bbd-d200-c9939cfa67e6-1324c74a {
    grid-area: 5 / 2 / 6 / 3;
  }

  #w-node-_934e1989-4704-39bf-a431-fa8ab2abad13-1324c74a {
    grid-area: 6 / 2 / 7 / 3;
  }

  #w-node-_7200ced9-c92d-710e-b00f-0ce427f1f309-1324c74a {
    grid-area: 7 / 2 / 8 / 3;
  }

  #w-node-_73f2ba8d-a7bb-0645-7e6c-bb35f8c8e1d1-1324c74a {
    grid-area: 9 / 2 / 10 / 3;
  }

  #w-node-_12b3170d-cf38-4c9a-743c-6cc639cc0e5d-1324c74a {
    grid-area: 2 / 1 / 3 / 3;
    align-self: center;
  }

  #w-node-_3b6b8bf5-e18c-c210-4f29-fc04668c6450-1324c757 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_3b6b8bf5-e18c-c210-4f29-fc04668c646f-1324c757 {
    grid-area: 4 / 1 / 5 / 3;
    align-self: center;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_9e352986-81e1-18e4-8dfa-c5db70caa8a2-1324c744 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center start;
  }

  #w-node-_9e352986-81e1-18e4-8dfa-c5db70caa8a6-1324c744, #w-node-_9e352986-81e1-18e4-8dfa-c5db70caa8a7-1324c744 {
    justify-self: center;
  }

  #w-node-_9e352986-81e1-18e4-8dfa-c5db70caa8a8-1324c744 {
    grid-area: 7 / 1 / 8 / 2;
    justify-self: center;
  }

  #w-node-_9e352986-81e1-18e4-8dfa-c5db70caa8a9-1324c744, #w-node-_9e352986-81e1-18e4-8dfa-c5db70caa8aa-1324c744, #w-node-_9e352986-81e1-18e4-8dfa-c5db70caa8ab-1324c744 {
    justify-self: center;
  }

  #w-node-_9e352986-81e1-18e4-8dfa-c5db70caa8af-1324c744 {
    grid-area: 1 / 3 / 10 / 5;
    align-self: start;
  }

  #w-node-_9e352986-81e1-18e4-8dfa-c5db70caa8ac-1324c744 {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: center;
  }

  #w-node-_9e352986-81e1-18e4-8dfa-c5db70caa8bd-1324c744 {
    justify-self: center;
  }

  #w-node-_8977f332-a7a0-15ff-a088-35a57a1342b6-1324c744 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center start;
  }

  #w-node-_8977f332-a7a0-15ff-a088-35a57a1342c3-1324c744 {
    grid-area: 1 / 3 / 10 / 5;
    align-self: center;
  }

  #w-node-_6da0b3ce-7d17-474a-729e-c1241f7ebeda-1324c74a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_689ffafe-e9c1-f226-4bce-f1d335c9fcc8-1324c74a {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-a7fccb88-156b-c24a-5d10-6ce7578e5e8c-1324c757 {
    grid-area: span 14 / span 1 / span 14 / span 1;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_6da0b3ce-7d17-474a-729e-c1241f7ebeda-1324c74a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_689ffafe-e9c1-f226-4bce-f1d335c9fcc8-1324c74a {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-a0175337-98d5-d8b3-9927-8fd92fdc81c1-1324c74a {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_04bdbfec-5447-f3a6-bc72-d18cbd5de7bc-1324c74a {
    grid-area: 8 / 2 / 9 / 4;
  }

  #w-node-_6ebcec20-4bed-d498-6847-5aa8929655a4-1324c74a {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_1891680f-65e7-f3ce-d693-aca7faccb916-1324c74a {
    grid-area: 3 / 2 / 4 / 4;
  }

  #w-node-ed67fad0-9a3b-b7d2-1ada-5423f2e9444b-1324c74a {
    grid-area: 4 / 2 / 5 / 4;
  }

  #w-node-d8289b15-2a7d-4bbd-d200-c9939cfa67e6-1324c74a {
    grid-area: 5 / 2 / 6 / 4;
  }

  #w-node-_934e1989-4704-39bf-a431-fa8ab2abad13-1324c74a {
    grid-area: 6 / 2 / 7 / 4;
  }

  #w-node-_7200ced9-c92d-710e-b00f-0ce427f1f309-1324c74a {
    grid-area: 7 / 2 / 8 / 4;
  }

  #w-node-_73f2ba8d-a7bb-0645-7e6c-bb35f8c8e1d1-1324c74a {
    grid-area: 9 / 2 / 10 / 4;
  }

  #w-node-_7703c4a0-8cf7-17be-93cc-5c3bc5a82878-1324c755 {
    place-self: end start;
  }

  #w-node-_5408fcb2-c55e-3d72-c712-f31b7c277c39-1324c755 {
    align-self: start;
  }

  #w-node-d5fe6354-252c-f210-9ab1-8164a26f6d6e-1324c755 {
    place-self: end start;
  }

  #w-node-a0b6a212-a140-7655-6c05-4856e3a3cf2d-1324c755 {
    align-self: start;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_51a1afd2-80dc-7a07-52bd-9ddd65d08f6a-1324c744 {
    grid-area: 1 / 2 / 3 / 4;
    align-self: start;
  }

  #w-node-_51a1afd2-80dc-7a07-52bd-9ddd65d08f6b-1324c744 {
    grid-area: 1 / 1 / 2 / 3;
    place-self: center;
  }

  #w-node-_8977f332-a7a0-15ff-a088-35a57a1342b6-1324c744 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_8977f332-a7a0-15ff-a088-35a57a1342b8-1324c744 {
    justify-self: start;
  }

  #w-node-_8977f332-a7a0-15ff-a088-35a57a1342ba-1324c744, #w-node-_8977f332-a7a0-15ff-a088-35a57a1342bb-1324c744, #w-node-_8977f332-a7a0-15ff-a088-35a57a1342bc-1324c744, #w-node-_8977f332-a7a0-15ff-a088-35a57a1342bd-1324c744, #w-node-_8977f332-a7a0-15ff-a088-35a57a1342be-1324c744, #w-node-_8977f332-a7a0-15ff-a088-35a57a1342bf-1324c744, #w-node-_8977f332-a7a0-15ff-a088-35a57a1342c0-1324c744 {
    justify-self: end;
  }

  #w-node-_8977f332-a7a0-15ff-a088-35a57a1342c1-1324c744 {
    justify-self: start;
  }

  #w-node-_8977f332-a7a0-15ff-a088-35a57a1342c3-1324c744 {
    grid-area: 10 / 1 / 11 / 3;
    place-self: center;
  }

  #w-node-_8977f332-a7a0-15ff-a088-35a57a1342c5-1324c744, #w-node-_8977f332-a7a0-15ff-a088-35a57a1342c7-1324c744, #w-node-_8977f332-a7a0-15ff-a088-35a57a1342c9-1324c744, #w-node-_8977f332-a7a0-15ff-a088-35a57a1342cb-1324c744, #w-node-_8977f332-a7a0-15ff-a088-35a57a1342cd-1324c744, #w-node-_8977f332-a7a0-15ff-a088-35a57a1342cf-1324c744 {
    justify-self: start;
  }

  #w-node-_8977f332-a7a0-15ff-a088-35a57a1342d1-1324c744 {
    grid-area: 9 / 1 / 10 / 2;
    place-self: center end;
  }

  #w-node-a19dec58-d28b-7bcf-1dee-67fed6563e53-1324c744 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5e4e6832-b836-0b14-3ff4-4e0a455cb832-455cb819 {
    grid-area: 1 / 5 / 3 / 9;
  }

  #w-node-_5b30ab00-9a09-b126-4587-a3baeca753a5-1324c74a {
    grid-area: 4 / 1 / 5 / 3;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2cb9a43d-b735-4f3c-e1ae-60dc93772ff7-1324c744 {
    grid-area: 2 / 5 / 3 / 6;
    align-self: end;
  }

  #w-node-_8977f332-a7a0-15ff-a088-35a57a1342cf-1324c744 {
    grid-area: 9 / 2 / 10 / 3;
  }

  #w-node-_922b525c-1da9-2132-8bbd-39f7aba2d20a-1324c744 {
    grid-area: 3 / 1 / 4 / 3;
    place-self: center start;
  }

  #w-node-f7e425cc-1841-6507-7bc8-3539d34decd6-1324c744 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_8ec9bb2d-653a-db2b-c7e4-69a59f6b8ba8-1324c744 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-_6610922f-9c66-378a-79dd-2b7773cb39f5-1324c744 {
    grid-area: 3 / 3 / 4 / 4;
  }

  #w-node-_5171840d-e95a-d53f-2566-158e9c04c848-1324c744 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_27c574d3-1caa-ffea-cf31-b00b7b64109d-1324c744 {
    grid-area: 3 / 4 / 4 / 5;
  }

  #w-node-_52328df9-5466-40c7-3322-5700010be747-1324c744 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-a628b2d1-5205-f126-0d96-ff9dfc4c4a1e-fc4c4a1c {
    grid-area: 1 / 4 / 2 / 5;
  }

  #w-node-a628b2d1-5205-f126-0d96-ff9dfc4c4a20-fc4c4a1c {
    grid-area: 1 / 1 / 4 / 3;
    justify-self: start;
  }

  #w-node-a628b2d1-5205-f126-0d96-ff9dfc4c4a21-fc4c4a1c {
    grid-area: 2 / 4 / 3 / 5;
  }

  #w-node-a628b2d1-5205-f126-0d96-ff9dfc4c4a23-fc4c4a1c {
    grid-area: 3 / 4 / 4 / 5;
  }

  #w-node-a628b2d1-5205-f126-0d96-ff9dfc4c4a25-fc4c4a1c {
    grid-area: 4 / 4 / 5 / 5;
  }

  #w-node-a628b2d1-5205-f126-0d96-ff9dfc4c4a27-fc4c4a1c {
    grid-area: 5 / 4 / 6 / 5;
  }

  #w-node-a628b2d1-5205-f126-0d96-ff9dfc4c4a29-fc4c4a1c {
    grid-area: 6 / 4 / 7 / 5;
  }

  #w-node-a628b2d1-5205-f126-0d96-ff9dfc4c4a2b-fc4c4a1c {
    grid-area: 11 / 1 / 12 / 5;
  }

  #w-node-a628b2d1-5205-f126-0d96-ff9dfc4c4a2d-fc4c4a1c {
    grid-area: 10 / 1 / 11 / 5;
  }

  #w-node-a628b2d1-5205-f126-0d96-ff9dfc4c4a33-fc4c4a1c {
    grid-area: 4 / 1 / 7 / 3;
    place-self: end start;
  }

  #w-node-a628b2d1-5205-f126-0d96-ff9dfc4c4a35-fc4c4a1c {
    grid-area: 7 / 1 / 8 / 3;
  }

  #w-node-a628b2d1-5205-f126-0d96-ff9dfc4c4a37-fc4c4a1c {
    grid-area: 7 / 3 / 8 / 4;
  }

  #w-node-a628b2d1-5205-f126-0d96-ff9dfc4c4a39-fc4c4a1c {
    grid-area: 7 / 4 / 8 / 5;
  }

  #w-node-e409f9c8-4edd-2545-24c2-9854a390d0ff-fc4c4a1c {
    grid-area: 7 / 2 / 8 / 3;
  }

  #w-node-a628b2d1-5205-f126-0d96-ff9dfc4c4a3d-fc4c4a1c {
    grid-area: 8 / 1 / 9 / 5;
  }

  #w-node-_7c824f3b-7fd6-d575-f65c-877276b637a1-1324c757 {
    grid-area: 7 / 1 / 8 / 2;
    place-self: center end;
  }

  #w-node-_7c824f3b-7fd6-d575-f65c-877276b637a7-1324c757 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_7c824f3b-7fd6-d575-f65c-877276b637a9-1324c757, #w-node-_7c824f3b-7fd6-d575-f65c-877276b637aa-1324c757, #w-node-_7c824f3b-7fd6-d575-f65c-877276b637ae-1324c757 {
    justify-self: end;
  }

  #w-node-_7c824f3b-7fd6-d575-f65c-877276b637b8-1324c757 {
    grid-area: 5 / 2 / 6 / 3;
    align-self: center;
  }

  #w-node-_7c824f3b-7fd6-d575-f65c-877276b637ba-1324c757 {
    grid-area: 6 / 2 / 7 / 3;
  }

  #w-node-_7c824f3b-7fd6-d575-f65c-877276b637bc-1324c757 {
    grid-area: 9 / 2 / 10 / 3;
    align-self: center;
  }

  #w-node-_7c824f3b-7fd6-d575-f65c-877276b637be-1324c757 {
    grid-area: 10 / 2 / 11 / 3;
    align-self: center;
  }

  #w-node-_7c824f3b-7fd6-d575-f65c-877276b637c0-1324c757 {
    grid-area: 11 / 2 / 12 / 3;
  }

  #w-node-_7c824f3b-7fd6-d575-f65c-877276b637c4-1324c757 {
    grid-area: 8 / 2 / 9 / 3;
  }

  #w-node-_7c824f3b-7fd6-d575-f65c-877276b637ca-1324c757 {
    grid-area: 7 / 2 / 8 / 3;
  }

  #w-node-_7c824f3b-7fd6-d575-f65c-877276b637cc-1324c757 {
    justify-self: end;
  }

  #w-node-_650473d6-74eb-b97b-9024-9c5d383de469-1324c757 {
    grid-area: 5 / 1 / 6 / 2;
    justify-self: end;
  }

  #w-node-_9d264d08-11a8-5073-93b8-8af0e0914e79-1324c757 {
    grid-area: 6 / 1 / 7 / 2;
    justify-self: end;
  }

  #w-node-_7c824f3b-7fd6-d575-f65c-877276b637d9-1324c757 {
    grid-area: 12 / 1 / 13 / 3;
  }

  #w-node-_4c26fcae-f149-9730-3b6b-a7a8aabf2154-1324c757 {
    grid-area: 5 / 1 / 6 / 2;
    justify-self: end;
  }

  #w-node-_4c26fcae-f149-9730-3b6b-a7a8aabf2155-1324c757 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_4c26fcae-f149-9730-3b6b-a7a8aabf215a-1324c757 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_4c26fcae-f149-9730-3b6b-a7a8aabf215b-1324c757 {
    grid-area: 6 / 1 / 7 / 2;
    justify-self: end;
  }

  #w-node-d9828ca7-c669-2e72-cff6-591decdef3ae-1324c757 {
    grid-area: 7 / 1 / 8 / 2;
    place-self: center end;
  }

  #w-node-_72a82d3d-1dce-2aca-2910-ed2711390d6f-1324c757, #w-node-c4465374-6a65-af22-a53a-bc8c3ea74802-1324c757 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center end;
  }

  #w-node-_4c26fcae-f149-9730-3b6b-a7a8aabf2160-1324c757 {
    justify-self: end;
  }

  #w-node-_4c26fcae-f149-9730-3b6b-a7a8aabf2162-1324c757 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_4c26fcae-f149-9730-3b6b-a7a8aabf2168-1324c757 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_4c26fcae-f149-9730-3b6b-a7a8aabf2174-1324c757 {
    grid-area: 5 / 2 / 6 / 3;
  }

  #w-node-_4c26fcae-f149-9730-3b6b-a7a8aabf217e-1324c757 {
    justify-self: end;
  }

  #w-node-_4c26fcae-f149-9730-3b6b-a7a8aabf2183-1324c757 {
    grid-area: 6 / 2 / 7 / 3;
  }

  #w-node-_4c26fcae-f149-9730-3b6b-a7a8aabf2185-1324c757 {
    grid-area: 7 / 2 / 8 / 3;
  }

  #w-node-_4c26fcae-f149-9730-3b6b-a7a8aabf2187-1324c757 {
    grid-area: 8 / 2 / 9 / 3;
  }

  #w-node-_4c26fcae-f149-9730-3b6b-a7a8aabf2189-1324c757 {
    grid-area: 9 / 2 / 10 / 3;
    place-self: auto;
  }

  #w-node-_011785d0-56ba-efff-64d4-45cca362deaa-1324c757, #w-node-_6ced14a3-20d6-67f0-f7b7-e718e1b59dcc-1324c757 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: auto;
  }

  #w-node-_4c26fcae-f149-9730-3b6b-a7a8aabf218d-1324c757 {
    grid-area: 10 / 1 / 12 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_91df7117-8b33-5082-a034-cdd80459e162-1324c744 {
    grid-area: 2 / 3 / 3 / 5;
    place-self: center;
  }

  #w-node-_91df7117-8b33-5082-a034-cdd80459e16c-1324c744 {
    grid-area: 2 / 1 / 3 / 3;
    place-self: center;
  }

  #w-node-_91df7117-8b33-5082-a034-cdd80459e176-1324c744 {
    grid-area: 3 / 1 / 4 / 3;
    place-self: center;
  }

  #w-node-_91df7117-8b33-5082-a034-cdd80459e17e-1324c744, #w-node-_2cb9a43d-b735-4f3c-e1ae-60dc93772ff7-1324c744 {
    grid-area: Area;
    align-self: end;
  }

  #w-node-_8977f332-a7a0-15ff-a088-35a57a1342c3-1324c744 {
    align-self: center;
  }

  #w-node-_8977f332-a7a0-15ff-a088-35a57a1342c5-1324c744 {
    grid-area: 2 / 2 / 3 / 3;
    place-self: center start;
  }

  #w-node-e61425d0-3434-a65d-845d-f3e35611529a-1324c744 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_922b525c-1da9-2132-8bbd-39f7aba2d20a-1324c744 {
    grid-area: 3 / 1 / 4 / 3;
    place-self: center start;
  }

  #w-node-f7e425cc-1841-6507-7bc8-3539d34decd6-1324c744 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-cc54ff88-d4e4-a77a-1b93-a82af2492816-1324c744 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_605ba1df-c6df-cfb4-6bf5-06d4f14df771-1324c744 {
    grid-area: 5 / 1 / 6 / 3;
    place-self: center;
  }

  #w-node-f92b5efd-b582-0516-2ff4-a6c03a44cd47-1324c744 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-efac5a0c-d287-0b27-e397-e2c2ac9ad297-1324c744 {
    grid-area: 2 / 2 / 3 / 3;
    place-self: center;
  }

  #w-node-ee746d09-4fad-29f4-b117-89614b7c0b01-1324c744 {
    grid-area: 3 / 1 / 4 / 2;
    place-self: center;
  }

  #w-node-dce599ab-1ad0-5e96-892e-a965bdf86dd9-1324c744 {
    grid-area: 3 / 2 / 4 / 3;
    place-self: center;
  }

  #w-node-_7ceb8fc9-3a09-fb97-0cfd-2a42a903456d-1324c744 {
    grid-area: 4 / 1 / 5 / 2;
    place-self: center;
  }

  #w-node-_88af85eb-987c-3402-b914-1df7d751efe8-1324c744 {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-_55eadba4-7a23-8a51-4e5a-54b70db0b0ac-1324c744 {
    grid-area: 4 / 2 / 5 / 3;
    place-self: center;
  }

  #w-node-a628b2d1-5205-f126-0d96-ff9dfc4c4a1e-fc4c4a1c {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-a628b2d1-5205-f126-0d96-ff9dfc4c4a21-fc4c4a1c {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-a628b2d1-5205-f126-0d96-ff9dfc4c4a23-fc4c4a1c {
    grid-area: 3 / 3 / 4 / 4;
  }

  #w-node-a628b2d1-5205-f126-0d96-ff9dfc4c4a25-fc4c4a1c {
    grid-area: 4 / 3 / 5 / 4;
  }

  #w-node-a628b2d1-5205-f126-0d96-ff9dfc4c4a27-fc4c4a1c {
    grid-area: 5 / 3 / 6 / 4;
  }

  #w-node-a628b2d1-5205-f126-0d96-ff9dfc4c4a29-fc4c4a1c {
    grid-area: 6 / 3 / 7 / 4;
  }

  #w-node-a628b2d1-5205-f126-0d96-ff9dfc4c4a2b-fc4c4a1c {
    grid-area: 11 / 1 / 12 / 4;
  }

  #w-node-a628b2d1-5205-f126-0d96-ff9dfc4c4a2d-fc4c4a1c {
    grid-area: 10 / 1 / 11 / 4;
  }

  #w-node-a628b2d1-5205-f126-0d96-ff9dfc4c4a33-fc4c4a1c {
    grid-area: 4 / 1 / 7 / 2;
    align-self: end;
  }

  #w-node-a628b2d1-5205-f126-0d96-ff9dfc4c4a35-fc4c4a1c {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-a628b2d1-5205-f126-0d96-ff9dfc4c4a37-fc4c4a1c {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-a628b2d1-5205-f126-0d96-ff9dfc4c4a39-fc4c4a1c {
    grid-area: 8 / 2 / 9 / 3;
  }

  #w-node-e409f9c8-4edd-2545-24c2-9854a390d0ff-fc4c4a1c {
    grid-area: 8 / 3 / 9 / 4;
  }

  #w-node-a628b2d1-5205-f126-0d96-ff9dfc4c4a3d-fc4c4a1c {
    grid-area: 9 / 1 / 10 / 4;
  }

  #w-node-_21ff0ce8-c60e-b9a2-3b42-4cb26a3ef5ce-6a3ef5ca {
    align-self: center;
  }

  #w-node-_21ff0ce8-c60e-b9a2-3b42-4cb26a3ef5d0-6a3ef5ca {
    align-self: start;
  }

  #w-node-_7c824f3b-7fd6-d575-f65c-877276b637d9-1324c757 {
    grid-area: 12 / 1 / 13 / 3;
  }

  #w-node-_4c26fcae-f149-9730-3b6b-a7a8aabf2155-1324c757 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_4c26fcae-f149-9730-3b6b-a7a8aabf215a-1324c757 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_4c26fcae-f149-9730-3b6b-a7a8aabf215b-1324c757 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-d9828ca7-c669-2e72-cff6-591decdef3ae-1324c757 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_72a82d3d-1dce-2aca-2910-ed2711390d6f-1324c757, #w-node-c4465374-6a65-af22-a53a-bc8c3ea74802-1324c757 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_4c26fcae-f149-9730-3b6b-a7a8aabf2160-1324c757 {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-_4c26fcae-f149-9730-3b6b-a7a8aabf2162-1324c757 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_4c26fcae-f149-9730-3b6b-a7a8aabf2168-1324c757 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_4c26fcae-f149-9730-3b6b-a7a8aabf2174-1324c757 {
    grid-area: 5 / 2 / 6 / 3;
  }

  #w-node-_4c26fcae-f149-9730-3b6b-a7a8aabf217e-1324c757 {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-_4c26fcae-f149-9730-3b6b-a7a8aabf2183-1324c757 {
    grid-area: 8 / 2 / 9 / 3;
  }

  #w-node-_4c26fcae-f149-9730-3b6b-a7a8aabf2185-1324c757 {
    grid-area: 7 / 2 / 8 / 3;
  }

  #w-node-_4c26fcae-f149-9730-3b6b-a7a8aabf2187-1324c757 {
    grid-area: 6 / 2 / 7 / 3;
  }

  #w-node-_4c26fcae-f149-9730-3b6b-a7a8aabf2189-1324c757 {
    grid-area: 9 / 2 / 10 / 3;
    align-self: center;
  }

  #w-node-_011785d0-56ba-efff-64d4-45cca362deaa-1324c757 {
    grid-area: 10 / 2 / 11 / 3;
    align-self: center;
  }

  #w-node-_6ced14a3-20d6-67f0-f7b7-e718e1b59dcc-1324c757 {
    grid-area: 11 / 2 / 12 / 3;
    align-self: center;
  }

  #w-node-_4c26fcae-f149-9730-3b6b-a7a8aabf218d-1324c757 {
    grid-area: 12 / 1 / 13 / 3;
    place-self: center;
  }
}


