.home{display:flex;flex-direction:column;background-image:url(/assets/images/palmtree.svg);background-size:contain;background-repeat:no-repeat;background-position-y:100%;gap:calc(4 * var(--base-spacing));width:100%}@media screen and (min-width:600px){.home__main{min-height:calc(90vh - var(--header-height))}}.home__main{z-index:1;position:relative;min-height:calc(100vh - var(--header-height));gap:calc(2 * var(--base-spacing))}.background{background-image:url(/assets/images/palmtree.svg);background-repeat:no-repeat;background-size:cover;background-position:30%;position:relative}.background>svg{width:100%;height:60px;position:absolute;bottom:0;pointer-events:none}.home__main-text{display:flex;align-items:flex-start;flex-direction:column;gap:calc(4 * var(--base-spacing))}@media screen and (min-width:960px){.home__main{display:flex;height:calc(100vh - var(--header-height));padding:0 calc(8 * var(--base-spacing));align-items:center}.home__main-text,.home__main-title{flex-basis:50%;flex-grow:0}.home__main-text{text-align:center;align-items:center;justify-content:center}}.home__about{min-height:40vh;align-items:center}.home__about,.home__about-text{display:flex;flex-direction:column;gap:calc(4 * var(--base-spacing))}.home__about-text{justify-content:center;flex-basis:50%}.home__about-figure{width:100%}.home__about-figure figcaption{font-weight:700;font-style:italic;text-align:right}.home__about-image{height:300px;width:100%;margin-bottom:calc(1 * var(--base-spacing));object-fit:cover}@media screen and (min-width:960px){.home__about{flex-direction:row}.home__about-figure{flex-basis:50%}}.home__good-good{flex-basis:65vh;text-align:center}.home__good-good-button{background-color:var(--foreground-color);color:var(--primary-color)}.home__good-good-text{background-color:var(--primary-color);display:flex;flex-direction:column;gap:calc(4 * var(--base-spacing));padding:calc(4 * var(--base-spacing));color:var(--foreground-color);align-items:center;position:relative}.home__jitbfoundation-logo{display:inline-flex;align-items:center}.home__jitbfoundation-logo>svg{flex:auto;max-height:70px;max-width:100px}@media screen and (min-width:960px){.home__jitbfoundation-logo{right:calc(6 * var(--base-spacing))}}.home__countdown{flex-basis:60vh;align-items:center;text-align:center}.home__about-jitb,.home__countdown{display:flex;flex-direction:column;gap:calc(2 * var(--base-spacing));justify-content:center}.home__about-jitb{flex-basis:30vh}.home>div:last-child,.home__last-year{display:flex;flex-direction:column;gap:calc(4 * var(--base-spacing))}.home__last-year{align-items:center;text-align:center}.home__last-year>iframe{max-width:640px;min-height:400px;width:100%;padding:0 calc(2 * var(--base-spacing));border:none}