:root {
    --fD: "DM Serif Text", serif;
    --fK: "Kanit", serif;
    --tL: #f5fcf6;
    --td: #5aa17f;
    --tD: #147a63;
    --b: #D4A679;
    --bD: #755743;
    --o: #FF8503;
    --m: #50c9a3;
    
    --c01: #D6F1FF;
    --c02: #E0F8E0;
    --c03: #E6E6FA;
    --c04: #E0F0FF;
    --c05: #F1F3E6;
    --c06: #D9F9F9;
    --c07: #ECECEC;
    --c08: #F9F7FF;
    --c09: #FFE4E1;
    --c10: #CCF5F5;
    --cd01: #4682B4;
    --cd02: #2E8B57;
    --cd03: #6A5ACD;
    --cd04: #5F9EA0;
    --cd05: #556B2F;
    --cd06: #008B8B;
    --cd07: #696969;
    --cd08: #7F5A83;
    --cd09: #A0522D;
    --cd10: #008080;
    --s1: 50px;
    --s2: 20px;
    --s3: 10px;
    --sh1: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    --sh2: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
    --br: 8px;
    --r1: 10vh 20vh;
    --r2: 15vh 25vh;
    --r3: 20vh 30vh;
    --r4: 25vh 35vh;
    --r5: 30vh 40vh;
    --fs0: 3.5rem;
    --lh0: 3.7rem;
    --fs1: 3rem;
    --lh1: 3.3rem;
    --fs2: 2.5rem;
    --lh2: 2.7rem;
    --fs3: 2rem;
    --lh3: 2.2rem;
    --fs4: 1.4rem;
    --lh4: 1.5rem;
}
html, body { 
    color: var(--gL);
    font-family: var(--fK);
    font-weight: 200;
    background-color: #FAFAFA;
    font-size: 1rem;
    font-weight: 200;
    line-height: 1.4rem;
    letter-spacing: -0.5px;
}
html { scroll-snap-type: y mandatory; }
* { 
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    outline: none;
    border: none;
    text-decoration: none;
    scroll-behavior: smooth;
    transition: 
        background-color 0.3s ease-out, 
        color 0.3s ease-out,
        box-shadow 0.3s ease-out,
        opacity 0.3s ease-out,
        width 0.3s ease-out,
        height 0.3s ease-out,
        margin 0.3s ease-out,
        padding 0.3s ease-out,
        top 0.3s ease-out,
        right 0.3s ease-out,
        bottom 0.3s ease-out,
        left 0.3s ease-out,
        transform 0.3s ease-out,
        scale 0.3s ease-out,
        font-size 0.3s ease-out,
        line-height 0.3s ease-out,
        letter-spacing 0.3s ease-out,
        border-radius 0.3s ease-out,
        filter 0.3s ease-out,
        clip-path 0.3s ease-out;
}
body > div { overflow-x: clip; }
a {
    color: var(--o);
    font-family: var(--fD);
    text-decoration: none;
}
a:hover {
    color: var(--m);
}
p {
    font-family: var(--fK);
    color: var(--bD);
    font-weight: 300;
}
svg.signup {
    fill: var(--o);
}
.credits {
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: var(--bD);
    font-size: 0.875rem;
}

/* SIGN UP */

#con-book {
    color: white;
    position: relative;
    width: 490px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--o);
    border-radius: 20px;
    padding: 0px 14px 0px 48px;
    font-size: 1.6rem;
    font-family: var(--fK);
    font-weight: 400;
    box-shadow: 0 20px 10px -20px rgba(0,0,0,0.45) inset, 20px 0 10px -20px rgba(0,0,0,0.45) inset;
    overflow: hidden;
    margin: 0 auto;
}
#con-book:hover {
    background-color: var(--m);
    padding: 0px 48px 0px 14px;
}
#con-book .signIcon {
    position: absolute;
    left: 4px;
    height: 36px;
    width: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    border-radius: 18px;
    overflow: hidden;
    z-index: 10;
}
#con-book:hover .signIcon {
    left: calc(100% - 40px);
}
.signup {
    height: 60%;
}
.signup polygon, .signup path {
    fill: var(--o);
}
#con-book:hover .signup polygon, #con-book:hover .signup path {
    fill: var(--m);
}

#con-com {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--tD);
    display: flex;
    justify-content: center;
    z-index: 100;
}
#con-com-links {
    color: white;
    width: 1400px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    list-style-type: none;
}
#con-com-links span {
    height: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--s3);    
    padding: 0 var(--s2);
}
#con-com-links a {
    height: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;    
    padding: 0 var(--s2);
}
#con-com-links a:hover {
    background-color: var(--m);
}

/* FLOURISH */

.con-leaves {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 20px;
    opacity: 0;
    transform: translateY(-100px);
    scale: 0.2;
    animation: leaf-drop 1.5s ease-out forwards;
    animation-timeline: view();
    animation-range: var(--r1);
}
.con-leaf-m, .con-leaf-lm, .con-leaf-rm, .con-leaf-lb, .con-leaf-rb {
    display: block;
    width: 40px;
    height: 40px;
    background-size: cover;
}
.con-leaf-m {
    z-index: 5;
}
.con-leaf-lm {
    z-index: 4;
    transform: rotate(45deg) translate(7px, -1px);
    animation: leaf-lm 1s ease-out forwards;
}
.con-leaf-rm {
    z-index: 4;
    transform: rotate(-45deg) translate(-7px, -1px);
    animation: leaf-rm 1s ease-out forwards;
}
.con-leaf-lb {
    z-index: 3;
    transform: rotate(90deg) translate(5px, -5px);
    animation: leaf-lb 1s ease-out forwards;
}
.con-leaf-rb {
    z-index: 3;
    transform: rotate(-90deg) translate(-5px, -5px);
    animation: leaf-rb 1s ease-out forwards;
}
.con-leaf-lm, .con-leaf-rm, .con-leaf-lb, .con-leaf-rb {
    position: absolute;
    opacity: 0;
    animation-timeline: view();
    animation-range: var(--r2);
}
.leaf-green {
    fill: var(--tD);
}
.leaf-white {
    fill: white;
}
.con-edge-r, .con-edge-l {
    display: block;
    width: 80px;
    height: 40px;
    position: absolute;
}
.con-edge-r {
    left: 51%;
    bottom: -20px;
}
.con-edge-l {
    right: 51%;
    bottom: -20px;
}
.g-1, .g-2, .g-3, .g-4 {
    fill: none;
    stroke: var(--tD);
    stroke-linecap: round;
    stroke-width: .5;
    stroke-dasharray: 822;
    stroke-dashoffset: 822;
    animation: dashAnimation 2s forwards;
    animation-timeline: view(); 
}
.g-1 { animation-range: var(--r2); }
.g-2 { animation-range: var(--r3); }
.g-3 { animation-range: var(--r4); }
.g-4 { animation-range: var(--r5); }
.w-1, .w-2, .w-3, .w-4 {
    fill: none;
    stroke: var(--tD);
    stroke-linecap: round;
    stroke-width: .5;
    stroke-dasharray: 822;
    stroke-dashoffset: 822;
    animation: dashAnimationGreen 2s forwards;
    animation-timeline: view(); 
}
.w-1 { animation-range: var(--r2); }
.w-2 { animation-range: var(--r3); }
.w-3 { animation-range: var(--r4); }
.w-4 { animation-range: var(--r5); }

/* KEYFRAMES */

@keyframes fade-in { 0% { opacity: 0; } 100% { opacity: 1; } }
@keyframes text-slide { 0% { transform: translateX(100%); } 100% { transform: translateX(-100%); } }
@keyframes leaf-drop { 0% { transform: translateY(-100px); scale: 0.2; opacity: 0; } 100% { transform: translateY(0px); scale: 1; opacity: 1; } }
@keyframes leaf-lm { 0% { opacity: 0; transform: rotate(45deg) translate(7px, -1px); } 5% { opacity: 1; } 100% { opacity: 1; transform: rotate(0deg) translate(0px, 0px); } }
@keyframes leaf-rm { 0% { opacity: 0; transform: rotate(-45deg) translate(-7px, -1px); } 5% { opacity: 1; } 100% { opacity: 1; transform: rotate(0deg) translate(0px, 0px); } }
@keyframes leaf-lb { 0% { opacity: 0; transform: rotate(90deg) translate(5px, -5px); } 5% { opacity: 1; } 100% { opacity: 1; transform: rotate(0deg) translate(0px, 0px); } }
@keyframes leaf-rb { 0% { opacity: 0; transform: rotate(-90deg) translate(-5px, -5px); } 5% { opacity: 1; } 100% { opacity: 1; transform: rotate(0deg) translate(0px, 0px); } }
@keyframes leaf-line { 0% { left: 50%; width: 0px } 100% { left: 35%; width: 30%; } }
@keyframes dashAnimation { from { fill: none; stroke-dashoffset: 822; } to { fill: var(--tD); stroke-dashoffset: 0; } }
@keyframes dashAnimationGreen { from { fill: none; stroke-dashoffset: 822; } to { fill: white; stroke-dashoffset: 0; } }
.fade-in {
    opacity: 0;
    animation: fade-in 1s ease-out forwards;
    animation-timeline: view();
    animation-range: var(--r1);
}

/* STRUCTURES */

#con-cons {
    display: flex;
    flex-direction: column;
    margin-top: 42px;
}
.con-outer {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--s1);
}
.bg-set {    
    background-size: cover;
    background-repeat: no-repeat, repeat;
    background-position: center;   
    background-position-y: 50%;
}
#con-full {
    width: 100%;
    height: calc(100vh - 42px);
}
#con-title {
    width: 1400px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding-top: 100px;
    height: calc(100vh - 42px);
}
#con-title > div {
/*    flex-grow: 1; */
    width: 50%;
    padding: var(--s2);
    display: flex;
    flex-direction: column;
}
.con-header-intro {
    width: 100%;
    padding: var(--s1);
    border-radius: var(--br);
    background-color: white;
    display: flex;
    flex-direction: column;
    gap: var(--s2);
}
iframe {
    overflow: hidden;
    border: none;
}
iframe::-webkit-scrollbar {
  display: none;
}


.con-inner {
    flex-grow: 1;
    position: relative;
    width: 1400px;
    margin: 0 auto;
    padding: var(--s1);
    display: flex;
    justify-content: center;
    gap: var(--s1);
}
.fd-c { flex-direction: column; }
.ai-c { align-items: center; }
.jc-fs { justify-content: flex-start; }
.grow {
    flex-grow: 1;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.con-boxes {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap: var(--s2);
}
.con-box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: var(--s2);
}
.two {
    width: calc(50% - var(--s2));
    opacity: 0;
    animation: fade-in 1s ease-out forwards;
    animation-timeline: view();
    animation-range: var(--r1);
}
.two:last-child {
    animation-range: var(--r2);
}
.three, .three-thumb, .nine {
    width: calc((100% - (var(--s2) * 2)) / 3);
    opacity: 0;
    animation: fade-in 1s ease-out forwards;
    animation-timeline: view();
}
.three:nth-child(3n-2), .three-thumb:nth-child(3n-2), .nine:nth-child(3n-2) {
    animation-range: var(--r1);
}
.three:nth-child(3n-1), .three-thumb:nth-child(3n-1), .nine:nth-child(3n-1) {
    animation-range: var(--r2);
}
.three:nth-child(3n), .three-thumb:nth-child(3n), .nine:nth-child(3n) {
    animation-range: var(--r3);
}
.four, .four-thumb {
    opacity: 0;
    width: calc((100% - (var(--s2) * 3)) / 4);
    animation: fade-in 1s ease-out forwards;
    animation-timeline: view();
}
.four:nth-child(4n-3), .four-thumb:nth-child(4n-3) {
    animation-range: var(--r1);
}
.four:nth-child(4n-2), .four-thumb:nth-child(4n-2) {
    animation-range: var(--r2);
}
.four:nth-child(4n-1), .four-thumb:nth-child(4n-1) {
    animation-range: var(--r3);
}
.four:nth-child(4n), .four-thumb:nth-child(4n) {
    animation-range: var(--r4);
}
/*.five, .five-thumb {
    opacity: 0;
    width: calc((100% - (var(--s2) * 4)) / 5);
    animation: fade-in 1s ease-out forwards;
    animation-timeline: view();
}
.five:nth-child(5n-4), .five-thumb:nth-child(5n-4) {
    animation-range: 25vh 35vh;
}
.five:nth-child(5n-3), .five-thumb:nth-child(5n-3) {
    animation-range: 28vh 38vh;
}
.five:nth-child(5n-2), .five-thumb:nth-child(5n-2) {
    animation-range: 31vh 41vh;
}
.five:nth-child(5n-1), .five-thumb:nth-child(5n-1) {
    animation-range: 34vh 44vh;
}
.five:nth-child(5n), .five-thumb:nth-child(5n) {
    animation-range: 37vh 47vh;
}*/
.square {
    width: 80%;
    padding-top: 80%;
    position: relative;
    margin: 10%;
}
.square-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}



/* HERO */

#con-banner {
    width: 1400px;
    margin: 0 auto;
    padding: 150px var(--s1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: var(--s2);
    border-radius: 0 0 var(--br) var(--br);
    overflow: hidden;
    position: relative;
}
.load {
    opacity: 0;
    animation: fade-in 2s ease-out forwards;
}

/* GENERAL */

h1, h2, h3, h4, h5 {
    font-family: var(--fD);
    color: var(--tD);
    font-weight: 100;
}
h1 {
    font-size: var(--fs1);
    line-height: var(--lh1);
    font-weight: 400;
}
h1 span {
    display: block;
}
h1 span:nth-child(even), h2 span:nth-child(even) {
    color: var(--td);
}
#con-banner h1 {
    padding: var(--s2) var(--s1);
    background-color: white;
    border-radius: 8px;
    box-shadow: var(--sh1)
}
h2 {
    font-size: var(--fs2);
    line-height: var(--lh2);
}
h2 span.bl {
    display: block;
}
h3 {
    font-size: var(--fs3);
    line-height: var(--lh3);
    color: var(--td);
}
h4 {
    font-size: var(--fs4);
    line-height: var(--lh4);
    font-family: var(--fK);
    font-weight: 200;
}
#message_feed {
    color: var(--o);
    font-size: var(--fs4);
    line-height: var(--lh4);
}
/*.lbd, .lb {
    padding-left: var(--s2);
}*/
.shout {
    color: var(--td);
    font-size: var(--fs0);
    line-height: var(--lh0);
    font-weight: 400;
    text-align: center;
    margin: 0 auto;
    opacity: 0;
    animation: fade-in 1s ease-out forwards;
    animation-timeline: view();
    animation-range: var(--r1);
}
.shout::first-line {
    color: var(--tD);
    font-weight: 500;
}
.shout span {
    display: block;
}
.name {
    font-weight: bolder;
    color: var(--tD);
}
.link {
    background-color: var(--o);
    color: white;
    width: auto;
    height: 40px;
    margin: auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 20px;
    opacity: 0;
    animation: fade-in 1s ease-out forwards;
    animation-timeline: view();
    animation-range: var(--r1);
    box-shadow: var(--sh1);
}
.link:hover {
    background-color: var(--m);
    color: white;
}
.con-dl {
    display: flex;
    flex-direction: column;
    gap: calc(var(--br) / 2);
}
.con-dl > *:not(div) {
    opacity: 0;
    animation: fade-in 1s ease-out forwards;
    animation-timeline: view();
    animation-range: var(--r1);
}
.con-dl dt {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: var(--s2);
    border-radius: var(--br) var(--br) 0 0;
    box-shadow: var(--sh1);
    font-size: var(--fs4);
    line-height: var(--lh4);
}
.con-dl dd {
    padding: var(--s2);
    box-shadow: var(--sh1);
    margin-bottom: var(--s2);
}
.con-dl::after {
  content: "";
  display: table;
  clear: both;
}

/* APPEARANCE */

section .clr:nth-of-type(10n-9) { color: var(--c01); }
section .clr:nth-of-type(10n-8) { color: var(--c02); }
section .clr:nth-of-type(10n-7) { color: var(--c03); }
section .clr:nth-of-type(10n-6) { color: var(--c04); }
section .clr:nth-of-type(10n-5) { color: var(--c05); }
section .clr:nth-of-type(10n-4) { color: var(--c06); }
section .clr:nth-of-type(10n-3) { color: var(--c07); }
section .clr:nth-of-type(10n-2) { color: var(--c08); }
section .clr:nth-of-type(10n-1) { color: var(--c09); }
section .clr:nth-of-type(10n) { color: var(--c10); }

section .clrd:nth-of-type(10n-9) { color: var(--cd01); }
section .clrd:nth-of-type(10n-8) { color: var(--cd02); }
section .clrd:nth-of-type(10n-7) { color: var(--cd03); }
section .clrd:nth-of-type(10n-6) { color: var(--cd04); }
section .clrd:nth-of-type(10n-5) { color: var(--cd05); }
section .clrd:nth-of-type(10n-4) { color: var(--cd06); }
section .clrd:nth-of-type(10n-3) { color: var(--cd07); }
section .clrd:nth-of-type(10n-2) { color: var(--cd08); }
section .clrd:nth-of-type(10n-1) { color: var(--cd09); }
section .clrd:nth-of-type(10n) { color: var(--cd10); }

.post-item:nth-child(10n-9) h3,
.testi:nth-of-type(10n-9) .bg { background-color: var(--c01); }
.post-item:nth-child(10n-8) h3,
.testi:nth-of-type(10n-8) .bg { background-color: var(--c02); }
.post-item:nth-child(10n-7) h3,
.testi:nth-of-type(10n-7) .bg { background-color: var(--c03); }
.post-item:nth-child(10n-6) h3,
section .bg:nth-of-type(10n-6) { background-color: var(--c04); }
.post-item:nth-child(10n-5) h3,
section .bg:nth-of-type(10n-5) { background-color: var(--c05); }
.post-item:nth-child(10n-4) h3,
section .bg:nth-of-type(10n-4) { background-color: var(--c06); }
.post-item:nth-child(10n-3) h3,
section .bg:nth-of-type(10n-3) { background-color: var(--c07); }
.post-item:nth-child(10n-2) h3,
section .bg:nth-of-type(10n-2) { background-color: var(--c08); }
.post-item:nth-child(10n-1) h3,
section .bg:nth-of-type(10n-1) { background-color: var(--c09); }
.post-item:nth-child(10n) h3,
section .bg:nth-of-type(10n) { background-color: var(--c10); }

.bgd:nth-of-type(10n-9) { background-color: var(--cd01); }
.bgd:nth-of-type(10n-8) { background-color: var(--cd02); }
.bgd:nth-of-type(10n-7) { background-color: var(--cd03); }
.bgd:nth-of-type(10n-6) { background-color: var(--cd04); }
section .bgd:nth-of-type(10n-5) { background-color: var(--cd05); }
section .bgd:nth-of-type(10n-4) { background-color: var(--cd06); }
section .bgd:nth-of-type(10n-3) { background-color: var(--cd07); }
section .bgd:nth-of-type(10n-2) { background-color: var(--cd08); }
section .bgd:nth-of-type(10n-1) { background-color: var(--cd09); }
section .bgd:nth-of-type(10n) { background-color: var(--cd10); }

.form-group:nth-of-type(10n-9) label,
.con-words div:nth-of-type(10n-9),
.con-words span:nth-of-type(10n-9),
ul.con-list li:nth-of-type(10n-9),
.q-list .answr p:nth-of-type(10n-9),
.con-dl dd:nth-of-type(10n-9),
.box:nth-of-type(10n-9),
.feat:nth-of-type(10n-9) p,
section .tabg:nth-of-type(10n-9) { background-color: var(--c01); color: var(--cd01); }
.form-group:nth-of-type(10n-8) label,
.con-words div:nth-of-type(10n-8),
.con-words span:nth-of-type(10n-8),
ul.con-list li:nth-of-type(10n-8),
.q-list .answr p:nth-of-type(10n-8),
.con-dl dd:nth-of-type(10n-8),
.box:nth-of-type(10n-8),
.feat:nth-of-type(10n-8) p,
section .tabg:nth-of-type(10n-8) { background-color: var(--c02); color: var(--cd02); }
.form-group:nth-of-type(10n-7) label,
.con-words div:nth-of-type(10n-7),
.con-words span:nth-of-type(10n-7),
ul.con-list li:nth-of-type(10n-7),
.q-list .answr p:nth-of-type(10n-7),
.con-dl dd:nth-of-type(10n-7),
.box:nth-of-type(10n-7),
.feat:nth-of-type(10n-7) p,
section .tabg:nth-of-type(10n-7) { background-color: var(--c03); color: var(--cd03); }
.form-group:nth-of-type(10n-6) label,
.con-words div:nth-of-type(10n-6),
.con-words span:nth-of-type(10n-6),
ul.con-list li:nth-of-type(10n-6),
.q-list .answr p:nth-of-type(10n-6),
.con-dl dd:nth-of-type(10n-6),
.box:nth-of-type(10n-6),
.feat:nth-of-type(10n-6) p,
section .tabg:nth-of-type(10n-6) { background-color: var(--c04); color: var(--cd04); }
.form-group:nth-of-type(10n-5) label,
.con-words div:nth-of-type(10n-5),
.con-words span:nth-of-type(10n-5),
ul.con-list li:nth-of-type(10n-5),
.q-list .answr p:nth-of-type(10n-5),
.con-dl dd:nth-of-type(10n-5),
.box:nth-of-type(10n-5),
section .tabg:nth-of-type(10n-5) { background-color: var(--c05); color: var(--cd05); }
.form-group:nth-of-type(10n-4) label,
.con-words span:nth-of-type(10n-4),
ul.con-list li:nth-of-type(10n-4),
.q-list .answr p:nth-of-type(10n-4),
.con-dl dd:nth-of-type(10n-4),
.box:nth-of-type(10n-4),
section .tabg:nth-of-type(10n-4) { background-color: var(--c06); color: var(--cd06); }
.form-group.box:nth-of-type(10n-3) label,
.con-words span:nth-of-type(10n-3),
ul.con-list li:nth-of-type(10n-3),
.q-list .answr p:nth-of-type(10n-3),
.con-dl dd:nth-of-type(10n-3),
.box:nth-of-type(10n-3),
section .tabg:nth-of-type(10n-3) { background-color: var(--c07); color: var(--cd07); }
.form-group:nth-of-type(10n-2) label,
.con-words span:nth-of-type(10n-2),
ul.con-list li:nth-of-type(10n-2),
.q-list .answr p:nth-of-type(10n-2),
.con-dl dd:nth-of-type(10n-2),
.box:nth-of-type(10n-2),
section .tabg:nth-of-type(10n-2) { background-color: var(--c08); color: var(--cd08); }
.form-group:nth-of-type(10n-1) label,
.con-words span:nth-of-type(10n-1),
ul.con-list li:nth-of-type(10n-1),
.q-list .answr p:nth-of-type(10n-1),
.con-dl dd:nth-of-type(10n-1),
.box:nth-of-type(10n-1),
section .tabg:nth-of-type(10n-1) { background-color: var(--c09); color: var(--cd09); }
.form-group:nth-of-type(10n) label,
.con-words span:nth-of-type(10n),
ul.con-list li:nth-of-type(10n),
.q-list .answr p:nth-of-type(10n),
.con-dl dd:nth-of-type(10n),
.box:nth-of-type(10n),
section .tabg:nth-of-type(10n) { background-color: var(--c10); color: var(--cd10); }

.q-list .answr h4:nth-of-type(10n-9),
.con-dl dt:nth-of-type(10n-9),
.con-boxes .post:nth-of-type(10n-9) .box-hero .tabgr { background-color: var(--cd01); color: var(--c01); }
.q-list .answr h4:nth-of-type(10n-8),
.con-dl dt:nth-of-type(10n-8),
.con-boxes .post:nth-of-type(10n-8) .box-hero .tabgr { background-color: var(--cd02); color: var(--c02); }
.con-dl dt:nth-of-type(10n-7),
.con-boxes .post:nth-of-type(10n-7) .box-hero .tabgr { background-color: var(--cd03); color: var(--c03); }
.con-dl dt:nth-of-type(10n-6),
section div:nth-of-type(10n-6) .tabgr { background-color: var(--cd04); color: var(--c04); }
.con-dl dt:nth-of-type(10n-5),
section div:nth-of-type(10n-5) .tabgr { background-color: var(--cd05); color: var(--c05); }
.con-dl dt:nth-of-type(10n-4),
section div:nth-of-type(10n-4) .tabgr { background-color: var(--cd06); color: var(--c06); }
.con-dl dt:nth-of-type(10n-3),
section div:nth-of-type(10n-3) .tabgr { background-color: var(--cd07); color: var(--c07); }
.con-dl dt:nth-of-type(10n-2),
section div:nth-of-type(10n-2) .tabgr { background-color: var(--cd08); color: var(--c08); }
.con-dl dt:nth-of-type(10n-1),
section div:nth-of-type(10n-1) .tabgr { background-color: var(--cd09); color: var(--c09); }
.con-dl dt:nth-of-type(10n),
section div:nth-of-type(10n) .tabgr { background-color: var(--cd10); color: var(--c10); }


.green {
    background-color: var(--tD);
    min-height: unset;
}
.green p {
    color: white;
}
.green h2 {
    color: white;
    text-align: center;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
}
.img-h {
    height: 100%;
    object-fit: cover;
}
.img-w {
    width: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.fltr {
    filter: brightness(0.8);
    scale: 1.05;
}
.brghtn:hover img.fltr {
    filter: brightness(1);
    scale: 1.2;
}
.box-hero {
    width: 100%;
    height: 152px;
    position: relative;
    overflow: hidden;
}
.box-hero span {
    position: absolute;
    top: 20px;
    left: 0;
    color: white;
    padding: var(--s3) var(--s2);
    box-shadow: var(--sh2); 
}
/*.box-info {
    padding: 0px var(--s2) var(--s2);
    display: flex;
    flex-direction: column;
    gap: var(--s2);
}*/
.testi {
    margin-top: calc(var(--s2) * 2);
    border-radius: 8px;
    padding: var(--s1);
    background-color: white;
    box-shadow: var(--sh1);
    position: relative;
}
.testi > div {
    position: absolute;
    height: calc(var(--s2) * 4);
    width: calc(var(--s2) * 4);
    padding: var(--s2);
    top: calc(var(--s2) * -2);
    left: calc(50% - (var(--s2) * 2));
    border-radius: 50%;
}
.testi p {
    flex-grow: 1;
}
.testi:first-child  > div .quote {
    fill: var(--cd01);
}
.testi:nth-child(2)  > div .quote {
    fill: var(--cd02);
}
.testi:nth-child(3)  > div .quote {
    fill: var(--cd03);
}
.testi span {
    color: var(--tD);
}
.con-thumb {
    padding: var(--s2);
    box-shadow: var(--sh1);
    background-color: white;
    border-radius: var(--br);
}
.con-thumb img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.post {
    border-radius: var(--br);
    padding-bottom: var(--s2);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: white;
    box-shadow: var(--sh2);
}
.post h3 {
    width: 100%;
    padding: 0 var(--s2);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--tD);
}
.post p {
    padding: 0 var(--s2);
    color: var(--bD);
    opacity: 1;
}
.post h3 a {
    color: var(--tD);
}
.post h3:hover, .post h3 a:hover {
    color: var(--m);
}
.post a {
    align-self: center;
}
.feat {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border-radius: var(--br);
    overflow: hidden;
    box-shadow: var(--sh2);
}
.feat h3 {
    flex-grow: 1;
    color: white;
    padding: 0 var(--s2);
    text-align: center;
}
.feat h4 {
    flex-grow: 1;
    color: white;
    padding: 0 var(--s2);
    text-align: center;
    margin-top: var(--s2)
}
.feat p {
    flex-grow: 1;
    margin: 0 var(--s2) var(--s2) var(--s2);
    padding: var(--s2);
    border-radius: var(--br);
    box-shadow: var(--sh1);
}

/*.feat {
    border-radius: var(--br);
    background-color: var(--tL);
    box-shadow: var(--sh1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.feat:first-child {
    background-color: var(--c01);
}
.feat:nth-child(2) {
    background-color: var(--c02);
}
.feat:nth-child(3) {
    background-color: var(--c03);
}
.feat:nth-child(4) {
    background-color: var(--c04);
}
.feat:nth-child(5) {
    background-color: var(--c05);
}
.feat:first-child h3 {
    color: var(--cd01);
}
.feat:nth-child(2) h3 {
    color: var(--cd02);
}
.feat:nth-child(3) h3 {
    color: var(--cd03);
}
.feat:nth-child(4) h3 {
    color: var(--cd04);
}
.feat:nth-child(5) h3 {
    color: var(--cd05);
}*/
blockquote {
    display: flex;
    flex-direction: column;
    gap: var(--s2);
    opacity: 0;
    animation: fade-in 1s ease-out forwards;
    animation-timeline: view();
    animation-range: var(--r1);
}
blockquote p {
    font-family: var(--fD);
    font-style: italic;
    color: var(--tD);
    font-size: var(--fs0);
    line-height: var(--lh0);
    position: relative;
    text-align: center;
    quotes: "“" "”" "‘" "’";
}
blockquote p::before {
    color: var(--tD);
    content: open-quote;
}
blockquote p::after {
    color: var(--tD);
    content: close-quote;
}
blockquote span {
    font-size: var(--fs3);
    line-height: var(--lh3);
    color: var(--o);
    align-self: flex-end;
}
.box {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: var(--s2);
    border-radius: 8px;
    box-shadow: var(--sh1);
}

/*.box-head {
    color: white;
    width: 100%;
    font-size: 1.2rem;
    font-weight: 400;
    text-align: center;
    padding: var(--s2);
    border-radius: 8px;
    box-shadow: var(--sh1);
}
.box-head span {
    font-size: 2rem;    
}
.thumb {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.circle {
    border-radius: 50%;
    overflow: hidden;
    box-shadow: var(--sh1);
    border-bottom: solid 10px black;
}
.circle .square-content {
    padding: 20%;
    font-size: 4rem;
}*/
ul.con-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: calc(var(--br) / 2);
}
ul.con-list li {
    padding: var(--s2);
    font-family: var(--fK);
    box-shadow: var(--sh1);
    opacity: 0;
    animation: fade-in 1s ease-out forwards;
    animation-timeline: view();
    animation-range: var(--r1);
}
ol.con-olist {
    list-style: decimal;
    display: flex;
    flex-direction: column;
    gap: var(--s2);
    padding-left: 40px;
}
ol.con-olist li {
    font-family: var(--fK);
    color: var(--bD);
    opacity: 0;
    animation: fade-in 1s ease-out forwards;
    animation-timeline: view();
    animation-range: var(--r1);
}
ol.con-olist li::marker {
    color: crimson;
}
.con-info, .con-info-red {
    width: 100%;
    color: var(--tD);
    background-color: var(--tL);
    padding: var(--s2);
    border-radius: var(--br);
    opacity: 0;
    animation: fade-in 1s ease-out forwards;
    animation-timeline: view();
    animation-range: var(--r1);
    box-shadow: var(--sh1);
}
.con-info {
    color: var(--tD);
    background-color: var(--tL);
}
.con-info-red {
    color: darkred;
    background-color:rgb(255, 212, 212);
}
.answr {
    display: flex;
    flex-direction: column;
}
.answr h4 {
    padding: var(--s2);
}
.answr p {
    padding: var(--s2);
    margin-bottom: var(--s2);
}
.con-words {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: var(--s3);
}
.con-words span, .con-words div {
    padding: var(--s2);
    border-radius: var(--br);
    text-align: center;
        font-size: var(--fs4);
    line-height: var(--lh4);
    font-weight: 300;
    opacity: 0;
    animation: fade-in 0.3s ease-out forwards;
    animation-timeline: view();
    animation-range: var(--r1);
    box-shadow: var(--sh1);
}
.con-words div {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
}
.con-words div .wrd-icn {
    height: 120px;
    width: 120px;
    margin-right: var(--s2);
    border-radius: 50%;
    background-color: white;
}
.con-words div .wrd-icn svg {
    height: 100%;
    width: 100%;
}
.con-words div:nth-child(5n-4) .wrd-icn svg {
    fill: var(--cd01);
}
.con-words div:nth-child(5n-3) .wrd-icn svg {
    fill: var(--cd02);
}
.con-words div:nth-child(5n-2) .wrd-icn svg {
    fill: var(--cd03);
}
.con-words div:nth-child(5n-1) .wrd-icn svg {
    fill: var(--cd04);
}
.con-words div:nth-child(5n) .wrd-icn svg {
    fill: var(--cd05);
}


#cat-nav {
    width: 260px;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}
#cat-nav ul {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 2px;
}
#cat-nav ul li {
    display: flex;
    flex-direction: column;
    border-radius: 2px;
    box-shadow: var(--sh1);
}
#cat-nav input[type="radio"] {
    display: none;
}
#cat-nav ul li label {
    display: flex;
    padding: 10px 20px;
    background-color: white;
    color: var(--tD);
    font-family: var(--fD);
    font-weight: 400;
    cursor: pointer;
}
#cat-nav ul li label:hover,#cat-nav ul li input[type="radio"]:checked + label {
    display: flex;
    padding: 10px 20px;
    background-color: var(--m);
    color: white;
}
#cat-nav ul li a.sel-cat {
    pointer-events: none;
}
#post-list {
    width: calc(100% - (var(--s2) + 260px));
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: var(--s2);
}
.post-item {
    height: 300px;
    width: calc(50% - (var(--s2) / 2));
    display: flex;
    gap: calc(var(--br) / 2);
    box-shadow: var(--sh1);
    border-radius: var(--br);
    overflow: hidden;
    position: relative;
}
.post-item h3 {
    width: 100%;
    margin-top: var(--s2);
    position: absolute;
    padding: var(--s3) var(--s2);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--tD);
    font-size: var(--fs4);
    line-height: var(--lh4);
}
.post-item > div {
    width: calc(50% - 2px);
    display: flex;
    flex-direction: column;
}
.post-item h3 a {
    color: var(--tD);
}
.post-item h3:hover, .post-item h3 a:hover {
    color: var(--m);
}
.post-info {
    margin-top: 63px;
    padding: var(--s2);
    gap: var(--s3);
    justify-content: space-between;
}
.post-item > div:last-child img {
    height: 100%;
    object-fit: cover;
}
.con-4-6 {
    display: flex;
    flex-wrap: wrap;
    width: 1400px;
    padding: var(--s1);
    gap: var(--s1);
}
.con-4-6 > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: var(--s2);
}
.con-4-6 > div:first-child {
    width: calc(40% - (var(--s1) / 2));
}
.con-4-6 > div:last-child {
    width: calc(60% - (var(--s1) / 2));
}
form {
    background-color: white;
    box-shadow: var(--sh2);
    padding: var(--s1);
    display: flex;
    flex-wrap: wrap;
    gap: var(--s2);
    border-radius: var(--br);
}
.form-group, .form-group-ta {
    display: flex;
    flex-direction: column;
    width: calc(50% - (var(--s2) / 2));
    justify-content: flex-start;
    align-items: flex-start;
}    
.form-group-ta {
    width: 100%;
}
/*.con-4-6 label {
    font-family: var(--fK);
    padding: calc(var(--br) / 2) var(--s2);
    border-radius: var(--br) var(--br) 0 0;
}
.form-group-ta label {
    background-color: var(--td);
    color: var(--tL);    
}
.con-4-6 input[type="text"], input[type="email"], input[type="tel"], input[type="date"], textarea {
    padding: var(--s3);
    border-bottom: 1px solid var(--td);
    background-color: var(--tL);
    width: 100%;
    color: var(--tD);
}
.con-4-6 input[type="text"]::placeholder, input[type="email"]::placeholder, input[type="tel"]::placeholder, input[type="date"]::placeholder, textarea::placeholder {
    color: var(--td);
    letter-spacing: -0.04rem;
    font-size: 0.9rem;
    font-family: "Open Sans", sans-serif;
}*/
button {
    cursor: pointer;
}

@media (max-width: 1400px) {
    #con-banner, .con-inner, .con-4-6, #con-title {
        width: 100%;
    }
}

@media (max-width: 1200px) {
    :root {
        --fs0: 3.2rem;
        --lh0: 3.5rem;
        --fs1: 2.8rem;
        --lh1: 3rem;
        --fs2: 2.3rem;
        --lh2: 2.4rem;
        --fs3: 1.8rem;
        --lh3: 1.9rem;
        --fs4: 1.2rem;
        --lh4: 1.3rem;
    }
    #con-book {
        width: 378px;
        font-size: 1.2rem;
    }
    .three {
        width: 100%;
    }
    .three:nth-child(3n-2), .three:nth-child(3n-1), .three:nth-child(3n) {
        animation-range: var(--r1);
    }
    .four {
        width: calc((100% - var(--s2)) / 2 );
    }
    .four:nth-child(4n-3) {
        animation-range: unset
    }
    .four:nth-child(4n-2) {
        animation-range: unset
    }
    .four:nth-child(4n-1) {
        animation-range: unset
    }
    .four:nth-child(4n) {
        animation-range: unset
    }
    .four:nth-child(2n-1) {
        animation-range: var(--r1);
    }
    .four:nth-child(2n) {
        animation-range: var(--r2);
    }
    #cat-nav, #post-list {
        width: 100%;
    }
    .post-info {
        margin-top: 53px;
    }
    .con-4-6 > div:first-child {
        width: 100%;
    }
    .con-4-6 > div:last-child {
        width: 100%;
    }
}
@media (max-width: 900px) {
    :root {
        --fs0: 3.0rem;
        --lh0: 3.2rem;
        --fs1: 2.5rem;
        --lh1: 2.6rem;
        --fs2: 2.0rem;
        --lh2: 2.1rem;
        --fs3: 1.5rem;
        --lh3: 1.6rem;
        --fs4: 1.1rem;
        --lh4: 1.1rem;
    }
    #con-banner {
        padding: 110px var(--s1) var(--s1) var(--s1);
    }
    .credits {
        display: none;
    }
    #con-full {
        height: auto;
    }
    #con-title {
        padding-top: 60px;
        height: auto;
    }
    #con-title > div {
        width: 100%;
    }
    .three, .five-thumb {
        width: calc(100%);
    }
    .three:nth-child(2n-1), .three:nth-child(2n) {
        animation-range: var(--r1);
    }
    .five-thumb:nth-child(5n-4), 
    .five-thumb:nth-child(5n-3), 
    .five-thumb:nth-child(5n-2), 
    .five-thumb:nth-child(5n-1), 
    .five-thumb:nth-child(5n) {
        animation-range: var(--r1);
    }
    .five, .five-thumb {
        width: 200px;
        animation: fade-in 1s ease-out forwards;
        animation-timeline: view();
    }
    .five:nth-child(5n-4), .five-thumb:nth-child(5n-4) {
        animation-range: var(--r1);
    }
    .five:nth-child(5n-3), .five-thumb:nth-child(5n-3) {
        animation-range: var(--r2);
    }
    .five:nth-child(5n-2), .five-thumb:nth-child(5n-2) {
        animation-range: var(--r3);
    }
    .five:nth-child(5n-1), .five-thumb:nth-child(5n-1) {
        animation-range: var(--r4);
    }
    .five:nth-child(5n), .five-thumb:nth-child(5n) {
        animation-range: var(--r5);
    }
    .post-item {
        width: 100%;
    }
    .post-info {
        margin-top: 63px;
    }   
    .con-words div {
        display: flex;
        width: 100%;
    }
}
@media (max-width: 600px) {
    :root {
        --fs0: 2.2rem;
        --lh0: 2.0rem;
        --fs1: 2rem;
        --lh1: 1.9rem;
        --fs2: 1.8rem;
        --lh2: 1.9rem;
        --fs3: 1.2rem;
        --lh3: 1.2rem;
        --fs4: 1.1rem;
        --lh4: 1.1rem;
        --s1: 20px;
        --s2: 10px;
        --s3: 5px;
    }
    #con-com-links li:first-child{
        flex-grow: 1;
    }
    #con-com-links span {
        justify-content: flex-start;
    }
    .con-outer {
        background-size: auto 100vh !important;
    }
    .con-inner {
        flex-direction: column;
    }
    #con-banner {
        padding: 80px var(--s1) var(--s1) var(--s1);
        align-items: stretch;
    }
    #con-book {
        width: 100%;
    }
    #con-book .signText {
        position: absolute;
        white-space: nowrap;
        animation: text-slide 7s linear infinite;
    }
    #con-book:hover .signText {
        animation: text-slide 10s linear infinite;
    }
    .link {
        text-align: center;
    }
    .post {
        margin: 0 auto;
    }
    .two {
        width: 100%;
    }
    .four, .nine {
        width: calc(100%);
    }
    .four:nth-child(2n-1), .four:nth-child(2n) {
        animation-range: var(--r1);
    }
    .four-thumb {
        width: calc(50% - var(--s2));
    }
    .four-thumb:nth-child(4n-3),
    .four-thumb:nth-child(4n-2),
    .four-thumb:nth-child(4n-1),
    .four-thumb:nth-child(4n) {
        animation-range: unset;
    }
    .four-thumb:nth-child(2n-1) {
        animation-range: var(--r1);
    }
    .four-thumb:nth-child(2n) {
        animation-range: var(--r2);
    }
    .nine:nth-child(3n-2),
    .nine:nth-child(3n-1),
    .nine:nth-child(3n) {
        animation-range: var(--r1);
    }
    form {
        width: 100%;
    }
    .form-row {
        flex-direction: column;
    }
    button {
        width: 100%;
    }
    .form-group, .form-group-ta {
        width: 100%;
    }  
}

@media screen and (orientation: landscape) and (max-height: 480px) {
    :root {
        --fs0: 2.2rem;
        --lh0: 2.0rem;
        --fs1: 2rem;
        --lh1: 1.9rem;
        --fs2: 1.8rem;
        --lh2: 1.9rem;
        --fs3: 1.2rem;
        --lh3: 1.2rem;
        --fs4: 1.1rem;
        --lh4: 1.1rem;
        --s1: 20px;
        --s2: 10px;
        --s3: 5px;
    }
    .credits {
        display: none;
    }

}