body,
html {
  height: 100%;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

.page .entry-title {
  display: none;
}

/*
  ! tailwindcss v3.0.24 | MIT License | https://tailwindcss.com
 */
*,
:after,
:before {
  border: 0 solid #e5e7eb;
  box-sizing: border-box;
}

:after,
:before {
  --tw-content: "";
}

html {
  -webkit-text-size-adjust: 100%;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

body {
  line-height: inherit;
  margin: 0;
}

hr {
  border-top-width: 1px;
  color: inherit;
  height: 0;
}

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

code,
kbd,
pre,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    Liberation Mono, Courier New, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-collapse: collapse;
  border-color: inherit;
  text-indent: 0;
}

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

button,
select {
  text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

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

::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

summary {
  display: list-item;
}

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

fieldset {
  margin: 0;
}

fieldset,
legend {
  padding: 0;
}

menu,
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #9ca3af;
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #9ca3af;
  opacity: 1;
}

input::placeholder,
textarea::placeholder {
  color: #9ca3af;
  opacity: 1;
}

[role="button"],
button {
  cursor: pointer;
}

:disabled {
  cursor: default;
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle;
}

img,
video {
  height: auto;
  max-width: 100%;
}

[hidden] {
  display: none;
}

*,
:after,
:before {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

.invisible {
  visibility: hidden;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.inset-0 {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.top-0 {
  top: 0;
}

.right-0 {
  right: 0;
}

.left-0 {
  left: 0;
}

.z-10 {
  z-index: 10;
}

.z-50 {
  z-index: 50;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.-mt-10 {
  margin-top: -2.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mr-0 {
  margin-right: 0;
}

.ml-auto {
  margin-left: auto;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-video {
  aspect-ratio: 16/9;
}

.h-full {
  height: 100%;
}

.h-10 {
  height: 2.5rem;
}

.h-screen {
  height: 100vh;
}

.min-h-screen {
  min-height: 100vh;
}

.w-full {
  width: 100%;
}

.w-32 {
  width: 8rem;
}

.w-40 {
  width: 10rem;
}

.w-24 {
  width: 6rem;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.max-w-5xl {
  max-width: 64rem;
}

.shrink-0 {
  flex-shrink: 0;
}

.cursor-pointer {
  cursor: pointer;
}

.select-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

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

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.items-end {
  align-items: flex-end;
}

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

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-4 {
  gap: 1rem;
}

.gap-2 {
  gap: 0.5rem;
}

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-largest {
  border-radius: 47px;
}

.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.bg-stone-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(232 232 232 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-white\/\[\.40\] {
  background-color: hsla(0, 0%, 100%, 0.4);
}

.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}

.p-4 {
  padding: 1rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-4 {
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-8 {
  padding-bottom: 2rem;
  padding-top: 2rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

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

.align-middle {
  vertical-align: middle;
}

.font-bold {
  font-weight: 700;
}

.uppercase {
  text-transform: uppercase;
}

.text-stone-500 {
  --tw-text-opacity: 1;
  color: rgb(110 110 110 / var(--tw-text-opacity));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.opacity-0 {
  opacity: 0;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color),
    0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.transition-opacity {
  transition-duration: 0.15s;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
  color: #284861;
  font-family: just, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
    Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  height: auto;
}

body.lock-scroll {
  overflow: hidden;
}

h1 {
  font-size: 24px;
  line-height: 1;
  padding-bottom: 1rem;
}

h2 {
  font-size: 1.25rem;
}

h2,
h3 {
  font-weight: 800;
  line-height: 1.75rem;
  line-height: 1.25;
  padding-bottom: 1rem;
}

h3 {
  font-size: 1.125rem;
}

h4 {
  font-size: 1.5rem;
  line-height: 2rem;
  line-height: 1.25;
  padding-bottom: 1rem;
}

h5 {
  font-size: 1.25rem;
}

h5,
h6 {
  line-height: 1.75rem;
  line-height: 1.25;
  padding-bottom: 1rem;
}

h6 {
  font-size: 1.125rem;
}

ol.list-decimal,
ul.list-disc {
  margin-left: 1rem;
  padding-bottom: 1rem;
}

ul.list-disc.pb-small {
  padding-bottom: 0.5rem;
}

.big-text {
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1.25;
}

p {
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.25;
  padding-bottom: 1rem;
}

p:last-child {
  padding-bottom: 0;
}

.content-headline {
  margin-bottom: 1rem;
  margin-top: 1rem;
}

sup {
  font-size: 60%;
  top: -0.55em;
}

.xsmall {
  font-size: 13px;
}

@media (min-width: 768px) {
  h1 {
    font-size: 3rem;
    line-height: 1;
  }

  h2 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    line-height: 1.25;
  }

  .big-text {
    font-size: 1.5rem;
    line-height: 2rem;
    line-height: 1.25;
  }

  li,
  p {
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 1.25;
  }
}

@media (min-width: 1024px) {
  h1 {
    font-size: 3.75rem;
    line-height: 1;
  }

  h2,
  h3 {
    font-size: 24px;
  }

  .content-headline {
    margin-bottom: 2rem;
  }
}

@media (min-width: 1280px) {
  h2 {
    font-size: 34px;
  }

  p {
    font-size: 20px;
  }

  .xsmall {
    font-size: 15px;
  }
}

@media (min-width: 1536px) {
  h2 {
    font-size: 36px;
  }
}

strong {
  font-weight: 700;
}

.text-xs {
  line-height: 1.25;
}

.orange-gradient {
  --tw-text-opacity: 1;
  background: transparent linear-gradient(91deg, #f1cf11, #f29909) 0 0 no-repeat padding-box;
  border-bottom-right-radius: 9999px;
  border-top-right-radius: 9999px;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  display: inline-block;
  font-weight: 700;
  margin-left: 1rem;
  padding: 1.5rem 2rem;
}

.orange-gradient h1 {
  font-size: 24px;
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .orange-gradient {
    margin-left: 0;
    margin-right: 1rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width: 1024px) {
  .orange-gradient h1 {
    font-size: 30px;
  }
}

@media (min-width: 1280px) {
  .orange-gradient h1 {
    font-size: 40px;
  }
}

@media (min-width: 1536px) {
  .orange-gradient {
    padding-left: 10rem;
    padding-right: 5rem;
  }

  .orange-gradient h1 {
    font-size: 50px;
  }
}

#home .orange-gradient {
  text-align: right;
}

#home .orange-gradient h1 span {
  font-size: 17px;
}

@media (min-width: 768px) {
  #home .orange-gradient {
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  #home .orange-gradient {
    border-bottom-left-radius: 9999px;
    border-bottom-right-radius: 0;
    border-top-left-radius: 9999px;
    border-top-right-radius: 0;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  #home .orange-gradient {
    padding-left: 1.5rem;
  }
}

@media (min-width: 1024px) {
  #home .orange-gradient h1 span {
    font-size: 22px;
  }
}

@media (min-width: 1280px) {
  #home .orange-gradient h1 span {
    font-size: 29px;
  }
}

@media (min-width: 1536px) {
  #home .orange-gradient h1 span {
    font-size: 36px;
  }
}

.wrap-long-text {
  word-wrap: break-word;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
}

.site-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1632px + 2rem);
  width: 100%;
}

.px-spacing {
  padding-left: 1rem;
  padding-right: 1rem;
}

.-ml-spacing {
  margin-left: -1rem;
}

.py-spacing {
  padding-bottom: 1rem;
}

.pt-spacing,
.py-spacing {
  padding-top: 1rem;
}

.pb-spacing {
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  .px-spacing {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .-ml-spacing {
    margin-left: -2.5rem;
  }

  .py-spacing {
    padding-bottom: 2rem;
  }

  .pt-spacing,
  .py-spacing {
    padding-top: 2rem;
  }

  .pb-spacing {
    padding-bottom: 2rem;
  }
}

@media (min-width: 1536px) {
  .px-spacing {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .-ml-spacing {
    margin-left: -3rem;
  }

  .py-spacing {
    padding-bottom: 2.5rem;
  }

  .pt-spacing,
  .py-spacing {
    padding-top: 2.5rem;
  }

  .pb-spacing {
    padding-bottom: 2.5rem;
  }
}

header p {
  padding-bottom: 0;
}

#main-nav-links,
#menu-container {
  padding-top: 1rem;
}

#main-nav-links {
  height: 100%;
  overflow-y: scroll;
  padding-bottom: 1.5rem;
}

#main-nav-list {
  display: flex;
  flex-direction: column;
}

.nav-list-item {
  display: block;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

#about #nav-about:before,
#glossary #nav-glossary:before,
#home #nav-home:before,
#resources #nav-resources:before,
.nav-item.active:before,
.nav-language:hover:before,
.nav-list-item:hover:before {
  --tw-border-opacity: 1;
  border-color: rgb(25 145 181 / var(--tw-border-opacity));
  border-width: 4px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
}

#about #nav-about .nav-item-inner,
#glossary #nav-glossary .nav-item-inner,
#home #nav-home .nav-item-inner,
#resources #nav-resources .nav-item-inner,
.nav-item.active .nav-item-inner,
.nav-list-item:hover .nav-item-inner {
  --tw-text-opacity: 1;
  color: rgb(25 145 181 / var(--tw-text-opacity));
}

.nav-item {
  display: block;
  padding: 1rem 1rem 1rem 1.5rem;
  position: relative;
}

.mobile-only-nav-item {
  padding-left: 3rem;
}

.mobile-only-nav-item .nav-item-inner {
  font-size: 1rem;
  line-height: 1.5rem;
}

.nav-list-item.border-none {
  border-width: 0;
}

.nav-item-inner {
  --tw-text-opacity: 1;
  color: rgb(0 102 133 / var(--tw-text-opacity));
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
}

.nav-language .nav-item-inner {
  --tw-text-opacity: 1;
  color: rgb(110 110 110 / var(--tw-text-opacity));
}

.nav-language.nav-item:hover .nav-item-inner {
  --tw-text-opacity: 1;
  color: rgb(25 145 181 / var(--tw-text-opacity));
}

@media screen and (max-width: 1023px) {
  #menu-container {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    color: rgb(0 0 0 / var(--tw-text-opacity));
    display: block;
    height: calc(100vh - 73px);
    left: calc(100% + 1rem);
    position: absolute;
    top: 73px;
    width: calc(100% + 2rem);
  }

  #menu-container.open {
    left: -1rem;
  }

  #menu-wrapper {
    overflow: hidden;
  }

  #menu-container.open {
    transition-duration: 0.15s;
    transition-property: left;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  #menu-container.open,
  #menu-wrapper.open {
    overflow: visible;
  }
}

@media (min-width: 1024px) {

  #main-nav-links,
  #menu-container {
    padding: 0;
  }

  #menu-container {
    align-items: center;
    display: flex;
    height: auto;
    left: 0;
    position: relative;
  }

  #main-nav-links {
    align-items: center;
    display: flex;
    justify-content: center;
    overflow: visible;
  }

  #main-nav-list {
    flex-direction: row;
  }

  .nav-list-item {
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }

  .nav-list-item:last-child {
    margin-right: -1rem;
  }

  #about #nav-about:before,
  #glossary #nav-glossary:before,
  #home #nav-home:before,
  #resources #nav-resources:before,
  .nav-item.active:before,
  .nav-language:hover:before,
  .nav-list-item:hover:before {
    height: unset;
    left: 1rem;
    top: -1rem;
    width: calc(100% - 2rem);
  }

  .nav-item {
    align-items: center;
    display: flex;
    height: 70px;
    line-height: 1.25;
    margin-right: 0;
    padding-left: 1rem;
    text-align: left;
  }

  .nav-item-inner {
    font-size: 18px;
    line-height: 1.12;
  }

  #menu-container {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
}

@media (min-width: 1536px) {
  .nav-list-item {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

footer {
  color: #6e6e6e;
}

.btn,
.btn-link {
  --tw-text-opacity: 1;
  align-items: center;
  background: transparent -webkit-gradient(linear,
      left top,
      left bottom,
      from(#006774),
      color-stop(39%, #006685),
      to(#284861)) 0 0 no-repeat padding-box;
  background: transparent linear-gradient(180deg, #006774, #006685 39%, #284861) 0 0 no-repeat padding-box;
  border-radius: 9999px;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  display: inline-flex;
  flex-direction: row;
  flex-grow: 0;
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
  line-height: 19px;
  min-height: 54px;
  padding: 0.5rem 1rem 0.5rem 0.5rem;
  text-align: center;
}

.btn-link:hover,
.btn:hover {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.btn:before {
  background-size: cover;
  content: "";
  height: 40px;
  margin-right: 0.5rem;
  width: 40px;
}

.btn-link {
  min-height: 67px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.btn-link:after {
  background-size: cover;
  content: "";
  height: 15px;
  margin-left: 1rem;
  width: 15px;
}

@media (min-width: 1024px) {

  .btn,
  .btn-link {
    font-size: 16px;
  }

  .btn {
    line-height: 20px;
    padding-right: 1.5rem;
  }

  .btn:before {
    margin-right: 1rem;
  }
}

@media (min-width: 1536px) {

  .btn,
  .btn-link {
    font-size: 18px;
  }

  .btn {
    padding-right: 2rem;
  }
}

.popup-bg {
  background-color: rgba(32, 32, 32, 0.87);
}

#home-hero-bg {
  background-color: #e2e2e2;
}

#home-hero-bg .text-content {
  background-color: hsla(0, 0%, 89%, 0.8);
}

@media (min-width: 1024px) {
  #home-hero-bg {
    background-image: url('../images/193f10cc158d039b700e.jpg');
    background-position: -3% 100%;
    background-repeat: no-repeat;
    background-size: 56%;
    padding-left: 0;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
  #home-hero-bg {
    background-size: 50%;
  }
}

@media (min-width: 1280px) {
  #home-hero-bg {
    background-image: url('../images/cb5fd6bb5fd71b44c99c.jpg');
    background-position: 0 100%;
    background-size: contain;
  }
}

#home .btn {
  min-height: 77px;
  padding-right: 1.5rem;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

#home .btn:hover {
  --tw-drop-shadow: drop-shadow(2px 12px 12px rgba(0, 0, 0, 0.16));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

#home .btn:before {
  flex-shrink: 0;
  height: 52px;
  margin-left: 0.25rem;
  width: 52px;
}

.about-card,
.resource-card {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  border-radius: 47px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.5rem;
  pointer-events: none;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.about-card-bottom,
.resource-card-bottom {
  padding-top: 1rem;
}

.about-card:hover,
.resource-card:hover {
  --tw-drop-shadow: drop-shadow(2px 12px 12px rgba(0, 0, 0, 0.16));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.about-card a,
.resource-card .resource-image a,
.resource-card .resource-video,
.resource-card .resource-vimeo {
  pointer-events: auto;
}

@media (min-width: 768px) {
  .resource-card .btn:before {
    margin-right: 0.5rem;
  }
}

@media (min-width: 1024px) {
  .resource-card .btn:before {
    margin-right: 1rem;
  }
}

@media (min-width: 1280px) {

  .about-card,
  .resource-card {
    padding: 2rem;
  }
}

@media screen and (min-width: 996px) and (max-width: 1060px) {
  .resource-card .btn {
    font-size: 15px;
  }

  .resource-card .btn:before {
    margin-right: 0.5rem;
  }
}

@media screen and (min-width: 1180px) and (max-width: 1536px) {
  .resource-card .btn {
    font-size: 18px;
  }
}

#resources-nav .btn {
  font-weight: 400;
  justify-content: flex-start;
  min-height: 54px;
  text-align: left;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

#resources-nav .btn:hover {
  --tw-drop-shadow: drop-shadow(2px 12px 12px rgba(0, 0, 0, 0.16));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

#resources-nav .btn:before {
  --tw-content: "";
  background-color: #fff;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80%;
  border-radius: 9999px;
  content: var(--tw-content);
  flex-shrink: 0;
  height: 3rem;
  margin-right: 0.5rem;
  width: 3rem;
}

@media (min-width: 1024px) {
  #resources-nav .btn {
    font-size: 20px;
    line-height: 22px;
  }

  #resources-nav .btn:before {
    height: 5rem;
    margin-right: 1rem;
    min-height: 84px;
    width: 5rem;
  }
}

.resource-card {
  text-align: left;
}

.resource-card .resource-image,
.resource-card .resource-video,
.resource-card .resource-vimeo {
  border: 1px solid #707070;
  border-radius: 0.75rem;
  margin-bottom: 1rem;
  overflow: hidden;
}

.resource-card .resource-video,
.resource-card .resource-vimeo {
  cursor: pointer;
}

.resource-card .resource-headline {
  color: #284861;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.resource-card .resource-headline span {
  display: block;
  font-size: 13px;
}

.resource-card .btn {
  justify-content: flex-start;
  min-height: 84px;
  padding-right: 2rem;
  pointer-events: auto;
  position: relative;
  text-align: left;
  width: 100%;
  word-break: break-word;
}

.resource-card .btn:before {
  flex-shrink: 0;
  height: 66px;
  width: 66px;
}

.resource-card .btn:after {
  background-size: cover;
  content: "";
  height: 1rem;
  position: absolute;
  right: 0.75rem;
  width: 1rem;
}

@media (min-width: 1024px) {
  .resource-card .resource-headline {
    font-size: 20px;
    line-height: 24px;
  }

  .resource-card .resource-headline span {
    font-size: 14px;
  }
}

@media (min-width: 1280px) {
  .resource-card .resource-headline {
    font-size: 22px;
    line-height: 26px;
  }

  .resource-card .resource-headline span {
    font-size: 16px;
  }
}

@media (min-width: 1536px) {
  .resource-card .resource-headline {
    font-size: 24px;
    line-height: 28px;
  }

  .resource-card .resource-headline span {
    font-size: 18px;
  }
}

.about-card {
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center;
}

.about-card .about-image {
  align-items: center;
  display: flex;
  height: 8rem;
}

.about-card .about-image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.about-card .btn-link {
  margin-bottom: 1rem;
  padding-left: 1rem;
}

.about-card:first-child .about-image img {
  height: 118px;
}

.about-card:nth-child(2) .about-image img {
  height: 84px;
}

.about-card:nth-child(3) .about-image img {
  height: 113px;
}

.about-card:nth-child(4) .about-image img {
  height: 98px;
}

@media (min-width: 1024px) {
  .about-card-top {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

#glossary .btn-link {
  justify-content: space-between;
  min-width: 300px;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

#glossary .btn-link:hover {
  --tw-drop-shadow: drop-shadow(2px 12px 12px rgba(0, 0, 0, 0.16));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

@media (min-width: 768px) {
  #glossary .btn-link {
    min-width: unset;
  }
}

@media (min-width: 1280px) {
  #glossary .btn-link {
    min-width: 300px;
  }
}

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

@media (min-width: 768px) {
  .md\:inset-0 {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
  }

  .md\:mb-0 {
    margin-bottom: 0;
  }

  .md\:ml-0 {
    margin-left: 0;
  }

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:w-4\/12 {
    width: 33.333333%;
  }

  .md\:w-8\/12 {
    width: 66.666667%;
  }

  .md\:w-40 {
    width: 10rem;
  }

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

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:items-start {
    align-items: flex-start;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:rounded-largest {
    border-radius: 47px;
  }

  .md\:p-4 {
    padding: 1rem;
  }

  .md\:pr-4 {
    padding-right: 1rem;
  }

  .md\:pb-8 {
    padding-bottom: 2rem;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-right {
    text-align: right;
  }
}

@media (min-width: 1024px) {
  .lg\:relative {
    position: relative;
  }

  .lg\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .lg\:mb-0 {
    margin-bottom: 0;
  }

  .lg\:mr-0 {
    margin-right: 0;
  }

  .lg\:ml-auto {
    margin-left: auto;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:w-6\/12 {
    width: 50%;
  }

  .lg\:w-9\/12 {
    width: 75%;
  }

  .lg\:w-52 {
    width: 13rem;
  }

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

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

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:items-end {
    align-items: flex-end;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:p-6 {
    padding: 1.5rem;
  }

  .lg\:py-0 {
    padding-bottom: 0;
    padding-top: 0;
  }

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .lg\:pb-0 {
    padding-bottom: 0;
  }

  .lg\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .lg\:pt-12 {
    padding-top: 3rem;
  }

  .lg\:pb-8 {
    padding-bottom: 2rem;
  }
}

@media (min-width: 1280px) {
  .xl\:w-7\/12 {
    width: 58.333333%;
  }

  .xl\:w-5\/12 {
    width: 41.666667%;
  }
}

@media (min-width: 1536px) {
  .\32xl\:-mb-16 {
    margin-bottom: -4rem;
  }

  .\32xl\:w-64 {
    width: 16rem;
  }

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

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

  .\32xl\:gap-8 {
    gap: 2rem;
  }

  .\32xl\:p-12 {
    padding: 3rem;
  }

  .\32xl\:pb-16 {
    padding-bottom: 4rem;
  }

  .\32xl\:pt-20 {
    padding-top: 5rem;
  }
}

#resources-nav .btn:nth-child(1)::before {
  background-image: url('../images/icon-link-about.svg');
}

#resources-nav .btn:nth-child(2)::before {
  background-image: url('../images/icon-link-managing.svg');
}

#resources-nav .btn:nth-child(3)::before {
  background-image: url('../images/icon-link-sexual.svg');
}

#resources-nav .btn:nth-child(4)::before {
  background-image: url('../images/icon-link-healthy.svg');
  background-size: 100%;
}

#resources-nav .btn:nth-child(5)::before {
  background-image: url('../images/icon-link-support.svg');
  background-size: 70%;
}

#resources-nav .btn:nth-child(6)::before {
  background-image: url('../images/icon-link-advanced.svg');
  background-size: 60%;
}

#resources .btn.generic:before {
  background-image: url('../images/btn-resource-icon.png');
}

#resources .btn.pcsc:before {
  background-image: url('../images/btn-pcsc-icon.png');
}

#resources .btn.tom:before {
  background-image: url('../images/btn-tom-icon.png');
}

#resources .btn.adt:before {
  background-image: url('../images/btn-adt-icon.png');
}

#resources .btn.moustache:before {
  background-image: url('../images/btn-moustache-icon.png');
}

#resources .btn.butts:before {
  background-image: url('../images/btn-butts-icon.png');
}

#resources .btn.ipep:before {
  background-image: url('../images/btn-ipep-icon.png');
}

#resources .btn.tolmar:before {
  background-image: url('../images/btn-tolmar-icon.png');
}

#resources .btn.cancer-support:before {
  background-image: url('../images/btn-cancer-icon.png');
}

#resources .btn:after {
  background-image: url('../images/btn-icon-link.svg');
}

.page-id-23 .btn-link:after,
.page-id-17 .btn-link:after,
.page-id-19 .btn-link:after {
  background-image: url('../images/btn-icon-link.png');
}

.page-id-17 .btn:before,
.page-id-6 .btn:before {
  background-image: url('../images/btn-icon-play.svg');
}