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

body, h1, h2, h3, h4, h5, h6, p, ul, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  text-rendering: optimizeSpeed;
  line-height: 1.6;
}

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

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.u-section-padding {
  padding: 2vh clamp(1.5em, 5vw, 2em) 0;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .u-section-padding {
    padding: 0 clamp(1.5em, 7vw, 4em);
  }
}

h1,
h2,
h3,
h4,
p,
label,
input {
  color: #272727;
  font-family: "Schibsted Grotesk", sans-serif;
  text-wrap: pretty;
}

h1 {
  font-size: clamp(1.75em, 9.5vw, 2.25em);
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 0.25em;
}
@media screen and (min-width: 726px) and (orientation: portrait) {
  h1 {
    font-size: 7.5vw;
  }
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  h1 {
    font-size: 6.5vw;
  }
}

h2 {
  font-size: clamp(1.75em, 7vw, 3.5em);
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 0.5em;
}

h3,
.c-accordion-label {
  color: #504e4e;
  font-size: 1.1em;
  font-weight: 400;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  h3,
  .c-accordion-label {
    font-size: 2.5vw;
  }
}

h4 {
  color: #504e4e;
  font-size: clamp(1.25em, 3vw, 1.5em);
  font-weight: 400;
}
@media screen and (min-width: 726px) and (orientation: portrait) {
  h4 {
    font-size: 3vw;
  }
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  h4 {
    font-size: 1.6vw;
  }
}

p,
li,
th,
td {
  font-family: "Schibsted Grotesk", sans-serif;
  line-height: 1.2;
  font-weight: 400;
}

p {
  color: #504e4e;
  font-size: clamp(1em, 3vw, 1.25em);
  line-height: 1.3;
  margin-bottom: 1em;
}
@media screen and (min-width: 726px) and (orientation: portrait) {
  p {
    font-size: 3vw;
  }
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  p {
    font-size: 1.4vw;
  }
}

th {
  font-weight: 900;
  text-align: left;
}

a {
  color: #bb3920;
  text-decoration: none;
}

button {
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: 1em;
  font-weight: 700;
}
@media screen and (min-width: 726px) and (orientation: portrait) {
  button {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  button {
    font-size: 1.2vw;
  }
}

li {
  font-size: clamp(16px, 1.75vw, 2em);
  font-weight: 400;
}
@media screen and (min-width: 726px) and (orientation: portrait) {
  li {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  li {
    font-size: 1.4vw;
  }
}

li a {
  color: #bb3920;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
li a:hover, li a:focus, li a:active {
  color: #16100b;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

label {
  font-weight: 800;
}

.u-small {
  font-size: 1em;
}

button {
  border: none;
  cursor: pointer;
  padding: 0;
  text-wrap: nowrap;
}

.c-btn-outline {
  background: none;
  border: 1px solid #bb3920;
  border-radius: 50vw;
  color: #272727;
}
.c-btn-outline:hover, .c-btn-outline:focus, .c-btn-outline:active {
  background: #bb3920;
  color: #f2ede9;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.c-btn-icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.c-btn-icon img {
  aspect-ratio: 1;
  border-radius: 50vw;
  margin: 0.25em;
  padding: 0.5em;
  width: 2.5em;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.c-btn-icon img + span {
  padding-right: 1em;
}
.c-btn-icon:hover img, .c-btn-icon:focus img, .c-btn-icon:active img {
  background: #f2ede9;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.c-btn-red {
  background: #bb3920;
  border-radius: 50vw;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.c-btn-red:hover, .c-btn-red:focus, .c-btn-red:active {
  background: #16100b;
  color: #f2ede9;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.c-btn-red:hover img, .c-btn-red:focus img, .c-btn-red:active img {
  background: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.c-btn-light {
  background: #f2ede9;
  border-radius: 50vw;
  padding: 0.5em 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.c-btn-light:hover, .c-btn-light:focus, .c-btn-light:active {
  background: #dacbbf;
  color: #272727;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.c-btn-light:hover img, .c-btn-light:focus img, .c-btn-light:active img {
  background: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.o-group__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1em;
  grid-column: 1;
  grid-row: 2;
  margin-bottom: 2em;
  place-self: end start;
}
@media screen and (min-width: 480px) and (orientation: landscape) {
  .o-group__btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .o-group__btns {
    margin-bottom: 4em;
  }
}

.c-graph-circle {
  stroke: #cc9c50;
  -webkit-transition: stroke-dashoffset 1s ease-in-out;
  transition: stroke-dashoffset 1s ease-in-out;
}

.c-graph-empty {
  stroke: #b5b3b3;
}

.c-graph-icon {
  width: 12em;
}
.c-graph-icon--loading {
  -webkit-animation: loading 1s ease-in-out infinite alternate;
  animation: loading 1s ease-in-out infinite alternate;
  border-radius: 50vw;
  outline: 5px solid #3c69b3;
  outline-offset: 1em;
}
@-webkit-keyframes loading {
  0% {
    outline-offset: 1.5em;
  }
  100% {
    outline-offset: 0;
  }
}
@keyframes loading {
  0% {
    outline-offset: 1.5em;
  }
  100% {
    outline-offset: 0;
  }
}

.c-graph-text,
.c-graph-reading {
  fill: #272727;
}

.c-graph-text {
  font: bold 4em "Schibsted Grotesk", sans-serif;
}

.c-graph-reading {
  font: bold 2em "Schibsted Grotesk", sans-serif;
}

.u-icon-hidden {
  display: none;
}

.c-bar-graph {
  width: 100%;
}
.c-bar-graph__axis {
  position: relative;
}
.c-bar-graph__axis p {
  margin-bottom: 0.25em;
}
.c-bar-graph__graph {
  border-right: 1px solid #b5b3b3;
  border-top: 1px solid #b5b3b3;
  display: grid;
  grid-template: 1fr/1fr;
  padding: 0.5em 0.5em 0 0;
}
.c-bar-graph__graph p {
  color: #272727;
  font-size: 1.2em;
  line-height: 1.75;
}
.c-bar-graph__graph p:first-of-type {
  padding: 0 0 0 1%;
  text-align: left;
}
.c-bar-graph__graph p:last-of-type {
  padding: 0 1% 0 0;
  text-align: right;
}
.c-bar-graph__graph .o-bar,
.c-bar-graph__graph p {
  grid-column: 1;
  grid-row: 1;
}
.c-bar-graph__graph .o-bar--grey {
  background: #a9a9a9;
  height: 2em;
}
.c-bar-graph__graph .o-bar--red {
  background: #bb3920;
  height: 2em;
}
.c-bar-graph__graph .o-bar--green {
  background: #cc9c50;
  height: 2em;
}
.c-bar-graph-windspeed .o-bar--grey {
  width: 100%;
}
.c-bar-graph-windspeed .o-bar--red {
  width: 100%;
}
.c-bar-graph-windspeed .o-bar--green {
  width: 85%;
}
.c-bar-graph-windspeed p:first-of-type {
  padding: 0 0 0 1%;
}
.c-bar-graph-windspeed p:last-of-type {
  padding: 0 16% 0 0;
}
.c-bar-graph-humidity p:first-of-type {
  color: #f2ede9;
}
.c-bar-graph-humidity p:nth-of-type(2) {
  color: #f2ede9;
  padding: 0 76% 0 0;
  text-align: right;
}
.c-bar-graph-humidity p:nth-of-type(3) {
  padding: 0 0 0 36%;
  text-align: left;
}
.c-bar-graph-humidity .o-bar--grey {
  width: 100%;
}
.c-bar-graph-humidity .o-bar--red {
  width: 25%;
}
.c-bar-graph-humidity .o-bar--green {
  width: 35%;
}

form {
  width: 100%;
}
@media screen and (min-width: 726px) and (orientation: landscape) {
  form {
    width: 25vw;
  }
}
@media screen and (min-width: 726px) and (orientation: portrait) {
  form {
    width: 60vw;
  }
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  form {
    width: 33vw;
  }
}

input[type=search] {
  background: #f2ede9;
  border: 1px solid #bb3920;
  border-radius: 50vw;
  border-top: 1px solid #bb3920;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 0.5em 1em;
}
input[type=search]::-webkit-input-placeholder {
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: clamp(1em, 3vw, 1.5em);
}
input[type=search]::-moz-placeholder {
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: clamp(1em, 3vw, 1.5em);
}
input[type=search]::-ms-input-placeholder {
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: clamp(1em, 3vw, 1.5em);
}
input[type=search]::placeholder {
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: clamp(1em, 3vw, 1.5em);
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  input[type=search]::-webkit-input-placeholder {
    font-size: 1.2vw;
  }
  input[type=search]::-moz-placeholder {
    font-size: 1.2vw;
  }
  input[type=search]::-ms-input-placeholder {
    font-size: 1.2vw;
  }
  input[type=search]::placeholder {
    font-size: 1.2vw;
  }
}
@media screen and (min-width: 1200px) and (orientation: landscape) {
  input[type=search]::-webkit-input-placeholder {
    translate: 0 0.2vw;
  }
  input[type=search]::-moz-placeholder {
    translate: 0 0.2vw;
  }
  input[type=search]::-ms-input-placeholder {
    translate: 0 0.2vw;
  }
  input[type=search]::placeholder {
    translate: 0 0.2vw;
  }
}

.focus-visible {
  outline: 2px solid #3c69b3;
  outline-offset: 2px;
  -webkit-transition-delay: 750ms;
  transition-delay: 750ms;
}

.c-location-search__hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.c-location-search__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0.5em;
}
@media screen and (min-width: 726px) and (orientation: landscape) {
  .c-location-search__container {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.c-location-search__error {
  position: absolute;
}

.c-logo-divider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2vh clamp(1.5em, 5vw, 2em) 7vh;
}
.c-logo-divider img {
  width: 15vw;
}
@media screen and (min-width: 726px) and (orientation: landscape) {
  .c-logo-divider {
    padding: 10vh 15vw;
  }
  .c-logo-divider img {
    width: 5vw;
  }
}
@media screen and (min-width: 726px) and (orientation: portrait) {
  .c-logo-divider img {
    width: 10vw;
  }
}

header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 9vh;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 clamp(1.5em, 5vw, 2em);
}
@media screen and (min-width: 726px) and (orientation: landscape) {
  header {
    gap: unset;
  }
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  header {
    padding: 0 clamp(1.5em, 7vw, 4em);
  }
}
header img {
  max-width: 225px;
  width: 150px;
}
@media screen and (min-width: 726px) and (orientation: portrait) {
  header img {
    max-width: 300px;
    width: 30vw;
  }
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  header img {
    max-width: 250px;
    width: 230px;
  }
}
header nav ul {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  padding: 0;
}
@media screen and (min-width: 726px) and (orientation: portrait) {
  header nav ul {
    gap: 2em;
  }
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  header nav ul {
    gap: clamp(16px, 14vw, 4em);
  }
}
header nav ul li {
  font-weight: 700;
}
header nav ul a {
  text-decoration: none;
}

.c-main {
  background: url("../images/logo-shape-grain-mobile.png") no-repeat;
  background-position: 160% 0%;
  background-size: 70%;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 480px) and (orientation: landscape) {
  .c-main {
    background-position: 220% 0%;
    background-size: 5%;
  }
}
@media screen and (min-width: 726px) and (orientation: landscape) {
  .c-main {
    background: url("../images/logo-shape-grain.png") no-repeat;
    background-position: 100% 0%;
    background-size: 50%;
  }
}
@media screen and (min-width: 726px) and (orientation: portrait) {
  .c-main {
    background: url("../images/logo-shape-grain-mobile.png") no-repeat;
    background-position: 100% 0%;
    background-size: 45%;
  }
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-main {
    background-position: right 0%;
    background-size: 45%;
  }
}
@media screen and (min-width: 1200px) and (orientation: landscape) {
  .c-main {
    background-position: right 0%;
    background-size: 42%;
  }
}

b {
  color: #272727;
}

.c-hero {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: grid;
  grid-template: 1fr 1fr/3fr 1fr;
  min-height: 91vh;
  padding: 0 clamp(1.5em, 5vw, 2em);
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-hero {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-template: 1fr 1fr/3fr 2fr;
    padding: 0 clamp(1.5em, 7vw, 4em);
  }
}
.c-hero h2 {
  margin-bottom: 0.5em;
}
.c-hero__content {
  grid-column: 1;
  place-self: end start;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-hero__content {
    grid-row: 1/span 2;
    place-self: center;
    padding: 0 10vw 0 0;
  }
}

.c-app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 100vh;
}
@media screen and (min-width: 726px) and (orientation: landscape) {
  .c-app {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.c-app__location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  gap: 0.5em;
}
@media screen and (min-width: 726px) and (orientation: landscape) {
  .c-app__location {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.c-app__location--details {
  font-size: clamp(1.75em, 5vw, 3em);
  min-height: 3.25em;
}
.c-app__location--search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
  margin-bottom: 0.5em;
}
.c-app__advisories {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  margin: 0 0 2em 0;
}
.c-app__advisories h4,
.c-app__advisories p {
  margin: 0;
}
.c-app__graphs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1em;
  margin: 0 0 2em 0;
}
@media screen and (min-width: 480px) and (orientation: landscape) {
  .c-app__graphs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 4em;
  }
}
@media screen and (min-width: 726px) and (orientation: portrait) {
  .c-app__graphs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.c-app__graph {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media screen and (min-width: 480px) and (orientation: landscape) {
  .c-app__graph {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 33%;
    flex: 1 0 33%;
  }
}
@media screen and (min-width: 726px) and (orientation: portrait) {
  .c-app__graph {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 45%;
    flex: 0 1 45%;
  }
}
.c-app__graph svg {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 25%;
  flex: 1 0 25%;
}
@media screen and (min-width: 480px) and (orientation: landscape) {
  .c-app__graph svg {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 45%;
    flex: 1 0 45%;
  }
}
@media screen and (min-width: 726px) and (orientation: portrait) {
  .c-app__graph svg {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 45%;
    flex: 1 0 45%;
  }
}
.c-app__graph--content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 66%;
  flex: 1 0 66%;
}
@media screen and (min-width: 480px) and (orientation: landscape) {
  .c-app__graph--content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 55%;
    flex: 1 0 55%;
  }
}
@media screen and (min-width: 726px) and (orientation: portrait) {
  .c-app__graph--content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 55%;
    flex: 1 0 55%;
  }
}
.c-app__graph--content h3 {
  font-size: clamp(1.75em, 7vw, 3.5em);
}
.c-app__graph .c-graph {
  width: 8em;
}
.c-app__details--response > div {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 726px) and (orientation: landscape) {
  .c-app__details--response > div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 2em;
  }
}
.c-app__details--response > div > div {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
}
.c-app__details--response > div > div p {
  margin: 0;
}
.c-app__details--response > div > div img {
  width: 1.5em;
}

.c-what {
  background: -webkit-gradient(linear, left top, left bottom, from(#bb3920), to(#16100b));
  background: linear-gradient(to bottom, #bb3920, #16100b);
  background-attachment: fixed;
  background-size: cover;
  -webkit-clip-path: polygon(0% 0%, 33% 10%, 100% 0%, 100% 100%, 66% 90%, 0% 100%);
  clip-path: polygon(0% 0%, 33% 10%, 100% 0%, 100% 100%, 66% 90%, 0% 100%);
  padding: 25vh clamp(1.5em, 10vw, 5em);
}
@media screen and (min-width: 726px) and (orientation: landscape) {
  .c-what {
    background: url("../images/bg-grain.jpg") no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 25vh clamp(1.5em, 10vw, 10em);
  }
}
.c-what h2,
.c-what h3,
.c-what h4,
.c-what h5,
.c-what h6,
.c-what p,
.c-what li {
  text-align: center;
  text-wrap: pretty;
  color: #f2ede9;
}
.c-what h4 {
  font-weight: bold;
  padding: 0 10vw;
  text-wrap: balance;
}

.c-searching {
  padding: 10vh clamp(1.5em, 10vw, 5em) 0;
}
@media screen and (min-width: 726px) and (orientation: landscape) {
  .c-searching {
    padding: 15vh clamp(1.5em, 10vw, 10em) 0;
  }
}
.c-searching h4 {
  font-weight: 900;
}
.c-searching h4,
.c-searching p {
  color: #272727;
}
.c-searching__reasons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}
.c-searching__reasons h4 {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}
@media screen and (min-width: 726px) and (orientation: landscape) {
  .c-searching__reasons h4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    text-align: left;
    text-wrap: balance;
  }
}
.c-searching__reasons-icons {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 3em;
  padding: 0;
  row-gap: 2em;
  justify-content: center;
}
@media screen and (min-width: 726px) and (orientation: landscape) {
  .c-searching__reasons-icons {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    margin-top: 0;
  }
}
.c-searching__reasons-icons--item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: bold;
  text-align: center;
}
.c-searching__reasons-icons--item img {
  margin-bottom: 1em;
  max-width: 50px;
}
@media screen and (min-width: 726px) and (orientation: landscape) {
  .c-searching__reasons-icons--item img {
    max-width: 80px;
  }
}
.c-searching__results {
  background-position: center;
  background-size: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 12vh 0;
  position: relative;
  text-align: center;
}
.c-searching__results::before, .c-searching__results::after {
  background-color: #bb3920;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
}
.c-searching__results::before {
  -webkit-clip-path: polygon(0 -50%, 45% 35%, 0 150%);
  clip-path: polygon(0 -50%, 45% 35%, 0 150%);
  translate: -50% 0;
}
@media screen and (min-width: 726px) and (orientation: landscape) {
  .c-searching__results::before {
    -webkit-clip-path: polygon(0 -50%, 60% 35%, 0 150%);
    clip-path: polygon(0 -50%, 60% 35%, 0 150%);
  }
}
.c-searching__results::after {
  -webkit-clip-path: polygon(100% -50%, 55% 35%, 100% 150%);
  clip-path: polygon(100% -50%, 55% 35%, 100% 150%);
  translate: 50% 0;
}
@media screen and (min-width: 726px) and (orientation: landscape) {
  .c-searching__results::after {
    -webkit-clip-path: polygon(100% -50%, 40% 35%, 100% 150%);
    clip-path: polygon(100% -50%, 40% 35%, 100% 150%);
  }
}
.c-searching__results h4 {
  color: #bb3920;
  text-wrap: balance;
}
.c-searching__results p {
  margin-bottom: 0;
}
.c-searching__results--phrase {
  margin: 2em 0;
}
.c-searching__results .o-group__btns {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 2em;
  place-self: center;
}

.c-conditions {
  background: #d1d1d1;
  -webkit-clip-path: polygon(0% 10%, 50% 0%, 100% 10%, 100% 90%, 50% 100%, 0% 90%);
  clip-path: polygon(0% 10%, 50% 0%, 100% 10%, 100% 90%, 50% 100%, 0% 90%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 10vh clamp(1.5em, 10vw, 5em);
}
@media screen and (min-width: 726px) and (orientation: landscape) {
  .c-conditions {
    padding: 15vh clamp(1.5em, 10vw, 10em);
  }
}
.c-conditions__determine {
  -ms-flex-item-align: end;
  align-self: end;
  isolation: isolate;
  margin-bottom: 4em;
  position: relative;
}
@media screen and (min-width: 726px) and (orientation: landscape) {
  .c-conditions__determine {
    width: 50vw;
  }
}
.c-conditions__determine::before {
  content: "";
  position: absolute;
  z-index: -1;
}
@media screen and (min-width: 726px) and (orientation: landscape) {
  .c-conditions__determine::before {
    aspect-ratio: 3/2;
    background: url("/images/vectors/icon-check-lit.svg") no-repeat;
    background-size: contain;
    height: 100%;
    inset: auto auto auto -50%;
  }
}
.c-conditions__determine h2 {
  text-wrap: balance;
}
.c-conditions__determine table {
  border-collapse: collapse;
  width: 100%;
}
.c-conditions__determine table tr {
  border-bottom: 1px solid #b5b3b3;
}
.c-conditions__determine table tr th,
.c-conditions__determine table tr td {
  padding: 0.5em;
  vertical-align: top;
}
.c-conditions__data h4 {
  text-align: center;
  text-wrap: balance;
}
.c-conditions__data ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4vw;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 3em 0;
  padding: 0;
}
.c-conditions__data p,
.c-conditions__data li {
  text-align: center;
  text-wrap: balance;
}

.c-danger {
  padding: 10vh clamp(1.5em, 10vw, 5em) 0;
}
@media screen and (min-width: 726px) and (orientation: landscape) {
  .c-danger {
    padding: 15vh clamp(1.5em, 10vw, 10em) 0;
  }
}
.c-danger h2,
.c-danger p {
  text-align: center;
}
.c-danger__content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  gap: 2vw;
}
.c-danger__content--avoid p {
  color: #272727;
  margin: 0;
}
.c-danger__content--avoid ul {
  margin: 2em 0;
}
.c-danger__content--avoid ul li {
  list-style: disc;
}
.c-danger__content--avoid, .c-danger__content--graphs {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  margin-bottom: 5em;
}
@media screen and (min-width: 726px) and (orientation: landscape) {
  .c-danger__content--avoid {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
  }
}
@media screen and (min-width: 726px) and (orientation: landscape) {
  .c-danger__content--graphs {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
}

.c-about {
  background: #d1d1d1;
  -webkit-clip-path: polygon(0 0, 50% 10%, 100% 0, 100% 90%, 50% 100%, 0 90%);
  clip-path: polygon(0 0, 50% 10%, 100% 0, 100% 90%, 50% 100%, 0 90%);
  padding: 10vh clamp(1.5em, 10vw, 5em);
}
@media screen and (min-width: 726px) and (orientation: landscape) {
  .c-about {
    padding: 15vh clamp(1.5em, 10vw, 10em);
  }
}
.c-about__responsibility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 4em;
}
.c-about__responsibility h4 {
  color: #272727;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  font-weight: 900;
}
@media screen and (min-width: 726px) and (orientation: landscape) {
  .c-about__responsibility h4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
  }
}
.c-about__responsibility--content {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
@media screen and (min-width: 726px) and (orientation: landscape) {
  .c-about__responsibility--content {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 60%;
    flex: 0 1 60%;
  }
}
.c-about__responsibility--content ul {
  margin-bottom: 1em;
}
.c-about__responsibility--content ul li {
  list-style: disc;
}

.c-contact {
  padding: 2vh clamp(1.5em, 5vw, 2em) 7vh;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-contact {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 87vh;
    width: 100%;
  }
}
.c-contact form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50%;
}

.c-ad {
  display: grid;
  margin-bottom: 2.25em;
  width: 100%;
}
.c-ad ins {
  place-self: center;
}

.c-divider {
  background: url(../../images/safe-to-burn-wood.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  display: gird;
  height: 12vh;
  position: relative;
  width: 100vw;
}
.c-divider::before {
  background: rgba(242, 237, 233, 0.5);
  backdrop-filter: blur(6px);
  content: "";
  height: 2em;
  inset: 0 auto auto 0;
  position: absolute;
  width: 100vw;
}

.c-form-footer {
  background: -webkit-gradient(linear, left top, left bottom, from(#bb3920), to(#16100b));
  background: linear-gradient(to bottom, #bb3920, #16100b);
  background-attachment: fixed;
  background-size: cover;
  -webkit-clip-path: polygon(0% 0%, 50% 10%, 100% 0%, 100% 100%, 66% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 50% 10%, 100% 0%, 100% 100%, 66% 100%, 0% 100%);
  padding: 15vh clamp(1.5em, 5vw, 2em) 1em;
}
@media screen and (min-width: 726px) and (orientation: landscape) {
  .c-form-footer {
    background: url("../images/bg-grain.jpg") no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 10vh 15vw 1em;
  }
}
@media screen and (min-width: 726px) and (orientation: portrait) {
  .c-form-footer {
    padding: 10vh 15vw 7vh 15vw;
  }
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-form-footer {
    padding: 15vh 15vw 1em;
  }
}
.c-form-footer h2,
.c-form-footer p,
.c-form-footer label,
.c-form-footer a {
  color: #f2ede9;
}
.c-form-footer a {
  font-weight: 700;
  text-decoration: underline;
}
@media screen and (min-width: 726px) and (orientation: landscape) {
  .c-form-footer__contact {
    padding: 0 15vw;
  }
}
.c-form-footer__contact h2,
.c-form-footer__contact p {
  text-align: center;
}
.c-form-footer__contact form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.c-form-footer__contact form input {
  margin-bottom: 1em;
}
.c-form-footer__contact form button {
  margin-top: 1em;
}
.c-form-footer__disclaimer {
  margin-top: 5vw;
  text-align: center;
}

#form {
  font-family: "Schibsted Grotesk", sans-serif;
}

#result {
  color: #f2ede9;
}

.c-privacy {
  margin: 5em 0;
}
.c-privacy h4 {
  margin-bottom: 1em;
}
.c-privacy li {
  list-style-type: disc;
  margin-bottom: 0.5em;
}

.c-accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10vh clamp(1.5em, 10vw, 5em);
}
@media screen and (min-width: 726px) and (orientation: landscape) {
  .c-accordion {
    padding: 5vh clamp(1.5em, 10vw, 10em);
  }
}
.c-accordion h2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  margin-bottom: 1em;
}
.c-accordion__wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
}
.c-accordion__container {
  border-top: 1px solid #504e4e;
}
.c-accordion__container:last-of-type {
  border-bottom: 1px solid #504e4e;
}
.c-accordion-label {
  color: #272727;
  cursor: pointer;
  display: block;
  font-size: clamp(1.25em, 3vw, 1.5em);
  font-weight: 900;
  padding: 0.5em 1em;
  position: relative;
  -webkit-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
}
.c-accordion-label:hover {
  background-color: #e7e2dd;
}
.c-accordion-label:after {
  content: "+";
  display: block;
  height: 100%;
  inset: 0 0 auto auto;
  line-height: 2.25em;
  padding-top: 0.25em;
  position: absolute;
  text-align: center;
  -webkit-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
  width: 2em;
}
@media screen and (min-width: 726px) and (orientation: portrait) {
  .c-accordion-label {
    font-size: 3vw;
  }
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-accordion-label {
    font-size: 1.6vw;
  }
}
.c-accordion-input {
  display: none;
}
.c-accordion-input:checked + .c-accordion-label:after {
  content: "+";
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  width: 2em;
  height: 100%;
  line-height: 2.25em;
  text-align: center;
  -webkit-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
  content: "-";
}
.c-accordion-input:checked ~ .c-accordion-text {
  height: auto;
  padding: 0.5em 1.5em;
  opacity: 1;
}
.c-accordion-text {
  opacity: 0;
  height: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  overflow: hidden;
}
.c-accordion-sub-text {
  opacity: 0;
  height: 0;
  margin-bottom: 0.5em;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  overflow: hidden;
  padding: 0 1em 0 2em;
}
.c-accordion-sub .c-accordion-input:checked ~ .c-accordion-sub-text {
  opacity: 1;
  height: auto;
}
.c-accordion-sub .c-accordion-input:checked + .c-accordion-label:after {
  left: 0;
  background: none;
}
.c-accordion-sub .c-accordion-input:checked + label {
  background: none;
}
.c-accordion-sub-label {
  background: none;
  font-weight: 600;
  padding: 0.5em 2em;
  margin-bottom: 0;
}
.c-accordion-sub-label:checked {
  background: none;
  border-bottom: 1px solid white;
}
.c-accordion-sub-label:after {
  left: 0;
  background: none;
}
.c-accordion-sub-label:hover {
  background: none;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #f2ede9 radial-gradient(100% 65% at 0% 0%, #dacbbf 33%, #f2ede9) no-repeat;
  background-size: contain;
  margin: 0;
  overflow-x: clip;
}

section {
  overflow-x: clip;
}