a {
  border: 1px solid #000;
  color: #fff;
  text-decoration: none;
}

a:hover {
  color: #fff6a0;
  text-decoration: none;
}

a:active {
  color: #fff6a0;
  text-decoration: none;
}

.container {
  display: block;
  width: 80vh;
  min-height: 200px;
  margin-right: auto;
  margin-left: auto;
}

.section {
  height: 100vh;
}

.container-2 {
  min-height: 200px;
  margin-top: 70px;
}

.image {
  display: block;
  width: auto;
}

.heading {
  position: relative;
  left: 42.5px;
  bottom: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: block;
  border-bottom: 1px solid #fff6a0;
  background-color: #0949bb;
}

.body {
  background-image: url('../images/Baggrund_Laban_Leopard.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.case-heading {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'Work Sans', sans-serif;
  color: #0949bb;
  font-size: 80px;
  line-height: 80px;
  font-weight: 900;
}

.case-heading.blue {
  color: #0949bb;
}

.case-heading.about {
  width: auto;
  margin-bottom: 0px;
  color: #fff6a0;
  text-align: left;
  text-transform: uppercase;
  white-space: normal;
  -o-object-fit: fill;
  object-fit: fill;
}

.case-heading.say-hi {
  margin-bottom: 0px;
  color: #fff6a0;
  font-size: 60px;
  line-height: 60px;
  text-align: center;
  text-transform: none;
}

.case-heading.inverted {
  color: #fb4f42;
}

.case-big-paragraph {
  margin-top: 0px;
  margin-right: 220px;
  margin-bottom: 0px;
  font-family: 'Work Sans', sans-serif;
  color: #fb4f42;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.case-big-paragraph.red {
  position: relative;
  z-index: 1;
  color: #fb4f42;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.case-big-paragraph.yellow {
  display: block;
  font-family: Quattrocento, sans-serif;
  color: #fff6a0;
}

.case-big-paragraph.yellow.bottom {
  display: block;
  margin-top: 170px;
}

.case-big-paragraph.home {
  margin-right: 300px;
}

.case-big-paragraph.inverted {
  color: #fff6a0;
}

.hero-block {
  margin: 140px 0px 80px;
}

.container-3 {
  padding-top: 0px;
}

.nav-link {
  margin-right: -2px;
  margin-left: -2px;
  padding-right: 0px;
  padding-left: 30px;
  border-style: none;
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  text-transform: none;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 500px;
  padding-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff6a0;
}

.container-4 {
  display: -ms-grid;
  display: grid;
  padding-right: 80px;
  padding-left: 80px;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.medium-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Work Sans', sans-serif;
  color: #fb4f42;
  font-weight: 900;
}

.small-paragraph {
  font-family: 'Work Sans', sans-serif;
  color: #fb4f42;
  font-weight: 300;
}

.image-2 {
  padding-top: 15px;
}

.over-heading {
  margin-bottom: 5px;
  font-family: Taviraj, sans-serif;
  color: #fff6a0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: none;
}

.div-block-2 {
  position: relative;
  top: auto;
  bottom: 410px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon {
  color: #fff;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.case-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.27)), to(rgba(0, 0, 0, 0.27))), url('../images/SB_08.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.27), rgba(0, 0, 0, 0.27)), url('../images/SB_08.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.case-header.stickers {
  background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/SB_08.jpg');
  background-image: linear-gradient(180deg, null, null), url('../images/SB_08.jpg');
  background-attachment: scroll, scroll;
}

.case-header.vd {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.15))), url('../images/VisitDenmark_Stills_14.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url('../images/VisitDenmark_Stills_14.jpg');
  background-position: 0px 0px, 50% 50%;
  background-attachment: scroll, scroll;
}

.case-header.kb {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.15))), url('../images/KB_10_Kamp.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url('../images/KB_10_Kamp.jpg');
  background-position: 0px 0px, 50% 50%;
  background-attachment: scroll, scroll;
}

.case-header.stay-home {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/Stay_Home.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/Stay_Home.jpg');
  background-position: 0px 0px, 50% 50%;
  background-attachment: scroll, scroll;
}

.case-header.bab {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/BAB_Ismael.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/BAB_Ismael.jpg');
  background-position: 0px 0px, 50% 50%;
  background-attachment: scroll, scroll;
}

.case-header.cvs {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.15))), url('../images/CVS_Header_V2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url('../images/CVS_Header_V2.jpg');
  background-position: 0px 0px, 0% 50%;
  background-attachment: scroll, scroll;
}

.case-header.fashion {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.15))), url('../images/Tynd_Traad_KV.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url('../images/Tynd_Traad_KV.jpg');
  background-position: 0px 0px, 50% 50%;
  background-attachment: scroll, scroll;
}

.case-header.camping {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.15))), url('../images/VisitDenmark_Stills_52.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url('../images/VisitDenmark_Stills_52.jpg');
  background-position: 0px 0px, 50% 40%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, scroll;
}

.case-header.brevstemmer {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.15))), url('../images/Brevstemmer.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url('../images/Brevstemmer.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, scroll;
}

.case-header.dd {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/7822CD70-8F2D-46A2-915F-518ED051CC4E-3C1ADBD8-290B-4326-AC24-1949B7B1696F-2.JPG');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/7822CD70-8F2D-46A2-915F-518ED051CC4E-3C1ADBD8-290B-4326-AC24-1949B7B1696F-2.JPG');
}

.case-header.fordomsquizzen {
  background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/Header_Fordomsquizzen.jpg');
  background-image: linear-gradient(180deg, null, null), url('../images/Header_Fordomsquizzen.jpg');
}

.case-header.elections {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/Header_KBH_Valg_International.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/Header_KBH_Valg_International.jpg');
}

.container-5 {
  position: relative;
  margin-top: 30px;
  margin-bottom: 0px;
}

.case-content {
  display: block;
  min-height: 7000px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.case-content.stickers {
  height: 100%;
  min-height: auto;
}

.case-content.vd {
  height: 100%;
  min-height: 0px;
}

.case-content.stay-home {
  height: 100%;
  min-height: auto;
}

.case-content._10-kampen {
  height: 100%;
  min-height: auto;
}

.case-content.bab {
  height: 100%;
  min-height: auto;
}

.case-content.cvs {
  height: 100%;
  min-height: auto;
}

.case-content.fashion {
  height: 100%;
  min-height: auto;
}

.case-content.brevstemmer {
  height: 100%;
  min-height: auto;
}

.image-3 {
  position: relative;
  top: 107px;
  display: block;
}

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

.container-6 {
  display: -ms-grid;
  display: grid;
  margin-top: 115px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.case-description {
  margin-bottom: 0px;
  padding-left: 0px;
  font-family: 'Work Sans', sans-serif;
  color: #0949bb;
}

.case-description.inverted {
  color: #fff6a0;
}

.case-client-name {
  padding-bottom: 10px;
  font-family: 'Work Sans', sans-serif;
  color: #fb4f42;
  font-weight: 700;
}

.case-type {
  font-family: 'Work Sans', sans-serif;
  color: #fb4f42;
  font-weight: 700;
}

.container-7 {
  display: none;
  margin-top: 60px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-4 {
  height: 2px;
}

.container-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.case_text_wrapper {
  margin-top: 60px;
}

.case_text_wrapper.stickers_02 {
  margin-top: 100px;
}

.case_text_wrapper.gastro {
  margin-bottom: 48px;
}

.case_text_wrapper.tynd_traad {
  margin-bottom: 48px;
}

.case_text_wrapper.camping {
  margin-bottom: 48px;
}

.container-10 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: none;
  margin-top: 60px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.project-images {
  position: relative;
  top: -144px;
  opacity: 0.5;
  -webkit-transition: opacity 800ms ease;
  transition: opacity 800ms ease;
}

.project-images:hover {
  opacity: 1;
}

.section-5 {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 2px solid #fff6a0;
  background-color: #0949bb;
}

.container-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-thingy {
  margin-right: 20px;
  color: #fff6a0;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.footer-thingy.left {
  font-family: 'Work Sans', sans-serif;
}

.footer-thingy.right {
  margin-right: 0px;
  margin-left: 20px;
  font-family: 'Work Sans', sans-serif;
}

.container-12 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.section-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  min-height: 600px;
  padding-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0949bb;
}

.container-13 {
  display: -ms-grid;
  display: grid;
  margin-top: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.image-4 {
  padding: 0px;
}

.div-block-5 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.div-block-6 {
  position: absolute;
  left: 0%;
  top: 15%;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: visible;
  width: 300px;
  height: 300px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.1;
  -webkit-filter: none;
  filter: none;
}

.container-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.div-block-7 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.image-5 {
  overflow: hidden;
  max-height: none;
  max-width: 100%;
}

.div-block-8 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  overflow: visible;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.1;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.image-6 {
  overflow: visible;
  width: 300px;
  height: auto;
  max-width: 400%;
}

.highlight {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: none;
  overflow: visible;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.18;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.laban-a {
  position: relative;
  overflow: scroll;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-9 {
  overflow: hidden;
}

.section-7 {
  position: relative;
  display: block;
  height: 100%;
  min-height: 0px;
  padding-top: 120px;
  padding-bottom: 100px;
  background-color: #fff6a0;
}

.work-project {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 40vh;
  margin-top: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 4px;
  background-image: url('../images/94478A17-D54F-463F-B6C5-EA833CEDC211.JPG');
  background-position: 50% 40%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  opacity: 1;
  -webkit-transition: width 1000ms ease, opacity 200ms ease;
  transition: width 1000ms ease, opacity 200ms ease;
}

.work-project-overlay {
  display: block;
  overflow: visible;
  width: 100%;
  height: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #0949bb;
  opacity: 0.2;
  -webkit-transition: opacity 1000ms ease;
  transition: opacity 1000ms ease;
}

.work-project-overlay:hover {
  opacity: 0.6;
}

.work-project-info {
  position: absolute;
  padding-bottom: 30px;
  padding-left: 30px;
}

.project-heading {
  position: static;
  width: 50%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}

.project-client {
  position: static;
  margin-left: 0px;
  font-family: Taviraj, sans-serif;
  color: #fff6a0;
}

.project-client.test {
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
}

.text-block-4 {
  margin-top: 30px;
  margin-left: 0px;
  font-family: Taviraj, sans-serif;
  color: #fff;
  text-decoration: none;
}

.project-container {
  display: block;
  margin-top: 40px;
  border-radius: 0px;
}

.project-container.old {
  display: none;
}

.project-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 0px;
  text-decoration: none;
}

.project-block.test {
  border-style: none;
}

.project-image {
  border-radius: 0px;
}

.project-text-block {
  position: absolute;
  margin-bottom: 0px;
  padding-bottom: 30px;
  padding-left: 30px;
}

.project-overlay {
  position: absolute;
  overflow: visible;
  width: 100%;
  height: 100%;
  background-color: #0949bb;
  opacity: 0;
}

.project-overlay:hover {
  opacity: 0;
}

.progress-bar {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -12%;
  z-index: 5000;
  display: none;
  width: 100%;
  height: 8px;
  background-color: #fb4f42;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.section-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fb4f42;
}

.parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 300px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff6a0;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.home-nav {
  position: absolute;
  right: 220px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: translate3d(0px, 0px, 400px);
  transform: translate3d(0px, 0px, 400px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.heading-2 {
  text-decoration: underline;
}

.link-block {
  text-decoration: none;
}

.home-nav-heading {
  font-family: 'Work Sans', sans-serif;
  color: #0949bb;
  font-weight: 900;
}

.section-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 10px;
  border-color: #0949bb;
  background-color: #fff6a0;
}

.nav-link-header {
  font-family: 'Work Sans', sans-serif;
  font-size: 90px;
  font-weight: 900;
  text-decoration: none;
}

.nav-link-header:active {
  color: #0949bb;
}

.home-nav-link {
  position: relative;
  margin-top: 17px;
  margin-bottom: 17px;
  border-style: none;
  color: #0949bb;
  text-decoration: none;
}

.home-nav-link:active {
  border: 1px none #000;
  color: #0949bb;
}

.home-nav-link:visited {
  color: #0949bb;
}

.strike {
  position: relative;
  bottom: 12px;
  width: 100%;
  height: 2px;
  margin-top: 0px;
  background-color: #fb4f42;
}

.home-nav-all {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-11 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-7 {
  display: block;
  opacity: 1;
}

.home-stamp {
  margin-bottom: 36px;
}

.loading-screen {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  overflow: visible;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.loading-logo {
  position: absolute;
  z-index: 3000;
}

.loading-background {
  position: absolute;
  z-index: 2500;
  width: 100%;
  height: 100%;
  background-color: #0949bb;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.background-video {
  height: 100vh;
}

.section-10 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0949bb;
}

.div-block-12 {
  position: absolute;
  top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff6a0;
}

.image-8 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.section-11 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  -o-object-fit: fill;
  object-fit: fill;
}

.body-2 {
  display: block;
  padding-top: 100vh;
  background-color: #0949bb;
}

.section-12 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.heading-3 {
  font-family: 'Work Sans', sans-serif;
  color: #fff6a0;
  font-size: 235px;
  font-weight: 900;
}

.div-block-13 {
  position: absolute;
  z-index: 3;
}

.div-block-14 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-10 {
  position: -webkit-sticky;
  position: sticky;
  left: 39.6vw;
  top: 34%;
  right: auto;
  bottom: 10vw;
  padding-left: 0px;
}

.div-block-15 {
  position: absolute;
  left: 42%;
  top: 21%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
}

.section-13 {
  position: -webkit-sticky;
  position: sticky;
  top: 0vh;
  bottom: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/VD_Urter.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section-14 {
  position: -webkit-sticky;
  position: sticky;
  top: 0vh;
  bottom: 100vh;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-15 {
  position: static;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fb4f42;
  background-image: url('../images/Baggrund_Laban_Leopard.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section-16 {
  position: static;
  height: 100vh;
}

.div-block-16 {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 100%;
  background-color: #fb4f42;
}

.div-block-17 {
  width: 100vw;
  height: 100vh;
  background-color: rgba(9, 73, 187, 0.75);
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.section-17 {
  position: -webkit-sticky;
  position: sticky;
  top: 0vh;
  height: 100vh;
  background-image: url('../images/94478A17-D54F-463F-B6C5-EA833CEDC211.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section-18 {
  position: relative;
  z-index: 3;
  height: 100vh;
  background-color: #fff6a0;
}

.section-19 {
  position: -webkit-sticky;
  position: sticky;
  top: 0vh;
  z-index: 0;
  height: 100vh;
  background-color: #fff6a0;
}

.heading-1 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 70px;
  font-weight: 900;
}

.sub-heading-1 {
  margin-top: 0px;
  font-family: Taviraj, sans-serif;
  color: #fff6a0;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  text-transform: none;
}

.div-block-18 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-15 {
  position: relative;
}

.section-20 {
  position: -webkit-sticky;
  position: sticky;
  top: 0vh;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff6a0;
}

.div-block-19 {
  position: absolute;
}

.container-16 {
  position: absolute;
}

.huge-paragraph {
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
}

.huge-paragraph.alternative {
  margin-top: 40px;
  margin-bottom: 40px;
  color: #0949bb;
}

.huge-paragraph.alternative.bold {
  font-weight: 700;
}

.huge-paragraph.alternative.yellow {
  color: #fff6a0;
}

.div-block-20 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.link {
  border-style: none none solid;
  border-color: #000 #000 #fff6a0;
  color: #fff6a0;
}

.link:hover {
  border-bottom-style: none;
  border-bottom-width: 1px;
}

.section-21 {
  position: static;
  top: 0vh;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0949bb;
  background-image: url('../images/Baggrund_Laban_Leopard.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

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

.columns {
  min-width: 300px;
}

.image-11 {
  margin-bottom: 25px;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-22 {
  width: auto;
  height: auto;
  margin: 0px;
  padding: 0px;
}

.container-18 {
  display: block;
  padding-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-23 {
  margin-top: 60px;
  padding-right: 0px;
}

.heading-4 {
  font-family: 'Work Sans', sans-serif;
  color: #fff6a0;
  font-size: 50px;
  line-height: 60px;
  font-weight: 900;
}

.container-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-2 {
  display: block;
  margin-top: 25px;
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}

.div-block-24 {
  display: block;
  width: 100%;
  margin-right: 200px;
  margin-left: 200px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-5 {
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 55px;
  font-weight: 900;
  text-align: center;
}

.text-block-5 {
  margin-top: 63px;
  font-family: Quattrocento, sans-serif;
  color: #fff6a0;
  font-weight: 400;
  text-align: center;
}

.div-block-25 {
  position: absolute;
  left: -4%;
  top: 66%;
  right: auto;
  bottom: 4%;
}

.image-12 {
  position: static;
  left: -671px;
  top: 333px;
  -webkit-transform: rotate(31deg);
  -ms-transform: rotate(31deg);
  transform: rotate(31deg);
}

.image-13 {
  position: relative;
}

.div-block-26 {
  position: absolute;
  left: auto;
  top: 57%;
  right: -3%;
  bottom: 7%;
}

.image-14 {
  position: static;
  left: 600px;
  top: 337%;
  right: 1%;
  bottom: 233%;
}

.div-block-27 {
  padding-right: 200px;
  padding-left: 200px;
}

.container-20 {
  display: block;
  margin-top: 60px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.heading-6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  font-weight: 900;
}

.paragraph-3 {
  margin-top: 19px;
  margin-bottom: 0px;
  padding-right: 40px;
  padding-left: 40px;
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  text-align: center;
}

.div-block-28 {
  display: block;
  margin-right: 200px;
  margin-left: 200px;
  padding: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: transparent;
  text-align: center;
}

.text-block-6 {
  margin-top: 50px;
  font-family: Quattrocento, sans-serif;
  color: #fff6a0;
}

.div-block-29 {
  position: absolute;
  left: -7%;
  top: auto;
  right: auto;
  bottom: -14%;
  display: none;
}

.image-17 {
  width: 40vw;
}

.div-block-30 {
  position: absolute;
  left: auto;
  top: auto;
  right: -8%;
  bottom: -12%;
  display: none;
}

.image-18 {
  width: 40vw;
}

.container-21 {
  border-bottom: 4px none #fff6a0;
}

.brand {
  border-style: none;
}

.div-block-31 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-22 {
  position: -webkit-sticky;
  position: sticky;
  top: 0vh;
  z-index: 0;
  height: 100vh;
  background-color: #fb4f42;
}

.section-23 {
  position: -webkit-sticky;
  position: sticky;
  top: 0vh;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fb4f42;
}

.div-block-32 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 70px;
  height: 80px;
  border-right: 2px solid #fb4f42;
  border-bottom: 2px solid #fb4f42;
  border-left: 2px solid #fb4f42;
  background-color: #fff;
}

.container-22 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.container-23 {
  margin-top: -45px;
}

.section-24 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-33 {
  padding: 40px;
  clear: right;
}

.div-block-34 {
  width: 30px;
  height: 2px;
  margin-bottom: 10px;
  background-color: #fff6a0;
}

.nav-link-2 {
  padding-top: 11px;
  padding-bottom: 11px;
}

.nav-link-3 {
  padding-top: 7px;
  padding-bottom: 7px;
}

.nav-link-4 {
  padding-top: 2px;
  padding-bottom: 2px;
}

.brand-2 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.nav {
  position: fixed;
  left: 0%;
  top: 0vh;
  right: 0%;
  bottom: auto;
  z-index: 4000;
  border-bottom: 2px solid #fff6a0;
  background-color: #0949bb;
}

.nav.burger {
  display: none;
  border-bottom-style: none;
  border-bottom-width: 0px;
  background-color: transparent;
}

.nav-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.burger-wrapper {
  position: relative;
  z-index: 4000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 22px;
  margin-bottom: 22px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.line {
  position: relative;
  z-index: 4000;
  width: 25px;
  height: 2px;
  margin-top: 4px;
  margin-bottom: 4px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff6a0;
}

.logo-wrapper {
  position: absolute;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.section-25 {
  position: -webkit-sticky;
  position: sticky;
  top: 0vh;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fb4f42;
}

.fullscreen-menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3001;
  display: none;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.fullscreen-menu-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  background-color: #fff6a0;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.div-block-36 {
  position: absolute;
  z-index: 5000;
}

.background-video-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(9, 73, 187, 0.66);
}

.huge-heading {
  width: 60%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Work Sans', sans-serif;
  font-size: 55px;
  line-height: 60px;
  font-weight: 900;
  text-align: center;
}

.huge-heading.left {
  margin-top: 0px;
  color: #fff;
  text-align: left;
}

.yellow-text {
  margin-top: 30px;
  font-family: Quattrocento, sans-serif;
  color: #fff6a0;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}

.yellow-text.left {
  width: 50%;
  margin-top: 140px;
  text-align: left;
}

.container-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-37 {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2px;
  height: 60px;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff6a0;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.div-block-38 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.div-block-39 {
  position: relative;
  left: -169%;
  top: auto;
  right: 0%;
  bottom: 0%;
  float: left;
}

.paragraph-4 {
  width: 50%;
  margin-top: 30px;
  margin-bottom: 0px;
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}

.container-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-40 {
  position: absolute;
}

.image-19 {
  position: relative;
  left: -465px;
  top: 95px;
}

.fullscreen-menu-link {
  margin-top: 14px;
  margin-bottom: 14px;
  border-style: none;
}

.text-block-7 {
  -webkit-transition: color 800ms ease;
  transition: color 800ms ease;
  font-family: 'Work Sans', sans-serif;
  color: #fb4f42;
  font-size: 80px;
  font-weight: 900;
}

.text-block-7:hover {
  color: #0949bb;
}

.div-block-41 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-8 {
  margin-top: -20px;
  -webkit-transition: letter-spacing 300ms ease;
  transition: letter-spacing 300ms ease;
  font-family: 'Work Sans', sans-serif;
  color: #0949bb;
  font-size: 65px;
  line-height: 100px;
  font-weight: 900;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.text-block-8:hover {
  color: #0949bb;
  letter-spacing: 7px;
}

.menu-sub-heading {
  font-family: 'Work Sans', sans-serif;
  color: #fb4f42;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}

.section-26 {
  position: -webkit-sticky;
  position: sticky;
  top: 0vh;
  height: 100vh;
  background-color: #fff6a0;
}

.section-27 {
  position: -webkit-sticky;
  position: sticky;
  top: 0vh;
  z-index: 4;
  height: 100vh;
  background-color: #fff6a0;
}

.div-block-42 {
  position: absolute;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.container-28 {
  position: relative;
  z-index: 4;
  margin-top: 20px;
}

.container-29 {
  position: absolute;
  left: auto;
  top: auto;
  right: 20%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.image-20 {
  margin-right: 0px;
}

.div-block-43 {
  position: absolute;
  left: auto;
  top: auto;
  right: 42px;
  bottom: auto;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.container-30 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.container-31 {
  display: -ms-grid;
  display: grid;
  margin-top: 115px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.background-video-3 {
  position: -webkit-sticky;
  position: sticky;
  top: 0vh;
  z-index: 6;
  height: 100vh;
}

.section-28 {
  position: -webkit-sticky;
  position: sticky;
  top: 0vh;
  z-index: 5;
  height: 100vh;
}

.container-32 {
  position: absolute;
  left: auto;
  top: auto;
  right: 1%;
  bottom: -19%;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.image-21 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.image-22 {
  position: absolute;
  left: auto;
  top: -57%;
  right: -6%;
  bottom: auto;
}

.section-29 {
  height: 100vh;
}

.header {
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header.work {
  height: 400px;
  padding-top: 19px;
}

.header.say-hi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  padding-top: 19px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.header-heading {
  margin-top: 20px;
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  font-size: 90px;
  line-height: 80px;
  font-weight: 900;
  text-transform: uppercase;
}

.header-heading.contact {
  font-size: 60px;
  line-height: 50px;
  text-align: center;
  text-transform: none;
}

.header-heading.say-hi {
  margin-top: 0px;
  margin-bottom: 0px;
}

.header-heading.nice {
  margin-top: 0px;
}

.container-33 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container-33.contact {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-33.say-hi {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home_intro {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 800px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0949bb;
}

.home_intro.about {
  height: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
}

.container-34 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-23 {
  position: absolute;
  z-index: 2;
  overflow: visible;
}

.container-35 {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-8 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.heading-9 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.container-36 {
  position: relative;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.container-37 {
  display: -ms-grid;
  display: grid;
  -ms-grid-row-align: center;
  align-self: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container-38 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.paragraph-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.container-39 {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.grid {
  grid-column-gap: 40px;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.small-heading {
  margin-top: 20px;
  padding-right: 100px;
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 35px;
}

.small-heading.alternate {
  margin-top: 0px;
  padding-right: 0px;
}

.basic-paragraph {
  margin-top: 20px;
  margin-right: 40px;
  margin-bottom: 0px;
  font-family: 'Work Sans', sans-serif;
  color: #fff;
}

.basic-paragraph.say-hi {
  margin-top: 0px;
  margin-right: 0px;
}

.basic-paragraph.say-hi-2 {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #fff6a0;
  font-weight: 500;
}

.basic-paragraph.say-hi-2.right {
  color: #fff6a0;
  font-weight: 400;
  text-align: right;
  letter-spacing: 0px;
  text-transform: none;
}

.basic-paragraph.latest {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  color: #fff6a0;
  font-weight: 500;
  letter-spacing: 0px;
  text-decoration: none;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  margin-top: 40px;
  margin-right: 0px;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #fff6a0;
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-family: 'Work Sans', sans-serif;
  color: #fff6a0;
  font-weight: 700;
  text-transform: none;
}

.button:hover {
  border-top-width: 2px;
  border-left-width: 2px;
  background-color: #fff6a0;
  box-shadow: none;
  color: #0949bb;
}

.button:active {
  background-color: #fb4f42;
  color: #fff6a0;
}

.button.say-hi {
  margin: 0px 10px;
}

.button.say-hi._2 {
  margin-top: 0px;
}

.button.back {
  margin-top: 0px;
  border-color: #0949bb;
  color: #0949bb;
}

.button.back:hover {
  background-color: #0949bb;
  color: #fff6a0;
}

.button.back:active {
  background-color: #fb4f42;
  color: #0949bb;
}

.button.back.inverted {
  border-color: #fff6a0;
  color: #fff6a0;
}

.button.back.inverted:hover {
  border-color: #0949bb;
  background-color: #fff6a0;
  color: #0949bb;
}

.button.back.inverted:active {
  border-color: #fff6a0;
  background-color: #fb4f42;
  color: #fff6a0;
}

.section-31 {
  height: 100vh;
  background-color: #fb4f42;
}

.being_nice {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-11 {
  position: relative;
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
}

.body-3 {
  background-color: #fff6a0;
}

.container-40 {
  margin-top: 100px;
}

.image-24 {
  margin-top: 20px;
}

.columns_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns_wrapper.about {
  margin: 0px 43px 60px;
  padding: 0px;
  background-color: transparent;
}

.columns_wrapper.about.nice {
  margin-top: 0px;
  margin-bottom: 0px;
}

.columns_wrapper.team {
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.intro_column_02 {
  width: 50%;
}

.friends {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff6a0;
}

.case-description-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 115px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.case-description-wrapper.inverted {
  margin-top: 0px;
}

.client-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 120px;
  margin-right: 160px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-46 {
  padding-left: 0px;
}

.container-43 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-48 {
  width: 100%;
  height: 2px;
  background-color: #0949bb;
}

.container-44 {
  margin-top: 60px;
}

.container-45 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-27 {
  position: relative;
  border-style: solid;
  border-width: 10px;
  border-color: #0949bb;
}

.image-28 {
  position: absolute;
  left: 36%;
  top: 10%;
  right: auto;
  bottom: auto;
  border-style: solid;
  border-width: 10px;
  border-color: #0949bb;
}

.slider {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-29 {
  max-width: 60%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 10px;
  border-color: #0949bb;
}

.image-30 {
  position: relative;
  left: auto;
  top: -67px;
  right: auto;
  bottom: auto;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  border-style: solid;
  border-width: 10px;
  border-color: #0949bb;
}

.image-31 {
  position: static;
  top: -172px;
  margin-right: 20px;
  border-style: solid;
  border-width: 10px;
  border-color: #0949bb;
}

.div-block-49 {
  position: relative;
  top: -138px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-32 {
  border-style: solid;
  border-width: 10px;
  border-color: #0949bb;
}

.image-33 {
  position: relative;
  top: -191px;
  max-width: 60%;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border-style: solid;
  border-width: 10px;
  border-color: #0949bb;
}

.container-46 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image-34 {
  border-style: solid;
  border-width: 10px;
  border-color: #0949bb;
}

.section-33 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 8000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-50 {
  width: 2px;
  height: 200px;
  background-color: #fb4f42;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.text-block-9 {
  display: block;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.div-block-51 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-10 {
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-family: 'Work Sans', sans-serif;
  color: #fb4f42;
  font-size: 12px;
  font-weight: 500;
  white-space: normal;
}

.container-47 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-top: 60px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 200px 300px;
  grid-template-rows: 200px 300px;
}

.image-35 {
  overflow: visible;
}

.image-36 {
  border-style: solid;
  border-width: 10px;
  border-color: #0949bb;
}

.image-37 {
  border-style: solid;
  border-width: 10px;
  border-color: #0949bb;
}

.grid-2 {
  overflow: visible;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -ms-grid-rows: 300px 300px auto;
  grid-template-rows: 300px 300px auto;
}

.grid-3 {
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.div-block-52 {
  display: block;
  width: 50%;
  padding-left: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-53 {
  width: 50%;
  padding-right: 10px;
}

.image-38 {
  margin-top: 20px;
  border-style: none;
  border-width: 5px;
  border-color: #0949bb;
}

.image-39 {
  border-style: none;
  border-width: 5px;
  border-color: #0949bb;
}

.image-40 {
  border-style: none;
  border-width: 5px;
  border-color: #0949bb;
}

.container-48 {
  margin-top: 60px;
}

.image-41 {
  border-style: none;
  border-width: 5px;
  border-color: #0949bb;
}

.image-42 {
  border-style: none;
  border-width: 5px;
  border-color: #0949bb;
}

.breaker {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Project_Images_KYST.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.breaker.fashion {
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url('../images/Tynd_Traad_Mathias.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.breaker.bab {
  padding-top: 111px;
  padding-bottom: 111px;
  background-image: url('../images/BAB_V4.jpg');
}

.div-block-54 {
  display: block;
  width: 50%;
}

.container-49 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.section-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 940px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0949bb;
}

.container-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.team_member_wrapper {
  display: block;
  width: 50%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.team_titel {
  margin-top: 4px;
  font-family: 'Work Sans', sans-serif;
  color: #fff6a0;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text-block-11 {
  font-family: 'Work Sans', sans-serif;
  color: #fff6a0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 800;
}

.background-video-6 {
  position: static;
  display: block;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.background-video-7 {
  z-index: auto;
}

.image-43 {
  margin-bottom: 35px;
  border-style: solid;
  border-width: 5px;
  border-color: #fff6a0;
}

.section-36 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0949bb;
}

.image-44 {
  margin-top: 60px;
}

.image-45 {
  margin-top: 60px;
}

.image-46 {
  margin-top: 60px;
}

.intro_column_01 {
  width: 50%;
}

.div-block-56 {
  width: 50%;
}

.container-51 {
  margin-bottom: 60px;
}

.container-52 {
  margin-top: 60px;
  margin-bottom: 0px;
}

.div-block-57 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.container-53 {
  position: relative;
  display: block;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.div-block-58 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
}

.background-video-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(251, 79, 66, 0.9);
}

.image-47 {
  margin-top: 20px;
}

.image-48 {
  margin-top: 20px;
}

.image-49 {
  margin-top: 20px;
}

.text-block-12 {
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.container-54 {
  margin-top: 20px;
}

.container-55 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-56 {
  margin-top: 60px;
}

.container-57 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 2px;
  border-color: #fff6a0;
  background-color: #0949bb;
  -webkit-perspective: none;
  perspective: none;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.div-block-59 {
  width: 100%;
  margin-right: 0px;
}

.text-block-13 {
  margin-top: 0px;
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 60px;
  font-weight: 900;
  text-align: center;
}

.div-block-60 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.image-50 {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.div-block-61 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.work-category-wrapper {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-top: 30px;
  padding-right: 30px;
  padding-left: 0px;
}

.work-category {
  padding: 5px 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff6a0;
  color: #fff6a0;
  font-size: 12px;
}

.work-category.blue {
  border-color: #0949bb;
  color: #0949bb;
}

.container-58 {
  margin-top: 60px;
}

.div-block-62 {
  min-width: 1200px;
}

.div-block-63 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-64 {
  width: 100%;
  margin-top: 40px;
}

.text-block-15 {
  margin-top: 20px;
  font-family: 'Work Sans', sans-serif;
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  text-align: center;
}

.text-block-16 {
  margin-top: 0px;
  font-family: 'Work Sans', sans-serif;
  text-align: left;
  letter-spacing: 0px;
  text-transform: none;
}

.text-block-17 {
  text-align: center;
}

.div-block-65 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.container-59 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.image-51 {
  background-color: transparent;
}

.div-block-66 {
  position: relative;
  display: none;
}

.div-block-67 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(9, 73, 187, 0.53);
}

.div-block-68 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.text-block-18 {
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  text-align: center;
}

.text-block-19 {
  font-family: 'Work Sans', sans-serif;
  line-height: 30px;
}

.section-37 {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 73, 187, 0.53)), to(rgba(9, 73, 187, 0.53))), url('../images/Office_02.jpg');
  background-image: linear-gradient(180deg, rgba(9, 73, 187, 0.53), rgba(9, 73, 187, 0.53)), url('../images/Office_02.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block-69 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-38 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-20 {
  margin-top: 20px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  text-align: center;
}

.container-60 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.grid-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.image-52 {
  margin-top: 60px;
}

.back-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.back-wrapper.camping {
  margin-top: 88px;
}

.section-39 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 73, 187, 0.73)), to(rgba(9, 73, 187, 0.73))), url('../images/Office_02.jpg');
  background-image: linear-gradient(180deg, rgba(9, 73, 187, 0.73), rgba(9, 73, 187, 0.73)), url('../images/Office_02.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.link-block-2 {
  border-style: none;
  border-width: 0px;
}

.video-wrapper {
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 0px;
}

.video-wrapper.bottom {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.gallery-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  margin-bottom: 12px;
}

.gallery-wrapper.bucket.top {
  margin-top: 0px;
}

.gallery-wrapper.bucket.bottom {
  margin-bottom: 0px;
}

.gallery-wrapper.sustainable_cph.top {
  margin-top: 60px;
}

.gallery-wrapper.bottom {
  margin-bottom: 0px;
}

.gallery-wrapper.top {
  margin-top: 0px;
  margin-bottom: 0px;
}

.columnn-wrapper-01 {
  width: 50%;
  margin-right: 6px;
}

.columnn-wrapper-01.bucket {
  width: 100%;
  margin-right: 0px;
}

.column-wrapper-02 {
  width: 50%;
  margin-left: 6px;
}

.lightbox-link {
  border-style: none;
}

.lightbox-link-2 {
  border-style: none;
}

.div-block-70 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
}

.slider-2 {
  height: 100%;
}

.icon-2 {
  color: #fb4f42;
}

.icon-3 {
  color: #fb4f42;
}

.body-4 {
  background-color: #fff6a0;
}

.body-5 {
  background-color: #fff6a0;
}

.body-6 {
  background-color: #fff6a0;
}

.body-7 {
  background-color: #fff6a0;
}

.intro-section {
  height: 100%;
  padding-top: 115px;
  padding-bottom: 115px;
  background-color: #0949bb;
}

.case-section {
  display: block;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.case-section.blue {
  background-color: #0949bb;
  cursor: auto;
}

.case-section.yellow {
  background-color: #fff6a0;
}

.video-section-wrapper {
  padding-top: 0px;
  padding-bottom: 0px;
}

.case-text.inverted.top {
  margin-bottom: 50px;
  padding-left: 0px;
}

.case-text.bottom {
  margin-top: 50px;
}

@media screen and (max-width: 991px) {
  .case-heading {
    font-size: 70px;
    line-height: 70px;
  }

  .case-heading.about {
    width: auto;
  }

  .case-big-paragraph {
    margin-right: 0px;
  }

  .hero-block {
    margin-right: 31px;
    margin-left: 31px;
  }

  .div-block-2 {
    margin-right: 31px;
    margin-left: 31px;
  }

  .case-header.brevstemmer {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/Brevstemmer.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/Brevstemmer.jpg');
    background-position: 0px 0px, 50% 50%;
  }

  .container-5 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .case-content.stickers {
    min-height: 6200px;
  }

  .case-content.vd {
    min-height: auto;
  }

  .case-content.stay-home {
    min-height: 1300px;
  }

  .case-content._10-kampen {
    min-height: 1700px;
  }

  .case-content.bab {
    min-height: 3400px;
  }

  .case-content.cvs {
    min-height: 3550px;
  }

  .case-content.fashion {
    min-height: auto;
  }

  .image-3 {
    top: 112px;
  }

  .container-7 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .container-8 {
    padding-right: 30px;
    padding-left: 30px;
    background-color: transparent;
  }

  .case_text_wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }

  .section-7 {
    min-height: 2450px;
  }

  .project-heading.test {
    font-size: 32px;
    line-height: 36px;
  }

  .project-container.test {
    padding-right: 30px;
    padding-left: 30px;
  }

  .project-container.old {
    display: none;
  }

  .nav-menu {
    background-color: #fb4f42;
  }

  .section-13 {
    overflow: hidden;
  }

  .div-block-17 {
    height: 100vh;
  }

  .heading-1 {
    font-size: 50px;
    line-height: 60px;
  }

  .container-15 {
    padding-right: 50px;
    padding-left: 50px;
  }

  .container-16 {
    padding-right: 50px;
    padding-left: 50px;
  }

  .container-17 {
    padding-right: 50px;
    padding-left: 50px;
  }

  .image-12 {
    display: none;
  }

  .image-14 {
    display: none;
  }

  .div-block-27 {
    padding-right: 150px;
    padding-left: 150px;
  }

  .div-block-28 {
    margin-right: 110px;
    margin-left: 110px;
  }

  .div-block-29 {
    left: -9%;
    bottom: -7%;
  }

  .image-17 {
    width: 50vw;
  }

  .div-block-30 {
    right: -10%;
    bottom: -7%;
  }

  .image-18 {
    width: 50vw;
  }

  .nav-wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }

  .fullscreen-menu {
    display: none;
  }

  .header.say-hi {
    padding-top: 0px;
    padding-bottom: 20px;
  }

  .header-heading {
    font-size: 90px;
    line-height: 80px;
  }

  .header-heading.stickers {
    white-space: normal;
  }

  .container-33 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .home_intro.about {
    height: 1000px;
  }

  .grid {
    padding-right: 40px;
    padding-left: 40px;
  }

  .small-heading {
    padding-right: 5px;
  }

  .basic-paragraph {
    margin-bottom: 0px;
  }

  .container-40 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .columns_wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }

  .columns_wrapper.about {
    padding-right: 30px;
    padding-left: 30px;
  }

  .friends {
    height: 300px;
  }

  .case-description-wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }

  .container-43 {
    padding-right: 27px;
    padding-left: 27px;
  }

  .div-block-47 {
    height: 2px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #0949bb;
  }

  .container-44 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .container-45 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .container-46 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .section-33 {
    display: none;
  }

  .container-48 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .breaker.fashion {
    height: 100%;
  }

  .container-49 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .section-35 {
    position: relative;
  }

  .section-36 {
    min-height: auto;
  }

  .container-52 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .background-video-8 {
    height: 100%;
  }

  .grid-4 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .video-wrapper {
    margin-bottom: 20px;
    padding-bottom: 0px;
  }

  .gallery-wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }

  .video-section-wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }

  .case-text {
    padding-right: 30px;
    padding-left: 30px;
  }

  .case-text.inverted.top {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .case-heading {
    font-size: 50px;
    line-height: 50px;
  }

  .case-big-paragraph {
    margin-right: 0px;
  }

  .hero-block {
    margin-top: 130px;
    margin-right: 40px;
    margin-left: 40px;
  }

  .image-2 {
    margin-left: 5px;
    padding-left: 0px;
  }

  .div-block-2 {
    bottom: 470px;
    margin-right: 40px;
    margin-left: 40px;
  }

  .case-header {
    height: auto;
    min-height: 100vh;
  }

  .case-header.stickers {
    height: 100vh;
    min-height: 0px;
  }

  .case-header.vd {
    height: 100vh;
    min-height: 0px;
  }

  .case-header.kb {
    height: 100vh;
    min-height: 0px;
  }

  .case-header.stay-home {
    height: 100vh;
    min-height: 0px;
  }

  .case-header.bab {
    height: 100vh;
    min-height: 0px;
  }

  .case-header.cvs {
    height: 100vh;
    min-height: 0px;
  }

  .case-header.fashion {
    height: 100vh;
    min-height: 0px;
  }

  .case-header.camping {
    height: 100vh;
    min-height: 0px;
  }

  .case-header.brevstemmer {
    height: 100vh;
    min-height: 0px;
  }

  .container-5 {
    margin-top: 0px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .case-content {
    min-height: 1700px;
  }

  .case-content.stickers {
    min-height: 5200px;
  }

  .case-content.vd {
    min-height: auto;
  }

  .case-content.stay-home {
    min-height: 1100px;
  }

  .case-content._10-kampen {
    min-height: 1350px;
  }

  .case-content.bab {
    min-height: 2900px;
  }

  .case-content.cvs {
    min-height: 2950px;
  }

  .case-content.fashion {
    min-height: auto;
  }

  .image-3 {
    top: 122px;
    display: none;
  }

  .container-6 {
    padding-right: 30px;
    padding-left: 30px;
  }

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

  .case_text_wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }

  .container-10 {
    padding-right: 30px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .project-images {
    top: -185px;
    max-height: 50%;
    max-width: 50%;
  }

  .footer-thingy.left {
    font-size: 8px;
    line-height: 9px;
  }

  .footer-thingy.right {
    font-size: 8px;
    line-height: 9px;
  }

  .project-heading.test {
    width: 60%;
    font-size: 26px;
    line-height: 29px;
  }

  .project-text-block.test {
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .image-11 {
    max-width: 100%;
  }

  .column {
    padding-right: 12px;
    padding-left: 12px;
  }

  .div-block-22 {
    margin-right: 30px;
    margin-left: 30px;
  }

  .div-block-24 {
    margin-right: 94px;
    margin-left: 94px;
  }

  .image-15 {
    max-width: 100%;
  }

  .image-16 {
    max-width: 100%;
  }

  .div-block-27 {
    padding-right: 110px;
    padding-left: 110px;
  }

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

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

  .container-31 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .header {
    height: 700px;
  }

  .header.say-hi {
    padding-top: 50px;
  }

  .header-heading {
    font-size: 65px;
    line-height: 55px;
  }

  .home_intro {
    height: 1100px;
  }

  .home_intro.about {
    height: 1100px;
  }

  .image-23 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .basic-paragraph {
    margin-bottom: 0px;
  }

  .button.say-hi {
    margin-bottom: 10px;
  }

  .being_nice {
    height: 100%;
  }

  .container-40 {
    margin-top: 60px;
  }

  .columns_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .columns_wrapper.team {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .intro_column_02 {
    width: 100%;
    margin-top: 60px;
  }

  .case-description-wrapper {
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .client-wrapper {
    margin-right: 40px;
  }

  .image-38 {
    margin-top: 10px;
  }

  .column-3 {
    padding-right: 5px;
    padding-left: 0px;
  }

  .column-4 {
    padding-right: 0px;
    padding-left: 5px;
  }

  .div-block-54 {
    width: 80%;
  }

  .section-35 {
    min-height: 1100px;
  }

  .team_member_wrapper {
    width: 100%;
    margin-top: 60px;
  }

  .section-36 {
    min-height: auto;
    padding-top: 20px;
  }

  .intro_column_01 {
    width: 100%;
  }

  .div-block-56 {
    width: 100%;
  }

  .background-video-8 {
    height: 100%;
    min-height: auto;
  }

  .image-47 {
    margin-top: 10px;
  }

  .image-48 {
    margin-top: 10px;
  }

  .image-49 {
    margin-top: 10px;
  }

  .work-category-wrapper {
    padding-top: 20px;
    padding-right: 20px;
  }

  .container-60 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .grid-4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .gallery-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .columnn-wrapper-01 {
    width: 100%;
    margin-right: 0px;
    padding-bottom: 15px;
  }

  .columnn-wrapper-01.bucket {
    padding-bottom: 0px;
  }

  .column-wrapper-02 {
    width: 100%;
    margin-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  .case-heading {
    font-size: 31px;
    line-height: 31px;
  }

  .case-big-paragraph {
    margin-right: 0px;
  }

  .hero-block {
    margin-left: 14px;
  }

  .div-block-2 {
    left: 55px;
    bottom: 515px;
  }

  .stamp {
    display: none;
  }

  .case-header.stickers {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/SB_08.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/SB_08.jpg');
    background-attachment: scroll, scroll;
  }

  .case-header.stay-home {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/Stay_Home.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/Stay_Home.jpg');
    background-attachment: scroll, scroll;
  }

  .container-5 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .case-content {
    min-height: 1550px;
  }

  .case-content.stickers {
    min-height: 3500px;
  }

  .case-content.vd {
    min-height: auto;
  }

  .case-content._10-kampen {
    min-height: 1400px;
  }

  .case-content.bab {
    min-height: 2500px;
  }

  .case-content.cvs {
    min-height: 2570px;
  }

  .image-3 {
    top: 65px;
    display: none;
  }

  .container-6 {
    padding-right: 30px;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    grid-template-areas: "Client Bla"
      "Type Type";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .case-description {
    margin-top: 30px;
    font-size: 14px;
  }

  .container-7 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-8 {
    display: none;
  }

  .case_text_wrapper {
    padding-right: 20px;
    padding-bottom: 60px;
    padding-left: 20px;
  }

  .case_text_wrapper.stickers_02 {
    margin-top: 80px;
  }

  .case_text_wrapper.gastro {
    margin-bottom: 0px;
  }

  .case_text_wrapper.tynd_traad {
    padding-bottom: 0px;
  }

  .case_text_wrapper.tynd_traad_02 {
    padding-bottom: 0px;
  }

  .case_text_wrapper.camping {
    padding-bottom: 0px;
  }

  .project-images {
    top: -100px;
  }

  .footer-thingy.left {
    display: none;
  }

  .footer-thingy.right {
    display: none;
  }

  .section-7 {
    display: block;
    min-height: 1700px;
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .project-heading.test {
    width: 80%;
    font-size: 24px;
    line-height: 24px;
  }

  .project-client.test {
    font-size: 12px;
  }

  .project-container.test {
    padding-right: 0px;
    padding-left: 0px;
  }

  .project-block.test {
    overflow: hidden;
    height: 200px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .project-image.test {
    position: static;
    right: 50px;
    display: block;
    height: 100%;
    max-width: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0% 50%;
    object-position: 0% 50%;
  }

  .project-text-block.test {
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .project-overlay {
    display: none;
  }

  .progress-bar {
    display: none;
  }

  .nav-link-header {
    font-size: 70px;
  }

  .home-nav-link {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .strike {
    bottom: 14px;
  }

  .heading-1 {
    font-size: 27px;
    line-height: 32px;
  }

  .sub-heading-1 {
    font-size: 15px;
    line-height: 23px;
  }

  .container-15 {
    margin-bottom: 100px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .container-16 {
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
  }

  .huge-paragraph {
    font-size: 20px;
    line-height: 30px;
  }

  .container-17 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .image-11 {
    max-width: 80%;
  }

  .column {
    padding-right: 8px;
    padding-left: 8px;
  }

  .div-block-22 {
    margin-right: 8px;
    margin-left: 8px;
  }

  .container-19 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .paragraph-2 {
    margin-top: 20px;
  }

  .div-block-24 {
    margin-right: 8px;
    margin-left: 8px;
  }

  .heading-5 {
    margin-top: 0px;
    font-size: 40px;
    line-height: 45px;
  }

  .text-block-5 {
    margin-top: 35px;
  }

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

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

  .image-15 {
    max-width: 100%;
  }

  .image-16 {
    max-width: 80%;
  }

  .div-block-27 {
    padding-right: 50px;
    padding-left: 50px;
  }

  .container-20 {
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .heading-6 {
    font-size: 30px;
    line-height: 35px;
  }

  .paragraph-3 {
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .div-block-28 {
    margin-right: 25px;
    margin-left: 25px;
  }

  .text-block-6 {
    margin-top: 25px;
    margin-bottom: 35px;
  }

  .div-block-29 {
    bottom: -5%;
    display: none;
  }

  .div-block-30 {
    bottom: -5%;
    display: none;
  }

  .container-23 {
    margin-top: 0px;
  }

  .container-24 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .nav-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .fullscreen-menu {
    display: none;
  }

  .fullscreen-menu-link {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .div-block-41 {
    margin-top: 42px;
  }

  .text-block-8 {
    font-size: 50px;
    line-height: 85px;
  }

  .container-31 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .header {
    height: 100vh;
  }

  .header-heading {
    font-size: 40px;
    line-height: 40px;
  }

  .header-heading.stickers {
    font-size: 35px;
    line-height: 35px;
  }

  .container-33 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-33.say-hi {
    margin-top: 20px;
  }

  .home_intro {
    height: 1350px;
  }

  .home_intro.about {
    height: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .image-23 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .grid {
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
  }

  .basic-paragraph {
    margin-right: 0px;
  }

  .basic-paragraph.say-hi {
    margin-bottom: 2px;
  }

  .button {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .button.say-hi {
    margin-bottom: 10px;
  }

  .being_nice {
    height: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container-40 {
    margin-top: 60px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .columns_wrapper {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .columns_wrapper.about {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .columns_wrapper.team {
    margin-bottom: 0px;
  }

  .intro_column_02 {
    width: 100%;
    margin-top: 60px;
  }

  .new_beginnings {
    padding-right: 10px;
  }

  .lens {
    padding-right: 10px;
  }

  .friends {
    height: 150px;
  }

  .case-description-wrapper {
    margin-top: 80px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container-43 {
    padding-right: 18px;
    padding-left: 18px;
  }

  .container-44 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-45 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-29 {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .image-33 {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .container-46 {
    margin-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-38 {
    margin-top: 10px;
  }

  .column-3 {
    padding-right: 5px;
  }

  .column-4 {
    padding-left: 5px;
  }

  .container-48 {
    margin-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .breaker {
    background-position: 50% 50%;
  }

  .breaker.fashion {
    background-position: 65% 50%;
  }

  .div-block-54 {
    width: auto;
  }

  .container-49 {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .section-35 {
    min-height: 1250px;
  }

  .image-43 {
    width: 50%;
  }

  .section-36 {
    min-height: auto;
    padding-top: 10px;
    padding-bottom: 69px;
  }

  .image-44 {
    margin-top: 20px;
  }

  .image-45 {
    margin-top: 20px;
  }

  .image-46 {
    margin-bottom: 60px;
  }

  .container-52 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .background-video-8 {
    height: 100%;
    min-height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .work-category {
    font-size: 10px;
    line-height: 10px;
  }

  .container-59 {
    margin-top: 21px;
  }

  .text-block-18 {
    color: #fff;
    font-weight: 700;
  }

  .section-37 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 40vh;
  }

  .section-38 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 100%;
    height: 60vh;
    margin-top: 0px;
  }

  .text-block-20 {
    margin-top: 15px;
    color: #fff;
    font-weight: 700;
  }

  .container-60 {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .grid-4 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-52 {
    margin-top: 60px;
  }

  .back-wrapper {
    margin-top: 40px;
    margin-bottom: 0px;
  }

  .back-wrapper.camping {
    margin-top: 48px;
  }

  .gallery-wrapper {
    margin-top: 12px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .gallery-wrapper.sustainable_cph.top {
    margin-top: 0px;
  }

  .video {
    margin-bottom: 0px;
  }

  .intro-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .video-section-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .case-text.inverted.top {
    padding-right: 20px;
    padding-left: 20px;
  }
}

