:root {
    --swiper-navigation-size: 1.4rem !important;
    --color-font: #5C4D44;
    --color-font-light: #938982;
    --color-highlight: #FE7A1F;
    --color-white: white;
    --color-black: #261205;
    --font-size: 1.6rem;
}

* {
    padding: 0;
    margin: 0;
}

html {
    -webkit-text-size-adjust: none;
}

body,
a,
button {
    font-family: "Montserrat";
    font-size: var(--font-size);
    color: var(--color-font);
}

li {
    list-style-type: none;
}

.content {
    margin-top: 8.8rem;
}

.content h3 {
    font-size: 3.4rem;
    font-weight: 600;
    color: var(--color-black);
}

.content a {
    cursor: pointer;
    text-decoration: none;
}

.content button {
    height: 5.6rem;
    font-size: 2.4rem;
    font-weight: 600;
    color: var(--color-white);
    border: none;
    background: linear-gradient(90deg, #FE676E 0%, #FD8F52 95.31%);
    box-shadow: 0px 0px 12px rgba(255, 189, 143, 0.15);
    border-radius: 0.8rem;
    cursor: pointer;
}

.content>.top>.title {
    padding-top: 4.8rem;
}

.content>.top>.title {
    width: var(--width-center);
    margin: 0 auto;
    margin-bottom: 6.4rem;
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 500;
}

.content>.top>.title>span {
    cursor: pointer;
}

.content>.top>.title>span:last-child {
    font-weight: 400;
}

.content>.top>.title>img {
    margin: 0 0.8rem;
}

.content>.top>.contact-us {
    width: var(--width-center);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.content>.top>.contact-us>div:first-child {
    width: 63.8rem;
}

.content>.top>.contact-us>div {
    position: relative;
}

.content>.top>.contact-us>div:last-child {
    margin-right: 1.7rem;
}

.content>.top>.contact-us>div>span {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(90deg, #FFDCA2 0%, #FE676E 95.31%);
    transform: rotate(177.45deg);
}

.content>.top>.contact-us>div>.circular_1 {
    width: 3.7rem;
    height: 3.7rem;
    z-index: 1;
    left: 0;
    top: 10rem;
}

.content>.top>.contact-us>div>.circular_2 {
    width: 1.7rem;
    height: 1.7rem;
    z-index: 99;
    left: 3.3rem;
    top: 16rem;
}

.content>.top>.contact-us>div>.circular_3 {
    width: 3.7rem;
    height: 3.7rem;
    right: 1.9rem;
    top: 3.6rem;
    z-index: 1;
}

.content>.top>.contact-us>div>.large {
    width: 36.4rem;
    position: absolute;
    left: 2.5rem;
    top: 2rem;
    z-index: 10;
}

.content>.top>.contact-us>div>.ellipse,
.content>.top>.contact-us>div>.ellipse_2 {
    width: 39.2rem;
    height: 39.2rem;
}

.content>.top>.contact-us>div>.ellipse {
    position: absolute;
    left: 1.7rem;
    top: -0.4rem;
}

.content>.top>.contact-us>div>.ellipse_3 {
    width: 11.9rem;
    height: 11.6rem;
    position: absolute;
    transform: rotate(-70deg);
    right: 1rem;
    bottom: -3rem;
    z-index: 1;
}

.content>.top>.contact-us p {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.6rem;
    margin-bottom: 1.6rem;
}

.content>.top>.contact-us>div>h1 {
    font-size: 4.8rem;
    font-weight: 600;
    line-height: 5.9rem;
    margin-bottom: 1.4rem;
    color: var(--color-highlight);
}

.content>.top>.contact-us>div>button {
    width: 26rem;
    margin-top: 4rem;
}

.content>.top>.contact-us>div>h5 {
    margin-bottom: 1.6rem;
    font-size: 1.8rem;
    font-weight: 700;
    color: #C73866;
}

.content>.img-lazy>.about {
    margin: 9.6rem 0 10rem;
}

.content>.img-lazy>.about>li {
    width: var(--width-center);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.content>.img-lazy>.about>li:first-of-type {
    margin-bottom: 9.5rem;
}

.content>.img-lazy>.about>li>img {
    width: 54.3rem;
}

.content>.img-lazy>.about>li:first-of-type>:first-child {
    margin-right: 18.9rem;
}

.content>.img-lazy>.about>li>:first-child {
    margin-right: 8.8rem;
}

.content>.img-lazy>.about>li>div>h3 {
    font-size: 3.2rem;
    color: #FE676E;
    margin-bottom: 1.6rem;
    line-height: 3.4rem;
}

.content>.img-lazy>.about>li>div>p,
.content>.img-lazy>.about>li>div>span:first-of-type {
    font-size: 1.8rem;
    line-height: 2.6rem;
    margin-bottom: 2.4rem;
    color: var(--color-black);
}

.content>.img-lazy>.about>li>div>p:last-of-type {
    font-weight: 500;
}

.content>.img-lazy>.about>li>div>span:last-of-type {
    display: inline-block;
    margin-bottom: 2.4rem;
    font-weight: 600;
    color: var(--color-highlight);
    text-decoration: underline;
    cursor: pointer;
}

.content>.img-lazy>.got-back {
    width: var(--width-center);
    margin: 0 auto 10.2rem;
    padding: 10.2rem 4.8rem 11.2rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 4.8rem;
    background-color: #e4e1e0;
    border-radius: 6.4rem;
}

.content>.img-lazy>.got-back>img {
    width: 50.7rem;
}

.content>.img-lazy>.got-back>div>h3 {
    font-size: 3.4rem;
    font-weight: 600;
    color: var(--color-highlight);
}

.content>.img-lazy>.got-back>div>p {
    margin: 1.6rem 0 4rem;
    font-size: 1.8rem;
    line-height: 2.6rem;
    color: #261205;
}

.content>.img-lazy>.got-back>div>button {
    width: 100%;
}

@media screen and (max-width: 767px) {
    .content {
        margin-top: 56px;
    }
    .content>.top>.title {
        width: auto;
        font-size: 12px;
        margin: 0 0 32px 16px;
        padding-top: 16px;
    }
    .content>.top>.contact-us {
        width: auto;
        flex-direction: column;
        margin: 0 16px;
    }
    .content>.top>.contact-us>div {
        display: flex;
        flex-direction: column;
        margin: 0;
    }
    .content>.top>.contact-us>div:first-child {
        width: 100%;
    }
    .content>.top>.contact-us>div:last-child {
        order: -1;
        margin: 0;
    }
    .content>.top>.contact-us p {
        width: 100%;
        margin-bottom: 24px;
    }
    .content>.top>.contact-us>div>button {
        width: 100%;
        font-size: 24px;
        margin-top: 16px;
    }
    .content>.top>.contact-us>div>span {
        position: absolute;
        border-radius: 50%;
        background: linear-gradient(90deg, #FFDCA2 0%, #FE676E 95.31%);
        transform: rotate(-165.08deg);
    }
    .content>.top>.contact-us>div>.ellipse_2 {
        width: 240px;
        height: 240px;
    }
    .content>.top>.contact-us>div>.circular_1 {
        width: 23px;
        height: 23px;
        left: -2px;
        top: 67px;
    }
    .content>.top>.contact-us>div>.circular_2 {
        width: 10.5px;
        height: 10.5px;
        left: 20px;
        top: 103px;
    }
    .content>.top>.contact-us>div>.circular_3 {
        width: 23px;
        height: 23px;
        right: 16px;
        top: 22px;
    }
    .content>.top>.contact-us>div>.large {
        width: 225px;
        height: 217px;
        left: 13px;
        top: 16px;
    }
    .content>.top>.contact-us>div>.ellipse {
        width: 240px;
        height: 240px;
        left: 9.5px;
        top: -2px
    }
    .content>.top>.contact-us>div>.ellipse_3 {
        width: 74px;
        height: 74px;
        right: 7px;
        bottom: -29px;
    }
    .content>.top {
        padding-bottom: 46px;
        background: linear-gradient(180deg, rgba(255, 189, 143, 0) 0%, rgba(253, 143, 82, 0.1) 77.6%, rgba(253, 143, 82, 0.15) 99.99%, rgba(253, 143, 82, 0.2) 100%);
    }
    .content>.top>.contact-us>div>h1 {
        line-height: 39px;
        text-align: center;
        font-size: 32px;
        margin: 33px 0 24px
    }
    .content>.top>.contact-us>div>h5 {
        margin-bottom: 24px;
        line-height: 26px;
        font-weight: 600;
    }
    .content>.img-lazy>.about {
        margin: 72px 0 16px;
    }
    .content>.img-lazy>.about>li {
        width: 100%;
        box-sizing: border-box;
        padding: 0 16px;
        flex-direction: column;
        margin-bottom: 48px;
    }
    .content>.img-lazy>.about>li>:first-child {
        margin: 0 !important;
    }
    .content>.img-lazy>.about>li:first-of-type {
        margin-bottom: 48px;
    }
    .content>.img-lazy>.about>li>img {
        width: 100%;
        order: -1;
    }
    .content>.img-lazy>.about>li>div {
        margin: 0 16px;
    }
    .content>.img-lazy>.about>li>div>h3 {
        margin-top: 16px;
        font-size: 28px;
    }
    .content>.img-lazy>.got-back {
        width: calc(100% - 32px);
        padding: 32px 8px 64px;
        flex-direction: column;
        gap: 39px;
        border-radius: 32px;
    }
    .content>.img-lazy>.got-back>img {
        width: 100%;
    }
    .content>.img-lazy>.got-back>div>h3 {
        font-size: 24px;
    }
    .content>.img-lazy>.got-back>div>p {
        margin: 8px 0 32px;
        font-size: 16px;
    }
}