html {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

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

input,
textarea,
select,
button {
  outline: none;
}

input {
  line-height: normal;
}

label,
button {
  cursor: pointer;
}

a {
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  line-height: 1;
  max-width: 1920px;
  margin: 0 auto;
}

input,
button,
textarea,
select {
  font-size: 14px;
  outline: none;
  border: 0;
}

input {
  line-height: normal;
}

section[id] {
  scroll-margin-top: 30px;
}

a {
  color: inherit;
}

.hero {
  margin-top: 80px;
  background-image: url(/public/hero-bg.svg);
  background-repeat: repeat-y;
  width: 100%;
  background-size: contain;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .hero {
    margin-top: 64px;
  }
}
.hero-container {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .hero-container {
    flex-direction: column-reverse;
  }
}
.hero-content {
  flex: 1 1 0%;
  max-width: 653px;
  width: 100%;
}
@media screen and (min-width: 1180px) {
  .hero-content {
    padding: 40px 0;
  }
}
.hero-content-sub-title {
  font-size: 28.58px;
  font-weight: 600;
  line-height: 41.45px;
  color: black;
}
@media screen and (max-width: 1180px) {
  .hero-content-sub-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 23.2px;
    text-align: center;
  }
}
.hero-content-title {
  font-size: 74px;
  font-weight: 700;
  line-height: 87.66px;
  color: #3db54a;
  margin: 14px 0 28px 0;
  position: relative;
}
@media screen and (max-width: 1180px) {
  .hero-content-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 46px;
    text-align: center;
    margin: 0 0 12px 0;
  }
}
.hero-content-lines {
  position: absolute;
  bottom: -20px;
  left: 0;
  max-width: 595px;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 1180px) {
  .hero-content-lines {
    bottom: -12px;
  }
}
.hero-content-desc {
  font-size: 28.58px;
  font-weight: 400;
  line-height: 47.16px;
  color: #000000;
}
@media screen and (max-width: 1180px) {
  .hero-content-desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 26.4px;
    text-align: center;
  }
}
.hero-content-btn {
  margin-top: 42px;
}
@media screen and (max-width: 1180px) {
  .hero-content-btn {
    margin: 20px 0;
    display: flex;
    justify-content: center;
  }
}
.hero-image {
  flex: 1 1 0%;
  aspect-ratio: 1/1;
  margin-top: 12px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .hero-image {
    margin-left: -60px;
    margin-top: 20px;
    margin-bottom: -20px;
  }
}

.choose {
  background-image: url(/public/bg.png);
  background-repeat: repeat-y;
  width: 100%;
  background-size: contain;
}
.choose-container {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .choose-container {
    padding: 24px 0 !important;
  }
}
.choose-cards {
  margin: 72px 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .choose-cards {
    display: block;
    margin: 12px 0;
  }
  .choose-cards > :not(:last-child) {
    margin-bottom: 12px;
  }
}
.choose-card {
  display: flex;
  flex: 1 1 0%;
  background: linear-gradient(103.71deg, #fff9ef 4.11%, #fde2c0 90.92%);
  border-radius: 8px;
  padding: 24px;
}
@media screen and (max-width: 768px) {
  .choose-card {
    padding: 12px;
  }
}
.choose-card-icon {
  width: 150px;
  height: 150px;
  margin-right: 16px;
}
@media screen and (max-width: 768px) {
  .choose-card-icon {
    width: 72px;
    height: 72px;
    margin-right: 12px;
  }
}
.choose-card-desc {
  padding-top: 24px;
  font-size: 24px;
  font-weight: 600;
  line-height: 40.8px;
  color: rgba(0, 0, 0, 0.8588235294);
}
.choose-card-desc > span {
  font-weight: 700;
  color: #ff5924;
}
@media screen and (max-width: 768px) {
  .choose-card-desc {
    padding-top: 8px;
    font-size: 15px;
    font-weight: 600;
    line-height: 23.25px;
  }
  .choose-card-desc > span {
    font-weight: 700;
    color: #ff5924;
  }
}
.choose-iframe {
  width: 100%;
  display: none;
  aspect-ratio: 690/388;
}
.choose-videos {
  display: grid;
  width: 100%;
  grid-auto-columns: minmax(0, 1fr);
  grid-auto-flow: column;
  gap: 12px;
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .choose-videos {
    padding: 0 !important;
    display: block;
    margin-bottom: 20px;
  }
  .choose-videos > :not(:last-child) {
    margin-right: 0;
    margin-bottom: 12px;
  }
}
.choose-video {
  position: relative;
  background-color: #349a00;
  border-radius: 2px;
  height: 100%;
  padding: 10px;
  flex: 1 1 0%;
  aspect-ratio: 690/388;
  width: 100%;
}

.platform {
  position: relative;
}
.platform-container {
  display: flex;
  align-items: center;
  margin: 72px 0 100px 0;
}
.platform-container > :not(:last-child) {
  margin-right: 14px;
}
@media screen and (max-width: 768px) {
  .platform-container {
    display: block;
    margin: 16px 0 24px 0;
  }
}
.platform-title {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .platform-title {
    margin-top: 32px !important;
  }
}
.platform-img {
  width: 50%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .platform-img {
    width: 100%;
    padding: 0 16px;
  }
}
.platform-content {
  max-width: 690px;
  width: 100%;
  padding: 0 16px;
}
.platform-content > :not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .platform-content {
    margin-top: 24px;
  }
  .platform-content > :not(:last-child) {
    margin-bottom: 12px;
  }
}
.platform-dots {
  position: absolute;
  top: 100px;
  right: 60px;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .platform-dots {
    top: -20px;
    right: 0;
    height: 111px;
    aspect-ratio: 1/1;
  }
}
.platform-card {
  display: flex;
  padding: 32px 24px 24px;
  background-color: #fbfbfb;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .platform-card {
    padding: 20px 12px;
  }
}
.platform-card-icon {
  height: 36px;
  width: 36px;
  margin-right: 16px;
}
@media screen and (max-width: 768px) {
  .platform-card-icon {
    height: 26px;
    width: 26px;
    margin-right: 12px;
  }
}
.platform-card-desc {
  color: #000000;
  font-size: 24px;
  font-weight: 500;
  line-height: 34.8px;
}
@media screen and (max-width: 768px) {
  .platform-card-desc {
    font-size: 16px;
    font-weight: 600;
    line-height: 23.2px;
  }
}

.review {
  background: linear-gradient(103.71deg, rgba(253, 221, 174, 0.1) 4.11%, rgba(249, 160, 45, 0.1) 90.92%);
  overflow: hidden;
  position: relative;
  background-repeat: repeat-y;
  width: 100%;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .review {
    margin: 24px 0;
  }
}
.review-circle {
  position: absolute;
  top: -40px;
  right: -40px;
  z-index: -1;
}
.review-container {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .review-container {
    padding: 24px 0 !important;
  }
}
.review-title {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .review-title {
    margin-bottom: 24px;
  }
}
.review-videos {
  display: flex;
  margin-bottom: 36px;
}
.review-videos > :not(:last-child) {
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .review-videos {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .review-videos > :not(:last-child) {
    margin-right: 0;
    margin-bottom: 42px;
  }
}
.review-iframe {
  width: 100%;
  height: 100%;
  display: none;
}
.review-video {
  position: relative;
  flex: 1 1 0%;
  width: 100%;
  aspect-ratio: 690/388;
}
.review-video-desc {
  color: black;
  background-color: white;
  margin: 24px 96px 0 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 86px;
  box-shadow: 24px 24px #ff5924;
  font-size: 26px;
  font-weight: 600;
  line-height: 37.7px;
}
@media screen and (max-width: 768px) {
  .review-video-desc {
    margin: 12px 49px 0 25px;
    height: 55px;
    box-shadow: 12px 12px #ff5924;
    font-size: 16px;
    font-weight: 600;
    line-height: 23.2px;
  }
}

.feedback {
  position: relative;
}
@media screen and (max-width: 768px) {
  .feedback {
    margin: 24px 0;
  }
}
.feedback-content {
  margin: 64px 0 60px 0;
}
@media screen and (max-width: 768px) {
  .feedback-content {
    margin: 24px 0;
  }
}
.feedback-container {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .feedback-container {
    padding: 24px 0 !important;
  }
}
.feedback-title {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .feedback-title {
    margin-bottom: 24px;
  }
}
.feedback-img {
  aspect-ratio: 1/1;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .uk-child-width-mobile > * {
    width: 80%;
  }
}
.footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .footer {
    display: block;
    padding: 24px 0;
  }
}
.footer-logo {
  height: 86px;
}
@media screen and (max-width: 768px) {
  .footer-logo {
    height: 72px;
  }
}
.footer-name {
  padding: 12px 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 39.6px;
  color: black;
}
@media screen and (max-width: 768px) {
  .footer-name {
    font-size: 16px;
    font-weight: 600;
    line-height: 26.4px;
  }
}
.footer-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 23.2px;
  color: rgba(0, 0, 0, 0.6509803922);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .footer-desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 20.3px;
    display: block;
  }
  .footer-desc > :not(:last-child) {
    margin-bottom: 8px;
  }
}
.footer-desc-item {
  display: flex;
  align-items: center;
}
.footer-desc-icon {
  height: 20px;
  width: 20px;
  margin-right: 6px;
}
@media screen and (max-width: 768px) {
  .footer-desc-icon {
    height: 16px;
    width: 16px;
    margin-right: 6px;
  }
}

.footer-sub {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0aa807;
  overflow: hidden;
  height: 60px;
  color: white;
  font-size: 14px;
  font-weight: 400;
  line-height: 20.3px;
}
.footer-sub-background {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.1;
  height: 100%;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
  scale: 1.1;
  background: #0aa807;
}
@media screen and (max-width: 768px) {
  .footer-sub {
    height: 40px;
    font-size: 12px;
    font-weight: 400;
    line-height: 17.4px;
  }
}

.student {
  position: relative;
  background: linear-gradient(103.71deg, rgba(253, 221, 174, 0.1) 4.11%, rgba(249, 160, 45, 0.1) 90.92%);
}
@media screen and (max-width: 768px) {
  .student {
    margin: 24px 0;
  }
}
@media screen and (max-width: 768px) {
  .student-content {
    margin: 24px 0;
  }
}
.student-content-arrows {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
}
.student-content-arrows > :not(:last-child) {
  margin-right: 15px;
}
.student-container {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .student-container {
    padding: 24px 0 24px 16px !important;
  }
}
.student-title {
  max-width: 1018px;
  width: 100%;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .student-title {
    margin-bottom: 24px;
  }
}
.student-card {
  background-color: white;
}
.student-card-width > * {
  width: 21.7391304348%;
}
@media screen and (max-width: 768px) {
  .student-card-width > * {
    width: 76.9230769231%;
  }
}
.student-video {
  position: relative;
  flex: 1 1 0%;
  width: 100%;
  aspect-ratio: 330/426;
}
.student-iframe {
  width: 100%;
  object-fit: cover;
  display: none;
  aspect-ratio: 330/426;
}
.student-card-content {
  padding: 24px 0;
}
@media screen and (max-width: 768px) {
  .student-card-content {
    padding: 16px 0;
  }
}
.student-img {
  aspect-ratio: 330/426;
  object-fit: cover;
  width: 100%;
}
.student-name {
  font-size: 20px;
  font-weight: 600;
  line-height: 29px;
  text-align: center;
  color: rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 768px) {
  .student-name {
    font-size: 16px;
    font-weight: 600;
    line-height: 23.2px;
  }
}
.student-lesson {
  color: #3db54a;
  font-size: 23px;
  font-weight: 700;
  line-height: 33.35px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .student-lesson {
    font-size: 18px;
    font-weight: 700;
    line-height: 26.1px;
  }
}

.roadmap {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .roadmap {
    padding: 24px 0;
  }
}
.roadmap-bg-round {
  position: absolute;
  bottom: 4%;
  z-index: -1;
  height: 1100px;
  aspect-ratio: 1/1;
  right: -14%;
}
@media screen and (max-width: 960px) {
  .roadmap-bg-round {
    height: 690px;
    aspect-ratio: 1/1;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 960px) {
  .roadmap-container {
    padding: 0 !important;
  }
}
.roadmap-title {
  max-width: 962px;
  width: 100%;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .roadmap-title {
    margin-bottom: 4px;
  }
}
.roadmap-sub-title {
  font-size: 24px;
  font-weight: 400;
  line-height: 34.8px;
  color: rgba(0, 0, 0, 0.6509803922);
  max-width: 1120px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .roadmap-sub-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 23.2px;
    color: rgba(0, 0, 0, 0.8);
  }
}
.roadmap-content {
  height: 200px;
  background-color: yellow;
  margin: 48px 0 60px 0;
}
@media screen and (max-width: 768px) {
  .roadmap-content {
    margin: 24px 0;
  }
}
.roadmap-desc-wrapper {
  position: relative;
  margin-right: 30px;
}
.roadmap-desc-wrapper > :not(:last-child) {
  margin-bottom: 23px;
}
.roadmap-desc-wrapper :not(:last-child)::after {
  border-left: 2px solid rgba(253, 178, 36, 0.5019607843);
  content: "";
  height: 30%;
  left: 17px;
  position: absolute;
  top: 1;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .roadmap-desc-wrapper {
    margin-right: 0;
    padding: 0 16px;
  }
  .roadmap-desc-wrapper :not(:last-child)::after {
    border-left: 2px solid rgba(253, 178, 36, 0.5019607843);
    content: "";
    height: 30%;
    left: 26px;
    position: absolute;
    top: 1;
    z-index: -1;
  }
}
@media screen and (max-width: 768px) {
  .roadmap-desc-wrapper > :not(:last-child) {
    margin-bottom: 15px;
  }
}
.roadmap-desc {
  display: flex;
  align-items: center;
  padding-bottom: 60px;
}
@media screen and (max-width: 960px) {
  .roadmap-desc {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .roadmap-desc {
    padding-bottom: 20px;
  }
}
.roadmap-desc-item {
  display: flex;
}
.roadmap-desc-item-icon {
  width: 50%;
  width: 36px;
  height: 36px;
  margin-right: 16px;
}
@media screen and (max-width: 768px) {
  .roadmap-desc-item-icon {
    width: 21.6px;
    margin-right: 13px;
    height: 21.6px;
  }
}
.roadmap-desc-item > div {
  color: #000000;
  font-size: 22px;
  font-weight: 400;
  line-height: 36.3px;
}
@media screen and (max-width: 768px) {
  .roadmap-desc-item > div {
    font-size: 16px;
    font-weight: 400;
    line-height: 26.4px;
  }
}
.roadmap-desc-img {
  width: 50%;
}
@media screen and (max-width: 960px) {
  .roadmap-desc-img {
    margin-top: 16px;
    margin-bottom: 20px;
    padding: 0 !important;
    width: 100%;
  }
}

.bg-green {
  background-color: #00b342;
}

.bg-orange {
  background-color: #e76f15;
}

.bg-orange-light {
  background-color: #f48e1b;
}

.data-txt {
  font-size: 18px;
  font-weight: 600;
  line-height: 26.1px;
  color: white;
  border-radius: 4px;
  min-height: 92px;
}

.data-txt.item {
  padding: 0 8px;
}

.uk-child-width-1-7 > * {
  width: 14.2857142857%;
  min-width: 172px;
}

.uk-width-1-7 {
  width: 14.2857142857% !important;
  min-width: 142px;
}

.uk-width-2-7 {
  width: 28.5714285714% !important;
  min-width: 284px;
}

.uk-child-margin-bottom > :not(:last-child) {
  margin-bottom: 4px;
}

.uk-child-margin-right > :not(:last-child) {
  margin-right: 4px;
}

.scroll-container {
  width: 100%;
  max-width: 1250px;
  overflow-x: auto;
  display: flex;
}

.content-wrapper {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  gap: 4px;
}

@media (max-width: 768px) {
  .scroll-container {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .content-wrapper > div {
    flex: 0 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  .roadmap-content-container {
    padding-right: 0 !important;
  }
}
.roadmap-content-title {
  width: 135px;
  margin-right: 24px;
}
@media screen and (max-width: 768px) {
  .roadmap-content-title {
    margin-right: 12px;
    width: 111px;
    flex: none;
  }
}
.roadmap-content-title-sub-title {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .roadmap-content-title-sub-title {
    font-size: 18px;
  }
}

html {
  scroll-behavior: smooth;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

svg:not(#other-icon) > path {
  fill: currentColor;
}

p {
  margin: 0;
}

.container, .choose-videos, .review-container, .student-container, .roadmap-container, .roadmap-content-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 768px) {
  .container, .choose-videos, .review-container, .student-container, .roadmap-container, .roadmap-content-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.header {
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .header {
    height: 64px;
  }
}
.header-logo {
  height: 60px;
}
@media screen and (max-width: 768px) {
  .header-logo {
    height: 48px;
  }
}
.header-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 24px;
  gap: 4px;
  width: fit-content;
  height: 48px;
  color: white;
  background: radial-gradient(100% 100% at 0% 0%, #ffc007 0%, #ff5723 100%);
  border-radius: 1000px;
  cursor: pointer;
  font-size: 20px;
  flex: none;
  order: 1;
  flex-grow: 0;
  text-decoration: none;
}
.header-button:hover {
  text-decoration: none;
  color: #f7f7f7;
}
@media screen and (max-width: 768px) {
  .header-button {
    font-size: 16px;
  }
}

.button-primary {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 52px;
  gap: 4px;
  width: fit-content;
  height: 72px;
  color: white;
  background: radial-gradient(100% 100% at 0% 0%, #ffc007 0%, #ff5723 100%);
  border-radius: 1000px;
  cursor: pointer;
  font-size: 20px;
  flex: none;
  order: 1;
  flex-grow: 0;
  text-decoration: none;
  animation: crescendo 1s alternate infinite ease-in;
}
@media screen and (max-width: 768px) {
  .button-primary {
    font-size: 16px;
  }
}
.button-primary-big {
  height: 86px;
  padding: 0 61px;
  font-size: 23.82px;
  font-weight: 700;
  line-height: 34.54px;
}
@media screen and (max-width: 768px) {
  .button-primary-big {
    height: 52px;
    font-size: 16px;
    font-weight: 700;
    line-height: 23.2px;
    color: #ffffff;
  }
}
.button-primary:hover {
  color: #c8f2ff;
  text-decoration: none;
}
@media (max-width: 767px) {
  .button-primary {
    height: 52px;
    width: 100%;
  }
}

@keyframes crescendo {
  /*   0%   {transform: scale(.8);} */
  100% {
    transform: scale(1.03);
  }
}
.static {
  display: flex;
  justify-content: center;
  color: white;
  margin-left: auto;
  margin-right: auto;
  background-image: url(/public/static-bg.svg);
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  padding: 100px 0;
}
@media screen and (max-width: 500px) {
  .static {
    background-image: url(/public/static-mobile-bg.svg);
    background-size: cover;
  }
}
.static-background {
  position: absolute;
  top: 0;
  left: 0%;
  opacity: 0.1;
  height: 100%;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
}
@media (max-width: 767px) {
  .static {
    padding: 20px 0;
  }
}
.static-content {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  width: 100%;
}
@media (max-width: 767px) {
  .static-content {
    padding: 0 34px;
  }
}
.static-title {
  color: #ff7324;
  font-size: 64px;
  font-weight: 800;
  line-height: 92.8px;
  text-align: center;
}
@media (max-width: 767px) {
  .static-title {
    font-size: 24px;
    font-weight: 800;
    line-height: 34.8px;
  }
}
.static-desc {
  font-size: 30px;
  font-weight: 600;
  line-height: 43.5px;
  text-align: center;
  color: #000000;
}
@media (max-width: 767px) {
  .static-desc {
    font-size: 11px;
    font-weight: 600;
    line-height: 15.95px;
    text-align: center;
  }
}

.reasons {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  position: relative;
}
.reasons-wrapper {
  position: relative;
}
.reasons-title {
  display: flex;
  justify-content: center;
}
.reasons-title-wrapper {
  max-width: 880px;
  padding: 80px 0 46px;
}
.reasons-title-wrapper > :not(:last-child) {
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .reasons-title-wrapper {
    padding: 32px 0 16px;
  }
}
.reasons-image, .communication-image {
  margin: 0 28px;
}
.reasons-desc {
  font-size: 28px;
  font-weight: 600;
  line-height: 40.6px;
  text-align: center;
  color: black;
}
@media (max-width: 767px) {
  .reasons-desc {
    font-size: 18px;
    font-weight: 500;
    line-height: 26.1px;
    text-align: center;
    color: rgba(0, 0, 0, 0.8);
  }
}
.reasons-card {
  background-color: white;
  border-radius: 8px;
  height: 100%;
}
.reasons-card-img {
  max-height: 253px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .reasons-card-img {
    max-height: 204px;
  }
}
.reasons-card-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34.8px;
  letter-spacing: -0.02em;
  min-height: 70px;
  background: radial-gradient(100% 100% at 0% 0%, #ffc007 0%, #ff5723 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media (max-width: 767px) {
  .reasons-card-title {
    color: rgba(0, 0, 0, 0.8);
    font-size: 20px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: -0.02em;
    min-height: 26px;
  }
}
.reasons-card-desc {
  margin-top: 22px;
  font-size: 20px;
  font-weight: 500;
  line-height: 33px;
  letter-spacing: -0.02em;
}
.reasons-card-desc :not(:last-child) {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .reasons-card-desc {
    font-size: 15px;
    font-weight: 500;
    line-height: 21.75px;
    letter-spacing: -0.02em;
  }
}

.icon-max-md {
  z-index: 10;
}
@media (max-width: 1023px) {
  .icon-max-md {
    display: none;
  }
}

.bg-pattern {
  background-image: url(/public/bg.png);
  background-repeat: repeat-y;
  width: 100%;
  background-size: contain;
}

.commit {
  width: 100%;
}
@media (min-width: 1023px) {
  .commit {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.commit-wrapper {
  padding: 24px 0;
  background-image: url(/public/commit-mobile-bg.svg);
  width: 100%;
  background-size: cover;
  width: 100%;
}
@media screen and (min-width: 694px) {
  .commit-wrapper {
    padding: 100px 0;
    background-image: url(/public/commit-bg.svg);
    width: 100%;
    background-size: cover;
  }
}
.commit-image {
  width: 100%;
  max-height: 764px;
  height: 100%;
  object-fit: contain;
}
@media (min-width: 768px) {
  .commit-image {
    max-width: 562px;
    margin-right: 30px;
    width: 100%;
  }
}
.commit-desc {
  font-size: 28px;
  font-weight: 500;
  line-height: 40.6px;
  text-align: center;
  color: rgba(0, 0, 0, 0.8);
  margin-top: 11px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .commit-desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 23.2px;
    text-align: center;
    margin-top: 4px;
  }
}
.commit-title, .communication-title, .choose-title, .platform-title, .review-title, .feedback-title, .student-title, .roadmap-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 64.8px;
  text-align: center;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .commit-title, .communication-title, .choose-title, .platform-title, .review-title, .feedback-title, .student-title, .roadmap-title {
    margin-top: 12px;
    font-size: 22px;
    font-weight: 700;
    line-height: 29.7px;
    text-align: center;
  }
}
.commit-content-item {
  display: flex;
  align-items: center;
  padding: 6px 32px;
}
@media (max-width: 767px) {
  .commit-content-item {
    padding: 9px 12px;
  }
}
.commit-content-icon {
  width: 48px;
  height: 48px;
  margin-left: -6px;
}
@media (max-width: 767px) {
  .commit-content-icon {
    margin-left: 8px;
    width: 32px;
    height: 32px;
  }
}
.commit-content-desc {
  font-size: 24px;
  font-weight: 600;
  line-height: 34.8px;
  color: rgba(0, 0, 0, 0.9);
  margin-left: 24px;
}
@media (max-width: 767px) {
  .commit-content-desc {
    margin-left: 8px;
    font-size: 16px;
    font-weight: 600;
    line-height: 23.2px;
    color: rgb(0, 0, 0);
  }
}
.commit-content-number {
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 86px;
  line-height: 124.7px;
  text-align: center;
  background: radial-gradient(100% 100% at 0% 0%, rgba(255, 192, 7, 0.2) 0%, #ff5723 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media (max-width: 767px) {
  .commit-content-number {
    font-size: 36px;
    line-height: 52.2px;
  }
}

.communication-circle {
  position: absolute;
  bottom: -40px;
  right: -40px;
  z-index: -1;
}
.communication-wrapper {
  padding: 100px 0;
  background: linear-gradient(103.71deg, rgba(253, 221, 174, 0.1) 4.11%, rgba(249, 160, 45, 0.1) 90.92%);
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .communication-wrapper {
    padding: 24px 0;
  }
}
.communication-title {
  padding-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .communication-title {
    padding-bottom: 18px;
  }
}
.communication-image {
  width: 100%;
}
.communication-brands {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.communication-brands > :not(:last-child) {
  margin-right: 26px;
}
@media (min-width: 768px) {
  .communication-brands > :not(:last-child) {
    margin-right: 48px;
  }
}
@media (max-width: 767px) {
  .communication-brands-item {
    height: 21px;
  }
}
.communication-content {
  width: 100%;
  padding-top: 48px;
}
@media screen and (max-width: 768px) {
  .communication-content {
    padding-top: 24px;
  }
}
.communication-btn {
  height: 74px;
  padding: 0 32px;
  position: absolute;
  bottom: 0;
  color: white;
  left: 0;
  background-color: rgb(63, 165, 3);
  font-size: 18px;
  font-weight: 400;
  line-height: 26.1px;
}
@media (max-width: 767px) {
  .communication-btn {
    font-size: 12px;
    font-weight: 400;
    line-height: 17.4px;
    padding: 0 16px;
    height: 41px;
  }
}

.register {
  z-index: 1;
  background-color: white;
  border-radius: 8px;
  display: flex;
  align-items: center;
  width: 100%;
}
.register-wrapper {
  z-index: 9;
  padding: 100px 0;
  background: #0aa807;
}
@media screen and (max-width: 768px) {
  .register-wrapper {
    padding: 24px 0;
  }
}
.register-background {
  position: absolute;
  top: 0;
  left: 0%;
  opacity: 0.1;
  height: 100%;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
  z-index: -1;
  background: #0aa807;
}
@media (max-width: 1023px) {
  .register {
    display: block;
  }
}
.register-content {
  flex: 1 1 0%;
  flex: none;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 48px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .register-content {
    width: 100%;
    padding: 48px;
  }
}
@media (max-width: 767px) {
  .register-content {
    width: 100%;
    padding: 20px;
  }
}
.register-title {
  font-size: 46px;
  font-weight: 700;
  line-height: 57.5px;
  letter-spacing: -0.025em;
  color: black;
}
@media (max-width: 767px) {
  .register-title {
    font-size: 23px;
    font-weight: 700;
    line-height: 33.35px;
  }
}
.register-img {
  flex: 1 1 0%;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  flex: none;
  width: 50%;
}
@media (max-width: 1023px) {
  .register-img {
    width: 100%;
    border-bottom-left-radius: none;
    border-top-right-radius: 8px;
    max-height: 400px;
    object-fit: cover;
  }
}
.register-form {
  margin-top: 30px;
  background-color: white;
}
@media screen and (max-width: 768px) {
  .register-form {
    margin-top: 24px;
  }
}
.register-form > :not(:last-child) {
  margin-bottom: 14px;
}
.register-form > :last-child {
  margin-top: 25px !important;
}
.register-form-select {
  display: flex;
  width: 100%;
  align-items: center;
  padding: 0 24px;
  height: 60px;
  justify-content: space-between;
  background-color: transparent;
  border: 1px solid rgb(235, 236, 240);
  color: rgba(0, 0, 0, 0.6);
}
.register-form-label {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 6px;
  color: #13161a;
  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;
}
.register-form-input {
  padding: 0 24px;
  height: 60px;
  border-radius: 9999px;
  border: 1px solid rgb(235, 236, 240);
}
.register-form-input ::placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.bg-bottom {
  color: white;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(96.41deg, #6fca14 5.05%, #32ca14 96.09%);
  padding: 100px 0;
  position: relative;
}

.footer__list-link > li > a {
  color: #565656;
  font-size: 0.875rem;
}

#footer .uk-background-muted {
  background-color: #f7f7f7;
}

.footer__title {
  font-family: "iCiel Graphik Medium", sans-serif;
  color: #171717;
  font-size: 0.875rem;
}

.footer__title--fz-24 {
  font-size: 15.75px;
}

@media screen and (min-width: 375px) {
  .footer__title--fz-24 {
    font-size: calc(15.75px + 5.25 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .footer__title--fz-24 {
    font-size: 21px;
  }
}
.is-max-md {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .is-max-md {
    display: none;
  }
}

.box-chat {
  position: fixed;
  z-index: 99;
  right: 90px;
  width: 56px;
  bottom: 60px;
}
.box-chat > :not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (max-width: 960px) {
  .box-chat {
    right: 15px;
    bottom: 30px;
  }
}
.box-chat-item {
  width: 56px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 960px) {
  .box-chat-item {
    width: 40px;
    aspect-ratio: 1/1;
  }
  .box-chat-item > img {
    width: 20px;
    aspect-ratio: 1/1;
  }
}

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