@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&family=Phudu:wght@300..900&display=swap");
:root {
  --fnt-size-1: 1.5rem;
  --fnt-size-2: 2rem;
  --fnt-size-3: 2.5rem;
  --fnt-size-4: 3rem;
  --fnt-size-5: 4rem;
  --spacer: 1rem;
  --spacer-2: 2rem;
  --spacer-3: 3rem;
  --spacer-4: 4rem;
  --font-family: "Phudu", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --clr-success: var(--clr-green-500);
  --clr-error: var(--clr-red-500);
  --clr-warning: #f59e0b;
}

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

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
}

footer, header, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

img {
  width: 100%;
}

header {
  align-items: center;
  justify-content: space-between;
  min-height: 3rem;
  padding: 1rem 1rem;
  position: relative;
  max-width: var(--max-width-container);
  margin: auto;
}
@media (min-width: 768px) {
  header {
    display: flex;
  }
}
header .header--menu {
  gap: 1rem;
}
@media (min-width: 768px) {
  header .header--menu {
    display: flex;
  }
}

nav {
  z-index: 3;
  position: relative;
}
nav ul {
  display: none;
}
nav .menu-btn {
  display: none;
}
nav .menu-btn:checked ~ .menu {
  display: block;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin: 1rem 0 0 0;
  background-color: var(--clr-menu-background);
  padding: 2rem 1rem;
  border-radius: 0.5rem;
}
@media (min-width: 768px) {
  nav ul {
    max-height: none;
    display: flex;
    gap: 2rem;
    align-items: center;
  }
}

.tester {
  display: flex;
  gap: 1rem;
  z-index: 9999;
  position: absolute;
  right: 1rem;
  top: 5px;
  align-items: center;
}
.tester .menu-icon {
  cursor: pointer;
  display: flex;
  align-items: center;
  user-select: none;
  background-color: var(--clr-tertiary);
  padding: 0 0.2rem;
  height: 45px;
  border-radius: 0.2rem;
}
.tester .menu-icon svg {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .tester .menu-icon {
    display: none;
  }
}
@media (min-width: 768px) {
  .tester {
    position: relative;
    top: 0px;
    margin: 0 1rem;
  }
}

.intro-section.bg-primary {
  background-color: var(--clr-hero-surface);
}
.intro-section.bg-primary .menu a {
  color: var(--clr-nav-text);
  font-size: 18px;
}
.intro-section.bg-primary a.button {
  color: var(--clr-button-primary-text);
  font-weight: bold !important;
  background-color: var(--clr-button-primary);
  height: 45px;
  display: flex;
  align-items: center;
  line-height: 19px;
}
.intro-section.bg-primary .hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.5rem;
  z-index: 1;
}
.intro-section.bg-primary .hero--title, .intro-section.bg-primary .hero--subtitle {
  color: var(--clr-hero-text);
}
.intro-section.bg-primary .hero p {
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}

.hero-section h1 {
  font-weight: 800;
  letter-spacing: -0.01rem;
  text-transform: uppercase;
  text-align: center;
}
.hero-section p {
  text-align: center;
  color: var(--clr-text-muted);
  font-size: 1.5rem;
  line-height: 2rem;
}

body {
  font-family: var(--font-family-body), sans-serif;
  font-weight: 300;
  font-size: clamp(0.875rem, 0.01vw + 0.75rem, 1rem);
  background-color: var(--clr-surface-body);
  color: var(--clr-surface-text);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-family-heading), sans-serif;
  font-weight: 600;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}

h1 {
  font-size: clamp(3rem, 6vw, 6rem);
}

h2 {
  font-size: clamp(1.8rem, 5vw, 3rem);
}

h3 {
  font-size: clamp(1.6rem, 4vw, 2.75rem);
  margin-bottom: 2rem;
}

h4 {
  font-size: clamp(1.5rem, 3vw, 2.25rem);
}

h5 {
  font-size: clamp(1.3rem, 2vw, 1.75rem);
}

h6 {
  font-size: clamp(1.1rem, 1vw, 1.5rem);
  margin-top: 2rem;
}

p {
  line-height: 1.8;
  font-size: 1rem;
  margin-bottom: 1rem;
}
p strong {
  font-weight: 600;
}

a {
  font-weight: 400 !important;
  text-decoration: none;
}

.lead-title {
  text-align: center;
  padding: var(--spacer-3) 0;
  color: var(--clr-lead-title-text);
}
.lead-title img {
  margin-bottom: 1rem;
  width: 3rem;
  height: 3rem;
}

.legal {
  background-color: var(--clr-legal-background);
  color: var(--clr-legal-text);
}
.legal h6 {
  margin: 1.6rem 1rem;
}

.button {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  line-height: 1.25rem;
  font-weight: bold;
  font-size: 0.875rem;
  padding: 1.5rem 2rem;
  border-radius: var(--button-border-radius);
}
.button--primary {
  background-color: var(--clr-button-primary);
  color: var(--clr-button-primary-text);
}
.button--primary:hover {
  background-color: var(--clr-button-primary-hover);
}
.button--secondary {
  background-color: var(--clr-button-secondary);
  color: var(--clr-button-secondary-text);
}
.button--secondary:hover {
  background-color: var(--clr-button-secondary-hover);
}
.button--outline {
  color: #fff;
  border: 1px solid #fff !important;
  cursor: pointer;
  padding: 4px 16px;
  white-space: nowrap;
  border-radius: 100px;
  background-color: transparent;
}
.button--small {
  padding: 0.8rem 2rem;
}

.grid {
  display: grid;
  gap: 1rem;
}

.logo {
  max-width: 200px;
  display: block;
}
.logo img {
  height: auto;
  width: 100%;
  object-fit: contain;
  height: 50px;
  object-position: left;
}

.img {
  display: block;
  overflow: hidden;
  position: relative;
  padding-top: 63%;
  margin-bottom: 0;
}
.img img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 8px 8px;
}

.errorMsg {
  color: #d8000c;
  background-color: #ffbaba;
  padding: 4px 10px;
  font-size: 13px;
  margin: 6px 0;
  display: none;
}

.successMsg {
  color: #270;
  background-color: #dff2bf;
  padding: 4px 10px;
  font-size: 13px;
  margin: 6px 0;
  display: none;
}

.tab-wrap {
  gap: 8px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}

.tab {
  display: none;
}
.tab:checked:nth-of-type(1) ~ .tab__content:nth-of-type(1) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(2) ~ .tab__content:nth-of-type(2) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(3) ~ .tab__content:nth-of-type(3) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(4) ~ .tab__content:nth-of-type(4) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(5) ~ .tab__content:nth-of-type(5) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(6) ~ .tab__content:nth-of-type(6) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(7) ~ .tab__content:nth-of-type(7) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(8) ~ .tab__content:nth-of-type(8) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(9) ~ .tab__content:nth-of-type(9) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(10) ~ .tab__content:nth-of-type(10) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(11) ~ .tab__content:nth-of-type(11) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(12) ~ .tab__content:nth-of-type(12) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(13) ~ .tab__content:nth-of-type(13) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(14) ~ .tab__content:nth-of-type(14) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(15) ~ .tab__content:nth-of-type(15) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(16) ~ .tab__content:nth-of-type(16) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(17) ~ .tab__content:nth-of-type(17) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(18) ~ .tab__content:nth-of-type(18) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(19) ~ .tab__content:nth-of-type(19) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(20) ~ .tab__content:nth-of-type(20) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(21) ~ .tab__content:nth-of-type(21) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(22) ~ .tab__content:nth-of-type(22) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(23) ~ .tab__content:nth-of-type(23) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(24) ~ .tab__content:nth-of-type(24) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(25) ~ .tab__content:nth-of-type(25) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked + label {
  cursor: default;
}
.tab + label {
  cursor: pointer;
  display: block;
  text-decoration: none;
  user-select: none;
  transition: 0.3s background-color ease, 0.3s box-shadow ease;
  box-sizing: border-box;
}
.tab__content {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
  scroll-behavior: smooth;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  background-color: transparent;
  position: absolute;
  width: 100%;
  z-index: -1;
  opacity: 0;
  left: 0;
  transform: translateY(-3px);
}

.footer-section {
  color: var(--clr-footer-text);
}
.footer-section a {
  color: var(--clr-footer-text);
}
.footer-section .container {
  display: grid;
  justify-content: space-between;
  padding-top: 3rem;
  padding-bottom: 3rem;
  gap: clamp(1rem, 1.5vw, 2.5rem);
}
.footer-section .container p {
  margin: 0.4rem 0;
}
.footer-section .container ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: clamp(0.5rem, 1.5vw, 2rem);
  font-size: clamp(0.9rem, 1.5vw, 1rem);
}
.footer-section .container a.active {
  color: var(--clr-button-primary);
}

:root {
  --fnt-size-1: 1.5rem;
  --fnt-size-2: 2rem;
  --fnt-size-3: 2.5rem;
  --fnt-size-4: 3rem;
  --fnt-size-5: 4rem;
  --spacer: 1rem;
  --spacer-2: 2rem;
  --spacer-3: 3rem;
  --spacer-4: 4rem;
  --font-family: "Phudu", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --clr-success: var(--clr-green-500);
  --clr-error: var(--clr-red-500);
  --clr-warning: #f59e0b;
}

.form-group {
  margin-bottom: 1rem;
}
.form-group label {
  display: block;
  margin: 1.2rem 0 0.5rem 0;
}
.form-group--flex {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}
.form-group--flex .form-group {
  flex: 1;
}

input, textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #ccc;
  border-radius: 0.375rem;
  background-color: #fff;
  font-size: 1rem;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
input:focus, textarea:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  outline: none;
}
input:hover, textarea:hover {
  border-color: #aaa;
}

textarea {
  height: 10rem;
}

.button {
  border: 0;
}

.card {
  border-radius: 1.5rem;
  background-color: var(--clr-card-background);
  border: 1px solid var(--clr-card-border);
}
.card .icon {
  width: 4rem;
  height: 4rem;
  filter: var(--clr-icons-filter);
}
.card .person {
  border-radius: 4rem;
  display: block;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: var(--clr-light);
}
.card__content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.card__title {
  color: var(--clr-card-text);
  background-color: var(--clr-card-foreground);
  border-radius: 1.5rem 1.5rem 0 0;
}
.card__subtitle {
  color: var(--clr-card-text);
}
.card--large {
  flex-direction: column;
  display: flex;
  align-items: left;
  gap: 0.5rem;
  margin-bottom: 1rem;
  justify-content: space-between;
}
.card--large .card__title {
  background-color: transparent;
  padding: 0;
  margin: 1rem 0 0 0;
}
.card--large img {
  height: 100%;
  height: 100%;
  object-fit: cover;
}
.card--large h6 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 400;
}
.card--small {
  padding: 1.25rem 0;
  flex-direction: row;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}
.card--small .card__title {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
}

/* Core styles/functionality */
.accordion {
  position: relative;
  margin-bottom: 1.25rem;
  border: 2px solid var(--clr-tab-border);
  border-radius: 0.5rem;
}
.accordion input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.35s;
  position: relative;
  border-radius: 0.5rem;
}
.accordion__content p {
  color: var(--clr-tab-text);
}
input:checked ~ .accordion__content {
  max-height: 100%;
}
.accordion label {
  justify-content: space-between;
  padding: 1rem;
  font-weight: 400;
  display: flex;
  background-color: var(--clr-tab-background);
  border-top: 0;
}
.accordion label::after {
  content: "❯";
  width: 1em;
  height: 1em;
  text-align: center;
  transform: rotate(90deg);
  transition: all 0.35s;
  color: var(--clr-tab-text);
  font-size: 2rem;
  opacity: 0.5;
}
.accordion label h1 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin: 0;
  color: var(--clr-tab-text);
}
.accordion__label {
  justify-content: space-between;
  padding: 1rem;
}
.accordion__content p {
  margin: 0;
  padding: 0 1rem 0.5rem 1rem;
}
.accordion__close {
  justify-content: flex-end;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
}
input:not(:checked) + .accordion__label:hover::after {
  animation: bounce 0.5s infinite;
}

@keyframes bounce {
  25% {
    transform: rotate(90deg) translate(0.25rem);
  }
  75% {
    transform: rotate(90deg) translate(-0.25rem);
  }
}
.lang-select {
  display: block;
  position: relative;
  z-index: 999;
}
.lang-select .toggle-el {
  display: none;
}
.lang-select .toggle-el .lang-list {
  background: var(--clr-lang-button-foreground);
  z-index: 1;
  margin-top: 0.5rem;
}
.lang-select .toggle-el .lang-list a {
  display: block;
  padding: 0.3rem 0.7rem;
  border-bottom: 1px solid var(--clr-lang-item-border);
  color: var(--clr-lang-item-text);
  position: relative;
  width: 100%;
  padding-left: 1rem;
}
.lang-select label.toggle {
  text-align: center;
  display: flex;
  gap: 0.5rem;
  cursor: pointer;
  padding: 0.5em 0.8em 0.5em 0.8em;
  font-size: 1rem;
  color: var(--clr-lang-button-text);
  background: var(--clr-lang-button-background);
  border-radius: 3px;
  user-select: none;
  height: 45px;
  align-items: center;
  font-weight: bold;
}
.lang-select label.toggle svg {
  width: 1.5rem;
  height: 1.5rem;
}
.lang-select .hide-input:checked ~ .toggle-el {
  display: block;
  transition: all 0.2s ease;
  opacity: 1;
  position: absolute;
  top: 40px;
  width: 100%;
}
.lang-select input.hide-input {
  position: absolute;
  left: -999em;
}

:root {
  --clr-primary: #29b9b3;
  --clr-secondary: #111111;
  --clr-tertiary: ##f6f6ff;
  --clr-light: #f6f6ff;
  --clr-dark: #475467;
  --clr-border: #e5e5e5;
  --max-width-container: 1280px;
  --container-y-padding: clamp(2rem, 5vw, 5rem);
  --container-x-padding: clamp(1rem, 1vw + 0.75rem, 5rem);
  --grid-3: repeat(
    auto-fit,
    minmax(
      min(
        100%,
        calc(var(--max-width-container) / 3 - var(--container-x-padding))
      ),
      1fr
    )
  );
  --grid-4: repeat(
    auto-fit,
    minmax(
      calc(var(--max-width-container) / 4 - var(--container-x-padding)),
      1fr
    )
  );
  --grid-5: repeat(
    auto-fit,
    minmax(
      calc(var(--max-width-container) / 5 - var(--container-x-padding)),
      1fr
    )
  );
  --font-family-heading: "phudu", ui-sans-serif, system-ui, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-body: "Inter", sans-serif;
  --clr-text: var(--clr-dark);
  --clr-text-inverted: var(--clr-dark);
  --clr-surface-body: var(--clr-light);
  --clr-surface-text: var(--clr-dark);
  --clr-surface-section: var(--clr-light);
  --clr-surface-container: var(--clr-light);
  --clr-nav-text: var(--clr-dark);
  --clr-nav-text-inverted: var(--clr-light);
  --clr-nav-background: var(--clr-light);
  --clr-nav-cta-surface: var(--clr-light);
  --clr-nav-cta-text: var(--clr-primary);
  --clr-menu-background: var(--clr-tertiary);
  --clr-lang-button-background: var(--clr-light);
  --clr-lang-button-text: var(--clr-dark);
  --clr-lang-button-foreground: var(--clr-tertiary);
  --clr-lang-button-border: var(--clr-border);
  --clr-lang-item-border: var(--clr-border);
  --clr-lang-item-text: var(--clr-light);
  --clr-hero-surface: var(--clr-tertiary);
  --clr-hero-text: var(--clr-light);
  --clr-lead-title-text: var(--clr-dark);
  --clr-card-background: var(--clr-tertiary);
  --clr-card-foreground: var(--clr-dark2);
  --clr-card-text: var(--clr-dark);
  --clr-card-price: var(--clr-dark);
  --clr-card-frequency: var(--clr-dark);
  --clr-tab-background: var(--clr-tertiary);
  --clr-tab-border: var(--clr-border);
  --clr-tab-text: var(--clr-dark);
  --clr-tab-icon: var(--clr-dark);
  --clr-tab-hover: color-mix(in srgb, var(--clr-primary) 85%, black);
  --clr-input-background: var(--clr-light);
  --clr-input-border: var(--clr-dark);
  --clr-input-text: var(--clr-dark);
  --clr-input-placeholder: var(--clr-dark);
  --button-border-radius: 0.6rem;
  --clr-button-primary: var(--clr-primary);
  --clr-button-primary-text: var(--clr-light);
  --clr-button-primary-hover: color-mix(in srgb, var(--clr-primary) 85%, black);
  --clr-button-secondary: var(--clr-light);
  --clr-button-secondary-text: var(--clr-dark);
  --clr-button-secondary-hover: color-mix(in srgb, var(--clr-light) 85%, black);
  --clr-signin-form-disclaimer: var(--clr-light);
  --clr-footer-text: var(--clr-dark);
  --clr-footer-border: var(--clr-border);
  --clr-legal-background: var(--clr-light);
  --clr-legal-text: var(--clr-dark);
  --fnt-size-1: 1.5rem;
  --fnt-size-2: 2rem;
  --fnt-size-3: 2.5rem;
  --fnt-size-4: 3rem;
  --fnt-size-5: 4rem;
  --spacer: 1rem;
  --spacer-2: clamp(1rem, calc(0.618rem + 1.618vw), 1.618rem);
  --spacer-3: clamp(1rem, calc(1rem + 2.618vw), 2.618rem);
  --spacer-4: clamp(1rem, calc(1.618rem + 4.236vw), 4.236rem);
  --border-radius: clamp(0.4rem, calc(0.4rem + 1vw), 1rem);
  --clr-success: var(--clr-green-500);
  --clr-error: var(--clr-red-500);
  --clr-warning: #f59e0b;
  --clr-icons-filter: var(--clr-icons);
}

body {
  line-height: 1.3rem;
}

.contact-form-section .container {
  background-color: var(--clr-tertiary);
  padding: 0 2.5rem 2.5rem 2.5rem;
}

.features-section .grid {
  align-items: center;
  gap: var(--spacer-2);
}
.features-section .grid img {
  height: clamp(400px, (min(100vw - 6rem, var(--max-width-container)) - 4rem) / 2, 700px);
  object-fit: cover;
  object-position: center;
  border-radius: var(--border-radius);
}

.about-section .grid,
.features-section .grid,
.gallery-section .grid,
.categories-section .grid,
.testimonials-section .grid,
.milestones-section .grid,
.subscription-section .grid,
.unsubscribe-section .grid {
  grid-template-columns: var(--grid-3);
}

.about-section .grid {
  grid-template-columns: var(--grid-3);
}

.intro-section {
  position: relative;
}
.intro-section .container {
  background-color: #4647d6;
  display: flex;
  align-items: center;
  border-bottom-left-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
  margin-bottom: var(--spacer-2);
  overflow: hidden;
  min-height: clamp(auto, 60vh, 775px);
  height: clamp(60vh, 80vh, 1000px);
}
.intro-section .container::before {
  background-size: cover;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
.intro-section header {
  border-radius: var(--border-radius);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.intro-section .hero {
  max-width: 900px;
  margin: auto;
}
.intro-section .hero--title {
  font-size: clamp(2.25rem, 1rem + 4vw, 3.5rem);
}

section {
  padding: 0;
}
section .grid {
  grid-template-columns: var(--about-section-grid-columns);
}
section .container {
  padding: var(--container-y-padding) var(--container-x-padding);
  margin: auto;
  position: relative;
  max-width: var(--max-width-container);
  background-color: #fff;
  margin-bottom: var(--spacer-2);
  border-radius: var(--border-radius);
}

.hero-section {
  padding-bottom: 0;
  background: transparent;
}

.grid {
  grid-template-columns: var(--about-section-grid-columns);
}

.intro-section .hero--title {
  font-size: clamp(3.25rem, 1rem + 4vw, 3.5rem);
}

.intro-section.bg-primary .hero p {
  font-size: 1.4rem;
}

h4 {
  font-size: clamp(2rem, 3vw, 2.25rem);
}

p {
  line-height: 1.6;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.card--small {
  padding: 1.25rem 1.25rem;
  flex-direction: row;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  background-color: #f6f6ff;
}
.card--small .card__name {
  font-weight: bold;
  font-size: 1rem;
  margin-top: 5px;
}

.button {
  line-height: 1.25rem;
  font-weight: bold;
  font-size: 1rem;
}

.form-group label {
  font-size: 1rem;
  font-weight: normal;
}

.footer-section .container p {
  font-size: 1rem;
}

.intro-section .container {
  background-color: #31a39c;
}

/*# sourceMappingURL=theme4.css.map */
