@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Schibsted+Grotesk:ital,wght@0,400..900;1,400..900&display=swap');

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #f4f4f4;
  background: #080B10;
  font-family: 'Lato', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: normal;
}

body.noscroll {
  overflow-y: hidden;
}

section {
  padding: 80px 64px;
  position: relative;
  overflow: hidden;
  background: #080B10;
}

.container {
  width: 100%;
  margin: auto;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

ul li {
  list-style-type: none;
}

a {
  color: #f4f4f4;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

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

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.dnone {
  display: none;
}

.yellow-text {
  color: #FFC107;
}

h1 {
  font-size: 6.4rem;
  font-weight: 600;
  line-height: 1.2;
  font-family: "Schibsted Grotesk", sans-serif;
  background-image: linear-gradient(90deg, #FF3C00 0%, #F9C727 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  color: #FF3C00;
}

h2 {
  font-size: 5.0rem;
  font-weight: 600;
  line-height: 1.2;
  font-family: "Schibsted Grotesk", sans-serif;
  text-align: center;
  background-image: linear-gradient(90deg, #DD3B0F -6.51%, #DD680F 12.71%, #EF7A19 50.57%, #DD950F 90.12%, #FFB20C 105.33%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  color: #DD3B0F;
}

.btn {
  cursor: pointer;
  border-radius: 24px;
  padding: 16px 24px;
  display: inline-block;
  font-weight: 400;
  line-height: 1;
  font-size: 1.6rem;
  background: #FAFAFA;
  color: #080B0E;
  text-align: center;
}

.btn.outline {
  background: none;
  border: 1px solid #FAFAFA;
  color: #FAFAFA;
}

header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 40px 13px 46px;
  background: #000;
}

header.fixed-header {
  position: sticky;
  top: 0px;
  left: 0px;
  z-index: 100;
}

header .logo img {
  width: 168px;
}

header .zeux {
  font-size: 1.4rem;
  line-height: 2.1;
  color: #C3C3C3;
}

#hero {
  padding: 0;
}

#hero .container {
  height: 560px;
  width: 100%;
  padding-top: 211px;
  display: flex;
  justify-content: center;
  position: relative;
}

.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}

#hero .container .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) -16.55%, #080B10 86%);
  mix-blend-mode: multiply;
  z-index: 1;
  pointer-events: none;
}

.hero-text {
  z-index: 2;
  text-align: center;
}

.hero-text p {
  padding-top: 32px;
  font-size: 2.4rem;
  line-height: 1.25;
  max-width: 416px;
  margin: auto;
}

.glow-btn {
  margin-top: 40px;
  display: inline-block;
  position: relative;
  isolation: isolate;
}

.bottom-bar .glow-btn {
  margin-top: 10px;
}

.glow-btn span {
  padding: 12px 32px;
  border-radius: 24px;
  background: #11111DC2;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  cursor: pointer;
  text-shadow:
    0px 1.953px 4.956px rgba(0, 0, 0, 0.15),
    0px 3.321px 16.232px rgba(0, 0, 0, 0.27);
  color: #EDE7F9;
  position: relative;
  z-index: 5;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
}

.glow-btn:before {
  content: '';
  height: calc(100% + 32px);
  width: calc(100% + 8px);
  position: absolute;
  top: -16px;
  left: -4px;
  border-radius: 44px;
  opacity: 0.8;
  background: linear-gradient(90deg,
      #FF6131 0%,
      #FF9D52 17.19%,
      #FFC15C 51.04%,
      #FF7D2C 86.4%,
      #FF6A45 100%);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  filter: blur(6px);
  transform: scale(1.02);
  mask-image: radial-gradient(ellipse at center, black 60%, transparent 100%);
  z-index: 4;
  animation-delay: 0s;
  animation: glowInnerSize 1000ms ease-out 1ms infinite alternate;
  transform-origin: center;
}

.glow-btn:after {
  content: '';
  height: calc(100% + 32px);
  width: calc(100% + 8px);
  position: absolute;
  top: -16px;
  left: -4px;
  border-radius: 52px;
  opacity: 0.58;
  background: linear-gradient(90deg,
      #DD3B0F -6.51%,
      #DD680F 12.71%,
      #EF7A19 50.57%,
      #DD950F 90.12%,
      #FFB20C 105.33%);
  backdrop-filter: blur(32px);
  -webkit-backdrop-filter: blur(32px);
  filter: blur(32px);
  transform: scale(1.06);
  mask-image: radial-gradient(ellipse at center, black 55%, transparent 100%);
  z-index: 3;
  animation-delay: 0.6s;
  animation: glowOuterSize 1000ms ease-out 1ms infinite alternate;
  transform-origin: center;
}

@keyframes glowInnerSize {
  from {
    transform: scale(1);
    opacity: 0.8;
  }

  to {
    transform: scale(1.04);
    opacity: 1;
  }
}

@keyframes glowOuterSize {
  from {
    transform: scale(1);
    opacity: 0.58;
  }

  to {
    transform: scale(1.1);
    opacity: 0.75;
  }
}

#what .container {
  max-width: 858px;
  margin: 286px auto;
  text-align: center;
}

#what h3 {
  margin-top: 32px;
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 1.2;
  color: #F4F4F466;
}

#what p {
  margin-top: 32px;
  font-size: 2.4rem;
  line-height: 1.6;
}

#what:after {
  content: '';
  height: 1528px;
  width: 3022px;
  display: block;
  position: absolute;
  top: 500px;
  left: -825px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(194, 71, 0, 0.5) 0%, rgba(224, 73, 2, 0.3) 43.86%, rgba(240, 110, 3, 0.15) 65.59%, rgba(255, 146, 4, 0) 100%);
}

#case-studies .container {
  max-width: 1140px;
  margin: 40px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

#case-studies .container .card {
  width: calc(50% - 20px);
  height: 501px;
  display: flex;
  align-items: flex-end;
  position: relative;
  border-radius: 16px;
}

#case-studies .container .card .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 74.67%, #1F1612 100%);
  mix-blend-mode: multiply;
  z-index: 0;
  pointer-events: none;
}

#case-studies .container .card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  pointer-events: none;
  border-radius: 16px;
}

#case-studies .container .card .text {
  padding: 0 50px 38px 29px;
  position: relative;
  z-index: 2;
}

#case-studies .container .card .text h3 {
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.25;
  color: #DD680F;
}

#case-studies .container .card .text p {
  padding-top: 20px;
}

#case-studies .container .card::after {
  content: '';
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, #131313, #131313), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(221, 77, 15, 0.12) 100%);
  border-radius: 16px;
}

#fields .container {
  max-width: 1140px;
  margin: 40px auto 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

#fields .container .row {
  display: flex;
  gap: 24px;
}

#fields .container .card {
  height: 346px;
  display: flex;
  align-items: flex-end;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

#fields .container .card.small {
  width: 40%;
}

#fields .container .card.large {
  width: calc(60% - 24px);
}

#fields .container .card.full {
  width: 100%;
}

#fields .container .card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
  border-radius: 16px;
}

#fields .container .card .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out;
}

#fields .container .card .text {
  padding: 0 34px 38px 34px;
  position: relative;
  z-index: 2;
}

#fields .container .card .text h3 {
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.25;
  padding-bottom: 20px;
}

#fields .container .card .text p {
  font-size: 2rem;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition:
    max-height 300ms ease-in-out,
    opacity 300ms ease-in-out,
    transform 300ms ease-in-out;
}

#fields .container .card .text p.p1 {
  max-width: 363px;
}

#fields .container .card .text p.p2 {
  max-width: 394px;
}

#fields .container .card .text p.p3 {
  max-width: 444px;
}

#fields .container .card .text p.p4 {
  max-width: 408px;
}

#fields .container .card .text p.p5 {
  max-width: 419px;
}

#fields .container .card:hover .overlay,
#fields .container .card:focus-within .overlay {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

#fields .container .card:hover .text p,
#fields .container .card:focus-within .text p {
  max-height: unset;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

#ux-boom {
  background: url(../images/ux-boom.webp) no-repeat;
  background-position: center center;
  background-size: cover;
}

#ux-boom .container {
  text-align: center;
  margin: 350px auto 260px;
}

#ux-boom h3 {
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.6;
  color: #DD680F;
}

#ux-boom h4 {
  margin-top: 24px;
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 1.25;
}

#ux-boom p {
  margin: 24px auto 0;
  font-size: 3.2rem;
  line-height: 1.2;
  color: #FFFFFF99;
  max-width: 808px;
}

#playbook {
  padding: 0;
  padding-bottom: 64px;
}

#playbook .video {
  height: 706px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
}

.playbook-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}

#playbook .video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 33.63%, #080B10 83.57%);
  z-index: 1;
  pointer-events: none;
}

.playbook-text {
  z-index: 2;
  text-align: center;
}

.playbook-text p {
  padding-top: 32px;
  font-size: 2.4rem;
  line-height: 1.33;
  max-width: 781px;
  margin: auto;
  color: #FFFFFF99;
}

#playbook .cards {
  max-width: 1308px;
  margin: 60px auto 0;
  padding: 0 64px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

#playbook .cards .card {
  height: 450px;
  border: 1px solid #1B2129;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}

#playbook .cards .card.large {
  width: 65%;
}

#playbook .cards .card.small {
  width: calc(35% - 16px);
}

#playbook .cards .card img {
  position: absolute;
  top: 0;
  right: 0;
  transform: scale(1);
  transform-origin: center;
  width: auto;
  height: auto;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
  border-radius: 12px;
  transition: transform 300ms ease-in-out;
}

#playbook .cards .card .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(179.91deg, rgba(239, 122, 25, 0) 0.08%, rgba(221, 104, 15, 0.2) 121.49%);
  border-radius: 12px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out;
}

#playbook .cards .card .text {
  padding: 0 39px 46px 39px;
  position: relative;
  z-index: 2;
}

#playbook .cards .card .text h3 {
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 1.36;
  padding-bottom: 20px;
  color: #DD680F;
}

#playbook .cards .card .text p {
  color: #F4F4F4E6;
}

#playbook .cards .card .text p.p1 {
  max-width: 374px;
}

#playbook .cards .card .text p.p2 {
  max-width: 297px;
}

#playbook .cards .card:hover img,
#playbook .cards .card:focus-within img {
  transform: scale(1.1);
}

#playbook .cards .card:hover .overlay,
#playbook .cards .card:focus-within .overlay {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

#proven-methods .container {
  max-width: 1222px;
  margin: 40px auto 0;
  border: 1px solid #292A37;
  border-radius: 12px;
  padding: 60px 48px;
  display: flex;
  gap: 48px;
}

#proven-methods .container .card {
  width: calc(25% - 36px);
}

#proven-methods .container .card img {
  margin: auto;
  height: 75px;
  width: auto;
}

#proven-methods .container .card p {
  margin-top: 18px;
  text-align: center;
}

.instructor-container {
  max-width: 1183px;
  overflow: hidden;
  margin: 60px auto 0;
  border: 1px solid #3D495A;
  border-radius: 16px;
  display: flex;
}

.instructor-image {
  width: 375px;
}

.instructor-bio {
  width: calc(100% - 375px);
  padding: 36px 72px;
  position: relative;
  z-index: 2;
}

.instructor-bio h3 {
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 2;
}

.instructor-bio h4 {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.8;
  padding-top: 24px;
}

.instructor-bio .bio {
  padding-top: 24px;
  line-height: 1.8;
}

.accolades-container {
  padding-top: 24px;
  display: flex;
  gap: 12px;
  overflow: auto;
}

.accolades-container img {
  padding-right: 12px;
  border-right: 1px solid #FFFFFF33;
}

.accolades-container img:last-of-type {
  padding-right: 0;
  border-right: none;
}

/*.industries-logo img {
  padding-top: 24px;
}*/

.instructor-bio .testimonial {
  padding-top: 40px;
}

.instructor-bio .testimonial .quote {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.4;
}

.instructor-bio .testimonial .speaker {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 2;
  color: #f4f4f480;
}

.instructor-bio>div[class^="slide-"] {
  position: absolute;
  top: 90px;
  left: 72px;
  right: 72px;
  opacity: 0;
  pointer-events: none;
}

#companies h2 {
  max-width: 757px;
  margin: auto;
  font-size: 3.6rem;
}

.logo-swiper-1 {
  margin: 60px -64px 0;
}

.logo-swiper-2 {
  margin: 22px -64px 0;
}

.logo-swiper-1 .swiper-wrapper,
.logo-swiper-2 .swiper-wrapper {
  align-items: center;
  justify-content: space-evenly;
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.logo-swiper-1 .swiper-slide,
.logo-swiper-2 .swiper-slide {
  width: auto !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-swiper-1 .swiper-slide img,
.logo-swiper-2 .swiper-slide img {
  transition: filter 0.3s ease-in-out;
}

#certificate .container {
  max-width: 1049px;
  margin: 0 auto;
  padding: 54px 54px 168px;
  margin-bottom: 168px;
  background: linear-gradient(180.11deg, rgba(194, 71, 0, 0.5) -67.5%, rgba(224, 73, 2, 0.3) 5.93%, rgba(240, 110, 3, 0.15) 42.31%, rgba(255, 146, 4, 0) 99.91%);
  border: 1px solid #292A37;
  border-radius: 16px;
  position: relative;
}

#certificate .container p {
  margin: 16px 0 64px;
  font-size: 2.4rem;
  text-align: center;
}

#certificate .container img {
  position: absolute;
  left: calc(50% - 218px);
}

#why .container {
  max-width: 1049px;
  margin: 40px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 44px;
}

#why .container .card {
  width: calc(50% - 22px);
  height: 302px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  background: linear-gradient(0deg, #131313, #131313), linear-gradient(180deg, rgba(0, 0, 0, 0) 58.07%, rgba(221, 77, 15, 0.12) 116.15%);
  border-radius: 16px;
}

#why .container .card .card-no {
  width: 143px;
}

#why .container .card .card-content {
  width: calc(100% - 143px);
  padding: 40px 22px 74px;
}

#why .container .card .card-content h3 {
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.25;
}

#why .container .card .card-content p {
  padding-top: 32px;
  color: #F4F4F4E6;
}

#register {
  margin: 0;
  padding: 80px 64px;
  background: linear-gradient(180deg, rgba(255, 146, 4, 0) 0%, rgba(240, 110, 3, 0.15) 64.1%, rgba(224, 73, 2, 0.3) 91.77%, rgba(194, 71, 0, 0.5) 117.93%);
}

#register>p {
  margin-top: 20px;
  text-align: center;
  font-size: 2rem;
}

#register .container {
  max-width: 1139px;
  margin: 105px auto 68px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.register-text {
  max-width: 643px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.register-text li {
  padding-left: 40px;
  position: relative;
}

.register-text li img {
  position: absolute;
  top: 12px;
  left: 0;
}

.register-text li h3 {
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.2;
}

.register-text li p {
  font-size: 2rem;
  line-height: 1.2;
  color: #f4f4f4b3;
}

.register-content {
  background: linear-gradient(42.25deg, rgba(221, 59, 15, 0.5) -42.27%, rgba(221, 59, 15, 0.5) -15.46%, rgba(239, 122, 25, 0.5) 50.25%, #5C5C5C 113.72%);
  background-color: #080B10;
  border: 1px solid #DD3B0F;
  box-shadow: 2px 5px 24px 0px #320C02;
  backdrop-filter: blur(24px);
  border-radius: 16px;
  padding: 60px 32px 30px;
  width: 388px;
  text-align: center;
}

.register-content .offer {
  position: absolute;
  top: -12px;
  left: calc(50% - 147px);
  display: inline-block;
  isolation: isolate;
  height: 54px;
}

.register-content .offer span {
  padding: 16px 32px;
  border-radius: 8px;
  background: #11111D42;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  cursor: pointer;
  box-shadow: 0px 1.95px 4.96px 0px #00000026;
  box-shadow: 0px 3.32px 16.23px 0px #00000044;
  color: #FBF7CC;
  position: relative;
  z-index: 5;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
}

.register-content .offer:before {
  content: '';
  height: calc(100% + 8px);
  width: calc(100% + 0px);
  position: absolute;
  display: block;
  top: -20px;
  left: -1px;
  border-radius: 12px;
  opacity: 0.8;
  background: linear-gradient(90deg, #FF6131 0%, #FF9D52 17.19%, #FFC15C 51.04%, #FF7D2C 86.4%, #FF6A45 100%);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  filter: blur(6px);
  transform: scale(1.02);
  mask-image: radial-gradient(ellipse at center, black 60%, transparent 100%);
  z-index: 4;
  animation-delay: 0s;
  animation: glowInnerSize 1000ms ease-out 1ms infinite alternate;
  transform-origin: center;
}

.register-content .offer:after {
  content: '';
  height: calc(100% + 6px);
  width: calc(100% - 6px);
  position: absolute;
  top: -18px;
  left: 0px;
  border-radius: 16px;
  opacity: 0.58;
  background: linear-gradient(90deg, #DD3B0F -6.51%, #DD680F 12.71%, #EF7A19 50.57%, #DD950F 90.12%, #FFB20C 105.33%);
  backdrop-filter: blur(32px);
  -webkit-backdrop-filter: blur(32px);
  filter: blur(32px);
  transform: scale(1.06);
  mask-image: radial-gradient(ellipse at center, black 55%, transparent 100%);
  z-index: 3;
  animation-delay: 0.6s;
  animation: glowOuterSize 1000ms ease-out 1ms infinite alternate;
  transform-origin: center;
}

.register-content .price {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
}

.register-content .og-price {
  font-weight: 600;
  font-size: 2rem;
  text-decoration: line-through;
  line-height: 1;
}

.register-content .offer-price {
  font-weight: 800;
  font-size: 4rem;
  line-height: 1.1;
}

.register-content .btn {
  margin-top: 40px;
  width: 100%;
}

.register-content .location {
  line-height: 1.8;
  margin: 16px auto 0;
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
}

.faq-container {
  max-width: 983px;
  margin: 60px auto 0;
}

.faq-item {
  border: 1px solid #4E2200;
  margin-bottom: 24px;
  border-radius: 4px;
}

.faq-item:last-of-type {
  margin-bottom: 0;
}

.faq-question {
  padding: 32px 50px 32px 24px;
  font-size: 1.6rem;
  line-height: 1.7;
  font-weight: 700;
  cursor: pointer;
  position: relative;
}

.faq-question::after {
  content: '';
  height: 24px;
  width: 24px;
  background: url('../images/caret-down.svg') no-repeat;
  background-position: center center;
  position: absolute;
  top: 24px;
  right: 24px;
  transition: transform 0.5s ease;
}

.faq-item.active .faq-question::after {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  padding: 0 24px;
}

.faq-item.active .faq-answer {
  max-height: 500px;
  padding: 0 24px 24px;
}

.faq-answer ul {
  padding-left: 16px;
}

.faq-answer ul li {
  list-style-type: unset;
}

footer {
  margin: 150px 0 79px;
  padding: 32px 54px 40px 40px;
  background: #141A22;
  font-size: 1rem;
  line-height: 1.5;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding-bottom: 20px;
  border-bottom: solid 1px #fff;
  margin-bottom: 20px;
}

footer .logo img {
  width: 118px;
}

footer .logo p {
  padding-top: 8px;
  color: #C3C3C3;
  font-size: 1.4rem;
  line-height: 2.1;
}

.footer-tl>p {
  padding-top: 18px;
  max-width: 439px;
}

.footer-tl>p a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer-tr {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer-tr .social {
  display: flex;
  justify-content: flex-end;
  gap: 18px;
}

.footer-tr .links {
  display: flex;
  gap: 52px;
}

.footer-tr .links .links-column {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 20px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.footer-br {
  display: flex;
}

.footer-br a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer-br a:first-of-type {
  padding-right: 8px;
  border-right: solid 1px #fff;
  margin-right: 8px;
}

.bottom-bar {
  width: 100%;
  height: 79px;
  padding: 20px;
  background: #080B0E;
  position: fixed;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  transition: transform 0.3s ease;
  z-index: 1000;
}

.bottom-bar.show {
  transform: translateY(0);
}

.bottom-bar .bar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.bar .btn {
  font-size: 1.4rem;
  font-weight: 700;
  padding: 12px 24px;
  width: unset;
  height: 39px;
}

#cart {
  position: relative;
}

#cart::before {
  content: '';
  background: radial-gradient(59.14% 55.02% at 50% 59.62%, #DD680F 0%, rgba(0, 0, 0, 0) 100%);
  display: block;
  width: 962px;
  height: 527px;
  position: absolute;
  top: -375px;
  left: calc(50vw - 481px);
  border-radius: 50%;
  z-index: 0;
}

#cart::after {
  content: '';
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  backdrop-filter: blur(54.599998474121094px);
  z-index: 0;
}

.cart-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1135px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.cart-container .form {
  width: 50%;
  max-width: 566px;
}

.cart-container .form h2 {
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 600;
  font-size: 5rem;
  line-height: 1.25;
  text-align: left;
}

.cart-container p {
  margin-top: 16px;
  font-size: 2.4rem;
  line-height: 1.7;
}

.cart-container .form .form-wrapper {
  padding-top: 24px;
}

.form-wrapper .form-group-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.form-wrapper .form-group-wrap>div {
  width: 47.5%;
}

.form-wrapper ::-moz-placeholder {
  font-weight: 400;
}

.form-wrapper ::placeholder {
  font-weight: 400;
}

.form-group {
  margin-bottom: 36px;
  position: relative;
}

.form-group.mrgbt0 {
  margin-bottom: 0px;
}

.form-group label {
  position: absolute;
  top: 14px;
  left: 16px;
  font-size: 1.6rem;
  line-height: initial;
  transition: all 0.2s ease;
  background: #080B10;
  padding: 0 4px;
  pointer-events: none;
}

.form-group .info {
  display: block;
  font-size: 1.2rem;
  color: #F50002;
  padding-top: 5px;
}

.form-control {
  background: transparent;
  padding: 18px 16px 19px;
  border-radius: 4px;
  border: 1px solid #5C5C5C;
  width: 100%;
  color: #F4F4F4;
}

.form-control:focus-visible {
  outline: none;
}

.form-control:focus~label,
.form-control:not(:placeholder-shown)~label {
  top: -9px;
  left: 14px;
  font-size: 1.4rem;
}

.form-control::placeholder {
  opacity: 0;
}

.form-control:focus::placeholder {
  opacity: 0;
}

.form-wrapper .info {
  display: block;
  font-size: 1.2rem;
  color: #F50002;
  padding-top: 5px;
}

.form-wrapper .agree .custom-checkbox {
  display: inline-block;
}

.form-wrapper .agree a {
  border-bottom: dashed 1px #F4F4F4;
  pointer-events: auto;
}

.custom-checkbox .styled-checkbox {
  position: absolute;
  opacity: 0;
  width: 26px;
  height: 26px;
  cursor: pointer;
}

.custom-checkbox .styled-checkbox+label {
  position: relative;
  cursor: pointer;
  padding: 0;
  top: 0;
  left: 0;
}

.custom-checkbox .styled-checkbox+label:before {
  content: "";
  border-radius: 4px;
  border: 1px solid #F4F4F4;
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 24px;
  height: 24px;
}

.custom-checkbox .styled-checkbox:checked+label:after {
  content: "";
  position: absolute;
  left: 10px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #F4F4F4;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.summary {
  width: 40%;
  max-width: 444px;
  background: linear-gradient(42.25deg, rgba(221, 59, 15, 0.5) -42.27%, rgba(221, 59, 15, 0.5) -15.46%, rgba(239, 122, 25, 0.5) 50.25%, #5C5C5C 113.72%);
  background-color: #080B10;
  border: 1px solid #DD3B0F;
  border-radius: 8px;
  padding: 36px 30px 36px 18px;
  z-index: 1;
}

.summary h3 {
  font-weight: 600;
  font-size: 2rem;
  line-height: 2;
  text-align: center;
}

.summary-modules {
  padding-top: 30px;
}

.summary-modules .module {
  padding: 15px 0 30px;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #4E2200;
  display: flex;
  gap: 9px;
  align-items: center;
  background: none;
}

.summary-modules .remove-module {
  position: absolute;
  top: 15px;
  right: 0;
  display: none;
}

.summary-modules .module-icon {
  width: 78px;
  height: auto;
  border-radius: 8px;
  background: linear-gradient(38.77deg, #0E1520 17.31%, #1B2430 51.45%, #58687A 155.88%);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  overflow: hidden;
}

.summary-modules .module-content {
  width: calc(100% - 87px);
  flex-direction: column;
  padding-top: 0;
}

.summary-modules .module-no {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #58687A;
  text-transform: capitalize;
}

.summary-modules .module-name {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.2;
  /*padding-top: 12px;*/
}

.summary-modules .module-detail {
  padding-top: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.summary-modules .module-slot {
  position: relative;
  padding-left: 22px;
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  line-height: 1.5;
}

.summary-modules .module-slot::before {
  content: '';
  width: 18px;
  height: 18px;
  background: url('../images/clock.svg') no-repeat;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.summary-modules .module-price {
  font-weight: 900;
  font-size: 1.6rem;
  line-height: 1.3;
}

.summary-price .price {
  display: flex;
  justify-content: space-between;
  padding: 15px 6px 6px;
  font-size: 1.2rem;
  line-height: 1.5;
}

.summary-price .price.og-price {
  color: #f4f4f4b3;
}

.summary-price .price.og-price .price-amount {
  text-decoration: line-through;
}

.summary-price .price.offer-price {
  font-size: 1.6rem;
  font-weight: 800;
  border-top: 1px solid #4E2200;
  margin-top: 15px;
}

.summary .btn {
  margin-top: 36px;
  width: 100%;
  border: none;
}

.summary .btn:disabled {
  background: #f4f4f420;
  color: #080B10;
  cursor: not-allowed;
}

#success h2 span {
  font-style: normal;
}

.message {
  max-width: 769px;
  margin: 80px auto 60px;
  display: flex;
  gap: 24px;
  align-items: center;
}

.message.error {
  max-width: 821px;
}

.message .msg {
  font-size: 2rem;
  line-height: 1.5;
}

.message .msg p:first-of-type {
  font-size: 2.4rem;
  line-height: 1.4;
  padding-bottom: 24px;
}

.message .msg ul li {
  list-style-type: disc;
  margin-left: 24px;
  padding-bottom: 10px;
}

#success .btn.outline {
  display: block;
  margin: 0 auto;
  max-width: 240px;
}

#success>p {
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
}

.courses {
  margin: 60px auto 0;
  width: 100%;
  max-width: 1208px;
  display: flex;
  gap: 24px;
}

.course {
  width: calc(25% - 8px);
  height: 382px;
  background: linear-gradient(38.77deg, #0E1520 17.31%, #1B2430 51.45%, #58687A 155.88%);
  border-radius: 8px;
  padding: 32px;
  position: relative;
}

.course h3 {
  font-size: 2rem;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}

.course p {
  padding-top: 32px;
  position: relative;
  z-index: 1;
}

.course .btn {
  margin-top: 32px;
  width: unset;
  position: relative;
  z-index: 1;
}

.course img {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.35;
  mix-blend-mode: Luminosity;
  max-height: 260px;
}

#inspiration h3 {
  padding-top: 60px;
  font-size: 2.4rem;
  line-height: 1.8;
  text-align: center;
}

.inspiration-videos {
  display: flex;
  gap: 24px;
  padding-top: 40px;
  margin-left: -64px;
  margin-right: -64px;
  width: calc(100% + 128px);
  padding-left: 64px;
  padding-right: 64px;
  overflow: auto;
  scrollbar-width: none;
}

.inspiration-videos::-webkit-scrollbar {
  display: none;
}