:root {
  --white: var(--black);
  --trækul: var(--white);
  --white-2: white;
  --transparrent: #fff0;
  --støv: #4d4d4d;
  --marineblå: #0d2661;
  --støv-2: var(--støv);
  --black: black;
}

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

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

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

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

body {
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  color: var(--trækul);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #fff;
  font-family: Roboto Condensed, sans-serif;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  text-align: justify;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin: 0;
  display: block;
}

.section.cc-cta {
  background-color: #f4f4f4;
  margin-bottom: 0;
  padding-left: 80px;
  padding-right: 80px;
}

.section.cc-cta.services {
  background-color: var(--white-2);
  color: var(--white);
  background-image: none;
  margin-top: 220px;
}

.section.cc-home-wrap {
  border: 0px solid var(--transparrent);
  background-color: var(--white-2);
  background-image: none;
  margin-left: 0;
  margin-right: 0;
}

.section.cc-store-home-wrap {
  background-image: none;
  margin-left: 0;
  margin-right: 0;
}

.section.coco-in-esbjerg {
  margin-bottom: 0;
}

.section.section_priivacy_policy {
  margin-bottom: 220px;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  float: none;
  clear: none;
  text-align: left;
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.container.rov {
  width: auto;
}

.paragraph-tiny {
  color: #333;
  font-family: Roboto Condensed, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  color: #333;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  background-color: var(--transparrent);
  opacity: 1;
  color: var(--white-2);
}

.paragraph-bigger.cc-bigger-light.homepage {
  opacity: 1;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 20px var(--støv);
  justify-content: center;
  align-items: center;
  display: block;
}

.paragraph-bigger.cc-bigger-light._404_text {
  color: var(--white);
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
}

.paragraph-bigger.typeography-tr-kul {
  width: 196px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #333;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #333;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 280px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
  display: block;
}

.button.cc-jumbo-button.cc-jumbo-white {
  float: none;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  text-align: center;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button.cc-jumbo-button.coco-buttons {
  width: 320px;
  margin-top: 0;
}

.button.cc-contact-us {
  z-index: 5;
  border: 1px solid var(--white-2);
  background-color: #1a1b1f00;
  border-radius: 2px;
  position: relative;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.button.iso-button {
  background-color: var(--marineblå);
  color: var(--white);
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.button.project-button {
  background-color: var(--marineblå);
}

.button.service-button {
  background-color: var(--marineblå);
  width: 30%;
  margin-top: 20px;
}

.button.news-button {
  background-color: var(--marineblå);
  margin-top: 20px;
}

.label {
  color: #333;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Carrois Gothic, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: .6;
  text-align: center;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Carrois Gothic, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 300;
}

.rich-text figcaption {
  opacity: .6;
}

.rich-text figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

.paragraph-light {
  opacity: 1;
  color: var(--støv);
  margin-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 32px;
}

.paragraph-light.vessels-text {
  color: var(--white);
  text-align: center;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  font-family: Carrois Gothic, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}

.paragraph-light.vessels-text.paragraph-bold {
  color: var(--white-2);
  text-transform: uppercase;
  margin-top: 0;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 400;
}

.paragraph-light.vessels-text.vessel-small-text-copy {
  color: var(--white-2);
  font-size: 20px;
}

.paragraph-light.project-light {
  color: var(--white);
  margin-top: 10px;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-light.news-paragraf-light {
  color: var(--white);
  line-height: 24px;
}

.heading-jumbo {
  color: #fff;
  text-align: center;
  text-transform: none;
  text-shadow: 0 1px 20px var(--støv);
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 64px;
  line-height: 80px;
  display: block;
}

.heading-jumbo-small {
  color: #1a1b1f;
  text-align: center;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Carrois Gothic, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  border: 1px solid var(--transparrent);
  background-color: var(--marineblå);
  outline-offset: 0px;
  color: var(--transparrent);
  text-align: center;
  -webkit-text-stroke-color: var(--marineblå);
  outline: 3px #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  color: #333;
  font-family: Roboto Condensed, sans-serif;
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation {
  background-color: #0d2661;
  border: 1px solid #0d2661;
  align-items: center;
  padding: 30px 50px;
  display: flex;
  position: sticky;
  inset: 0 0 5px;
}

.navigation-item {
  opacity: .6;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #fff;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image {
  background-image: none;
  width: 250px;
  display: block;
}

.navigation-items {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.intro-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.intro-header.cc-subpage {
  border: 0px solid var(--transparrent);
  background-color: var(--transparrent);
  color: #fff0;
  background-image: linear-gradient(#0d2661, #1e356c 12%, #fff);
  height: 300px;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 0%;
  padding-top: 0;
  display: block;
}

.motto-wrap {
  text-align: center;
  width: 80%;
  margin: 85px auto;
}

.about-story-wrap {
  text-align: center;
  width: 80%;
  margin: 80px auto;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  grid-auto-columns: 1fr;
  margin-bottom: 120px;
}

.section-heading-wrap {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.service-icon {
  float: none;
  clear: none;
  text-align: center;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  width: 20%;
  margin-top: 20px;
  margin-bottom: 30px;
  margin-left: 40%;
  padding: 20px;
  position: static;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Carrois Gothic, sans-serif;
  font-weight: 400;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
  margin-bottom: 120px;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  background-color: #f4f4f4;
  height: 150px;
  margin-bottom: 30px;
}

.team-pic {
  background-color: #f4f4f4;
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 60px;
}

.team-member-title-wrap {
  background-color: var(--white-2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-top: 15px;
  margin-bottom: 5px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.project-cover-pic {
  background-color: #0d2661;
  background-image: linear-gradient(#0d266199, #0d266199), url('../images/geotechnical-project-1.jpeg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  width: auto;
  height: auto;
}

.project-cover-pic.vessels.coco {
  float: none;
  clear: none;
  text-align: left;
  background-image: url('../images/coco.jpeg');
  background-position: 0 0;
  background-size: cover;
  margin-left: 0;
  position: static;
}

.project-cover-pic.vessels.new-build {
  margin-left: 0;
}

.project-cover-pic.news {
  background-image: linear-gradient(#0000, #0000);
}

.projects-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
  margin-bottom: 60px;
}

.project-name-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 0;
  line-height: 0;
  display: flex;
}

.project-name-link {
  color: var(--white);
  text-transform: capitalize;
  margin-bottom: 60px;
  font-family: Carrois Gothic, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 36px;
  text-decoration: none;
  transition-property: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-name-link.news {
  color: var(--white);
  margin-bottom: 10px;
}

.project-name-link.project-link {
  color: var(--white);
  margin-bottom: 0;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: linear-gradient(#0d266199, #0d266199), url('../images/coco.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.project-overview-header.news.new-build {
  background-image: linear-gradient(#0d266180, #0d266180), url('../images/new-build.jpeg');
  background-position: 0 0, 100%;
  background-repeat: repeat, repeat;
}

.project-overview-header.rov-image {
  background-image: linear-gradient(#0d266199, #0d266199), url('../images/rov-1.jpeg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.project-overview-header.clv {
  background-image: linear-gradient(#0d266199, #0d266199), url('../images/1_services_oci_1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.project-overview-header.ofw {
  background-image: linear-gradient(#0d266199, #0d266199), url('../images/owf-1.jpeg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.project-overview-header.stacy-vessel-section-1 {
  background-image: linear-gradient(#0d266199, #0d266199), url('../images/16_vessels_freja_bg.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.project-overview-header.survey-bg {
  background-image: linear-gradient(#0d26619c, #0d26619c), url('../images/1_services_survey_1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
                 ". Area"
                 / 1fr 2fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.project-pics {
  float: none;
  text-align: left;
  margin-bottom: 120px;
}

.project-pics.rov {
  width: auto;
}

.detail-image {
  width: 100%;
  margin-bottom: 60px;
}

.detail-image.clv {
  text-align: center;
  width: 100%;
}

.detail-image.rov {
  width: 40%;
  margin-top: 30px;
}

.detail-image.rov.rov-image-3 {
  width: 100%;
  margin-top: 0;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  background-image: url('../images/1721661406994.jpeg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('../images/new-build.jpeg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-preview-image.news {
  background-color: #0d00ff00;
  background-image: url('../images/new-build.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: var(--marineblå);
  text-align: center;
  -webkit-text-stroke-color: var(--marineblå);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #0d2661;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 80px;
  margin-bottom: 120px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  color: var(--trækul);
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Carrois Gothic, sans-serif;
  font-weight: 400;
}

.section-heading.homepage-heading, .section-heading.h2-homepage {
  color: var(--trækul);
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-bottom: 80px;
}

.about-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Carrois Gothic, sans-serif;
  font-weight: 400;
}

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.collection-list-wrapper {
  margin-bottom: 120px;
}

.business-article-heading {
  color: var(--støv);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

._w-lightbox-caption {
  background-color: #0009;
}

.section-2 {
  color: #4d4d4d;
  background-color: #f7f7f7;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-2.footer {
  background-color: #0d2661;
  padding-top: 65px;
  padding-bottom: 53px;
}

.download-text {
  float: none;
  clear: right;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
}

.footer-text {
  color: #858585;
  margin-top: 10px;
}

.dropdown {
  width: 100%;
  display: block;
  position: static;
}

.footer_button {
  float: right;
  opacity: .4;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 0;
  margin-left: 0;
  padding: 8px;
  transition: all .5s;
  display: inline;
}

.footer_button:hover {
  opacity: 1;
  background-color: #0d2661;
  border: 1px dashed #fff;
}

.text-block-2 {
  color: #f7f7f7;
}

.dropdown-toggle {
  display: block;
}

.dropdown-toggle.services-name {
  width: 100%;
  padding-left: 0;
  display: inline-block;
  position: static;
}

.dropdown-toggle.services-name:hover {
  color: #f7f7f7;
}

.footer-logo {
  float: left;
  opacity: .9;
  margin-right: 8px;
}

.footer-logo.footer {
  opacity: .4;
  background-image: none;
}

.footer-logo.footer.rki {
  width: 40%;
  margin-top: 0;
}

.footer-logo.footer.nr2 {
  width: 10%;
  margin-top: 0;
}

.bold-text-2 {
  opacity: .43;
  color: #f7f7f7;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto Condensed, sans-serif;
}

.footer_menu {
  margin-top: 10px;
}

.icon {
  padding-bottom: 5px;
  display: inline-block;
}

.services-name {
  opacity: .4;
  color: #f7f7f7;
  text-align: left;
  border-bottom: 1px solid #f7f7f7;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.services-name:hover {
  opacity: 1;
  color: #212121;
  padding-left: 20px;
}

.services-name.w--current {
  color: #515151;
  border-bottom-color: #c3c0c0;
  width: 100%;
}

.footer_button2 {
  float: left;
  opacity: .4;
  text-align: justify;
  border: 2px solid #fff;
  border-radius: 0;
  margin-left: 0;
  padding: 8px;
  transition: all .5s;
  display: inline;
}

.footer_button2:hover {
  opacity: 1;
  background-color: #0d2661;
  border: 1px dashed #fff;
}

.text-block-12 {
  text-transform: uppercase;
}

.column {
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.button-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #0d2661;
  border: 2px solid #fff;
  padding: 8px 15px;
  font-size: 16px;
  text-decoration: none;
  transition: all .1s;
  display: inline-block;
}

.button-2:hover {
  color: #323232;
  background-color: #fff;
}

.button-2.beige {
  color: #0d2661;
  background-color: #f7f7f7;
  border-color: #0d2661;
  margin-bottom: 20px;
}

.button-2.beige:hover {
  color: #f7f7f7;
  background-color: #0d2661;
}

.button-2.beige.footer {
  opacity: .4;
  color: #f7f7f7;
  background-color: #0d2661;
  border-color: #f7f7f7;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 11px;
  padding-bottom: 11px;
  display: block;
}

.button-2.beige.footer:hover {
  opacity: 1;
  background-color: #354771;
}

.section-3 {
  color: #4d4d4d;
  background-color: #f7f7f7;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-3.footer {
  background-color: #0d2661;
  padding-top: 65px;
  padding-bottom: 53px;
}

.text-block-13, .text-block-14 {
  text-transform: uppercase;
}

.columns {
  width: auto;
  max-width: 700px;
}

.columns-2 {
  margin-left: 100px;
  margin-right: 100px;
}

.button-3 {
  opacity: .4;
  text-align: center;
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 2px;
  width: 100%;
  margin-left: 0;
  display: block;
}

.text-block-15, .text-block-16, .text-block-17, .text-block-18 {
  text-transform: uppercase;
}

.column-2 {
  padding-left: 140px;
}

.text-span {
  color: #fff;
  cursor: auto;
}

.background-video.home-page-video {
  position: relative;
}

.grid {
  margin-bottom: 220px;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-areas: ". Area";
  margin-top: 60px;
  margin-bottom: 60px;
}

.grid-2._2 {
  margin-top: 0;
}

.section-17 {
  background-color: #0d2661;
  margin-bottom: -220px;
  padding-top: 80px;
  padding-bottom: 0;
}

.number {
  color: #0d2661;
  text-transform: uppercase;
  margin-top: -22px;
  margin-bottom: 2px;
  padding-top: 0;
  font-size: 16px;
}

.process-titles {
  color: #f7f7f7;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-top: 1px solid #f7f7f7;
  margin-bottom: 23px;
  padding-top: 23px;
  font-family: Carrois Gothic, sans-serif;
  font-size: 21px;
}

.icon-wrapper {
  text-align: center;
  height: 109px;
  margin-bottom: 24px;
}

.paragraph {
  color: #f7f7f7;
  text-align: center;
  font-family: Roboto Condensed, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.paragraph-2, .paragraph-3 {
  color: #f7f7f7;
  text-align: center;
  font-size: 16px;
}

.paragraph-4 {
  color: #f7f7f7;
  text-align: center;
  font-family: Roboto Condensed, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.image-2 {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  margin-left: 120px;
}

.image-3 {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  margin-left: 100px;
}

.image-4 {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  margin-left: 90px;
}

.paragraph-14 {
  color: #4d4d4d;
}

.paragraph-14.center {
  color: var(--støv);
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Carrois Gothic, sans-serif;
  font-weight: 400;
}

.heading, .heading-2, .heading-3, .heading-4, .heading-5, .heading-6, .paragraph-15 {
  color: #333;
  font-family: Roboto Condensed, sans-serif;
}

.link {
  pointer-events: auto;
  -webkit-text-stroke-color: var(--white-2);
  cursor: auto;
  font-family: Carrois Gothic, sans-serif;
}

.text-block-19 {
  font-family: Carrois Gothic, sans-serif;
}

.text-block-20 {
  text-align: center;
  font-family: Carrois Gothic, sans-serif;
}

.heading-7, .heading-8 {
  font-family: Roboto Condensed, sans-serif;
}

.block-quote {
  font-family: Carrois Gothic, sans-serif;
}

.heading-9 {
  font-family: Roboto Condensed, sans-serif;
}

.list-item, .list-item-2, .list-item-3 {
  font-family: Carrois Gothic, sans-serif;
}

.section-full-image {
  background-color: #000;
  background-image: url('../images/our_dna_image_1.jpeg');
  background-position: 0 0;
  background-size: cover;
  width: auto;
  height: 600px;
}

.image-5 {
  margin-top: -40px;
  margin-bottom: 140px;
}

.heading-10 {
  font-family: Carrois Gothic, sans-serif;
}

.image-6 {
  margin-left: 0;
}

.image-6.news-image {
  background-image: linear-gradient(to bottom, var(--marineblå), var(--marineblå)), url('../images/new-build.jpeg');
  outline-color: var(--transparrent);
  outline-offset: 0px;
  mix-blend-mode: normal;
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-radius: 0;
  outline-width: 0;
  outline-style: none;
}

.image-7 {
  margin-left: 0;
}

.mail {
  color: var(--marineblå);
  text-align: center;
  margin-bottom: 15px;
  font-family: Carrois Gothic, sans-serif;
  font-size: 15px;
  text-decoration: underline;
  display: block;
}

.mail-2 {
  color: var(--marineblå);
  text-align: center;
  margin-bottom: 15px;
  font-size: 15px;
  text-decoration: underline;
  display: block;
}

.heading-11 {
  text-align: center;
  font-family: Carrois Gothic, sans-serif;
}

.heading-12 {
  font-family: Carrois Gothic, sans-serif;
}

.heading-12.backoffice {
  text-align: left;
}

.heading-13 {
  margin-bottom: 60px;
  font-family: Carrois Gothic, sans-serif;
}

.text-block-21 {
  opacity: .6;
  text-align: center;
  margin-top: -70px;
  margin-bottom: 60px;
  font-family: Carrois Gothic, sans-serif;
}

.mail-3, .mail-4, .mail-5 {
  color: var(--marineblå);
  margin-bottom: 15px;
  font-size: 15px;
  text-decoration: underline;
  display: block;
}

.dropdown-list {
  width: 567px;
}

.dropdown-list.w--open {
  width: 200px;
}

.link-2 {
  opacity: .4;
  border-bottom: 1px solid #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}

.heading-14 {
  font-family: Carrois Gothic, sans-serif;
}

.button-4 {
  text-align: left;
}

.button-4.read-more {
  background-color: var(--marineblå);
  color: #fff;
  margin-top: 20px;
  margin-bottom: 40px;
  margin-left: auto;
}

.div-block-2 {
  background-color: #f4f4f4;
}

.div-block-3 {
  background-color: var(--white-2);
  height: 420px;
  box-shadow: 0 2px 5px #0003;
}

.div-block-4 {
  background-color: #f4f4f4;
  height: 320px;
}

.div-block-4.our-services-div-block-1 {
  background-color: var(--white-2);
  height: 420px;
  box-shadow: 0 2px 5px #0003;
}

.div-block-5 {
  background-color: #f4f4f4;
}

.div-block-6 {
  background-color: #0d2661;
}

.div-block-6.project1 {
  font-size: 32px;
}

.timeline-h1 {
  color: var(--støv-2);
  font-size: 42px;
}

.bold-text-3 {
  color: var(--black);
  font-weight: 400;
}

.timeline-overskrift {
  opacity: 1;
  color: var(--marineblå);
  mix-blend-mode: normal;
}

.body {
  color: var(--black);
  font-size: 24px;
}

.bold-text-4 {
  color: var(--trækul);
  text-align: center;
}

.section-18 {
  color: #4d4d4d;
  background-color: #f7f7f7;
  padding-top: 80px;
  padding-bottom: 80px;
}

.grid-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.image-8 {
  margin-top: 0;
  margin-right: 0;
  position: relative;
}

.heading-16 {
  color: #0d2661;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 24px;
}

.heading-16.center {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 20px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

.list-item-6 {
  color: #0d2661;
  font-family: Carrois Gothic, sans-serif;
  font-size: 10px;
  line-height: 16px;
  list-style-type: square;
}

.heading-20 {
  color: #d1d1d1;
  text-align: left;
}

.heading-20.timeline {
  font-family: Carrois Gothic, sans-serif;
  font-size: 16px;
  line-height: 16px;
}

.heading-23 {
  color: #d1d1d1;
  font-family: Carrois Gothic, sans-serif;
  font-size: 16px;
  line-height: 16px;
}

.heading-21 {
  color: #d1d1d1;
  text-align: left;
}

.heading-21.timeline {
  font-family: Carrois Gothic, sans-serif;
  font-size: 16px;
  line-height: 16px;
  position: static;
}

.heading-22 {
  color: #d1d1d1;
  text-align: left;
  font-family: Carrois Gothic, sans-serif;
  font-size: 16px;
  line-height: 16px;
}

.list {
  margin-top: 10px;
  font-size: 12px;
}

.div-block-7 {
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 60px;
  padding-right: 60px;
}

.heading-19 {
  color: #d1d1d1;
  text-align: left;
  font-family: Carrois Gothic, sans-serif;
}

.heading-19.timeline {
  font-family: Carrois Gothic, sans-serif;
  font-size: 16px;
  line-height: 16px;
}

.rov {
  width: 100%;
}

.freja {
  background-image: linear-gradient(0deg, #fff0, #fff), url('../images/coco.jpeg');
  background-position: 0 0, 0 0;
  background-size: auto, contain;
  height: 1000px;
}

.heading-24 {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  padding-top: 800px;
  font-size: 80px;
  font-weight: 700;
  line-height: 80px;
}

.heading-25 {
  color: #d1d1d1;
  text-align: left;
  font-family: Carrois Gothic, sans-serif;
  font-size: 16px;
  line-height: 16px;
}

.div-block-8 {
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 60px;
  padding-right: 60px;
}

.heading-26 {
  color: #d1d1d1;
  text-align: left;
  font-family: Carrois Gothic, sans-serif;
  font-size: 16px;
  line-height: 16px;
}

.list-item-9, .list-item-10 {
  color: #0d2661;
  font-family: Carrois Gothic, sans-serif;
  font-size: 10px;
  line-height: 16px;
  list-style-type: square;
}

.heading-27 {
  color: #0d2661;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 24px;
}

.heading-27.center {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Carrois Gothic, sans-serif;
}

.heading-27.center.h3 {
  font-family: Roboto Condensed, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.list-9 {
  margin-top: 10px;
  font-size: 16px;
}

.heading-28, .heading-29 {
  color: #d1d1d1;
  font-family: Carrois Gothic, sans-serif;
  font-size: 16px;
  line-height: 16px;
}

.list-item-8 {
  color: #0d2661;
  font-size: 10px;
  line-height: 16px;
  list-style-type: square;
}

.heading-30 {
  color: #d1d1d1;
  text-align: left;
  font-family: Carrois Gothic, sans-serif;
  font-size: 16px;
  line-height: 16px;
}

.list-item-11 {
  color: #0d2661;
  font-size: 10px;
  line-height: 18px;
  list-style-type: square;
}

.heading-31 {
  color: #d1d1d1;
  text-align: left;
  font-family: Carrois Gothic, sans-serif;
  font-size: 16px;
  line-height: 16px;
}

.list-item-7 {
  color: #0d2661;
  font-size: 10px;
  line-height: 16px;
  list-style-type: square;
}

.div-block-9 {
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 60px;
  padding-right: 60px;
}

.heading-32 {
  color: #d1d1d1;
  text-align: left;
}

.heading-33 {
  color: #0d2661;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 24px;
}

.heading-33.center {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Carrois Gothic, sans-serif;
}

.column-34 {
  padding-left: 40px;
}

.heading-34 {
  color: #d1d1d1;
  text-align: left;
}

.list-item-12 {
  color: #0d2661;
  font-size: 16px;
  list-style-type: square;
}

.heading-35 {
  color: #d1d1d1;
  text-align: left;
  font-family: Carrois Gothic, sans-serif;
  font-size: 16px;
  line-height: 16px;
}

.div-block-10 {
  margin: 100px 20px 20px;
  padding-left: 0;
  padding-right: 0;
}

.heading-36 {
  color: #d1d1d1;
  text-align: left;
  font-family: Carrois Gothic, sans-serif;
  font-size: 16px;
  line-height: 16px;
}

.list-item-13 {
  color: #0d2661;
  font-size: 10px;
  line-height: 16px;
  list-style-type: square;
}

.list-item-14 {
  color: #0d2661;
  font-family: Carrois Gothic, sans-serif;
  font-size: 10px;
  line-height: 16px;
  list-style-type: square;
}

.list-11 {
  font-family: Carrois Gothic, sans-serif;
}

.heading-37 {
  color: #0d2661;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 24px;
}

.heading-37.center {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.list-item-15 {
  color: #0d2661;
  font-size: 10px;
  line-height: 16px;
  list-style-type: square;
}

.heading-38 {
  color: #d1d1d1;
  text-align: left;
  font-family: Carrois Gothic, sans-serif;
  font-size: 16px;
  line-height: 16px;
}

.list-item-16 {
  color: #0d2661;
  font-family: Carrois Gothic, sans-serif;
  font-size: 10px;
  line-height: 16px;
  list-style-type: square;
}

.heading-39 {
  color: #d1d1d1;
  text-align: left;
  font-family: Carrois Gothic, sans-serif;
  font-size: 16px;
  line-height: 16px;
}

.list-item-17 {
  color: #0d2661;
  font-size: 10px;
  line-height: 16px;
  list-style-type: square;
}

.text-block-22 {
  text-align: right;
}

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

.text-block-24 {
  text-align: left;
}

.container-2 {
  margin: -50px auto 50px;
}

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

.link-block {
  color: var(--marineblå);
  margin-left: 0%;
  margin-right: 0%;
}

.link-block-2 {
  color: var(--marineblå);
  margin-left: 60px;
}

.link-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--marineblå);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.link-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--black);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.link-block-4.w--current {
  color: var(--marineblå);
  margin-left: 30%;
}

.text-block-26 {
  text-align: center;
  margin-left: 0;
  margin-right: 60px;
  font-size: 16px;
  display: block;
}

.text-block-27 {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  display: block;
}

.text-block-28 {
  margin-right: 60px;
  font-size: 16px;
}

.text-block-29 {
  font-size: 16px;
}

.div-block-11 {
  margin: 100px 20px 60px;
  padding-left: 60px;
  padding-right: 60px;
}

.heading-40 {
  color: #d1d1d1;
  text-align: left;
  font-family: Carrois Gothic, sans-serif;
  font-size: 16px;
  line-height: 16px;
}

.heading-41 {
  color: #0d2661;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 24px;
}

.heading-41.center {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.column-38 {
  padding-left: 40px;
}

.heading-42 {
  color: #d1d1d1;
  text-align: left;
  font-family: Carrois Gothic, sans-serif;
  font-size: 16px;
  line-height: 16px;
}

.list-item-18 {
  color: #0d2661;
  font-family: Carrois Gothic, sans-serif;
  font-size: 10px;
  line-height: 16px;
  list-style-type: square;
}

.italic-text, .block-quote-2 {
  font-family: Carrois Gothic, sans-serif;
}

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

.container-4 {
  max-width: 1200px;
}

.heading-43 {
  color: #1a1b1f;
  text-transform: uppercase;
  font-family: Carrois Gothic, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.image-10 {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  margin-left: 65px;
}

.heading-44 {
  color: var(--trækul);
  -webkit-text-stroke-color: #333;
  text-transform: uppercase;
  font-family: Carrois Gothic, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.center {
  color: #0d2661;
  text-align: center;
}

.column-12 {
  color: var(--white);
  text-align: center;
}

.image-11 {
  text-align: center;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  margin-left: 65px;
  padding-top: 10px;
}

.heading-15 {
  color: #1a1b1f;
  text-transform: uppercase;
  font-family: Carrois Gothic, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.paragraph-16 {
  color: #4d4d4d;
}

.image-12 {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  margin-left: 65px;
}

.column-11 {
  text-align: center;
}

.div-block-12 {
  background-color: var(--white-2);
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.block-quote-3 {
  color: var(--støv);
  margin-top: 20px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 19px;
  font-style: italic;
  font-weight: 300;
  line-height: 26px;
}

.section-19 {
  color: #4d4d4d;
  background-color: #f7f7f7;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-19.news_section_2 {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.div-block-13 {
  text-align: center;
  margin-top: 0;
  margin-left: 50px;
  margin-right: 50px;
  padding-top: 20px;
}

.project-column {
  text-align: left;
  padding-left: 0;
}

.project-title {
  color: var(--støv);
  text-align: left;
  -webkit-text-stroke-color: var(--støv);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Carrois Gothic, sans-serif;
}

.project-description {
  color: var(--støv);
  text-align: left;
  margin-top: 10px;
  margin-bottom: 11px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 300;
}

.project-description.project-description-3 {
  padding-right: 40px;
}

.project-description.dna_quote {
  padding-left: 60px;
  padding-right: 60px;
}

.button-5 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #0d2661;
  border: 2px solid #fff;
  padding: 8px 15px;
  font-size: 16px;
  text-decoration: none;
  transition: all .1s;
  display: inline-block;
}

.button-5:hover {
  color: #323232;
  background-color: #fff;
}

.button-5.solid {
  background-color: #0d2661;
  border-color: #0d2661;
}

.button-5.solid:hover {
  color: #0d2661;
  background-color: #0000;
}

.section-20 {
  color: #4d4d4d;
  background-color: #f7f7f7;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-20.white {
  background-color: #fff;
}

.div-block-14 {
  text-align: center;
  margin-top: 0;
  margin-left: 50px;
  margin-right: 50px;
  padding-top: 20px;
}

.button-6 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #0d2661;
  border: 2px solid #fff;
  padding: 8px 15px;
  font-size: 16px;
  text-decoration: none;
  transition: all .1s;
  display: inline-block;
}

.button-6:hover {
  color: #323232;
  background-color: #fff;
}

.button-6.solid {
  background-color: #0d2661;
  border-color: #0d2661;
}

.button-6.solid:hover {
  color: #0d2661;
  background-color: #0000;
}

.column-15 {
  text-align: left;
}

.column-15.our_dna_column {
  padding-left: 40px;
}

.project-title-2 {
  color: #0d2661;
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Roboto Condensed, sans-serif;
}

.section-21 {
  color: #4d4d4d;
  background-color: #f7f7f7;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-21.news_section_2 {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.link-5 {
  color: #0d2661;
  font-size: 15px;
}

.columns-4 {
  margin-left: 0;
  margin-right: 0;
}

.div-block-15 {
  text-align: center;
  margin-top: 0;
  margin-left: 50px;
  margin-right: 50px;
  padding-top: 20px;
}

.column-40 {
  text-align: left;
}

.heading-45 {
  color: #0d2661;
  padding-top: 10px;
  font-size: 18px;
}

.heading-45.project-title {
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 0;
  font-size: 36px;
  line-height: 36px;
}

.block-quote-4 {
  color: var(--marineblå);
  text-align: left;
  text-indent: 1px;
  white-space: normal;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 22px;
  line-height: 26px;
}

.div-block-16 {
  text-align: center;
  margin-top: 0;
  margin-left: 50px;
  margin-right: 50px;
  padding-top: 20px;
}

.text-block-5 {
  text-align: left;
  width: 60%;
  padding-top: 20px;
  padding-left: 20px;
}

.section-4 {
  padding-top: 20px;
  padding-bottom: 40px;
}

.column-3 {
  text-align: left;
}

.column-41, .column-42 {
  background-color: var(--transparrent);
}

.columns-7 {
  width: 100%;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-17 {
  background-color: var(--marineblå);
  outline-color: var(--transparrent);
  outline-offset: 0px;
  outline-width: 3px;
  outline-style: none;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.div-block-18 {
  background-color: var(--marineblå);
}

.div-block-19 {
  background-color: var(--marineblå);
  outline-color: var(--transparrent);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: none;
  box-shadow: 0 2px 20px 5px #0003;
}

.div-block-20 {
  background-color: var(--marineblå);
  height: 500px;
  box-shadow: 0 2px 30px 5px #0003;
}

.body-2 {
  background-color: var(--marineblå);
}

.container-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  margin-top: 260px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.button-7 {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.bold-text-5 {
  font-weight: 400;
}

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

.link-block-5 {
  width: 200px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.grid-5 {
  grid-template: ". ."
                 ". Area"
                 / 1fr 1fr;
}

.grid-6 {
  grid-template-rows: auto;
  margin-top: -50px;
  margin-bottom: 40px;
}

.link-6 {
  color: var(--marineblå);
  text-align: right;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-17 {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  line-height: 24px;
}

.paragraph-17.team-text {
  color: var(--støv);
  text-align: center;
}

.div-block-21 {
  background-color: var(--marineblå);
  color: var(--marineblå);
  width: auto;
  height: 470px;
}

.heading-46 {
  color: var(--white);
  padding-left: 20px;
  padding-right: 20px;
  font-family: Carrois Gothic, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.link-block-6 {
  transition-property: none;
  box-shadow: 0 2px 20px #0003;
}

.body-3 {
  box-shadow: 0 2px 5px #0003;
}

.paragraph-18 {
  color: var(--white);
  font-weight: 300;
}

.image-15 {
  height: 200px;
}

.div-block-22 {
  background-image: url('../images/1721661406994.jpeg');
  background-position: 50%;
  background-size: cover;
  height: 200px;
}

.div-block-22.block3 {
  background-image: url('../images/New-VARD-cable-layer-destined-for-Denmark-hits-the-water-1536x708.jpg');
}

.div-block-22.block1 {
  background-image: url('../images/new-build-1.png');
}

.bold-text-7 {
  font-weight: 400;
}

.code-embed {
  margin-bottom: 80px;
  display: none;
}

.heading-47 {
  margin-top: 40px;
}

.image-16, .image-17, .image-18, .image-19, .image-20 {
  width: 200px;
  height: 200px;
}

.text-block-31 {
  text-align: left;
}

.grid-7 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
}

.bold-text-8 {
  opacity: .4;
  color: var(--white-2);
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
}

.text-block-32 {
  text-align: left;
}

.image-21 {
  background-image: none;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.div-block-24 {
  margin-bottom: 40px;
  box-shadow: 0 2px 20px 5px #0003;
}

.button-8 {
  background-color: var(--marineblå);
  margin-top: 10px;
  margin-bottom: 40px;
}

.div-block-25 {
  margin-bottom: 40px;
}

.heading-49 {
  color: var(--trækul);
  margin-top: 40px;
  padding-right: 20px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.heading-50 {
  color: var(--støv);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Carrois Gothic, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.text-block-33 {
  color: var(--støv);
  margin-top: 0;
  padding-right: 10px;
  font-family: Carrois Gothic, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.submit-button {
  background-color: var(--marineblå);
}

.background-video-2 {
  height: 630px;
  margin-bottom: 60px;
}

.background-video-3, .image-22, .image-23 {
  margin-bottom: 60px;
}

.link-7 {
  color: var(--marineblå);
}

.text-block-34 {
  color: var(--støv);
  margin-bottom: 60px;
  font-family: Carrois Gothic, sans-serif;
  font-size: 14px;
  line-height: 32px;
}

.heading-51 {
  text-transform: none;
  margin-top: 40px;
  font-family: Roboto Condensed, sans-serif;
}

.heading-52 {
  font-family: Roboto Condensed, sans-serif;
}

.text-block-35, .text-block-36 {
  color: var(--støv);
  font-family: Carrois Gothic, sans-serif;
  font-size: 14px;
  line-height: 32px;
}

.text-block-37 {
  color: var(--støv);
  font-family: Carrois Gothic, sans-serif;
  font-size: 14px;
}

.body-4 {
  margin-bottom: 60px;
}

.oci_container, .survey_container {
  padding-bottom: 100px;
}

.image-24, .image-25, .image-26 {
  background-image: none;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.link-8 {
  opacity: .4;
  transition-property: none;
}

.button-9 {
  background-color: var(--marineblå);
}

.our_dna_description {
  color: var(--støv);
  text-align: center;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 300;
}

.grid-8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 40px;
}

.button-10 {
  background-color: var(--marineblå);
  text-align: center;
  width: 250px;
  margin-left: 28%;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.button-10.coco_buttons {
  text-align: center;
  margin-left: 25%;
  margin-right: auto;
}

.columns-9 {
  margin-bottom: 60px;
}

.container-8 {
  background-image: url('../images/freja_new_ship.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  max-width: 100%;
  height: 600px;
  margin-left: 0;
  margin-right: 0;
}

.text-block-38 {
  color: var(--white-2);
  text-align: center;
}

.column-46 {
  border-style: solid;
  border-width: 2px 2px 2px 1px;
  border-color: var(--marineblå);
  background-color: var(--marineblå);
  border-radius: 1px;
}

.heading-53 {
  text-align: center;
}

.heading-54 {
  font-size: 34px;
}

.heading-55 {
  color: var(--marineblå);
  text-align: center;
  margin-bottom: 40px;
  font-size: 34px;
}

.text-block-39 {
  border: 1px none var(--marineblå);
  background-color: var(--white-2);
  color: var(--marineblå);
  text-align: left;
  border-radius: 0;
  margin-left: 20px;
  padding: 0;
}

.columns-10 {
  margin-bottom: 20px;
}

.container-9 {
  border-left: 1px solid var(--marineblå);
}

.background-video-4 {
  width: 100%;
  height: 800px;
}

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

.column-48, .columns-11, .columns-12 {
  margin-bottom: 20px;
}

.background-video-6 {
  width: 98.2%;
  height: 600px;
  margin-bottom: 20px;
  margin-left: 10px;
}

.columns-13, .columns-14 {
  margin-bottom: 20px;
}

.image-31 {
  width: 45%;
  height: 100%;
}

.columns-15, .columns-16 {
  margin-bottom: 20px;
}

.section-22 {
  background-color: var(--marineblå);
  height: 100px;
}

.section-22.gradient {
  background-color: var(--transparrent);
  background-image: linear-gradient(180deg, white, var(--marineblå));
  height: 155px;
}

.column-50 {
  border: 1px none var(--marineblå);
}

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

.columns-17 {
  margin-top: 20px;
}

.container-10 {
  margin-top: 70px;
}

.div-block-26 {
  margin-top: 60px;
}

.block-quote-6 {
  text-align: left;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 300;
}

.italic-text-3 {
  font-weight: 500;
}

.homepage-heading {
  color: var(--trækul);
  font-weight: 400;
}

.text-block-40 {
  text-align: center;
  text-transform: none;
}

.heading-56 {
  font-family: Carrois Gothic, sans-serif;
}

.h2 {
  color: var(--trækul);
  -webkit-text-stroke-color: var(--trækul);
  font-family: Carrois Gothic, sans-serif;
}

.heading-57 {
  font-family: Carrois Gothic, sans-serif;
  font-weight: 400;
}

.heading-58 {
  color: var(--trækul);
  font-family: Roboto Condensed, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.heading-59 {
  color: var(--black);
  margin-top: 40px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.button-11 {
  background-color: var(--marineblå);
  width: 100%;
}

.text-block-41 {
  color: var(--white-2);
  width: auto;
}

.link-9 {
  opacity: .4;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  transition-property: none;
}

.text-span-2 {
  text-transform: uppercase;
  font-size: 12px;
}

.text-block-42, .text-block-43 {
  color: var(--white-2);
}

.link-block-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: .4;
  background-image: url('../images/ISO14001.png');
  background-position: 0 0;
  background-size: cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80px;
  height: 80px;
  display: block;
}

.link-block-7.iso1 {
  background-image: url('../images/ISO9001.png');
  background-position: 0 0;
  background-size: cover;
  padding: 0;
}

.link-block-7.iso3 {
  background-image: url('../images/ISO45001.png');
  background-position: 0 0;
  background-size: cover;
}

.columns-18 {
  width: 300px;
}

.background-video-8 {
  width: 100%;
  height: 635px;
  margin-bottom: 60px;
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .paragraph-bigger.typeography-tr-kul {
    margin-left: auto;
    margin-right: auto;
  }

  .button {
    justify-content: center;
  }

  .button.cc-jumbo-button.cc-jumbo-white {
    margin-top: 0;
  }

  .button.cc-contact-us {
    display: none;
  }

  .button.news-button {
    margin-bottom: 20px;
  }

  .paragraph-light {
    padding-left: 15px;
    padding-right: 15px;
    line-height: 21px;
  }

  .paragraph-light.vessels-text.paragraph-bold {
    text-transform: uppercase;
    font-weight: 400;
  }

  .paragraph-light.vessels-text.vessel-small-text-copy {
    font-size: 20px;
  }

  .heading-jumbo {
    margin-left: auto;
    margin-right: auto;
    font-size: 36px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    background-image: none;
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-wrap {
    background-color: #fff0;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

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

  .logo-image {
    width: 50%;
  }

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .intro-header.cc-subpage {
    height: 200px;
  }

  .intro-content.cc-homepage {
    margin-left: 15%;
  }

  .motto-wrap {
    margin-bottom: 40px;
  }

  .our-services-grid {
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    margin-top: 40px;
    margin-left: 0%;
    padding: 0;
    display: inline-block;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-cover-pic {
    width: auto;
  }

  .project-cover-pic.vessels.coco, .project-cover-pic.vessels.new-build {
    margin-left: 0;
  }

  .project-overview-header.stacy-vessel-section-1 {
    background-size: auto, cover;
  }

  .project-details-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .detail-image {
    margin-left: auto;
    margin-right: auto;
  }

  .detail-image.clv {
    width: 100%;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .section-heading {
    font-size: 28px;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    text-align: center;
    width: 80%;
    padding-right: 15px;
  }

  .download-text {
    text-decoration: none;
    display: inline;
  }

  .footer_button {
    float: none;
    margin-bottom: 10px;
    display: block;
  }

  .footer-logo.footer.rki {
    width: 60%;
    margin-top: 0;
    margin-bottom: auto;
  }

  .footer-logo.footer.nr2 {
    width: 20%;
    margin-top: 0;
  }

  .bold-text-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .icon {
    padding-right: 3px;
  }

  .footer_button2 {
    float: none;
  }

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

  .button-2 {
    margin-bottom: 0;
  }

  .columns-2 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .column-2 {
    padding-left: 0;
  }

  .grid {
    grid-template-rows: auto auto;
    grid-template-areas: "."
                         "Area";
    grid-auto-rows: 1fr;
  }

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

  .process-titles {
    font-family: Carrois Gothic, sans-serif;
  }

  .paragraph, .paragraph-4 {
    font-family: Roboto Condensed, sans-serif;
    font-weight: 300;
  }

  .image-2 {
    margin-left: 90px;
  }

  .image-3 {
    margin-left: 70px;
  }

  .image-4 {
    margin-left: 60px;
  }

  .paragraph-14.center {
    padding-left: 60px;
    padding-right: 60px;
  }

  .section-full-image {
    height: 500px;
  }

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

  .image-6, .image-7 {
    margin-left: 0;
  }

  .button-4.read-more {
    margin-top: 20px;
  }

  .button-4.read-more.our-services-button-2 {
    margin-top: 40px;
  }

  .div-block-3, .div-block-4.our-services-div-block-1 {
    background-color: var(--white);
    height: 360px;
    box-shadow: 0 2px 5px #0003;
  }

  .image-8 {
    margin-right: 0;
  }

  .heading-16.center {
    line-height: 30px;
  }

  .list-item-6 {
    margin-bottom: 10px;
  }

  .div-block-7, .div-block-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .list-item-11 {
    margin-bottom: 10px;
  }

  .div-block-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-34 {
    padding-left: 0;
  }

  .list-item-12 {
    margin-bottom: 10px;
  }

  .heading-35 {
    font-size: 22px;
  }

  .div-block-10 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-36, .heading-38 {
    font-size: 22px;
  }

  .list-item-16 {
    margin-bottom: 10px;
  }

  .heading-39 {
    font-size: 22px;
  }

  .columns-3 {
    margin-top: -100px;
  }

  .link-block-4 {
    margin-left: 21%;
  }

  .link-block-4.w--current {
    margin-left: 22%;
  }

  .text-block-26, .text-block-27, .text-block-28, .text-block-29 {
    font-size: 16px;
  }

  .div-block-11 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-38 {
    padding-left: 0;
  }

  .list-item-18 {
    margin-bottom: 10px;
  }

  .heading-43 {
    font-size: 28px;
  }

  .image-10 {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-44 {
    font-size: 28px;
  }

  .image-11 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .heading-15 {
    font-size: 28px;
  }

  .image-12 {
    margin-left: auto;
    margin-right: auto;
  }

  .block-quote-3 {
    font-size: 16px;
  }

  .section-19.news_section_2 {
    display: block;
  }

  .project-title {
    font-size: 28px;
  }

  .button-5, .button-6 {
    margin-bottom: 0;
  }

  .section-21.news_section_2, .column-40 {
    display: block;
  }

  .block-quote-4 {
    width: 100%;
  }

  .div-block-20 {
    height: 400px;
  }

  .container-5 {
    margin-top: 180px;
  }

  .heading-46 {
    font-size: 20px;
    line-height: 30px;
  }

  .heading-47 {
    margin-top: 40px;
  }

  .bold-text-8 {
    opacity: 1;
    font-size: 12px;
    line-height: 24px;
  }

  .text-block-32 {
    opacity: .4;
    color: var(--white);
    font-size: 14px;
  }

  .image-21 {
    background-color: #fff;
    background-image: none;
    width: 400px;
    height: 272px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .div-block-24 {
    margin-left: 0;
    padding: 0;
  }

  .button-8 {
    margin-bottom: 20px;
    padding-bottom: 10px;
  }

  .heading-49 {
    margin-top: 10px;
    padding-right: 0;
  }

  .column-44 {
    padding-top: 0;
  }

  .columns-8 {
    height: auto;
  }

  .container-7 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .background-video-2, .background-video-3, .image-22, .image-23 {
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-34, .heading-51, .heading-52, .text-block-35, .text-block-36, .text-block-37 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .image-24, .image-25, .image-26 {
    width: 20%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .button-10 {
    margin-left: 70px;
    margin-right: auto;
  }

  .button-10.coco_buttons, .button-10.freja_buttons {
    margin-left: 50px;
    margin-right: auto;
  }

  .button-10.frehja_button_2 {
    margin-left: 60px;
    margin-right: auto;
  }

  .column-45 {
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .background-video-4 {
    height: 600px;
  }

  .background-video-6 {
    width: 97.5%;
    height: 400px;
    margin-left: 10px;
  }

  .heading-59 {
    margin-top: 20px;
    font-size: 20px;
  }

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

@media screen and (max-width: 767px) {
  .section {
    margin-left: 0;
    margin-right: 0;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-home-wrap, .section.cc-store-home-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    margin-top: 20px;
    font-size: 16px;
    line-height: 28px;
  }

  .paragraph-bigger.cc-bigger-light.homepage {
    margin-bottom: 0;
  }

  .paragraph-bigger.typeography-tr-kul {
    margin-left: auto;
    margin-right: auto;
  }

  .button {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .button.cc-jumbo-button.cc-jumbo-white {
    margin-top: 0;
  }

  .button.cc-jumbo-button.coco-buttons {
    margin-bottom: 20px;
  }

  .button.our_dna_button_1 {
    margin-left: 140px;
    margin-right: auto;
  }

  .button.news-button {
    margin-bottom: 30px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .paragraph-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .paragraph-light.vessels-text.paragraph-bold {
    margin-bottom: 0;
  }

  .paragraph-light.vessels-text.vessel-small-text-copy {
    margin-top: 50px;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 42px;
  }

  .heading-jumbo-small {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation-wrap {
    background-color: #fff0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .logo-image {
    width: 70%;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-header.cc-subpage {
    height: 200px;
  }

  .intro-content {
    width: 80%;
  }

  .intro-content.cc-homepage {
    margin-left: 55px;
  }

  .motto-wrap {
    margin-bottom: 20px;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .service-icon {
    margin-top: 40px;
    margin-left: 0%;
    padding: 0;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-members {
    padding-left: 20px;
    padding-right: 20px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-cover-pic {
    width: auto;
  }

  .project-cover-pic.vessels.coco, .project-cover-pic.vessels.new-build {
    margin-left: 0;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .project-overview-header {
    background-image: linear-gradient(#0d266166, #0d266166), url('../images/rov-1.jpeg');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
  }

  .project-overview-header.rov-image {
    height: 300px;
  }

  .project-overview-header.ofw {
    background-image: linear-gradient(#0d266199, #0d266199), url('../images/owf-1.jpeg');
    background-size: auto, contain;
    height: 300px;
  }

  .project-overview-header.stacy-vessel-section-1 {
    background-size: auto, cover;
  }

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

  .detail-image.clv, .detail-image.rov.rov-image-3 {
    width: 100%;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .section-heading {
    text-align: center;
  }

  .section-2 {
    padding: 34px 10px;
  }

  .section-2.footer {
    text-align: center;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .footer_button {
    text-align: center;
  }

  .footer-logo.footer {
    float: none;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-logo.footer.rki {
    width: 40%;
    margin: 0 auto;
  }

  .footer-logo.footer.nr2 {
    width: 10%;
    margin: 0 auto;
  }

  .footer_button2 {
    text-align: center;
  }

  .button-2 {
    margin-bottom: 0;
    padding-bottom: 8px;
  }

  .button-2.beige.footer {
    margin-top: 17px;
    margin-bottom: 8px;
  }

  .section-3 {
    padding: 34px 10px;
  }

  .section-3.footer {
    text-align: center;
    padding-top: 32px;
    padding-bottom: 32px;
  }

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

  .button-3 {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .column-2 {
    margin-top: 20px;
    padding-left: 0;
  }

  .grid, .grid-2 {
    grid-template-columns: 1fr;
  }

  .number {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .process-titles {
    font-family: Carrois Gothic, sans-serif;
  }

  .icon-wrapper {
    height: 102px;
  }

  .paragraph {
    text-align: center;
    font-family: Roboto Condensed, sans-serif;
    font-weight: 300;
  }

  .paragraph-4 {
    font-family: Roboto Condensed, sans-serif;
    font-weight: 300;
  }

  .image-2 {
    margin-left: 240px;
  }

  .image-3, .image-4 {
    margin-left: 220px;
  }

  .paragraph-14.center {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-full-image {
    height: 400px;
  }

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

  .image-6, .image-7 {
    margin-left: 0;
  }

  .link-2 {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .button-4.read-more.our-services-button-2 {
    margin-top: 20px;
  }

  .div-block-3 {
    background-color: var(--white);
    height: 420px;
    box-shadow: 0 2px 5px #0003;
  }

  .div-block-4 {
    margin-bottom: 40px;
  }

  .div-block-4.our-services-div-block-1 {
    background-color: var(--white);
    height: 420px;
    box-shadow: 0 2px 5px #0003;
  }

  .bold-text-4 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .section-18 {
    padding: 34px 10px;
  }

  .heading-16 {
    font-size: 22px;
  }

  .heading-16.center {
    text-align: center;
    line-height: 28px;
  }

  .list-8, .list {
    padding-left: 10px;
  }

  .div-block-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .rov {
    width: 100%;
  }

  .div-block-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-27 {
    font-size: 22px;
  }

  .heading-27.center {
    text-align: left;
  }

  .heading-27.center.h3 {
    text-align: center;
  }

  .list-9, .list-13 {
    padding-left: 10px;
  }

  .div-block-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-33 {
    font-size: 22px;
  }

  .heading-33.center {
    text-align: left;
  }

  .column-34 {
    padding-left: 0;
  }

  .div-block-10 {
    padding-left: 0;
    padding-right: 0;
  }

  .list-11 {
    padding-left: 10px;
  }

  .heading-37 {
    font-size: 22px;
  }

  .heading-37.center {
    text-align: left;
  }

  .list-10 {
    padding-left: 10px;
  }

  .link-block-4 {
    margin-left: 15%;
  }

  .link-block-4.w--current {
    margin-left: 14%;
  }

  .text-block-26, .text-block-27, .text-block-28, .text-block-29 {
    font-size: 16px;
  }

  .div-block-11 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-41 {
    font-size: 22px;
  }

  .heading-41.center {
    text-align: left;
  }

  .column-38 {
    padding-left: 0;
  }

  .heading-43 {
    font-size: 26px;
  }

  .image-10 {
    object-fit: fill;
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-44 {
    font-size: 26px;
  }

  .image-11 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .heading-15 {
    font-size: 26px;
  }

  .image-12 {
    margin-left: auto;
    margin-right: auto;
  }

  .block-quote-3 {
    text-align: left;
    font-size: 15px;
  }

  .section-19 {
    padding: 34px 10px;
  }

  .section-19.news_section_2 {
    text-align: center;
    display: block;
  }

  .project-column {
    margin-bottom: 40px;
    padding-top: 23px;
    padding-left: 10px;
  }

  .project-title {
    text-align: center;
    margin-top: 5px;
  }

  .project-description {
    text-align: center;
  }

  .project-description.dna_quote {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-5 {
    margin-bottom: 0;
    padding-bottom: 8px;
  }

  .section-20 {
    padding: 34px 10px;
  }

  .section-20.white {
    width: 100%;
  }

  .image-13 {
    margin-bottom: 20px;
  }

  .button-6 {
    margin-bottom: 0;
    padding-bottom: 8px;
  }

  .column-15 {
    margin-left: auto;
    margin-right: auto;
  }

  .column-15.our_dna_column {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .project-title-2 {
    text-align: center;
    margin-top: 5px;
  }

  .section-21 {
    padding: 34px 10px;
  }

  .section-21.news_section_2 {
    text-align: center;
    display: block;
  }

  .heading-45 {
    text-align: left;
  }

  .block-quote-4 {
    width: 100%;
  }

  .columns-6 {
    display: block;
  }

  .column-3 {
    text-align: center;
  }

  .div-block-20 {
    height: 500px;
  }

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

  .div-block-21 {
    margin-bottom: 60px;
  }

  .container-6 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading-47 {
    margin-top: 40px;
  }

  .bold-text-8 {
    opacity: .4;
    color: var(--white-2);
  }

  .text-block-32 {
    opacity: 1;
    text-align: center;
  }

  .image-21 {
    width: 100%;
    height: auto;
    margin-top: -30px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .div-block-24 {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 0;
    padding-left: 0;
  }

  .button-8 {
    margin-bottom: 20px;
  }

  .heading-49 {
    margin-top: 20px;
    margin-left: 40px;
    margin-right: 40px;
    font-size: 20px;
  }

  .text-block-33 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .column-44 {
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .background-video-2 {
    width: 100%;
    height: 320px;
  }

  .text-block-35, .text-block-36, .text-block-37 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .image-24, .image-25 {
    width: 30%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-26 {
    width: 30%;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .button-10 {
    margin-left: auto;
    margin-right: auto;
  }

  .button-10.coco_buttons {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .button-10.freja_buttons {
    margin-bottom: 20px;
    margin-left: 0%;
  }

  .button-10.frehja_button_2 {
    margin-left: 0%;
  }

  .columns-9 {
    margin-bottom: 60px;
  }

  .column-45 {
    margin-bottom: 20px;
  }

  .container-8 {
    height: 400px;
  }

  .heading-55 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
    line-height: 36px;
  }

  .text-block-39 {
    text-align: left;
    margin-top: 0;
    margin-left: 10px;
  }

  .columns-10 {
    width: 100%;
  }

  .background-video-4 {
    width: 100%;
    height: 400px;
  }

  .background-video-5 {
    width: 100%;
    height: 300px;
  }

  .background-video-6 {
    width: 96.5%;
    height: 300px;
    margin-left: 10px;
  }

  .image-27, .image-28, .image-29, .image-30 {
    margin-bottom: 20px;
  }

  .block-quote-5 {
    font-size: 18px;
    line-height: 27px;
  }

  .background-video-7 {
    width: 100%;
    height: 300px;
  }

  .heading-59 {
    font-size: 20px;
  }

  .link-block-7, .link-block-7.iso1 {
    margin-left: auto;
    margin-right: auto;
  }

  .columns-18 {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .column-52, .column-53 {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }

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

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .section, .section.cc-home-wrap, .section.cc-store-home-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-bigger {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 18px;
  }

  .paragraph-bigger.cc-bigger-light.homepage {
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 10px;
    padding-left: 10px;
    font-size: 14px;
  }

  .paragraph-bigger.typeography-tr-kul {
    margin-left: auto;
    margin-right: auto;
  }

  .button {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 160px;
    min-width: 160px;
    max-width: 160px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button.cc-jumbo-button {
    min-width: 260px;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }

  .button.cc-jumbo-button.cc-jumbo-white {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    margin-top: -20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 8px;
    line-height: 9px;
  }

  .button.our_dna_button_1 {
    margin-left: auto;
    margin-right: auto;
  }

  .button.news-button {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .paragraph-light {
    text-align: center;
    margin-top: 20px;
    margin-right: 0;
    padding-left: 15px;
    line-height: 21px;
  }

  .paragraph-light.vessels-text {
    margin-top: 45px;
  }

  .paragraph-light.vessels-text.paragraph-bold {
    font-size: 25px;
  }

  .heading-jumbo {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 32px;
  }

  .heading-jumbo-small {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 22px;
    line-height: 32px;
  }

  .menu-icon {
    background-image: none;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation-wrap {
    background-color: #fff0;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .logo-image {
    width: 90%;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .intro-header.cc-subpage {
    height: 100px;
  }

  .intro-content.cc-homepage {
    margin-left: 30px;
  }

  .motto-wrap {
    margin-bottom: 60px;
  }

  .service-icon {
    background-image: none;
    margin-top: 40px;
    margin-left: 0%;
    padding: 0;
  }

  .status-message.cc-no-data, .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .project-cover-pic {
    width: auto;
  }

  .project-cover-pic.vessels.coco, .project-cover-pic.vessels.new-build {
    margin-left: 0;
  }

  .project-overview-header {
    background-image: linear-gradient(#0d266166, #0d266166), url('../images/rov-1.jpeg');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
    height: 200px;
    margin-bottom: 60px;
  }

  .project-overview-header.ofw {
    background-image: linear-gradient(#0d266199, #0d266199), url('../images/owf-1.jpeg');
    background-position: 0 0, 0 0;
    background-size: auto, contain;
    background-attachment: scroll, fixed;
    height: 160px;
  }

  .project-overview-header.stacy-vessel-section-1 {
    background-image: linear-gradient(#0d266199, #0d266199), url('../images/news_image_3.png');
    background-size: auto, auto;
  }

  .project-details-grid {
    grid-column-gap: 30px;
    width: 100%;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .detail-image.clv, .detail-image.rov.rov-image-3 {
    width: 100%;
  }

  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
  }

  .detail-header-image {
    background-image: url('../images/1721661406994.jpeg');
    background-position: 0%;
    background-size: cover;
  }

  .blog-item {
    width: 100%;
    max-width: none;
  }

  .section-heading {
    text-align: center;
    font-size: 24px;
  }

  .download-text {
    text-align: center;
    padding-left: 0;
    font-size: 11px;
  }

  .footer_button {
    text-align: center;
    margin-bottom: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .footer-logo.footer {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-logo.footer.rki {
    width: 80%;
    margin: 0 auto;
  }

  .footer-logo.footer.nr2 {
    width: 30%;
    margin: 0 auto;
  }

  .icon {
    float: left;
    text-align: left;
  }

  .footer_button2 {
    text-align: center;
    margin-bottom: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .button-2 {
    margin-bottom: 0;
  }

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

  .button-3 {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .column-2 {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .div-block {
    margin-left: 0;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .section-17 {
    margin-top: -100px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .process-titles {
    font-family: Carrois Gothic, sans-serif;
  }

  .paragraph, .paragraph-4 {
    font-family: Roboto Condensed, sans-serif;
    font-weight: 300;
  }

  .image-2 {
    background-image: none;
    margin-left: 105px;
  }

  .image-3 {
    background-image: none;
    margin-left: 90px;
  }

  .image-4 {
    background-image: none;
    margin-left: 80px;
  }

  .paragraph-14.center {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-full-image {
    background-position: 0 0;
    background-size: cover;
    height: 240px;
  }

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

  .heading-10 {
    font-size: 22px;
  }

  .image-6, .image-7 {
    margin-left: 0;
  }

  .text-block-21 {
    padding-left: 10px;
    padding-right: 10px;
    font-family: Roboto Condensed, sans-serif;
    font-weight: 200;
  }

  .link-2 {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .button-4.read-more {
    margin-bottom: 0;
  }

  .button-4.read-more.our-srevices-1 {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .div-block-3 {
    background-color: var(--white);
    height: 350px;
    box-shadow: 0 2px 5px #0003;
  }

  .div-block-4 {
    background-color: var(--white);
    margin-top: 0;
    margin-bottom: 40px;
    padding-bottom: 0;
    box-shadow: 0 2px 5px #0003;
  }

  .div-block-4.our-services-div-block-1 {
    height: 350px;
    margin-bottom: 40px;
    padding-bottom: 0;
  }

  .image-8 {
    margin-top: 0;
    margin-right: 0;
  }

  .heading-16 {
    text-align: left;
    font-size: 18px;
  }

  .heading-16.center {
    text-align: center;
    line-height: 22px;
  }

  .list {
    padding-left: 10px;
  }

  .div-block-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-19 {
    text-align: left;
  }

  .rov {
    text-align: left;
    width: 100%;
  }

  .freja {
    background-size: auto, cover;
    height: 200px;
  }

  .heading-24 {
    padding-top: 0;
    font-size: 20px;
    line-height: 2px;
  }

  .div-block-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .list-item-10 {
    text-align: left;
  }

  .heading-27 {
    text-align: left;
    font-size: 18px;
  }

  .heading-27.center {
    text-align: left;
  }

  .list-9 {
    padding-left: 10px;
  }

  .heading-31 {
    text-align: left;
  }

  .column-35 {
    padding-bottom: 20px;
  }

  .div-block-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-33 {
    text-align: left;
    font-size: 18px;
  }

  .heading-33.center {
    text-align: left;
  }

  .column-34 {
    padding-bottom: 20px;
    padding-left: 0;
  }

  .column-36 {
    padding-bottom: 20px;
  }

  .div-block-10 {
    padding-left: 0;
    padding-right: 0;
  }

  .list-item-14 {
    text-align: left;
  }

  .heading-37 {
    text-align: left;
    font-size: 18px;
  }

  .heading-37.center {
    text-align: center;
    line-height: 22px;
  }

  .heading-39 {
    text-align: left;
  }

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

  .columns-3 {
    margin-top: -60px;
  }

  .container-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .link-block-2 {
    margin-left: 40px;
  }

  .link-block-4 {
    margin-left: 11%;
  }

  .link-block-4.w--current {
    margin-left: 10%;
  }

  .text-block-26 {
    margin-left: 1%;
    margin-right: 40px;
    font-size: 16px;
  }

  .text-block-27 {
    font-size: 16px;
  }

  .text-block-28 {
    margin-right: 40px;
    font-size: 16px;
  }

  .text-block-29 {
    font-size: 16px;
  }

  .column-37 {
    padding-bottom: 20px;
  }

  .div-block-11 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-41 {
    text-align: left;
    font-size: 18px;
  }

  .heading-41.center {
    text-align: center;
    line-height: 22px;
  }

  .column-38 {
    padding-bottom: 20px;
    padding-left: 0;
  }

  .column-39 {
    padding-bottom: 20px;
  }

  .heading-43 {
    font-size: 22px;
  }

  .image-10 {
    background-image: none;
    max-width: 30%;
  }

  .heading-44 {
    font-size: 22px;
  }

  .image-11 {
    background-image: none;
    max-width: 30%;
    padding-top: 0;
  }

  .heading-15 {
    font-size: 22px;
  }

  .image-12 {
    background-image: none;
    max-width: 30%;
  }

  .div-block-12 {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .block-quote-3 {
    text-align: center;
  }

  .section-19.news_section_2 {
    display: block;
  }

  .div-block-13 {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 0;
  }

  .project-title {
    margin-top: 5px;
    font-size: 24px;
  }

  .project-description {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .project-description.dna_quote {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-5 {
    margin-bottom: 0;
  }

  .section-20.white {
    width: 100%;
  }

  .div-block-14 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .image-13 {
    margin-left: auto;
    margin-right: auto;
  }

  .button-6 {
    margin-bottom: 0;
  }

  .column-15.our_dna_column {
    padding-left: 0;
  }

  .project-title-2 {
    margin-top: 5px;
  }

  .section-21.news_section_2 {
    display: block;
  }

  .div-block-15 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading-45 {
    text-align: left;
  }

  .block-quote-4 {
    width: 100%;
  }

  .div-block-16 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .column-3 {
    text-align: left;
  }

  .div-block-20 {
    height: 350px;
  }

  .container-5 {
    margin-top: 30px;
  }

  .image-14 {
    margin-top: 50px;
  }

  .grid-6 {
    margin-left: auto;
    margin-right: auto;
  }

  .link-6 {
    margin-left: auto;
    margin-right: auto;
    font-size: 11px;
  }

  .link-6.w--current {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 11px;
  }

  .bold-text-6 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    font-size: 11px;
  }

  .paragraph-17 {
    font-size: 12px;
  }

  .div-block-21 {
    margin-bottom: 60px;
  }

  .heading-46 {
    font-size: 26px;
    line-height: 36px;
  }

  .container-6 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading-47 {
    margin-top: 40px;
    font-size: 18px;
  }

  .heading-48 {
    font-size: 18px;
  }

  .image-17 {
    border-radius: 0;
  }

  .div-block-23 {
    font-size: 14px;
  }

  .bold-text-8 {
    opacity: 1;
    color: var(--white-2);
    -webkit-text-stroke-color: var(--white);
    margin-left: auto;
    margin-right: auto;
    font-size: 11px;
  }

  .text-block-32 {
    opacity: .4;
    color: var(--white);
    font-size: 11px;
    font-weight: 400;
    line-height: 22px;
  }

  .image-21 {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .div-block-24 {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 0;
    padding-left: 0;
  }

  .button-8 {
    margin-top: 20px;
  }

  .heading-49 {
    margin-left: 0;
    margin-right: 0;
    font-size: 16px;
  }

  .text-block-33 {
    margin-left: 0;
    margin-right: 0;
  }

  .column-44 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .background-video-2 {
    width: 100%;
    height: 200px;
    margin-bottom: 15px;
  }

  .background-video-3 {
    width: 100%;
    height: 300px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-22, .image-23 {
    margin-bottom: 15px;
  }

  .text-block-34 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading-51, .heading-52 {
    font-size: 21px;
  }

  .text-block-35, .text-block-36, .text-block-37 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .image-24, .image-25 {
    width: 50%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-26 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .our_dna_description {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-10 {
    margin-left: 0;
  }

  .button-10.coco_buttons {
    margin-bottom: 0;
    margin-left: 0;
  }

  .button-10.freja_buttons {
    margin-bottom: 20px;
    margin-left: 0%;
  }

  .button-10.frehja_button_2 {
    margin-left: 0%;
  }

  .columns-9 {
    margin-bottom: 60px;
  }

  .column-45 {
    margin-bottom: 20px;
  }

  .bold-text-9 {
    margin-left: auto;
    margin-right: auto;
    font-size: 11px;
  }

  .container-8 {
    height: 200px;
  }

  .text-block-38.mobile-number {
    font-size: 10px;
  }

  .column-46 {
    aspect-ratio: auto;
  }

  .heading-55 {
    width: auto;
    font-size: 18px;
    line-height: 27px;
  }

  .text-block-39 {
    text-align: left;
    margin-top: 0;
    margin-left: 0;
  }

  .background-video-4 {
    width: 100%;
    min-width: auto;
    height: 200px;
  }

  .background-video-5 {
    width: 100%;
    height: 200px;
  }

  .background-video-6 {
    width: 94%;
    height: 200px;
    margin-left: 10px;
    margin-right: 0;
    padding-right: 0;
  }

  .image-27, .image-28, .image-29, .image-30 {
    margin-bottom: 20px;
  }

  .italic-text-2 {
    font-size: 14px;
    line-height: 21px;
  }

  .background-video-7 {
    width: 100%;
    height: 200px;
  }

  .heading-59 {
    font-size: 16px;
  }

  .link-block-7, .link-block-7.iso1 {
    margin-left: auto;
    margin-right: auto;
  }

  .column-52, .column-53 {
    margin-bottom: 10px;
  }

  .background-video-8 {
    width: 100%;
    height: 200px;
    margin-bottom: 15px;
  }
}

#w-node-_5f91f6e4-98ba-94e3-10d9-32d790158a09-e754e8b9 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5f91f6e4-98ba-94e3-10d9-32d790158a14-e754e8b9, #w-node-_86e64837-0616-515b-4568-76c147234d41-e754e8b9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_86e64837-0616-515b-4568-76c147234d34-e754e8b9 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c25e789e-249d-e452-294a-0e734aff30d4-51e627e8, #w-node-_8e336b9b-1de5-4ec0-d531-b29acb37b47e-51e627e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be705858e-e754e8be {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-e754e8be {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-e754e8c0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-e754e8c0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-e754e8c1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-e754e8c1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-e754e8c2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-e754e8c2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce9803c-e754e8c5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce98043-e754e8c5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce9804a-e754e8c5 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce98051-e754e8c5 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce98058-e754e8c5 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce9805f-e754e8c5 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_9e90d08a-72ea-fbba-a677-5676145f9ff4-e3b3d11b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_32508a55-d0a3-78e9-d831-dce98bb98bc3-e3b3d11b {
  grid-area: Area;
}

@media screen and (max-width: 991px) {
  #w-node-_5f91f6e4-98ba-94e3-10d9-32d790158a09-e754e8b9 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_5f91f6e4-98ba-94e3-10d9-32d790158a14-e754e8b9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d41-e754e8b9, #w-node-_86e64837-0616-515b-4568-76c147234d34-e754e8b9, #w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-e754e8be, #w-node-_421df62a-c217-12af-eee8-27f88a387928-e754e8c0, #w-node-_421df62a-c217-12af-eee8-27f88a387928-e754e8c1, #w-node-_421df62a-c217-12af-eee8-27f88a387928-e754e8c2, #w-node-c28cc763-f708-1e61-f196-6bd9fce9804a-e754e8c5 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98051-e754e8c5 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98058-e754e8c5 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9805f-e754e8c5 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_9e90d08a-72ea-fbba-a677-5676145f9ff4-e3b3d11b, #w-node-_32508a55-d0a3-78e9-d831-dce98bb98bc3-e3b3d11b {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9e90d08a-72ea-fbba-a677-5676145f9ff4-e3b3d11b, #w-node-_32508a55-d0a3-78e9-d831-dce98bb98bc3-e3b3d11b {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c28cc763-f708-1e61-f196-6bd9fce98043-e754e8c5 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9804a-e754e8c5 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98051-e754e8c5 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98058-e754e8c5 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9805f-e754e8c5 {
    grid-area: 6 / 1 / 7 / 2;
  }
}


