:root {
    --primary: #4a90e2;
    --primary-dark: #357ABD;
    --secondary: #40b59b;
    --accent: #acce21e0;
    --light: #f0f4f8;
    --dark: #34495e;
    --success: #2ecc71;
    --warning: #0fd3f1;
    --danger: #e74c3c;
    --gray: #7f8c8d;
    --gray-light: #bdc3c7;
}


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

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: var(--dark);
    line-height: 1.6;
    background-color: var(--light);
    overflow-x: hidden;
}

h1, h2, h3, h4 {
    font-family: 'Lora', serif;
    font-weight: 700;
    line-height: 1.2;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.kktTMfcB {
    background-color: white;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}

.ihmNY {
    width: 100%;
    max-width: 1710px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding: 1rem 0;
}

.UMYMuBhbdDED {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.UMYMuBhbdDED h1 {
    color: var(--primary);
    font-size: 1.8rem;
    display: flex;
    align-items: center;
}

.UMYMuBhbdDED h1 i {
    margin-right: 0.5rem;
    font-size: 1.5rem;
}

.UMYMuBhbdDED p {
    display: none;
}

.MDqdMxYEnlhw {
    margin-bottom: 1rem;
}

.GwrAafFbFGR {
    display: flex;
    justify-content: center;
    list-style: none;
    flex-wrap: wrap;
}

.GwrAafFbFGR li {
    margin: 0 0.5rem;
}

.GwrAafFbFGR a {
    display: flex;
    align-items: center;
    padding: 0.5rem;
    color: var(--dark);
    font-weight: 600;
    transition: color 0.3s;
}

.GwrAafFbFGR a:hover {
    color: var(--primary);
}

.GwrAafFbFGR i {
    margin-right: 0.3rem;
    font-size: 1.1rem;
}

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

.XOxKIbUjj {
    background-color: var(--gray-light);
    padding: 0.5rem 1rem;
    border-radius: 5px;
    margin-bottom: 1rem;
    text-align: center;
    font-size: 0.8rem;
    max-width: 500px;
}

.XOxKIbUjj i {
    color: var(--primary);
    margin-right: 0.3rem;
}

.IuXAEyfgU {
    background-color: var(--primary);
    color: white;
    border: none;
    padding: 0.7rem 1.5rem;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
}

.IuXAEyfgU:hover {
    background-color: var(--primary-dark);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.IuXAEyfgU i {
    margin-right: 0.5rem;
    font-size: 1.1rem;
}

.icXzCunpK {
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../ks-art/ks-bg1.webp') center/cover no-repeat;
    color: white;
    padding: 6rem 0 4rem;
    margin-top: 70px;
    text-align: center;
}

.OrkAubniGFKX {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

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

.hKvUzpByW {
    display: inline-block;
    background-color: var(--accent);
    color: var(--dark);
    padding: 0.5rem 1rem;
    border-radius: 30px;
    font-weight: 700;
    margin-bottom: 1rem;
    animation: pulse 2s infinite;
}

.hKvUzpByW i {
    margin-right: 0.3rem;
}

.ILzRueITDvGXD {
    font-size: 2.2rem;
    margin-bottom: 1rem;
    color: white;
}

.ILzRueITDvGXD i {
    color: var(--accent);
    margin-right: 0.5rem;
}

.qAAPJKhm {
    font-size: 3rem;
    font-weight: 700;
    color: var(--accent);
    margin: 1.5rem 0;
    animation: bounce 1.5s infinite;
}

.qAAPJKhm i {
    margin-right: 0.5rem;
}

.FUUyEMlgOwIL {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.FUUyEMlgOwIL i {
    color: var(--accent);
}

.WWdWrkKXTX {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    margin: 2rem 0;
}

.WWdWrkKXTX li {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 0.7rem 1.2rem;
    border-radius: 5px;
    display: flex;
    align-items: center;
}

.WWdWrkKXTX i {
    color: var(--accent);
    margin-right: 0.5rem;
    font-size: 1.1rem;
}

.GputGie {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin: 2rem 0;
}

.QcxKBQWNbRifm {
    background-color: rgba(255, 255, 255, 0.2);
    padding: 1rem;
    border-radius: 5px;
    width: 100%;
    max-width: 110px;    
    text-align: center;
    backdrop-filter: blur(5px);
}

.QcxKBQWNbRifm span:first-child {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    color: white;
}

.QcxKBQWNbRifm span:last-child {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.iopmnGdxpdrI {
    background-color: var(--primary);
    color: white;
    border: none;
    padding: 1rem 2rem;
    border-radius: 5px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    margin: 1rem 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.iopmnGdxpdrI:hover {
    background-color: var(--primary-dark);
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.iopmnGdxpdrI i {
    margin-right: 0.7rem;
    font-size: 1.3rem;
}

.ocBjinNZWFm {
    margin-top: 2rem;
    font-style: italic;
    font-size: 0.9rem;
    opacity: 0.9;
}

.ocBjinNZWFm i {
    color: var(--accent);
    margin-right: 0.3rem;
}

.jSZOLVR {
    padding: 5rem 0;
    background-color: white;
}

.vFeopIyRusV {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.kEArpWYQzaUJ {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 3rem;
    color: var(--secondary);
    position: relative;
}

.kEArpWYQzaUJ:after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: var(--primary);
    margin: 1rem auto 0;
}

.kEArpWYQzaUJ i {
    color: var(--accent);
    margin-right: 0.5rem;
}

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

.sEUb {
    background-color: white;
    border-radius: 10px;
    padding: 2rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s, box-shadow 0.3s;
    text-align: center;
    border: 1px solid var(--gray-light);
}

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

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

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

.pcnZhRGtQp {
    color: var(--dark);
    font-size: 0.95rem;
}

.ZaoxAjBYm {
    padding: 5rem 0;
    background-color: var(--light);
}

.eqvtjJETJeNACP {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
}

.tkDZGWBAm {
    text-align: center;
    font-size: 2rem;
    color: var(--secondary);
    margin-bottom: 2rem;
    position: relative;
}

.tkDZGWBAm:after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: var(--primary);
    margin: 1rem auto;
}

.tkDZGWBAm i {
    color: var(--accent);
    margin-right: 0.5rem;
}

.tPAMttEWvQYB {
    order: 2;
}

.vWUQ {
    margin-bottom: 2rem;
    line-height: 1.7;
}

.vWUQ i {
    color: var(--primary);
    margin-right: 0.3rem;
}

.UYJeeFS {
    background-color: var(--primary);
    color: white;
    border: none;
    padding: 1rem 2rem;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    margin-top: 1rem;
}

.UYJeeFS:hover {
    background-color: var(--primary-dark);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.UYJeeFS i {
    margin-right: 0.7rem;
    font-size: 1.2rem;
}

.qOQdvK {
    order: 1;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.qOQdvK img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.5s;
}

.qOQdvK:hover img {
    transform: scale(1.03);
}

.qirRQhucvaHqAuO {
    padding: 5rem 0;
    background-color: white;
}

.nCDksnFqV {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.dLqnNObyfB {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 3rem;
    color: var(--secondary);
    position: relative;
}

.dLqnNObyfB:after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: var(--primary);
    margin: 1rem auto 0;
}

.dLqnNObyfB i {
    color: var(--accent);
    margin-right: 0.5rem;
}

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

.MLGJMyzPH {
    background-color: white;
    border-radius: 10px;
    padding: 1.5rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s;
    border: 1px solid var(--gray-light);
}

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

.zOJmbJFtrz {
    font-size: 1rem;
    color: var(--secondary);
    margin-bottom: 1.5rem;
    text-align: center;
    font-weight: 600;
}

.lygUBCoWPDH {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.7rem;
}

.KiCsExhsvdlur {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--secondary);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.nxuUnOhY {
    background-color: var(--primary);
    transform: scale(1.1);
    box-shadow: 0 0 0 3px rgba(224, 79, 22, 0.3);
    animation: pulse 1.5s infinite;
}

.MuHjmOB {
    position: relative;
    background: linear-gradient(rgba(26, 62, 111, 0.9), rgba(26, 62, 111, 0.9)), url('../ks-art/ks-bg2.webp') center/cover no-repeat;
    color: white;
    padding: 5rem 0;
    text-align: center;
}

.zRwIiGAsTusO {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.OAMLTtIL {
    position: relative;
    z-index: 1;
    max-width: 600px;
    margin: 0 auto;
    padding: 0 1rem;
}

.lypzuvPM {
    background-color: white;
    border-radius: 10px;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

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

.oKbGVcPr i {
    color: var(--primary);
    margin-right: 0.5rem;
}

.lAJfatFvuAVC {
    color: var(--dark);
    margin-bottom: 2rem;
}

.QGSugXctocxQ {
    text-align: left;
}

.bbBSHIr {
    position: relative;
    margin-bottom: 1.5rem;
}

.Ucgsugr {
    color: var(--danger);
    font-size: 0.8rem;
    margin-bottom: 0.3rem;
    min-height: 1rem;
}

.bbBSHIr input,
.bbBSHIr select,
.bbBSHIr textarea {
    width: 100%;
    padding: 0.8rem 1rem 0.8rem 2.5rem;
    border: 1px solid var(--gray-light);
    border-radius: 5px;
    font-family: 'Montserrat', sans-serif;
    transition: all 0.3s;
}

.bbBSHIr textarea {
    min-height: 120px;
    resize: vertical;
    padding: 1rem;
}

.bbBSHIr input:focus,
.bbBSHIr select:focus,
.bbBSHIr textarea:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(224, 79, 22, 0.2);
}

.RWhYLZiFANl {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--gray);
}

.egBjUIu {
    margin: 2rem 0;
}

.fSokYfvE {
    margin-bottom: 1rem;
    display: flex;
    align-items: flex-start;
}

.fSokYfvE input {
    margin-right: 0.7rem;
    margin-top: 0.2rem;
}

.fSokYfvE label {
    font-size: 0.9rem;
    color: var(--dark);
    line-height: 1.5;
}

.fSokYfvE a {
    color: var(--primary);
    text-decoration: underline;
}

.lXuBrjQacIvA {
    background-color: var(--primary);
    color: white;
    border: none;
    padding: 1rem 2rem;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.lXuBrjQacIvA i {
    margin-right: 0.7rem;
    font-size: 1.2rem;
}

.lXuBrjQacIvA:disabled {
    background-color: var(--gray);
    cursor: not-allowed;
    opacity: 0.7;
}

.mSfArX {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 2000;
    align-items: center;
    justify-content: center;
}

.oatlrME {
    background-color: white;
    border-radius: 10px;
    padding: 2rem;
    max-width: 500px;
    width: 90%;
    text-align: center;
    position: relative;
    animation: fadeInUp 0.5s;
}

.vkvqQogNBfjgrN {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: var(--gray);
}

.mYsTqxz {
    font-size: 4rem;
    color: var(--success);
    margin-bottom: 1rem;
}

.oatlrME h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: var(--secondary);
}

.oatlrME p {
    margin-bottom: 1rem;
    color: var(--dark);
}

.pPwihRequcL {
  padding: 5rem 0;
  background-color: var(--light);
}

.PyiZax {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.DADOSSbwJg {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 1rem;
  color: var(--secondary);
  position: relative;
}

.DADOSSbwJg:after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: var(--primary);
  margin: 1rem auto 2rem;
}

.DADOSSbwJg i {
  color: var(--accent);
  margin-right: 0.5rem;
}

.rxVNXp {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 3rem;
  color: var(--dark);
}

.BbmxPScDfCdjz {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}

.aaUHUkAeZL {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.tKuQLess {
  flex: 0 0 100%;
  min-width: 0;
  padding: 0 15px;
  box-sizing: border-box;
}

.tKuQLess-content {
  background-color: white;
  border-radius: 10px;
  padding: 2rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid var(--gray-light);
  height: 100%;
}

.mLJCQlzUCNbczY {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 1.5rem;
  position: relative;
  border: 5px solid var(--primary);
}

.mLJCQlzUCNbczY img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mLJCQlzUCNbczY i {
  position: absolute;
  bottom: -10px;
  right: -10px;
  background-color: var(--accent);
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

.XbaZNiiytyFb {
  margin-bottom: 1rem;
}

.XbaZNiiytyFb h3 {
  font-size: 1.3rem;
  color: var(--secondary);
  margin-bottom: 0.5rem;
}

.RmsoSoJu {
  font-size: 0.8rem;
  color: var(--gray);
  display: flex;
  align-items: center;
  justify-content: center;
}

.RmsoSoJu i {
  margin-right: 0.3rem;
}

.TiBOLusBTMT {
  font-style: italic;
  color: var(--dark);
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.FNEzWMihypNmPc {
  color: var(--accent);
  font-size: 1.2rem;
  margin-top: 0.5rem;
}

.WOmqSQeAdZsyo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  gap: 20px;
}

.cHqhujj {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: white;
  border: none;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--primary);
  transition: all 0.3s;
}

.cHqhujj:hover {
  background-color: var(--primary);
  color: white;
  transform: scale(1.1);
}

.akqqHVEFlHUKNru {
  display: flex;
  gap: 10px;
}

.mksliderdot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--gray-light);
  cursor: pointer;
  transition: all 0.3s;
}

.mksliderdot.eQGnzV {
  background-color: var(--primary);
  transform: scale(1.2);
}

@media (max-width: 768px) {
  .pPwihRequcL {
    padding: 3rem 0;
  }
  
  .tKuQLess {
    padding: 0 10px;
  }
  
  .tKuQLess-content {
    padding: 1.5rem;
  }
  
  .mLJCQlzUCNbczY {
    width: 80px;
    height: 80px;
  }
  
  .cHqhujj {
    width: 40px;
    height: 40px;
    font-size: 1.3rem;
  }
}

.SAjrY {
    padding: 5rem 0;
    background-color: white;
}

.pdhvTqadFjnwZ {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
}

.cKWTuSSYYUcG {
    order: 1;
}

.xoLprSvGUZm {
    font-size: 2rem;
    margin-bottom: 2rem;
    color: var(--secondary);
    position: relative;
}

.xoLprSvGUZm:after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: var(--primary);
    margin-top: 1rem;
}

.xoLprSvGUZm i {
    color: var(--accent);
    margin-right: 0.5rem;
}

.xjkNGKgDTJUvk {
    background-color: var(--light);
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.gHSwWodmhar {
    background-color: var(--primary);
    color: white;
    border: none;
    padding: 1rem 2rem;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.gHSwWodmhar i {
    margin-right: 0.7rem;
    font-size: 1.2rem;
}

.gHSwWodmhar:disabled {
    background-color: var(--gray);
    cursor: not-allowed;
    opacity: 0.7;
}

.fWOnEGoSsjTyP {
    order: 2;
    background-color: var(--light);
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.ABIUSi {
    font-size: 2rem;
    margin-bottom: 2rem;
    color: var(--secondary);
    position: relative;
}

.ABIUSi:after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: var(--primary);
    margin-top: 1rem;
}

.ABIUSi i {
    color: var(--accent);
    margin-right: 0.5rem;
}

.rJLjZrOyvdUQZQY p {
    margin-bottom: 1.5rem;
    line-height: 1.7;
}

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

.wigJlvJmZv li {
    margin-bottom: 1rem;
    display: flex;
    align-items: flex-start;
}

.wigJlvJmZv i {
    color: var(--primary);
    margin-right: 0.7rem;
    margin-top: 0.2rem;
}

.zXMudISQpqqrFM {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2rem;
    align-items: center;
    justify-content: center;
}

.zXMudISQpqqrFM a {
    display: inline-block;
}

.zXMudISQpqqrFM img {
    height: 50px;
    width: auto;
    opacity: 0.8;
    transition: opacity 0.3s;
}

.zXMudISQpqqrFM img:hover {
    opacity: 1;
}

.JdEVNddn {
    height: 70px;
}

.nTFYCyhKKkzeZ {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 2000;
    align-items: center;
    justify-content: center;
}

.TKkGsvNSlj {
    background-color: white;
    border-radius: 10px;
    padding: 2rem;
    max-width: 500px;
    width: 90%;
    text-align: center;
    position: relative;
    animation: fadeInUp 0.5s;
}

.yqpCaZifB {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: var(--gray);
}

.dSQsNAKEjCeEMi {
    font-size: 4rem;
    color: var(--success);
    margin-bottom: 1rem;
}

.TKkGsvNSlj h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: var(--secondary);
}

.TKkGsvNSlj p {
    margin-bottom: 1rem;
    color: var(--dark);
}

.HOTKQifAlVK {
    position: relative;
    background: linear-gradient(rgba(26, 62, 111, 0.9), rgba(26, 62, 111, 0.9)), url('../ks-art/ks-bg3.webp') center/cover no-repeat;
    color: white;
    padding: 4rem 0 2rem;
}

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

.fDQqpthFqf {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.JclukVyHrVB {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
}

.BMNZDPWMJZrCf {
    margin-bottom: 2rem;
}

.BMNZDPWMJZrCf h2 {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.BMNZDPWMJZrCf h2 i {
    margin-right: 0.5rem;
    color: var(--accent);
}

.BMNZDPWMJZrCf p {
    font-size: 0.9rem;
    opacity: 0.8;
}

.UzmuUu {
    margin-bottom: 2rem;
}

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

.kkbXoXgV li a {
    display: flex;
    align-items: center;
    padding: 0.5rem;
    transition: color 0.3s;
}

.kkbXoXgV li a:hover {
    color: var(--accent);
}

.kkbXoXgV i {
    margin-right: 0.5rem;
    font-size: 1.1rem;
}

.uzxmogdCtZcAV {
    font-size: 0.8rem;
    opacity: 0.7;
    margin-top: 2rem;
}

.uzxmogdCtZcAV p:first-child {
    margin-bottom: 0.5rem;
}

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

.owWtoIHNGPpaK {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.UpBmQusPlJo {
    background-color: white;
    border-radius: 10px;
    padding: 2rem;
    max-width: 500px;
    width: 90%;
    text-align: center;
    position: relative;
    z-index: 1;
    animation: fadeIn 0.5s;
}

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

.wQiaLdh i {
    color: var(--danger);
    margin-right: 0.5rem;
}

.pUAluKk {
    margin-bottom: 2rem;
    color: var(--dark);
    line-height: 1.7;
}

.pUAluKk p {
    margin-bottom: 1rem;
}

.CIPyWv {
    list-style: none;
    margin: 1.5rem 0;
    text-align: left;
}

.CIPyWv li {
    margin-bottom: 0.7rem;
}

.CIPyWv a {
    color: var(--primary);
    text-decoration: underline;
}

.ZeORLUvO {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
}

.JkecL,
.JuvokXcMR {
    flex: 1;
    padding: 1rem;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.JkecL {
    background-color: var(--success);
    color: white;
    border: none;
}

.JkecL:hover {
    background-color: #219653;
}

.JuvokXcMR {
    background-color: var(--danger);
    color: white;
    border: none;
}

.JuvokXcMR:hover {
    background-color: #c0392b;
}

.JkecL i,
.JuvokXcMR i {
    margin-right: 0.5rem;
    font-size: 1.2rem;
}

.HFVuxSw {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: var(--secondary);
    color: white;
    padding: 1rem 0;
    z-index: 1000;
    display: none;
}

.yiqxAFU {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.xeUqTgItFOEJ {
    margin-bottom: 1rem;
    text-align: center;
    font-size: 0.9rem;
}

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

.AfiwSfWxeg {
    background-color: var(--primary);
    color: white;
    border: none;
    padding: 0.5rem 1.5rem;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
}

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

.AfiwSfWxeg i {
    margin-right: 0.5rem;
}

.pUBsXGqF {
    position: fixed;
    bottom: 2rem;
    left: 2rem;
    width: 50px;
    height: 50px;
    border-radius: 25%;
    background-color: var(--primary);
    color: white;
    border: none;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    z-index: 999;
}

.pUBsXGqF.eQGnzV {
    opacity: 1;
    visibility: visible;
}

.pUBsXGqF:hover {
    background-color: var(--primary-dark);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.PeXXKKpjDR {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 2000;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.mDiJEVPWgOzHVNB {
    background-color: white;
    border-radius: 10px;
    max-width: 500px;
    width: 100%;
    overflow: hidden;
    position: relative;
    animation: fadeInUp 0.5s;
}

.FZwrhE {
    background-color: var(--secondary);
    color: white;
    padding: 2rem;
    text-align: center;
}

.FZwrhE h2 {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.FZwrhE h2 i {
    margin-right: 0.5rem;
    color: var(--accent);
}

.FZwrhE p {
    opacity: 0.9;
    font-size: 0.9rem;
}

.XicHnHH {
    padding: 2rem;
    position: relative;
}

.mqxCQSrFevY {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: var(--gray);
}

.XicHnHH h3 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    color: var(--secondary);
    text-align: center;
}

.emQtMbnJTikuwR {
    background-color: var(--primary);
    color: white;
    border: none;
    padding: 1rem;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
}

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

.emQtMbnJTikuwR i {
    margin-right: 0.7rem;
    font-size: 1.2rem;
}

.emQtMbnJTikuwR:disabled {
    background-color: var(--gray);
    cursor: not-allowed;
    opacity: 0.7;
}

.zunHDKpCuTO {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 2000;
    align-items: center;
    justify-content: center;
}

.tNIXznpjP {
    background-color: white;
    border-radius: 10px;
    padding: 2rem;
    max-width: 500px;
    width: 90%;
    text-align: center;
    position: relative;
    animation: fadeInUp 0.5s;
}

.dMbaTFTsn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: var(--gray);
}

.fysRi i {
    font-size: 4rem;
    color: var(--success);
    margin-bottom: 1rem;
}

.fysRi h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: var(--secondary);
}

.fysRi p {
    margin-bottom: 2rem;
    color: var(--dark);
}

.YmPDyGvW {
    background-color: var(--primary);
    color: white;
    border: none;
    padding: 1rem 2rem;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
}

.YmPDyGvW:hover {
    background-color: var(--primary-dark);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.YmPDyGvW i {
    margin-right: 0.7rem;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

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

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

@media (min-width: 768px) {
    .ihmNY {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 0.5rem 0;
    }

    .UMYMuBhbdDED {
        margin-bottom: 0;
        justify-content: flex-start;
        flex: 1;
    }

    .UMYMuBhbdDED p {
        display: block;
        margin-left: 1rem;
        font-size: 0.9rem;
        opacity: 0.8;
        border-left: 1px solid var(--gray-light);
        padding-left: 1rem;
    }

    .MDqdMxYEnlhw {
        margin-bottom: 0;
        flex: 2;
    }

    .QEXsBwYmg {
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
        flex: 1;
    }

    .XOxKIbUjj {
        margin-bottom: 0;
        margin-right: 1rem;
        text-align: right;
        font-size: 0.7rem;
        max-width: none;
    }

    .IuXAEyfgU {
        padding: 0.5rem 1rem;
    }

    .ILzRueITDvGXD {
        font-size: 3rem;
    }

    .qAAPJKhm {
        font-size: 4rem;
    }

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

    .tPAMttEWvQYB {
        order: 1;
    }

    .qOQdvK {
        order: 2;
    }

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

    .cKWTuSSYYUcG {
        order: 1;
    }

    .fWOnEGoSsjTyP {
        order: 2;
    }

    .JclukVyHrVB {
        grid-template-columns: 1fr 2fr 1fr;
        text-align: left;
    }

    .BMNZDPWMJZrCf {
        margin-bottom: 0;
    }

    .BMNZDPWMJZrCf h2 {
        justify-content: flex-start;
    }

    .UzmuUu {
        margin-bottom: 0;
    }

    .kkbXoXgV {
        justify-content: flex-start;
    }

    .uzxmogdCtZcAV {
        text-align: right;
    }

    .yiqxAFU {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .xeUqTgItFOEJ {
        margin-bottom: 0;
        text-align: left;
    }
}

@media (min-width: 992px) {
    .ILzRueITDvGXD {
        font-size: 3.5rem;
    }

    .qAAPJKhm {
        font-size: 5rem;
    }

    .tKuQLess {
        flex-direction: row;
        text-align: left;
        align-items: flex-start;
    }

    .mLJCQlzUCNbczY {
        margin-right: 2rem;
        margin-bottom: 0;
    }

    .RmsoSoJu {
        justify-content: flex-start;
    }
}

@media (max-width: 768px) {
    .icXzCunpK {
        padding-top: 320px;
    }
    .GputGie {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .QcxKBQWNbRifm span:first-child,
    .QcxKBQWNbRifm span:last-child {
        font-size: 1rem !important;
        font-weight: 500;
    }
}

.cuqfCDinbpHHyZ {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.vHzAHFsm {
    background: linear-gradient(135deg, #1e5799 0%, #207cca 100%);
    color: white;
    padding: 90px 0;
    text-align: center;
}

.tclSzfC {
    font-size: 2.5rem;
    margin-bottom: 0;
}

.SrSKpI {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    padding: 60px 0;
}

.wzSkfJIbK {
    background: white;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

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

.wzSkfJIbK i {
    font-size: 2.5rem;
    color: #207cca;
    margin-bottom: 20px;
    display: block;
}

.wzSkfJIbK h3 {
    color: #1e5799;
    margin-top: 0;
    font-size: 1.5rem;
}

.wzSkfJIbK p {
    color: #555;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .vHzAHFsm {
        padding: 320px 0 60px;
    }
    .tclSzfC {
        font-size: 2rem;
    }
    .SrSKpI {
        grid-template-columns: 1fr;
    }
}

.cuqfCDinbpHHyZ {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.lteuXWs {
    background: linear-gradient(135deg, #1a3a6a 0%, #2a5298 100%);
    color: white;
    padding: 90px 0;
    text-align: center;
}

.VCzqOpFHx {
    font-size: 2.8rem;
    margin: 0;
    font-weight: 700;
}

.ICsFmGdw {
    padding: 60px 0;
    background-color: #f9f9f9;
}

.ufmKzYd {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 35px;
    margin-top: 40px;
}

.xGYbOQcJscqtop {
    background: white;
    border-radius: 12px;
    padding: 35px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.xGYbOQcJscqtop:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

.xGYbOQcJscqtop i {
    font-size: 2.8rem;
    color: #2a5298;
    margin-bottom: 25px;
}

.xGYbOQcJscqtop h3 {
    color: #1a3a6a;
    font-size: 1.6rem;
    margin: 0 0 15px 0;
}

.xGYbOQcJscqtop p {
    color: #444;
    line-height: 1.7;
    font-size: 1.05rem;
    margin: 0;
}

@media (max-width: 768px) {
    .lteuXWs {
        padding: 320px 0 70px;
    }
    .VCzqOpFHx {
        font-size: 2.2rem;
    }
    .ufmKzYd {
        grid-template-columns: 1fr;
    }
    .xGYbOQcJscqtop {
        padding: 25px;
    }
}

.cuqfCDinbpHHyZ {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.dyfeYRyLigkUJ {
    background: linear-gradient(135deg, #0d2b52 0%, #1a4b8c 100%);
    color: white;
    padding: 100px 0;
    text-align: center;
}

.NZMJnwy {
    font-size: 3rem;
    margin: 0;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.gSMZuJ {
    padding: 70px 0;
    background-color: #f5f7fa;
}

.EhJfVEhCt {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
    gap: 40px;
    margin-top: 50px;
}

.MJurvhMH {
    background: white;
    border-radius: 15px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-top: 4px solid #1a4b8c;
}

.MJurvhMH:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.MJurvhMH i {
    font-size: 3rem;
    color: #1a4b8c;
    margin-bottom: 30px;
    display: inline-block;
}

.MJurvhMH h3 {
    color: #0d2b52;
    font-size: 1.7rem;
    margin: 0 0 20px 0;
    line-height: 1.3;
}

.MJurvhMH p {
    color: #444;
    line-height: 1.8;
    font-size: 1.1rem;
    margin: 0;
}

@media (max-width: 768px) {
    .dyfeYRyLigkUJ {
        padding: 320px 0 80px;
    }
    .NZMJnwy {
        font-size: 2.4rem;
    }
    .EhJfVEhCt {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .MJurvhMH {
        padding: 30px;
    }
}