html {
    scroll-behavior: smooth;
}

html, body {
    background: #4a7c59;
}

#page-shell,
#page-desktop {
    background: #f6f7f5;
}

#page-desktop {
    margin: 0;
    padding: 0;
}

.page-main {
    position: relative;
    overflow: hidden;
    padding: 90px 0 120px;
    flex: 1 1 auto;
    display: flex;
    align-items: center;
}

.content-wrap {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
    padding: 0 70px;
    box-sizing: border-box;
}

.policy-section {
    position: relative;
    z-index: 2;
    max-width: 980px;
    margin: 0 auto 180px;
}

.policy-section:last-child {
    margin-bottom: 0;
}

.policy-title {
    font-size: 34px;
    line-height: 1.2;
    font-weight: 700;
    color: #3f7d4f;
    margin: 0 0 26px;
}

.policy-text {
    font-size: 20px;
    line-height: 1.9;
    color: #2f2f2f;
    margin: 0;
}

.policy-text p {
    margin: 0 0 26px;
}

.policy-text p:last-child {
    margin-bottom: 0;
}

.circle-top-right {
    position: absolute;
    top: -50px;
    right: -20px;
    width: 620px;
    height: 350px;
    border-radius: 0 0 9999px 9999px;
    border: 150px solid #ecefed;
    border-top: none;
    z-index: 1;
    pointer-events: none;
}

.circle-left-mid {
    position: absolute;
    top: 530px;
    left: -20px;
    width: 620px;
    height: 310px;
    border-radius: 9999px 9999px 0 0;
    border: 150px solid #ecefed;
    border-bottom: none;
    z-index: 1;
    pointer-events: none;
}

.circle-right-mid {
    position: absolute;
    top: 850px;
    right: -20px;
    width: 620px;
    height: 310px;
    border-radius: 0 0 9999px 9999px;
    border: 150px solid #ecefed;
    border-top: none;
    z-index: 1;
    pointer-events: none;
}

.circle-left-bottom {
    position: absolute;
    top: 1200px;
    left: -20px;
    width: 620px;
    height: 310px;
    border-radius: 9999px 9999px 0 0;
    border: 150px solid #ecefed;
    border-bottom: none;
    z-index: 1;
    pointer-events: none;
}

.circle-right-bottom {
    position: absolute;
    top: 1520px;
    right: -20px;
    width: 620px;
    height: 310px;
    border-radius: 0 0 9999px 9999px;
    border: 150px solid #ecefed;
    border-top: none;
    z-index: 1;
    pointer-events: none;
}

.circle-left-bottom-two {
    position: absolute;
    top: 1920px;
    left: -20px;
    width: 620px;
    height: 310px;
    border-radius: 9999px 9999px 0 0;
    border: 150px solid #ecefed;
    border-bottom: none;
    z-index: 1;
    pointer-events: none;
}