@charset "UTF-8";
/*
00. VARIABLES
01. TOOLS
02. GLOBALS
03. ELEMENTS
04. OBJECTS
05. COMPONENTS
06. UTILITIES
*/
/* VARIABLES */
/* VARIABLES
===========================================

===========================================*/
/* Border radius */
/* Font sizes (generated from https://www.fluid-type-scale.com/calculate?minFontSize=20&minWidth=400&minRatio=1.125&maxFontSize=22&maxWidth=1280&maxRatio=1.25&steps=s%2Cbase%2Cl%2Cxl%2C2xl%2C3xl&baseStep=base&prefix=font-size&decimals=2&useRems=on&remValue=16&previewFont=Inter */
/* nav height */
/* Line heights */
/* Flow space */
/* GLOBALS */
/* GLOBALS
===========================================
===========================================*/
@import url("https://fonts.googleapis.com/css2?family=Source+Code+Pro&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

h3, h4 {
  margin: 2em 0 1em;
}

ul,
ol {
  margin: 0.75em 0;
}

li {
  margin: 0.25em 0 0.25em 2em;
}

body {
  background-color: hsl(0, 0%, 100%);
  font-family: sans-serif;
  font-weight: 400;
  font-size: clamp(0.88rem, 0.74vi + 0.73rem, 1.38rem);
  line-height: 1.45;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

article > * + *,
.flow > * + * {
  margin-top: 1.5em;
}

input,
button,
textarea,
select {
  font: inherit;
}

/**
 * 1. Fluid images for responsive purposes.
 * 2. Setting `vertical-align` removes the whitespace that appears under `img`
 *    elements when they are dropped into a page as-is. Safer alternative to
 *    using `display: block;`.
 */
/**
 * 1. If a `width` and/or `height` attribute have been explicitly defined, let’s
 *    not make the image fluid.
 */
img[width],
img[height] { /* [1] */
  max-width: none;
}

/* Skip link */
[href="#main"] {
  display: inline-block;
  padding: 1rem;
  color: #fff;
  background-color: #007bff;
  position: absolute;
  top: -10rem;
}

[href="#main"]:focus {
  position: absolute;
  z-index: 1;
  top: 0;
  outline: none;
}

figcaption {
  font-size: 0.9rem;
  font-style: italic;
}

.visually-hidden {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(0 0 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}

p {
  margin: 0.75em 0 0.75em;
}

section {
  padding-top: 30px;
  padding-bottom: 60px;
}

/* CSS */
.btn {
  align-items: center;
  appearance: button;
  background-color: #007bff;
  border-radius: 8px;
  border-style: none;
  box-shadow: rgba(255, 255, 255, 0.26) 0 1px 2px inset;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  padding: 10px 21px;
  text-align: center;
  text-transform: none;
  transition: color 0.13s ease-in-out, background 0.13s ease-in-out, opacity 0.13s ease-in-out, box-shadow 0.13s ease-in-out;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  display: inline-block;
  text-decoration: none;
}

.btn:active {
  background-color: #5A6169;
  color: #fff;
}

.btn:hover {
  background-color: #5A6169;
  color: #fff;
}

a {
  text-decoration: none;
  color: #007bff;
}

a.active {
  color: #5A6169;
}

a:hover {
  color: #5A6169;
}

main a[href^="/"]::after {
  font-family: "Source Code Pro", monospace;
  font-size: clamp(0.88rem, 0.74vi + 0.73rem, 1.38rem);
  content: "›";
  margin-left: 1px;
}

a[href*="//"]::after {
  font-family: "Source Code Pro", monospace;
  font-size: clamp(0.88rem, 0.74vi + 0.73rem, 1.38rem);
  content: "↗";
  margin-left: 2px;
}

blockquote {
  margin: 15px;
  padding: 15px 30px;
  font-style: italic;
  background-color: #f8f9fa;
  border-radius: 0.25rem;
}

details {
  margin: 15px 0;
}
details summary {
  font-weight: 600;
  color: #adb5bd;
}
details table {
  margin: 15px 0;
  width: 100%;
  border-spacing: 0;
}
details table tr {
  padding: 7.5px 0;
}
details table tr:nth-child(2n+1) {
  background-color: #f8f9fa;
}
details table tr td {
  padding: 8px;
}
details table tr td:first-child {
  font-weight: 600;
}

code {
  font-family: "Source Code Pro", monospace;
  color: #fb7906;
  font-size: 0.9em;
}

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/* Remove default margin in favour of better control in authored CSS */
body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
  margin-block-end: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
/* ul[role='list'],
ol[role='list'] {
  list-style: none;
} */
/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
}

/* Set shorter line heights on headings and interactive elements */
h1, h2, h3, h4,
button, input, label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
h1, h2,
h3, h4 {
  text-wrap: balance;
}

/* A elements that don't have a class get default styles */
/* a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
} */
/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input, button,
textarea, select {
  font-family: inherit;
  font-size: inherit;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

/* Hidden */
[hidden] {
  display: none;
}

/**
  * Prevent `sub` and `sup` elements from affecting the line height in
  * all browsers.
  */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
/* code, */
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

.section-content {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .section-content {
    max-width: 1028px;
  }
}
@media (max-width: 1068px) {
  .section-content {
    max-width: 715px;
  }
}
@media (max-width: 735px) {
  .section-content {
    max-width: 87.5%;
  }
}

.row {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.row .col {
  width: 100%;
}

.large-1 {
  max-width: 8.3333333333%;
  flex-basis: 8.3333333333%;
}

.large-offset-1 {
  margin-left: 8.3333333333%;
}

.large-2 {
  max-width: 16.6666666667%;
  flex-basis: 16.6666666667%;
}

.large-offset-2 {
  margin-left: 16.6666666667%;
}

.large-3 {
  max-width: 25%;
  flex-basis: 25%;
}

.large-offset-3 {
  margin-left: 25%;
}

.large-4 {
  max-width: 33.3333333333%;
  flex-basis: 33.3333333333%;
}

.large-offset-4 {
  margin-left: 33.3333333333%;
}

.large-5 {
  max-width: 41.6666666667%;
  flex-basis: 41.6666666667%;
}

.large-offset-5 {
  margin-left: 41.6666666667%;
}

.large-6 {
  max-width: 50%;
  flex-basis: 50%;
}

.large-offset-6 {
  margin-left: 50%;
}

.large-7 {
  max-width: 58.3333333333%;
  flex-basis: 58.3333333333%;
}

.large-offset-7 {
  margin-left: 58.3333333333%;
}

.large-8 {
  max-width: 66.6666666667%;
  flex-basis: 66.6666666667%;
}

.large-offset-8 {
  margin-left: 66.6666666667%;
}

.large-9 {
  max-width: 75%;
  flex-basis: 75%;
}

.large-offset-9 {
  margin-left: 75%;
}

.large-10 {
  max-width: 83.3333333333%;
  flex-basis: 83.3333333333%;
}

.large-offset-10 {
  margin-left: 83.3333333333%;
}

.large-11 {
  max-width: 91.6666666667%;
  flex-basis: 91.6666666667%;
}

.large-offset-11 {
  margin-left: 91.6666666667%;
}

.large-12 {
  max-width: 100%;
  flex-basis: 100%;
}

.large-offset-12 {
  margin-left: 100%;
}

@media (max-width: 1068px) {
  .medium-1 {
    max-width: 8.3333333333%;
    flex-basis: 8.3333333333%;
  }
  .medium-offset-0 {
    margin-left: 0;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .medium-2 {
    max-width: 16.6666666667%;
    flex-basis: 16.6666666667%;
  }
  .medium-offset-0 {
    margin-left: 0;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .medium-3 {
    max-width: 25%;
    flex-basis: 25%;
  }
  .medium-offset-0 {
    margin-left: 0;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-4 {
    max-width: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
  .medium-offset-0 {
    margin-left: 0;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .medium-5 {
    max-width: 41.6666666667%;
    flex-basis: 41.6666666667%;
  }
  .medium-offset-0 {
    margin-left: 0;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .medium-6 {
    max-width: 50%;
    flex-basis: 50%;
  }
  .medium-offset-0 {
    margin-left: 0;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-7 {
    max-width: 58.3333333333%;
    flex-basis: 58.3333333333%;
  }
  .medium-offset-0 {
    margin-left: 0;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .medium-8 {
    max-width: 66.6666666667%;
    flex-basis: 66.6666666667%;
  }
  .medium-offset-0 {
    margin-left: 0;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .medium-9 {
    max-width: 75%;
    flex-basis: 75%;
  }
  .medium-offset-0 {
    margin-left: 0;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-10 {
    max-width: 83.3333333333%;
    flex-basis: 83.3333333333%;
  }
  .medium-offset-0 {
    margin-left: 0;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .medium-11 {
    max-width: 91.6666666667%;
    flex-basis: 91.6666666667%;
  }
  .medium-offset-0 {
    margin-left: 0;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .medium-12 {
    max-width: 100%;
    flex-basis: 100%;
  }
  .medium-offset-0 {
    margin-left: 0;
  }
  .medium-offset-12 {
    margin-left: 100%;
  }
}
@media (max-width: 735px) {
  .small-1 {
    max-width: 8.3333333333%;
    flex-basis: 8.3333333333%;
  }
  .small-offset-0 {
    margin-left: 0;
  }
  .small-offset-1 {
    margin-left: 8.3333333333%;
  }
  .small-2 {
    max-width: 16.6666666667%;
    flex-basis: 16.6666666667%;
  }
  .small-offset-0 {
    margin-left: 0;
  }
  .small-offset-2 {
    margin-left: 16.6666666667%;
  }
  .small-3 {
    max-width: 25%;
    flex-basis: 25%;
  }
  .small-offset-0 {
    margin-left: 0;
  }
  .small-offset-3 {
    margin-left: 25%;
  }
  .small-4 {
    max-width: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
  .small-offset-0 {
    margin-left: 0;
  }
  .small-offset-4 {
    margin-left: 33.3333333333%;
  }
  .small-5 {
    max-width: 41.6666666667%;
    flex-basis: 41.6666666667%;
  }
  .small-offset-0 {
    margin-left: 0;
  }
  .small-offset-5 {
    margin-left: 41.6666666667%;
  }
  .small-6 {
    max-width: 50%;
    flex-basis: 50%;
  }
  .small-offset-0 {
    margin-left: 0;
  }
  .small-offset-6 {
    margin-left: 50%;
  }
  .small-7 {
    max-width: 58.3333333333%;
    flex-basis: 58.3333333333%;
  }
  .small-offset-0 {
    margin-left: 0;
  }
  .small-offset-7 {
    margin-left: 58.3333333333%;
  }
  .small-8 {
    max-width: 66.6666666667%;
    flex-basis: 66.6666666667%;
  }
  .small-offset-0 {
    margin-left: 0;
  }
  .small-offset-8 {
    margin-left: 66.6666666667%;
  }
  .small-9 {
    max-width: 75%;
    flex-basis: 75%;
  }
  .small-offset-0 {
    margin-left: 0;
  }
  .small-offset-9 {
    margin-left: 75%;
  }
  .small-10 {
    max-width: 83.3333333333%;
    flex-basis: 83.3333333333%;
  }
  .small-offset-0 {
    margin-left: 0;
  }
  .small-offset-10 {
    margin-left: 83.3333333333%;
  }
  .small-11 {
    max-width: 91.6666666667%;
    flex-basis: 91.6666666667%;
  }
  .small-offset-0 {
    margin-left: 0;
  }
  .small-offset-11 {
    margin-left: 91.6666666667%;
  }
  .small-12 {
    max-width: 100%;
    flex-basis: 100%;
  }
  .small-offset-0 {
    margin-left: 0;
  }
  .small-offset-12 {
    margin-left: 100%;
  }
}
.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.align-stretch {
  align-items: stretch;
}

.align-start {
  align-items: flex-start;
}

.align-center {
  align-items: center;
}

.align-end {
  align-items: flex-end;
}

header {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: rgba(255, 255, 255, 0.8);
  height: 67px;
}
header .section-content {
  display: flex;
  align-items: center;
}
@media (max-width: 735px) {
  header .section-content {
    flex-direction: column;
    align-items: start;
  }
}
header nav {
  flex-grow: 1;
  text-align: left;
  font-size: clamp(0.78rem, 0.48vi + 0.68rem, 1.1rem);
  display: flex;
  gap: 1em;
}
header h1 {
  margin-right: 1em;
}
header .logo.img {
  width: 122px;
  height: 21px;
  display: inline;
}

.section-hero {
  background-image: url("/images/home/pexels-allan-mas-5623742.jpg");
  background-size: cover;
  height: calc(100vh - 80px);
}
.section-hero .section-content {
  height: 100%;
  color: #fff;
}
.section-hero .section-content .welcome-copy {
  font-size: clamp(1.11rem, 1.54vi + 0.8rem, 2.15rem);
}
.section-hero .hero-logo {
  width: 50%;
  margin: 0 auto;
}

footer {
  background-color: #e9ecef;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: clamp(0.78rem, 0.48vi + 0.68rem, 1.1rem);
  height: 56px;
}
footer .logo {
  width: 50px;
  height: 14px;
}
footer .footer-content {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
footer .mail-icon {
  position: relative;
  top: 2px;
}
footer .breadcrumbs {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
footer .breadcrumbs a {
  color: #000;
}
footer .breadcrumbs .caret {
  font-family: "Source Code Pro", monospace;
  font-size: clamp(0.88rem, 0.74vi + 0.73rem, 1.38rem);
}

.home h2 {
  font-size: clamp(1.25rem, 2.13vi + 0.82rem, 2.69rem);
  margin: 0.5em 0;
}
.home .section-program {
  background-color: #eef4e6;
}
.home .section-program .card-grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 300px 1fr 280px 1fr;
  grid-template-rows: 480px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.home .section-program .card-grid .card {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 15px;
}
.home .section-program .card-program {
  grid-area: 1/2/2/3;
  background-image: url("/images/home/program-stock.jpg");
  width: 100%;
  background-size: cover;
}
.home .section-program .card-ntk {
  grid-area: 1/4/2/5;
  background-image: url("/images/home/ntk-stock.jpg");
  width: 100%;
  background-size: cover;
  background-position: center;
}
.home .section-awards .awards-grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: px;
  grid-row-gap: 0px;
}
.home .section-mid-gallery {
  display: flex;
}
.home .section-mid-gallery .gallery-img {
  width: 20%;
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.home .section-mid-gallery .gallery-img-1 {
  background-image: url("/images/home/mid-gallery/gallery-1.jpeg");
}
.home .section-mid-gallery .gallery-img-2 {
  background-image: url("/images/home/mid-gallery/gallery-2.jpeg");
}
.home .section-mid-gallery .gallery-img-3 {
  background-image: url("/images/home/mid-gallery/gallery-3.jpeg");
}
.home .section-mid-gallery .gallery-img-4 {
  background-image: url("/images/home/mid-gallery/gallery-4.jpeg");
}
.home .section-mid-gallery .gallery-img-5 {
  background-image: url("/images/home/mid-gallery/gallery-5.jpeg");
}
.home .section-testimonials .testimonials-list {
  list-style-type: none;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}
@media (max-width: 735px) {
  .home .section-testimonials .testimonials-list {
    display: flex;
    flex-direction: column;
  }
}
.home .section-testimonials .testimony {
  margin: 0;
  padding: 15px;
  display: flex;
  align-items: center;
}
.home .section-testimonials .testimony-4 {
  grid-area: 1/2/2/3;
  background-color: #bad19c;
}
.home .section-testimonials .testimony-1 {
  grid-area: 1/1/2/2;
  background-color: #325504;
  color: #fff;
}
.home .section-testimonials .testimony-3 {
  grid-area: 2/1/3/3;
  background-color: #98bb6a;
}
.home .section-testimonials .testimony-2 {
  grid-area: 1/3/3/4;
  background-color: #427106;
  color: #fff;
}
.home .section-sign-up .row {
  row-gap: 30px;
}
.home .section-sign-up .my-family-logo {
  display: inline-block;
}
.home .section-sign-up .registration-form {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.home .section-sign-up .registration-form .inputs {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 15px;
}
.home .section-contact {
  background-color: #75a439;
  color: #fff;
}
.home .section-contact a:hover {
  color: #eef4e6;
}
@media (max-width: 1068px) {
  .home .section-contact .row {
    flex-wrap: wrap;
    row-gap: 30px;
  }
}
.home .full-width-landscape {
  background-image: url("/images/home/landscape.jpg");
  height: 400px;
  width: 100%;
  background-size: cover;
  background-position: center;
}

article {
  margin-top: 30px;
  margin-bottom: 60px;
  text-align: left;
}
article .date {
  font-weight: 100;
}
article .note-icon {
  color: #007bff;
}
article .note-btn {
  color: #007bff;
  margin-left: 4px;
  cursor: context-menu;
}
article .note-container {
  font-weight: 100;
  background-color: #f8f9fa;
  transition: max-height 0.3s ease-out;
  max-height: 300px;
  margin: 0;
  border-radius: 0.25rem;
}
article .note-container p {
  padding: 0.75em;
  margin: 0;
  opacity: 1;
  transition: opacity 0.5s ease-out;
}
article .note-container.hidden {
  max-height: 0;
  overflow: hidden;
  margin: 0;
}
article .note-container.hidden p {
  opacity: 0;
}

.no-js article .note-container.hidden {
  max-height: 300px;
  margin: 0;
  overflow: auto;
  animation-name: appear;
  animation-duration: 10s;
  animation-direction: normal;
}
.no-js article .note-container.hidden p {
  opacity: 1;
}

@keyframes appear {
  0% {
    max-height: 0;
    margin: 0;
    overflow: hidden;
    opacity: 0;
  }
  99% {
    max-height: 0;
    margin: 0;
    overflow: hidden;
    opacity: 0;
  }
  100% {
    max-height: 300px;
    margin: 0;
    overflow: auto;
    opacity: 1;
  }
}
.secondary-title {
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 15px;
  background-color: #5A6169;
  color: #fff;
  font-size: clamp(1.4rem, 2.9vi + 0.82rem, 3.36rem);
  padding: 30px 0;
}

body {
  font-family: system-ui, sans-serif;
  background-color: #fff;
  font-size: clamp(0.78rem, 0.48vi + 0.68rem, 1.1rem);
}
body main {
  min-height: calc(100vh - 123px);
  padding-top: 25px;
}

.dev * {
  border: 1px solid hsla(80, 61%, 50%, 0.5);
}

/*# sourceMappingURL=main.css.map */
