/* src/styles.scss */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/manrope-400.woff2) format("woff2");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/manrope-700.woff2) format("woff2");
}
@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/fonts/fraunces-500.woff2) format("woff2");
}
@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/fraunces-700.woff2) format("woff2");
}
.m-0 {
  margin: 0;
}
.mt-0 {
  margin-top: 0;
}
.mr-0 {
  margin-right: 0;
}
.mb-0 {
  margin-bottom: 0;
}
.ml-0 {
  margin-left: 0;
}
.mx-0 {
  margin-left: 0;
  margin-right: 0;
}
.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}
.m-xs {
  margin: 0.25rem;
}
.mt-xs {
  margin-top: 0.25rem;
}
.mr-xs {
  margin-right: 0.25rem;
}
.mb-xs {
  margin-bottom: 0.25rem;
}
.ml-xs {
  margin-left: 0.25rem;
}
.mx-xs {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.my-xs {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.m-sm {
  margin: 0.5rem;
}
.mt-sm {
  margin-top: 0.5rem;
}
.mr-sm {
  margin-right: 0.5rem;
}
.mb-sm {
  margin-bottom: 0.5rem;
}
.ml-sm {
  margin-left: 0.5rem;
}
.mx-sm {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.my-sm {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.m-md {
  margin: 1rem;
}
.mt-md {
  margin-top: 1rem;
}
.mr-md {
  margin-right: 1rem;
}
.mb-md {
  margin-bottom: 1rem;
}
.ml-md {
  margin-left: 1rem;
}
.mx-md {
  margin-left: 1rem;
  margin-right: 1rem;
}
.my-md {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.m-lg {
  margin: 1.5rem;
}
.mt-lg {
  margin-top: 1.5rem;
}
.mr-lg {
  margin-right: 1.5rem;
}
.mb-lg {
  margin-bottom: 1.5rem;
}
.ml-lg {
  margin-left: 1.5rem;
}
.mx-lg {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.my-lg {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.m-xl {
  margin: 2rem;
}
.mt-xl {
  margin-top: 2rem;
}
.mr-xl {
  margin-right: 2rem;
}
.mb-xl {
  margin-bottom: 2rem;
}
.ml-xl {
  margin-left: 2rem;
}
.mx-xl {
  margin-left: 2rem;
  margin-right: 2rem;
}
.my-xl {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.m-2xl {
  margin: 3rem;
}
.mt-2xl {
  margin-top: 3rem;
}
.mr-2xl {
  margin-right: 3rem;
}
.mb-2xl {
  margin-bottom: 3rem;
}
.ml-2xl {
  margin-left: 3rem;
}
.mx-2xl {
  margin-left: 3rem;
  margin-right: 3rem;
}
.my-2xl {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.m-3xl {
  margin: 4rem;
}
.mt-3xl {
  margin-top: 4rem;
}
.mr-3xl {
  margin-right: 4rem;
}
.mb-3xl {
  margin-bottom: 4rem;
}
.ml-3xl {
  margin-left: 4rem;
}
.mx-3xl {
  margin-left: 4rem;
  margin-right: 4rem;
}
.my-3xl {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.m-4xl {
  margin: 6rem;
}
.mt-4xl {
  margin-top: 6rem;
}
.mr-4xl {
  margin-right: 6rem;
}
.mb-4xl {
  margin-bottom: 6rem;
}
.ml-4xl {
  margin-left: 6rem;
}
.mx-4xl {
  margin-left: 6rem;
  margin-right: 6rem;
}
.my-4xl {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.p-0 {
  padding: 0;
}
.pt-0 {
  padding-top: 0;
}
.pr-0 {
  padding-right: 0;
}
.pb-0 {
  padding-bottom: 0;
}
.pl-0 {
  padding-left: 0;
}
.px-0 {
  padding-left: 0;
  padding-right: 0;
}
.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.p-xs {
  padding: 0.25rem;
}
.pt-xs {
  padding-top: 0.25rem;
}
.pr-xs {
  padding-right: 0.25rem;
}
.pb-xs {
  padding-bottom: 0.25rem;
}
.pl-xs {
  padding-left: 0.25rem;
}
.px-xs {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.py-xs {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.p-sm {
  padding: 0.5rem;
}
.pt-sm {
  padding-top: 0.5rem;
}
.pr-sm {
  padding-right: 0.5rem;
}
.pb-sm {
  padding-bottom: 0.5rem;
}
.pl-sm {
  padding-left: 0.5rem;
}
.px-sm {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-sm {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.p-md {
  padding: 1rem;
}
.pt-md {
  padding-top: 1rem;
}
.pr-md {
  padding-right: 1rem;
}
.pb-md {
  padding-bottom: 1rem;
}
.pl-md {
  padding-left: 1rem;
}
.px-md {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-md {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.p-lg {
  padding: 1.5rem;
}
.pt-lg {
  padding-top: 1.5rem;
}
.pr-lg {
  padding-right: 1.5rem;
}
.pb-lg {
  padding-bottom: 1.5rem;
}
.pl-lg {
  padding-left: 1.5rem;
}
.px-lg {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-lg {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.p-xl {
  padding: 2rem;
}
.pt-xl {
  padding-top: 2rem;
}
.pr-xl {
  padding-right: 2rem;
}
.pb-xl {
  padding-bottom: 2rem;
}
.pl-xl {
  padding-left: 2rem;
}
.px-xl {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-xl {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.p-2xl {
  padding: 3rem;
}
.pt-2xl {
  padding-top: 3rem;
}
.pr-2xl {
  padding-right: 3rem;
}
.pb-2xl {
  padding-bottom: 3rem;
}
.pl-2xl {
  padding-left: 3rem;
}
.px-2xl {
  padding-left: 3rem;
  padding-right: 3rem;
}
.py-2xl {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.p-3xl {
  padding: 4rem;
}
.pt-3xl {
  padding-top: 4rem;
}
.pr-3xl {
  padding-right: 4rem;
}
.pb-3xl {
  padding-bottom: 4rem;
}
.pl-3xl {
  padding-left: 4rem;
}
.px-3xl {
  padding-left: 4rem;
  padding-right: 4rem;
}
.py-3xl {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.p-4xl {
  padding: 6rem;
}
.pt-4xl {
  padding-top: 6rem;
}
.pr-4xl {
  padding-right: 6rem;
}
.pb-4xl {
  padding-bottom: 6rem;
}
.pl-4xl {
  padding-left: 6rem;
}
.px-4xl {
  padding-left: 6rem;
  padding-right: 6rem;
}
.py-4xl {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.d-none {
  display: none !important;
}
.d-block {
  display: block !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-grid {
  display: grid !important;
}
@media (max-width: 767px) {
  .d-mobile-none {
    display: none !important;
  }
  .d-mobile-block {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .d-tablet-none {
    display: none !important;
  }
  .d-tablet-block {
    display: block !important;
  }
}
@media (min-width: 1024px) {
  .d-desktop-none {
    display: none !important;
  }
  .d-desktop-block {
    display: block !important;
  }
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.justify-start {
  justify-content: flex-start !important;
}
.justify-center {
  justify-content: center !important;
}
.justify-end {
  justify-content: flex-end !important;
}
.justify-between {
  justify-content: space-between !important;
}
.justify-around {
  justify-content: space-around !important;
}
.items-start {
  align-items: flex-start !important;
}
.items-center {
  align-items: center !important;
}
.items-end {
  align-items: flex-end !important;
}
.items-stretch {
  align-items: stretch !important;
}
.gap-xs {
  gap: 0.25rem !important;
}
.gap-sm {
  gap: 0.5rem !important;
}
.gap-md {
  gap: 1rem !important;
}
.gap-lg {
  gap: 1.5rem !important;
}
.gap-xl {
  gap: 2rem !important;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.text-justify {
  text-align: justify !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-light {
  font-weight: 300 !important;
}
.font-normal {
  font-weight: 400 !important;
}
.font-medium {
  font-weight: 500 !important;
}
.font-semibold {
  font-weight: 600 !important;
}
.font-bold {
  font-weight: 700 !important;
}
.text-xs {
  font-size: 0.75rem !important;
}
.text-sm {
  font-size: 0.875rem !important;
}
.text-base {
  font-size: 1rem !important;
}
.text-lg {
  font-size: 1.125rem !important;
}
.text-xl {
  font-size: 1.25rem !important;
}
.text-2xl {
  font-size: 1.5rem !important;
}
.text-3xl {
  font-size: 1.875rem !important;
}
.text-primary {
  color: #2563eb !important;
}
.text-secondary {
  color: #6c757d !important;
}
.text-success {
  color: #28a745 !important;
}
.text-danger {
  color: #dc3545 !important;
}
.text-warning {
  color: #ffc107 !important;
}
.text-dark {
  color: #1a1a1a !important;
}
.text-light {
  color: #595959 !important;
}
.text-white {
  color: #ffffff !important;
}
.bg-primary {
  background-color: #2563eb !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
.bg-white {
  background-color: #ffffff !important;
}
.bg-dark {
  background-color: #2c3e50 !important;
}
.w-full {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-full {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.rounded-none {
  border-radius: 0 !important;
}
.rounded-sm {
  border-radius: 0.25rem !important;
}
.rounded {
  border-radius: 0.375rem !important;
}
.rounded-lg {
  border-radius: 0.5rem !important;
}
.rounded-xl {
  border-radius: 0.75rem !important;
}
.rounded-full {
  border-radius: 9999px !important;
}
.shadow-none {
  box-shadow: none !important;
}
.shadow-sm {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1) !important;
}
.shadow {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1) !important;
}
.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1) !important;
}
.shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1) !important;
}
.cursor-pointer {
  cursor: pointer !important;
}
.cursor-default {
  cursor: default !important;
}
.cursor-not-allowed {
  cursor: not-allowed !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (max-width: 767px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.container-sm {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (max-width: 767px) {
  .container-sm {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.container-lg {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (max-width: 767px) {
  .container-lg {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.container-full {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (max-width: 767px) {
  .container-full {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.container-95 {
  max-width: 99%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 768px) {
  .container-95 {
    max-width: 95%;
  }
}
.container-90 {
  max-width: 99%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 768px) {
  .container-90 {
    max-width: 90%;
  }
}
.container-80 {
  max-width: 99%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 768px) {
  .container-80 {
    max-width: 80%;
  }
}
.container-70 {
  max-width: 99%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 768px) {
  .container-70 {
    max-width: 70%;
  }
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.text-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.transition {
  transition: all 300ms ease !important;
}
.transition-colors {
  transition:
    color 200ms ease,
    background-color 200ms ease,
    border-color 200ms ease !important;
}
.transition-transform {
  transition: transform 300ms ease !important;
}
.opacity-0 {
  opacity: 0 !important;
}
.opacity-25 {
  opacity: 0.25 !important;
}
.opacity-50 {
  opacity: 0.5 !important;
}
.opacity-75 {
  opacity: 0.75 !important;
}
.opacity-100 {
  opacity: 1 !important;
}
.z-0 {
  z-index: 1 !important;
}
.z-10 {
  z-index: 1000 !important;
}
.z-20 {
  z-index: 1020 !important;
}
.z-30 {
  z-index: 1040 !important;
}
.z-40 {
  z-index: 1050 !important;
}
.z-50 {
  z-index: 1070 !important;
}
.border {
  border: 1px solid #e0e0e0 !important;
}
.border-0 {
  border: 0 !important;
}
.border-t {
  border-top: 1px solid #e0e0e0 !important;
}
.border-r {
  border-right: 1px solid #e0e0e0 !important;
}
.border-b {
  border-bottom: 1px solid #e0e0e0 !important;
}
.border-l {
  border-left: 1px solid #e0e0e0 !important;
}
.border-primary {
  border-color: #2563eb !important;
}
.border-light {
  border-color: #f0f0f0 !important;
}
.leading-none {
  line-height: 1 !important;
}
.leading-tight {
  line-height: 1.25 !important;
}
.leading-normal {
  line-height: 1.5 !important;
}
.leading-relaxed {
  line-height: 1.75 !important;
}
.leading-loose {
  line-height: 2 !important;
}
.object-contain {
  object-fit: contain !important;
}
.object-cover {
  object-fit: cover !important;
}
.object-fill {
  object-fit: fill !important;
}
.object-none {
  object-fit: none !important;
}
.pointer-events-none {
  pointer-events: none !important;
}
.pointer-events-auto {
  pointer-events: auto !important;
}
.select-none {
  -webkit-user-select: none !important;
  user-select: none !important;
}
.select-text {
  -webkit-user-select: text !important;
  user-select: text !important;
}
.select-all {
  -webkit-user-select: all !important;
  user-select: all !important;
}
.list-none {
  list-style: none !important;
  padding-left: 0 !important;
  margin: 0 !important;
}
.list-disc {
  list-style-type: disc !important;
}
.list-decimal {
  list-style-type: decimal !important;
}
.aspect-square {
  aspect-ratio: 1/1 !important;
}
.aspect-video {
  aspect-ratio: 16/9 !important;
}
.aspect-4-3 {
  aspect-ratio: 4/3 !important;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, 1fr) !important;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, 1fr) !important;
}
.grid-cols-3 {
  grid-template-columns: repeat(3, 1fr) !important;
}
.grid-cols-4 {
  grid-template-columns: repeat(4, 1fr) !important;
}
.flex-1 {
  flex: 1 1 0% !important;
}
.flex-auto {
  flex: 1 1 auto !important;
}
.flex-none {
  flex: none !important;
}
.flex-grow {
  flex-grow: 1 !important;
}
.flex-shrink {
  flex-shrink: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.max-w-xs {
  max-width: 320px !important;
}
.max-w-sm {
  max-width: 480px !important;
}
.max-w-md {
  max-width: 640px !important;
}
.max-w-lg {
  max-width: 800px !important;
}
.max-w-xl {
  max-width: 1024px !important;
}
.max-w-full {
  max-width: 100% !important;
}
.min-h-screen {
  min-height: 100vh !important;
}
.min-h-full {
  min-height: 100% !important;
}
.whitespace-normal {
  white-space: normal !important;
}
.whitespace-nowrap {
  white-space: nowrap !important;
}
.whitespace-pre {
  white-space: pre !important;
}
.whitespace-pre-wrap {
  white-space: pre-wrap !important;
}
.break-normal {
  word-break: normal !important;
  overflow-wrap: normal !important;
}
.break-words {
  overflow-wrap: break-word !important;
}
.break-all {
  word-break: break-all !important;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.text-display {
  font-family:
    "Fraunces",
    "DM Serif Display",
    serif;
  font-weight: 800;
  line-height: 1.25;
  font-size: clamp(1.125rem, 1.125rem + (1.5rem - 1.125rem) * (100vw - 320px) / (768px - 320px), 1.5rem);
}
@media (min-width: 768px) {
  .text-display {
    font-size: clamp(2rem, 2rem + (3.5rem - 2rem) * (100vw - 768px) / (1280px - 768px), 3.5rem);
  }
}
@media (min-width: 1280px) {
  .text-display {
    font-size: clamp(3.5rem, 3.5rem + (4.5rem - 3.5rem) * (100vw - 1280px) / (1536px - 1280px), 4.5rem);
  }
}
.text-title {
  font-family:
    "Fraunces",
    "DM Serif Display",
    serif;
  font-weight: 700;
  line-height: 1.25;
  font-size: clamp(0.95rem, 0.95rem + (1.25rem - 0.95rem) * (100vw - 320px) / (768px - 320px), 1.25rem);
}
@media (min-width: 768px) {
  .text-title {
    font-size: clamp(1.75rem, 1.75rem + (2.75rem - 1.75rem) * (100vw - 768px) / (1280px - 768px), 2.75rem);
  }
}
@media (min-width: 1280px) {
  .text-title {
    font-size: clamp(2.75rem, 2.75rem + (3.25rem - 2.75rem) * (100vw - 1280px) / (1536px - 1280px), 3.25rem);
  }
}
.text-subtitle {
  font-family:
    "Fraunces",
    "DM Serif Display",
    serif;
  font-weight: 600;
  line-height: 1.5;
  font-size: clamp(0.875rem, 0.875rem + (1rem - 0.875rem) * (100vw - 320px) / (768px - 320px), 1rem);
}
@media (min-width: 768px) {
  .text-subtitle {
    font-size: clamp(1.25rem, 1.25rem + (2rem - 1.25rem) * (100vw - 768px) / (1280px - 768px), 2rem);
  }
}
@media (min-width: 1280px) {
  .text-subtitle {
    font-size: clamp(2rem, 2rem + (2.5rem - 2rem) * (100vw - 1280px) / (1536px - 1280px), 2.5rem);
  }
}
.text-lead {
  font-family:
    "Manrope",
    "Source Sans 3",
    sans-serif;
  font-weight: 500;
  line-height: 1.75;
  font-size: clamp(0.8125rem, 0.8125rem + (0.9rem - 0.8125rem) * (100vw - 320px) / (768px - 320px), 0.9rem);
}
@media (min-width: 768px) {
  .text-lead {
    font-size: clamp(1rem, 1rem + (1.375rem - 1rem) * (100vw - 768px) / (1280px - 768px), 1.375rem);
  }
}
@media (min-width: 1280px) {
  .text-lead {
    font-size: clamp(1.375rem, 1.375rem + (1.5rem - 1.375rem) * (100vw - 1280px) / (1536px - 1280px), 1.5rem);
  }
}
.text-body {
  font-family:
    "Manrope",
    "Source Sans 3",
    sans-serif;
  font-weight: 400;
  line-height: 1.75;
  font-size: clamp(0.75rem, 0.75rem + (0.8125rem - 0.75rem) * (100vw - 320px) / (768px - 320px), 0.8125rem);
}
@media (min-width: 768px) {
  .text-body {
    font-size: clamp(0.9375rem, 0.9375rem + (1.125rem - 0.9375rem) * (100vw - 768px) / (1280px - 768px), 1.125rem);
  }
}
@media (min-width: 1280px) {
  .text-body {
    font-size: clamp(1.125rem, 1.125rem + (1.1875rem - 1.125rem) * (100vw - 1280px) / (1536px - 1280px), 1.1875rem);
  }
}
.text-body-sm {
  font-family:
    "Manrope",
    "Source Sans 3",
    sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: clamp(0.6875rem, 0.6875rem + (0.75rem - 0.6875rem) * (100vw - 320px) / (768px - 320px), 0.75rem);
}
@media (min-width: 768px) {
  .text-body-sm {
    font-size: clamp(0.875rem, 0.875rem + (1rem - 0.875rem) * (100vw - 768px) / (1280px - 768px), 1rem);
  }
}
@media (min-width: 1280px) {
  .text-body-sm {
    font-size: clamp(1rem, 1rem + (1.0625rem - 1rem) * (100vw - 1280px) / (1536px - 1280px), 1.0625rem);
  }
}
.text-caption {
  font-family:
    "Manrope",
    "Source Sans 3",
    sans-serif;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.01em;
  font-size: clamp(0.75rem, 0.75rem + (0.8125rem - 0.75rem) * (100vw - 320px) / (768px - 320px), 0.8125rem);
}
@media (min-width: 768px) {
  .text-caption {
    font-size: clamp(0.75rem, 0.75rem + (0.9375rem - 0.75rem) * (100vw - 768px) / (1280px - 768px), 0.9375rem);
  }
}
@media (min-width: 1280px) {
  .text-caption {
    font-size: 0.9375rem;
  }
}
.text-overline {
  font-family:
    "Manrope",
    "Source Sans 3",
    sans-serif;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: clamp(0.6875rem, 0.6875rem + (0.75rem - 0.6875rem) * (100vw - 320px) / (768px - 320px), 0.75rem);
}
@media (min-width: 768px) {
  .text-overline {
    font-size: clamp(0.6875rem, 0.6875rem + (0.875rem - 0.6875rem) * (100vw - 768px) / (1280px - 768px), 0.875rem);
  }
}
@media (min-width: 1280px) {
  .text-overline {
    font-size: 0.875rem;
  }
}
.text-card-title {
  font-family:
    "Fraunces",
    "DM Serif Display",
    serif;
  font-weight: 700;
  line-height: 1.25;
  color: #1a1a1a;
  font-size: clamp(0.95rem, 0.95rem + (1.15rem - 0.95rem) * (100vw - 320px) / (768px - 320px), 1.15rem);
}
@media (min-width: 768px) {
  .text-card-title {
    font-size: clamp(1.125rem, 1.125rem + (1.5rem - 1.125rem) * (100vw - 768px) / (1280px - 768px), 1.5rem);
  }
}
@media (min-width: 1280px) {
  .text-card-title {
    font-size: 1.5rem;
  }
}
.text-card-subtitle {
  font-family:
    "Manrope",
    "Source Sans 3",
    sans-serif;
  font-weight: 600;
  line-height: 1.5;
  color: #595959;
  font-size: clamp(0.8125rem, 0.8125rem + (0.9375rem - 0.8125rem) * (100vw - 320px) / (768px - 320px), 0.9375rem);
}
@media (min-width: 768px) {
  .text-card-subtitle {
    font-size: clamp(0.875rem, 0.875rem + (1rem - 0.875rem) * (100vw - 768px) / (1280px - 768px), 1rem);
  }
}
@media (min-width: 1280px) {
  .text-card-subtitle {
    font-size: 1rem;
  }
}
.text-card-body {
  font-family:
    "Manrope",
    "Source Sans 3",
    sans-serif;
  font-weight: 400;
  line-height: 1.75;
  color: #333333;
  font-size: clamp(0.875rem, 0.875rem + (0.9375rem - 0.875rem) * (100vw - 320px) / (768px - 320px), 0.9375rem);
}
@media (min-width: 768px) {
  .text-card-body {
    font-size: clamp(0.875rem, 0.875rem + (1rem - 0.875rem) * (100vw - 768px) / (1280px - 768px), 1rem);
  }
}
@media (min-width: 1280px) {
  .text-card-body {
    font-size: 1rem;
  }
}
.text-card-meta {
  font-family:
    "Manrope",
    "Source Sans 3",
    sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #4b5563;
  letter-spacing: 0.005em;
  font-size: clamp(0.75rem, 0.75rem + (0.8125rem - 0.75rem) * (100vw - 320px) / (768px - 320px), 0.8125rem);
}
@media (min-width: 768px) {
  .text-card-meta {
    font-size: clamp(0.75rem, 0.75rem + (0.875rem - 0.75rem) * (100vw - 768px) / (1280px - 768px), 0.875rem);
  }
}
@media (min-width: 1280px) {
  .text-card-meta {
    font-size: 0.875rem;
  }
}
.text-card-badge {
  font-family:
    "Manrope",
    "Source Sans 3",
    sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: clamp(0.6875rem, 0.6875rem + (0.75rem - 0.6875rem) * (100vw - 320px) / (768px - 320px), 0.75rem);
}
@media (min-width: 768px) {
  .text-card-badge {
    font-size: clamp(0.6875rem, 0.6875rem + (0.8125rem - 0.6875rem) * (100vw - 768px) / (1280px - 768px), 0.8125rem);
  }
}
@media (min-width: 1280px) {
  .text-card-badge {
    font-size: 0.8125rem;
  }
}
.text-card-link {
  font-family:
    "Manrope",
    "Source Sans 3",
    sans-serif;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: color 0.2s ease;
  font-size: clamp(0.875rem, 0.875rem + (0.9375rem - 0.875rem) * (100vw - 320px) / (768px - 320px), 0.9375rem);
}
@media (min-width: 768px) {
  .text-card-link {
    font-size: clamp(0.875rem, 0.875rem + (1rem - 0.875rem) * (100vw - 768px) / (1280px - 768px), 1rem);
  }
}
@media (min-width: 1280px) {
  .text-card-link {
    font-size: 1rem;
  }
}
.text-card-link:hover {
  text-decoration: underline;
}
.text-button {
  font-family:
    "Manrope",
    "Source Sans 3",
    sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
  font-size: clamp(0.9375rem, 0.9375rem + (1rem - 0.9375rem) * (100vw - 320px) / (768px - 320px), 1rem);
}
@media (min-width: 768px) {
  .text-button {
    font-size: clamp(0.9375rem, 0.9375rem + (1.0625rem - 0.9375rem) * (100vw - 768px) / (1280px - 768px), 1.0625rem);
  }
}
@media (min-width: 1280px) {
  .text-button {
    font-size: 1.0625rem;
  }
}
.text-button-sm {
  font-family:
    "Manrope",
    "Source Sans 3",
    sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.015em;
  font-size: clamp(0.8125rem, 0.8125rem + (0.875rem - 0.8125rem) * (100vw - 320px) / (768px - 320px), 0.875rem);
}
@media (min-width: 768px) {
  .text-button-sm {
    font-size: clamp(0.8125rem, 0.8125rem + (0.9375rem - 0.8125rem) * (100vw - 768px) / (1280px - 768px), 0.9375rem);
  }
}
@media (min-width: 1280px) {
  .text-button-sm {
    font-size: 0.9375rem;
  }
}
.text-button-lg {
  font-family:
    "Manrope",
    "Source Sans 3",
    sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.025em;
  font-size: clamp(1rem, 1rem + (1.125rem - 1rem) * (100vw - 320px) / (768px - 320px), 1.125rem);
}
@media (min-width: 768px) {
  .text-button-lg {
    font-size: clamp(1.0625rem, 1.0625rem + (1.25rem - 1.0625rem) * (100vw - 768px) / (1280px - 768px), 1.25rem);
  }
}
@media (min-width: 1280px) {
  .text-button-lg {
    font-size: 1.25rem;
  }
}
.text-label {
  font-family:
    "Manrope",
    "Source Sans 3",
    sans-serif;
  font-weight: 500;
  line-height: 1.5;
  color: #1a1a1a;
  font-size: clamp(0.875rem, 0.875rem + (0.9375rem - 0.875rem) * (100vw - 320px) / (768px - 320px), 0.9375rem);
}
@media (min-width: 768px) {
  .text-label {
    font-size: clamp(0.875rem, 0.875rem + (1rem - 0.875rem) * (100vw - 768px) / (1280px - 768px), 1rem);
  }
}
@media (min-width: 1280px) {
  .text-label {
    font-size: 1rem;
  }
}
.text-helper {
  font-family:
    "Manrope",
    "Source Sans 3",
    sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #595959;
  font-size: clamp(0.75rem, 0.75rem + (0.8125rem - 0.75rem) * (100vw - 320px) / (768px - 320px), 0.8125rem);
}
@media (min-width: 768px) {
  .text-helper {
    font-size: clamp(0.75rem, 0.75rem + (0.875rem - 0.75rem) * (100vw - 768px) / (1280px - 768px), 0.875rem);
  }
}
@media (min-width: 1280px) {
  .text-helper {
    font-size: 0.875rem;
  }
}
.text-error {
  font-family:
    "Manrope",
    "Source Sans 3",
    sans-serif;
  font-weight: 500;
  line-height: 1.5;
  color: #dc3545;
  font-size: clamp(0.75rem, 0.75rem + (0.8125rem - 0.75rem) * (100vw - 320px) / (768px - 320px), 0.8125rem);
}
@media (min-width: 768px) {
  .text-error {
    font-size: clamp(0.75rem, 0.75rem + (0.875rem - 0.75rem) * (100vw - 768px) / (1280px - 768px), 0.875rem);
  }
}
@media (min-width: 1280px) {
  .text-error {
    font-size: 0.875rem;
  }
}
.text-success {
  font-family:
    "Manrope",
    "Source Sans 3",
    sans-serif;
  font-weight: 500;
  line-height: 1.5;
  color: #28a745;
  font-size: clamp(0.75rem, 0.75rem + (0.8125rem - 0.75rem) * (100vw - 320px) / (768px - 320px), 0.8125rem);
}
@media (min-width: 768px) {
  .text-success {
    font-size: clamp(0.75rem, 0.75rem + (0.875rem - 0.75rem) * (100vw - 768px) / (1280px - 768px), 0.875rem);
  }
}
@media (min-width: 1280px) {
  .text-success {
    font-size: 0.875rem;
  }
}
.text-nav-link {
  font-family:
    "Manrope",
    "Source Sans 3",
    sans-serif;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.01em;
  font-size: clamp(0.9375rem, 0.9375rem + (1rem - 0.9375rem) * (100vw - 320px) / (768px - 320px), 1rem);
}
@media (min-width: 768px) {
  .text-nav-link {
    font-size: clamp(0.9375rem, 0.9375rem + (1.0625rem - 0.9375rem) * (100vw - 768px) / (1280px - 768px), 1.0625rem);
  }
}
@media (min-width: 1280px) {
  .text-nav-link {
    font-size: 1.0625rem;
  }
}
.text-nav-link-mobile {
  font-family:
    "Manrope",
    "Source Sans 3",
    sans-serif;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.01em;
  font-size: clamp(1rem, 1rem + (1.125rem - 1rem) * (100vw - 320px) / (768px - 320px), 1.125rem);
}
@media (min-width: 768px) {
  .text-nav-link-mobile {
    font-size: 1rem;
  }
}
.text-breadcrumb {
  font-family:
    "Manrope",
    "Source Sans 3",
    sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #595959;
  font-size: clamp(0.8125rem, 0.8125rem + (0.875rem - 0.8125rem) * (100vw - 320px) / (768px - 320px), 0.875rem);
}
@media (min-width: 768px) {
  .text-breadcrumb {
    font-size: clamp(0.8125rem, 0.8125rem + (0.9375rem - 0.8125rem) * (100vw - 768px) / (1280px - 768px), 0.9375rem);
  }
}
@media (min-width: 1280px) {
  .text-breadcrumb {
    font-size: 0.9375rem;
  }
}
.text-price {
  font-family:
    "Fraunces",
    "DM Serif Display",
    serif;
  font-weight: 700;
  line-height: 1;
  color: #1a1a1a;
  font-size: clamp(1.25rem, 1.25rem + (1.5rem - 1.25rem) * (100vw - 320px) / (768px - 320px), 1.5rem);
}
@media (min-width: 768px) {
  .text-price {
    font-size: clamp(1.375rem, 1.375rem + (1.75rem - 1.375rem) * (100vw - 768px) / (1280px - 768px), 1.75rem);
  }
}
@media (min-width: 1280px) {
  .text-price {
    font-size: 1.75rem;
  }
}
.text-price-large {
  font-family:
    "Fraunces",
    "DM Serif Display",
    serif;
  font-weight: 800;
  line-height: 1;
  color: #2563eb;
  font-size: clamp(2rem, 2rem + (2.5rem - 2rem) * (100vw - 320px) / (768px - 320px), 2.5rem);
}
@media (min-width: 768px) {
  .text-price-large {
    font-size: clamp(2.5rem, 2.5rem + (3.5rem - 2.5rem) * (100vw - 768px) / (1280px - 768px), 3.5rem);
  }
}
@media (min-width: 1280px) {
  .text-price-large {
    font-size: 3.5rem;
  }
}
.text-price-discount {
  font-family:
    "Manrope",
    "Source Sans 3",
    sans-serif;
  font-weight: 400;
  line-height: 1;
  color: #4b5563;
  text-decoration: line-through;
  font-size: clamp(0.875rem, 0.875rem + (1rem - 0.875rem) * (100vw - 320px) / (768px - 320px), 1rem);
}
@media (min-width: 768px) {
  .text-price-discount {
    font-size: clamp(0.9375rem, 0.9375rem + (1.125rem - 0.9375rem) * (100vw - 768px) / (1280px - 768px), 1.125rem);
  }
}
@media (min-width: 1280px) {
  .text-price-discount {
    font-size: 1.125rem;
  }
}
.text-price-currency {
  font-family:
    "Manrope",
    "Source Sans 3",
    sans-serif;
  font-weight: 600;
  line-height: 1;
  font-size: 0.6em;
  vertical-align: super;
}
.text-stat-number {
  font-family:
    "Fraunces",
    "DM Serif Display",
    serif;
  font-weight: 800;
  line-height: 1;
  color: #2563eb;
  font-size: clamp(2.5rem, 2.5rem + (3rem - 2.5rem) * (100vw - 320px) / (768px - 320px), 3rem);
}
@media (min-width: 768px) {
  .text-stat-number {
    font-size: clamp(3rem, 3rem + (4rem - 3rem) * (100vw - 768px) / (1280px - 768px), 4rem);
  }
}
@media (min-width: 1280px) {
  .text-stat-number {
    font-size: 4rem;
  }
}
.text-stat-label {
  font-family:
    "Manrope",
    "Source Sans 3",
    sans-serif;
  font-weight: 500;
  line-height: 1.5;
  color: #595959;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: clamp(0.75rem, 0.75rem + (0.8125rem - 0.75rem) * (100vw - 320px) / (768px - 320px), 0.8125rem);
}
@media (min-width: 768px) {
  .text-stat-label {
    font-size: clamp(0.8125rem, 0.8125rem + (0.9375rem - 0.8125rem) * (100vw - 768px) / (1280px - 768px), 0.9375rem);
  }
}
@media (min-width: 1280px) {
  .text-stat-label {
    font-size: 0.9375rem;
  }
}
.text-quote {
  font-family:
    "Manrope",
    "Source Sans 3",
    sans-serif;
  font-weight: 400;
  line-height: 1.75;
  font-style: italic;
  color: #1a1a1a;
  font-size: clamp(1rem, 1rem + (1.125rem - 1rem) * (100vw - 320px) / (768px - 320px), 1.125rem);
}
@media (min-width: 768px) {
  .text-quote {
    font-size: clamp(1.0625rem, 1.0625rem + (1.25rem - 1.0625rem) * (100vw - 768px) / (1280px - 768px), 1.25rem);
  }
}
@media (min-width: 1280px) {
  .text-quote {
    font-size: 1.25rem;
  }
}
.text-attribution {
  font-family:
    "Manrope",
    "Source Sans 3",
    sans-serif;
  font-weight: 600;
  line-height: 1.5;
  color: #333333;
  font-size: clamp(0.875rem, 0.875rem + (0.9375rem - 0.875rem) * (100vw - 320px) / (768px - 320px), 0.9375rem);
}
@media (min-width: 768px) {
  .text-attribution {
    font-size: clamp(0.875rem, 0.875rem + (1rem - 0.875rem) * (100vw - 768px) / (1280px - 768px), 1rem);
  }
}
@media (min-width: 1280px) {
  .text-attribution {
    font-size: 1rem;
  }
}
.text-footer-heading {
  font-family:
    "Fraunces",
    "DM Serif Display",
    serif;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: clamp(0.8125rem, 0.8125rem + (0.875rem - 0.8125rem) * (100vw - 320px) / (768px - 320px), 0.875rem);
}
@media (min-width: 768px) {
  .text-footer-heading {
    font-size: clamp(0.875rem, 0.875rem + (1rem - 0.875rem) * (100vw - 768px) / (1280px - 768px), 1rem);
  }
}
@media (min-width: 1280px) {
  .text-footer-heading {
    font-size: 1rem;
  }
}
.text-footer-link {
  font-family:
    "Manrope",
    "Source Sans 3",
    sans-serif;
  font-weight: 400;
  line-height: 1.75;
  color: #595959;
  font-size: clamp(0.8125rem, 0.8125rem + (0.875rem - 0.8125rem) * (100vw - 320px) / (768px - 320px), 0.875rem);
}
@media (min-width: 768px) {
  .text-footer-link {
    font-size: clamp(0.875rem, 0.875rem + (0.9375rem - 0.875rem) * (100vw - 768px) / (1280px - 768px), 0.9375rem);
  }
}
@media (min-width: 1280px) {
  .text-footer-link {
    font-size: 0.9375rem;
  }
}
.text-copyright {
  font-family:
    "Manrope",
    "Source Sans 3",
    sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #4b5563;
  font-size: clamp(0.75rem, 0.75rem + (0.8125rem - 0.75rem) * (100vw - 320px) / (768px - 320px), 0.8125rem);
}
@media (min-width: 768px) {
  .text-copyright {
    font-size: 0.8125rem;
  }
}
.text-alert-title {
  font-family:
    "Manrope",
    "Source Sans 3",
    sans-serif;
  font-weight: 700;
  line-height: 1.25;
  font-size: clamp(0.9375rem, 0.9375rem + (1rem - 0.9375rem) * (100vw - 320px) / (768px - 320px), 1rem);
}
@media (min-width: 768px) {
  .text-alert-title {
    font-size: clamp(1rem, 1rem + (1.125rem - 1rem) * (100vw - 768px) / (1280px - 768px), 1.125rem);
  }
}
@media (min-width: 1280px) {
  .text-alert-title {
    font-size: 1.125rem;
  }
}
.text-alert-body {
  font-family:
    "Manrope",
    "Source Sans 3",
    sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: clamp(0.875rem, 0.875rem + (0.9375rem - 0.875rem) * (100vw - 320px) / (768px - 320px), 0.9375rem);
}
@media (min-width: 768px) {
  .text-alert-body {
    font-size: clamp(0.875rem, 0.875rem + (1rem - 0.875rem) * (100vw - 768px) / (1280px - 768px), 1rem);
  }
}
@media (min-width: 1280px) {
  .text-alert-body {
    font-size: 1rem;
  }
}
.text-table-header {
  font-family:
    "Manrope",
    "Source Sans 3",
    sans-serif;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: clamp(0.6875rem, 0.6875rem + (0.75rem - 0.6875rem) * (100vw - 320px) / (768px - 320px), 0.75rem);
}
@media (min-width: 768px) {
  .text-table-header {
    font-size: clamp(0.8125rem, 0.8125rem + (0.9375rem - 0.8125rem) * (100vw - 768px) / (1280px - 768px), 0.9375rem);
  }
}
@media (min-width: 1280px) {
  .text-table-header {
    font-size: 0.9375rem;
  }
}
.text-table-cell {
  font-family:
    "Manrope",
    "Source Sans 3",
    sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  font-size: clamp(0.75rem, 0.75rem + (0.875rem - 0.75rem) * (100vw - 320px) / (768px - 320px), 0.875rem);
}
@media (min-width: 768px) {
  .text-table-cell {
    font-size: clamp(0.875rem, 0.875rem + (1rem - 0.875rem) * (100vw - 768px) / (1280px - 768px), 1rem);
  }
}
@media (min-width: 1280px) {
  .text-table-cell {
    font-size: 1rem;
  }
}
.text-table-highlight {
  font-family:
    "Manrope",
    "Source Sans 3",
    sans-serif;
  font-weight: 600;
  line-height: 1.5;
  color: #2563eb;
  font-size: clamp(0.875rem, 0.875rem + (0.9375rem - 0.875rem) * (100vw - 320px) / (768px - 320px), 0.9375rem);
}
@media (min-width: 768px) {
  .text-table-highlight {
    font-size: clamp(0.875rem, 0.875rem + (1rem - 0.875rem) * (100vw - 768px) / (1280px - 768px), 1rem);
  }
}
@media (min-width: 1280px) {
  .text-table-highlight {
    font-size: 1rem;
  }
}
.text-feature-title {
  font-family:
    "Fraunces",
    "DM Serif Display",
    serif;
  font-weight: 700;
  line-height: 1.25;
  color: #1a1a1a;
  font-size: clamp(1rem, 1rem + (1.125rem - 1rem) * (100vw - 320px) / (768px - 320px), 1.125rem);
}
@media (min-width: 768px) {
  .text-feature-title {
    font-size: clamp(1.0625rem, 1.0625rem + (1.25rem - 1.0625rem) * (100vw - 768px) / (1280px - 768px), 1.25rem);
  }
}
@media (min-width: 1280px) {
  .text-feature-title {
    font-size: 1.25rem;
  }
}
.text-feature-description {
  font-family:
    "Manrope",
    "Source Sans 3",
    sans-serif;
  font-weight: 400;
  line-height: 1.75;
  color: #595959;
  font-size: clamp(0.875rem, 0.875rem + (0.9375rem - 0.875rem) * (100vw - 320px) / (768px - 320px), 0.9375rem);
}
@media (min-width: 768px) {
  .text-feature-description {
    font-size: clamp(0.875rem, 0.875rem + (1rem - 0.875rem) * (100vw - 768px) / (1280px - 768px), 1rem);
  }
}
@media (min-width: 1280px) {
  .text-feature-description {
    font-size: 1rem;
  }
}
.courses-preview {
  padding: 6rem 0;
  background: #f8f9fa;
}
.courses-preview__container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (max-width: 767px) {
  .courses-preview__container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.courses-preview__header {
  text-align: center;
  margin-bottom: 3rem;
}
.courses-preview__title {
  font-family:
    "Fraunces",
    "DM Serif Display",
    serif;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.25;
  color: #1a1a1a;
  margin: 0 0 0.5rem 0;
}
.courses-preview__subtitle {
  font-size: 1.125rem;
  color: #595959;
  margin: 0;
}
.courses-preview__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media (max-width: 767px) {
  .courses-preview__grid {
    grid-template-columns: 1fr;
  }
}
.course-preview-card {
  background-color: #ffffff;
  border-radius: 0.5rem;
  padding: 1.5rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  transition: all 300ms ease;
}
.course-preview-card:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.course-preview-card {
  display: flex;
  gap: 1.5rem;
  text-decoration: none;
  color: inherit;
  transition: all 150ms ease;
}
.course-preview-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.course-preview-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 0.5rem;
  flex-shrink: 0;
}
.course-preview-card__icon span {
  font-size: 2rem;
}
.course-preview-card__content {
  flex: 1;
}
.course-preview-card__title {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0 0 0.25rem 0;
  color: #1a1a1a;
}
.course-preview-card__description {
  font-size: 0.875rem;
  color: #595959;
  margin: 0 0 0.5rem 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.course-preview-card__meta {
  display: flex;
  gap: 1rem;
  font-size: 0.75rem;
  color: #4b5563;
}
.course-preview-card__level {
  text-transform: capitalize;
}
.courses-preview__footer {
  text-align: center;
  margin-top: 2rem;
}
.courses-preview__link {
  color: #2563eb;
  font-weight: 500;
  text-decoration: none;
}
.courses-preview__link:hover {
  text-decoration: underline;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html,
body {
  min-height: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
body {
  font-family:
    "Manrope",
    "Source Sans 3",
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  overflow-y: auto;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
