:root {
  --brand-color: #FBEDB9;
  --primary-color: #002855;
  --accent-color: #143A40;
  --color-dark-green: #143A40;
  --color-blue: #002855;
  --color-yellow: #FFD100;
  --color-white: #ffffff;
  --color-pink: #D986BA;
  --color-dark-pink: #D373B0;
  --cool-gray: #CCD4DD;
  --color-black: rgba(0, 0, 0, 1);
  --color-black-90: rgba(0, 0, 0, 0.9);
  --color-black-80: rgba(0, 0, 0, 0.8);
  --color-black-70: rgba(0, 0, 0, 0.7);
  --color-black-60: rgba(0, 0, 0, 0.6);
  --color-black-50: rgba(0, 0, 0, 0.5);
  --color-white: rgba(255, 255, 255, 1);
  --contrast: color-mix(in lab, currentcolor 15%, var(--mix));
  --contrast-light: color-mix(in lab, currentcolor 30%, var(--mix-light));
}

:root {
  --font-sans: "gotham-narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-serif: Times, Georgia, serif;
  --font-title: "ivymode", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

:root {
  --regular: 400;
  --medium: 500;
  --bold: 700;
}

:root {
  --max-width: 1322px;
}

html,
body {
  height: 100%;
  position: relative;
}

body {
  color: var(--text-color-dark);
  background-color: var(--color-light-yellow);
  font-family: var(--font-sans);
  font-size: 112.5%;
  font-style: normal;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
body:before {
  content: "";
  position: fixed;
  inset: 0;
  background: url("../img/pattern-35.svg") center center/cover no-repeat;
  z-index: -1;
  pointer-events: none;
  will-change: transform;
}

.viewport-100 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-fixed {
  position: relative;
}
.bg-fixed:before {
  content: "";
  position: fixed;
  inset: 0;
  background: url("../img/patter.svg") center center/cover no-repeat;
  z-index: -1;
  pointer-events: none;
  will-change: transform;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  box-sizing: border-box;
  vertical-align: baseline;
  background: none;
}

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

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img,
embed,
object,
video,
iframe {
  max-width: 100%;
}

video,
iframe,
img {
  height: auto;
}

.embed {
  position: relative;
  padding: 0;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */ /* 4:3 aspect ratio its padding-bottom: 75% */
  height: 0;
  overflow: hidden;
  margin-bottom: 2em;
}
.embed iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-section {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  height: 100%;
}

.video-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
.video-wrapper video {
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  height: 100vh;
  width: 100%;
}

.bg-opacity {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 1;
}

.alignleft {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
  margin-top: 5px;
}

.alignright {
  float: right;
  margin-left: 1em;
  margin-bottom: 1em;
  margin-top: 5px;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 5px;
}

img.alignnone {
  margin: 0;
}

img.alignleft,
img.alignright {
  max-width: 50%;
}

figcaption {
  font-size: 0.75em;
  margin-top: 2px;
}

.table {
  display: table;
  height: 90%;
  width: 100%;
  position: relative;
  z-index: 9;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

#navigate-to {
  width: 100%;
  text-align: center;
  background-color: #fffeeb;
  overflow: hidden;
  z-index: 1;
}
#navigate-to .accessibility-link {
  color: #000;
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  outline: 0;
}
#navigate-to .accessibility-link:focus {
  padding: 16px;
  display: block;
  position: static !important;
  height: auto;
  width: 100%;
  outline: none;
}

.tab-navigation a:focus,
.tab-navigation button:focus,
.tab-navigation input:focus,
.tab-navigation textarea:focus {
  outline: 2px solid #ff5400 !important;
  outline-offset: -2px;
}

/* LINKS
--------------------------------------------------------*/
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: var(--accent-color);
}

.arrow-list {
  display: inline-block;
  text-decoration: none;
  vertical-align: top;
  margin-top: -2px;
  margin-left: 10px;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.5, 0, 0.1, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.5, 0, 0.1, 1);
  transition: transform 0.2s cubic-bezier(0.5, 0, 0.1, 1);
  transition: transform 0.2s cubic-bezier(0.5, 0, 0.1, 1), -webkit-transform 0.2s cubic-bezier(0.5, 0, 0.1, 1);
}

a:hover .arrow-list {
  -webkit-transform: translate3d(4px, 0, 0);
  transform: translate3d(4px, 0, 0);
}

/* SECTIONS
--------------------------------------------------------*/
.section-wrapper {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 32px 0;
  position: relative;
}
.section-wrapper:before, .section-wrapper:after {
  content: " ";
  display: table;
}
.section-wrapper:after {
  clear: both;
}
.section-wrapper + .section-wrapper {
  padding-top: 0;
}
.section-wrapper + .section-wrapper.p-t-section {
  padding-top: 32px;
}
.section-wrapper + [class*=w-bg-],
.section-wrapper + [class*=w-surface-],
.section-wrapper + .section-fullcover {
  padding-top: 32px;
}

[class*=w-bg-] + .section-wrapper,
[class*=w-surface-] + .section-wrapper {
  padding-top: 32px;
}

.article > .section-fullcover {
  margin: 32px 0;
}

[class*=w-bg-] > .section-text-block,
[class*=w-surface-] > .section-text-block,
.site-width > .section-text-block {
  padding-top: 0;
}

.anchor + .section-wrapper {
  padding-top: 0;
}
.anchor + [class*=w-bg-],
.anchor + [class*=w-surface-] {
  padding-top: 32px;
}

@media (min-width: 768px) {
  .section-wrapper {
    padding: 64px 0;
  }
  .section-wrapper + .section-wrapper {
    padding-top: 0;
  }
  .section-wrapper + .section-wrapper.p-t-section {
    padding-top: 64px;
  }
  .section-wrapper + [class*=w-bg-],
  .section-wrapper + [class*=w-surface-] {
    padding-top: 64px;
  }
  [class*=w-bg-] + .section-wrapper,
  [class*=w-surface-] + .section-wrapper {
    padding-top: 64px;
  }
  .anchor + .section-wrapper {
    padding-top: 0;
  }
  .anchor + [class*=w-bg-] {
    padding-top: 64px;
  }
}
.section-wrapper.centered {
  display: flex;
  align-items: center;
}
.section-wrapper.centered .site-width {
  display: flex;
  justify-content: center;
}
.section-wrapper.bg-100vh:before {
  content: "";
  position: fixed;
  inset: 0;
  background: url("../img/pattern.svg") center center/cover no-repeat;
  z-index: -1;
  pointer-events: none;
  will-change: transform;
  height: 100vh;
}

.header-section h1, .header-section h2 {
  margin-bottom: 0;
}
.header-section p {
  font-family: var(--font-title);
}
.w-bg-image .header-section {
  margin-top: 64px;
}
.header-section.text-center {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.footer-section {
  padding: 32px 0;
}
@media (min-width: 768px) {
  .footer-section {
    padding: 64px 0;
  }
}

.site-width {
  max-width: var(--max-width);
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

.display-hero {
  height: 100vh;
  height: 100dvh;
  min-height: 600px;
  display: flex;
  position: relative;
  z-index: 0;
}
.display-hero:before {
  content: "";
  position: fixed;
  inset: 0;
  background: url("../img/pattern.svg") center center/cover no-repeat;
  z-index: -1;
  pointer-events: none;
  will-change: transform;
}
.display-hero.min-height-100vh {
  height: auto;
  min-height: 100vh;
  padding-top: 120px;
  padding-bottom: 100px;
}
.display-hero h1 {
  margin: 0;
}
.display-hero .site-width {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.display-hero-content {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 580px;
  z-index: 1;
}

.image-w-text {
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 400px;
}
.image-w-text figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.image-w-text figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.box-text-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  max-width: 468px;
  padding: 32px 24px;
  margin: 0 auto;
}

.sign-off {
  display: flex;
  justify-content: flex-end;
  margin-top: 24px;
}
.sign-off img {
  max-width: 160px;
}

.image-w-text--content {
  position: relative;
  z-index: 1;
}

.text-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  max-width: 680px;
  padding: 32px 24px;
  margin: 0 auto;
}

.wave-text {
  display: block;
}

.wave-text span,
.wave-text svg {
  display: inline-block;
  animation: wave 2s ease-in-out infinite;
}

.wave-text span:nth-child(1),
.wave-text svg:nth-child(1) {
  animation-delay: 0s;
}

.wave-text span:nth-child(2) {
  animation-delay: 0.2s;
}

.wave-text span:nth-child(3) {
  animation-delay: 0.4s;
}

.wave-text span:nth-child(4) {
  animation-delay: 0.6s;
}

.wave-text span:nth-child(5) {
  animation-delay: 0.8s;
}

.wave-text span:nth-child(6) {
  animation-delay: 1s;
}

.wave-text span:nth-child(7) {
  animation-delay: 1.2s;
}

@keyframes wave {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
.section-down {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translate(-50%, 0);
  justify-content: center;
  width: 300px;
  height: 300px;
  z-index: 0;
}
.section-down svg {
  width: 300px;
  height: 300px;
}
@media (min-width: 768px) {
  .section-down {
    width: 444px;
    height: 444px;
  }
  .section-down svg {
    width: 444px;
    height: 444px;
  }
}

/* HEADER
--------------------------------------------------------*/
.header-area,
.header-area--nav {
  height: 76px;
}
@media (min-width: 768px) {
  .header-area,
  .header-area--nav {
    height: 104px;
  }
}

.header-area {
  max-width: 2200px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  transform: translateY(0);
  transition: transform 0.3s ease;
  background: transparent;
  color: var(--color-light-yellow);
}
.header-area a {
  color: var(--color-light-yellow);
}

.header-area--nav {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.header-logo svg {
  width: 106px;
}
.header-logo .logo-desktop {
  display: none;
}
@media (min-width: 768px) {
  .header-logo {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .header-logo .logo-mobile {
    display: none;
  }
  .header-logo .logo-desktop {
    display: block;
  }
  .header-logo svg {
    width: 334px;
  }
}

.top-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
  font-size: 14px;
  margin: 0;
  margin-left: auto;
  padding: 0;
  position: relative;
}
.top-nav li {
  display: flex;
}
.top-nav li a {
  display: flex;
  align-items: center;
  text-align: right;
}
.top-nav .icon-right {
  width: 48px;
  height: 48px;
}
@media (min-width: 768px) {
  .top-nav {
    font-size: 18px;
  }
  .top-nav .icon-right {
    width: 64px;
    height: 64px;
  }
}

/* FOOTER
--------------------------------------------------------*/
.footer-width {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 120px);
}

.footer-logo {
  margin: 24px 0 48px;
}
.footer-logo img {
  width: 100%;
}
@media (min-width: 768px) {
  .footer-logo {
    margin: 64px 0;
  }
}

.footer-info {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(min(250px, 100%), 1fr));
  color: var(--text-color-white);
  flex: 1;
}
.footer-info .social-media {
  display: flex;
  gap: 24px;
}
.footer-info .social-media a {
  display: inline-block;
  margin-bottom: 0.5em;
}
.footer-info a {
  color: #fff;
}
.footer-info a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .footer-info {
    margin-top: 48px;
  }
}
@media (min-width: 1200px) {
  .footer-info {
    margin-top: 120px;
  }
}

.footer-contact-info {
  line-height: 1.6;
}
.footer-contact-info h3 {
  color: var(--text-color-light);
}
.footer-contact-info h4 {
  margin-top: 24px;
  font-family: var(--font-sans);
}

.container-openhours {
  display: grid;
  gap: 12px;
  row-gap: 6px;
  grid-template-columns: repeat(2, minmax(125px, 1fr));
}

.footer-bottom {
  display: flex;
  gap: 24px;
  padding-top: 32px;
  margin-top: auto;
  justify-content: flex-end;
  align-items: center;
}

.social-media {
  display: flex;
  gap: 24px;
  margin-right: auto;
}

.certified {
  width: 125px;
}
@media (min-width: 768px) {
  .certified {
    width: 200px;
  }
}

/* PLACEHOLDER */
::-webkit-input-placeholder {
  color: #272727;
  font-family: var(--font-sans);
}

:-moz-placeholder {
  color: #272727;
  font-family: var(--font-sans);
}

::-moz-placeholder {
  color: #272727;
  font-family: var(--font-sans);
}

:-ms-input-placeholder {
  color: #272727;
  font-family: var(--font-sans);
}

/* PRODUKTER
--------------------------------------------------------*/
.list-products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin: 24px 0;
}
.list-products.wide {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 768px) {
  .list-products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .list-products {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 32px;
  }
}

.list-products--item {
  display: flex;
  flex-direction: column;
  position: relative;
}
.list-products--item.col-span {
  grid-column: span 2/span 2;
}
.list-products--item figure {
  overflow: hidden;
  margin-bottom: 16px;
}
.list-products--item .splash-nyhet {
  display: block;
  width: 60px;
  position: absolute;
  right: 0;
  top: -22px;
}
@media (min-width: 768px) {
  .list-products--item .splash-nyhet {
    width: 85px;
    top: -27px;
  }
}
.list-products--item .product-item--info {
  text-align: center;
  padding: 0 16px;
  font-size: 14px;
}
.list-products--item h4 {
  font-size: 18px;
  margin-bottom: 0.25em;
}
@media (min-width: 768px) {
  .list-products--item figure {
    margin-bottom: 24px;
  }
  .list-products--item .product-item--info {
    text-align: center;
    padding: 0 24px;
    font-size: 18px;
  }
  .list-products--item h4 {
    font-size: 21px;
    margin-bottom: 0.5em;
  }
}

/* FILTER */
.filter-products {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 16px;
  margin-block: 2rem 2rem;
}
@media (min-width: 768px) {
  .filter-products {
    gap: 0.5rem 24px;
    justify-content: center;
    margin-block: 4rem 2rem;
  }
}

.filter-products button {
  font: inherit;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: var(--bold);
  padding: 0.25rem 0;
  background: transparent;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  color: #000;
}
@media (min-width: 768px) {
  .filter-products button {
    font-size: 16px;
    padding: 0.5rem 0;
  }
}

.filter-products button:focus-visible {
  outline: 3px solid var(--focus, #005fcc);
  outline-offset: 2px;
}

.filter-products .chosen,
.filter-products button[aria-pressed=true] {
  border-bottom: 2px solid #000;
}

.filter-product--items[hidden] {
  display: none !important;
}

.filter-product--items {
  transition: opacity 0.18s ease;
}

.filter-product--items[hidden] {
  opacity: 0;
}

.title-l .filter-product--items[hidden] {
  display: none !important;
}

.list-products .filter-product--items[hidden] {
  display: none !important;
}

/* MOBIL: dropdown */
@media (max-width: 767px) {
  .filter-products {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    border: 1px solid #000;
    border-radius: 16px;
    padding: 4px 16px;
    margin-block: 2rem 2rem;
    gap: 0;
  }
  .filter-products::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 18px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: translateY(-50%) rotate(45deg);
    pointer-events: none;
  }
  .filter-products button {
    width: 100%;
    text-align: left;
    justify-content: flex-start;
    border-bottom: 0;
    padding: 0.4rem 0;
  }
  .filter-products .chosen,
  .filter-products button[aria-pressed=true] {
    border-bottom: none;
  }
  .filter-products button:not(.chosen) {
    display: none;
  }
  .filter-products.is-open {
    border-radius: 16px;
  }
  .filter-products.is-open button {
    display: block;
  }
  .filter-products.is-open button.chosen {
    order: -1;
  }
}
/* SHORTCUT
--------------------------------------------------------*/
.shortcut-items header {
  margin-bottom: 32px;
}
.shortcut-items header h2 {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 12px;
}
.shortcut-items header p {
  font-family: var(--font-title);
  font-size: 21px;
}

/* SLUTPAKET
--------------------------------------------------------*/
.section-sticky-height {
  min-height: 200vh;
  padding: 32px 0;
}
@media (min-width: 768px) {
  .section-sticky-height {
    padding: 64px 0;
  }
}

.paket {
  position: relative;
  max-width: 600px;
  margin-inline: auto;
}

.paket .brette {
  position: relative;
  z-index: 2;
}

.paket .fisk {
  position: sticky;
  top: 0;
  z-index: 3;
  max-width: 600px;
}

.paket .lapp {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}

.paket {
  position: relative;
}

.fisk-wrap {
  position: sticky;
  top: 0;
  z-index: 3;
  height: 100vh;
}

.fisk {
  display: block;
  width: 100%;
  height: auto;
}

.section-sticky-height {
  min-height: 200vh;
}

.section-sticky-height .section-wrapper {
  position: relative;
  overflow: visible;
  transform: none;
  filter: none;
  contain: none;
  padding-top: 0;
  padding-bottom: 0;
}

.site-width, .paket {
  overflow: visible;
}

.paket {
  position: relative;
  max-width: 600px;
  margin-inline: auto;
}

.inner-paket-wrap {
  position: relative;
}

.paket .brette {
  position: relative;
  z-index: 2;
}

.paket .fisk {
  position: sticky;
  top: 0;
  display: block;
  z-index: 3;
}

.paket .lapp {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}

/* HELPER
--------------------------------------------------------*/
.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

.btn {
  padding: 20px 35px;
  color: var(--text-color-white);
  background: var(--color-dark-green);
  text-decoration: none;
  font-size: 16px;
  font-family: var(--font-sans);
  font-weight: var(--bold);
  text-transform: uppercase;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  display: inline-block;
}
.btn:hover {
  background: var(--color-dark-green);
  color: var(--text-color-white);
}

.btn-primary {
  background: var(--color-dark-green);
  color: var(--text-color-white);
}

.viewport-100 {
  min-height: 100vh;
}

.pointer-events-none {
  pointer-events: none;
}

.global-padding-site-width {
  padding-right: 16px;
  padding-left: 16px;
}
@media (min-width: 1352px) {
  .global-padding-site-width {
    padding-right: 32px;
    padding-left: 32px;
  }
}

.full-size-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

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

.icon {
  display: inline-block;
}

.icon-right {
  margin-left: 12px;
}

.p-tb-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.m-w-400 {
  max-width: 400px;
}

.mt-32 {
  margin-top: 32px;
}

.mt-48 {
  margin-top: 48px;
}

.mt-62 {
  margin-top: 62px;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-family: var(--font-title);
  font-optical-sizing: auto;
  font-weight: var(--bold);
  font-style: normal;
}

h1 {
  font-size: 2.25rem;
}

h2 {
  font-size: 1.875rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 0.875rem;
}

h6 {
  font-size: 0.75rem;
}

p {
  margin: 0 0 10px;
}
p.lead {
  font-size: 1.375rem;
}

.font-ivy {
  font-family: var(--font-title);
}

.title-xxl {
  font-size: 42px;
}
@media (min-width: 768px) {
  .title-xxl {
    font-size: 72px;
  }
}

.title-xl {
  font-size: 36px;
}
@media (min-width: 768px) {
  .title-xl {
    font-size: 48px;
  }
}

.title-l {
  font-size: 24px;
}
@media (min-width: 768px) {
  .title-l {
    font-size: 36px;
  }
}

.title-m {
  font-size: 18px;
}
@media (min-width: 768px) {
  .title-m {
    font-size: 21px;
  }
}

.font-medium {
  font-weight: var(--medium);
}

.font-bold {
  font-weight: var(--bold);
}

:root {
  color-scheme: light dark;
}

:root {
  --color-white: rgba(255, 255, 255, 1);
  --color-light-gray: rgba(230, 230, 230, 1);
  --color-gray: rgba(1, 1, 1, 0.2);
  --color-black: rgba(0, 0, 0, 1);
  --color-black-90: rgba(0, 0, 0, 0.9);
  --color-black-80: rgba(0, 0, 0, 0.8);
  --color-black-70: rgba(0, 0, 0, 0.7);
  --color-black-60: rgba(0, 0, 0, 0.6);
  --color-black-50: rgba(0, 0, 0, 0.5);
  --color-dark-green: #143A40;
  --color-light-yellow: #FBEDB9;
  --text-color-dark: #143A40;
  --text-color-light: #FBEDB9;
  --text-color-white: #ffffff;
}

.w-bg-dark-green {
  background-color: var(--color-dark-green);
}

.w-bg-light-yellow {
  background-color: var(--color-light-yellow);
}

.w-bg-pink {
  background-color: #D2857D;
}

.text-color-light {
  color: var(--text-color-light);
}

/* FLEX GRID */
.row {
  display: flex;
  flex-flow: row wrap;
}

.row-strip,
[class*=row-strip-] {
  margin: 0 -10px;
}

.row-box {
  width: calc(100% - 20px);
  margin: 0 10px 20px;
  float: left;
  flex: 0 0 auto;
  position: relative;
}
.row-strip-6 .row-box {
  width: calc(100% - 20px);
}
.row-strip-4 .row-box {
  width: calc(100% - 20px);
}
.row-strip-3 .row-box {
  width: calc(100% - 20px);
}
.row-strip-8--4 .row-box.box-8 {
  width: calc(100% - 20px);
}
.row-strip-8--4 .row-box.box-4 {
  width: calc(100% - 20px);
}

.row-box.vertical-middle, .row-box.vertical-bottom {
  display: flex;
}
.row-box.vertical-middle {
  align-items: center;
}
.row-box.vertical-bottom {
  align-items: flex-end;
}
.row-box figure {
  position: relative;
}

.grid {
  display: grid;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 768px) {
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid-cols-none {
  grid-template-columns: none;
}

.col-auto {
  grid-column: auto;
}

.col-span-1 {
  grid-column: span 1/span 1;
}

.col-span-2 {
  grid-column: span 2/span 2;
}

.col-span-3 {
  grid-column: span 3/span 3;
}

.col-span-4 {
  grid-column: span 4/span 4;
}

.col-span-5 {
  grid-column: span 5/span 5;
}

.col-span-6 {
  grid-column: span 6/span 6;
}

.col-span-7 {
  grid-column: span 7/span 7;
}

.col-span-8 {
  grid-column: span 8/span 8;
}

.col-span-9 {
  grid-column: span 9/span 9;
}

.col-span-10 {
  grid-column: span 10/span 10;
}

.col-span-11 {
  grid-column: span 11/span 11;
}

.col-span-12 {
  grid-column: span 12/span 12;
}

.col-span-full {
  grid-column: 1/-1;
}

.grid-even-columnns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
}
.grid-even-columnns.minmax-150 {
  grid-template-columns: repeat(auto-fit, minmax(min(150px, 100%), 1fr));
}

.grid-auto-flow {
  display: grid;
  grid-gap: 24px;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
}

.grid-stack {
  display: grid;
  place-items: end start;
}

.grid-stack > * {
  display: grid;
  grid-column: 1/2;
  grid-row: 1/2;
}

.grid-stack > img {
  aspect-ratio: 16/9;
  object-fit: cover;
  z-index: -1;
}

.grid-banner-module {
  display: grid;
  grid-gap: 24px;
  row-gap: 0;
}
.grid-banner-module .banner-image-module {
  order: 1;
}
.grid-banner-module .banner-text-module {
  order: 2;
}
.grid-banner-module.reverse-order .banner-image-module {
  order: 1;
}
.grid-banner-module.reverse-order .banner-text-module {
  order: 2;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-flex.hidden {
  display: none !important;
}

.d-md-flex {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.w-100 {
  width: 100% !important;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
