/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  -webkit-text-size-adjust: 100%;
  line-height:1.15;
  scroll-behavior: smooth;
}

body {
  margin:0
}

h1 {
  font-size: 2em;
  margin:.67em 0
}

hr {
  border: 0;
  box-sizing: content-box;
  height: 0;
  overflow:visible
}

pre {
  font-family: monospace, monospace;
  font-size:1em
}

a {
  background-color:transparent
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration:underline dotted
}

b, strong {
  font-weight:700
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size:1em
}

small {
  font-size:80%
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align:baseline
}

sub {
  bottom:-.25em
}

sup {
  top:-.5em
}

img {
  border-style:none
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin:0
}

button, input {
  overflow:visible
}

button, select {
  text-transform:none
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance:button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding:0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline:1px dotted ButtonText
}

fieldset {
  padding:.35em .75em .625em
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space:normal
}

progress {
  vertical-align:baseline
}

textarea {
  overflow:auto
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding:0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height:auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset:-2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance:none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font:inherit
}

details {
  display:block
}

summary {
  display:list-item
}

[hidden], template {
  display:none
}

:root {
  --font-family-primary: "acumin-pro", sans-serif;
  --font-family-second: "acumin-pro", sans-serif;
  --fw-thin: 100;
  --fw-extra-light: 200;
  --fw-light: 300;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semi-bold: 600;
  --font-size: 16px;
  --line-height: 1.42857143;
  --footer-height: 260px;
  --img-width: 460px;
  --color-white: #fff;
  --color-black: #000;
  --color-red-error: #03870b;
  --color-blue: #a6a5a5;
  --color-blue-light: #1f7202;
  --color-grey-dark: #000000;
  --color-green-lighter: #00a80d;
  --color-green-light: #6893f1;
  --color-green-dark: #006738;
  --color-bg-body: var(--color-white);
  --color-text: var(--color-grey-dark);
  --color-link:var(--color-white)
}

@media (max-width: 768px) {
  :root {
    --font-size:14px
  }
}

*, :after, :before, html {
  box-sizing:border-box
}

*, :after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing:border-box
}

body, html {
  height: 100%;
  margin:0
}

.wrap {
  margin: 0 auto calc(0px - var(--footer-height));
  min-height:100%
}

.footer, .push {
  min-height:var(--footer-height)
}

p {
  margin:0 0 10px
}

a {
  text-decoration: none;
  transition:opacity .3s ease-in-out, background-color .3s ease-in-out
}

a:active, a:focus, a:hover {
  opacity: .5;
  outline:0
}

.container, .container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right:15px
}

@media (min-width: 768px) {
  .container {
    width:750px
  }
}

@media (min-width: 992px) {
  .container {
    width:970px
  }
}

@media (min-width: 1200px) {
  .container {
    width:1170px
  }
}

.row {
  grid-gap: 20px;
  display: grid;
  grid-template-columns:repeat(12, 1fr)
}

.row.gap-0 {
  grid-gap:0
}

.row.gap-15 {
  grid-gap:15px
}

.col-xs-12 {
  grid-column:span 12
}

.col-xs-11 {
  grid-column:span 11
}

.col-xs-10 {
  grid-column:span 10
}

.col-xs-9 {
  grid-column:span 9
}

.col-xs-8 {
  grid-column:span 8
}

.col-xs-7 {
  grid-column:span 7
}

.col-xs-6 {
  grid-column:span 6
}

.col-xs-5 {
  grid-column:span 5
}

.col-xs-4 {
  grid-column:span 4
}

.col-xs-3 {
  grid-column:span 3
}

.col-xs-2 {
  grid-column:span 2
}

.col-xs-1 {
  grid-column:span 1
}

.col-asc {
  align-self:center
}

.col-ase {
  align-self:end
}

.col-jsc {
  justify-self:center
}

.col-jse {
  justify-self:end
}

@media (min-width: 768px) {
  .col-sm-12 {
    grid-column:span 12
  }

  .col-sm-11 {
    grid-column:span 11
  }

  .col-sm-10 {
    grid-column:span 10
  }

  .col-sm-9 {
    grid-column:span 9
  }

  .col-sm-8 {
    grid-column:span 8
  }

  .col-sm-7 {
    grid-column:span 7
  }

  .col-sm-6 {
    grid-column:span 6
  }

  .col-sm-5 {
    grid-column:span 5
  }

  .col-sm-4 {
    grid-column:span 4
  }

  .col-sm-3 {
    grid-column:span 3
  }

  .col-sm-2 {
    grid-column:span 2
  }

  .col-sm-1 {
    grid-column:span 1
  }
}

@media (min-width: 992px) {
  .col-md-12 {
    grid-column:span 12
  }

  .col-md-11 {
    grid-column:span 11
  }

  .col-md-10 {
    grid-column:span 10
  }

  .col-md-9 {
    grid-column:span 9
  }

  .col-md-8 {
    grid-column:span 8
  }

  .col-md-7 {
    grid-column:span 7
  }

  .col-md-6 {
    grid-column:span 6
  }

  .col-md-5 {
    grid-column:span 5
  }

  .col-md-4 {
    grid-column:span 4
  }

  .col-md-3 {
    grid-column:span 3
  }

  .col-md-2 {
    grid-column:span 2
  }

  .col-md-1 {
    grid-column:span 1
  }
}

@media (min-width: 1200px) {
  .col-lg-12 {
    grid-column:span 12
  }

  .col-lg-11 {
    grid-column:span 11
  }

  .col-lg-10 {
    grid-column:span 10
  }

  .col-lg-9 {
    grid-column:span 9
  }

  .col-lg-8 {
    grid-column:span 8
  }

  .col-lg-7 {
    grid-column:span 7
  }

  .col-lg-6 {
    grid-column:span 6
  }

  .col-lg-5 {
    grid-column:span 5
  }

  .col-lg-4 {
    grid-column:span 4
  }

  .col-lg-3 {
    grid-column:span 3
  }

  .col-lg-2 {
    grid-column:span 2
  }

  .col-lg-1 {
    grid-column:span 1
  }
}

.col-md-6.pad-r {
  margin-right: -10px;
  padding:0
}

.col-md-6.pad-l {
  margin-left: -10px;
  padding:0
}

body {
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  background-color: var(--color-bg-body);
  color: var(--color-text);
  font-family: var(--font-family-primary);
  font-size: var(--font-size);
  font-weight: var(--fw-regular);
  text-align:left
}

body, h1, h2, h3, h4, h5, h6 {
  font-style: normal;
  line-height:var(--line-height)
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-family-second);
  font-size: 24px;
  font-weight: var(--fw-semi-bold);
  margin:0 0 30px
}

a {
  color:var(--color-link)
}

.main-content {
  font-size:18px
}

@media (max-width: 1200px) {
  .main-content {
    font-size:inherit
  }
}

.t-center {
  text-align:center
}

.t-right {
  text-align:right
}

.t-left {
  text-align:left
}

.d_none {
  display:none
}

.mt-30 {
  margin-top:30px
}

.header {
  --logo-size: 270px;
  background-color: transparent;
  background-image: linear-gradient(269deg, var(--color-blue) 0, var(--color-grey-dark) 100%);
  background-repeat: no-repeat;
  border-bottom: 2px solid var(--color-blue);
  padding: 10px 0;
  position: sticky;
  top: 0;
  width: 100%;
  z-index:99
}

@media (max-width: 400px) {
  .header {
    --logo-size:220px
  }
}

.header__container {
  grid-gap: 20px;
  align-items: center;
  display: grid;
  grid-template-columns:var(--logo-size) 1fr
}

.header__logo img {
  transition: width .3s ease-in-out;
  width:var(--logo-size)
}

.header__nav {
  align-self: center;
  justify-self: end;
  padding-top:10px
}

.header__nav ul {
  margin: 0;
  padding:0
}

.header__nav ul li {
  display: inline-block;
  list-style:none
}

.header__nav ul li a {
  display: inline-block;
  padding: 0 20px;
  text-transform:uppercase
}

.nav__logo {
  flex: 1;
}
.nav__logo img {
  max-height: 70px;
  height: auto;
  margin-left: 10px;
  left: 0px;
}
.nav__item {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  transition: color 0.3s ease;
  padding-right: 30px;
  margin-left: 0;
}


.nav-icon {
  cursor: pointer;
  display: none;
  height: 38px;
  margin: 3px auto;
  position: relative;
  width: 34px;
  z-index:9999
}

.nav-icon span {
  background-color: var(--color-white);
  border-radius: 9px;
  display: block;
  height: 3px;
  left: 0;
  opacity: 1;
  position: absolute;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
  width:100%
}

.nav-icon span:first-child {
  top:8px
}

.nav-icon span:nth-child(2) {
  top:18px
}

.nav-icon span:nth-child(3) {
  top:28px
}

.nav-icon.open span:first-child {
  top: 18px;
  transform:rotate(135deg)
}

.nav-icon.open span:nth-child(2) {
  left: -60px;
  opacity:0
}

.nav-icon.open span:nth-child(3) {
  top: 18px;
  transform:rotate(-135deg)
}


@media screen and (max-width: 1200px) {
  .wrap.toggled-nav .header__nav__links {
    visibility: inherit;
    width:40%
  }
}

@media screen and (max-width: 1200px) and(max-width: 767px) {
  .wrap.toggled-nav .header__nav__links {
    width:80%
  }
}

@media screen and (max-width: 1200px) {
  .nav-icon {
    display:block
  }

  .header__nav__links {
    background-color: var(--color-blue);
    bottom: 0;
    margin-right: -40%;
    overflow-y: auto;
    padding-top: 100px;
    position: fixed;
    right: 40%;
    top: 0;
    transition: all .3s ease-in-out;
    visibility: hidden;
    width: 100%;
    z-index:1000;
    padding: 10px 0;



  }

  .header__nav__links ul > li {
    display: block;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right:20px
  }

  .header__nav__links ul > li:last-child {
    padding-right:0
  }

  .header__nav__links.nav-open {
    display:block
  }
}

.footer {
  background-color: transparent;
  background-image: linear-gradient(270deg, var(--color-blue) 0, var(--color-grey-dark) 100%);
  color: var(--color-white);
  isolation: isolate;
  overflow: hidden;
  position: relative;
  text-align:center
}

.footer, .footer:after {
  background-repeat:no-repeat
}

.footer:after {
  content: "";
  inset: 0;
  mix-blend-mode: overlay;
  opacity: .4;
  position: absolute;
  z-index:-1
}

.footer__container {
  display: grid;
  grid-template-rows:160px 50px 50px
}

@media (max-width: 767px) {
  .footer__container {
    grid-template-rows:1fr
  }
}

.footer__nav {
  padding-top:60px
}

@media (max-width: 992px) {
  .footer__nav {
    font-size:.9em
  }
}

@media (max-width: 767px) {
  .footer__nav {
    font-size: 1em;
    padding-bottom:30px
  }
}

.footer__nav ul {
  margin: 0;
  padding:0
}

.footer__nav ul li {
  display: inline-block;
  list-style:none
}

@media (max-width: 767px) {
  .footer__nav ul li {
    display: block;
    margin-bottom:20px
  }
}

.footer__nav ul li a {
  display: inline-block;
  padding: 0 20px;
  text-transform:uppercase
}

.footer__copyright, .footer__links__terms {
  align-self:center
}

@media (max-width: 767px) {
  .footer__copyright, .footer__links__terms {
    margin-bottom:30px
  }
}

.section {
  padding:50px 0 0
}

.section.section__pad-t-0 {
  padding-top:0
}

.img-fluid {
  display: block;
  height: auto;
  max-width: 100%;
  vertical-align:middle
}

.img-center {
  margin:0 auto
}

.bg-img {
  background-attachment: scroll;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height:100%
}

.bg-img, .img-w-100 {
  width:100%
}

.img-caption {
  font-size: 12px;
  margin-top: 5px;
  text-align:center
}

.main-title {
  --color:var(--color-green-lighter)
}

.main-title.title--h1 {
  color: var(--color);
  font-size: 3.4em;
  font-weight: var(--fw-extra-light);
  margin-bottom:0
}

.main-title.title--h2 {
  color: var(--color-blue);
  font-size: 2.4em;
  font-weight: var(--fw-extra-light);
  margin-bottom:50px
}

.main-title:after {
  background-color: var(--color-blue-light);
  content: "";
  display: block;
  height: 2px;
  margin-top: 5px;
  width:100%
}

@media (max-width: 550px) {
  .main-title.title--h2 {
    font-size:2.1em
  }
}

.icon-svg {
  --size: 20px;
  height: var(--size);
  vertical-align: middle;
  width:var(--size)
}

.btn {
  border: none;
  border-radius: 5px;
  color: var(--color-white);
  display: inline-block;
  font-size: 1em;
  font-weight: var(--fw-semi-bold);
  margin: 30px auto 0;
  min-width: 250px;
  outline: none;
  padding: 10px 30px;
  text-align: center;
  transition: opacity .3s ease-in-out, background-color .3s ease-in-out;
  width:auto
}

.btn--action {
  background-color:var(--color-blue)
}

.btn--action--invert {
  background-color: var(--color-white);
  border: 1px solid var(--color-blue);
  border-radius: 30px;
  color: var(--color-blue);
  text-transform:uppercase
}

.step-tracker__steps {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  justify-items: center;
  margin: 0;
  padding:0
}

.step-tracker__steps-step {
  --size-border: 3px;
  --mb: 90px;
  --width: 4em;
  align-items: center;
  display: grid;
  gap: 20px;
  grid-template-columns: var(--width) 1fr var(--width);
  justify-content: flex-start;
  list-style: none;
  margin-bottom: var(--mb);
  position: relative;
  width:100%
}

.step-tracker__steps-step:before {
  background-color: var(--color-green-lighter);
  content: "";
  height: var(--mb);
  left: calc(var(--width) /2);
  position: absolute;
  top: calc(0px - var(--mb));
  width: var(--size-border);
  z-index:0
}

.step-tracker__steps-step:first-child:before {
  content:none
}

.step-tracker__steps-step-content {
  align-items: center;
  background-color: transparent;
  border: var(--size-border) solid var(--color-green-lighter);
  border-radius: 50%;
  color: var(--color-green-dark);
  display: flex;
  height: var(--width);
  justify-content: center;
  justify-self: center;
  position: relative;
  text-align: center;
  width: var(--width);
  z-index:1
}

.step-tracker__steps-step-content--last-one {
  background-color: var(--color-green-lighter);
  color:var(--color-green-lighter)
}

.step-tracker__steps-step--big {
  align-items: flex-start;
  margin-bottom:54px
}

@media (max-width: 991px) {
  .step-tracker__steps-step {
    --mb:0
  }
}

.step-tracker__steps-2 {
  grid-template-rows:repeat(2, 1fr)
}

.step-tracker__steps-3 {
  grid-template-rows:repeat(3, 1fr)
}

.step-tracker__steps-4 {
  grid-template-rows:repeat(4, 1fr)
}

.step-tracker__steps-5 {
  grid-template-rows:repeat(5, 1fr)
}

.step-tracker__steps-6 {
  grid-template-rows:repeat(6, 1fr)
}

.step-tracker__steps-7 {
  grid-template-rows:repeat(7, 1fr)
}

.line {
  background-image: linear-gradient(270deg, var(--color-blue) 0, var(--color-green-lighter) 57%, var(--color-blue-light) 100%);
  clip-path: polygon(0 90%, 0 100%, 100% 100%, 100% 0);
  height: 50px;
  width:100%
}

.line--end {
  margin-top:50px
}

.line--invert {
  background-image: linear-gradient(90deg, var(--color-blue) 0, var(--color-green-lighter) 57%, var(--color-blue-light) 100%);
  clip-path:polygon(0 0, 0 100%, 100% 100%, 100% 90%)
}

@media (max-width: 767px) {
  .line {
    height:25px
  }
}

.block {
  grid-gap: 20px;
  align-items: center;
  border-bottom: 1px solid var(--color-green-lighter);
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 50px;
  padding-bottom:50px
}

@media (max-width: 992px) {
  .block {
    grid-template-columns:1fr
  }
}

.block__right img {
  margin: 0 auto;
  max-width: var(--img-width);
  width:100%
}

.block--bb-none {
  border-bottom: none;
  padding-bottom:0
}

.block__title {
  color: var(--color-blue);
  font-size: 1.64em;
  font-weight: var(--fw-semi-bold);
  margin-bottom:20px
}

@media (max-width: 550px) {
  .block__title {
    font-size:1.44em
  }
}

.block__title--2-line {
  line-height:1.2
}

.block__sub-title {
  font-weight: var(--fw-semi-bold);
  margin-top: 30px;
  text-transform:uppercase
}

.block__sub-title--mt-0 {
  margin-top:0
}

.block__btn {
  text-align:center
}

.block__btn .btn {
  border-color: var(--color-grey-dark);
  color: var(--color-grey-dark);
  max-width: 370px;
  padding-left: 50px;
  padding-right: 50px;
  text-transform:none
}

.block--no-alignitem {
  align-items:inherit
}

.block__detail .block__text {
  font-size:14px
}

.block__detail .block__text p:not(:last-child) {
  margin-bottom:20px
}

@media (max-width: 1200px) {
  .block__detail {
    grid-template-columns:1fr
  }
}

.block__link-all {
  position:relative
}

.block__link-all .link__absolute {
  inset: 0;
  position:absolute
}

.flash-message {
  --color-bg-default: var(--color-green-light);
  --color-text-default: var(--color-white);
  --color-bg-error: #8e6c93;
  --color-bg-warning: #565554;
  margin: 20px auto 0;
  position: relative;
  width:100%
}

.flash-message__alert {
  background-color: var(--color-bg-default);
  border-radius: 10px;
  color: var(--color-text-default);
  padding:20px
}

.flash-message__alert--warning {
  background-color:var(--color-bg-warning)
}

.flash-message__alert--error {
  background-color:var(--color-bg-error)
}

.flash-message__alert--button {
  display: grid;
  grid-template-columns:1fr 30px
}

.flash-message__alert--button p {
  margin-bottom:0
}

.flash-message__alert--button button {
  background-color: transparent;
  border: none;
  color: var(--color-text-default);
  cursor: pointer;
  outline: none;
  padding:0
}

.form {
  --color-bg-input: var(--color-white);
  --color-border: var(--color-blue-light);
  --color-label: var(--color-green-dark);
  --color-border-btn: var(--color-blue);
  --color-bg-btn: var(--color-blue);
  --width-btn:200px
}

.form__group {
  margin-bottom:20px
}

.form__group--checkbox {
  display: flex;
  gap:15px
}

.form__group--checkbox .form__label {
  display:inline-block
}

.form__label {
  color: var(--color-label);
  display:block
}

.form__label .small {
  font-size:77%
}

.form__input {
  background-color: var(--color-bg-input);
  border: 1px solid var(--color-border);
  border-radius: 5px;
  color: var(--color-text);
  height: 40px;
  outline: none;
  padding: 5px;
  width:100%
}

.form__input--readonly {
  border-bottom:none
}

.form__input--textarea {
  max-height: 330px;
  min-height: 100px;
  resize:vertical
}

.form__input--textarea--no-line {
  resize:none
}

.form__input--checkbox {
  display: inline-block;
  vertical-align: middle;
  width:auto
}

.form__button {
  background-color: var(--color-bg-btn);
  border: 5px solid var(--color-border-btn);
  border-radius: 5px;
  color: var(--color-white);
  cursor: pointer;
  display: block;
  font-size: 1.125em;
  font-weight: var(--fw-semi-bold);
  line-height: 1.6;
  margin: 30px auto 0;
  min-width: var(--width-btn);
  outline: none;
  padding: 10px 30px;
  transition: opacity .3s ease-in-out, background-color .3s ease-in-out;
  width:auto
}

.form__button:active, .form__button:focus, .form__button:hover {
  opacity: .5;
  outline:0
}

.form__field-error {
  border-radius: 5px;
  color: var(--color-red-error);
  font-size: .75em;
  margin-top: 6px;
  padding:5px 10px
}

.form__prenom {
  display:none
}

.scroll-top {
  bottom: 25px;
  cursor: pointer;
  height: 0;
  outline: none;
  overflow: hidden;
  position: fixed;
  right: 25px;
  transition: height .3s ease-in-out;
  z-index:99
}

.scroll-top .icon-svg {
  --size:35px
}

@media (max-width: 768px) {
  .scroll-top {
    right:15px
  }
}

.page-home .section__1 {
  background-image: url(../assets/OilBild.jpg);
  isolation: isolate;
  min-height: calc(100vh - 90px);
  padding: 0;
  position:relative
}

@media (max-width: 1300px) {
  .page-home .section__1 {
    background-image:url(../assets/OilBild.jpg)
  }
}

@media (max-width: 500px) {
  .page-home .section__1 {
  }
}

.page-home .section__1:before {
  background-image: linear-gradient(94deg, var(--color-blue) 0, var(--color-green-lighter) 100%);
  content: "";
  inset: 0;
  mix-blend-mode: color;
  opacity: .65;
  position: absolute;
  z-index:-2
}

.page-home .section__1:after {
  background-image: linear-gradient(270deg, var(--color-blue) 0, var(--color-green-lighter) 57%, var(--color-blue-light) 100%);
  bottom: 0;
  clip-path: polygon(0 90%, 0 100%, 100% 100%, 100% 0);
  content: "";
  height: 50px;
  position: absolute;
  width:100%
}

@media (max-width: 767px) {
  .page-home .section__1:after {
    height:25px
  }
}

.page-home .section__1__top {
  padding: 130px 0;
  position:relative
}

@media (min-width: 1920px) {
  .page-home .section__1__top {
    padding:230px 0
  }
}

@media (max-width: 992px) {
  .page-home .section__1__top {
    padding:70px 0 90px
  }
}

.page-home .section__1__top:after {
  background-image: linear-gradient(260deg, var(--color-blue) 0, var(--color-grey-dark) 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
  content: "";
  inset: 0;
  mix-blend-mode: multiply;
  opacity: .73;
  position: absolute;
  z-index:-1
}

.page-home .section__1 .main-title:after {
  content:none
}

.page-home .section__1 .title--h1 {
  line-height:1.1
}

.page-home .section__1__container {
  grid-gap: 20px;
  align-items: end;
  display: grid;
  grid-template-columns:440px 590px
}

@media (max-width: 1200px) {
  .page-home .section__1__container {
    grid-template-columns:.8fr 1fr
  }
}

@media (max-width: 992px) {
  .page-home .section__1__container {
    grid-template-columns:1fr
  }
}

.page-home .section__1__text {
  color: var(--color-white);
  font-size: 1.15em;
  font-weight:var(--fw-light)
}

@media (max-width: 992px) {
  .page-home .block {
    grid-template-rows:1fr 1fr
  }
}

.page-home .block__media {
  perspective:330px
}

@media (max-width: 992px) {
  .page-home .block__media {
    grid-row:1
  }
}

.page-home .block__media img {
  border: 6px solid var(--color-green-lighter);
  border-radius: 176px;
  max-height: 300px;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width:100%
}

@media (max-width: 992px) {
  .page-home .block__media img {
    margin: 0 auto;
    max-height: 180px;
    max-width:380px
  }
}

.page-home .block__right img {
  transform:rotateY(-7deg)
}

@media (max-width: 600px) {
  .page-home .block__right img {
    transform:none
  }
}

.page-home .block__left img {
  transform:rotateY(7deg)
}

@media (max-width: 600px) {
  .page-home .block__left img {
    transform:none
  }
}

.page-home .block__btn {
  text-align:inherit
}

@media (max-width: 992px) {
  .page-home .block__btn {
    text-align:center
  }
}

.page-home .block__btn .btn {
  border-color: var(--color-blue);
  color: var(--color-blue);
  text-transform:uppercase
}

.page-home .feedstock__title {
  font-size: 1.34em;
  font-weight:var(--fw-light)
}

.page-home .feedstock__title:after {
  background-image: linear-gradient(90deg, var(--color-blue) 0, var(--color-green-lighter) 57%, var(--color-blue-light) 100%);
  content: "";
  display: block;
  height: 6px;
  margin-top: 5px;
  width:100%
}

.page-home .feedstock__items {
  grid-gap: 20px;
  border-bottom: 1px solid var(--color-green-lighter);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 20px;
  margin-top: 30px;
  padding-bottom:30px
}

@media (max-width: 992px) {
  .page-home .feedstock__items {
    grid-template-columns:1fr 1fr
  }
}

.page-home .feedstock__item {
  align-content: center;
  align-items: center;
  border: 1px solid var(--color-blue-light);
  border-radius: 96px 27px;
  box-shadow: inset 0 0 20px rgba(74, 217, 145, .5);
  color: var(--color-green-light);
  display: flex;
  font-size: 1.54em;
  justify-content: center;
  padding:30px 0
}

@media screen and (max-width: 500px) {
  .page-home .feedstock__item {
    font-size:1em
  }
}


@media (min-width: 1920px) {
  .page-home .section__world {
    background-position:center -120px
  }
}

.page-home .section__world__content {
  color: var(--color-white);
  max-width:46.9%
}

@media (max-width: 992px) {
  .page-home .section__world__content {
    max-width:100%
  }
}

.page-home .section__world__title {
  font-size: 2.36em;
  font-weight: var(--fw-extra-light);
  margin-bottom:30px
}

.page-home .section__world__btn {
  background: none;
  border: none;
  color: var(--color-blue-light);
  cursor: pointer;
  display: flex;
  margin:0 auto
}

.page-home .section__world__btn .icon-arrow-down {
  --size:40px
}

.page-who-we-are .section__who-we-are {
  margin-bottom:50px
}

.page-who-we-are .section__who-we-are img {
  max-width: var(--img-width);
  width:100%
}

.page-who-we-are .section__history .timeline {
  margin-top:50px
}

.page-who-we-are .section__history .icon-handshake {
  --size: 100%;
  color:#4ad991
}

.page-who-we-are .section__video {
  background-color: var(--color-grey-dark);
  margin-bottom: -100px;
  padding-bottom:90px
}

.page-who-we-are .section__video video {
  width:100%
}

.page-products .section__products {
  margin-bottom:30px
}

.page-products .section__products ul {
  margin: 0;
  padding:0
}

.page-products .section__products ul li {
  font-weight: var(--fw-semi-bold);
  list-style: none;
  margin-bottom:10px
}

.page-products .section__products ul li a {
  color:var(--color-text)
}

.page-products .section__products ul li .icon-svg {
  color:var(--color-blue-light)
}

.page-products .section__products img {
  max-width: var(--img-width);
  width:100%
}

.page-products .block ul {
  margin: 0;
  padding-inline-start:20px
}

.page-products .products__btn {
  text-align:center
}

.page-products .products__btn .btn {
  max-width: 370px;
  padding-left: 50px;
  padding-right: 50px;
  text-transform:none
}

.page-technologies .section__technologies {
  margin-bottom:30px
}

.page-technologies .section__technologies img {
  max-height: 460px;
  max-width: var(--img-width);
  -o-object-fit: cover;
  object-fit: cover;
  width:100%
}

.page-technologies .btn {
  max-width: 370px;
  padding-left: 50px;
  padding-right: 50px;
  text-transform:none
}

.page-technologies .block__text--big {
  color: var(--color-blue);
  font-size: 2.2em;
  font-weight: var(--fw-semi-bold);
  justify-self: center;
  max-width: 360px;
  text-align:center
}

@media (max-width: 767px) {
  .page-technologies .block__text--big {
    font-size:1.7em
  }
}

.page-projects .section__projects {
  margin-bottom:30px
}

.page-projects .section__projects img {
  max-height: 450px;
  max-width: var(--img-width);
  -o-object-fit: cover;
  object-fit: cover;
  width:100%
}

.page-projects .project .block__title {
  margin-bottom: 0;
  text-transform:uppercase
}

.page-projects .project--no-date .block__title {
  margin-bottom:20px
}

.page-projects .project__date {
  font-size: .9em;
  margin-bottom:30px
}

.page-projects .project__img {
  margin-top:40px
}

.page-projects .project__img img {
  max-width:300px
}

@media (max-width: 500px) {
  .page-projects .project__img img {
    margin:0 auto
  }
}

.page-projects .project__img--more {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap:20px
}

.page-projects .project__img--more img {
  height: fit-content;
  max-width: 160px;
  -o-object-fit: contain;
  object-fit:contain
}

.page-projects .project__img--faa img {
  max-width:90px
}

.page-projects .project__link {
  margin-top: 30px;
  text-align:center
}

.page-projects .project__link a {
  display:inline-block
}

.page-projects .project__link .icon-svg {
  --size: 32px;
  color:var(--color-green-lighter)
}

.page-projects .project__swedish-military .project__img--more {
  gap:0
}

.page-projects .project__swedish-military .project__img--more img {
  max-width:120px
}

.page-projects-detail .project__image__flex {
  display:flex
}

.page-projects-detail .project__image__flex img {
  height: fit-content;
  max-width: 160px;
  -o-object-fit: contain;
  object-fit:contain
}

.block__right--2-pic {
  grid-gap: 20px;
  display:grid
}

.page-projects-detail ol {
  padding-left:20px
}

.page-projects-detail ol li {
  margin-bottom:10px
}

.page-contact .section__contact {
  margin-bottom:30px
}

.page-contact .section__contact img {
  max-width: var(--img-width);
  width:100%
}

.page-contact .section__contact a {
  color: var(--color-text);
  text-decoration:underline
}

.page-contact .block__right {
  align-self: normal;
  justify-self: end;
  text-align:right
}

@media (max-width: 992px) {
  .page-contact .block__right {
    justify-self: inherit;
    text-align:left
  }
}

.page-contact .company-info__address {
  margin-bottom:30px
}

.page-contact .company-info__address .name {
  font-weight:var(--fw-semi-bold)
}

.page-contact .company-info__contact a {
  color:var(--color-text)
}

/* General form styling */
.form__group {
  margin-bottom: 20px;
  list-style: none;
  display: flex;
  flex-direction: column;
}

.form__label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #fff; /* Label text color is white */
}

.form__input,
.form__input--textarea {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #919090;
  border-radius: 5px;
  box-sizing: border-box;
  background-color: transparent; /* Background is transparent */
  color: #fff; /* Text color is white */
}

.form__input:focus,
.form__input--textarea:focus {
  border-color: #03870b;
  outline: none;
}

.form__input--textarea {
  resize: vertical;
  height: 46px; /* Adjusted height to match other inputs */
}

.form__button {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  color: #fff;
  background-color: #1f7202;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.form__button:hover {
  background-color: #03870b;
}

/* Ensure the form fields have consistent spacing */
ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
  display: flex;
  align-items: center; /* Align items center to keep them in line */
}

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

.form__group:last-child {
  margin-bottom: 0;
}

.form__group:last-child {
  margin-bottom: 0;
}

.legal__title:first-child {
  margin-top: 0
}
/* Style for header and icons */
.header {
  display: flex;
  justify-content: space-around;
  background-color: #333;
  padding: 10px;
}

.header .icon-home,
.header .icon-products,
.header .icon-technologies,
.header .icon-contact {
  color: #ffffff;
  cursor: pointer;
}

.header .icon-home:hover,
.header .icon-products:hover,
.header .icon-technologies:hover,
.header .icon-contact:hover {
  color: #ccc;
}

/* Style for contact form */
.contact-us {
  padding: 20px;
}

.contact-us h2 {
  margin-bottom: 20px;
}

.contact-us form {
  display: flex;
  flex-direction: column;
}

.contact-us form div {
  margin-bottom: 15px;
}

.contact-us form label {
  margin-bottom: 5px;
  font-weight: bold;
}

.contact-us form input,
.contact-us form textarea {
  padding: 10px;
  font-size: 16px;
  width: 100%;
  max-width: 500px;
}

.contact-us form button {
  padding: 10px 20px;
  font-size: 16px;
  background-color: #333;
  color: #fff;
  border: none;
  cursor: pointer;
}

.contact-us form button:hover {
  background-color: #555;
}
.element {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 20px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}
* {
  box-sizing: border-box;
}
