body {
    padding: 0;
    margin: 0;
    font-family: "Manrope", sans-serif;
    font-size: 20px;
    color: #2F6B4F;
    background: #FFF8F2;
}

ul, li {
    display: block;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

p {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:active, a:focus, button:active, button:focus {
    outline: none;
}

button {
    border: none;
    background: none;
    cursor: pointer;
}

a.btn {
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 50px;
    border: 3px solid #2F6B4F;
    border-radius: 20px;
    color: #2F6B4F;
    font-size: 25px;
    font-weight: 600;
    transition: 1s;
}

a.btn:hover {
    background: #2F6B4F;
    color: #FFF8F2;
    transition: 1s;
}

section {
    padding: 60px 0;
}

h1 {
    font-size: 64px;
    font-weight: 900;
    text-align: center;
}

.canopy {
    padding: 20px 0;
    background: #2F6B4F;
}

.canopy .mark {
    background: none;
    display: block;
    font-size: 40px;
    font-weight: 700;
    color: #FFF8F2;
    padding: 0;
}

.canopy .trail {
    display: flex;
    justify-content: end;
    margin-top: 15px;
}

.canopy .trail__one {
    margin: 0 15px;
}

.canopy .trail__one a {
    color: #FFF8F2;
}

.bar {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 20px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 1001;
}

.bar span {
    width: 100%;
    height: 3px;
    background: #FFF8F2;
    transition: all 0.3s;
}

.bar.active span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 5px);
}

.bar.active span:nth-child(2) {
    opacity: 0;
}

.bar.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

.picture {
    position: relative;
    overflow: hidden;
}

.picture img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    width: 125%;
}

h2 {
    font-size: 40px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 40px;
}

.blossom .blossom__one {
    background: rgb(0, 0, 0, 0.5);
    color: #FFF8F2;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

.blossom .blossom__one p:first-child {
    font-size: 24px;
    font-weight: 600;
    text-align: justify;
}

.blossom .blossom__one p:last-child {
    text-align: end;
    margin-top: 5px;
}

.blossom.page h1 {
    color: #2F6B4F;
    margin-bottom: 40px;
}

.blossom.page h2 {
    text-align: start;
    margin-top: 40px;
    margin-bottom: 10px;
}

.blossom.page p {
    margin-bottom: 10px;
}

.blossom.page p:last-of-type {
    margin-bottom: 0;
}

.barrow__card {
    position: relative;
    border-radius: 20px;
    padding: 32px 32px 25px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background: #FFF8F2;
}

.barrow__card p:nth-child(1) {
    font-size: 36px;
    font-weight: 600;
}

.barrow__card .line {
    width: 100%;
    height: 1px;
    background: #2F6B4F;
    margin: 25px 0 15px;
}

.barrow__card p:nth-of-type(3) span {
    font-size: 64px;
    font-weight: 600;
}

.barrow__card .one {
    margin-bottom: 20px;
}

.barrow__card .one:last-of-type {
    margin-bottom: 0;
}

.barrow__card .dots {
    width: 7px;
    height: 7px;
    background: #2F6B4F;
    border-radius: 100%;
    margin-top: 11px;
    margin-right: 10px;
}

.barrow__card .btn {
    width: 290px;
    height: 60px;
    border-radius: 100px;
    margin-top: 25px;
    background: #2F6B4F;
    color: #FFF8F2;
}

.barrow__card .btn:hover {
    background: #FFF8F2;
    color: #2F6B4F;
    border: 3px solid #2F6B4F;
}

.ledger .ledger-one {
    display: block;
}

.ledger .ledger-one .picture {
    width: 100%;
    height: 400px;
    border-radius: 20px;
}

.ledger .ledger-one .ledger-one__info {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 400px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    margin-top: -400px;
    color: #FFF8F2;
    justify-content: center;
    align-items: center;
    padding: 20px;
    text-align: center;
}

.ledger .ledger-one .ledger-one__info p:first-child {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}

.ledger .row .ledger-one {
    margin-bottom: 20px;
}

.queries .queries__one {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background: #FFF8F2;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 20px;
}

.queries .queries__one a {
    cursor: pointer;
    font-size: 24px;
    font-weight: 600;
    color: #2F6B4F;
    align-items: center;
}

.queries .queries__one a i {
    margin-left: auto;
}

.queries .queries__one .down {
    margin-top: 10px;
}

.reach__one {
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    text-align: center;
}

.reach__one:last-of-type {
    margin-bottom: 0;
}

.reach__one p {
    font-weight: 600;
}

.reach__one p:first-child {
    margin-right: 10px;
}

.reach .row div:last-child .reach__card .reach__one:last-child p {
    margin-right: 0;
}

.inkwell {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.duo-inkwell {
    gap: 20px;
}

.inkwell input,
.inkwell textarea {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    color: #2F6B4F;
    padding: 0 25px;
    border: 1px solid #2F6B4F;
    border-radius: 100px;
    background: #FFF8F2;
    transition: 0.5s;
    margin-bottom: 0;
}

.inkwell input {
    height: 50px;
}

.inkwell textarea {
    height: 120px;
    padding: 15px 25px;
    border-radius: 25px;
    resize: vertical;
}

.inkwell input:focus,
.inkwell textarea:focus {
    outline: none;
    border: 1px solid #2F6B4F;
}

.inkwell input::placeholder,
.inkwell textarea::placeholder {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5);
}

.inkwell-check {
    align-items: center;
    gap: 10px;
    padding-left: 0;
}

.inkwell-check input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin: 0;
    border: 1px solid #2F6B4F; 
}

.inkwell-check label {
    font-size: 16px;
    margin-bottom: 0;
    color: #2F6B4F;
}

.inkwell-check label a {
    color: #ff0000;
    text-decoration: underline;
}

.inkwell-check label a:hover {
    color: #ff0000;
}

button.btn {
    justify-content: center;
    cursor: pointer;
    align-items: center;
    width: 100%;
    height: 50px;
    border: 3px solid #2F6B4F;
    border-radius: 20px;
    color: #2F6B4F;
    font-size: 25px;
    font-weight: 600;
    transition: 1s;
}

button.btn:hover {
    background: #2F6B4F;
    color: #FFF8F2;
    transition: 1s;
}

/* form-error */
.inkwell input.error,
.inkwell textarea.error,
.inkwell input.error:focus,
.inkwell textarea.error:focus {
    border: 1px solid #ff0000;
}

#privacyConsent.error {
    box-shadow: inset 0 0 0 1px #ff0000;
    outline: none;
}

.inkwell-check.error {
    border: 1px solid #ff0000; 
}

.inkwell-check.error input[type="checkbox"] {
    border: 1px solid #ff0000;
}

/* sprout */
#sprout {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    overflow: hidden;
    display: none;
    z-index: 10001;
}

#sprout img {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: -25px;
    z-index: 10001;
}

.root {
    background: #2F6B4F;
    padding: 20px;
}

.root .mark {
    font-size: 26px;
    font-weight: 700;
    margin: 0 auto;
    color: #FFF8F2;
    background: none;
    padding: 0;
}

.root .trail__one a {
    display: block;
    font-size: 16px;
    color: #FFF8F2;
}

.root .trail__one p {
    font-size: 16px;
    color: #FFF8F2;
}

.root .row div .trail {
    justify-content: center;
}

.root .trail .trail__one {
    margin: 0 20px;
}

.root .row div:nth-of-type(2) .trail {
    justify-content: end;
}

.root .row div:nth-of-type(2) .trail .trail__one {
    margin: 0;
    margin-top: 11px;
    margin-right: 20px;
}

.root .row div:nth-of-type(3) .trail {
    margin: 20px 0 0;
    padding: 20px 0;
    border-top: 2px solid #FFF8F2;
}

.root .row div:nth-of-type(3) .trail .trail__one {
    align-items: center;
}

.root .trail .trail__one .dots {
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #FFF8F2;
    margin-right: 10px;
}

.crumbs {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-width: 400px;
    background: #FFF8F2;
    box-shadow: 0 6px 20px rgba(43, 58, 66, 0.25);
    z-index: 1000;
    display: none;
    border-radius: 12px;
    padding: 25px;
    text-align: center;
}

.crumbs__box {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.crumbs__copy h3 {
    font-size: 18px;
    color: #2F6B4F;
    margin-bottom: 8px;
}

.crumbs__copy p {
    font-size: 14px;
    color: #444;
    margin-bottom: 0;
    line-height: 1.4;
}

.crumbs__copy a {
    color: #ff0000;
    text-decoration: underline;
}

.crumbs__copy a:hover {
    color: #2F6B4F;
}

.crumbs__actions {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.crumbs__actions .btnx_prime {
    min-width: 100px;
    height: 38px;
    border-radius: 100px;
    border: none;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s;
    background: #2F6B4F;
    color: #FFF8F2;
}

.crumbs__actions .btnx_prime.btnx_dim {
    background: #ccc;
    color: #333333;
}

.crumbs__actions .btnx_prime:hover {
    opacity: 0.85;
}