/*! 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;
}
@font-face {
  font-family: "Ferry";
  font-weight: 400;
  font-display: swap;
  src: url("site_fonts/Ferry_regular.woff2") format("woff2");
}
@font-face {
  font-family: "Ferry";
  font-weight: 700;
  font-display: swap;
  src: url("site_fonts/Ferry_bold.woff2") format("woff2");
}

* {
  box-sizing: border-box;
  font-family: "Ferry", sans-serif;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  transition: all 0.3s ease;
}
html {
  font-size: 1rem;
  font-family: "Ferry", sans-serif;
  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: "Ferry", sans-serif;
  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 {
  --sss_primary-color: #2d5016;
  --sss_secondary-color: #4a7c59;
  --sss_accent-color: #8fbc8f;
  --BPRHMmijglwH6ma-color: #2c3e50;
  --sss_light-text: #7f8c8d;
  --sss_background: #f8f9fa;
  --sss_white: #ffffff;
  --sss_border-color: #e9ecef;
  --sss_shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  --sss_transition: all 0.3s ease;
}

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

body {
  font-size: 1.4rem;
  line-height: 1.6;
  color: var(--BPRHMmijglwH6ma-color);
  background-color: var(--sss_background);
}

.FikbtOF1I {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 2rem;
}

.A2je3It6F60he {
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--sss_primary-color);
  margin-bottom: 1rem;
}

.rp7BtGFu0 {
  font-size: 2.2rem;
  margin-bottom: 0;
}

.jLxUQMo2g {
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 1.5rem;
}

.fmSWWQHNCV5gp {
  font-size: 2.2rem;
  font-weight: 600;
  color: var(--sss_secondary-color);
  margin-bottom: 1rem;
}

.MUCVLiHGZVa {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  color: white;
}

.BPRHMmijglwH6ma {
  font-size: 1.4rem;
  color: var(--BPRHMmijglwH6ma-color);
  margin-bottom: 1rem;
}

.lEiZQ9BFaM {
  font-size: 1.6rem;
  text-align: center;
  color: var(--sss_light-text);
}

.eXyLGQbw1 {
  color: white;
  margin-bottom: 0.8rem;
}

.C5GhmarYUHaGfjO {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 0;
}

.bpn5FkP0m {
  display: inline-block;
  padding: 1.2rem 2.4rem;
  background-color: var(--sss_primary-color);
  color: var(--sss_white);
  text-decoration: none;
  border-radius: 0.5rem;
  font-size: 1.4rem;
  font-weight: 600;
  transition: var(--sss_transition);
  border: none;
  cursor: pointer;
}

.bpn5FkP0m:hover {
  background-color: var(--sss_secondary-color);
  transform: translateY(-2px);
  box-shadow: var(--sss_shadow);
}

.AZB4ZpVeQ7c {
  background: linear-gradient(135deg, var(--sss_white) 0%, #f8f9fa 100%);
  box-shadow: 0 4px 20px rgba(45, 80, 22, 0.1);
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 3px solid var(--sss_accent-color);
}

.WA7zu9LDY {
  background-color: var(--sss_primary-color);
  padding: 0.8rem 0;
}

.rwL6nCrk7HLrW {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  color: var(--sss_white);
  font-size: 1.2rem;
}

.iLZlOHeh2 {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.Ahb6UTJym,
.MBwMzY7cyX4a,
.iBhBPsbSM0 {
  color: var(--sss_white);
  font-size: 1.2rem;
}

.Ahb6UTJym,
.MBwMzY7cyX4a {
  text-decoration: none;
  transition: color 0.3s ease;
}

.Ahb6UTJym:hover,
.MBwMzY7cyX4a:hover {
  color: var(--sss_accent-color);
}

.fcKqvvjIffl5mu {
  padding: 1.5rem 0;
}

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

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

.LrNlQB24Bm {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  color: inherit;
  padding: 0.5rem;
  border-radius: 0.5rem;
}

.LrNlQB24Bm:hover {
  background-color: rgba(143, 188, 143, 0.1);
}

.Yfz3T2gMLlh {
  font-size: 3rem;
  color: var(--sss_primary-color);
}

.o3W1xIIUR80 {
  display: flex;
  flex-direction: column;
}

.yb6r0RfbYlWu {
  font-size: 1.1rem;
  color: var(--sss_light-text);
  font-style: italic;
  margin: 0;
}

.nvam3cLczYjP {
  display: flex;
  align-items: center;
}

.Q1o4ZW38wyRPi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  gap: 1.5rem;
}

.DBZLeLuwU {
  margin: 0;
}

.jIahOWBJ8FMhB {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: var(--BPRHMmijglwH6ma-color);
  font-weight: 500;
  font-size: 1.3rem;
  padding: 1rem 1.5rem;
  border-radius: 0.8rem;
  background: linear-gradient(145deg, #ffffff, #f0f0f0);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  min-width: 100px;
}

.jIahOWBJ8FMhB:hover {
  color: var(--sss_primary-color);
  background: linear-gradient(145deg, var(--sss_accent-color), #7fb07f);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(45, 80, 22, 0.2);
}

.K7oXH3O5OS {
  color: var(--sss_white);
  background: linear-gradient(
    145deg,
    var(--sss_primary-color),
    var(--sss_secondary-color)
  );
  box-shadow: 0 4px 12px rgba(45, 80, 22, 0.3);
}

.r4qgQGRudo {
  font-size: 1.8rem;
  margin-bottom: 0.3rem;
}

.uasqgSK2L {
  font-size: 1.1rem;
  font-weight: 600;
}

.J7ib9lg9OYeY {
  display: none;
  flex-direction: column;
  background: var(--sss_primary-color);
  border: none;
  cursor: pointer;
  padding: 0.8rem;
  border-radius: 0.5rem;
  margin-left: 1rem;
}

.XEVRknge7BzfM {
  width: 2.5rem;
  height: 0.3rem;
  background-color: var(--sss_white);
  margin: 0.3rem 0;
  border-radius: 0.2rem;
}

.XQVz6IB1bX {
  min-height: 60vh;
  padding: 4rem 0;
}

.XC5afKhNnEz8jtW {
  text-align: center;
  padding: 4rem 0;
  background: linear-gradient(
    135deg,
    var(--sss_accent-color) 0%,
    var(--sss_secondary-color) 100%
  );
  border-radius: 1rem;
  margin: 2rem 0;
}

.XC5afKhNnEz8jtW .jLxUQMo2g {
  color: var(--sss_white);
}

.XC5afKhNnEz8jtW .lEiZQ9BFaM {
  color: var(--sss_white);
  opacity: 0.9;
}

.nczLGuQ1XBpDW {
  background: linear-gradient(
    135deg,
    var(--sss_primary-color) 0%,
    var(--sss_secondary-color) 100%
  );
  color: var(--sss_white);
  padding: 4rem 0 1rem;
  margin-top: 4rem;
  position: relative;
  overflow: hidden;
}

.lYVkZTr4DGI {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(
      circle at 20% 80%,
      rgba(255, 255, 255, 0.1) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 80% 20%,
      rgba(255, 255, 255, 0.1) 0%,
      transparent 50%
    );
  pointer-events: none;
}

.EdaCWIKnfZN {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4rem;
  margin-bottom: 3rem;
  position: relative;
  z-index: 1;
}

.F76PPhVzR {
  flex: 1;
  min-width: 250px;
  max-width: 400px;
}

.HbYtKoSAeYgyTqe {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.In2433B7fC1jFd {
  font-size: 4rem;
  color: var(--sss_accent-color);
}

.dLDoKKe5MVEd1cj {
  display: flex;
  flex-direction: column;
}

.KwV94alqSWf {
  font-size: 1.2rem;
  color: var(--sss_accent-color);
  font-style: italic;
  margin: 0;
}

.ZIpoV6aX19ENGx {
  background: rgba(255, 255, 255, 0.1);
  padding: 1.5rem;
  border-radius: 1rem;
  border-left: 4px solid var(--sss_accent-color);
}

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

.fWS2JXZx0LM5Uj {
  flex: 1;
  min-width: 250px;
  background: rgba(255, 255, 255, 0.05);
  padding: 2rem;
  border-radius: 1rem;
  backdrop-filter: blur(10px);
}

.n5JUsVKmN87t6 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
  color: var(--sss_accent-color);
}

.y2VV7fJgXMohGwp {
  font-size: 1.8rem;
}

.ixYVVAh2lK8lhz {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.wyAAUQDcAh {
  min-width: 230px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  padding: 0.8rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0.5rem;
}

.jqHDAnLIF4RA {
  font-size: 1.4rem;
  color: var(--sss_accent-color);
}

.VTUgf3SVYByvpLD {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.DdwLOqDYr {
  margin: 0;
}

.DdwLOqDYr a {
  display: block;
  padding: 0.8rem 1rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0.5rem;
  color: var(--sss_white);
  text-decoration: none;
  font-size: 1.3rem;
}

.DdwLOqDYr a:hover {
  background: rgba(143, 188, 143, 0.3);
  color: var(--sss_accent-color);
}

.pA3jfjS56n {
  color: var(--sss_white);
  text-decoration: none;
  font-size: 1.3rem;
}

.pA3jfjS56n:hover {
  color: var(--sss_accent-color);
}

.oqVyo1ZikV03k {
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  padding-top: 2rem;
  position: relative;
  z-index: 1;
}

.tdqKvDiAxzsVgI {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}

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

.hCWalPf3nAIQYAJ {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.mLKINMXhx48R {
  background: rgba(255, 255, 255, 0.2);
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  font-size: 1.1rem;
  color: var(--sss_white);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

@media (max-width: 768px) {
  .rwL6nCrk7HLrW {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  .iLZlOHeh2 {
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
  }

  .Q1o4ZW38wyRPi {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, var(--sss_white) 0%, #f8f9fa 100%);
    box-shadow: 0 4px 20px rgba(45, 80, 22, 0.2);
    flex-direction: column;
    align-items: center;
    padding: 2rem 0;
    gap: 1rem;
    border-top: 3px solid var(--sss_accent-color);
  }

  .Q1o4ZW38wyRPi.CHccTVT5pz {
    display: flex;
  }

  .J7ib9lg9OYeY {
    display: flex;
  }

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

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

  .jLxUQMo2g {
    font-size: 2.4rem;
  }

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

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

  .tdqKvDiAxzsVgI {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }

  .FikbtOF1I {
    padding: 0 1rem;
  }
}

@media (max-width: 480px) {
  .A2je3It6F60he {
    font-size: 2.2rem;
  }

  .jLxUQMo2g {
    font-size: 2rem;
  }

  .fmSWWQHNCV5gp {
    font-size: 1.8rem;
  }

  .BPRHMmijglwH6ma {
    font-size: 1.3rem;
  }

  .bpn5FkP0m {
    padding: 1rem 2rem;
    font-size: 1.3rem;
  }
}

/* Thanks Page Styles */
.AuuWeKoQxHBO {
  padding: 4rem 0;
  text-align: center;
  background: linear-gradient(
    135deg,
    var(--sss_primary-color) 0%,
    var(--sss_secondary-color) 100%
  );
  color: var(--sss_white);
  border-radius: 2rem;
  margin: 2rem 0;
  position: relative;
  overflow: hidden;
}

.AuuWeKoQxHBO::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
    circle at 30% 20%,
    rgba(255, 255, 255, 0.1) 0%,
    transparent 50%
  );
  pointer-events: none;
}

.FrkJhjo22 {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 2rem;
}

.DNoyZppK2 {
  font-size: 6rem;
  margin-bottom: 2rem;
  color: var(--sss_accent-color);
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}

.I7zQ00m49IHRlC {
  font-size: 3.2rem;
  font-weight: 700;
  color: var(--sss_white);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.ZDOAEaGik1uq {
  font-size: 1.8rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 4rem;
  line-height: 1.4;
}

.rkUU56WUMF6j5cV {
  background: rgba(255, 255, 255, 0.1);
  padding: 2rem;
  border-radius: 2rem;
  margin-bottom: 4rem;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.NiPjrxNcS {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  margin-bottom: 3rem;
  text-align: left;
}

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

.jl7eocOzj8 {
  font-size: 3rem;
  color: var(--sss_accent-color);
  flex-shrink: 0;
  margin-top: 0.5rem;
}

.yKWdWUOeFBNV {
  flex: 1;
}

.DRHNMtNqGnLK3b {
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--sss_white);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.QkGUmv2GdRz {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  margin: 0;
}

.J392fdZVKRPcAg {
  background: var(--sss_white);
  color: var(--sss_primary-color);
  padding: 2rem;
  border-radius: 2rem;
  margin-bottom: 4rem;
  box-shadow: 0 8px 25px rgba(45, 80, 22, 0.15);
}

.LHzNbbTp5N {
  font-size: 2.2rem;
  font-weight: 600;
  color: var(--sss_primary-color);
  margin-bottom: 2rem;
  text-align: center;
}

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

.PqPCnuUUfIY {
  display: flex;
  align-items: center;
  gap: 2rem;
  text-align: left;
}

.wFlt5YipmFvmt {
  font-size: 2rem;
  font-weight: 700;
  color: var(--sss_white);
  background: linear-gradient(
    135deg,
    var(--sss_primary-color),
    var(--sss_secondary-color)
  );
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 15px rgba(45, 80, 22, 0.3);
}

.RrG4euZ6JQ5caho {
  font-size: 1.4rem;
  color: var(--sss_light-text);
  line-height: 1.5;
  flex: 1;
}

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

.twwLANtmW {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem 2.5rem;
  border-radius: 1.5rem;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.MaH7Lp2GZn7ia3 {
  background: var(--sss_accent-color);
  color: var(--sss_white);
}

.MaH7Lp2GZn7ia3:hover {
  background: var(--sss_white);
  color: var(--sss_primary-color);
  transform: translateY(-3px);
}

.tQvRLMEnJWx4 {
  background: transparent;
  color: var(--sss_white);
  border: 2px solid var(--sss_white);
}

.tQvRLMEnJWx4:hover {
  background: var(--sss_white);
  color: var(--sss_primary-color);
  transform: translateY(-3px);
}

.iUm7HfTTmLzv {
  font-size: 1.6rem;
}

.AUXS1NiPYIQ2 {
  font-size: 1.4rem;
  font-weight: 600;
}

.guHV7En4W {
  background: rgba(255, 255, 255, 0.1);
  padding: 2rem;
  border-radius: 2rem;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.onKXt5nxGVa {
  font-size: 2rem;
  font-weight: 600;
  color: var(--sss_white);
  margin-bottom: 1rem;
}

.fpyFYycz0QtJWps {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 2rem;
  line-height: 1.5;
}

.LVr9ZlDB7W {
  display: flex;
  justify-content: center;
  gap: 3rem;
  flex-wrap: wrap;
}

.KP4Vt6IxXjOxWAg {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: var(--sss_white);
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 1rem 2rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}

.KP4Vt6IxXjOxWAg:hover {
  background: var(--sss_accent-color);
  color: var(--sss_white);
  transform: translateY(-2px);
}

.ys15HEE36WeY {
  font-size: 1.6rem;
  color: var(--sss_accent-color);
}

.KP4Vt6IxXjOxWAg:hover .ys15HEE36WeY {
  color: var(--sss_white);
}

@media (max-width: 768px) {
  .FrkJhjo22 {
    padding: 0 1rem;
  }

  .I7zQ00m49IHRlC {
    font-size: 2.6rem;
  }

  .ZDOAEaGik1uq {
    font-size: 1.5rem;
  }

  .rkUU56WUMF6j5cV {
    padding: 2rem;
  }

  .NiPjrxNcS {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }

  .DRHNMtNqGnLK3b {
    font-size: 1.6rem;
  }

  .QkGUmv2GdRz {
    font-size: 1.3rem;
  }

  .J392fdZVKRPcAg {
    padding: 2rem;
  }

  .LHzNbbTp5N {
    font-size: 1.8rem;
  }

  .PqPCnuUUfIY {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }

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

  .twwLANtmW {
    width: 100%;
    max-width: 300px;
    justify-content: center;
  }

  .guHV7En4W {
    padding: 2rem;
  }

  .onKXt5nxGVa {
    font-size: 1.8rem;
  }

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

  .KP4Vt6IxXjOxWAg {
    width: 100%;
    max-width: 300px;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .I7zQ00m49IHRlC {
    font-size: 2.2rem;
  }

  .ZDOAEaGik1uq {
    font-size: 1.3rem;
  }

  .DNoyZppK2 {
    font-size: 4rem;
  }
}

.EbdLy8buW {
  text-align: center;
  padding: 6rem 1rem;
  background: linear-gradient(
    135deg,
    var(--sss_primary-color) 0%,
    var(--sss_secondary-color) 100%
  );
  color: var(--sss_white);
  border-radius: 2rem;
  margin: 2rem 0;
  position: relative;
  overflow: hidden;
}

.EbdLy8buW::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(
      circle at 25% 25%,
      rgba(255, 255, 255, 0.1) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 75% 75%,
      rgba(255, 255, 255, 0.1) 0%,
      transparent 50%
    );
  pointer-events: none;
}

.EbdLy8buW .jLxUQMo2g {
  color: var(--sss_white);
  position: relative;
  z-index: 1;
}

.EbdLy8buW .lEiZQ9BFaM {
  color: var(--sss_white);
  opacity: 0.9;
  position: relative;
  z-index: 1;
  font-size: 1.8rem;
  max-width: 600px;
  margin: 0 auto;
}

.iW9HPCVvw9wR6H {
  padding: 6rem 1rem;
  background: var(--sss_white);
  margin: 4rem 0;
  position: relative;
  overflow: hidden;
}

.iW9HPCVvw9wR6H::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: conic-gradient(
      from 45deg at 20% 20%,
      rgba(143, 188, 143, 0.1) 0deg,
      transparent 60deg
    ),
    conic-gradient(
      from 225deg at 80% 80%,
      rgba(74, 124, 89, 0.1) 0deg,
      transparent 60deg
    );
  pointer-events: none;
}

.Y6KdmsbsAQ {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 4rem;
  margin-top: 4rem;
}

.dLoWxrG23RF9 {
  flex: 1;
  min-width: 250px;
  max-width: 400px;
  background: linear-gradient(145deg, #f8f9fa, #e9ecef);
  padding: 2rem;
  border-radius: 2rem;
  box-shadow: 0 10px 30px rgba(45, 80, 22, 0.15);
  border: 3px solid var(--sss_accent-color);
  position: relative;
}

.vV6jRz64XxJsP9 {
  position: relative;
  margin-bottom: 2rem;
}

.O3jWQPYb3 {
  width: 100%;
  max-width: 300px;
  border-radius: 1.5rem;
  box-shadow: 0 8px 25px rgba(45, 80, 22, 0.2);
}

.i2KZ9E0fOMdX {
  position: absolute;
  top: -10px;
  right: -10px;
  background: var(--sss_primary-color);
  color: var(--sss_white);
  padding: 0.8rem 1.5rem;
  border-radius: 2rem;
  font-size: 1.2rem;
  font-weight: 600;
  box-shadow: 0 4px 15px rgba(45, 80, 22, 0.3);
}

.N70W3XkdzfD {
  text-align: center;
}

.kXWT9AzJTGX4NUm {
  font-size: 2rem;
  font-weight: 700;
  color: var(--sss_primary-color);
  margin-bottom: 0.5rem;
}

.rpZcxl3u1HIF5o {
  font-size: 1.4rem;
  color: var(--sss_secondary-color);
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.LJ2a5b6sgw {
  font-size: 1.3rem;
  color: var(--sss_light-text);
  margin-bottom: 0.5rem;
}

.hP9deZtAeF4 {
  font-size: 1.3rem;
  color: var(--sss_light-text);
  font-style: italic;
}

.nnElVGrmZ {
  flex: 1;
  min-width: 250px;
  max-width: 500px;
  background: var(--sss_white);
  padding: 2rem;
  border-radius: 2rem;
  box-shadow: 0 8px 25px rgba(45, 80, 22, 0.15);
  border-left: 5px solid var(--sss_accent-color);
}

.Jj6sQZWlyJvh {
  padding: 6rem 1rem;
  background: linear-gradient(45deg, #f8f9fa 0%, #e9ecef 100%);
  margin: 4rem 0;
  border-radius: 2rem;
  position: relative;
  overflow: hidden;
}

.Jj6sQZWlyJvh::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    45deg,
    transparent 30%,
    rgba(143, 188, 143, 0.1) 50%,
    transparent 70%
  );
  pointer-events: none;
}

.DixO2dvC6PJ {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-top: 4rem;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.Pfbjn8yMeVu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 3rem;
  background: var(--sss_white);
  padding: 2rem;
  border-radius: 2rem;
  box-shadow: 0 8px 25px rgba(45, 80, 22, 0.15);
  position: relative;
  @media (max-width: 768px) {
    padding: 1rem;
  }
}

.Pfbjn8yMeVu:nth-child(odd) {
  flex-direction: row;
  border-left: 5px solid var(--sss_primary-color);
}

.Pfbjn8yMeVu:nth-child(even) {
  flex-direction: row-reverse;
  border-right: 5px solid var(--sss_secondary-color);
}

.U8pMiAl7awg {
  font-size: 4rem;
  font-weight: 700;
  color: var(--sss_white);
  background: linear-gradient(
    135deg,
    var(--sss_primary-color),
    var(--sss_secondary-color)
  );
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 25px rgba(45, 80, 22, 0.3);
  flex-shrink: 0;
}

.TvizdpsbVl7qRH {
  flex: 1;
  min-width: 250px;
}

.g3RenChXmTzAM4 {
  font-size: 2rem;
  font-weight: 600;
  color: var(--sss_primary-color);
  margin-bottom: 1rem;
}

.M2hTR81TiUTtVl {
  font-size: 1.4rem;
  color: var(--sss_light-text);
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.TTNyiFOTBAHIn {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.FKWqsIs1Tg4Yy {
  background: rgba(143, 188, 143, 0.1);
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  font-size: 1.2rem;
  color: var(--sss_secondary-color);
  border: 1px solid var(--sss_accent-color);
}

.AfGZmiDFw {
  padding: 6rem 1rem;
  background: var(--sss_white);
  margin: 4rem 0;
  border-radius: 2rem;
  border: 3px solid var(--sss_accent-color);
  position: relative;
  overflow: hidden;
}

.AfGZmiDFw::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
      circle at 30% 20%,
      rgba(143, 188, 143, 0.05) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 70% 80%,
      rgba(74, 124, 89, 0.05) 0%,
      transparent 50%
    );
  pointer-events: none;
}

.XRsebK6Ce7L4 {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 3rem;
  margin-top: 4rem;
}

.Axg8Z4AMQoD {
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(45, 80, 22, 0.2);
}

.lGQhqrMW8HK {
  width: 100%;

  object-fit: cover;
}

.PdlfqF9HH {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(45, 80, 22, 0.9));
  color: var(--sss_white);
  padding: 2rem;
}

.e4trNaRi0JxRoE {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.QAmgLCWg352k {
  font-size: 1.3rem;
  opacity: 0.9;
}

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

.S8xCG2VuCmI {
  position: relative;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(45, 80, 22, 0.15);
}

.Q3NYO2Dp3S {
  width: 100%;

  object-fit: cover;
}

.bdByMxJpm {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(45, 80, 22, 0.8);
  color: var(--sss_white);
  padding: 1rem;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
}

.UOFz4EMsOG {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem;
  margin-top: 4rem;
}

.RHiWNZiYcMaE {
  background: linear-gradient(145deg, #f8f9fa, #e9ecef);
  padding: 2.5rem;
  border-radius: 1.5rem;
  text-align: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  flex: 1;
  min-width: 250px;
  max-width: 300px;
  border-top: 4px solid var(--sss_accent-color);
}

.VAOa38TGSsxc {
  font-size: 3rem;
  margin-bottom: 1.5rem;
  display: block;
  color: var(--sss_primary-color);
}

.veFQGzcJ5cj {
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--sss_primary-color);
  margin-bottom: 1rem;
}

.Mk2sVOFMvxOQ {
  font-size: 1.3rem;
  color: var(--sss_light-text);
  line-height: 1.5;
}

.sQjfdQaClXsN {
  padding: 6rem 1rem;
  background: linear-gradient(
    135deg,
    var(--sss_primary-color) 0%,
    var(--sss_secondary-color) 100%
  );
  color: var(--sss_white);
  margin: 4rem 0;
  border-radius: 2rem;
  position: relative;
  overflow: hidden;
}

.sQjfdQaClXsN::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(
      45deg,
      transparent 40%,
      rgba(255, 255, 255, 0.05) 50%,
      transparent 60%
    ),
    radial-gradient(
      circle at 70% 20%,
      rgba(255, 255, 255, 0.1) 0%,
      transparent 50%
    );
  pointer-events: none;
}

.sQjfdQaClXsN .A2je3It6F60he {
  color: var(--sss_white);
  position: relative;
  z-index: 1;
}

.sQjfdQaClXsN .fmSWWQHNCV5gp {
  color: var(--sss_accent-color);
  position: relative;
  z-index: 1;
}

.cU0I6YcMWE5cF {
  position: relative;
  z-index: 1;
  margin-top: 4rem;
}

.bF0U5OAa22qvmrY {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem;
  margin-bottom: 4rem;
}

.wK87ty3DBf {
  background: rgba(255, 255, 255, 0.1);
  padding: 3rem 2rem;
  border-radius: 2rem;
  text-align: center;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  flex: 1;
  min-width: 250px;
  max-width: 350px;
  position: relative;
}

.wK87ty3DBf::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: var(--sss_accent-color);
  border-radius: 2px;
}

.P0ns4OGibqsSW {
  font-size: 4rem;
  margin-bottom: 2rem;
  display: block;
  color: var(--sss_accent-color);
}

.LL8aMl6gr {
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--sss_white);
  margin-bottom: 1.5rem;
}

.rP4GbigaZeIBX3 {
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
}

.u9Ci9VO9WVV9ZHK {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4rem;
  background: rgba(255, 255, 255, 0.1);
  padding: 2rem;
  border-radius: 2rem;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.iK6NgfsNOf5gqd {
  text-align: center;
  flex: 1;
  min-width: 150px;
}

.baL0UmNAQPS2Z {
  font-size: 4rem;
  font-weight: 700;
  color: var(--sss_accent-color);
  display: block;
  margin-bottom: 0.5rem;
}

.s2lXya49uWxbBx {
  font-size: 1.4rem;
  color: var(--sss_white);
  font-weight: 600;
}

.P6RML74iny7Qf {
  padding: 6rem 1rem;
  background: var(--sss_white);
  margin: 4rem 0;
  border-radius: 2rem;
  border: 2px solid var(--sss_accent-color);
  position: relative;
  overflow: hidden;
}

.P6RML74iny7Qf::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
      135deg,
      transparent 30%,
      rgba(143, 188, 143, 0.05) 50%,
      transparent 70%
    ),
    radial-gradient(
      circle at 80% 20%,
      rgba(74, 124, 89, 0.05) 0%,
      transparent 50%
    );
  pointer-events: none;
}

.rBYjteOrWkP {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  margin-top: 4rem;
}

.hpPPTKmqsa {
  flex: 1;
  min-width: 250px;
}

.UXx8ZQp58SVo3 {
  flex: 1;
  min-width: 250px;
}

.YsRxUyoqYHRa {
  font-size: 2rem;
  font-weight: 600;
  color: var(--sss_primary-color);
  margin-bottom: 2rem;
  text-align: center;
  position: relative;
}

.YsRxUyoqYHRa::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: var(--sss_accent-color);
  border-radius: 2px;
}

.h4H8b5eA24Oqa {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
}

.SjKjUJHWYcYG {
  background: linear-gradient(145deg, #f8f9fa, #e9ecef);
  padding: 2rem;
  border-radius: 1.5rem;
  text-align: center;
  box-shadow: 0 6px 20px rgba(45, 80, 22, 0.1);
  border-top: 3px solid var(--sss_primary-color);
  transition: transform 0.3s ease;
}

.SjKjUJHWYcYG:hover {
  transform: translateY(-5px);
}

.mfggZn9JEwd1 {
  font-size: 3rem;
  margin-bottom: 1rem;
  display: block;
  color: var(--sss_primary-color);
}

.XfNiOsIpb {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--sss_primary-color);
  margin-bottom: 1rem;
}

.stauaMBGp6 {
  font-size: 1.2rem;
  color: var(--sss_light-text);
  line-height: 1.5;
}

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

.qMApHX07ZF8 {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  background: linear-gradient(145deg, #f8f9fa, #e9ecef);
  padding: 2rem;
  border-radius: 1.5rem;
  box-shadow: 0 6px 20px rgba(45, 80, 22, 0.1);
  border-left: 4px solid var(--sss_secondary-color);
}

.vqbJhiRUtFu {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--sss_white);
  background: linear-gradient(
    135deg,
    var(--sss_primary-color),
    var(--sss_secondary-color)
  );
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 15px rgba(45, 80, 22, 0.3);
}

.HrR5vY31m96G {
  flex: 1;
}

.kdJ6nK2j64EdRF {
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--sss_primary-color);
  margin-bottom: 0.5rem;
}

.nDvpWcJWrCEMzY {
  font-size: 1.3rem;
  color: var(--sss_light-text);
  line-height: 1.5;
}

.GUBUChdHiPLMvvf {
  padding: 6rem 1rem;
  background: linear-gradient(45deg, #f8f9fa 0%, #e9ecef 100%);
  margin: 4rem 0;
  border-radius: 2rem;
  position: relative;
  overflow: hidden;
}

.GUBUChdHiPLMvvf::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: conic-gradient(
      from 0deg at 25% 25%,
      rgba(143, 188, 143, 0.1) 0deg,
      transparent 60deg
    ),
    conic-gradient(
      from 180deg at 75% 75%,
      rgba(74, 124, 89, 0.1) 0deg,
      transparent 60deg
    );
  pointer-events: none;
}

.W6DRLgmMoAZ {
  position: relative;
  z-index: 1;
  margin-top: 4rem;
}

.IKKq6DaHBeOon {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 4rem;
  background: var(--sss_white);
  padding: 2rem;
  border-radius: 2rem;
  box-shadow: 0 8px 25px rgba(45, 80, 22, 0.15);
  border: 2px solid var(--sss_accent-color);
}

.UTVxjW9zbng {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-bottom: 4rem;
}

.s9zI9XUg1 {
  background: var(--sss_white);
  border-radius: 2rem;
  box-shadow: 0 8px 25px rgba(45, 80, 22, 0.15);
  overflow: hidden;
  border: 2px solid var(--sss_accent-color);
}

.USI7Tz0IziDIehK {
  background: linear-gradient(
    135deg,
    var(--sss_primary-color),
    var(--sss_secondary-color)
  );
  color: var(--sss_white);
  padding: 2rem;
  display: flex;
  align-items: center;
  gap: 2rem;
}

.PQLJnD7Trsg {
  font-size: 3rem;
  color: var(--sss_accent-color);
}

.yMxfFM4ZB {
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--sss_white);
}

.vjCbKYUN9b18 {
  padding: 2rem;
}

.RzkZRZNY4pE8Np {
  font-size: 1.4rem;
  color: var(--sss_light-text);
  margin-bottom: 2rem;
  line-height: 1.6;
}

.uFpXH5iNmw3w {
  list-style: none;
  padding: 0;
}

.uFpXH5iNmw3w li {
  background: rgba(143, 188, 143, 0.1);
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
  border-radius: 1rem;
  font-size: 1.3rem;
  color: var(--sss_secondary-color);
  border-left: 4px solid var(--sss_accent-color);
  position: relative;
}

.uFpXH5iNmw3w li::before {
  content: "✓";
  color: var(--sss_primary-color);
  font-weight: bold;
  margin-right: 1rem;
}

.HvMz1clNX46X {
  background: var(--sss_white);
  padding: 2rem;
  border-radius: 2rem;
  box-shadow: 0 8px 25px rgba(45, 80, 22, 0.15);
  border: 2px solid var(--sss_accent-color);
}

.A9sy4rPR1mff {
  font-size: 2rem;
  font-weight: 600;
  color: var(--sss_primary-color);
  text-align: center;
  margin-bottom: 3rem;
}

.scOXHYZkcrwHPa {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem;
}

.zdyCW2bEfq {
  background: linear-gradient(145deg, #f8f9fa, #e9ecef);
  padding: 2rem;
  border-radius: 1.5rem;
  text-align: center;
  box-shadow: 0 6px 20px rgba(45, 80, 22, 0.1);
  flex: 1;
  min-width: 200px;
  max-width: 250px;
  border-top: 4px solid var(--sss_primary-color);
}

.zqgRj1s1ZmFDebS {
  width: 100%;

  border-radius: 50%;
  margin: 0 auto 1.5rem;
  box-shadow: 0 4px 15px rgba(45, 80, 22, 0.3);
  overflow: hidden;
  border: 3px solid var(--sss_accent-color);
}

.Idkpr0KRhTxp66 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.O2WCerxj7QrKgu {
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--sss_primary-color);
  margin-bottom: 0.5rem;
}

.aetfeGvwgJh {
  font-size: 1.3rem;
  color: var(--sss_secondary-color);
  margin-bottom: 0.5rem;
}

.OXpDYAuKl9O {
  font-size: 1.2rem;
  color: var(--sss_light-text);
  font-style: italic;
}

.EQfoixvgev {
  padding: 6rem 1rem;
  background: var(--sss_white);
  margin: 4rem 0;
  border-radius: 2rem;
  position: relative;
  overflow: hidden;
}

.EQfoixvgev::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
      circle at 20% 30%,
      rgba(143, 188, 143, 0.1) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 80% 70%,
      rgba(74, 124, 89, 0.1) 0%,
      transparent 50%
    );
  pointer-events: none;
}

.a3hwkt4JAoIYBEe {
  position: relative;
  z-index: 1;
  margin-top: 4rem;
}

.l41n5PAIPhr {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem;
  margin-bottom: 4rem;
}

.Jb0M1VHqS5G {
  background: linear-gradient(145deg, #f8f9fa, #e9ecef);
  padding: 3rem 2rem;
  border-radius: 2rem;
  text-align: center;
  box-shadow: 0 8px 25px rgba(45, 80, 22, 0.15);
  flex: 1;
  min-width: 250px;
  max-width: 300px;
  border: 2px solid var(--sss_accent-color);
  position: relative;
}

.Jb0M1VHqS5G::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: var(--sss_primary-color);
  border-radius: 2px;
}

.vPTdV0odf99k {
  font-size: 4rem;
  margin-bottom: 2rem;
  display: block;
  color: var(--sss_primary-color);
}

.LpZCpCo6mBfc {
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--sss_primary-color);
  margin-bottom: 1.5rem;
}

.hZZRRtWknql4g {
  font-size: 1.3rem;
  color: var(--sss_light-text);
  line-height: 1.6;
}

.Zb3Ta3zK8bMnDNf {
  background: linear-gradient(145deg, #f8f9fa, #e9ecef);
  padding: 2rem;
  border-radius: 2rem;
  box-shadow: 0 8px 25px rgba(45, 80, 22, 0.15);
  margin-bottom: 3rem;
  border: 2px solid var(--sss_accent-color);
}

.bZTKfb6A4HNJN {
  font-size: 2rem;
  font-weight: 600;
  color: var(--sss_primary-color);
  text-align: center;
  margin-bottom: 3rem;
}

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

.jskm6ZyihZ {
  display: flex;
  align-items: center;
  gap: 2rem;
  background: var(--sss_white);
  padding: 2rem;
  border-radius: 1.5rem;
  box-shadow: 0 4px 15px rgba(45, 80, 22, 0.1);
  border-left: 4px solid var(--sss_primary-color);
}

.YPuuQLoYmh1jkyF {
  font-size: 2rem;
  font-weight: 700;
  color: var(--sss_white);
  background: linear-gradient(
    135deg,
    var(--sss_primary-color),
    var(--sss_secondary-color)
  );
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 15px rgba(45, 80, 22, 0.3);
}

.hBAJzOCN2IsJa9 {
  flex: 1;
}

.JhLIFFLgoy4jK {
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--sss_primary-color);
  margin-bottom: 0.5rem;
}

.QGkBnbR8RhpQJZw {
  font-size: 1.3rem;
  color: var(--sss_light-text);
  line-height: 1.5;
}

.paBmpItptbA {
  background: linear-gradient(
    135deg,
    var(--sss_primary-color),
    var(--sss_secondary-color)
  );
  color: var(--sss_white);
  padding: 2rem;
  border-radius: 2rem;
  text-align: center;
  box-shadow: 0 8px 25px rgba(45, 80, 22, 0.3);
  position: relative;
  overflow: hidden;
}

.paBmpItptbA::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
      circle at 30% 20%,
      rgba(255, 255, 255, 0.1) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 70% 80%,
      rgba(255, 255, 255, 0.1) 0%,
      transparent 50%
    );
  pointer-events: none;
}

.Ao2xzv5l5c9 {
  position: relative;
  z-index: 1;
}

.VVAL9wYCChWUGjZ {
  font-size: 4rem;
  margin-bottom: 2rem;
  display: block;
  color: var(--sss_accent-color);
}

.YOOwOw63X0Z {
  font-size: 2rem;
  font-weight: 600;
  color: var(--sss_white);
  margin-bottom: 1.5rem;
}

.vRPtsHlOYQTv {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .Y6KdmsbsAQ {
    flex-direction: column;
    align-items: center;
  }

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

  .Pfbjn8yMeVu:nth-child(even) {
    flex-direction: column;
  }

  .XRsebK6Ce7L4 {
    grid-template-columns: 1fr;
  }

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

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

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

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

  .h4H8b5eA24Oqa {
    grid-template-columns: 1fr;
  }

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

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

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

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

.MtflpGJYxP3N {
  padding: 6rem 1rem;
  background: var(--sss_white);
  margin: 4rem 0;
  border-radius: 2rem;
  border: 3px solid var(--sss_accent-color);
  position: relative;
  overflow: hidden;
}

.MtflpGJYxP3N::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: conic-gradient(
      from 0deg at 20% 20%,
      rgba(143, 188, 143, 0.05) 0deg,
      transparent 60deg
    ),
    conic-gradient(
      from 180deg at 80% 80%,
      rgba(74, 124, 89, 0.05) 0deg,
      transparent 60deg
    );
  pointer-events: none;
}

.UsHE8eHZd2rpPet {
  position: relative;
  z-index: 1;
  text-align: center;
}

.K8PNMrzxinsRum {
  margin-bottom: 4rem;
}

.BaftxpgmIDN {
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--sss_primary-color);
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.IwOLzczizvO {
  font-size: 1.6rem;
  color: var(--sss_light-text);
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
}

.ZiHGgo0PX {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 4rem;
}

.lYAXLH9XLXMbQ0 {
  background: linear-gradient(145deg, #f8f9fa, #e9ecef);
  padding: 3rem 2rem;
  border-radius: 2rem;
  box-shadow: 0 8px 25px rgba(45, 80, 22, 0.15);
  border: 2px solid var(--sss_accent-color);
  transition: transform 0.3s ease;
}

.lYAXLH9XLXMbQ0:hover {
  transform: translateY(-5px);
}

.fLM1rFJGL {
  font-size: 4rem;
  margin-bottom: 2rem;
  color: var(--sss_primary-color);
}

.CUJjNEpxv9 {
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--sss_primary-color);
  margin-bottom: 1.5rem;
}

.GfM94i4kDVmw5 {
  font-size: 1.3rem;
  color: var(--sss_light-text);
  line-height: 1.6;
}

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

.yDbTOK4uJ8w4bbS {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem 2.5rem;
  border-radius: 1.5rem;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(45, 80, 22, 0.2);
}

.JOKxuBIeV2R4 {
  background: var(--sss_primary-color);
  color: var(--sss_white);
}

.JOKxuBIeV2R4:hover {
  background: var(--sss_secondary-color);
  color: var(--sss_white);
  transform: translateY(-3px);
}

.qnZNhWtRyYFsZfj {
  background: var(--sss_secondary-color);
  color: var(--sss_white);
}

.qnZNhWtRyYFsZfj:hover {
  background: var(--sss_primary-color);
  color: var(--sss_white);
  transform: translateY(-3px);
}

.Z3KciP3SAWd {
  background: transparent;
  color: var(--sss_primary-color);
  border: 2px solid var(--sss_primary-color);
}

.Z3KciP3SAWd:hover {
  background: var(--sss_primary-color);
  color: var(--sss_white);
  transform: translateY(-3px);
}

.QXp7X0hmGbwyG9 {
  font-size: 1.6rem;
}

.ttpeWRFRrzmU4h {
  font-size: 1.4rem;
  font-weight: 600;
}

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

  .ZiHGgo0PX {
    grid-template-columns: 1fr;
  }

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

  .yDbTOK4uJ8w4bbS {
    width: 100%;
    max-width: 300px;
    justify-content: center;
  }
}

/* Popular Products Section Styles */
.rFjiJ2vFAVMCP {
  padding: 6rem 1rem;
  background: linear-gradient(135deg, var(--sss_white) 0%, #f8f9fa 100%);
  margin: 4rem 0;
  border-radius: 2rem;
  position: relative;
  overflow: hidden;
}

.rFjiJ2vFAVMCP::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
      circle at 25% 25%,
      rgba(143, 188, 143, 0.05) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 75% 75%,
      rgba(74, 124, 89, 0.05) 0%,
      transparent 50%
    );
  pointer-events: none;
}

.w2QIKHeYVnkJqY {
  text-align: center;
  margin-bottom: 4rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.fBjxPRrVzA8TCBT {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  margin-bottom: 4rem;
}

.axBABC3Dxjo {
  background: linear-gradient(145deg, var(--sss_white), #f8f9fa);
  padding: 2rem;
  border-radius: 2rem;
  box-shadow: 0 12px 30px rgba(45, 80, 22, 0.15);
  border: 3px solid var(--sss_accent-color);
  position: relative;
  overflow: hidden;
}

.axBABC3Dxjo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(
    90deg,
    var(--sss_primary-color),
    var(--sss_secondary-color)
  );
}

.ha07mUGqsYOzMjx {
  position: relative;
  margin-bottom: 2rem;
  border-radius: 1.5rem;
  overflow: hidden;
}

.XqGEBneHc75kaVa {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.NySfJH8kV {
  width: 100%;

  object-fit: cover;
  transition: transform 0.3s ease;
}
.axBABC3Dxjo:hover .XqGEBneHc75kaVa {
  transform: scale(1.05);
}

.dQttM1005v {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: linear-gradient(
    135deg,
    var(--sss_accent-color),
    var(--sss_primary-color)
  );
  color: var(--sss_white);
  padding: 0.8rem 1.5rem;
  border-radius: 2rem;
  font-size: 1.2rem;
  font-weight: 600;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.dgecV0Hl5 {
  font-size: 2.2rem;
  font-weight: 600;
  color: var(--sss_primary-color);
  margin-bottom: 1.5rem;
  line-height: 1.3;
}

.fbHS1SYVap2mJ {
  font-size: 1.4rem;
  color: var(--sss_light-text);
  line-height: 1.6;
  margin-bottom: 2rem;
}

.eVQlbnY22i9j {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}

.CjQ8NjQdbr {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: rgba(143, 188, 143, 0.1);
  padding: 1rem 1.5rem;
  border-radius: 1rem;
  border-left: 4px solid var(--sss_accent-color);
}

.GoS5NfAfnALjD {
  font-size: 1.8rem;
  color: var(--sss_secondary-color);
}

.jlJGibItKMJ {
  font-size: 1.3rem;
  color: var(--sss_dark-text);
  font-weight: 500;
}

.Nk20FkKaIEqmj {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  background: linear-gradient(
    135deg,
    var(--sss_primary-color),
    var(--sss_secondary-color)
  );
  color: var(--sss_white);
  border-radius: 1rem;
}

.SXKhpKSQOBd {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--sss_white);
}

.XWTuYeLfZ {
  font-size: 1.3rem;
  color: var(--sss_white);
}

.eiQc2H1VO {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.X8RoEi23grQwO9 {
  background: var(--sss_white);
  padding: 2rem;
  border-radius: 1.5rem;
  box-shadow: 0 8px 25px rgba(45, 80, 22, 0.1);
  border: 2px solid var(--sss_accent-color);
  transition: transform 0.3s ease;
  position: relative;
  overflow: hidden;
}

.X8RoEi23grQwO9:hover {
  transform: translateY(-5px);
}

.iur0UvPKX {
  position: relative;
  margin-bottom: 1.5rem;
  border-radius: 1rem;
  overflow: hidden;
}

.OtkqFt99HXCwf2H {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  background: var(--sss_secondary-color);
  color: var(--sss_white);
  padding: 0.5rem 1rem;
  border-radius: 1.5rem;
  font-size: 1rem;
  font-weight: 600;
}

.unRFkFXH9 {
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--sss_primary-color);
  margin-bottom: 1rem;
}

.DEzwI92l4Xr {
  font-size: 1.3rem;
  color: var(--sss_light-text);
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

.OjZhk88nu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  background: linear-gradient(145deg, #f8f9fa, #e9ecef);
  border-radius: 1rem;
  border-left: 4px solid var(--sss_accent-color);
}

.ipLYa6p32Djgprj {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--sss_primary-color);
}

.aOCOFPCqw {
  font-size: 1.2rem;
  color: var(--sss_secondary-color);
}

.SfmZCFqMRlJMI {
  margin-top: 4rem;
  text-align: center;
}

.FXjpgHxONN8r {
  font-size: 2.2rem;
  font-weight: 600;
  color: var(--sss_primary-color);
  margin-bottom: 3rem;
}

.G2nHduIvW5l {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 2rem;
}

.SSWUaIcc7Tcd8dC {
  background: linear-gradient(145deg, var(--sss_white), #f8f9fa);
  padding: 2.5rem;
  border-radius: 2rem;
  box-shadow: 0 8px 25px rgba(45, 80, 22, 0.1);
  border: 2px solid var(--sss_accent-color);
  position: relative;
}

.SSWUaIcc7Tcd8dC::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 2rem;
  font-size: 4rem;
  color: var(--sss_accent-color);
  font-family: serif;
}

.C9hoz7mJVyOJG {
  font-size: 1.4rem;
  color: var(--sss_light-text);
  line-height: 1.6;
  margin-bottom: 2rem;
  font-style: italic;
}

.uPRijGB7u48Ae {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.OVmpUVQt8oe5z {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--sss_primary-color);
}

.Vy8mk173Lkx {
  font-size: 1.2rem;
  color: var(--sss_secondary-color);
}

@media (max-width: 768px) {
  .fBjxPRrVzA8TCBT {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .axBABC3Dxjo {
    padding: 2rem;
  }

  .dgecV0Hl5 {
    font-size: 1.8rem;
  }

  .Nk20FkKaIEqmj {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }

  .G2nHduIvW5l {
    grid-template-columns: 1fr;
  }

  .SSWUaIcc7Tcd8dC {
    padding: 2rem;
  }
}

/* Special Offers Section Styles */
.tIoDPsY3LAMf {
  padding: 6rem 1rem;
  background: linear-gradient(
    135deg,
    var(--sss_primary-color) 0%,
    var(--sss_secondary-color) 100%
  );
  color: var(--sss_white);
  margin: 4rem 0;
  border-radius: 2rem;
  position: relative;
  overflow: hidden;
  min-height: 800px;
  z-index: 10;
}

.tIoDPsY3LAMf::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
      circle at 20% 20%,
      rgba(255, 255, 255, 0.1) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 80% 80%,
      rgba(255, 255, 255, 0.05) 0%,
      transparent 50%
    );
  pointer-events: none;
}

.G6RkPt7EQus {
  text-align: center;
  margin-bottom: 4rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.tIoDPsY3LAMf .A2je3It6F60he {
  color: #ffffff !important;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
  font-weight: 700;
}

.tIoDPsY3LAMf .fmSWWQHNCV5gp {
  color: #ffffff !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  font-weight: 600;
}

.tIoDPsY3LAMf .BPRHMmijglwH6ma {
  color: #ffffff !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.Px2NSFMrvK2pg7 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  margin-bottom: 4rem;
  position: relative;
  z-index: 1;
}

.Qzivm5wkTfzI35m {
  background: rgba(255, 255, 255, 0.1);
  padding: 2rem;
  border-radius: 2rem;
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
}

.Qzivm5wkTfzI35m::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(90deg, var(--sss_accent-color), #ff6b6b);
}

.e89Yl2azL {
  position: relative;
  margin-bottom: 2rem;
  border-radius: 1.5rem;
  overflow: hidden;
}

.DCsUaFefNrtb {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.Pny2OmeQcNO {
  width: 100%;

  object-fit: cover;
  transition: transform 0.3s ease;
}

.Qzivm5wkTfzI35m:hover .DCsUaFefNrtb {
  transform: scale(1.05);
}

.qwYwHuJk9WG {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: linear-gradient(135deg, #ff6b6b, #ee5a24);
  color: var(--sss_white);
  padding: 0.8rem 1.5rem;
  border-radius: 2rem;
  font-size: 1.2rem;
  font-weight: 600;
  box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3);
}

.eNkx0r8OsQ7m {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: linear-gradient(135deg, var(--sss_accent-color), #2ed573);
  color: var(--sss_white);
  padding: 1rem 1.5rem;
  border-radius: 2rem;
  font-size: 1.4rem;
  font-weight: 700;
  box-shadow: 0 4px 15px rgba(46, 213, 115, 0.3);
}

.qsS3MHGGdtf9q {
  font-size: 2.2rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1.5rem;
  line-height: 1.3;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.wH4shccb9 {
  font-size: 1.4rem;
  color: #ffffff;
  line-height: 1.6;
  margin-bottom: 2rem;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.LoNHwLDCEKzAcXo {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}

.cpOJp4SJO7203Y {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: rgba(255, 255, 255, 0.1);
  padding: 1rem 1.5rem;
  border-radius: 1rem;
  border-left: 4px solid var(--sss_accent-color);
}

.o80bDVFK5za {
  font-size: 1.8rem;
  color: var(--sss_accent-color);
}

.iuj6ZeMc0b9 {
  font-size: 1.3rem;
  color: var(--sss_white);
  font-weight: 500;
}

.jOWp6yy1yM7Vu3 {
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.PjsCKFUBRCc7C {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.5rem;
}

.XjBG5yi1KXv {
  font-size: 1.6rem;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: line-through;
}

.bKzHcK6MldqK2b {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--sss_white);
}

.vYpdjT8XulcV {
  font-size: 1.3rem;
  color: var(--sss_accent-color);
  font-weight: 600;
}

.gStH24yv8IPIb {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.B1wszn25W47Q1 {
  background: rgba(255, 255, 255, 0.1);
  padding: 2rem;
  border-radius: 1.5rem;
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.2);
  transition: transform 0.3s ease;
  position: relative;
  overflow: hidden;
}

.B1wszn25W47Q1:hover {
  transform: translateY(-5px);
}

.zSjFjMm8Sj {
  position: relative;
  margin-bottom: 1.5rem;
  border-radius: 1rem;
  overflow: hidden;
}

.Zz2WGyhFM {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  background: linear-gradient(135deg, #ff6b6b, #ee5a24);
  color: var(--sss_white);
  padding: 0.5rem 1rem;
  border-radius: 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3);
}

.KejnvDAsKobcIq {
  font-size: 1.6rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.by6Jq0aW5wkzi {
  font-size: 1.3rem;
  color: #ffffff;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.dEOQOckdevF {
  padding: 1rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.uvy9P5kkvfp {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.5rem;
}

.f1pJA5DD4nX7ko {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: line-through;
}

.nLmxK4NuzSfz {
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--sss_white);
}

.tCxoVbiteKJdJ {
  font-size: 1.2rem;
  color: var(--sss_accent-color);
  font-weight: 600;
}

.ynq0pTcFRzMj {
  margin-top: 4rem;
  text-align: center;
  position: relative;
  z-index: 1;
}

.CGsvtxxTQb {
  font-size: 2.2rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 3rem;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
}

.awT5G7bb6RmYXk9 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}

.HRHykzdCyvY8P {
  background: rgba(255, 255, 255, 0.1);
  padding: 2.5rem 2rem;
  border-radius: 2rem;
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  transition: transform 0.3s ease;
}

.HRHykzdCyvY8P:hover {
  transform: translateY(-5px);
}

.ZJXJzuW3kiyV {
  font-size: 3rem;
  margin-bottom: 1.5rem;
  color: var(--sss_accent-color);
}

.cSXQL1UYnhQUd {
  font-size: 1.6rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.Sm3IqTJT79M {
  font-size: 1.3rem;
  color: #ffffff;
  line-height: 1.5;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.FUYAjplc4g9x {
  margin-top: 4rem;
  text-align: center;
  position: relative;
  z-index: 1;
}

.uxCmqQV8o {
  font-size: 2.4rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1rem;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
}

.i62XuGBNQ8jJoh {
  font-size: 1.5rem;
  color: #ffffff;
  margin-bottom: 3rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

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

.dj5HVmptvVw {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem 2.5rem;
  border-radius: 1.5rem;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.A3etiKg9U {
  background: var(--sss_accent-color);
  color: var(--sss_white);
}

.A3etiKg9U:hover {
  background: var(--sss_white);
  color: var(--sss_primary-color);
  transform: translateY(-3px);
}

.miNsf183dWDQUEg {
  background: transparent;
  color: var(--sss_white);
  border: 2px solid var(--sss_white);
}

.miNsf183dWDQUEg:hover {
  background: var(--sss_white);
  color: var(--sss_primary-color);
  transform: translateY(-3px);
}

.RbzsdU9j2WjkQM {
  font-size: 1.6rem;
}

.QECu9425u9 {
  font-size: 1.4rem;
  font-weight: 600;
}

@media (max-width: 768px) {
  .Px2NSFMrvK2pg7 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .Qzivm5wkTfzI35m {
    padding: 2rem;
  }

  .qsS3MHGGdtf9q {
    font-size: 1.8rem;
  }

  .PjsCKFUBRCc7C {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }

  .awT5G7bb6RmYXk9 {
    grid-template-columns: 1fr;
  }

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

  .dj5HVmptvVw {
    width: 100%;
    max-width: 300px;
    justify-content: center;
  }
}
