:root {
  --fz-html: 62.5%;
  --fz-base: 1.6rem;
  --fw-base: 400;
  --lh-base: 1.4375;
  --ff-base: "ITC Franklin Gothic Std", Helvetica, Arial, sans-serif;
  --ff-alt: "Bernard MT Std", Helvetica, Arial, sans-serif;
  --c-base: #144835;
  --c-yellow: #ffc836;
}

* {
  padding: 0;
  margin: 0;
  outline: 0;
  box-sizing: border-box;
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block;
}

template {
  display: none;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-size-adjust: none;
}

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

img,
iframe {
  border: 0 none;
}

img {
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

img,
[style*=background-image] {
  image-rendering: -webkit-optimize-contrast;
}

b,
strong {
  font-weight: bold;
}

address {
  font-style: normal;
}

svg:not(:root) {
  overflow: hidden;
}

a,
button,
input[type=submit],
input[type=button],
input[type=reset],
input[type=file],
input[type=image],
label[for] {
  cursor: pointer;
}

a[href^=tel],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input[type=button],
input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=color],
textarea,
a[href^=tel] {
  appearance: none;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  appearance: none;
}

textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

button,
select {
  text-transform: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

nav ul,
nav ol {
  list-style: none outside none;
}

input::placeholder {
  color: inherit;
  opacity: 1;
}

textarea::placeholder {
  color: inherit;
  opacity: 1;
}

input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    transition: none !important;
    animation: none !important;
  }
}

@font-face {
  font-family: "ITC Franklin Gothic Std";
  src: url("../assets/fonts/ITCFranklinGothicStd-Demi.woff2") format("woff2"), url("../assets/fonts/ITCFranklinGothicStd-Demi.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ITC Franklin Gothic Std";
  src: url("../assets/fonts/ITCFranklinGothicStd-BkCd.woff2") format("woff2"), url("../assets/fonts/ITCFranklinGothicStd-BkCd.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bernard MT Std";
  src: url("../assets/fonts/BernardMTStd-Condensed.woff2") format("woff2"), url("../assets/fonts/BernardMTStd-Condensed.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html {
  font-size: var(--fz-html);
}

body {
  min-width: 320px;
  font-family: var(--ff-base);
  font-weight: var(--fw-base);
  font-size: var(--fz-base);
  line-height: var(--lh-base);
  color: var(--c-base);
}

a {
  color: inherit;
  text-decoration: underline;
}

@media (hover: hover) {
  a:where(:hover, :focus-visible) {
    text-decoration: none;
  }
}

a[href^=tel] {
  text-decoration: none;
}

.level-1,
h1,
.level-2,
h2,
.level-3,
h3,
.level-4,
h4,
.level-5,
h5,
.level-6,
h6 {
  margin-bottom: calc(var(--lh-base) * 0.5em);
}

.level-1,
h1 {
  font-size: 9.9rem;
  letter-spacing: 0.045em;
  font-family: var(--ff-alt);
  text-transform: uppercase;
}

.level-2,
h2 {
  font-size: 5.3rem;
  letter-spacing: 0.16em;
}

.level-3,
h3 {
  font-size: 4.6rem;
  line-height: 1.04;
  letter-spacing: 0.03em;
}

.level-4,
h4 {
  font-size: 3.45rem;
  line-height: 1.333;
  letter-spacing: 0.03em;
}

p,
ul,
ol,
dl,
hr,
table,
blockquote {
  margin-bottom: calc(var(--lh-base) * 0.5em);
}

h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
  margin-bottom: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sm-visible {
  display: none;
}

@media (max-width: 767px) {
  .sm-visible {
    display: block;
  }
}

[hidden],
.hidden {
  display: none !important;
}

[disabled],
.disabled {
  cursor: default;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs-block {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 767.02px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
  .visible-sm-block {
    display: block !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1023.02px) and (max-width: 1069px) {
  .hidden-md {
    display: none !important;
  }
  .visible-md-block {
    display: block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1069.02px) {
  .hidden-lg {
    display: none !important;
  }
  .visible-lg-block {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

.btn {
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  appearance: none;
}

.btn--block {
  display: block;
  padding-inline: 0;
}

.footer {
  background-color: var(--c-base);
  color: var(--c-yellow);
  text-align: center;
  padding-block: 10.1rem;
  position: relative;
}

@media (max-width: 767px) {
  .footer {
    padding-block: 3.1rem;
  }
}

.footer .footer__logo {
  margin-bottom: 1.6rem;
}

@media (max-width: 767px) {
  .footer .footer__logo {
    margin-bottom: 2.5rem;
  }
}

.footer h3,
.footer p {
  margin-bottom: 0;
}

.footer .footer__links {
  display: flex;
  justify-content: center;
  list-style: none;
  gap: 3.5rem;
  margin-bottom: 6.5rem;
}

@media (max-width: 1023px) {
  .footer .footer__links {
    margin-bottom: 3rem;
  }
}

@media (max-width: 767px) {
  .footer .footer__links {
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
  }
}

.footer .footer__links a {
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 1.6rem;
  font-weight: bold;
  font-weight: 600;
  position: relative;
}

.footer .footer__links a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.2rem;
  background-color: currentColor;
  scale: 0;
  transition: scale 0.3s;
  left: 0;
  bottom: -0.1em;
}

.footer .footer__links a:hover:after {
  scale: 1;
}

@media (max-width: 767px) {
  .footer .footer__links a {
    font-size: 1.5rem;
  }
}

.footer .footer__icon {
  position: absolute;
  top: 27.1%;
  right: 7.1%;
}

@media (max-width: 1023px) {
  .footer .footer__icon {
    top: 2rem;
    right: 3rem;
    max-width: 3rem;
  }
}

@media (max-width: 767px) {
  .footer .footer__icon {
    position: unset;
    margin: 0 auto;
    max-width: 5rem;
  }
}

@media (max-width: 767px) {
  .footer .footer__content {
    margin-bottom: 3rem;
  }
}

.form .field {
  width: 100%;
  min-height: 4.8rem;
  appearance: none;
  border: 0.2rem solid rgba(20, 72, 53, 0.35);
  border-radius: 0.5rem;
  padding-inline: 2rem;
  font-weight: 600;
  transition: border-color 0.3s;
}

.form input:focus {
  border-color: rgba(20, 72, 53, 0.733);
}

.form .field::placeholder {
  color: rgba(20, 72, 53, 0.35);
  letter-spacing: 0.16em;
}

.form .form__cols {
  display: flex;
  margin: 0 -0.9rem;
}

@media (max-width: 767px) {
  .form .form__cols {
    display: block;
    margin: 0;
  }
}

.form .form__col {
  padding: 0 0.9rem;
  width: 100%;
}

@media (max-width: 767px) {
  .form .form__col {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .form .form__col + .form__col {
    margin-top: 1.7rem;
  }
}

.form .form__row + .form__row {
  margin-top: 1.7rem;
}

.form .form__body {
  margin-bottom: 3.8rem;
}

.form .form__btn {
  color: var(--c-yellow);
  background-color: var(--c-base);
  border-radius: 0.4rem;
  min-height: 4.8rem;
  font-weight: bold;
  padding-inline: 2rem 2.2rem;
  border: 0.2rem solid transparent;
  line-height: 1;
  text-transform: uppercase;
  appearance: none;
  padding-block: 1.2rem 1rem;
  letter-spacing: 0.03em;
  font-weight: 600;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

.form .form__btn:hover {
  color: var(--c-base);
  background-color: transparent;
  border-color: var(--c-green);
}

.grid-flex {
  --grid-gutter: 2rem;
  display: flex;
  flex-flow: row wrap;
  margin-inline: calc(var(--grid-gutter) / 2 * -1);
}

.grid-flex .grid__col {
  --grid-cols: 1;
  padding-inline: calc(var(--grid-gutter) / 2);
  max-width: calc(100% / var(--grid-cols));
  flex: 0 0 calc(100% / var(--grid-cols));
}

.grid-flex .grid__col--1of2 {
  --grid-cols: 2;
}

.grid-flex .grid__col--1of3 {
  --grid-cols: 3;
}

.grid-flex .grid__col--1of4 {
  --grid-cols: 4;
}

.grid-flex .grid__col--1of5 {
  --grid-cols: 5;
}

.grid-flex .grid__col--1of6 {
  --grid-cols: 6;
}

.grid {
  --grid-cols: 1;
  --grid-gutter: 2rem;
  display: grid;
  grid-template-columns: repeat(var(--grid-cols), 1fr);
  gap: var(--grid-gutter);
}

.grid--size-1of2 {
  --grid-cols: 2;
}

.grid--size-1of3 {
  --grid-cols: 3;
}

.grid--size-1of4 {
  --grid-cols: 4;
}

.grid--size-1of5 {
  --grid-cols: 5;
}

.grid--size-1of6 {
  --grid-cols: 6;
}

.hero {
  background-color: var(--c-base);
  color: var(--c-yellow);
  text-align: center;
  padding-block: 6rem 12.4rem;
}

@media (max-width: 1069px) {
  .hero {
    padding-block: 6rem 7rem;
  }
}

@media (max-width: 767px) {
  .hero {
    padding-block: 4rem 3rem;
  }
}

.hero .hero__head {
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  margin-bottom: 2.9rem;
}

@media (max-width: 767px) {
  .hero .hero__head {
    margin-bottom: 1.9rem;
  }
}

.hero .hero__head h4 {
  margin-bottom: 0;
  font-family: "ITC Franklin Gothic Std";
}

.hero .hero__head p {
  margin-bottom: 0;
}

.hero .hero__foot h2 {
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.17em;
  margin-bottom: 0;
  font-size: 5.2rem;
  margin-bottom: 0.7rem;
  font-weight: 600;
  padding-left: 0.8rem;
}

@media (max-width: 1069px) {
  .hero .hero__foot h2 {
    font-size: 4.5rem;
  }
}

@media (max-width: 1023px) {
  .hero .hero__foot h2 {
    font-size: 3.9rem;
  }
}

@media (max-width: 767px) {
  .hero .hero__foot h2 {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
  }
}

.hero .hero__foot h1 {
  margin-bottom: 0.1rem;
  line-height: 1;
}

@media (max-width: 1069px) {
  .hero .hero__foot h1 {
    font-size: 8rem;
  }
}

@media (max-width: 1023px) {
  .hero .hero__foot h1 {
    font-size: 7rem;
  }
}

@media (max-width: 767px) {
  .hero .hero__foot h1 {
    font-size: 5.2rem;
    margin-bottom: 0.5rem;
  }
}

.hero .hero__image {
  margin-bottom: 9.7rem;
}

@media (max-width: 1069px) {
  .hero .hero__image {
    margin-bottom: 7.3rem;
  }
}

@media (max-width: 1023px) {
  .hero .hero__image {
    margin-bottom: 3.3rem;
  }
}

.hero .hero__info {
  display: flex;
  justify-content: center;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.077em;
  font-size: 1.8rem;
}

@media (max-width: 1069px) {
  .hero .hero__info {
    font-size: 1.5rem;
  }
}

@media (max-width: 1023px) {
  .hero .hero__info {
    font-size: 1.3rem;
  }
}

@media (max-width: 767px) {
  .hero .hero__info {
    flex-direction: column;
  }
}

.hero .hero__info span {
  padding-inline: 0.2rem 0.7rem;
}

@media (max-width: 767px) {
  .hero .hero__info span {
    display: none;
  }
}

.hero .hero__info p {
  margin-bottom: 0;
}

.labels {
  padding-block: 11.1rem 10.9rem;
}

@media (max-width: 767px) {
  .labels {
    padding-block: 6.1rem 8rem;
  }
}

.labels ul {
  display: flex;
  list-style: none;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 105.7rem;
  padding-left: 1.2rem;
  margin: 0 auto;
}

@media (max-width: 1023px) {
  .labels ul {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .labels ul {
    flex-flow: row wrap;
  }
}

@media (max-width: 767px) {
  .labels li {
    flex: 0 0 100%;
    text-align: center;
  }
}

.labels .label-offset-3 {
  flex: 0 0 17.7%;
  padding-top: 1.6rem;
}

@media (max-width: 1023px) {
  .labels .label-offset-3 {
    flex: 0 0 25%;
    display: flex;
    justify-content: flex-end;
  }
}

@media (max-width: 767px) {
  .labels .label-offset-3 {
    display: block;
    flex: 0 0 50%;
    order: 2;
  }
}

.labels .label-offset-1 {
  flex: 0 0 16.9%;
  padding-top: 1.6rem;
}

@media (max-width: 1023px) {
  .labels .label-offset-1 {
    flex: 0 0 25%;
  }
}

@media (max-width: 767px) {
  .labels .label-offset-1 {
    flex: 0 0 50%;
    order: 1;
  }
}

@media (max-width: 1023px) {
  .labels .label-offset-1 img {
    max-width: 55%;
    max-width: 10.1rem;
  }
}

@media (max-width: 767px) {
  .labels .label-offset-1 img {
    max-width: 9rem;
  }
}

@media (max-width: 1023px) {
  .labels .label-offset-3 img {
    max-width: 76%;
    max-width: 14rem;
  }
}

@media (max-width: 767px) {
  .labels .label-offset-3 img {
    max-width: 12.3rem;
  }
}

.list-footer {
  display: flex;
  justify-content: center;
  gap: 1.8rem;
  list-style: none;
  font-weight: bold;
}

@media (max-width: 767px) {
  .list-footer {
    flex-direction: column;
    row-gap: 0.4rem;
  }
}

.list-footer a {
  text-decoration: none;
  position: relative;
}

.list-footer a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.2rem;
  background-color: currentColor;
  scale: 0;
  transition: scale 0.3s;
  left: 0;
  bottom: -0.1em;
}

.list-footer a:hover:after {
  scale: 1;
}

.list-footer li {
  position: relative;
  font-size: 1.08rem;
  letter-spacing: 0.07em;
  font-weight: 600;
}

@media (max-width: 767px) {
  .list-footer li {
    font-size: 0.9rem;
  }
}

.list-footer li + li:before {
  content: "|";
  position: absolute;
  left: 0;
  transform: translateX(-0.9rem);
}

@media (max-width: 767px) {
  .list-footer li + li:before {
    display: none;
  }
}

@media (max-width: 1023px) {
  .poster {
    aspect-ratio: 16/9;
  }
}

.poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-green {
  background-color: var(--c-base);
  padding-block: 11.8rem 10.1rem;
  color: var(--c-yellow);
}

@media (max-width: 1023px) {
  .section-green {
    padding-block: 6.9rem 7.1rem;
  }
}

@media (max-width: 767px) {
  .section-green {
    padding-block: 3.9rem 3.1rem;
  }
}

@media (max-width: 767px) {
  .section-green h3 span {
    display: none;
  }
}

.section-green .section__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 767px) {
  .section-green .section__content {
    flex-flow: row wrap;
    row-gap: 4rem;
    justify-content: space-around;
  }
}

.section-green .section__inner {
  flex: 1;
  text-align: center;
  max-width: 56rem;
  font-size: 1.85rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.513;
  text-align: justify;
  text-transform: uppercase;
  text-align-last: center;
  padding-left: 1.7rem;
}

@media (max-width: 1023px) {
  .section-green .section__inner {
    font-size: 1.5rem;
    padding-left: 0;
    max-width: 47rem;
    padding-inline: 3rem;
  }
}

@media (max-width: 767px) {
  .section-green .section__inner {
    order: -1;
    flex: 0 0 100%;
    padding-inline: 0;
    font-size: 1.2rem;
    max-width: none;
  }
}

.section-green .section__paragraph {
  padding-right: 0.5rem;
}

@media (max-width: 1023px) {
  .section-green .section__paragraph {
    padding: 0;
  }
}

.section-green .section__inner h3 {
  text-align: center;
  font-family: var(--ff-alt);
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

@media (max-width: 1023px) {
  .section-green .section__inner h3 {
    font-size: 4rem;
  }
}

@media (max-width: 767px) {
  .section-green .section__inner h3 {
    font-size: 3rem;
  }
}

.section-green .section__image {
  padding-bottom: 1.8rem;
}

@media (max-width: 1023px) {
  .section-green .section__image {
    flex: 0 0 15%;
  }
}

@media (max-width: 767px) {
  .section-green .section__image {
    flex: 0 0 33%;
    text-align: center;
  }
}

.section-small {
  padding-block: 8.3rem 12.5rem;
}

@media (max-width: 1023px) {
  .section-small {
    padding-block: 7rem 8.5rem;
  }
}

@media (max-width: 767px) {
  .section-small {
    padding-block: 7rem 4.5rem;
  }
}

.section-small h3 {
  margin-bottom: 0.8rem;
  font-family: var(--ff-alt);
  text-align: left;
  letter-spacing: 0.015em;
}

@media (max-width: 1023px) {
  .section-small h3 {
    font-size: 3rem;
  }
}

@media (max-width: 767px) {
  .section-small h3 {
    text-align: center;
    margin-bottom: 1.5rem;
  }
}

.section-small p {
  margin-bottom: 0;
}

.section-small .section__content {
  display: flex;
  gap: 7.4rem;
  font-weight: 600;
  font-size: 1.85rem;
  text-transform: uppercase;
  letter-spacing: 0.052em;
  text-align: justify;
  line-height: 1.46;
  align-items: flex-start;
}

@media (max-width: 1023px) {
  .section-small .section__content {
    gap: 4.6rem;
  }
}

@media (max-width: 767px) {
  .section-small .section__content {
    display: block;
    text-align: center;
  }
}

.section-small .section__inner {
  flex: 1;
  margin-top: 2.5rem;
  text-align: justify;
  font-size: 1.9rem;
}

@media (max-width: 1023px) {
  .section-small .section__inner {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .section-small .section__inner {
    font-size: 1.2rem;
  }
}

.section-small .section__image {
  margin-left: 0.6rem;
}

.section {
/*  padding-block: 0.9rem;*/
}

.section .section__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
}

@media (max-width: 767px) {
  .section .section__wrapper {
    display: block;
  }
}

.section .section__content {
  flex: 0 0 40%;
  padding-top: 2.6rem;
}

@media (max-width: 1023px) {
  .section .section__content {
    flex: 0 0 50%;
    padding-top: 0;
  }
}

.section .section__intro h4 {
  text-transform: uppercase;
  margin-bottom: 0.6rem;
  font-weight: 600;
}

.section .section__intro {
  margin-bottom: 3.2rem;
  letter-spacing: 0.03em;
  font-weight: 300;
}

.section .section__image {
  aspect-ratio: 16/9;
  max-width: 51.5rem;
  flex: 0 0 50%;
}

@media (max-width: 1023px) {
  .section .section__image {
    flex: 0 0 45%;
  }
}

@media (max-width: 767px) {
  .section .section__image {
    aspect-ratio: 16/9;
    max-width: 100%;
    margin-bottom: 3rem;
  }
}

.section .section__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shell {
  --shell-max-width: 103rem;
  --shell-gutter: 1.5rem;
  max-width: calc(var(--shell-max-width) + var(--shell-gutter) * 2);
  padding-inline: var(--shell-gutter);
  margin-inline: auto;
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.shell--fluid {
  max-width: none;
}

.wrapper {
  position: relative;
  min-height: 100svh;
}

/* wrap your <select> in a .select container */
.form .select {
  position: relative;
}

/* style the <select> exactly like .field */
.form .select select {
  width: 100%;
  min-height: 4.8rem;
  appearance: none;
  border: 0.2rem solid rgba(20, 72, 53, 0.35);
  border-radius: 0.5rem;
  padding-inline: 2rem;
  font-weight: 600;
  transition: border-color 0.3s;
  background: transparent;
  font-family: var(--ff-base);
  color: rgba(20, 72, 53, 0.35);
  cursor: pointer;
  letter-spacing: 0.16em;
}


/* dropdown arrow */
.form .select::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 2rem;
  border: solid rgba(20, 72, 53, 0.35);
  border-width: 0 .2rem .2rem 0;
  display: inline-block;
  padding: .4rem;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}

/* utility to hide entire wrapper */
.hidden-state {
  display: none !important;
}