/*!*********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/single.scss ***!
  \*********************************************************************************************************************************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  position: relative;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  -moz-osx-font-smoothing: grayscale; /*(For Firefox)*/
  -webkit-font-smoothing: antialiased; /*(For Chrome and Safari)*/
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
blockquote {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * 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;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  display: block;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*
  Custom Fonts
 */
@font-face {
  font-family: "Inter";
  src: url(../fonts/Inter-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/*
  Fonts Variables
 */
/*
  Colors Variables
 */
.btn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font: 700 18px/1.2 "Poppins", sans-serif;
  text-decoration: none;
  padding: 16px 24px;
  border-radius: 4px;
  transition: background-color 300ms ease-in-out;
}
.btn--green, .btn-primary {
  color: #151417;
  background: #DFFC21;
}
.btn--green:hover, .btn-primary:hover {
  background: #ECFD79;
}
.btn--indigo {
  color: #FFFFFF;
  background: #5E17EB;
}
.btn--indigo:hover {
  background: #5107E0;
}
.btn--small {
  font-size: 14px;
  padding: 10px 18px;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.h1 {
  font: 700 36px/1.1 "Poppins", sans-serif;
  text-transform: uppercase;
}

.h2 {
  font: 700 28px/1.1 "Poppins", sans-serif;
}

@media only screen and (min-width: 1280px) {
  .h1 {
    font-size: 64px;
  }
  .h2 {
    font: 700 48px/1.1 "Poppins", sans-serif;
  }
}
.learndash-wrapper {
  font-family: "Inter", sans-serif;
}

.ld-progress {
  background: transparent !important;
}
.ld-progress-bar {
  height: 12px !important;
}
.ld-progress-bar-percentage {
  height: 12px !important;
  background: #DFFC21 !important;
}
.ld-breadcrumbs {
  background: transparent !important;
}
.ld-course-status, .ld-lesson-status {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)) !important;
  border: 1px solid #605C69 !important;
}
.ld-course-list-items, .ld-lesson-list-items {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 24px;
}
.ld-course-list-items .ld_course_grid, .ld-lesson-list-items .ld_course_grid {
  width: 100%;
}
.ld-course-title, .ld-lesson-title {
  font: 500 18px/1.3 "Poppins", sans-serif;
  color: #FFFFFF;
}
.ld-accordion__section {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)) !important;
  border: 1px solid #605C69 !important;
}
.ld-accordion__item-title {
  font: 500 21px/1.3 "Poppins", sans-serif;
  color: #FFFFFF !important;
  text-decoration: none;
}
.ld-accordion__item-attribute-icon--progress {
  color: #DFFC21 !important;
}
.ld-accordion__item:hover {
  background: none !important;
}
.ld-item-name {
  align-items: center;
}
.ld-item-list-item {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)) !important;
  border: 1px solid #605C69 !important;
}
.ld-item-list-item .ld-progress {
  padding: 20px !important;
}
.ld-item-list-item-expanded::before {
  display: none !important;
}
.ld-icon-checkmark::before {
  color: #151417;
}
.ld-status-complete {
  color: #151417 !important;
  margin: 0 !important;
}

article.course {
  display: grid;
  gap: 12px;
  background-image: linear-gradient(120deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.02) 100%);
  background-size: 300% 100%;
  background-position: 100% 0;
  transition: background-position 0.6s ease;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  padding: 24px;
  border-radius: 12px;
  border: 1px solid #605C69;
}
article.course .ribbon {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font: 700 16px/1 "Poppins", sans-serif;
  color: #151417;
  background: #DFFC21;
  padding: 8px 12px;
  border-radius: 4px;
}
article.course .ribbon.enrolled {
  background: #5E17EB;
  color: #FFFFFF;
}
article.course .ribbon.completed {
  background: #ECFD79;
}
article.course img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
article.course .caption {
  text-align: center;
}
article.course .entry-title {
  font: 700 21px/1 "Poppins", sans-serif;
}
article.course .entry-content {
  font: 300 16px/1.5 "Inter", sans-serif;
  margin-top: 12px;
}
article.course .btn {
  margin: 48px auto 0;
}
article.course:hover {
  background-position: 0 0;
}

@media only screen and (min-width: 768px) {
  .ld-course-list-items .ld_course_grid {
    width: calc(50% - 12px);
  }
  article.course {
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
  }
  article.course .caption {
    flex: 1;
    display: flex;
    flex-flow: column nowrap;
  }
  article.course .caption .ld_course_grid_button {
    flex: 1;
    display: flex;
    align-items: flex-end;
  }
}
@media only screen and (min-width: 1280px) {
  .ld-course-list-items .ld_course_grid {
    width: calc(25% - 22px);
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 12px;
  z-index: 998;
}
.header__container {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border-radius: 12px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  transition: background-color 300ms ease-in-out;
  transform-origin: center;
}
.header__logo-img {
  width: 50px;
  height: auto;
}
.header__hamburger {
  background: transparent;
  border: 0;
  outline: 0;
  padding: 0;
}
.header__hamburger-line {
  display: block;
  width: 28px;
  height: 2px;
  background: #FFFFFF;
  margin: 5px 0;
  transition: transform 300ms ease-in-out, opacity 300ms ease-in-out;
}
.header__menu {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 300ms ease-in-out;
}
.header__menu-inner {
  display: grid;
  justify-content: flex-end;
  gap: 24px;
  padding: 12px 0;
}
.header .menu {
  display: grid;
  gap: 12px;
  list-style: none;
  text-align: right;
  padding: 0;
}
.header .menu-item a {
  font: 400 18px/1.2 "Inter", sans-serif;
  color: #FFFFFF;
  text-decoration: none;
}
.header__ctas {
  display: flex;
  gap: 12px;
}
.header .btn {
  margin-left: auto;
}
.header.active .header__container {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
}
.header.active .header__hamburger-line--1 {
  transform: rotate(45deg) translate(5px, 5px);
}
.header.active .header__hamburger-line--2 {
  opacity: 0;
  transform: translateX(-20px);
}
.header.active .header__hamburger-line--3 {
  transform: rotate(-45deg) translate(5px, -5px);
}

@media only screen and (min-width: 1280px) {
  .header {
    padding-top: 24px;
  }
  .header__container {
    padding: 12px 24px;
  }
  .header__logo-img {
    width: 60px;
  }
  .header__hamburger {
    display: none;
  }
  .header__menu {
    width: -moz-fit-content;
    width: fit-content;
    display: initial;
    max-height: initial;
  }
  .header__menu-inner {
    display: flex;
    align-items: center;
    gap: 36px;
  }
  .header .menu {
    display: flex;
    align-items: center;
    gap: 36px;
  }
}
html {
  color: #FFFFFF;
  background: #151417;
}

p {
  font: 300 16px/1.4 "Inter", sans-serif;
}

.blog {
  margin: 100px 0;
}
.blog__intro {
  display: grid;
  gap: 24px;
  margin: 80px 0;
}
.blog__img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
.blog__date {
  font: 400 14px/1.15 "Inter", sans-serif;
  color: #FFFFFF;
  opacity: 0.7;
}
.blog__title {
  font: 500 24px/1 "Poppins", sans-serif;
  color: #DFFC21;
  margin-top: 16px;
}
.blog__excerpt {
  margin-top: 24px;
}

@media (min-width: 1280px) {
  .blog {
    margin: 200px 0 100px;
  }
  .blog__intro {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
  .blog__img {
    order: 2;
  }
  .blog__text {
    order: 1;
  }
  .blog__date {
    font-size: 18px;
  }
  .blog__title {
    font-size: 56px;
  }
  .blog__excerpt {
    margin-top: 40px;
  }
  .blog__excerpt p {
    font-size: 20px;
  }
}
/*!************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./blocks/quote/quote.scss ***!
  \************************************************************************************************************************************************************/
/*
  Fonts Variables
 */
/*
  Colors Variables
 */
.quote {
  color: #FFFFFF;
  margin: 64px 0;
}
.quote__container {
  display: grid;
  gap: 32px;
}
.quote__img {
  width: 100%;
  height: auto;
  border-radius: 15px;
}
.quote__text {
  display: grid;
  gap: 24px;
}
.quote__title {
  font: 400 24px/1.2 "Poppins", sans-serif;
}
.quote__author {
  font: 400 24px/1 "Inter", sans-serif;
  color: #DFFC21;
}

@media (min-width: 1280px) {
  .quote {
    margin: 80px 0;
  }
  .quote__container {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 150px;
  }
  .quote__title {
    font-size: 40px;
  }
  .quote.reverse .quote__text {
    order: 1;
  }
  .quote.reverse .quote__img {
    order: 2;
  }
}
/*!**********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./blocks/text/text.scss ***!
  \**********************************************************************************************************************************************************/
/*
  Fonts Variables
 */
/*
  Colors Variables
 */
.text .acf-innerblocks-container > *:first-child {
  margin-top: 0;
}
.text .acf-innerblocks-container > *:last-child {
  margin-bottom: 0;
}
.text h2 {
  font: 400 28px/1.15 "Poppins", sans-serif;
  margin: 40px 0;
}
.text p,
.text li {
  font: 400 14px/1.4 "Inter", sans-serif;
  margin: 24px 0;
}
.text a {
  color: #DFFC21;
}
.text.standard, .text.darker {
  padding: 80px 0;
}
.text.darker {
  background: #5E17EB;
}
.text.darker, .text.boxed {
  color: #151417;
}
.text.darker strong,
.text.darker b, .text.boxed strong,
.text.boxed b {
  color: #DFFC21;
}
.text.boxed {
  margin: 80px 0;
}
.text.boxed .text__container {
  background: #605C69;
  padding: 16px;
  border-radius: 15px;
}

@media (min-width: 1280px) {
  .text h2 {
    font-size: 40px;
  }
  .text p,
  .text li {
    font-size: 18px;
  }
  .text.boxed .text__container {
    padding: 32px;
  }
}
