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

body {
  font-family: 'Libre Baskerville', serif;
  color: #000;
  background: linear-gradient(90deg, #7f0ca9, #738200, #752412);
  background-size: 400% 400%;
  animation: gradientBG 15s ease infinite;
}

@keyframes gradientBG {
  0% {background-position: 0% 50%;}
  50% {background-position: 100% 50%;}
  100% {background-position: 0% 50%;}
}

.oAJQGkqrj {
  width: 100%;
  min-height: 60vh;
  background-image: url('../media/fon1.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 0;
}

.jWsOROfDdCMZ {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
}

.xGpMjQkG {
  max-width: 1328px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.eNLgioQm {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  max-width: 860px;
  width: 100%;
  height: 100px;
  position: relative;
}

.cvywswuGQgiLE {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 860px;
  width: 100%;
  height: 100px;
  position: relative;
}

.PGhNq {
  display: inline-block;
}

.QkCQCxXn {
  width: 120px;
  height: auto;
}

.mXGFbrIqq {
  list-style: none;
  display: flex;
  gap: 30px;
}

.mXGFbrIqq li a {
  font-size: 1.2rem;
  text-decoration: none;
  font-weight: bold;
  color: #ffffff;
  transition: opacity 0.3s ease;
}

.mXGFbrIqq li a:hover {
  opacity: 0.7;
}

.TPMbmdGXkXV {
  font-family: 'Playfair Display SC', serif;
  font-size: 1.2rem;
  color: #ffffff;
  white-space: nowrap;
}

.QnMCuCQECcsJ {
  display: none;
  background: transparent;
  border: none;
  font-size: 1.5rem;
  color: #ffffff;
  cursor: pointer;
}

.sJEKZZAp,
.UFtvpBfvfpgWj {
  display: none;
}

.LfDWkNwr {
  text-align: center;
  padding: 60px 20px;
}

.DYkcE {
  font-family: 'Playfair Display SC', serif;
  font-size: 2.5rem;
  color: #ffffff;
  margin-bottom: 20px;
}

.sIFwVMi {
  font-size: 1.2rem;
  color: #ffffff;
  max-width: 700px;
  margin: 0 auto;
  min-height: 60px;
}

@media (max-width: 768px) {
  .AxwTkj {
    position: fixed;
    top: 80px;
    left: -100%;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.95);
    width: 100%;
    height: 100%;
    transition: left 0.3s ease-in-out;
    z-index: 995;
  }

  .AxwTkj.active {
    top: 0;
    left: 0;
  }

  .mXGFbrIqq {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding-top: 125px;
  }

  .mXGFbrIqq li a {
    font-size: 1.2rem;
  }

  .QnMCuCQECcsJ {
    display: block;
  }

  .sJEKZZAp {
    display: block;
  }

  .UFtvpBfvfpgWj {
    display: none;
  }

  .QnMCuCQECcsJ.active .sJEKZZAp {
    display: none;
  }

  .QnMCuCQECcsJ.active .UFtvpBfvfpgWj {
    position: relative;
    display: block;
    z-index: 996;
    top: -250px;
  }
}

@media (max-width: 480px) {
  .eNLgioQm {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .DYkcE {
    font-size: 1.8rem;
  }

  .sIFwVMi {
    font-size: 1rem;
  }
}

.OggHaBi {
  width: 100%;
  min-height: 100vh;

  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 0;
}

.MtUqx {
  max-width: 1328px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.CgmijNcHVtwZYQ {
  text-align: center;
  color: #ffffff;
  padding: 60px 20px;
}

.rbgIzUw {
  font-family: 'Playfair Display SC', serif;
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.nJjYXiEDhI {
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto 40px;
  min-height: 60px;
}

.zvsJPh {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}

.DmVniWkn {
  background-color: rgba(255, 255, 255, 0.181);
  border-radius: 12px;
  padding: 30px;
  width: 280px;
  transition: transform 0.3s ease;
}

.DmVniWkn:hover {
  transform: translateY(-10px);
}

.mFQBhMiiq {
  font-size: 2.5rem;
  margin-bottom: 15px;
}

.DmVniWkn h3 {
  font-size: 1.3rem;
  margin-bottom: 10px;
}

.DmVniWkn p {
  font-size: 0.95rem;
  line-height: 1.4;
}

.DWAMvYiyVnp {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  color: #550082;
  padding: 15px 25px;
  border-radius: 30px;
  font-weight: bold;
  font-size: 1rem;
  text-decoration: none;
  width: fit-content;
  margin-top: 30px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.DWAMvYiyVnp:hover {
  background-color: #550082;
  color: #ffffff;
}

.DWAMvYiyVnp-icon {
  margin-left: 10px;
  transition: transform 0.3s ease;
}

.DWAMvYiyVnp:hover .DWAMvYiyVnp-icon {
  transform: translateX(5px);
}

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

  .nJjYXiEDhI {
    font-size: 1rem;
  }

  .DmVniWkn h3 {
    font-size: 1.2rem;
  }
}

@media (max-width: 768px) {
  .DmVniWkn {
    width: 100%;
  }
}

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

  .nJjYXiEDhI {
    font-size: 0.95rem;
  }

  .DmVniWkn h3 {
    font-size: 1.1rem;
  }

  .DWAMvYiyVnp {
    font-size: 0.9rem;
    padding: 12px 20px;
  }
}

.iZyzIoUO {
  width: 100%;
  padding: 80px 0;
  background: linear-gradient(90deg, #ffffff, #f5f7fa);
  color: #000;
}

.LViPVPjqdeXo {
  max-width: 1328px;
  margin: 0 auto;
  padding: 0 20px;
}

.QLPJl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.FxKEPsiCkE {
  flex: 1;
  min-height: 200px;
}

.THzmyyyrPqWoyd {
  font-family: 'Playfair Display SC', serif;
  font-size: 2.2rem;
  margin-bottom: 20px;
}

.SkzoirbEVvez {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 30px;
  min-height: 120px;
}

.hRNbZUQBa {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background-color: #550082;
  color: #ffffff;
  padding: 15px 25px;
  border-radius: 30px;
  font-weight: bold;
  font-size: 1rem;
  text-decoration: none;
  width: fit-content;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.hRNbZUQBa:hover {
  background-color: #2d0060;
}

.hRNbZUQBa-icon {
  margin-left: 10px;
  transition: transform 0.3s ease;
}

.hRNbZUQBa:hover .hRNbZUQBa-icon {
  transform: translateX(5px);
}

.cTEXgeqU {
  flex: 1;
  position: relative;
}

.egFw {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1024px) {
  .THzmyyyrPqWoyd {
    font-size: 2rem;
  }

  .SkzoirbEVvez {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .QLPJl {
    flex-direction: column-reverse;
    text-align: center;
  }

  .FxKEPsiCkE {
    order: 2;
  }

  .cTEXgeqU {
    order: 1;
    margin-bottom: 30px;
  }
}

.IIrBLYXruZniYqN {
  width: 100%;
  padding: 100px 0;
  background: linear-gradient(90deg, #4a0a67, #550082, #123575);
  background-size: 400% 400%;
  animation: gradientBG 15s ease infinite;
  color: #ffffff;
}

.wgtptTszhGpd {
  max-width: 1328px;
  margin: 0 auto;
  padding: 0 20px;
}

.NseRLiLdLw {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  position: relative;
}

.qwmUvIwQMJXp {
  flex: 1;
  position: relative;
  top: 20px;
}

.AtWTCaZTUw {
  flex: 1;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 40px;
  border-radius: 16px;
  position: relative;
  top: -20px;
}

.VHCdHZ {
  font-family: 'Playfair Display SC', serif;
  font-size: 2.2rem;
  margin-bottom: 20px;
}

.gbAEMSQBTDx {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 30px;
  min-height: 100px;
}

.UUBYtjxrddXnh {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  color: #550082;
  padding: 15px 25px;
  border-radius: 30px;
  font-weight: bold;
  font-size: 1rem;
  text-decoration: none;
  width: fit-content;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.UUBYtjxrddXnh:hover {
  background-color: #2d0060;
  color: #ffffff;
}

.UUBYtjxrddXnh-icon {
  margin-left: 10px;
  transition: transform 0.3s ease;
}

.UUBYtjxrddXnh:hover .UUBYtjxrddXnh-icon {
  transform: translateX(5px);
}

.vtfTdRZ {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1024px) {
  .VHCdHZ {
    font-size: 2rem;
  }

  .gbAEMSQBTDx {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .NseRLiLdLw {
    flex-direction: column;
  }

  .qwmUvIwQMJXp,
  .AtWTCaZTUw {
    top: 0;
    width: 100%;
  }

  .AtWTCaZTUw {
    padding: 30px;
  }
}

.McNPuZaKjVEnX {
  width: 100%;
  min-height: 100vh;
  background-image: url('../media/fon3.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 0;
  position: relative;
}

.YvXbaZDfqBJP {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.SLbwERUROE {
  max-width: 1328px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.qtiWyQmqCEg {
  text-align: center;
  color: #ffffff;
}

.zIIuCJXyGHLG {
  font-family: 'Playfair Display SC', serif;
  font-size: 2.5rem;
  margin-bottom: 60px;
}

.MZOYbeVsxyX {
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
}

.UZqBtCt {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 30px;
  width: 320px;
  transition: transform 0.3s ease, background-color 0.3s ease;
  text-align: center;
}

.UZqBtCt:hover {
  transform: translateY(-10px);
  background-color: rgba(255, 255, 255, 0.15);
}

.xGSVuQNDYUtCSJ {
  font-size: 2.5rem;
  margin-bottom: 20px;
  display: block;
}

.yUUNqLSClr {
  font-size: 1.4rem;
  margin-bottom: 15px;
}

.OHcuwl {
  font-size: 1rem;
  line-height: 1.5;
  min-height: 90px;
}

@media (max-width: 1024px) {
  .zIIuCJXyGHLG {
    font-size: 2.2rem;
    margin-bottom: 50px;
  }

  .UZqBtCt {
    width: 45%;
  }
}

@media (max-width: 768px) {
  .UZqBtCt {
    width: 100%;
  }
}

.PYVASJruo {
  width: 100%;
  padding: 100px 0;
  background-color: #f5f7fa;
  color: #000;
}

.LeWBsMwECpf {
  max-width: 1328px;
  margin: 0 auto;
  padding: 0 20px;
}

.JuoQDIfyDf {
  font-family: 'Playfair Display SC', serif;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 60px;
}

.gsDvUA {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}

.UTixmb {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 30px;
  width: 280px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.UTixmb:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
}

.VwilEeTp {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
  border: 3px solid #420961;
}

.rmbsPqKKmdp {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
}

.JSXLqQHgPcDJgt {
  font-weight: bold;
  font-size: 1.1rem;
}

.SFrcLTyfAhfYWf {
  font-size: 0.9rem;
  color: #666;
}

.jybjtHt {
  color: #fa9315;
  font-size: 1.4rem;
  margin-bottom: 15px;
}

.GAhxfLJqOUpQ {
  font-size: 0.95rem;
  line-height: 1.5;
  min-height: 100px;
}

@media (max-width: 1024px) {
  .JuoQDIfyDf {
    font-size: 2.2rem;
    margin-bottom: 50px;
  }

  .UTixmb {
    width: 45%;
  }
}

@media (max-width: 768px) {
  .UTixmb {
    width: 100%;
  }
}

.oEzpulumb {
  width: 100%;
  padding: 100px 0;
  background-color: #ffffff;
  color: #000;
}

.jiJAFXcxCJfc {
  max-width: 1328px;
  margin: 0 auto;
  padding: 0 20px;
}

.qEXHM {
  display: flex;
  gap: 60px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.TCqdKIRcpim {
  flex: 1;
  max-width: 585px;
  width: 100%;
}

.rpIvmhr,
.pjuUrx {
  font-family: 'Playfair Display SC', serif;
  font-size: 2.5rem;
  text-align: left;
  margin-bottom: 40px;
}

.erFVOjmJVSBym {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.osPOSGsyGzUK {
  background-color: #f6f0f8;
  border-radius: 12px;
  padding: 25px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.osPOSGsyGzUK:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.kWasxU {
  color: #550082;
  font-size: 1.8rem;
  margin-bottom: 10px;
  display: block;
}

.osPOSGsyGzUK-title {
  font-size: 1.3rem;
  margin-bottom: 10px;
}

.osPOSGsyGzUK-description {
  font-size: 0.95rem;
  line-height: 1.5;
  min-height: 70px;
}

.CxPYDEXfuxSlmv {
  flex: 1;
  max-width: 645px;
  width: 100%;
  background-color: #f8fbff;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.FVzWmL {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

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

.FwyahQjanUwQC {
  font-weight: bold;
  margin-bottom: 6px;
  font-size: 0.95rem;
}

.lLIDRfUE {
  font-size: 0.85rem;
  color: red;
  height: 16px;
  margin-top: 4px;
  display: block;
}

.FVzWmL input,
.FVzWmL textarea {
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}

.FVzWmL input:focus,
.FVzWmL textarea:focus {
  border-color: #550082;
  outline: none;
}

.jsEnqazetsXLRB {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}

.MnexzeKBwkn {
  font-size: 0.95rem;
}

.MmrsNN {
  background-color: #550082;
  color: #ffffff;
  border: none;
  padding: 14px 20px;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 30px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.MmrsNN:hover {
  background-color: #2d0060;
  transform: scale(1.03);
}

.MmrsNN:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.LIdaSNets {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.ouwflIyJMJZL {
  background-color: #fff;
  margin: 15% auto;
  padding: 30px;
  border-radius: 12px;
  width: 90%;
  max-width: 500px;
  position: relative;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  animation: fadeInUp 0.6s ease-out;
}

.hPwlmKIGpU {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 1.8rem;
  cursor: pointer;
  color: #550082;
}

.vdacKevOFUY {
  font-family: 'Playfair Display SC', serif;
  font-size: 1.6rem;
  margin-bottom: 15px;
}

.OTQyIV {
  font-size: 1rem;
  line-height: 1.5;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1024px) {
  .rpIvmhr,
  .pjuUrx {
    font-size: 2.2rem;
  }

  .osPOSGsyGzUK-title {
    font-size: 1.2rem;
  }
}

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

  .TCqdKIRcpim,
  .CxPYDEXfuxSlmv {
    width: 100%;
  }
}

.dzYRkrPRoVyL {
  width: 100%;
  padding: 80px 0;
  background-color: #ffffff;
  color: #000;
}

.IUJTqpeHRzL {
  max-width: 1328px;
  margin: 0 auto;
  padding: 0 20px;
}

.PBhMeHusdLW {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.rTyRRps {
  flex: 1;
  max-width: 630px;
  width: 100%;
  background-color: #f6f0f8;
  border-radius: 16px;
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.rTyRRps:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
}

.JjSvNwsjm {
  background-color: #efe3fd;
}

.lpKiB {
  background-color: #ffebee;
}

.fOIMCFsCgAdhY {
  font-size: 2.5rem;
  margin-bottom: 15px;
  color: #550082;
}

.JmEAyMuKjCyZtQ {
  font-family: 'Playfair Display SC', serif;
  font-size: 1.8rem;
  margin-bottom: 15px;
}

.CIdMRmtu {
  font-size: 1rem;
  line-height: 1.6;
  min-height: 90px;
}

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

.FyHsuYPAb {
  width: 100%;
  padding: 60px 0;
  background-color: #1b1b1b;
  color: #ffffff;
}

.TDuuWDB {
  max-width: 1328px;
  margin: 0 auto;
  padding: 0 20px;
}

.iKkdcQMNJlVs {
  text-align: center;
  position: relative;
}

.eAlYZovyNcalN {
  font-family: 'Playfair Display SC', serif;
  font-size: 2.2rem;
  background: linear-gradient(90deg, #fa9315, #c92b5b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
  display: inline-block;
}

.ZiWRwKMPs,
.kdEDvmAP {
  font-size: 1.5rem;
  color: #fa9315;
  margin: 0 10px;
  vertical-align: middle;
}

.hHDAjcmmcWAct {
  font-size: 1.1rem;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
  min-height: 80px;
}

.UiWMTr {
  width: 100%;
  background-color: #121212;
  color: #ffffff;
  padding: 60px 0 40px;
}

.RuPIRdZFwOmJlb {
  max-width: 1328px;
  margin: 0 auto;
  padding: 0 20px;
}

.NLvhWTbzfkKtWD {
  border-top: 3px solid #fa9315;
  padding-top: 30px;
  margin-bottom: 40px;
}

.WlEnkmpjYWxP {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.WlEnkmpjYWxP img {
  background: rgba(255, 255, 255, 0.5);
  padding: 0.3rem;
  border-radius: 1rem;
  transition: filter 0.3s ease;
}

.WlEnkmpjYWxP img:hover {
  filter: brightness(1.3);
}

.fGctqJCJ {
  margin-bottom: 30px;
}

.kvwUYRw {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  list-style: none;
}

.kvwUYRw li a {
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
  transition: color 0.3s ease;
}

.kvwUYRw li a:hover {
  color: #550082;
}

.XaZnMXWB {
  text-align: center;
}

.XTBLS {
  font-size: 0.95rem;
  color: #aaaaaa;
}

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

  .hHDAjcmmcWAct {
    font-size: 1rem;
  }
}

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

  .ZiWRwKMPs,
  .kdEDvmAP {
    font-size: 1.2rem;
  }

  .kvwUYRw {
    justify-content: center;
  }

  .WlEnkmpjYWxP {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.yoJoTNfwnQ {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  z-index: 9999;
}

.PzfLJTrt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  padding: 40px;
  border-radius: 16px;
  max-width: 500px;
  width: 90%;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  animation: fadeInUp 0.6s ease-out;
}

.FSQTkv {
  font-family: 'Playfair Display SC', serif;
  font-size: 2rem;
  color: #550082;
  margin-bottom: 20px;
}

.eaJDVfGin {
  font-family: 'Libre Baskerville', serif;
  font-size: 1rem;
  color: #333;
  margin-bottom: 30px;
}

.bElHRk {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.TrvGRdAPKStaZC {
  background-color: #550082;
  color: #ffffff;
  border: none;
  padding: 14px 24px;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 30px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.TrvGRdAPKStaZC:hover {
  background-color: #2d0060;
}

.HuBCDkqC {
  background-color: transparent;
  color: #550082;
  border: 2px solid #550082;
  padding: 14px 24px;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 30px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.HuBCDkqC:hover {
  background-color: #550082;
  color: #ffffff;
}

.SoGaLjc {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #1b1b1b;
  color: #ffffff;
  z-index: 9998;
  padding: 20px;
  text-align: center;
}

.pmpuMsMBJ {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1328px;
  margin: 0 auto;
  gap: 15px;
}

.bnewUZcTXGbY {
  font-family: 'Libre Baskerville', serif;
  font-size: 0.95rem;
  min-height: 40px;
  flex: 1;
  text-align: left;
}

.npteYZM {
  color: #fa9315;
  text-decoration: underline;
  font-weight: bold;
}

.AucDlmFjvjPc {
  background-color: #fa9315;
  color: #000;
  border: none;
  padding: 12px 24px;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 30px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.AucDlmFjvjPc:hover {
  background-color: #e69900;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .PzfLJTrt {
    padding: 30px 20px;
  }

  .FSQTkv {
    font-size: 1.6rem;
  }

  .eaJDVfGin {
    font-size: 0.9rem;
  }

  .bnewUZcTXGbY {
    font-size: 0.85rem;
    text-align: center;
  }

  .AucDlmFjvjPc {
    font-size: 0.9rem;
    padding: 10px 20px;
  }
}

.JZhwuMHnreFD {
  width: 100%;
  padding: 80px 0;
  background: linear-gradient(90deg, #ffffff, #f5f7fa);
  color: #000;
}

.LmBsQQuzcM {
  max-width: 1328px;
  margin: 0 auto;
  padding: 0 20px;
}

.XfvGyGXgedRs {
  font-family: 'Playfair Display SC', serif;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 40px;
}

.IWJwZk {
  width: 100%;
  padding: 60px 0;
  background-color: #ffffff;
  color: #000;
}

.drvtuDLNuYdJS {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.jfVvRjYXpAU {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  padding: 20px;
  border-radius: 12px;
  background-color: #f6f0f8;
  transition: background-color 0.3s ease;
}

.jfVvRjYXpAU:hover {
  background-color: #efe3fd;
}

.XpTskVnrfteIOU {
  font-size: 1.8rem;
  color: #550082;
}

.AhWFCBUCsCZ {
  font-family: 'Playfair Display SC', serif;
  font-size: 1.4rem;
  margin: 0;
}

.ezyqQrCkWPbxL {
  font-family: 'Libre Baskerville', serif;
  font-size: 1rem;
  line-height: 1.6;
  min-height: 80px;
}

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

  .AhWFCBUCsCZ {
    font-size: 1.2rem;
  }

  .ezyqQrCkWPbxL {
    font-size: 0.95rem;
  }
}

@media (max-width: 768px) {
  .JZhwuMHnreFD {
    padding: 60px 0;
  }

  .IWJwZk {
    padding: 40px 0;
  }

  .jfVvRjYXpAU {
    padding: 15px;
  }

  .XpTskVnrfteIOU {
    font-size: 1.5rem;
  }
}

.jyCSZDvOHe {
  width: 100%;
  padding: 80px 0;
  background: linear-gradient(90deg, #ffffff, #f5f7fa);
  color: #000;
}

.cOniBlJMjIFy {
  max-width: 1328px;
  margin: 0 auto;
  padding: 0 20px;
}

.JKpMeUzYc {
  font-family: 'Playfair Display SC', serif;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 40px;
}

.OIdXFlAFBCUQI {
  width: 100%;
  padding: 60px 0;
  background-color: #ffffff;
  color: #000;
}

.CiILWenRwVF {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.mdXzsIPasaMO {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  padding: 20px;
  border-radius: 12px;
  background-color: #f6f0f8;
  transition: background-color 0.3s ease;
}

.mdXzsIPasaMO:hover {
  background-color: #efe3fd;
}

.fgPCELq {
  font-size: 1.8rem;
  color: #550082;
}

.NIqRwQoyH {
  font-family: 'Playfair Display SC', serif;
  font-size: 1.4rem;
  margin: 0;
}

.wtQwIurnvJR {
  font-family: 'Libre Baskerville', serif;
  font-size: 1rem;
  line-height: 1.6;
  min-height: 80px;
}

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

  .NIqRwQoyH {
    font-size: 1.2rem;
  }

  .wtQwIurnvJR {
    font-size: 0.95rem;
  }
}

@media (max-width: 768px) {
  .jyCSZDvOHe {
    padding: 60px 0;
  }

  .OIdXFlAFBCUQI {
    padding: 40px 0;
  }

  .mdXzsIPasaMO {
    padding: 15px;
  }

  .fgPCELq {
    font-size: 1.5rem;
  }
}