:root {
  --c9f2a: #1a2332;
  --b8e1d: #2d3e50;
  --a7c4f: #4a6278;
  --z6p9m: #7a8c9e;
  --y5n8k: #b4c2d0;
  --x4m7j: #e8ecf1;
  --w3l6h: #f5f7fa;
  --v2k5g: #ffffff;
  --u1j4f: #c44536;
  --t9i3e: #2c5f7c;
  --s8h2d: #3d7a99;
  --r7g1c: rgba(26, 35, 50, 0.05);
  --q6f9b: rgba(45, 62, 80, 0.08);
  --p5e8a: rgba(74, 98, 120, 0.12);
}

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

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

body {
  font-family: 'Lora', 'Georgia', serif;
  font-size: 17px;
  line-height: 1.75;
  color: var(--c9f2a);
  background: var(--w3l6h);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.m9z3x {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

.n8y2w {
  max-width: 820px;
  margin: 0 auto;
}

.o7x1v {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: var(--v2k5g);
  border-bottom: 1px solid var(--y5n8k);
  z-index: 1000;
  transition: box-shadow 0.3s ease;
}

.o7x1v.p6w9u {
  box-shadow: 0 4px 20px rgba(26, 35, 50, 0.08);
}

.q5v8t {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 32px;
  max-width: 1280px;
  margin: 0 auto;
}

.r4u7s {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--c9f2a);
}

.s3t6r {
  width: 44px;
  height: 44px;
  margin-right: 16px;
}

.t2s5q {
  font-family: 'Crimson Pro', 'Georgia', serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.u1r4p {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: var(--a7c4f);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: 2px;
}

.v9q3o {
  display: flex;
  gap: 40px;
  align-items: center;
}

.w8p2n {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: var(--b8e1d);
  text-decoration: none;
  position: relative;
  transition: color 0.2s ease;
}

.w8p2n::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--t9i3e);
  transition: width 0.3s ease;
}

.w8p2n:hover {
  color: var(--t9i3e);
}

.w8p2n:hover::after {
  width: 100%;
}

.w8p2n:focus {
  outline: 2px solid var(--t9i3e);
  outline-offset: 4px;
}

.x7o1m {
  display: none;
  flex-direction: column;
  gap: 6px;
  width: 30px;
  height: 24px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.x7o1m span {
  width: 100%;
  height: 2px;
  background: var(--c9f2a);
  transition: all 0.3s ease;
}

.y6n9l {
  padding: 140px 0 80px;
}

.bg{
  position: relative;
  
}

.bg::before{
  position: absolute;
  content: "";
  inset: 0;
  background: url("../images/banner.webp");
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.5;
}
#accessibility-toolbar{
  display: none!important;
}
.bg .n8y2w{
  position: relative;
  z-index: 10;
}

.z5m8k {
  padding: 80px 0;
}

.a4l7j {
  padding: 60px 0;
}

.b3k6i {
  background: var(--v2k5g);
  border-top: 1px solid var(--y5n8k);
  padding: 60px 0 40px;
  margin-top: 120px;
}

.c2j5h {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 60px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
  margin-bottom: 40px;
}

.d1i4g {
  font-family: 'Crimson Pro', serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  color: var(--c9f2a);
}

.e9h3f {
  font-size: 15px;
  line-height: 1.6;
  color: var(--a7c4f);
  margin-bottom: 24px;
}

.f8g2e {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.g7f1d {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: var(--b8e1d);
  text-decoration: none;
  transition: color 0.2s ease;
}

.g7f1d:hover {
  color: var(--t9i3e);
}

.h6e9c {
  padding-top: 40px;
  border-top: 1px solid var(--y5n8k);
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 32px;
  padding-right: 32px;
}

.i5d8b {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: var(--z6p9m);
}

.j4c7a {
  display: flex;
  gap: 24px;
}

.j4c7a a {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: var(--a7c4f);
  text-decoration: none;
  transition: color 0.2s ease;
}

.j4c7a a:hover {
  color: var(--t9i3e);
}

@media (max-width: 1024px) {
  .c2j5h {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}

@media (max-width: 768px) {
  .v9q3o {
    display: none;
  }
  
  .x7o1m {
    display: flex;
  }
  
  .c2j5h {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .h6e9c {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
  
  .j4c7a {
    flex-wrap: wrap;
    justify-content: center;
  }
}


.r4u7s img{
    max-width: 200px;
    width: 200px;
    object-fit: contain;
}

html{
    overflow-x: hidden;
}


.footer-text{
    margin-top: 20px;
}