/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, 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;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}

* {
  box-sizing: border-box;

  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}
html {
  font-size: 1rem;

  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
section[id] {
  scroll-margin-top: 100px;
}
@media (min-width: 2401px) {
  html {
    font-size: 13px;
  }
}
@media (min-width: 2201px) and (max-width: 2400px) {
  html {
    font-size: 12px;
  }
}
@media (min-width: 1901px) and (max-width: 2200px) {
  html {
    font-size: 12px;
  }
}
@media (min-width: 1500px) and (max-width: 1900px) {
  html {
    font-size: 12px;
  }
}
@media (max-width: 1500px) and (min-width: 1300px) {
  html {
    font-size: 12px;
  }
}
@media (max-width: 1299px) {
  html {
    font-size: 11px;
  }
}
::-webkit-scrollbar,
html ::-webkit-scrollbar {
  height: 1rem;
  width: 1rem;
}
::-webkit-scrollbar-track,
html ::-webkit-scrollbar-track {
  background: #f5f1f1;
}
::-webkit-scrollbar-thumb,
html ::-webkit-scrollbar-thumb {
  background-color: #452e24;
  border-radius: 1rem;
  border: 1px solid #e6e6f0;
}
body {
  position: relative;
  width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-family: Lato;
  overflow-y: auto;
  overflow-x: auto;
}
.main {
  width: 100%;
  min-height: calc(100vh - 60px);
  position: relative;
  flex-grow: 2;
}
a,
button {
  text-decoration: none;
  cursor: pointer;
}
ul {
  list-style: none;
}
img {
  width: 100%;
}

.text_center {
  text-align: center;
}

:root {
  --primary-color: #8b4513;
  --secondary-color: #daa520;
  --text-color: #333333;
  --light-bg: #fff8e7;
  --dark-bg: #2c1810;
  --accent-color: #d35400;
  --container-width: 1200px;
}

body {
  font-family: "Demaw Regular", Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1.6;
  color: var(--text-color);
  min-width: 280px;
}

@font-face {
  font-family: "Demaw Regular";
  src: url("demaw_regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Demaw Bold";
  src: url("demaw_bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

.S5VgpjTRFeHQ {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.AiZsHHhLSDe {
  font-family: "Demaw Bold", Arial, sans-serif;
  font-size: 3.6rem;
  margin-bottom: 1rem;
  color: var(--primary-color);
  text-align: center;
  position: relative;
  padding-bottom: 2rem;
}

.AiZsHHhLSDe::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background-color: var(--accent-color);
}

.euWFL7PEQ {
  font-family: "Demaw Bold", Arial, sans-serif;
  font-size: 2rem;
  margin-bottom: 4rem;
  color: var(--secondary-color);
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.sL3PSgQIfaHdFnX {
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.TjBl3hFqEIVB {
  display: inline-block;
  padding: 1.2rem 2.4rem;
  font-size: 1.4rem;
  background-color: var(--accent-color);
  color: white;
  border: none;
  border-radius: 0.4rem;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.TjBl3hFqEIVB:hover {
  background-color: var(--primary-color);
}

.aiDek348pXWb {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.DXv5WZN801i {
  width: 100%;
  max-width: 450px;
  height: auto;
}
.xZGOmtYW32G3 {
  background-color: var(--light-bg);
  padding: 2rem 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.vPXPQbS14MmFAc3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.NrgBgYEbK {
  font-family: "Demaw Bold", Arial, sans-serif;
  font-size: 1.8rem;
  color: var(--primary-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.NrgBgYEbK:hover {
  color: var(--accent-color);
}

.DuYuFKlfwor9C {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

.OF0jb7bCs {
  font-size: 1.4rem;
  color: var(--text-color);
  text-decoration: none;
  padding: 0.5rem 1rem;
  transition: color 0.3s ease;
}

.OF0jb7bCs:hover {
  color: var(--accent-color);
}

.kiP6kzVKmv {
  color: var(--accent-color);
  font-weight: 700;
  border-bottom: 3px solid var(--accent-color);
  padding-bottom: 0.3rem;
}

.POoejlYTqKXz {
  background-color: var(--dark-bg);
  color: white;
  padding: 4rem 0 2rem;
}

.NpuoM4io5yd {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4rem;
}

.nHYmgaybvC5YKVg {
  flex: 1;
  min-width: 280px;
}

.p7PhVLhKR {
  color: var(--secondary-color);
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}

.DeRQ8tJEO4hr44M {
  list-style: none;
}

.H4RUOET6JAeK {
  margin-bottom: 1rem;
}

.LAgzM3WbUQ {
  color: white;
  text-decoration: none;
  transition: color 0.3s ease;
}

.LAgzM3WbUQ:hover {
  color: var(--secondary-color);
}

.vJ2FSclprP1 {
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}

@media (max-width: 768px) {
  .AiZsHHhLSDe {
    font-size: 2.8rem;
  }

  .vPXPQbS14MmFAc3 {
    flex-direction: column;
    gap: 2rem;
    align-items: center;
  }

  .DuYuFKlfwor9C {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  .NpuoM4io5yd {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .nHYmgaybvC5YKVg {
    width: 100%;
  }
}

.r811wdAtzfo {
  display: none;
  width: 30px;
  height: 20px;
  position: relative;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
}

.oQ0DXHYqhlcx {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: var(--primary-color);
  transition: all 0.3s ease;
}

.oQ0DXHYqhlcx:nth-child(1) {
  top: 0;
}

.oQ0DXHYqhlcx:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.oQ0DXHYqhlcx:nth-child(3) {
  bottom: 0;
}

.r811wdAtzfo.active .oQ0DXHYqhlcx:nth-child(1) {
  transform: rotate(45deg);
  top: 9px;
}

.r811wdAtzfo.active .oQ0DXHYqhlcx:nth-child(2) {
  opacity: 0;
}

.r811wdAtzfo.active .oQ0DXHYqhlcx:nth-child(3) {
  transform: rotate(-45deg);
  bottom: 9px;
}

@media (max-width: 768px) {
  .r811wdAtzfo {
    display: block;
  }

  .DuYuFKlfwor9C {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: var(--light-bg);
    padding: 2rem;
    display: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 100;
  }

  .DuYuFKlfwor9C.active {
    display: flex;
    z-index: 100;
  }

  .xZGOmtYW32G3 {
    position: relative;
  }

  .vPXPQbS14MmFAc3 {
    justify-content: space-between;
    flex-direction: row;
  }
}

.hvAnX8yYWTGNs2z {
  padding: 8rem 0;
  background: var(--light-bg);
  min-height: 70vh;
}

.q00GT33T93x {
  max-width: 90rem;
  margin: 0 auto;
  text-align: center;
}

.ZY7r23XVB0 {
  width: 12rem;
  height: 12rem;
  margin: 0 auto 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8rem;
  color: white;
  background: var(--accent-color);
  border-radius: 50%;
  border: 5px solid var(--primary-color);
}

.mK4UsLUXEE1Mk7Q {
  font-family: "Demaw Bold", Arial, sans-serif;
  font-size: 4.2rem;
  color: var(--primary-color);
  margin-bottom: 2rem;
  line-height: 1.2;
}

.z7No0ROzlosLT {
  font-size: 1.8rem;
  color: var(--text-color);
  margin-bottom: 5rem;
}

.ngbIWugUy7MEj {
  font-family: "Demaw Bold", Arial, sans-serif;
  color: var(--accent-color);
  font-size: 2rem;
}

.M5zYTeEtHMf0SO {
  margin: 5rem 0;
  padding: 4rem;
  background: white;
  text-align: left;
}

.s4sRu1R8Xi3Qfz {
  font-family: "Demaw Bold", Arial, sans-serif;
  font-size: 3.2rem;
  color: var(--primary-color);
  margin-bottom: 3rem;
  text-align: center;
  padding-bottom: 2rem;
  border-bottom: 3px solid var(--accent-color);
}

.wG9Bj6cW057R {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.Mcst3lNzLVn {
  display: flex;
  gap: 3rem;
  padding: 3rem;
  background: var(--light-bg);
  border-left: 4px solid var(--accent-color);
}

.hDZDUdAbq {
  flex: 0 0 6rem;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Demaw Bold", Arial, sans-serif;
  font-size: 3.2rem;
  color: white;
  background: var(--accent-color);
  border-radius: 50%;
}

.FX9B4jPlQucH {
  flex: 1;
}

.INkbXFErPK17Knb {
  font-family: "Demaw Bold", Arial, sans-serif;
  font-size: 2.4rem;
  color: var(--primary-color);
  margin-bottom: 1.5rem;
}

.WE61uvKm4 {
  list-style: none;
  margin: 1.5rem 0;
  padding-left: 0;
}

.WE61uvKm4 li {
  margin-bottom: 1rem;
  padding-left: 2.5rem;
  position: relative;
}

.WE61uvKm4 li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: var(--accent-color);
  font-weight: bold;
}

.WE61uvKm4 a {
  color: var(--accent-color);
  text-decoration: underline;
}

.ZhLQ6B641G {
  margin: 4rem 0;
  padding: 3rem;
  background: white;
  text-align: left;
  border: 2px solid var(--accent-color);
}

.ZhLQ6B641G .sL3PSgQIfaHdFnX {
  margin-bottom: 1.5rem;
}

.ZhLQ6B641G .sL3PSgQIfaHdFnX:last-child {
  margin-bottom: 0;
}

.e8nZg1anByPMOW {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin-top: 4rem;
}

.Y9xfHKdpVsNe {
  background: var(--primary-color);
}

.Y9xfHKdpVsNe:hover {
  background: var(--accent-color);
}

@media (max-width: 768px) {
  .ZY7r23XVB0 {
    width: 10rem;
    height: 10rem;
    font-size: 6rem;
  }

  .mK4UsLUXEE1Mk7Q {
    font-size: 3.2rem;
  }

  .z7No0ROzlosLT {
    font-size: 1.6rem;
  }

  .ngbIWugUy7MEj {
    font-size: 1.8rem;
  }

  .M5zYTeEtHMf0SO {
    padding: 3rem 2rem;
  }

  .s4sRu1R8Xi3Qfz {
    font-size: 2.6rem;
  }

  .Mcst3lNzLVn {
    flex-direction: column;
    gap: 2rem;
    padding: 2rem;
  }

  .hDZDUdAbq {
    flex: 0 0 5rem;
    height: 5rem;
    font-size: 2.6rem;
  }

  .INkbXFErPK17Knb {
    font-size: 2rem;
  }

  .ZhLQ6B641G {
    padding: 2rem;
  }

  .e8nZg1anByPMOW {
    flex-direction: column;
  }

  .e8nZg1anByPMOW .TjBl3hFqEIVB {
    width: 100%;
  }
}

main {
  position: relative;
  background-color: var(--light-bg);
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M54.627 0l.83.828-1.415 1.415L51.8 0h2.827zM5.373 0l-.83.828L5.96 2.243 8.2 0H5.374zM48.97 0l3.657 3.657-1.414 1.414L46.143 0h2.828zM11.03 0L7.372 3.657 8.787 5.07 13.857 0H11.03zm32.284 0L49.8 6.485 48.384 7.9l-7.9-7.9h2.83zM16.686 0L10.2 6.485 11.616 7.9l7.9-7.9h-2.83zM22.343 0L13.857 8.485 15.272 9.9l7.9-7.9h-.83zm13.314 0L47.143 11.485 45.728 12.9l-7.9-7.9h-2.17zm-14.143 0l-9.9 9.9 1.415 1.415 7.9-7.9h.585zm5.657 0l9.9 9.9-1.415 1.415-7.9-7.9h-.585zM32 0l12.485 12.485-1.414 1.414L30.586 1.414 29.171 0h2.829zM27.171 0L40.97 13.8 39.556 15.214 26.343 2H27.17zm3.658 0l8.486 8.485-1.414 1.414-7.071-7.07L29.17 0h1.658zm-1.657 0l7.071 7.071-1.414 1.415L26 0h3.172zm8.486 0l7.07 7.07-1.414 1.415-7.07-7.07h1.414zM39.9 0l-1.415 1.415L54.627 17.557l1.415-1.415L39.899 0zm16.97 1.414L40.899 17.385 42.314 18.8 58.484 2.828l-1.415-1.414zM56.87 4.243L42.314 18.8l1.414 1.414 15.557-15.557-1.414-1.414zm-2.828 2.828L39.485 21.628l1.414 1.414L56.87 7.07l-1.414-1.414zM54.627 7.07L40.899 20.8l1.415 1.413L56.87 8.485l-2.243-1.414zm-2.828 2.83L40.899 20.8l1.415 1.413L54.627 9.9l-2.828 0zm-1.414 1.413L41.899 19.799l1.415 1.414 8.485-8.485-1.414-1.414zm-4.243 4.242l-4.242 4.243 1.414 1.414 4.242-4.242-1.414-1.415zm-2.828 2.83l-1.415 1.413 1.414 1.415 1.414-1.414-1.413-1.414z' fill='%238b4513' fill-opacity='0.12' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.rUuaeNFpSRZ {
  padding: 12rem 0 8rem;
  text-align: center;
  background-image: url("carpets/4rgt67nyttr.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.rUuaeNFpSRZ::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.85);
  z-index: 0;
}

.rUuaeNFpSRZ .S5VgpjTRFeHQ {
  position: relative;
  z-index: 1;
}

.jL33NVYGV {
  font-family: "Demaw Bold", Arial, sans-serif;
  font-size: 5.6rem;
  color: var(--primary-color);
  margin-bottom: 2rem;
  line-height: 1.1;
}

.uFxtRv5q6P18al {
  font-size: 2rem;
  color: var(--text-color);
}

.er3YyV8KeLx {
  padding: 6rem 0;
}

.saT1PFKr5wG {
  margin-top: 6rem;
}

.IhHJgfJs09q {
  position: relative;
}

.ERvRfSUjpO {
  display: flex;
  align-items: flex-start;
  gap: 4rem;
  margin-bottom: 5rem;
  position: relative;
}

.ERvRfSUjpO:last-child {
  margin-bottom: 0;
}

.ERvRfSUjpO::before {
  content: "";
  position: absolute;
  left: 7.5rem;
  top: 8rem;
  width: 3px;
  height: calc(100% + 5rem);
  background: var(--accent-color);
  opacity: 0.3;
}

.ERvRfSUjpO:last-child::before {
  display: none;
}

.kZSy06oS7b1nfg {
  flex: 0 0 15rem;
  height: 15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Demaw Bold", Arial, sans-serif;
  font-size: 4.2rem;
  color: white;
  background: var(--primary-color);
  border: 5px solid var(--accent-color);
  position: relative;
  z-index: 1;
}

.nM5TpBnI0R {
  flex: 1;
  padding: 3rem;
  background-color: var(--light-bg);
  border-left: 4px solid var(--accent-color);
}

.KgLxdfUVHvV57u {
  font-family: "Demaw Bold", Arial, sans-serif;
  font-size: 2.6rem;
  color: var(--primary-color);
  margin-bottom: 1.5rem;
}

.GGHDJMYan {
  padding: 6rem 0;
}

.l0fX40tf0gFOS {
  margin-top: 6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem;
}

.DxWDMBvveZy8k {
  flex: 0 0 calc(50% - 1.5rem);
  display: flex;
  gap: 2rem;
  padding: 3rem;
  background-color: var(--light-bg);
  border-bottom: 3px solid var(--accent-color);
}

.e9rAuAdeJQdOL {
  flex: 0 0 6rem;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.6rem;
  background: white;
  border: 2px solid var(--accent-color);
}

.FvPVA5Wf1S92d {
  flex: 1;
}

.BwZFvFbUj6 {
  font-family: "Demaw Bold", Arial, sans-serif;
  font-size: 2.2rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
}

.hvjcA1m983PC {
  margin-top: 1rem;
  font-size: 1.3rem;
  color: var(--accent-color);
  font-family: "Demaw Bold", Arial, sans-serif;
}

.EuNscMSJPaBQQ {
  padding: 6rem 0;
}

.YcE7FjQ7HILSFN {
  margin-top: 6rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.DkgbmT112Duql {
  padding: 4rem;
  background-color: var(--light-bg);
  border: 3px solid var(--accent-color);
  display: flex;
  flex-direction: column;
}

.DkgbmT112Duql .TjBl3hFqEIVB {
  margin-top: 3rem;
  align-self: center;
}

.adpQyvXQG {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--accent-color);
}

.WNBiKYgUE {
  font-family: "Demaw Bold", Arial, sans-serif;
  font-size: 3.2rem;
  color: var(--primary-color);
}

.i6CvME9eGX {
  font-family: "Demaw Bold", Arial, sans-serif;
  font-size: 2.8rem;
  color: var(--accent-color);
}

.s1OGOHXdFPHfAoY {
  margin-bottom: 3rem;
  padding: 2rem;
  background: white;
}

.s1OGOHXdFPHfAoY p {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

.s1OGOHXdFPHfAoY p:last-child {
  margin-bottom: 0;
}

.jgHZN1r5uGePz,
.dRFUz1oxPFkW,
.ix1hUTHjzx,
.aKOAiq5XYSrBz {
  font-family: "Demaw Bold", Arial, sans-serif;
  color: var(--primary-color);
}

.fFPxm8KmE99G8W {
  margin-top: 2rem;
}

.MJ7q69GlCLs {
  list-style: none;
  margin: 2rem 0;
}

.MJ7q69GlCLs li {
  margin-bottom: 1rem;
  padding-left: 2rem;
  position: relative;
}

.MJ7q69GlCLs li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: var(--accent-color);
  font-weight: bold;
}

.IPTjmoRUdvDtmIt {
  margin-top: 4rem;
  padding: 3rem;
  background-color: var(--light-bg);
  border-left: 5px solid var(--accent-color);
}

.IPTjmoRUdvDtmIt .sL3PSgQIfaHdFnX {
  margin-bottom: 1rem;
}

.IPTjmoRUdvDtmIt .sL3PSgQIfaHdFnX:first-child {
  font-family: "Demaw Bold", Arial, sans-serif;
  font-size: 1.8rem;
  color: var(--primary-color);
  margin-bottom: 2rem;
}

.oDgzNxpMmseJ {
  padding: 6rem 0;
}

.g8bzUhegNmJUzPl {
  margin-top: 6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

.sBjrbzsauF {
  flex: 0 0 calc(33.333% - 1.5rem);
  position: relative;
}

.sBjrbzsauF img {
  width: 100%;
  height: 30rem;
  object-fit: cover;
  display: block;
}

.AeitHG9abMf {
  padding: 2rem;
  background-color: var(--light-bg);
  font-size: 1.4rem;
  color: var(--text-color);
  text-align: center;
}

.vmEyzkUZeG {
  padding: 6rem 0;
}

.AriMoPrj76iN {
  margin-top: 6rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding: 5rem;
  background-color: var(--light-bg);
  border: 2px solid var(--accent-color);
}

.SFiixQalQCra0 {
  display: flex;
  gap: 3rem;
  margin-bottom: 3rem;
}

.N2ph6NRoZL7 {
  flex: 1;
  margin-bottom: 3rem;
}

.vMyoI0BrpbGwF68 {
  display: block;
  font-family: "Demaw Bold", Arial, sans-serif;
  font-size: 1.4rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
}

.gTTpXxZns,
.J7GkDdv8UFY,
.CswGQDRgjGqU {
  width: 100%;
  padding: 1.5rem;
  font-size: 1.6rem;
  border: 2px solid rgba(0, 0, 0, 0.1);
  background: white;
  font-family: "Demaw Regular", Arial, sans-serif;
  transition: border-color 0.3s ease;
}

.gTTpXxZns:focus,
.J7GkDdv8UFY:focus,
.CswGQDRgjGqU:focus {
  outline: none;
  border-color: var(--accent-color);
}

.CswGQDRgjGqU {
  resize: vertical;
  min-height: 12rem;
}

.rJmNxgv7TFiel {
  margin: 3rem 0;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.rJmNxgv7TFiel input[type="checkbox"] {
  margin-top: 0.5rem;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
}

.rJmNxgv7TFiel label {
  font-size: 1.4rem;
  color: var(--text-color);
  line-height: 1.6;
}

.rJmNxgv7TFiel a {
  color: var(--accent-color);
  text-decoration: underline;
}

.AriMoPrj76iN .TjBl3hFqEIVB {
  width: 100%;
  font-size: 1.8rem;
  padding: 2rem;
  margin-top: 2rem;
}

@media (max-width: 1200px) {
  .DxWDMBvveZy8k {
    flex: 0 0 100%;
  }

  .sBjrbzsauF {
    flex: 0 0 calc(50% - 1rem);
  }
}

@media (max-width: 768px) {
  .jL33NVYGV {
    font-size: 4rem;
  }

  .uFxtRv5q6P18al {
    font-size: 1.6rem;
  }

  .ERvRfSUjpO {
    flex-direction: column;
    gap: 2rem;
  }

  .ERvRfSUjpO::before {
    display: none;
  }

  .kZSy06oS7b1nfg {
    flex: 0 0 10rem;
    height: 10rem;
    font-size: 3.2rem;
  }

  .DxWDMBvveZy8k {
    flex-direction: column;
  }

  .e9rAuAdeJQdOL {
    flex: 0 0 5rem;
    height: 5rem;
    font-size: 3rem;
  }

  .adpQyvXQG {
    flex-direction: column;
    gap: 1rem;
  }

  .WNBiKYgUE {
    font-size: 2.4rem;
  }

  .i6CvME9eGX {
    font-size: 2.2rem;
  }

  .sBjrbzsauF {
    flex: 0 0 100%;
  }

  .SFiixQalQCra0 {
    flex-direction: column;
    gap: 0;
  }

  .AriMoPrj76iN {
    padding: 3rem;
  }
}
