* {
  box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Libre+Baskerville', serif;
    background-color: #181818;
    color: #fff;
}

ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.exljcgfc {
    width: 100%;
    background: linear-gradient(180deg, #9d47ff, #d9ff00);
    padding: 25px 0;
    display: flex;
    justify-content: center;
}

.MRiAOIhVRwH {
    max-width: 1250px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.OyyBfsK {
    background-color: rgba(242, 138, 58, 0.85);
    color: #fff;
    padding: 18px;
    margin-bottom: 15px;
    border-radius: 10px;
    max-width: 95%;
}

.OyyBfsK-text {
  font-family: 'Libre+Baskerville', serif;
    font-size: 17px;
    font-weight: bold;
}

.Jwpc {
    display: flex;
    align-items: center;
    gap: 20px;
}

.LqKDQJVDCudDs {
    font-size: 30px;
    font-family: 'Crimson Text', serif;
    color: #fff;
}

.EZdJsoEHMNM {
    width: 85px;
    height: 85px;
}

@media (max-width: 760px) {
    .Jwpc {
        flex-direction: column-reverse;
    }

    .EZdJsoEHMNM {
        width: 65px;
        height: 65px;
    }

    .LqKDQJVDCudDs {
        font-size: 24px;
    }

    .OyyBfsK {
        font-size: 15px;
        padding: 12px;
    }
}

.tEJhiG {
    background: linear-gradient(135deg, #d9ff00, #9d47ff);
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.kvxxcBiTbQIk {
    max-width: 900px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
}

.brTbtyCeNHqb {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    color: #fff;
}

.tdEDqgGeBZ {
  text-align: center;
    font-size: 36px;
    padding-bottom: 30px;
    font-family: 'Crimson Text', serif;
}

.tbwkwztBD {
    font-size: 18px;
    line-height: 1.6;
    font-family: 'Libre+Baskerville', serif;
}

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

.cGUTOBLoKDmP {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    flex: 1;
}

.cGUTOBLoKDmP:hover {
  transform: scale(1, 1.1)
}

.fajNyOu i {
  font-size: 29px;
  color: #fff;
}

.pTCtnZmbJzmMN {
    font-size: 22px;
    font-family: 'Crimson Text', serif;
    margin-bottom: 10px;
}

.rTYXAsqnIrNpP {
    font-size: 16px;
    font-family: 'Libre+Baskerville', serif;
}

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

    .brTbtyCeNHqb,
    .xdtiEnRmVTexY {
        width: 100%;
        text-align: center;
    }

    .cGUTOBLoKDmP {
        width: 100%;
    }
}

.aicMuDBF {
    background: linear-gradient(135deg, #9d47ff, #1e90ff);
    padding: 50px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.wHMIuiyaPUgBucu {
    max-width: 1250px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}

.rInUwHdT {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    text-align: center;
    padding: 30px;
    border-radius: 10px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.rInUwHdT:hover {
  transform: scale(1, 1.1)
}

.TcwRjSwg {
    display: flex;
    justify-content: flex-end;
}

.DCnNIGMFj, .JypOctprlu {
    font-size: 18px;
    font-weight: bold;
    color: #ff5900;
}

.ILBkwvGNdp img {
    max-width: 100%;
    height: auto;
    padding: 20px;
    background-color: #36e600;
    border-radius: 8px;
}

.yHNqXTKw {
    font-size: 24px;
    font-family: 'Crimson Text', serif;
    margin: 10px 0;
}

.ajqvKwIkrhR {
    font-size: 16px;
    line-height: 1.6;
    font-family: 'Libre+Baskerville', serif;
}

.bUOBylYXduZW {
    display: flex;
    justify-content: center;
    gap: 5px;
}

.bUOBylYXduZW i {
    font-size: 29px;
    color: #26ff00;
}

.heODaWPbtS {
    background-color: #fc50ff;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    font-family: 'Libre+Baskerville', serif;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.heODaWPbtS:hover {
    background-color: #ce7d74;
}

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

    .rInUwHdT {
        width: 100%;
        margin-bottom: 20px;
    }
}

.utirnJdEOMpr {
    width: 100%;
    background: linear-gradient(135deg, #ff3d33, #29ff34);
    padding: 50px 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .EBkQMQKOSTkmp {
    max-width: 1250px;
    width: 100%;
    padding: 0 20px;
    text-align: center;
  }
  
  .SYRslPn {
    font-size: 36px;
    font-family: 'Crimson Text', serif;
    margin-bottom: 40px;
  }
  
  .CHODQdCe {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  
  .iTRuQSMqgeJGV {
    width: calc(50% - 10px);
  }
  
  .qvUmeWYnS {
    width: 100%;
  }
  .AUvgVehzESG {
    background-color: rgba(0, 0, 0, 0.7);
    margin: 0 auto;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 200px;
  }

  .AUvgVehzESG:hover {
    transform: scale(1.1, 1)
  }
  
  .JNURWgRnEP {
    font-size: 24px;
    font-family: 'Crimson Text', serif;
    margin-bottom: 15px;
    color: #00ff66;
  }

  .JNURWgRnEP i {
    padding-right: 15px;
  }
  
  .LDSTxGynHRf {
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Libre+Baskerville', serif;
  }
  
  .THVQzcS {
    text-decoration: none;
    color: #c45bf5;
    font-weight: bold;
    transition: color 0.3s;
  }
  
  .THVQzcS:hover {
    color: #20b2aa;
  }
  
  @media (max-width: 760px) {
    .CHODQdCe {
      flex-direction: column;
    }
    
    .AUvgVehzESG:nth-child(3) {
      order: -1;
    }
  
    .iTRuQSMqgeJGV {
      width: 100%;
    }
  }

.fLBRPAD {
    width: 100%;
    background: linear-gradient(360deg, #9d47ff, #1e90ff);
    padding: 50px 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .yKojmXS {
    max-width: 1250px;
    width: 100%;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
  }
  
  .jWnneceZVxSj {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    min-height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .jWnneceZVxSj:hover {
    transform: scale(1, 1.1)
  }
  
  .IbUImcPpoUbNx {
    flex: 1 48%;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  
  .eckerVZQmpMc {
    text-decoration: none;
    font-family: 'Libre+Baskerville', serif;
    color: #fff;
    font-weight: bold;
    transition: color 0.3s;
  }
  
  .eckerVZQmpMc:hover {
    color: #205fb2;
  }
  
  .bPdGekudkRjs {
    flex: 1 48%;
    font-size: 14px;
    line-height: 1.5;
  }
  
  .uDGAbjxtS {
    flex: 2 50%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-evenly;
    gap: 10px;
    flex-wrap: wrap;
  }
  
  .uDGAbjxtS img {
    width: 250px;
    height: 70px;
    transition: transform 0.3s;
  }
  
  .uDGAbjxtS img:hover {
    transform: scale(1.1);
  }
  
  .bOdz {
    font-size: 14px;
    font-family: 'Libre+Baskerville', serif;
    text-align: center;
    color: #62ff00;
  }
  
  @media (max-width: 760px) {
    .yKojmXS {
      flex-direction: column;
      padding: 0 15px;
      gap: 30px;
    }
    .jWnneceZVxSj {
      width: 275px;
    }
    .jWnneceZVxSj:nth-child(2) {
      order: -1;
    }
  }

  .fbKGbLHQVB {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.lCVHAWRedHgI {
    background: #015881;
    color: #fff;
    padding: 30px;
    border-radius: 8px;
    text-align: center;
    max-width: 400px;
    width: 90%;
    font-family: 'Libre+Baskerville', serif;
}

.fbKGbLHQVB h2 {
    font-family: 'Crimson Text', serif;
    font-size: 24px;
    margin-bottom: 15px;
}

.fbKGbLHQVB p {
  font-family: 'Libre+Baskerville', serif;
    font-size: 16px;
    margin-bottom: 20px;
}

.KajLqjAfLifdDzB {
    display: flex;
    justify-content: space-between;
}

.MgmTFWy {
    background: #9500ff;
    color: #000;
    border: none;
    padding: 10px 15px;
    font-family: 'Libre+Baskerville', serif;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    width: 48%;
    transition: 0.3s;
}

.MgmTFWy:hover {
    background: #b2ff4d;
}

.GyIVPedqFBBH {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.85);
    color: #fff;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
    max-width: 400px;
    width: 90%;
    font-family: 'Libre+Baskerville', serif;
    z-index: 999;
    display: none;
}

.GyIVPedqFBBH-content p {
    font-family: 'Libre+Baskerville', serif;
    font-size: 14px;
    margin-bottom: 15px;
}

.rPvewzwsVl-button {
    background: #4CAF50;
    color: #fff;
    border: none;
    padding: 10px 15px;
    font-family: 'Libre+Baskerville', serif;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    transition: 0.3s;
}

.rPvewzwsVl-button:hover {
    background: #45a049;
}

.TwASW {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #7bb461;
}

.GQoFgSwWvRuvZI {
  max-width: 1250px;
  margin: 0 auto;
}

.WitKYqmqheba {
  margin: 0;
  padding: 15px 15px;
}

.UdIWgYnkHDGlH {
  padding: 20px 10px;
}

.YxpOBqClbM {
  font-family: 'Crimson Text', serif;
  font-size: 30px;
  color: rgb(148, 84, 38);
}

.QjNZXtBWsdDOw {
  font-family: 'Libre+Baskerville', serif;
  font-size: 20px;
  color: #111;
}

.QjNZXtBWsdDOw a, .QLdbTeKmcbu a {
  color: #031f38;
}

.QLdbTeKmcbu {
  padding-top: 15px;
  font-family: 'Libre+Baskerville', serif;
  font-size: 15px;
  color: #333;
}

.RTpAhVKaBkiuEv {
  text-align: center;
  font-family: 'Crimson Text', serif;
  font-size: 35px;
  color: rgb(128, 9, 158);
}

.wDDLHaKE {
  max-width: 900px;
  text-align: center;
  font-family: 'Libre+Baskerville', serif;
  font-size: 15px;
  color: #111;
}

.PAXSiJQKUs {
  text-align: center;
  font-family: 'Libre+Baskerville', serif;
  font-size: 20px;
  color: #000;
}

@media (max-width: 768px) {
  .RTpAhVKaBkiuEv {
    font-size: 25px;
  }    
  .YxpOBqClbM {
    font-size: 25px;
  }
  .QjNZXtBWsdDOw {
    font-size: 17px;
  }
  .wDDLHaKE {
      font-size: 15px;
      padding: 0 10px;
  }
  .UdIWgYnkHDGlH {
      padding: 20px 0;
  }
  .PAXSiJQKUs {
    font-size: 15px;
  }
}