@font-face {
  font-family: 'Inter_18pt';
  src: url('../../ktp-core/ktp-fonts/Inter_18pt-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Rubik';
  src: url('../../ktp-core/ktp-fonts/Rubik-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Rubik';
  src: url('../../ktp-core/ktp-fonts/Rubik-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Rubik';
  src: url('../../ktp-core/ktp-fonts/Rubik-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Rubik';
  src: url('../../ktp-core/ktp-fonts/Rubik-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Rubik';
  src: url('../../ktp-core/ktp-fonts/Rubik-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

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

:root {
    --primary-color: #a95e55;
    --secondary-color: #d36c1d;
    --accent-color: #eab059;
    --dark-color: #2f3f42;
    --light-color: #F1F2F6;
    --gradient: linear-gradient(135deg, var(--primary-color), var(--secondary-color), var(--accent-color));
    --font-heading: 'Inter_18pt', serif;
    --font-body: 'Rubik', sans-serif;
    --transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

body {
    font-family: var(--font-body);
    color: var(--dark-color);
    line-height: 1.6;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    font-weight: normal;
}

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

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

.vjXbvrU {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
    background-color: rgba(255, 255, 255, 0.8);
    position: fixed;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    max-width: 1366px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}

.mtCLOAaAu {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.mtCLOAaAu img {
    height: 50px;
    width: auto;
}

.mtCLOAaAu h1 {
    font-size: 1.8rem;
    color: var(--primary-color);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.kLgUKMIvo {
    width: 100%;
    max-width: 666px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    list-style: none;
    gap: 2rem;
}

.pcrQrMDcJqfZmJz {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.1rem;
    transition: var(--transition);
    padding: 0.5rem 1rem;
    border-radius: 50px;
}

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

.pcrQrMDcJqfZmJz i {
    font-size: 1.2rem;
}

.TEuQZHDTx {
    background: var(--gradient);
    border: none;
    padding: 0.8rem 1.5rem;
    border-radius: 50px;
    color: white;
    font-family: var(--font-body);
    font-size: 1rem;
    cursor: pointer;
    transition: var(--transition);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-left: 2rem;
}

.TEuQZHDTx:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(255, 107, 107, 0.4);
}

.eiJCMnoQcfeP {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
    cursor: pointer;
    position: relative;
    z-index: 1001;
}

.eiJCMnoQcfeP span {
    display: block;
    height: 3px;
    width: 100%;
    background-color: var(--primary-color);
    border-radius: 3px;
    transition: var(--transition);
}

.AfGVcINhg {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('../ktp-img/ktp-art4.webp') no-repeat center center;
    background-size: cover;
    padding-top: 80px;
}

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

.VvlgZz {
    position: relative;
    z-index: 1;
    text-align: center;
    color: white;
    padding: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.VvlgZz h2 {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    animation: fadeInDown 1s ease-out;
}

.VvlgZz p {
    font-size: 1.2rem;
    margin-bottom: 3rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    animation: fadeIn 1.5s ease-out;
}

.jDwbjxjkRf {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    animation: fadeInUp 1s ease-out;
}

.twMqvVPdWqtGdeW {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 1.5rem;
    border-radius: 10px;
    color: var(--dark-color);
    transition: var(--transition);
}

.twMqvVPdWqtGdeW:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.twMqvVPdWqtGdeW i {
    font-size: 2rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
    display: block;
}

.twMqvVPdWqtGdeW p {
    font-size: 1rem;
    margin: 0;
    font-weight: 600;
}

.BGGc {
    display: flex;
    min-height: 900px;
    max-width: 1366px;
    margin: 0 auto;
    padding: 4rem 2rem;
    position: relative;
}

.pDMODYxBlJL {
    flex: 1;
    border-radius: 20px;
    margin-right: 2rem;
    align-self: flex-start;
    height: 500px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.yJzJFe {
    flex: 1;
    background-color: var(--light-color);
    padding: 3rem;
    border-radius: 20px;
    align-self: flex-end;
    height: 500px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.yJzJFe h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: var(--primary-color);
}

.yJzJFe p {
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
}

.Slvdtzks {
    background: var(--gradient);
    border: none;
    padding: 1rem 2rem;
    border-radius: 50px;
    color: white;
    font-family: var(--font-body);
    font-size: 1.1rem;
    cursor: pointer;
    transition: var(--transition);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1rem;
}

.Slvdtzks:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(255, 107, 107, 0.4);
}

.wGMDWoiWTf {
    position: relative;
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('../ktp-img/ktp-art1.webp') no-repeat center center;
    background-size: cover;
}

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

.wypLeFAQe {
    position: relative;
    z-index: 1;
    text-align: center;
    color: white;
    padding: 2rem;
    max-width: 1000px;
    margin: 0 auto;
}

.wypLeFAQe h2 {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.wypLeFAQe p {
    font-size: 1.2rem;
    margin-bottom: 3rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.GZhyhqfV {
    display: flex;
    justify-content: center;
    gap: 2rem;
    font-size: 2.5rem;
    color: var(--accent-color);
}

.GZhyhqfV i {
    transition: var(--transition);
}

.GZhyhqfV i:hover {
    transform: scale(1.2) rotate(15deg);
    color: white;
}

.RCAbLWiSVdfW {
    padding: 5rem 2rem;
    max-width: 1366px;
    margin: 0 auto;
}

.RCAbLWiSVdfW h2 {
    text-align: center;
    font-size: 2.8rem;
    margin-bottom: 3rem;
    color: var(--primary-color);
}

.IZFJszg {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.MeerJLOoGt {
    background-color: var(--light-color);
    padding: 2rem;
    border-radius: 15px;
    transition: var(--transition);
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

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

.MeerJLOoGt i {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 1.5rem;
    display: block;
}

.MeerJLOoGt h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: var(--dark-color);
}

.MeerJLOoGt p {
    font-size: 1rem;
    color: #666;
}

.qDrQOiEZhzH {
    padding: 5rem 2rem;
    max-width: 1366px;
    margin: 0 auto;
    overflow: hidden;
}

.qDrQOiEZhzH h2 {
    text-align: center;
    font-size: 2.8rem;
    margin-bottom: 3rem;
    color: var(--primary-color);
}

.HxcmeinXVOoRr {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    position: relative;
    min-height: 800px;
}

.rUUWTBi {
    background-color: white;
    padding: 2rem;
    margin-top: 1rem;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    width: 80%;
    transition: var(--transition);
    position: relative;
}

.rUUWTBi:nth-child(1) {
    align-self: flex-start;
    margin-left: 5%;
    animation: slideInLeft 1s ease-out;
}

.rUUWTBi:nth-child(2) {
    align-self: flex-end;
    margin-right: 10%;
    animation: slideInRight 1.2s ease-out;
}

.rUUWTBi:nth-child(3) {
    align-self: flex-start;
    margin-left: 15%;
    animation: slideInLeft 1.4s ease-out;
}

.rUUWTBi:nth-child(4) {
    align-self: flex-end;
    margin-right: 5%;
    animation: slideInRight 1.6s ease-out;
}

.rUUWTBi:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.rUUWTBi img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    position: absolute;
    top: -30px;
    left: -30px;
    border: 3px solid var(--accent-color);
}

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

.rUUWTBi p:first-of-type {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 1rem;
}

.lDmBxeVs {
    color: var(--accent-color);
    margin-bottom: 1rem;
}

.rUUWTBi p:last-of-type {
    font-style: italic;
    margin-bottom: 1rem;
}

.rLJAnhEKtutNid {
    font-size: 0.8rem;
    color: #999;
    text-align: right;
}

.mtqhyiIZLbWG {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('../ktp-img/ktp-art2.webp') no-repeat center center;
    background-size: cover;
    padding: 4rem 2rem;
}

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

.hRaXkvBGtlJetf {
    position: relative;
    z-index: 1;
    color: white;
    max-width: 1366px;
    margin: 0 auto;
    width: 100%;
}

.hRaXkvBGtlJetf h2 {
    text-align: center;
    font-size: 3rem;
    margin-bottom: 3rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.jmlirGy {
    display: flex;
    gap: 2rem;
}

.GflYn {
    flex: 1;
}

.zNbyYqlRQhfPp {
    margin-bottom: 1rem;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    overflow: hidden;
    backdrop-filter: blur(5px);
}

.kgvcYVz {
    padding: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 1.2rem;
    transition: var(--transition);
}

.kgvcYVz:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.kgvcYVz i {
    transition: var(--transition);
}

.kgvcYVz.active i {
    transform: rotate(180deg);
}

.HYNBLGTa {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
    padding: 0 1.5rem;
    background-color: rgba(0, 0, 0, 0.3);
}

.HYNBLGTa p {
    padding: 1.5rem 0;
}

.HYNBLGTa.shake {
    animation: shake 0.5s;
}

.HMreks {
    display: block;
    margin: 3rem auto 0;
    background: var(--gradient);
    border: none;
    padding: 1rem 2rem;
    border-radius: 50px;
    color: white;
    font-family: var(--font-body);
    font-size: 1.1rem;
    cursor: pointer;
    transition: var(--transition);
}

.HMreks:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(255, 107, 107, 0.4);
}

.XQcJGX {
    padding: 5rem 2rem;
    max-width: 1366px;
    margin: 0 auto;
    overflow: hidden;
}

.fjKESQkIAU {
    position: relative;
    z-index: 1;
    background-color: white;
    padding: 3rem;
    margin: 0 auto;
    border-radius: 20px;
    max-width: 800px;
    width: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.fjKESQkIAU h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 2rem;
    color: var(--primary-color);
}

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

.RYuXGdmKtoBDFNS label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.sAGpgGzlp,
.inEKesjUkw {
    width: 100%;
    padding: 1rem;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-family: var(--font-body);
    transition: var(--transition);
}

.dBBfDCufrOdV {
    position: relative;
    display: flex;
    align-items: center;
}

.gqCiz {
    background-color: #f5f5f5;
    padding: 0.9rem 0.8rem;
    border: 1px solid #ddd;
    border-right: none;
    border-radius: 8px 0 0 8px;
    font-family: var(--font-body);
    color: #555;
}

.dBBfDCufrOdV .sAGpgGzlp {
    border-radius: 0 8px 8px 0;
    flex: 1;
    padding-left: 0.5rem;
}

.inEKesjUkw {
    min-height: 150px;
    resize: vertical;
}

.sAGpgGzlp:focus,
.inEKesjUkw:focus {
    border-color: var(--primary-color);
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 107, 107, 0.2);
}

.rOEscqf {
    display: block;
    font-size: 0.8rem;
    color: #666;
    margin-top: 0.3rem;
    opacity: 0;
    transition: var(--transition);
    height: 0;
    overflow: hidden;
}

.sAGpgGzlp:focus ~ .rOEscqf,
.inEKesjUkw:focus ~ .rOEscqf {
    opacity: 1;
    height: auto;
}

.BUzVtamHk {
    color: #e74c3c;
    font-size: 0.9rem;
    margin-top: 0.3rem;
    display: block;
    min-height: 1.2rem;
}

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

.EEMsLnm-input {
    width: auto;
}

.EEMsLnm label {
    margin-bottom: 0;
    font-weight: normal;
}

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

.pFukxJJfE {
    background: var(--gradient);
    border: none;
    padding: 1rem 2rem;
    border-radius: 50px;
    color: white;
    font-family: var(--font-body);
    font-size: 1.1rem;
    cursor: pointer;
    transition: var(--transition);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.pFukxJJfE:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(255, 107, 107, 0.4);
}

.NaTSNvQfOQlru {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3000;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}

.NaTSNvQfOQlru.active {
    opacity: 1;
    visibility: visible;
}

.tFxkkYeVJ {
    background-color: white;
    padding: 3rem;
    border-radius: 20px;
    text-align: center;
    max-width: 500px;
    width: 90%;
    position: relative;
    transform: translateY(20px);
    transition: var(--transition);
}

.NaTSNvQfOQlru.active .tFxkkYeVJ {
    transform: translateY(0);
}

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

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

.tFxkkYeVJ i {
    font-size: 4rem;
    color: #27b160;
    margin-bottom: 1.5rem;
}

.tFxkkYeVJ h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: var(--dark-color);
}

.tFxkkYeVJ p {
    font-size: 1.1rem;
    color: #666;
}

@media screen and (max-width: 768px) {
    .fjKESQkIAU {
        padding: 2rem;
    }
    
    .fjKESQkIAU h2 {
        font-size: 2rem;
    }
}

@media screen and (max-width: 480px) {
    .fjKESQkIAU {
        padding: 1.5rem;
    }
    
    .EEMsLnm {
        align-items: flex-start;
    }
    
    .EEMsLnm label {
        font-size: 0.9rem;
    }
}

.tpQdMmRdXYYL {
    position: relative;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('../ktp-img/ktp-art3.webp') no-repeat center center;
    background-size: cover;
    color: white;
}

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

.aBGYLVijZu {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 2rem;
    max-width: 1366px;
    margin: 0 auto;
    width: 100%;
}

.abYrTWjU {
    margin-bottom: 2rem;
}

.abYrTWjU img {
    height: 60px;
    margin-bottom: 1rem;
}

.abYrTWjU p {
    font-size: 1.8rem;
    font-family: var(--font-heading);
}

.QKEzwbMS {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.gcuvDdIsBaLca {
    color: white;
    transition: var(--transition);
    font-size: 1.1rem;
}

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

.vfFtQE {
    background: transparent;
    border: 2px solid white;
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
    color: white;
    font-family: var(--font-body);
    font-size: 1rem;
    cursor: pointer;
    transition: var(--transition);
}

.vfFtQE:hover {
    background: white;
    color: var(--dark-color);
}

.FfmTImoIQSJr {
    font-size: 0.9rem;
    color: #ccc;
}

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

.dEMSLCFVV {
    max-width: 1366px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 2rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.dEMSLCFVV p {
    flex: 1;
    min-width: 300px;
}

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

.iBZxpDXgKeHZM {
    background-color: var(--primary-color);
    border: none;
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
    color: white;
    font-family: var(--font-body);
    cursor: pointer;
    transition: var(--transition);
}

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

.xmZHUC {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}

.xmZHUC.active {
    opacity: 1;
    visibility: visible;
}

.uXtOoMgf {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: -1;
}

.hMuHHLpCE {
    background-color: white;
    border-radius: 20px;
    padding: 2rem;
    max-width: 600px;
    width: 90%;
    position: relative;
    transform: translateY(50px);
    transition: var(--transition);
    max-height: 90vh;
    overflow-y: auto;
}

.xmZHUC.active .hMuHHLpCE {
    transform: translateY(0);
}

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

.gnpXzjTd:hover {
    color: var(--primary-color);
    transform: rotate(90deg);
}

.hMuHHLpCE h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 2rem;
    color: var(--primary-color);
}

.KeZeBI {
    margin-bottom: 1.5rem;
}

.KeZeBI label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.KeZeBI input,
.KeZeBI textarea {
    width: 100%;
    padding: 0.8rem 1rem;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-family: var(--font-body);
    transition: var(--transition);
}

.KeZeBI input:focus,
.KeZeBI textarea:focus {
    border-color: var(--primary-color);
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 107, 107, 0.2);
}

.KeZeBI textarea {
    min-height: 120px;
    resize: vertical;
}

.oLiHVgNDMJrkk {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.oLiHVgNDMJrkk input {
    width: auto;
}

.oLiHVgNDMJrkk label {
    margin-bottom: 0;
    font-weight: normal;
}

.tWQcjQCbmp {
    background: var(--gradient);
    border: none;
    padding: 1rem 2rem;
    border-radius: 50px;
    color: white;
    font-family: var(--font-body);
    font-size: 1.1rem;
    cursor: pointer;
    transition: var(--transition);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.tWQcjQCbmp:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(255, 107, 107, 0.4);
}

.UlVVNT,
.twhU,
.tJGNLU {
    display: block;
    font-size: 0.8rem;
    color: #666;
    margin-top: 0.3rem;
    opacity: 0;
    transition: var(--transition);
    height: 0;
}

.QiQVxzYIbVmvg:focus ~ .UlVVNT,
.lRFKB:focus ~ .twhU,
.sxFBPdIo:focus ~ .tJGNLU {
    opacity: 1;
    height: auto;
}

.QiQVxzYIbVmvg.valid,
.lRFKB.valid,
.sxFBPdIo.valid {
    border-color: #4CAF50;
}

.cxscroll-top {
    position: fixed;
    bottom: 292px;
    right: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--gradient);
    color: white;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    z-index: 999;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.cxscroll-top.show {
    opacity: 1;
    visibility: visible;
}

.cxscroll-top:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.cxmodalsuccess {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    z-index: 10;
}

.cxmodalsuccess.active {
    opacity: 1;
    visibility: visible;
}

.cxmodalsuccesscontent {
    background-color: white;
    padding: 2rem;
    border-radius: 15px;
    text-align: center;
    max-width: 400px;
    width: 90%;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.cxmodalsuccesscontent i {
    font-size: 4rem;
    color: #2ab162;
    margin-bottom: 1rem;
}

.cxmodalsuccesscontent h3 {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
    color: var(--dark-color);
}

.cxmodalsuccesscontent p {
    margin-bottom: 1.5rem;
    color: #666;
}

.cxmodalsuccessclose {
    background: var(--gradient);
    border: none;
    padding: 0.8rem 1.5rem;
    border-radius: 50px;
    color: white;
    font-family: var(--font-body);
    cursor: pointer;
    transition: var(--transition);
}

.cxmodalsuccessclose:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(255, 107, 107, 0.4);
}

.no-scroll {
    overflow: hidden;
}

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

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

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

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-100px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(100px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes shake {
    0%, 100% { transform: translateX(0); }
    10%, 30%, 50%, 70%, 90% { transform: translateX(-5px); }
    20%, 40%, 60%, 80% { transform: translateX(5px); }
}

@media screen and (max-width: 1024px) {
    .jDwbjxjkRf {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .IZFJszg {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .jmlirGy {
        flex-direction: column;
    }
}

@media screen and (max-width: 768px) {
    .BqiFNZCETXAsb {
        position: fixed;
        top: 0;
        right: -100%;
        width: 70%;
        height: 100vh;
        background-color: var(--light-color);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transition: var(--transition);
        z-index: 1000;
    }
    
    .BqiFNZCETXAsb.active {
        right: 0;
    }
    
    .kLgUKMIvo {
        padding-top: 50px;
        flex-direction: column;
        align-items: center;
    }
    
    .TEuQZHDTx {
        margin-left: 0;
        margin-top: 2rem;
    }
    
    .eiJCMnoQcfeP {
        display: flex;
    }
    
    .eiJCMnoQcfeP.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }
    
    .eiJCMnoQcfeP.active span:nth-child(2) {
        opacity: 0;
    }
    
    .eiJCMnoQcfeP.active span:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -6px);
    }
    
    .jDwbjxjkRf {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .IZFJszg {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .BGGc {
        flex-direction: column;
        min-height: auto;
    }
    
    .pDMODYxBlJL {
        margin-right: 0;
        margin-bottom: 2rem;
        width: 100%;
        height: 300px;
        align-self: center;
    }
    
    .yJzJFe {
        width: 100%;
        height: auto;
        align-self: center;
    }
    
    .rUUWTBi {
        width: 90%;
    }
    
    .rUUWTBi:nth-child(1),
    .rUUWTBi:nth-child(2),
    .rUUWTBi:nth-child(3),
    .rUUWTBi:nth-child(4) {
        align-self: center;
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width: 480px) {
    .VvlgZz h2 {
        font-size: 2.5rem;
    }
    
    .jDwbjxjkRf {
        grid-template-columns: 1fr;
    }
    
    .IZFJszg {
        grid-template-columns: 1fr;
    }
    
    .mtCLOAaAu h1 {
        font-size: 1.5rem;
    }
    
    .mtCLOAaAu img {
        height: 40px;
    }
    
    .yJzJFe h2,
    .wypLeFAQe h2,
    .RCAbLWiSVdfW h2,
    .qDrQOiEZhzH h2,
    .hRaXkvBGtlJetf h2 {
        font-size: 2rem;
    }
    
    .abYrTWjU p {
        font-size: 1.5rem;
    }
    
    .QKEzwbMS {
        flex-direction: column;
        gap: 1rem;
    }
    
    .dEMSLCFVV {
        flex-direction: column;
        text-align: center;
    }
    
    .dEMSLCFVV p {
        min-width: auto;
        margin-bottom: 1rem;
    }
}

@media screen and (max-width: 320px) {
    .VvlgZz h2 {
        font-size: 2rem;
    }
    
    .VvlgZz p {
        font-size: 1rem;
    }
    
    .vjXbvrU {
        padding: 1rem;
    }
    
    .mtCLOAaAu h1 {
        font-size: 1.3rem;
    }
    
    .mtCLOAaAu img {
        height: 30px;
    }
    
    .yJzJFe,
    .hMuHHLpCE {
        padding: 1.5rem;
    }
    
    .abYrTWjU p {
        font-size: 1.3rem;
    }
}

.vZYDObE {
    padding-top: 100px;
    max-width: 1366px;
    margin: 0 auto;
}

.EnAuIowOyMVZ {
    padding: 2rem;
}

.bqmZjFrvTqP {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 2rem;
    color: #ff9602;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.DfWTTDtl {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 2rem;
}

.TEyvUsSJJ {
    background-color: #FFF9F0;
    padding: 1.5rem;
    border-radius: 15px;
    transition: all 0.3s ease;
    border-left: 5px solid #ff7002;
}

.TEyvUsSJJ:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(255, 166, 2, 0.252);
}

.OInHvW {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    color: #2F3542;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.TEyvUsSJJ p {
    min-height: 120px;
    color: #666;
}

@media screen and (max-width: 1024px) {
    .DfWTTDtl {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .bqmZjFrvTqP {
        font-size: 2rem;
    }
    
    .DfWTTDtl {
        grid-template-columns: 1fr;
    }
    
    .TEyvUsSJJ p {
        min-height: auto;
    }
}

@media screen and (max-width: 480px) {
    .EnAuIowOyMVZ {
        padding: 1rem;
    }
    
    .bqmZjFrvTqP {
        font-size: 1.8rem;
        flex-direction: column;
        gap: 0.5rem;
    }
}

.LNiPBjAJjVQgR {
    padding-top: 100px;
    max-width: 1366px;
    margin: 0 auto;
}

.YVnPnkOCmvca {
    padding: 2rem;
}

.SLjJZsNojXL {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 2rem;
    color: #d55757;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.glKFhVCcGzW {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 2rem;
}

.hrJPPRXInivoy {
    background-color: #fff5f5e8;
    padding: 1.5rem;
    border-radius: 15px;
    transition: all 0.3s ease;
    border-left: 5px solid #d35454;
}

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

.cdLaRyDBJMp {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    color: #332f42;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.hrJPPRXInivoy p {
    min-height: 120px;
    color: #666;
}

@media screen and (max-width: 1024px) {
    .glKFhVCcGzW {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .SLjJZsNojXL {
        font-size: 2rem;
    }
    
    .glKFhVCcGzW {
        grid-template-columns: 1fr;
    }
    
    .hrJPPRXInivoy p {
        min-height: auto;
    }
}

@media screen and (max-width: 480px) {
    .YVnPnkOCmvca {
        padding: 1rem;
    }
    
    .SLjJZsNojXL {
        font-size: 1.8rem;
        flex-direction: column;
        gap: 0.5rem;
    }
}

.TicOzSzoOQqmg {
    padding-top: 100px;
    max-width: 1366px;
    margin: 0 auto;
    min-height: calc(100vh - 200px);
    display: flex;
    align-items: center;
}

.SpOlAaX {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem;
    gap: 3rem;
}

.oHtwAllX {
    flex: 1;
}

.DqLWbkdLlUIIwK {
    position: relative;
    width: 120px;
    height: 120px;
    margin-bottom: 2rem;
}

.DqLWbkdLlUIIwK i {
    font-size: 120px;
    color: #c95656;
    position: relative;
    z-index: 1;
}

.DqLWbkdLlUIIwK span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.5rem;
    font-weight: bold;
    color: white;
    z-index: 2;
}

.QfmJFS {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    color: #2F3542;
}

.CLfHfzbnJSYM {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 2rem;
    max-width: 600px;
}

.UwmPtTbl {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, #ff906b, #ff9602);
    color: white;
    padding: 1rem 2rem;
    border-radius: 50px;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.UwmPtTbl:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(255, 176, 107, 0.4);
}

.vFJHFQdDRdSInV {
    flex: 1;
    text-align: center;
}

.vFJHFQdDRdSInV img {
    max-width: 100%;
    height: auto;
    animation: float 3s ease-in-out infinite;
}

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

@media screen and (max-width: 1024px) {
    .SpOlAaX {
        flex-direction: column;
        text-align: center;
    }
    
    .CLfHfzbnJSYM {
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 768px) {
    .QfmJFS {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 480px) {
    .SpOlAaX {
        padding: 1rem;
    }
    
    .QfmJFS {
        font-size: 2rem;
    }
    
    .DqLWbkdLlUIIwK {
        width: 80px;
        height: 80px;
        margin-bottom: 1rem;
    }
    
    .DqLWbkdLlUIIwK i {
        font-size: 80px;
    }
    
    .DqLWbkdLlUIIwK span {
        font-size: 1.8rem;
    }
}