@font-face {
  font-family: "Gotham Book";
  src: url("/assets/fonts/gotham-light.otf");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Gotham Book";
  src: url("/assets/fonts/gotham-book.otf");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Gotham Book";
  src: url("/assets/fonts/gotham-bold.otf");
  font-style: normal;
  font-weight: bold;
}
@font-face {
  font-family: "Gotham Book";
  src: url("/assets/fonts/gotham-medium.otf");
  font-style: normal;
  font-weight: 500;
}
html {
  box-sizing: border-box;
  font-family: "Gotham Book", sans-serif;
}

*, *::before, *::after {
  box-sizing: inherit;
}

body {
  max-width: 1600px;
  margin: auto;
  color: #323333;
  line-height: 1.4;
}

a, a:visited {
  text-decoration: none;
  color: #323333;
}

img, video {
  max-width: 100%;
}

input, textarea, button {
  font-family: "Gotham Book", sans-serif;
}
input::placeholder, textarea::placeholder, button::placeholder {
  font-family: "Gotham Book", sans-serif;
  font-size: 0.8rem;
}

input[type=submit] {
  border: transparent;
  padding: 0.35em 1.4em;
  color: #fff;
  background: #009fde;
  cursor: pointer;
}

.l-footer {
  padding: 2rem 2rem 0.5rem;
  background: #efefef;
}
.l-footer .info {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-items: start;
  gap: 0;
  padding: 1rem 1rem 2rem;
}
.l-footer .logo {
  height: 3rem;
  margin-bottom: 2rem;
}
.l-footer .para {
  margin: 1.5rem 0;
}
.l-footer .link {
  display: flex;
  align-items: start;
}
.l-footer .fb-ig {
  min-width: 3rem;
}
.l-footer .p-tel {
  margin-bottom: 0;
}
.l-footer .icon {
  width: 1.2rem;
}
.l-footer .icon.location, .l-footer .icon.tel, .l-footer .icon.wa {
  margin: 0 0 0 1.75rem;
}
.l-footer .icon.ig {
  margin-right: 0.2rem;
}
.l-footer .label {
  display: inline-block;
  max-width: 25rem;
  margin-left: 1rem;
}
.l-footer .copyright {
  font-size: 0.8rem;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .l-footer .info {
    padding: 1rem 5rem 2rem;
  }
}
@media screen and (min-width: 1285px) {
  .l-footer {
    padding: 0.5rem;
  }
  .l-footer .info {
    flex-direction: row;
    align-items: center;
    gap: 3rem;
  }
  .l-footer .logo {
    height: 4rem;
    margin: 0;
  }
  .l-footer .para {
    margin: revert;
  }
  .l-footer .p-tel {
    margin-bottom: revert;
  }
  .l-footer .icon.location, .l-footer .icon.tel {
    margin: 0 0.25rem 0 0;
  }
  .l-footer .icon.wa {
    margin: 0 1.85rem 0 0;
  }
}

.page-home .section-hero {
  position: relative;
}
.page-home .section-hero .bg {
  display: none;
}
.page-home .section-hero .text {
  padding: 1rem 2rem;
  text-align: center;
  background: #009fde;
}
.page-home .section-hero .l1, .page-home .section-hero .l2, .page-home .section-hero .l3 {
  margin: 0;
  font-weight: bold;
}
.page-home .section-hero .l1, .page-home .section-hero .l2 {
  color: #fff;
  font-size: 1.6rem;
}
.page-home .section-hero .l3 {
  color: #fff100;
  font-size: 1.2rem;
}
.page-home .section-hero .image {
  display: block;
}
.page-home .section-teachers {
  position: relative;
  margin: 5% 0;
}
.page-home .section-teachers .text {
  padding: 1rem 1rem 2.5rem;
  text-align: center;
  line-height: 1;
  letter-spacing: -0.1rem;
  color: #fff;
  background: linear-gradient(-90deg, #7c93a4, #a5bece 60%);
}
.page-home .section-teachers .l1, .page-home .section-teachers .l2, .page-home .section-teachers .l3, .page-home .section-teachers .l4 {
  margin: 0.15rem 0;
}
.page-home .section-teachers .l1 {
  font-size: 3.5rem;
  font-weight: 300;
}
.page-home .section-teachers .l2 {
  font-size: 1rem;
  font-weight: 500;
}
.page-home .section-teachers .l3, .page-home .section-teachers .l4 {
  font-size: 2rem;
  font-weight: bold;
}
.page-home .section-teachers .image {
  clip-path: inset(40% 0 0 0);
  margin-top: -40%;
}
.page-home .schedule {
  padding: 0 5% 10%;
}
.page-home .day {
  margin: 6rem 0 1.5rem;
  font-size: 4rem;
  font-weight: bold;
  color: #4d4c4d;
  text-align: center;
  text-transform: uppercase;
}
.page-home .session {
  display: flex;
  flex-flow: column;
  gap: 0.5rem;
  margin: 0.5rem 0.5rem 3.5rem;
}
.page-home .info {
  display: grid;
  grid-template: auto auto auto/auto;
  border-radius: 1rem;
  width: 100%;
  background: #e6e6e6;
  overflow: auto;
}
.page-home .speaker {
  padding: 0.75rem 2rem 2rem;
  font-weight: 500;
}
.page-home .speaker .name {
  color: #009fde;
  margin: 1rem 0 0.35rem;
  font-size: 1.6rem;
}
.page-home .speaker .designation {
  margin: 0;
}
.page-home .sep {
  margin: 0 2rem;
  border-bottom: 1px solid #888;
}
.page-home .title {
  padding: 2rem 2rem 2.5rem;
  margin: 0;
  background: #e6e6e6;
  font-weight: 500;
}
.page-home .btn-group {
  display: flex;
  justify-content: space-evenly;
  gap: 0.5rem;
}
.page-home .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 0.75rem;
  border: 0;
  border-radius: 1rem;
  width: 100%;
  background: #009fde;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  outline: 0;
  cursor: pointer;
  transition: opacity 0.1s;
}
.page-home .btn:hover {
  opacity: 0.8;
}
.page-home .btn[href="javascript:void(0)"] {
  background: #e6e6e6;
  cursor: initial;
}
.page-home .btn:hover[href="javascript:void(0)"] {
  opacity: 1;
}
@media screen and (min-width: 600px) {
  .page-home .section-teachers .text {
    position: absolute;
    top: 3%;
    left: 0;
    right: 0;
    padding: 0;
    margin: 1rem 1rem 2.5rem;
    background: initial;
  }
  .page-home .section-teachers .l1 {
    font-size: 4rem;
    letter-spacing: -0.2rem;
  }
  .page-home .section-teachers .l2 {
    font-size: 1.5rem;
  }
  .page-home .section-teachers .l3, .page-home .section-teachers .l4 {
    font-size: 2.5rem;
  }
  .page-home .section-teachers .image {
    clip-path: initial;
    margin-top: 0;
  }
  .page-home .info {
    grid-template: auto auto auto/1.5fr 2.5fr;
  }
  .page-home .speaker {
    align-self: center;
    padding: 0.25rem 1rem 2rem 2rem;
  }
  .page-home .portrait {
    grid-row: 1/span 2;
    border-radius: 0 0 0.25rem 0;
  }
  .page-home .sep {
    grid-column: 2;
  }
  .page-home .title {
    grid-column: 1/span 2;
    text-align: center;
  }
}
@media screen and (min-width: 700px) {
  .page-home .speaker {
    align-self: center;
    padding: 0.25rem 2rem 2rem;
  }
}
@media screen and (min-width: 750px) {
  .page-home .section-teachers {
    margin: 5% 10%;
  }
}
@media screen and (min-width: 900px) {
  .page-home .section-hero .bg {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: #009fde;
    mix-blend-mode: multiply;
  }
  .page-home .section-hero .text {
    width: 50%;
    background: initial;
  }
  .page-home .section-hero .text, .page-home .section-hero .bg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.5rem 2rem;
    margin: auto;
    max-width: 35rem;
    letter-spacing: -0.1rem;
  }
  .page-home .section-hero .l1, .page-home .section-hero .l2, .page-home .section-hero .l3 {
    position: relative;
    z-index: 20;
  }
  .page-home .section-hero .l1, .page-home .section-hero .l2 {
    margin-bottom: 0.4rem;
    font-size: 2.5rem;
  }
  .page-home .section-hero .l3 {
    padding: 0 2rem;
    font-size: 1.6rem;
  }
  .page-home .section-hero .l1, .page-home .section-hero .l3 {
    line-height: 1.1;
  }
  .page-home .section-hero .l2 {
    line-height: 0.8;
  }
  .page-home .section-teachers .text {
    top: 5%;
  }
  .page-home .day {
    font-size: 4rem;
  }
  .page-home .session {
    flex-flow: row;
    margin: 0.5rem;
  }
  .page-home .info {
    grid-template: 1fr/auto 2fr auto 2fr;
  }
  .page-home .portrait {
    height: 13rem;
  }
  .page-home .speaker {
    align-self: initial;
    padding: 1rem 1.5rem 2rem 2rem;
  }
  .page-home .speaker .name {
    font-size: 1.2rem;
  }
  .page-home .speaker .designation {
    font-size: 0.8rem;
  }
  .page-home .sep {
    grid-column: 3;
    border: 0;
    border-right: 1px solid #888;
    margin: 1.5rem 0;
  }
  .page-home .title {
    grid-column: 4;
    align-self: center;
    font-size: 0.8rem;
    text-align: initial;
  }
  .page-home .btn-group {
    flex-direction: column;
    flex-shrink: 10;
    width: 20%;
  }
  .page-home .btn {
    padding: 1.5rem 1rem;
    text-align: left;
  }
}
@media screen and (min-width: 950px) {
  .page-home .section-teachers .l1 {
    font-size: 4.75rem;
  }
  .page-home .section-teachers .l2 {
    font-size: 1.5rem;
  }
  .page-home .section-teachers .l3, .page-home .section-teachers .l4 {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1080px) {
  .page-home .section-hero .l3 {
    padding: 0 4rem;
  }
  .page-home .section-teachers .text {
    top: 7%;
  }
  .page-home .section-teachers .l1 {
    font-size: 5.5rem;
  }
  .page-home .section-teachers .l2 {
    font-size: 2rem;
  }
  .page-home .section-teachers .l3, .page-home .section-teachers .l4 {
    font-size: 3rem;
  }
  .page-home .speaker {
    padding: 1rem 2rem;
  }
  .page-home .speaker .designation {
    font-size: 1rem;
  }
  .page-home .title {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .page-home .section-hero .l1, .page-home .section-hero .l2 {
    font-size: 3.5rem;
  }
  .page-home .section-hero .l3 {
    font-size: 1.8rem;
  }
  .page-home .section-teachers .l1 {
    font-size: 6rem;
  }
  .page-home .section-teachers .l2 {
    font-size: 2rem;
  }
  .page-home .section-teachers .l3, .page-home .section-teachers .l4 {
    font-size: 3.25rem;
  }
  .page-home .btn {
    font-size: 1.2rem;
  }
  .page-home .speaker .name {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1280px) {
  .page-home .portrait {
    border-radius: 0;
  }
}
@media screen and (min-width: 1350px) {
  .page-home .section-teachers .l1 {
    font-size: 6.5rem;
  }
  .page-home .section-teachers .l2 {
    font-size: 2rem;
  }
  .page-home .section-teachers .l3, .page-home .section-teachers .l4 {
    font-size: 3.5rem;
  }
}

.page-auth {
  position: relative;
  height: 100vh;
  background: radial-gradient(circle, #fff 20%, #009fde);
}
.page-auth .center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 1rem 1rem 1rem 1rem;
}
.page-auth .logo {
  display: block;
  margin: 2.5rem auto;
  max-width: 20rem;
}
.page-auth .header {
  color: #555;
  text-align: center;
}
.page-auth .form {
  display: flex;
  flex-flow: column;
  gap: 1rem;
  max-width: 25rem;
}
.page-auth .label {
  display: block;
}
.page-auth .input {
  padding: 0.75rem 0.5rem;
  border: 1px solid #000;
  border-radius: 0.25rem;
  width: 100%;
}
.page-auth .submit {
  padding: 1rem;
  border-radius: 0.25rem;
  width: 100%;
  font-size: 1.4rem;
  transition: opacity 0.1s;
}
.page-auth .submit:hover {
  opacity: 0.8;
}
.page-auth .link {
  text-decoration: underline;
}

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