:root {
    --wH1tE: #ffffff;
    --b4cKgr0uNd: #fdfbf6;
    --t3xTc0l0R: #2c3333;
    --aCc3Nt: #c09553;
    --s3c0nD4Ry: #3a4f66;
    --sH4d0w: 0 4px 15px rgba(0, 0, 0, 0.07);
    --f0Nt-f4m1Ly-h34d: "lato-regular";
    --f0Nt-f4m1Ly-b0Dy: "lato-regular";
}

@font-face {
    font-family: "lato-regular";
    src: url("fonts/lato-regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}
body {
    font-family: var(--f0Nt-f4m1Ly-b0Dy);
    font-size: 1.6rem;
    line-height: 1.7;
    color: var(--t3xTc0l0R);
    background-color: var(--b4cKgr0uNd);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body.n0sCr0Ll {
    overflow: hidden;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--f0Nt-f4m1Ly-h34d);
    color: var(--s3c0nD4Ry);
    line-height: 1.2;
    margin-bottom: 1.5rem;
}
h1 {
    font-size: 4.8rem;
}
h2 {
    font-size: 3.6rem;
}
h3 {
    font-size: 2.8rem;
}
p {
    margin-bottom: 2rem;
}
a {
    color: var(--aCc3Nt);
    text-decoration: none;
    transition: color 0.3s ease;
}
a:hover {
    color: var(--s3c0nD4Ry);
}
.c0nTa1n3R {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
}
.s3ct10n {
    padding: 8rem 0;
}
.s3ct10n-eVeN-bKg {
    background-color: var(--wH1tE);
}
.gR1d {
    display: grid;
    gap: 3rem;
}
@media (min-width: 768px) {
    .gR1d--2c0Ls {
        grid-template-columns: 1fr 1fr;
    }
    .gR1d--3c0Ls {
        grid-template-columns: repeat(3, 1fr);
    }
    .gR1d--4c0Ls {
        grid-template-columns: repeat(3, 1fr);
    }
}
.bTn-p_R1m4Ry {
    display: inline-block;
    background-color: var(--aCc3Nt);
    color: var(--wH1tE);
    padding: 1.5rem 3rem;
    border-radius: 5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: 1px solid transparent;
    cursor: pointer;
}
.bTn-p_R1m4Ry:hover {
    background-color: var(--s3c0nD4Ry);
    transform: translateY(-3px);
    color: #FFF;
    border: 1px solid var(--aCc3Nt);
}
.aL1Gn-c3Nt3R {
    display: flex;
    align-items: center;
    justify-content: center;
}
.tXt-c3Nt3R {
    text-align: center;
}
.s3cT1oN-hEaDiNg-cEnTeR h2 {
    margin-bottom: 4rem;
}
.h3aD3r {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(253, 251, 246, 0.9);
    backdrop-filter: blur(10px);
    z-index: 1000;
    padding: 1.5rem 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.h3aD3r-wR4pP3R {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.l0g0-l1nK {
    display: block;
}
.l0g0-l1nK img {
    height: 40px;
}
.n4v-m3Nu {
    display: none;
    list-style: none;
}
@media (min-width: 992px) {
    .n4v-m3Nu {
        display: flex;
        gap: 3rem;
    }
}
.n4v-1t3m a {
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--t3xTc0l0R);
    position: relative;
    padding-bottom: 0.5rem;
}
.n4v-1t3m a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--aCc3Nt);
    transition: width 0.3s ease;
}
.n4v-1t3m a:hover::after,
.n4v-1t3m a.aCt1v3::after {
    width: 100%;
}
.bUrG3r-m3Nu {
    display: block;
    cursor: pointer;
    z-index: 1002;
    background: 0 0;
    border: none;
}
@media (min-width: 992px) {
    .bUrG3r-m3Nu {
        display: none;
    }
}
.bUrG3r-1c0N {
    width: 30px;
    height: 22px;
    position: relative;
}
.bUrG3r-1c0N span {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: var(--s3c0nD4Ry);
    border-radius: 3px;
    transition: all 0.3s ease-in-out;
}
.bUrG3r-1c0N span:nth-child(1) {
    top: 0;
}
.bUrG3r-1c0N span:nth-child(2) {
    top: 9px;
}
.bUrG3r-1c0N span:nth-child(3) {
    top: 18px;
}
.m0b1L3-n4V-0p3N .bUrG3r-1c0N span:nth-child(1) {
    top: 9px;
    transform: rotate(45deg);
}
.m0b1L3-n4V-0p3N .bUrG3r-1c0N span:nth-child(2) {
    opacity: 0;
}
.m0b1L3-n4V-0p3N .bUrG3r-1c0N span:nth-child(3) {
    top: 9px;
    transform: rotate(-45deg);
}
.m0b1L3-n4V-0p3N .m0b1L3-n4V {
    transform: translateX(0);
}
.m0b1L3-n4V .n4v-m3Nu {
    display: flex;
    align-items: center;
    gap: 4rem;
}
.m0b1L3-n4V .n4v-1t3m a {
    font-size: 2.4rem;
}
.f00t3R {
    background-color: var(--s3c0nD4Ry);
    color: var(--b4cKgr0uNd);
    padding: 6rem 0 2rem;
}
.f00t3R a {
    color: var(--b4cKgr0uNd);
    opacity: 0.8;
}
.f00t3R a:hover {
    opacity: 1;
    color: var(--aCc3Nt);
}
.f00t3R-c0Nt3Nt {
    display: grid;
    gap: 4rem;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    margin-bottom: 4rem;
}
.f00t3R-c0LuMn h4 {
    color: var(--wH1tE);
    margin-bottom: 2rem;
    font-family: var(--f0Nt-f4m1Ly-b0Dy);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.6rem;
}
.f00t3R-c0LuMn ul {
    list-style: none;
}
.f00t3R-c0LuMn li {
    margin-bottom: 1rem;
}
.f00t3R-c0LuMn p {
    opacity: 0.8;
}
.f00t3R-b0tT0m {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 2rem;
    text-align: center;
    font-size: 1.4rem;
    opacity: 0.7;
}
.sL1D3r-wR4pP3R {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    max-width: 1200px;
}
.sL1D3s-c0Nt41n3R {
    display: flex;
    transition: transform 0.5s ease-in-out;
}
.sL1d3-1t3M {
    flex: 0 0 100%;
}
@media (min-width: 576px) {
    .sL1d3-1t3M {
        flex-basis: 50%;
    }
}
@media (min-width: 768px) {
    .sL1d3-1t3M {
        flex-basis: 33.333%;
    }
}
@media (min-width: 992px) {
    .sL1d3-1t3M {
        flex-basis: 25%;
    }
}
.sL1d3-c4Rd {
    margin: 0 1.5rem;
    background: var(--wH1tE);
    border-radius: 8px;
    box-shadow: var(--sH4d0w);
    overflow: hidden;
    text-align: center;
}
.sL1d3-c4Rd img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}
.sL1d3-c4Rd-c0Nt3nT {
    padding: 2rem;
}
.sL1d3-c4Rd-c0Nt3nT h4 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
}
.sL1d3-c4Rd-c0Nt3nT p {
    font-size: 1.4rem;
    color: #777;
    margin-bottom: 0;
}
.sL1D3r-c0nTr0Ls {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0;
    pointer-events: none;
}
.sL1D3r-bTtN {
    background-color: rgba(255, 255, 255, 0.8);
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    pointer-events: all;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s;
}
.sL1D3r-bTtN:hover {
    background-color: var(--aCc3Nt);
    color: var(--wH1tE);
}
.sL1D3r-bTtN-pR3v {
    left: -25px;
}
.sL1D3r-bTtN-n3Xt {
    right: -25px;
}
.aCc0rD1oN {
    max-width: 800px;
    margin: 0 auto;
}
.aCc0rD1oN-1t3m {
    border-bottom: 1px solid #ddd;
}
.aCc0rD1oN-h3aD3r {
    width: 100%;
    background: 0 0;
    border: none;
    text-align: left;
    padding: 2rem;
    font-size: 1.8rem;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--s3c0nD4Ry);
}
.aCc0rD1oN-h3aD3r::after {
    content: "+";
    font-size: 2.4rem;
    transition: transform 0.3s ease;
}
.aCc0rD1oN-1t3m.aCt1v3 .aCc0rD1oN-h3aD3r::after {
    transform: rotate(45deg);
}
.aCc0rD1oN-c0Nt3Nt {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, padding 0.4s ease-out;
    padding: 0 2rem;
}
.aCc0rD1oN-1t3m.aCt1v3 .aCc0rD1oN-c0Nt3Nt {
    padding: 0 2rem 2rem;
}
.t4bS-c0nTa1n3r {
    display: flex;
    flex-direction: column;
}
.t4b-h3aD3rS {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    margin-bottom: 2rem;
}
@media (min-width: 768px) {
    .t4b-h3aD3rS {
        border-bottom: none;
        margin-bottom: 0;
        margin-right: 3rem;
    }
}
.t4b-bTtN {
    padding: 1.5rem 2rem;
    cursor: pointer;
    background: 0 0;
    border: none;
    font-size: 1.6rem;
    color: var(--t3xTc0l0R);
    opacity: 0.7;
    border-bottom: 3px solid transparent;
    flex-shrink: 0;
    transition: all 0.3s ease;
}
@media (min-width: 768px) {
    .t4b-bTtN {
        border-bottom: none;
        border-right: 3px solid transparent;
        text-align: left;
    }
}
.t4b-bTtN.aCt1v3 {
    opacity: 1;
    color: var(--aCc3Nt);
    border-color: var(--aCc3Nt);
}
.t4b-c0Nt3Nt {
    display: none;
}
.t4b-c0Nt3Nt.aCt1v3 {
    display: block;
}
.h1dD3N-sCr0lL {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    will-change: opacity, transform;
}
.h1dD3N-sCr0lL.v1s1Bl3 {
    opacity: 1;
    transform: translateY(0);
}
.c0nTaCt-f0Rm {
    max-width: 700px;
    margin: 0 auto;
    background: var(--wH1tE);
    padding: 4rem;
    border-radius: 8px;
    box-shadow: var(--sH4d0w);
}
.f0Rm-gR0Up {
    margin-bottom: 2.5rem;
}
.f0Rm-gR0Up label {
    display: block;
    margin-bottom: 0.8rem;
    font-weight: 500;
    color: var(--s3c0nD4Ry);
}
.f0Rm-c0nTr0l {
    width: 100%;
    padding: 1.5rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1.6rem;
    font-family: var(--f0Nt-f4m1Ly-b0Dy);
    transition: border-color 0.3s ease;
}
.f0Rm-c0nTr0l:focus {
    outline: 0;
    border-color: var(--aCc3Nt);
}
textarea.f0Rm-c0nTr0l {
    min-height: 150px;
    resize: vertical;
}
.eRr0R-m3sS4g3 {
    color: #d9534f;
    font-size: 1.4rem;
    margin-top: 0.5rem;
    display: none;
}
.f0Rm-c0nTr0l.iNv4L1d {
    border-color: #d9534f;
}
.f0Rm-c0nTr0l.iNv4L1d + .eRr0R-m3sS4g3 {
    display: block;
}
.c4Rd {
    background: var(--wH1tE);
    border-radius: 8px;
    box-shadow: var(--sH4d0w);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.c4Rd:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
.c4Rd-b0Dy {
    padding: 3rem;
}
.c4Rd-b0Dy h3 {
    margin-top: 0;
}
.p0pUp-oV3rLaY {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.p0pUp-oV3rLaY.aCt1v3 {
    opacity: 1;
    visibility: visible;
}
.p0pUp-b0X {
    background: var(--wH1tE);
    padding: 4rem;
    border-radius: 10px;
    text-align: center;
    max-width: 90%;
    width: 400px;
    position: relative;
}
.p0pUp-b0X h2 {
    font-size: 2.4rem;
    margin-bottom: 2rem;
}
.p0pUp-b0X p {
    margin-bottom: 3rem;
    font-size: 1.6rem;
}
.p0pUp-bUtT0nS {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
}
.p0pUp-cLoS3-bTn {
    position: absolute;
    top: 15px;
    right: 15px;
    background: 0 0;
    border: none;
    font-size: 2.4rem;
    line-height: 1;
    cursor: pointer;
    color: #999;
}
.p0pUp-cLoS3-bTn:hover {
    color: var(--t3xTc0l0R);
}

.s3cT1oN-p4g3h34d {
    padding-top: 15rem;
    padding-bottom: 8rem;
    background: linear-gradient(135deg, var(--s3c0nD4Ry) 0%, #2c3e50 100%);
    color: var(--wH1tE);
    text-align: center;
}
.s3cT1oN-p4g3h34d h1 {
    color: var(--wH1tE);
}
.p-w1d3-m4rG1N {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.9;
}

.h3r0-s3cT1oN {
    padding-top: 15rem;
    background: linear-gradient(135deg, var(--b4cKgr0uNd) 0%, #e9e4d9 100%);
}
.h3r0-h1-f0nTs1z3 {
    font-size: 5.2rem;
}
.h3r0-iMg-sTyl3 {
    border-radius: 8px;
    box-shadow: var(--sH4d0w);
}
.p-m4X-w1dTh-700 {
    max-width: 700px;
    margin: 0 auto 5rem;
}
.aNiM-d3L4y-1 {
    transition-delay: 0.1s;
}
.aNiM-d3L4y-2 {
    transition-delay: 0.2s;
}
.c0l0R-s3c0nD4Ry-bKg {
    background-color: var(--s3c0nD4Ry);
    color: var(--b4cKgr0uNd);
}
.h-c0l0R-wH1t3 {
    color: var(--wH1tE);
}
.iMg-c1rCl3-b0rD3r {
    border-radius: 50%;
    margin-bottom: 1.5rem;
}
.qU0t3-b0X {
    background-color: rgba(253, 251, 246, 0.85);
    padding: 1rem;
    border-radius: 8px;
}
.qU0t3-tXt {
    font-size: 2.2rem;
    font-style: italic;
    max-width: 700px;
    margin: 0 auto;
}
.qU0t3-aUtH0r {
    margin-top: 2rem;
    font-weight: bold;
}
.cT4-b0X {
    background-color: var(--s3c0nD4Ry);
    color: var(--b4cKgr0uNd);
    text-align: center;
    padding: 5rem;
    border-radius: 8px;
}
.iMg-g4lLeRy-iT3m {
    border-radius: 8px;
}

.t1m3L1n3 {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: 4rem 0;
}
.t1m3L1n3::after {
    content: "";
    position: absolute;
    width: 4px;
    background-color: var(--aCc3Nt);
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -2px;
}
.t1m3L1n3-c0nTa1n3r {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
}
.t1m3L1n3-c0nTa1n3r.l3fT {
    left: 0;
}
.t1m3L1n3-c0nTa1n3r.r1gHt {
    left: 50%;
}
.t1m3L1n3-c0nTa1n3r::after {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    right: -13px;
    background-color: var(--wH1tE);
    border: 4px solid var(--aCc3Nt);
    top: 35px;
    border-radius: 50%;
    z-index: 1;
}
.t1m3L1n3-c0nTa1n3r.r1gHt::after {
    left: -12px;
}
.t1m3L1n3-c0nTa1n3r .c0nTeNt-t1m3 {
    padding: 2rem 3rem;
    background-color: var(--wH1tE);
    position: relative;
    border-radius: 6px;
    box-shadow: var(--sH4d0w);
}
@media screen and (max-width: 768px) {
    .t1m3L1n3::after {
        left: 31px;
    }
    .t1m3L1n3-c0nTa1n3r {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }
    .t1m3L1n3-c0nTa1n3r.l3fT,
    .t1m3L1n3-c0nTa1n3r.r1gHt {
        left: 0;
    }
    .t1m3L1n3-c0nTa1n3r::after,
    .t1m3L1n3-c0nTa1n3r.r1gHt::after {
        left: 18px;
    }
}

.t34m-m3mB3r-c4rD {
    text-align: center;
}
.t34m-m3mB3r-c4rD img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 1.5rem;
    border: 4px solid var(--b4cKgr0uNd);
    box-shadow: var(--sH4d0w);
}
.c4t4l0g-f1Lt3rS {
    background: var(--wH1tE);
    padding: 2rem;
    border-radius: 8px;
    margin-bottom: 4rem;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    align-items: center;
    box-shadow: var(--sH4d0w);
}
.c4t4l0g-f1Lt3rS select,
.c4t4l0g-f1Lt3rS input {
    padding: 1rem 1.5rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1.5rem;
}
.c4t4l0g-gR1d {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 3rem;
}
.pRoD-c4rD {
    background: var(--wH1tE);
    border-radius: 8px;
    box-shadow: var(--sH4d0w);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.pRoD-c4rD-iMg-wR4p {
    position: relative;
}
.pRoD-c4rD-iMg-wR4p img
{
 width: 100%;
 height: 400px;
 object-fit: cover;
}
.pRoD-c4rD-b0Dy {
    padding: 2rem;
    flex-grow: 1;
}
.pRoD-c4rD-pRiCe {
    font-size: 2rem;
    font-weight: bold;
    color: var(--aCc3Nt);
    margin-bottom: 1.5rem;
}

.c0nTaCt-d3t4iLs-b0x {
    background: var(--wH1tE);
    padding: 3rem;
    border-radius: 8px;
    box-shadow: var(--sH4d0w);
}
.c0nTaCt-d3t4iLs-b0x-gR1d {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 3rem;
}
.c0nTaCt-1nF0-iT3m {
    text-align: center;
}
.c0nTaCt-1nF0-iT3m svg {
    width: 40px;
    height: 40px;
    margin-bottom: 1rem;
    color: var(--aCc3Nt);
}
.m4p-c0nTa1n3r {
    height: 450px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: var(--sH4d0w);
}
.m4p-c0nTa1n3r iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.p0l1cY-c0nT3nt h2 {
    border-bottom: 2px solid var(--aCc3Nt);
    padding-bottom: 1rem;
    margin-top: 4rem;
}
.p0l1cY-c0nT3nt h2:first-child {
    margin-top: 0;
}
.iNf0-b0x {
    background: var(--b4cKgr0uNd);
    border-left: 5px solid var(--aCc3Nt);
    padding: 2rem;
    margin: 2rem 0;
    border-radius: 0 5px 5px 0;
}
.tH4nK-y0U-c0nTa1n3r {
    text-align: center;
    padding: 10rem 0;
}
.tH4nK-y0U-c0nTa1n3r .iCoN-l4rG3 {
    font-size: 8rem;
    color: var(--aCc3Nt);
    margin-bottom: 2rem;
}
@media(max-width: 991px)
{
    .m0b1L3-n4V
    {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: var(--b4cKgr0uNd);
        z-index: 999;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        transform: translateX(100%);
        transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    }
    .m0b1L3-n4V .n4v-m3Nu, .aL1Gn-c3Nt3R
    {
        flex-direction: column;
    }
}
@media(max-width: 768px)
{
    .t1m3L1n3::after, .t1m3L1n3-c0nTa1n3r::after, .t1m3L1n3-c0nTa1n3r.r1gHt::after
    {
        display: none;
    }
    .t1m3L1n3-c0nTa1n3r.l3fT, .t1m3L1n3-c0nTa1n3r.r1gHt
    {
        padding-left: 0;
        padding-right: 0;
    }
    .cT4-b0X, .c4Rd-b0Dy
    {
        padding: 2rem;
    }
}