html, body {
    --gr: linear-gradient(270deg, rgba(0,35,71,1) 0%, rgba(0,35,71,1) 50%, rgba(0,63,125,1) 100%);
    --gr2: linear-gradient(270deg, rgba(0,35,71,0.5) 0%, rgba(0,35,71,0.5) 50%, rgba(0,63,125,0.5) 100%);
    --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;
    background-color: white;
    color: var(--bD);
    font-size: 1rem;
    font-family: "Open Sans", sans-serif;
}

:root {
    --b: #003366;
    --bL: #003F7D;
    --bD: #002347;
    --o: #e7252d;
    --oL: #e7252d;
    --oD: #e7252d;

    --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: 100px;
    --s2: 50px;
    --s3: 20px;
    --s4: 4px;
    --r1: 10vh 20vh;
    --r2: 15vh 25vh;
    --r3: 20vh 30vh;
    --r4: 25vh 35vh;
    --r5: 30vh 40vh;
}

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: all 0.3s ease-out;
}
body > div { overflow-x: clip; }
#con-cons {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
.credit {
	position: absolute;
	bottom: 20px;
	right: 5%;
	padding: 8px 16px;
	font-size: 0.9rem;
	color: var(--bD);
	background-color: #FFFFFF99;
}
.dash-line {
    width: 0px;
    margin: var(--s2) 0;
    border: 0;
    border-bottom: 1px dashed var(--oD);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    animation: width-expand 1s ease-out forwards;
    animation-timeline: view();
    animation-range: var(--r1);
}


.ch01 { background-color: var(--c01); color: var(--cd01); }
.ch02 { background-color: var(--c02); color: var(--cd02); }
.ch03 { background-color: var(--c03); color: var(--cd03); }
.ch04 { background-color: var(--c04); color: var(--cd04); }
.ch05 { background-color: var(--c05); color: var(--cd05); }
.ch06 { background-color: var(--c06); color: var(--cd06); }
.ch07 { background-color: var(--c07); color: var(--cd07); }
.ch08 { background-color: var(--c08); color: var(--cd08); }
.ch09 { background-color: var(--c09); color: var(--cd09); }
.ch10 { background-color: var(--c10); color: var(--cd10); }
.chd01 { background-color: var(--cd01); }
.chd02 { background-color: var(--cd02); }
.chd03 { background-color: var(--cd03); }
.chd04 { background-color: var(--cd04); }
.chd05 { background-color: var(--cd05); }
.chd06 { background-color: var(--cd06); }
.chd07 { background-color: var(--cd07); }
.chd08 { background-color: var(--cd08); }
.chd09 { background-color: var(--cd09); }
.chd10 { background-color: var(--cd10); }

/* HERO */

#con-banner {
    background-image: var(--gr);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vh;
    overflow: hidden;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.35) 0px -50px 36px -28px inset;
}
#banner-info {
    width: 50%;
    height: inherit;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding: calc(var(--s2) + 80px) var(--s2) var(--s2) var(--s2);
}
#banner-info h1 {
    width: calc(700px - (var(--s2) * 2));
    color: white;
    font-weight: 400;
    font-size: 3.125rem;
    line-height: 3.2rem;
    letter-spacing: -2px;
    animation: fade-scale-in 1s ease-out forwards;
    position: relative;
}
#banner-info h1::before {
    content: "";
    width: 0px;
    border-bottom: 1px solid var(--o);
    bottom: -15px;
    left: 0;
    position: absolute;
    animation: width-expand 1s ease-out forwards;
    animation-delay: 1s;
}
#banner-img {
    width: 50%;
    height: 102%;
    background-size: cover;
    background-repeat: no-repeat, repeat;
    background-position: center;
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
    animation: slide-left 1s ease-out forwards;
}

/* KEYFRAMES */

@keyframes fade-in { 0% { opacity: 0; } 100% { opacity: 1; } }
@keyframes fade-scale-in { 0% { scale: 0.9; opacity: 0; } 100% { scale: 1; opacity: 1; } }
@keyframes slide-down { 0% { transform: translateY(-50px); box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px; } 100% { transform: translateY(0px); box-shadow: rgba(14, 30, 37, 0.12) 0px 0px 0px 0px, rgba(14, 30, 37, 0.32) 0px 0px 0px 0px; } }
@keyframes slide-up { 0% { transform: translateY(50px); opacity: 0; } 100% { transform: translateY(0px); opacity: 1; } }
@keyframes slide-left { 0% { transform: translateX(50%); filter: blur(1.5rem); } 100% { transform: translateX(0px); filter: blur(0); } }
@keyframes width-expand { 0% { width: 0; } 100% { width: 100%; } }
.fade-scale-in {
    opacity: 0;
    animation: fade-scale-in 1s ease-out forwards;
    animation-timeline: view();
    animation-range: var(--r1);
}
.slide-up {
    opacity: 0;
    transform: translateY(50px);
    animation: slide-up 1s ease-out forwards;
    animation-timeline: view();
    animation-range: var(--r1);
}

/* STRUCTURES */

.con-outer {
    display: flex;
    flex-direction: column;
    align-items: center;
    /*gap: var(--s1);*/
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat, repeat;
    background-position: center;
    background-attachment: fixed;
}
.con-inner {
    padding: var(--s2);
    position: relative;
    width: 1400px;
    display: flex;
    flex-wrap: wrap;
    gap: var(--s2);
}
.con-article {
    padding: var(--s2);
    width: 1400px;
    display: block;
}
.con-article > *:not(div, p:last-child, :last-child) {
    margin-bottom: var(--s2);
}
.con-boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--s4);
}
.con-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: var(--s3);
    overflow: hidden;
    box-shadow: var(--sh1);
}
.fd-c {
    flex-direction: column;
}
.ai-c {
    align-items: center;
}
.as-fs {
    align-self: flex-start;
}
.two {
    width: calc(50% - (var(--s4) / 2));
    opacity: 0;
    animation: fade-scale-in 1s ease-out forwards;
    animation-timeline: view();
}
.three {
    width: calc((100% - (var(--s4) * 2)) / 3);
    opacity: 0;
    animation: fade-scale-in 1s ease-out forwards;
    animation-timeline: view();
}
.two:nth-child(2n-1) {
    animation-range: var(--r1);
}
.two:nth-child(2n) {
    animation-range: var(--r2);
}
.three:nth-child(3n-2) {
    animation-range: var(--r1);
}
.three:nth-child(3n-1) {
    animation-range: var(--r2);
}
.three:nth-child(3n) {
    animation-range: var(--r3);
}
.four {
    width: calc((100% - (var(--s4) * 3)) / 4);
    opacity: 0;
    animation: fade-scale-in 1s ease-out forwards;
    animation-timeline: view();
}
.four:nth-child(4n-3) {
    animation-range: var(--r1);
}
.four:nth-child(4n-2) {
    animation-range: var(--r2);
}
.four:nth-child(4n-1) {
    animation-range: var(--r3);
}
.four:nth-child(4n) {
    animation-range: var(--r4);
}

/* GENERAL */

h2 {
    font-size: 2.5rem;
    line-height: 2.4rem;
    letter-spacing: -1px;
    color: var(--b);
    opacity: 0;
    animation: fade-scale-in 3s forwards;
    animation-timeline: view();
    animation-range: var(--r1);
}
h3 {
    color: var(--bL);
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.9rem;
    letter-spacing: -1px;
}
h3 {
    color: var(--b);
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.9rem;
    letter-spacing: -1px;
}
h4 {
    color: var(--b);
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5rem;
    letter-spacing: -1px;
}
.img-h {
    height: 100%;
    width: auto;
    object-fit: cover;
}
.img-w {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.img-h, .img-w {
    filter: brightness(0.8);
    scale: 1.05;
    transition: filter 0.3s ease-out, scale 7s ease-out;
}
.gph:hover .img-h, .gph:hover .img-w {
    filter: brightness(1);
    scale: 1.2;
}
.con-image-left, .con-image-right {
  float: left;
  width: 40%;
  position: relative;
  margin: 0 var(--s3) var(--s2) 0;
  overflow: hidden;  
  border-radius: 4px;
  box-shadow: var(--sh2);
  opacity: 0;
    transform: translateY(50px);
    animation: slide-up 0.3s ease-out forwards;
    animation-timeline: view();
    animation-range: var(--r5);
}
.con-image-right {
  float: right;
  margin: 0 0 var(--s2) var(--s3);
}
.con-image-left img, .con-image-right img {
  border-radius: 4px;
}
a { color: var(--oL); }
a:hover { color: var(--bL); }
.con-a {
    height: 30px;
    padding: 0 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: var(--oL);
    border-radius: 4px;
    transition: 0.5s ease;
}
.con-a:hover {
    background-color: var(--bD);
    color: white;
}
.bl-bg {
    background-image: var(--gr);
}
.bl-bg .con-a:hover {
    background-color: white;
    color: var(--bD);
}

/* APPEARANCES */

.s1 {
	background-color: white;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    border-radius: 8px;
    transform: translateY(-50px);
    animation: slide-down 0.3s ease-out forwards;
    animation-timeline: view();
    animation-range: var(--r5);
}
.s2 {
    opacity: 0;
    animation: fade-scale-in 1s ease-out forwards;
}
.card-header {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
}
.card-header h3 {
    position: absolute;
    left: 0;
    bottom: 20px;
    padding: 8px 16px 12px 16px;
    height: auto;
    width: auto;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: -1px;
    box-shadow: var(--s1);
}
.card {
    flex-direction: column;
    background-color: white;
    padding-bottom: 20px;
}
.card p {
    padding: 0 20px 20px;
    flex-grow: 1;
}
.card a {
    margin: 0 auto;
}
.con-step {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 20px;
    position: relative;
    padding: 50px 20px;
    box-shadow: var(--s);
}
.step {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: white;
    z-index: 10;
    transform: scale(0.9);    
    transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.con-step:first-child .step { box-shadow: inset 0 -20px 0 var(--c01); }
.con-step:nth-child(2) .step { box-shadow: inset 0 -20px 0 var(--c02); }
.con-step:nth-child(3) .step { box-shadow: inset 0 -20px 0 var(--c03); }
.con-step:nth-child(4) .step { box-shadow: inset 0 -20px 0 var(--c04); }
.con-step:nth-child(5) .step { box-shadow: inset 0 -20px 0 var(--c05); }
.con-step:nth-child(6) .step { box-shadow: inset 0 -20px 0 var(--c06); }
.con-step:nth-child(7) .step { box-shadow: inset 0 -20px 0 var(--c07); }
.step svg {
    margin: auto;
    width: 80px;
    height: 80px;
}
.con-step:first-child .step svg { fill: var(--c01); }
.con-step:first-child:hover .step svg { fill: var(--cd01); }
.con-step:nth-child(2) .step svg { fill: var(--c02); }
.con-step:nth-child(2):hover .step svg { fill: var(--cd02); }
.con-step:nth-child(3) .step svg { fill: var(--c03); }
.con-step:nth-child(3):hover .step svg { fill: var(--cd03); }
.con-step:nth-child(4) .step svg { fill: var(--c04); }
.con-step:nth-child(4):hover .step svg { fill: var(--cd04); }
.con-step:nth-child(5) .step svg { fill: var(--c05); }
.con-step:nth-child(5):hover .step svg { fill: var(--cd05); }
.con-step:nth-child(6) .step svg { fill: var(--c06); }
.con-step:nth-child(6):hover .step svg { fill: var(--cd06); }
.con-step:nth-child(7) .step svg { fill: var(--c07); }
.con-step:nth-child(7):hover .step svg { fill: var(--cd07); }
.step-bg {
    width: 154px;
    height: 154px;
    border-radius: 50%;
    position: absolute;
    top: 48px;
    z-index: 0;
}
.con-step:hover .step {
    transform: scale(1.15);
    transition: all 0.3s ease-out;
}
.con-step:first-child:hover .step { box-shadow: inset 0 -10px 0 var(--cd01); }
.con-step:nth-child(2):hover .step { box-shadow: inset 0 -10px 0 var(--cd02); }
.con-step:nth-child(3):hover .step { box-shadow: inset 0 -10px 0 var(--cd03); }
.con-step:nth-child(4):hover .step { box-shadow: inset 0 -10px 0 var(--cd04); }
.con-step:nth-child(5):hover .step { box-shadow: inset 0 -10px 0 var(--cd05); }
.con-step:nth-child(6):hover .step { box-shadow: inset 0 -10px 0 var(--cd06); }
.con-step:nth-child(7):hover .step { box-shadow: inset 0 -10px 0 var(--cd07); }
.con-step h3 span { font-size: 1.2rem; }
.con-step:first-child h3 { color: var(--cd01); }
.con-step:nth-child(2) h3 { color: var(--cd02); }
.con-step:nth-child(3) h3 { color: var(--cd03); }
.con-step:nth-child(4) h3 { color: var(--cd04); }
.con-step:nth-child(5) h3 { color: var(--cd05); }
.con-step:nth-child(6) h3 { color: var(--cd06); }
.con-step:nth-child(7) h3 { color: var(--cd07); }
.con-step p {
    font-weight: 600;
    color: var(--b);
    flex-grow: 1;
}
.con-step:last-child p { 
    display: flex;
    align-items: flex-end;
}
.con-step span {
    flex-grow: 1;
}
.con-dl > *:not(div) {
    opacity: 0;
    animation: fade-scale-in 1s ease-out forwards;
    animation-timeline: view();
    animation-range: var(--r1);
}
.con-dl dt {
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: white;
    padding: 0 var(--s3);
    border-radius: 4px 4px 0 0;
}
.con-dl dd {
    color: var(--bL);
    padding: var(--s3);
    margin-bottom: var(--s3);
}
.con-dl dt:nth-of-type(10n-9) { background-color: var(--cd01); color: var(--c01); }
.con-dl dt:nth-of-type(10n-8) { background-color: var(--cd02); color: var(--c02); }
.con-dl dt:nth-of-type(10n-7) { background-color: var(--cd03); color: var(--c03); }
.con-dl dt:nth-of-type(10n-6) { background-color: var(--cd04); color: var(--c04); }
.con-dl dt:nth-of-type(10n-5) { background-color: var(--cd05); color: var(--c05); }
.con-dl dt:nth-of-type(10n-4) { background-color: var(--cd06); color: var(--c06); }
.con-dl dt:nth-of-type(10n-3) { background-color: var(--cd07); color: var(--c07); }
.con-dl dt:nth-of-type(10n-2) { background-color: var(--cd08); color: var(--c08); }
.con-dl dt:nth-of-type(10n-1) { background-color: var(--cd09); color: var(--c09); }
.con-dl dt:nth-of-type(10n) { background-color: var(--cd10); color: var(--c10); }
.con-dl dd:nth-of-type(10n-9) { background-color: var(--c01); }
.con-dl dd:nth-of-type(10n-8) { background-color: var(--c02); }
.con-dl dd:nth-of-type(10n-7) { background-color: var(--c03); }
.con-dl dd:nth-of-type(10n-6) { background-color: var(--c04); }
.con-dl dd:nth-of-type(10n-5) { background-color: var(--c05); }
.con-dl dd:nth-of-type(10n-4) { background-color: var(--c06); }
.con-dl dd:nth-of-type(10n-3) { background-color: var(--c07); }
.con-dl dd:nth-of-type(10n-2) { background-color: var(--c08); }
.con-dl dd:nth-of-type(10n-1) { background-color: var(--c09); }
.con-dl dd:nth-of-type(10n) { background-color: var(--c10); }
.con-dl::after {
  content: "";
  display: table;
  clear: both;
}
.con-name-tag {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;    
    padding: var(--s2);
}
.con-name-tag::after {
    content: "";
    height: 100%;
    border-left: 1px solid var(--oD);
    border-right: 1px solid var(--o);
    position: absolute;
    left: calc(100% + ((var(--s4) / 2) - 1px));
}
.con-name-tag span {
    font-size: 1.2rem;
    color: var(--oD);
}
.con-info-tag {
    padding: var(--s2);
}
.con-ul, .con-ul-2 {
    display: flex;
    flex-direction: column;
    gap: var(--s3);
    list-style-type: none;
}
.con-ul-2 {
    padding: var(--s3);
}
.con-ul li { 
    padding-left: var(--s3);
    opacity: 0;
    transform: translateY(50px);
    animation: slide-up 0.3s ease-out forwards;
    animation-timeline: view();
    animation-range: var(--r1);
}
.con-ul li:nth-of-type(10n-9) { border-left: 10px solid var(--cd01); }
.con-ul li:nth-of-type(10n-8) { border-left: 10px solid var(--cd02); }
.con-ul li:nth-of-type(10n-7) { border-left: 10px solid var(--cd03); }
.con-ul li:nth-of-type(10n-6) { border-left: 10px solid var(--cd04); }
.con-ul li:nth-of-type(10n-5) { border-left: 10px solid var(--cd05); }
.con-ul li:nth-of-type(10n-4) { border-left: 10px solid var(--cd06); }
.con-ul li:nth-of-type(10n-3) { border-left: 10px solid var(--cd07); }
.con-ul li:nth-of-type(10n-2) { border-left: 10px solid var(--cd08); }
.con-ul li:nth-of-type(10n-1) { border-left: 10px solid var(--cd09); }
.con-ul li:nth-of-type(10n) { border-left: 10px solid var(--cd10); }

.con-ul-2 li:nth-of-type(10n-9) { border-left: 10px solid var(--c01); }
.con-ul-2 li:nth-of-type(10n-8) { border-left: 10px solid var(--c02); }
.con-ul-2 li:nth-of-type(10n-7) { border-left: 10px solid var(--c03); }
.con-ul-2 li:nth-of-type(10n-6) { border-left: 10px solid var(--c04); }
.con-ul-2 li:nth-of-type(10n-5) { border-left: 10px solid var(--c05); }
.con-ul-2 li:nth-of-type(10n-4) { border-left: 10px solid var(--c06); }
.con-ul-2 li:nth-of-type(10n-3) { border-left: 10px solid var(--c07); }
.con-ul-2 li:nth-of-type(10n-2) { border-left: 10px solid var(--c08); }
.con-ul-2 li:nth-of-type(10n-1) { border-left: 10px solid var(--c09); }
.con-ul-2 li:nth-of-type(10n) { border-left: 10px solid var(--c10); }
.con-words {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: var(--s3);
}
.con-words span {
    padding: var(--s3);
    border-radius: 4px;
    text-align: center;
    opacity: 0;
    transform: translateY(50px);
    animation: slide-up 0.3s ease-out forwards;
    animation-timeline: view();
    animation-range: var(--r1);
}


.con-words span:nth-of-type(10n-9) { background-color: var(--c01); color: var(--cd01); }
.con-words span:nth-of-type(10n-8) { background-color: var(--c02); color: var(--cd02); }
.con-words span:nth-of-type(10n-7) { background-color: var(--c03); color: var(--cd03); }
.con-words span:nth-of-type(10n-6) { background-color: var(--c04); color: var(--cd04); }
.con-words span:nth-of-type(10n-5) { background-color: var(--c05); color: var(--cd05); }
.con-words span:nth-of-type(10n-4) { background-color: var(--c06); color: var(--cd06); }
.con-words span:nth-of-type(10n-3) { background-color: var(--c07); color: var(--cd07); }
.con-words span:nth-of-type(10n-2) { background-color: var(--c08); color: var(--cd08); }
.con-words span:nth-of-type(10n-1) { background-color: var(--c09); color: var(--cd09); }
.con-words span:nth-of-type(10n) { background-color: var(--c10); color: var(--cd10); }

.con-reminder {
    padding: var(--s2);
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: var(--s3);
    background-color: azure;
    border-radius: 8px;
    border: 1px dashed var(--oD);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.rr h3 {
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
    padding: var(--s4);
}
.rr:nth-child(2) h3 {
    color: white;
}
.rr p {
    flex-grow: 1;
    padding: 0 var(--s3) var(--s3) var(--s3);
}

article:nth-of-type(10n-9) .rr:nth-of-type(1) h3 { background-color: var(--c01); color: var(--cd01); }
article:nth-of-type(10n-9) .rr:nth-of-type(2) h3 { background-color: var(--cd01); color: var(--c01); }
article:nth-of-type(10n-8) .rr:nth-of-type(1) h3 { background-color: var(--c02); color: var(--cd02); }
article:nth-of-type(10n-8) .rr:nth-of-type(2) h3 { background-color: var(--cd02); color: var(--c02); }
article:nth-of-type(10n-7) .rr:nth-of-type(1) h3 { background-color: var(--c03); color: var(--cd03); }
article:nth-of-type(10n-7) .rr:nth-of-type(2) h3 { background-color: var(--cd03); color: var(--c03); }
article:nth-of-type(10n-6) .rr:nth-of-type(1) h3 { background-color: var(--c04); color: var(--cd04); }
article:nth-of-type(10n-6) .rr:nth-of-type(2) h3 { background-color: var(--cd04); color: var(--c04); }
article:nth-of-type(10n-5) .rr:nth-of-type(1) h3 { background-color: var(--c05); color: var(--cd05); }
article:nth-of-type(10n-5) .rr:nth-of-type(2) h3 { background-color: var(--cd05); color: var(--c05); }
article:nth-of-type(10n-4) .rr:nth-of-type(1) h3 { background-color: var(--c06); color: var(--cd06); }
article:nth-of-type(10n-4) .rr:nth-of-type(2) h3 { background-color: var(--cd06); color: var(--c06); }
article:nth-of-type(10n-3) .rr:nth-of-type(1) h3 { background-color: var(--c07); color: var(--cd07); }
article:nth-of-type(10n-3) .rr:nth-of-type(2) h3 { background-color: var(--cd07); color: var(--c07); }
article:nth-of-type(10n-2) .rr:nth-of-type(1) h3 { background-color: var(--c08); color: var(--cd08); }
article:nth-of-type(10n-2) .rr:nth-of-type(2) h3 { background-color: var(--cd08); color: var(--c08); }
article:nth-of-type(10n-1) .rr:nth-of-type(1) h3 { background-color: var(--c09); color: var(--cd09); }
article:nth-of-type(10n-1) .rr:nth-of-type(2) h3 { background-color: var(--cd09); color: var(--c09); }
article:nth-of-type(10n) .rr:nth-of-type(1) h3 { background-color: var(--c10); color: var(--cd10); }
article:nth-of-type(10n) .rr:nth-of-type(2) h3 { background-color: var(--cd10); color: var(--c10); }

.con-card {
    width: 1400px;
    padding: var(--s2);
    margin-bottom: var(--s3);
    border-radius: 8px;
    position: relative;
}
article.con-card:nth-of-type(10n-9) { background-color: var(--c01); }
article.con-card:nth-of-type(10n-8) { background-color: var(--c02); }
article.con-card:nth-of-type(10n-7) { background-color: var(--c03); }
article.con-card:nth-of-type(10n-6) { background-color: var(--c04); }
article.con-card:nth-of-type(10n-5) { background-color: var(--c05); }
article.con-card:nth-of-type(10n-4) { background-color: var(--c06); }
article.con-card:nth-of-type(10n-3) { background-color: var(--c07); }

article.con-card:nth-of-type(10n-9) svg { fill: var(--cd01); }
article.con-card:nth-of-type(10n-8) svg { fill: var(--cd02); }
article.con-card:nth-of-type(10n-7) svg { fill: var(--cd03); }
article.con-card:nth-of-type(10n-6) svg { fill: var(--cd04); }
article.con-card:nth-of-type(10n-5) svg { fill: var(--cd05); }
article.con-card:nth-of-type(10n-4) svg { fill: var(--cd06); }
article.con-card:nth-of-type(10n-3) svg { fill: var(--cd07); }

article.con-card:nth-of-type(10n-9) h3 { color: var(--cd01); }
article.con-card:nth-of-type(10n-8) h3 { color: var(--cd02); }
article.con-card:nth-of-type(10n-7) h3 { color: var(--cd03); }
article.con-card:nth-of-type(10n-6) h3 { color: var(--cd04); }
article.con-card:nth-of-type(10n-5) h3 { color: var(--cd05); }
article.con-card:nth-of-type(10n-4) h3 { color: var(--cd06); }
article.con-card:nth-of-type(10n-3) h3 { color: var(--cd07); }

.con-card-step {
    display: inline;
    float: left;
    padding: var(--s3);
    height: 150px;
    width: 150px;
}
.con-card h3 {
    display: block;
    padding: var(--s3);
}
.con-card span {
    background-color: var(--o);
    color: white;
    font-size: 1.2rem;
    line-height: 1.5rem;
    padding: 0 var(--s3);
}

/* POPUP MENU */

.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 20;
}
.popup-content {
    background-color: white;
    padding: var(--s2);
    margin: var(--s2);
    border-radius: 5px;
    text-align: center;
    color: var(--b);
}
.popup-content h3 {
    color: var(--bD);
    margin-bottom: var(--s3);
}
#resume-form {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: var(--s3);
}
#resume-form input,
#resume-form textarea {
    appearance: none;
    width: 100%;
    font-size: 1.15rem;
    padding: var(--s3);
    background-color: #ffffff;
    border: 1px solid #caced1;
    border-radius: 0.25rem;
    color: #000;
}
.close-btn {
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
    color: white;
    font-size: 1.5rem;
}
#resume-form button {
    text-align: center;
    padding: 10px;
    border: none;
    cursor: pointer;
    color: white;
    background-color: var(--oL);
}
#resume-form button:hover {
    background-color: var(--bD);
}
#resume-form label {
    font-style: italic;
    font-size: 0.9rem;
}



@media (max-width: 1400px) {

    /* STRUCTURES */

    .con-inner, .con-article, .con-card {
        width: 1200px;
    }

    /* GENERAL */

    .img-w {
        min-height: 100%;
    }

    /* HERO */

    #banner-info h1 {
        width: 100%;
    }


}
@media (max-width: 1200px) {

    /* STRUCTURES */

    .con-inner, .con-article, .con-card {
        width: 100%;
    }

    /* APPEARANCES */

    .s1 {
        box-shadow: unset;
        transform: translateY(0px);
        animation: unset;
        animation-timeline: view();
        animation-range: var(--r5);
    }
    .con-card {
        border-radius: 0px;
    }
    .con-card span {
        position: absolute;
        top: 0;
        right: 0;
    }
}

@media (max-width: 900px) {
    
    /* STRUCTURES */

    .three {
        width: calc(50% - var(--s4));
    }
    .three:nth-child(3n-2) {
        animation-range: unset
    }
    .three:nth-child(3n-1) {
        animation-range: unset
    }
    .three:nth-child(3n) {
        animation-range: unset
    }
    .three:nth-child(2n-1) {
        animation-range: var(--r1);
    }
    .three:nth-child(2n) {
        animation-range: var(--r2);
    }
}
@media (max-width: 800px) {
    :root {
        --s1: 50px;
        --s2: 20px;
        --s3: 10px;
        --s4: 4px;
    }

    /* STRUCTURES */

    .four {
        width: calc(50% - 4px);
    }
    .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);
    }

    /* GENERAL */

    h2 {
        font-size: 1.875rem;
        line-height: 1.8rem;
    }
    h3 {
        font-size: 1.5rem;
        line-height: 1.5rem;
    }
    h4 {
        font-size: 1.2rem;
        line-height: 1.2rem;
    }
}
@media (max-width: 600px) {
    :root {
        --s1: 50px;
        --s2: 20px;
        --s3: 10px;
    }

    /* HERO */

    #con-banner {
        position: relative;
    }
    #banner-info {
        background-image: var(--gr2);
        width: 100%;
        z-index: 2;
    }
    #banner-img {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        clip-path: unset;        
        animation: fade-in 1s ease-out forwards;
    }
    #banner-info h1 {
	    font-size: 2.25rem;
        line-height: 2.9rem;
    }
    .con-outer {
        background-size: cover;
    }

    /* STRUCTURES */

    .two, .three, .four {
        width: 100%;
    }
    .three:nth-child(2n-1), .three:nth-child(2n), .four:nth-child(2n-1), .four:nth-child(2n) {
        animation-range: var(--r1);
    }

    /* GENERAL */

    .credit {
        display: none;
    }
    .con-image-left, .con-image-right {
        float: unset;
        width: 100%;
        margin: 0 0 var(--s2) 0;
    }
    .img-h, .img-w {
        filter: brightness(1);
        scale: 1.2;
    }
    .con-name-tag::after {
        height: unset;
        width: calc(100% - (var(--s2) * 2));
        border-left: unset;
        border-right: unset;
        border-top: 1px solid var(--oD);
        border-bottom: 1px solid var(--o);
        left: unset;
        top: calc(100% + ((var(--s2) / 2) - 1px));
    }
}
@media screen and (orientation: landscape) and (max-height: 570px) {
    :root {
        --s1: 50px;
        --s2: 20px;
        --s3: 10px;
    }
    #con-banner {
        height: 100vh;
    }
    #banner-info h1 {
	    font-size: 2.25rem;
        line-height: 2.9rem;
    }
    .credit {
        display: none;
    }
    h2 {
        font-size: 1.875rem;
        line-height: 1.8rem;
    }
    h3 {
        font-size: 1.5rem;
        line-height: 1.5rem;
    }
    h4 {
        font-size: 1.2rem;
        line-height: 1.2rem;
    }
    .img-h, .img-w {
        filter: brightness(1);
        scale: 1.2;
    }
    .two {
        width: 100%;
    }
    .con-name-tag::after {
        height: unset;
        width: calc(100% - (var(--s2) * 2));
        border-left: unset;
        border-right: unset;
        border-top: 1px solid var(--oD);
        border-bottom: 1px solid var(--o);
        left: unset;
        top: calc(100% + ((var(--s2) / 2) - 1px))
    }
}