main {
    width: 100%;
    font-family: Helvetica Neue, Arial, sans-serif;
}

/* SECTION ONE STYLE */
#ip-1 {
    width: 100%;
    height: 300px;
    color: #00504A;
    background-color: rgb(232, 231, 219);
}

#ip-1 .ip-1-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    align-content: normal;
}

#ip-1 .ip-1-container h2 {
    position: relative;
    z-index: 1;
    top: 180px;
    font-size: 51px;
    line-height: 56px;
    letter-spacing: -1.024px;
    font-weight: 400;
}

#ip-1 .ip-1-container img {
    position: absolute;
    z-index: 0;
    top: 138px;
    right: 17%;
    width: 117px;
    height: 162px;
}

/* SECTION TWO STYLE*/
#ip-2 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    align-content: normal;
    width: 100%;
    height: fit-content;
    padding: 75px 0;
    color: #00504A;
    background-color: rgb(232, 231, 219);
}

#ip-2 .ip-2-container {
    width: fit-content;
    height: 100%;
    display: grid;
    row-gap: 40px;
    column-gap: 20px;
    grid-template-columns: auto auto auto 1fr;
}

#ip-2 .ip-2-container .grid-item {
    width: 317px;
    height: fit-content;/*578px;*/
    padding: 22px 22px 68px 22px; /*22px 22px 42px 22px*/
    background-color: #fff;
    border-radius: 15px;
}

#ip-2 .ip-2-container .grid-item .g-pic {
    position: relative;
    z-index: 0;
    object-fit: cover;
    width: 317px;
    height: 212px;
}

#ip-2 .ip-2-container .grid-item .g-pic-sold {
    position: relative;
    z-index: 1;
    width: 317px;
    height: 186px;
    margin-top: -216px;
    padding-top: 26px;
    background-color: rgba(234, 234, 234, 0.65);
}

#ip-2 .ip-2-container .grid-item .g-pic-sold .sold-banner {
    width: 142px;
    height: 46px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    color: #fff;
    background-color: #004540;
    border-left: 5px solid #E86138;
}

#ip-2 .ip-2-container .grid-item .g-pic-sold .sold-banner p {
    margin-left: 10px;
    font-size: 18px;
    font-weight: 500;
}

#ip-2 .ip-2-container .grid-item .g-pic-sold .sold-banner img {
    object-fit: scale-down;
    height: 46px;
    margin-right: 6px;
}

#ip-2 .ip-2-container .grid-item .g-title {
    margin: 16px 0;
    font-size: 26px;
    line-height: 28px;
    letter-spacing: -0.512px;
    font-weight: 400;
}

#ip-2 .ip-2-container .grid-item .g-b-info {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}

#ip-2 .ip-2-container .grid-item .g-s-info {
    margin: 16px 0;
    font-size: 16px;
    line-height: 22px;
}

#ip-2 .ip-2-container .grid-item .g-price {
    font-size: 30px;
    line-height: 42px;
    font-weight: 400;
    color: #E86138;
}

#ip-2 .ip-2-container .grid-item .g-btt {
    position: relative;
    top: 30px;
    padding: 16px 21px;
    border-radius: 15px;
    cursor: pointer;
}

/* SECTION THREE STYLE*/
#ip-3 {
    width: 100%;
    color: #00504A;
}

#ip-3 .ip-3-container {
    width: 100%;
    padding: 62px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: normal;
}

#ip-3 .ip-3-container .text {
    width: 556px;
    margin-right: 6%;
}

#ip-3 .ip-3-container .text h2 {
    margin-bottom: 32px;
    font-size: 51px;
    line-height: 56px;
    letter-spacing: -1.024px;
    font-weight: 400;
}

#ip-3 .ip-3-container .text .big-p {
    margin: 16px 0;
    font-size: 19px;
    line-height: 27px;
}

#ip-3 .ip-3-container .text p {
    font-size: 16px;
    line-height: 22px;
}

#ip-3 .ip-3-container .image img {
    object-fit: cover;
    width: 493px;
    height: 378px;
    border-radius: 30px;
}

/* SECTION FOUR STYLE*/
#ip-4 {
    width: 100%;
    padding: 42px 0;
    height: fit-content;
    color: #fff;
    background-color: rgb(0, 58, 52);
}

#ip-4 .ip-4-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: normal;
}

#ip-4 .ip-4-container .floating-logo {
    position: relative;
    align-self: flex-start;
    left: unset;
    height: 0;
    width: unset;
}

#ip-4 .ip-4-container .floating-logo img {
    /*object-fit: scale-down;*/
    position: relative;
    left: unset;
    width: unset;
    height: fit-content;
}

#ip-4 .ip-4-container .title {
     margin-bottom: 70px;
}

#ip-4 .ip-4-container .title h2 {
    font-size: 51px;
    line-height: 56px;
    letter-spacing: -1.024px;
    font-weight: 400;
}

#ip-4 .ip-4-container .content .grid-wrapper {
    display: grid;
    row-gap: 40px;
    column-gap: 10px;
    grid-template-columns: auto auto 1fr;
}

#ip-4 .ip-4-container .content .grid-wrapper .grid-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: normal;
}


#ip-4 .ip-4-container .content .grid-wrapper .grid-item .g-mark img{
    object-fit: cover;
    width: 52px;
    height: 32px;
}

#ip-4 .ip-4-container .content .grid-wrapper .grid-item .g-text {
    width: 367px;
    margin-left: 10px;
}

#ip-4 .ip-4-container .content .grid-wrapper .grid-item .g-text h3 {
    margin-bottom: 32px;
    font-size: 29px;
    line-height: 33px;
    letter-spacing: -0.576px;
    font-weight: 400;
}

#ip-4 .ip-4-container .content .grid-wrapper .grid-item .g-text p {
    margin-top: 16px;
    font-size: 16px;
    line-height: 22px;
}

/* SECTION FIVE STYLE */
#ip-5 {
    width: 100%;
    height: 681px;
    color: #00504A;
    font-family: Helvetica Neue, Arial, sans-serif;
}

#ip-5 .ip-5-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: normal;
}

#ip-5 .ip-5-container .floating-logo {
    /*position: absolute;*/
    /*width: 243px;*/
    /*height: 335px;*/
    /*transform: translateX(287%) translateY(38%);*/
    position: relative;
    width: 0;
    height: 0;
    top: -55px;
    left: 36%;
}

#ip-5 .ip-5-container .floating-logo img{
    position: relative;
    width: 243px;
    height: 335px;
}

#ip-5 .ip-5-container .image {
    width: 46.37%;
    margin-right: 120px;
}

#ip-5 .ip-5-container .image img {
    object-fit: cover;
    /*width: 876px;*/
    width: 100%;
    height: 508px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

#ip-5 .ip-5-container .content {
    width: 29.48%;
    height: 80%;
}

#ip-5 .ip-5-container .content h2 {
    margin-bottom: 30px;
    font-size: 51px;
    line-height: 56px;
    letter-spacing: -1.024px;
    font-weight: 400;
}

#ip-5 .ip-5-container .content .faq {
    /*width: 556px;*/
    width: 100%;
    height: 508px;
}

#ip-5 .ip-5-container .content .faq .faq-item {
    border-top: 1px solid #00504A;
}

#ip-5 .ip-5-container .content .faq .faq-item:last-child {
    border-bottom: 1px solid #00504A;
}


#ip-5 .ip-5-container .content .faq .faq-item .faq-title {
    cursor: pointer;
    width: 100%;
    padding: 15px 0;
    font-size: 19px;
    font-weight: 400;
}

#ip-5 .ip-5-container .content .faq .faq-item .faq-title .faq-summary {
    width: calc(100% - 10px);
    padding-left: 10px;
    display: flex;
    align-items: center;
    align-content: center;
    gap: 18px;
}

#ip-5 .ip-5-container .content .faq .faq-item .faq-title .faq-summary .faq-arrow-box {
    transition: transform 200ms;
}

#ip-5 .ip-5-container .content .faq .faq-item .faq-title .faq-summary .faq-arrow {
    width: 20px;
    height: 20px;
    box-shadow: inset -3px -3px 0 0 #E86138;
    transform: rotate(45deg) translateY(-4px) translateX(-4px);
}

#ip-5 .ip-5-container .content .faq .faq-item.open div.sub-text {
    max-height: 500px;
}

#ip-5 .ip-5-container .content .faq .faq-item.open .faq-title .faq-summary .faq-arrow-box {
    transform: rotate(180deg);
}

#ip-5 .ip-5-container .content .faq .faq-item div.sub-text {
    max-width: 100%;
    max-height: 0;
    margin-left: 50px;
    overflow: hidden;
    transition: max-height 350ms ease-out;
}

@media all and (min-width: 1001px) and (max-width: 1622px) {
    /* SECTION ONE STYLE */
    #ip-1 .ip-1-container img {
        right: 8%;
    }

    /* SECTION TWO STYLE*/
    #ip-2 .ip-2-container {
        width: fit-content;
        height: 100%;
        grid-template-columns: auto auto 1fr;
    }

    /* SECTION THREE STYLE*/
    #ip-3 .ip-3-container {
        flex-direction: column;
    }

    #ip-3 .ip-3-container .text {
        width: 85%;
        margin-right: unset;
    }

    #ip-3 .ip-3-container .image {
        width: 85%;
        height: 271px;
        margin-top: 20px;
    }

    #ip-3 .ip-3-container .image img {
        width: 100%;
        height: 100%;
    }

    /* SECTION FOUR STYLE*/
    #ip-4 {
        height: fit-content;
        padding: 42px 0;
        width: 100%;
    }

    #ip-4 .ip-4-container .floating-logo {
        position: relative;
        align-self: flex-start;
        left: unset;
        height: 0;
        width: unset;
    }

    #ip-4 .ip-4-container .floating-logo img {
        /*object-fit: scale-down;*/
        position: relative;
        left: unset;
        width: unset;
        height: fit-content;
    }

    #ip-4 .ip-4-container .content {
        width: fit-content;
    }

    #ip-4 .ip-4-container .content .grid-wrapper {
        column-gap: 5px;
        grid-template-columns: auto auto 1fr;
    }

    #ip-4 .ip-4-container .content .grid-wrapper .grid-item {
        width: fit-content;
    }

    /* SECTION FIVE STYLE */
    #ip-5 {
        height: fit-content;
        padding-top: 50px;
        padding-bottom: 80px;
    }

    #ip-5 .ip-5-container {
        flex-direction: column;
    }

    #ip-5 .ip-5-container .floating-logo {
        position: relative;
        width: 0;
        height: 0;
        top: 173px;
        left: 100px;
    }

    #ip-5 .ip-5-container .floating-logo img {
        width: 243px;
        height: 335px;
        transform: unset;
    }

    #ip-5 .ip-5-container .image {
        width: 90%;
        margin-right: 120px;
        align-self: flex-start;
    }

    #ip-5 .ip-5-container .content {
        width: 500px;
        margin-top: 30px;
    }

    #ip-5 .ip-5-container .content .faq {
        height: fit-content;
    }
}

@media all and (max-width: 1390px) {
    /* SECTION TWO STYLE*/
    #ip-2 .ip-2-container {
        grid-template-columns: auto 1fr;
    }

    /* SECTION FOUR STYLE*/
    #ip-4 {
        height: fit-content;
        padding: 42px 0;
        width: 100%;
    }

    #ip-4 .ip-4-container .content {
        width: 780px;
    }

    #ip-4 .ip-4-container .content .grid-wrapper {
        column-gap: 5px;
        grid-template-columns: auto 1fr;
    }

    #ip-4 .ip-4-container .content .grid-wrapper .grid-item {
        width: 80%;
    }
}

@media all and (max-width: 1000px) {
    /* SECTION ONE STYLE */
    main #ip-1 {
        height: 197px;
    }

    main #ip-1 .ip-1-container {
        justify-content: center;
    }

    main #ip-1 .ip-1-container h2 {
        top: 142px;
        margin-left: 30px;
        font-size: 39px;
        line-height: 42px;
        letter-spacing: -0.775px;
        max-width: unset;
    }

    main #ip-1 .ip-1-container img {
        width: 43px;
        height: 59px;
    }

    /* SECTION TWO STYLE*/
    #ip-2 {
        padding-top: 40px;
    }

    #ip-2 .ip-2-container {
        width: fit-content;
        height: 100%;
        grid-template-columns: auto 1fr;
    }

    /* SECTION THREE STYLE*/
    #ip-3 .ip-3-container {
        flex-direction: column;
    }

    #ip-3 .ip-3-container .text h2 {
        font-size: 40px;
        line-height: 43px;
        letter-spacing: -0.795px;
    }

    #ip-3 .ip-3-container .text {
        width: 85%;
        margin-right: unset;
    }

    #ip-3 .ip-3-container .image {
        width: 85%;
        height: 271px;
        margin-top: 20px;
    }

    #ip-3 .ip-3-container .image img {
        width: 100%;
        height: 100%;
    }

    /* SECTION FOUR STYLE*/
    #ip-4 {
        height: fit-content;
        padding: 42px 0;
        width: 100%;
    }

    #ip-4 .ip-4-container .floating-logo {
        position: relative;
        height: 0;
        width: unset;
    }

    #ip-4 .ip-4-container .floating-logo img {
        /*object-fit: scale-down;*/
        position: relative;
        left: unset;
        width: unset;
        height: fit-content;
    }

    #ip-4 .ip-4-container .title h2 {
        font-size: 38px;
        line-height: 43px;
        letter-spacing: -0.795px;
    }

    #ip-4 .ip-4-container .content {
        width: 780px;
    }

    #ip-4 .ip-4-container .content .grid-wrapper {
        column-gap: 5px;
        grid-template-columns: auto 1fr;
    }

    #ip-4 .ip-4-container .content .grid-wrapper .grid-item {
        width: 80%;
    }

    /* SECTION FIVE STYLE */
    #ip-5 {
        height: unset;
        padding-bottom: 60px;
    }

    #ip-5 .ip-5-container {
        position: relative;
        height: fit-content;
        margin-top: 50px;
        flex-direction: column;
        justify-content: center;
    }

    #ip-5 .ip-5-container .floating-logo {
        width: 0;
        height: 0;
        position: relative;
        top: 70px;
        left: 40px;
        transform: unset;
    }

    #ip-5 .ip-5-container .floating-logo img {
        width: 144px;
        height: 199px;
    }

    #ip-5 .ip-5-container .image {
        width: 100%;
        margin-right: unset;
    }

    #ip-5 .ip-5-container .image img {
        height: 269px;
        border-radius: unset;
    }

    #ip-5 .ip-5-container .content {
        width: 90%;
        height: fit-content;
        margin-bottom: unset;
    }

    #ip-5 .ip-5-container .content h2 {
        margin-top: 50px;
    }

    #ip-5 .ip-5-container .content .faq {
        width: 100%;
        height: fit-content;
    }
}

@media all and (max-width: 900px) {
    main #ip-1 .ip-1-container h2 {
        top: 125px;
        max-width: 400px;
    }
}

@media all and (max-width: 800px) {
    /* SECTION TWO STYLE */
    #ip-2 .ip-2-container {
        width: fit-content;
        height: 100%;
        grid-template-columns: 1fr;
    }

    /* SECTION THREE STYLE */
    #ip-3 .ip-3-container .image {
        height: unset;
    }

    #ip-3 .ip-3-container .image img {
        height: 100%;
    }

    /* SECTION FOUR STYLE*/
    #ip-4 .ip-4-container .content {
        width: 371px;
    }

    #ip-4 .ip-4-container .content .grid-wrapper {
        grid-template-columns: 1fr;
    }

    #ip-4 .ip-4-container .content .grid-wrapper .grid-item {
        width: 80%;
    }
}

@media all and (max-width: 500px) {
    /* SECTION ONE STYLE */
    #ip-1 .ip-1-container h2 {
        left: -20px;
    }

    #ip-1 .ip-1-container img {
        right: 10%;
    }

    /* SECTION FOUR STYLE*/
    #ip-4 .ip-4-container .content {
        width: 300px;
    }

    #ip-4 .ip-4-container .content .grid-wrapper .grid-item {
        width: 70%;
    }

    #ip-4 .ip-4-container .floating-logo img {
        object-fit: scale-down;
        position: relative;
        /*top: 0;*/
        left: 0;
        width: 100%;
    }
}