@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600;700&family=Newsreader:opsz,wght@6..72,400;6..72,600&display=swap');

:root {
  --quiet-bg: #f5f7f6;
  --quiet-surface: rgba(255, 255, 255, 0.9);
  --quiet-ink: #18211e;
  --quiet-muted: #5d6d68;
  --quiet-line: rgba(24, 33, 30, 0.14);
  --quiet-accent: #236b64;
}

html {
  background: var(--quiet-bg) !important;
  font-size: 16px !important;
}

body {
  background:
    radial-gradient(circle at 16% 0%, rgba(35, 107, 100, 0.1), transparent 28rem),
    linear-gradient(180deg, #fbfcfb 0%, #f3f6f5 100%) !important;
  color: var(--quiet-ink);
  font-family: 'IBM Plex Sans', 'Source Sans Pro', sans-serif;
  line-height: 1.5;
}

body:after {
  background-color: #f3f7f5 !important;
}

#wrapper {
  align-items: stretch;
  justify-content: flex-start;
  min-height: auto;
  overflow: visible;
  padding: 4rem 1.5rem;
}

#main {
  justify-content: center;
  text-align: left;
  width: 100%;
}

#main > .inner {
  --padding-horizontal: 0rem;
  --padding-vertical: 0rem;
  --spacing: 0.95rem;
  --width: 56rem;
  max-width: 100%;
  padding: 0;
  width: min(100%, var(--width));
}

h1,
h2,
h3,
p,
a,
.buttons li a {
  letter-spacing: 0 !important;
}

h1.style5 {
  color: var(--quiet-ink) !important;
  font-family: 'Newsreader', Georgia, serif !important;
  font-size: clamp(2.2rem, 4vw, 3.15rem) !important;
  font-weight: 600 !important;
  line-height: 0.98 !important;
  max-width: 11ch;
}

p.style3 {
  color: var(--quiet-muted) !important;
  font-family: 'IBM Plex Sans', 'Source Sans Pro', sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.6 !important;
  max-width: 36rem;
}

#text02 {
  margin-bottom: 0.35rem !important;
}

#text01 {
  margin-bottom: 1.65rem !important;
  margin-top: 0.35rem !important;
}

#container01 {
  margin-top: 1.65rem !important;
}

.container.style1 {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background: var(--quiet-surface) !important;
  border: 1px solid var(--quiet-line) !important;
  border-radius: 0.75rem !important;
  box-shadow: 0 1rem 3rem rgba(22, 38, 34, 0.08) !important;
}

.container.style1 > .wrapper > .inner {
  --gutters: 0rem;
  --padding-horizontal: 2rem;
  --padding-vertical: 2rem;
  --spacing: 0.8rem;
  border-radius: 0.75rem !important;
  padding: var(--padding-vertical) var(--padding-horizontal) !important;
}

.container.style1.columns > .wrapper > .inner {
  align-items: start !important;
  display: grid !important;
  gap: 1.75rem !important;
  grid-template-columns: 9.5rem minmax(0, 1fr) 10.5rem !important;
}

.container.style1.columns > .wrapper > .inner > * {
  margin-left: 0 !important;
  max-width: 100% !important;
  min-width: 0;
  padding: 0 !important;
  width: auto !important;
}

.container.style1.columns > .wrapper > .inner > *:before {
  display: none !important;
}

.container.style1.columns > .wrapper > .inner > *:last-child:before {
  display: none !important;
}

#container01 > .wrapper > .inner > :nth-child(1),
#container01 > .wrapper > .inner > :nth-child(2),
#container01 > .wrapper > .inner > :nth-child(3) {
  width: auto !important;
}

#container01 > .wrapper > .inner > :nth-child(1),
#container01 > .wrapper > .inner > :nth-child(3) {
  --alignment: left;
  --flex-alignment: flex-start;
  text-align: left;
}

.image.style1 .frame {
  border: 1px solid var(--quiet-line) !important;
  border-radius: 0.7rem !important;
  width: 7.5rem !important;
}

.image.style1 img {
  border-radius: inherit !important;
  object-fit: cover;
  padding: 0 !important;
}

h1.style1,
h2.style1,
h3.style1,
p.style1 {
  color: var(--quiet-accent) !important;
  font-family: 'IBM Plex Sans', 'Source Sans Pro', sans-serif !important;
  font-size: 0.88rem !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
}

p.style2 {
  color: #354540 !important;
  font-family: 'IBM Plex Sans', 'Source Sans Pro', sans-serif !important;
  font-size: 0.95rem !important;
  line-height: 1.6 !important;
}

p.style2 strong {
  color: var(--quiet-ink);
  font-weight: 600;
}

#text03 {
  color: var(--quiet-muted) !important;
  font-size: 0.9rem !important;
  line-height: 1.45 !important;
}

hr.style1:before {
  background-color: var(--quiet-line) !important;
}

#divider04 {
  margin: 1.15rem 0 !important;
}

#container01 #divider04.full {
  margin-left: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}

.buttons.style1 {
  flex-direction: column;
  gap: 0.55rem !important;
}

.buttons.style1:not(:first-child) {
  margin-top: 0.75rem !important;
}

.buttons.style1 li a {
  background: rgba(255, 255, 255, 0.62);
  border-color: var(--quiet-line) !important;
  border-radius: 0.5rem !important;
  color: #26342f !important;
  font-family: 'IBM Plex Sans', 'Source Sans Pro', sans-serif !important;
  font-size: 0.92rem !important;
  font-weight: 500 !important;
  height: 2.25rem !important;
  line-height: 2.25rem !important;
  padding: 0 0.85rem !important;
  width: 100%;
}

.buttons.style1 li a svg {
  fill: #26342f !important;
  height: 100%;
  margin-left: 0.6rem !important;
  width: 0.9rem !important;
}

.buttons.style1 li a:hover {
  background: rgba(222, 240, 236, 0.72);
  border-color: rgba(35, 107, 100, 0.35) !important;
  transform: translateY(-1px) !important;
}

@media (max-width: 736px) {
  #wrapper {
    padding: 2rem 1rem;
  }

  #main > .inner {
    --spacing: 0.85rem;
    width: min(100%, 42rem);
  }

  h1.style5 {
    font-size: clamp(2rem, 9vw, 2.55rem) !important;
    max-width: 100%;
  }

  p.style3 {
    font-size: 0.96rem !important;
  }

  .container.style1 > .wrapper > .inner {
    --padding-horizontal: 1.2rem;
    --padding-vertical: 1.2rem;
    padding: 1.1rem !important;
  }

  .container.style1.columns > .wrapper > .inner {
    gap: 1.35rem !important;
    grid-template-columns: 1fr !important;
  }

  .image.style1 .frame {
    width: 6rem !important;
  }

  .buttons.style1 {
    flex-direction: row !important;
    flex-wrap: wrap !important;
  }

  .buttons.style1 li {
    flex: 1 1 calc(50% - 0.55rem);
  }

  .buttons.style1 li a {
    max-width: none !important;
    width: 100% !important;
  }
}

@media (max-width: 480px) {
  .buttons.style1 {
    flex-direction: row !important;
  }

  .buttons.style1 li {
    flex-basis: 100%;
  }
}
