@charset "UTF-8";
/* -------------------- Custom normalise --------------------*/
* {
  box-sizing: border-box;
}

html {
  cursor: default;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  overflow: auto;
  font-size: 0.83vw;
  background-color: #131313;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  scroll-behavior: smooth;
}

body {
  overflow: hidden;
  margin: 0;
  position: relative;
  scroll-behavior: smooth;
  background-color: #131313;
}

ul,
ol {
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
li,
input,
button,
textarea,
form,
legend,
menu,
b,
div {
  text-align: left;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  line-height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  position: relative;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
}

span,
em,
a,
small,
::after,
::before {
  font-family: inherit;
  font-weight: inherit;
  text-transform: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  font-style: normal;
}

*:focus {
  outline: none;
}

main,
aside,
div,
section,
article,
ul,
form,
nav,
ol,
a,
header,
footer,
select {
  padding: 0;
  margin: 0;
  position: relative;
  list-style-type: none;
  font-family: inherit;
  font-family: "Poppins", sans-serif;
}

.alignCenter,
.alignCenter h2,
.alignCenter h3,
.alignCenter h4,
.alignCenter h5,
.alignCenter h6,
.alignCenter p {
  text-align: center;
  width: 100%;
  display: block;
}

.textM,
.textL,
.textS,
.textXS {
  font-weight: 300;
  color: #f7f7f7;
  padding: 2rem 0;
  line-height: 170%;
}

.script {
  font-size: 0.85rem;
  font-family: "Schoolbell", cursive;
  color: #131313;
}

.textM {
  font-size: 1rem;
  line-height: 100%;
}

.textBold {
  font-weight: 400;
  font-size: 1.1rem;
}

.textL {
  font-size: 1.12rem;
}

.textS {
  font-size: 0.85rem;
}

.textXS {
  font-size: 0.75rem;
  font-weight: 300;
  padding: 0;
}

section {
  padding: 0 12%;
}

.cornerBorder::before {
  content: "";
  border-radius: 1rem;
  border: 1px solid #24e3a1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 4.6rem), calc(100% - 4.6rem) 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 4.6rem), calc(100% - 4.6rem) 100%, 0 100%);
}

.cornerBorder::after,
.cornerFull::after {
  position: absolute;
  content: "";
  pointer-events: none;
  bottom: -2px;
  right: -2px;
  background-image: url("../img/triangle.svg");
  background-size: cover;
  width: 4.6rem;
  height: 4.6rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 * {
  font-family: "Bruno Ace", "Poppins", "sans-serif";
  font-size: 5rem;
  font-weight: 400;
  line-height: 120%;
}

h2 {
  font-size: 3.2rem;
}

h3 {
  font-size: 2.5rem;
}

h4 {
  font-size: 2rem;
}

h5 {
  font-size: 1.4rem;
}

h6 {
  font-size: 1.12rem;
}

.noPadding {
  padding: 0;
}

.accent {
  color: #24e3a1;
}

.buttonFull,
.buttonLine,
.buttonDark {
  padding: 1.1rem 2rem;
  display: inline-block;
  border-radius: 1.5rem;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  white-space: nowrap;
  transition: background-color 0.3s cubic-bezier(0.8, 0, 0.2, 1);
}

.buttonFull {
  background-color: #24e3a1;
  color: #131313;
}
.buttonFull:hover {
  background-color: #81f9c4;
}

.buttonSmall {
  font-size: 0.75rem;
  font-weight: 400;
  text-transform: none;
  padding: 0.75rem 1rem;
}

.buttonLine {
  transition: border-color 0.3s cubic-bezier(0.8, 0, 0.2, 1);
  border: 1px solid #ffffff;
}
.buttonLine:hover {
  border-color: #24e3a1;
}

.buttonDark {
  background-color: #131313;
  color: #24e3a1;
}
.buttonDark:hover {
  background-color: #252525;
}

.buttonLine.buttonDark {
  background: none;
  border-color: #131313;
  color: #131313;
  transition: background-color 0.3s cubic-bezier(0.8, 0, 0.2, 1);
}
.buttonLine.buttonDark:hover {
  background-color: #cdfee6;
}

.buttonFull:has(span),
.buttonLine:has(span) {
  display: inline-flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}

.buttonsBlock {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  width: 100%;
}

.glow::before {
  content: "";
  position: absolute;
  width: 65.5625rem;
  height: 41.875rem;
  transform: rotate(90deg);
  flex-shrink: 0;
  border-radius: 88.5625rem;
  background: radial-gradient(73.59% 77.02% at 50% 50%, #24E3A1 0%, #131313 100%);
  filter: blur(165px);
  left: -48rem;
  top: 10rem;
}

.mobileGlow::before {
  display: none;
}

.glowBottom::before {
  top: auto;
  bottom: 0;
  width: 130vw;
  height: 18vw;
  left: -15vw;
}

.glowDimmed::before {
  opacity: 0.25;
}

.vertSpacer {
  margin-top: 10rem;
}

.vertSpacerMid {
  margin-top: 7rem;
}

.vertSpacerMin {
  margin-top: 5.5rem;
}

/* header */
.logo {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.logo img:nth-child(1) {
  height: 3.8rem;
}
.logo img:nth-child(2) {
  height: 2.3rem;
}

header {
  position: fixed;
  left: 0;
  width: 100%;
  display: flex;
  top: 0;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 12%;
  z-index: 99;
}
header .logo,
header .inlineButton {
  width: 15%;
}
header .menuToggle {
  display: none;
}
header nav {
  opacity: 0;
  background-color: #131313;
  border-radius: 1rem;
  padding: 1 1rem;
  border: 1px solid #00684c;
}
header > a:has(.logo),
header .inlineButton {
  opacity: 0;
}

.mainMenu ul {
  display: flex;
}
.mainMenu ul li {
  padding: 1rem 2rem;
  transition: color 0.3s cubic-bezier(0.8, 0, 0.2, 1);
}
.mainMenu ul li:hover {
  color: #24e3a1;
}

.hero {
  padding: 0;
  padding-top: 6rem;
  height: 100vh;
}
.hero h1 > div {
  display: flex;
  gap: 5px;
  align-items: center;
  align-items: center;
  justify-content: center;
}
.hero h1 > div .words {
  --words-size: 5.5rem;
  overflow: hidden;
  display: inline-block;
  height: var(--words-size);
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
  justify-items: center;
  padding: 0 1rem;
}
.hero h1 > div .words li {
  color: #24e3a1;
  height: var(--words-size);
  line-height: var(--words-size);
  list-style: none;
}
.hero h1 > div .words > * {
  grid-area: 1/1/2/2;
}
.hero canvas {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.hero main {
  margin: 12vh 0 5vh 0;
}
.hero main .textM {
  line-height: 100%;
}
.hero main .mainHeading h1,
.hero main .mainHeading > p,
.hero main .mainHeading > div {
  opacity: 0;
}
.hero .spots {
  gap: 1rem;
  padding: 1rem 0 3rem 0;
  align-items: center;
  display: flex;
  justify-content: center;
}
.hero .spots img {
  height: 1.5rem;
}
.hero .spots p {
  padding: 0;
}

.clientSlider {
  width: 100vw;
  margin: auto;
  overflow: hidden;
  height: auto;
  left: 0;
  margin-top: 2rem;
}
.clientSlider ul {
  width: auto;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.clientSlider ul li {
  padding: 0 5rem;
  height: 100%;
  width: auto;
  position: relative;
}
.clientSlider ul li img {
  height: 1100%;
  width: auto;
}

.gradient ul li::after {
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(19, 19, 19);
  background: linear-gradient(0deg, rgb(19, 19, 19) 0%, rgba(19, 19, 19, 0) 70%);
}

.works {
  padding: 0;
}
.works ul {
  width: auto;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.works ul li {
  box-sizing: border-box;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  position: relative;
  flex-shrink: 0;
  color: black;
  flex-direction: column;
  cursor: pointer;
}
.works ul li img {
  height: 28rem;
  display: block;
  margin: 1.5rem 0.75rem 0 0.75rem;
  border-radius: 1rem;
}

.ignitePotential .cube {
  position: absolute;
  right: 8%;
  top: 0rem;
  pointer-events: none;
  height: 12rem;
}

.ignitePotential::before,
.steps::before,
.about::before,
.faqHolder::before {
  top: auto;
  bottom: 0;
  height: 12vw;
  filter: blur(7rem);
  left: 50%;
  transform: translateX(-50%);
}

.fourSteps .steps {
  --spacing: 2rem;
  height: 35rem;
}
.fourSteps .steps::before {
  height: 15vw;
  bottom: 5rem;
}
.fourSteps .steps article {
  width: 70%;
  left: 15%;
  padding: 2.5rem 3.5rem;
  background-color: #131313;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 2rem;
  gap: 0;
  top: 0;
  position: relative;
  height: 28rem;
}
.fourSteps .steps article .stepInfo,
.fourSteps .steps article aside {
  flex: 1 1 50%;
  min-width: 0;
}
.fourSteps .steps article .stepInfo {
  padding-right: 4.5rem;
}
.fourSteps .steps article .stepInfo .textXS {
  opacity: 0.5;
  padding: 1rem 0;
}
.fourSteps .steps article aside {
  align-self: stretch;
  background-color: #24e3a1;
  border-radius: 1.75rem;
  overflow: hidden;
  margin-left: 1rem;
}
.fourSteps .steps article aside.revision img {
  width: 100%;
}
.fourSteps .steps article aside.logoFly {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem;
}
.fourSteps .steps article aside.logoFly img {
  height: 2.5rem;
}
.fourSteps .steps article aside.logoFly img:nth-child(even) {
  align-self: flex-start;
}
.fourSteps .steps article aside.logoFly img:nth-child(odd) {
  align-self: flex-end;
}
.fourSteps .steps article aside.logoFly img:nth-last-child(1) {
  height: 5rem;
}
.fourSteps .steps article aside.flyWithBcg {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem;
}
.fourSteps .steps article aside.flyWithBcg img {
  z-index: 1;
  border-radius: 1rem;
  height: 5rem;
}
.fourSteps .steps article aside.flyWithBcg img:nth-child(2) {
  align-self: flex-end;
}
.fourSteps .steps article aside.flyWithBcg img:nth-child(3) {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 80%;
  height: auto;
  z-index: 0;
}
.fourSteps .steps article aside.stepsTrack ul {
  display: flex;
}
.fourSteps .steps article aside.stepsTrack ul li img {
  width: auto;
  height: 25rem;
}
.fourSteps .steps article .stepName {
  display: flex;
  padding-bottom: 1rem;
  gap: 0.5rem;
  align-items: center;
  justify-content: flex-start;
}
.fourSteps .steps article .stepName img {
  height: 1.7rem;
  padding: 0.3rem;
  width: 1.7rem;
  background-color: #24e3a1;
  border-radius: 0.3rem;
}
.fourSteps .steps article .stepName .textM {
  padding: 0;
}
.fourSteps .steps article:nth-child(2) {
  top: calc(var(--spacing) * 1);
}
.fourSteps .steps article:nth-child(3) {
  top: calc(var(--spacing) * 2);
}
.fourSteps .steps article:nth-child(3) .stepInfo {
  padding-right: 2.5rem;
}
.fourSteps .steps article:nth-child(4) {
  top: calc(var(--spacing) * 3);
}
.fourSteps .steps article:nth-child(4) .stepInfo {
  padding-right: 2.5rem;
}

.about {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  align-items: stretch;
}
.about::before {
  bottom: 3rem;
  height: 18vw;
  width: 80rem;
  opacity: 1;
}
.about > div {
  flex: 1 1 0px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid #24e3a1;
  background-color: #131313;
  border-radius: 2rem;
  padding: 2.5rem;
}
.about > div .textS {
  padding: 0;
  opacity: 0.8;
}
.about > div h5 {
  margin: 4rem 0 1rem 0;
}
.about > div:nth-child(2),
.about > div:nth-child(3) {
  flex-basis: calc(60% - 0.75rem);
}
.about > div:nth-child(1),
.about > div:nth-child(4) {
  flex-basis: calc(40% - 0.75rem);
}
.about .turnaround img {
  height: 7.5rem;
}
.about .communication img {
  height: 19.5rem;
}
.about .team {
  overflow: hidden;
}
.about .team .teamTracks {
  width: 100%;
  position: relative;
  height: 16.5rem;
}
.about .team ul {
  position: absolute;
  top: 0;
  left: -5rem;
  align-items: flex-start;
  justify-content: flex-start;
  display: flex;
  will-change: transform opacity;
}
.about .team ul li {
  margin: 0 1rem;
  flex-shrink: 0;
  background-color: #ffffff;
  border-radius: 1rem;
  display: flex;
  width: 20rem;
  padding: 0.75rem;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}
.about .team ul li:nth-last-child(1) {
  margin-right: 2rem;
}
.about .team ul li:nth-child(1) {
  margin-left: 2rem;
}
.about .team ul li aside {
  padding: 0.75rem;
}
.about .team ul li aside p,
.about .team ul li aside .textS {
  color: #131313;
  text-align: left;
}
.about .team ul li aside .textM {
  padding-top: 0;
  padding-bottom: 1rem;
}
.about .team ul li div {
  overflow: hidden;
  background-color: #24e3a1;
  border-radius: 50%;
  height: 4.5rem;
  width: 4.5rem;
}
.about .team ul li div img {
  height: 100%;
  display: block;
  position: absolute;
  width: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about .team ul:nth-child(2) {
  top: auto;
  bottom: 0;
  left: -15rem;
}
.about .nomore {
  overflow: hidden;
}
.about .nomore h6 {
  margin-bottom: 1.5rem;
}
.about .nomore ul {
  will-change: transform opacity;
}
.about .nomore li {
  padding: 0.5rem 0;
  display: flex;
  align-items: center;
  will-change: transform;
}
.about .nomore li:not(:has(h6))::before {
  content: "";
  width: 2rem;
  height: 2rem;
  background-image: url("../img/x.svg");
  background-size: cover;
  display: inline-block;
  margin-right: 1rem;
}

.weOffer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.weOffer > li {
  width: 24%;
}
.weOffer > li img {
  height: 5rem;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  margin-bottom: 2rem;
}
.weOffer .borderBox {
  border: 2px solid #24e3a1;
  padding: 2rem 4rem;
  border-radius: 1rem;
}
.weOffer .borderBox p {
  min-height: 10rem;
  padding-bottom: 0;
}
.weOffer .listHolder {
  margin-top: 2rem;
}
.weOffer .listHolder ul {
  width: 100%;
  list-style-type: disc;
}
.weOffer .listHolder ul li {
  font-size: 1.12rem;
  line-height: 150%;
}

.membership .buttonsBlock {
  margin: 3rem 0 5rem 0;
}
.membership .offers {
  margin-top: 2rem;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.membership .offers::before {
  top: auto;
  bottom: 0;
  height: 12vw;
  filter: blur(7rem);
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.25;
}
.membership .offers > li {
  width: 32%;
}
.membership .offers article {
  padding: 3rem 4rem 3rem 4rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.membership .offers article .offerHeading {
  padding: 0 1.5rem;
  height: 12rem;
}
.membership .offers article .included {
  padding-left: 1.5rem;
  margin: 2rem 0;
  list-style: disc;
  flex-grow: 1;
}
.membership .offers article .included li {
  font-size: 0.8rem;
  line-height: 150%;
}
.membership .offers article .offerButton {
  position: relative;
  bottom: 0;
  margin-top: 2rem;
  top: auto;
}
.membership .offers article .offerButton .textXS {
  margin: 0.5rem 0;
}
.membership .offers article .price h4::before {
  content: "€ ";
}
.membership .offers article .price h4::after {
  content: "/m";
}
.membership .offers article .price .textL {
  transition: opacity 0.3s cubic-bezier(0.8, 0, 0.2, 1);
}

.oneTimer .oneTimerBG {
  background-color: #24e3a1;
  gap: 5%;
  padding: 2rem 5%;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.oneTimer .oneTimerBG p,
.oneTimer .oneTimerBG h5 {
  color: #131313;
  padding-bottom: 0;
}
.oneTimer .inlineButton {
  width: 20%;
}

.calenderHolder .calenderBG {
  background-color: #F7F7F7;
  gap: 5%;
  padding: 8rem 5%;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.calenderHolder .calenderBG .buttonsBlock {
  justify-content: flex-start;
}
.calenderHolder .calenderBG h2,
.calenderHolder .calenderBG p {
  color: #131313;
}
.calenderHolder .calenderBG .calender {
  background-color: #ffffff;
  border-radius: 2rem;
  overflow: hidden;
  height: 24rem;
  width: 80%;
  border: 1px solid rgba(19, 19, 19, 0.1);
}
.calenderHolder .calenderBG .calender iframe {
  width: 100%;
}
.calenderHolder .calenderBG aside {
  width: 70%;
}
.calenderHolder .calenderBG aside p {
  width: 75%;
}

.advantages .advantagesList {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.advantages .advantagesList li {
  padding: 2rem 0;
  width: 25%;
}
.advantages .advantagesList li img {
  width: 5rem;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  margin-bottom: 2rem;
}

.videoHolder {
  position: relative;
}
.videoHolder .vidTrigger {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  cursor: pointer;
}
.videoHolder .vidTrigger img {
  left: 50%;
  top: 50%;
  transform-origin: center;
  transform: translate(-50%, -50%);
  width: 4rem;
  display: block;
  position: relative;
  transition: width 0.3s cubic-bezier(0.8, 0, 0.2, 1);
}
.videoHolder .vidTrigger:hover img {
  width: 6rem;
}
.videoHolder video {
  width: 100%;
  border-radius: 1rem;
  height: auto;
}

.track {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: transform 1s cubic-bezier(0.8, 0, 0.2, 1);
  width: 5000vw;
}

.track article {
  transition: opacity 1s cubic-bezier(0.8, 0, 0.2, 1);
}

.triggerNav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 4rem;
}
.triggerNav .wtAct,
.triggerNav .active {
  background-color: #24e3a1;
}
.triggerNav li a {
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transition: background-color 0.3s cubic-bezier(0.8, 0, 0.2, 1);
}
.triggerNav li a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.clientReviews .track {
  align-items: stretch;
}
.clientReviews .reviews {
  display: flex;
}
.clientReviews .reviews article {
  display: inline-flex;
  justify-content: stretch;
  align-items: center;
  flex-direction: column;
  padding: 0 7rem;
  width: 50%;
  border: 2px solid #24e3a1;
  border-radius: 2rem;
  padding-top: 3em;
}
.clientReviews .reviews article .accent {
  font-size: 1.5rem;
}
.clientReviews .reviews article .textM {
  flex-grow: 1;
}
.clientReviews .reviews article .textS {
  padding-top: 0;
}
.clientReviews .reviews article .avatar {
  position: absolute;
  top: -3rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 6rem;
  width: 6rem;
  border: 2px solid #ffffff;
  border-radius: 50%;
}
.clientReviews p {
  padding-bottom: 1.5rem;
}
.clientReviews img:not(.avatar) {
  height: 1rem;
  margin: 0;
  padding: 0;
  position: relative;
  margin-bottom: 1.5rem;
}

.faqHolder {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 2rem;
  z-index: 2;
}
.faqHolder li {
  overflow: hidden;
  margin-bottom: 1.5rem;
  max-height: 4.6rem;
  transition: max-height 1s cubic-bezier(0.8, 0, 0.2, 1);
}
.faqHolder li::before {
  content: "";
  border-radius: 1rem 0 0 1rem;
  border: 1px solid rgba(205, 254, 230, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  -webkit-clip-path: polygon(0 0, calc(100% - 4.7rem) 0, 100% 4.4rem, 100% 100%, 0 100%);
          clip-path: polygon(0 0, calc(100% - 4.7rem) 0, 100% 4.4rem, 100% 100%, 0 100%);
}
.faqHolder li:nth-last-child(1) {
  margin: 0;
}
.faqHolder .faqHeading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 4.6rem;
}
.faqHolder .faqHeading h5 {
  padding: 0 2rem;
}
.faqHolder .faqHeading p {
  flex-grow: 1;
}
.faqHolder .faqContent {
  padding: 0 2rem;
}
.faqHolder ol {
  width: 100%;
}
.faqHolder .triangleButton {
  height: 4.6rem;
  width: 4.8rem;
  display: inline-block;
  position: relative;
  transform: rotate3d(-1, -1, 0, 0);
  transition: all 500ms ease;
  transform-style: preserve-3d;
}
.faqHolder .triangleButton::before, .faqHolder .triangleButton::after {
  transition: transform 1s cubic-bezier(0.8, 0, 0.2, 1);
  position: absolute;
  content: "";
  top: -1px;
  left: 0;
  width: calc(100% + 3px);
  height: calc(100% + 3px);
  background: url("../img/plus.svg");
  background-size: contain;
  backface-visibility: hidden;
  z-index: 2;
}
.faqHolder .triangleButton::after {
  background: url("../img/minus.svg");
  backface-visibility: hidden;
  z-index: 0;
  transform: rotateY(-180deg);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: calc(100% - 0.5rem);
  left: 0;
  top: -0.1rem;
}
.faqHolder li.open {
  max-height: var(--mh);
}
.faqHolder li.open .triangleButton {
  transform: rotate3d(-1, -1, 0, 180deg);
}
.faqHolder aside {
  width: 40%;
  overflow: hidden;
  border-radius: 1rem;
}
.faqHolder ol {
  width: 60%;
}
.faqHolder aside img {
  height: 100%;
  width: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

footer {
  padding: 0 12%;
  z-index: 0;
  min-height: 90vh;
}
footer.glowBottom::before {
  transform: rotate(180deg);
  width: 80vw;
  height: 18vw;
  left: 10vw;
}
footer hr {
  border-color: #24e3a1;
}
footer .footerImg {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 1;
  pointer-events: none;
  pointer-events: none;
}
footer .contactInfo {
  width: 100%;
}
footer .contactInfo .socials {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 50%;
  bottom: 0;
  transform: translateY(-50%);
}
footer .contactInfo .socials li img {
  box-sizing: border-box;
  height: 2.5rem;
  padding: 0.6rem;
  background-color: rgba(36, 227, 161, 0.1);
  border-radius: 0.85rem;
  border: 1px solid rgba(36, 227, 161, 0.15);
  margin: 0.75rem 0;
  transition: border-color 0.3s cubic-bezier(0.8, 0, 0.2, 1);
}
footer .contactInfo .socials li a:hover img {
  border-color: #24e3a1;
}
footer .contactInfo .navs {
  margin: 4rem 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-evenly;
  gap: 6rem;
}
footer .contactInfo .mainMenu {
  align-self: flex-end;
}
footer .contactInfo .mainMenu li {
  border: none;
}
footer .contactInfo form {
  align-self: flex-end;
}
footer .contactInfo form label {
  text-align: right;
  display: block;
  padding-bottom: 1.5rem;
}
footer .contactInfo form div {
  border-radius: 1rem;
  display: flex;
  align-items: stretch;
}
footer .contactInfo form div button {
  padding: 0.7rem 1rem;
  cursor: pointer;
  background-color: #24e3a1;
  border-radius: 0 1rem 1rem 0;
  transition: background-color 0.3s cubic-bezier(0.8, 0, 0.2, 1);
}
footer .contactInfo form div button:hover {
  background-color: #81f9c4;
}
footer .contactInfo form div input {
  background: none;
  border: 1px solid #00684c;
  border-radius: 1rem 0 0 1rem;
  width: 18rem;
  padding: 0 2rem;
  color: #ffffff;
}
footer .contactInfo form div input::-moz-placeholder {
  color: #ffffff;
}
footer .contactInfo form div input::placeholder {
  color: #ffffff;
}
footer .contactInfo nav:not(.mainMenu) {
  align-self: flex-end;
}
footer .contactInfo nav:not(.mainMenu) li {
  font-size: 0.85rem;
  margin: 1.2rem;
  text-align: right;
}

.track {
  gap: 1rem;
}

.track article {
  opacity: 0;
}

.track article.active {
  opacity: 1;
}

/*Media queries */
@media only screen and (min-width: 961px) and (max-width: 1300px) {
  html {
    font-size: 14px;
  }
  section {
    padding: 0 5%;
  }
  .hero {
    height: auto;
  }
  .weOffer {
    gap: 3rem;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
  }
  .weOffer > li {
    width: 35%;
  }
  .membership .offers {
    flex-wrap: wrap;
  }
  .membership .offers > li {
    width: 48%;
  }
  .membership .offers > li .offerHeading {
    padding: 0;
  }
  .membership .offers > li:nth-last-child(1) {
    width: 100%;
    margin-top: 2rem;
    flex-direction: row;
  }
  .membership .duoOffer article {
    height: auto;
  }
  .membership .duoOffer .centerMe {
    transform: none;
    top: 0;
    padding: 2rem 2rem;
  }
  footer {
    min-height: auto;
    padding-bottom: 20vw;
  }
}
@media only screen and (max-width: 960px) {
  html {
    font-size: 12px;
  }
  .logo img:nth-child(1) {
    height: 2rem;
  }
  .logo img:nth-child(2) {
    height: 1.3rem;
  }
  section {
    padding: 0 8%;
  }
  .textM br,
  .textL br,
  .textS br {
    display: none;
  }
  .textS {
    font-size: 1.1rem;
  }
  .textXS {
    font-size: 1rem;
  }
  .buttonsBlock {
    flex-direction: column;
  }
  .buttonsBlock .buttonFull,
  .buttonsBlock .buttonLine,
  .buttonsBlock .buttonDark {
    width: 60%;
    text-align: center;
  }
  .buttonFull,
  .buttonLine,
  .buttonDark {
    font-size: 1.3rem;
    padding: 1.5rem 2.5rem;
    border-radius: 2rem;
  }
  h1,
  h1 * {
    font-size: 3rem;
  }
  h1 > div ul,
  h1 * > div ul {
    height: 2rem;
  }
  h1 > div .words,
  h1 * > div .words {
    --words-size: 3rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.8rem;
  }
  h5 {
    font-family: "Poppins";
    font-size: 1.6rem;
  }
  .glow::before {
    display: none;
  }
  .hero {
    height: auto;
    margin-bottom: 7rem;
  }
  .hero canvas {
    pointer-events: none;
  }
  .hero header {
    z-index: 99;
    position: fixed;
  }
  .hero header .menuToggle {
    display: block;
  }
  .hero header .mainMenu {
    display: none;
  }
  .hero header .mainMenu.open {
    display: block;
  }
  .hero header nav {
    z-index: 99;
    display: block;
    position: fixed;
    top: 5rem;
    transform: translateX(100%);
    right: 0;
    pointer-events: none;
    transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  }
  .hero header nav ul {
    z-index: 10;
    position: relative;
    flex-direction: column;
    background-color: #131313;
  }
  .hero header nav ul li {
    border: 0;
    font-size: 1.1rem;
    text-align: right;
    padding: 2rem;
  }
  .hero header nav ul li:hover {
    color: #24e3a1;
  }
  .hero header nav.open {
    transform: none;
    pointer-events: auto;
  }
  .hero header .inlineButton {
    display: none;
  }
  .hero > img {
    width: 400vw;
    left: -70%;
  }
  .hero .heroClients ul img {
    height: 3rem;
  }
  .works ul li img {
    height: 15rem;
  }
  .ignitePotential .cube {
    display: none;
  }
  .fourSteps .steps {
    height: auto;
  }
  .fourSteps .steps article {
    flex-direction: column;
    width: 100%;
    left: 0;
    height: auto;
    gap: 2rem;
  }
  .fourSteps .steps article .stepInfo {
    padding-right: 0;
  }
  .fourSteps .steps article aside {
    margin: 0;
  }
  .fourSteps .steps article aside.logoFly {
    gap: 3rem;
  }
  .fourSteps .steps article aside.flyWithBcg {
    gap: 1rem;
  }
  .fourSteps .steps article aside.flyWithBcg img:nth-child(2) {
    order: 3;
  }
  .fourSteps .steps article aside.flyWithBcg img:nth-child(3) {
    position: relative;
    order: 2;
  }
  .fourSteps .steps article aside img {
    width: 100%;
    height: auto;
  }
  .about .communication img {
    width: 100%;
    height: auto;
  }
  .about .team {
    flex-basis: 100%;
  }
  .about .team ul li {
    width: auto;
  }
  .about > div:nth-child(2),
  .about > div:nth-child(3) {
    flex-basis: 100%;
  }
  .weOffer {
    flex-direction: column;
    align-items: center;
  }
  .weOffer > li {
    width: 90%;
  }
  .weOffer > li img {
    height: 7rem;
    width: 7rem;
  }
  .weOffer .textM,
  .weOffer .listHolder ul li {
    font-size: 1.25rem;
  }
  .weOffer .listHolder ul {
    padding-left: 3rem;
  }
  .weOffer .borderBox {
    padding: 3rem 4rem;
    margin-bottom: 5rem;
  }
  .membership .offers {
    flex-direction: column;
  }
  .membership .offers li {
    width: 100%;
  }
  .membership .offers li article {
    padding: 4rem 2rem;
    margin-bottom: 4rem;
  }
  .membership .offers li article .included li {
    font-size: 1rem;
  }
  .membership .offers li .offerHeading {
    padding: 0;
  }
  .membership .duoOffer h3 {
    font-size: 3rem;
  }
  .membership .duoOffer .centerMe {
    top: 0;
    transform: none;
  }
  .membership .duoOffer .cornerBorder:nth-last-child(1) {
    margin-bottom: 0;
  }
  .vertSpacer {
    margin-top: 6rem;
  }
  .oneTimer .oneTimerBG {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 4rem 2rem;
  }
  .oneTimer .oneTimerBG h5 {
    font-family: "Bruno Ace";
    font-size: 2rem;
  }
  .oneTimer .oneTimerBG .textL {
    font-size: 1.3rem;
    font-weight: 500;
  }
  .oneTimer .oneTimerBG .inlineButton {
    width: 100%;
    margin-top: 2rem;
  }
  .calenderHolder .calenderBG {
    padding: 2rem;
    flex-direction: column-reverse;
  }
  .calenderHolder .calenderBG .calender {
    height: 33rem;
    width: auto;
  }
  .calenderHolder .calenderBG aside {
    width: 85%;
  }
  .calenderHolder .calenderBG .buttonsBlock .buttonFull,
  .calenderHolder .calenderBG .buttonsBlock .buttonLine,
  .calenderHolder .calenderBG .buttonsBlock .buttonDark {
    width: 100%;
    text-align: center;
  }
  .advantages .advantagesList li {
    width: 90%;
    padding: 0;
  }
  .advantages .advantagesList li img {
    height: 6rem;
    width: 6rem;
  }
  .advantages .advantagesList .textM {
    font-size: 1.2rem;
  }
  .mobileGlow::before {
    display: block;
    bottom: -20vw;
    display: block;
    bottom: -20vw;
    top: auto;
    pointer-events: none;
  }
  .faqHolder aside {
    display: none;
  }
  .faqHolder ol {
    width: 100%;
  }
  .faqHolder ol li {
    max-height: 7rem;
  }
  .faqHolder ol li::before {
    -webkit-clip-path: polygon(0px 0px, calc(100% - 7.2rem) 0px, 100% 7rem, 100% 100%, 0px 100%);
            clip-path: polygon(0px 0px, calc(100% - 7.2rem) 0px, 100% 7rem, 100% 100%, 0px 100%);
  }
  .faqHolder ol li .faqHeading {
    height: 7rem;
  }
  .faqHolder ol li .faqHeading h5 {
    font-size: 2rem;
    font-family: "Bruno Ace";
    padding: 0 0.5rem;
  }
  .faqHolder ol li .faqHeading p {
    flex-grow: 0;
    width: 50%;
  }
  .faqHolder ol li .triangleButton {
    height: 7rem;
    width: 7.4rem;
  }
  .faqHolder ol li .triangleButton::before {
    background-size: 100% 100%;
  }
  .faqHolder ol li .triangleButton::after {
    background-size: 100%;
    background-position: 0.4rem -0.7rem;
  }
  footer {
    padding-bottom: 18rem;
  }
  footer.glow::before {
    display: block;
    height: 20vw;
    bottom: 2rem;
  }
  footer .logo {
    justify-content: center;
  }
  footer .logo img:nth-child(1) {
    height: 5rem;
  }
  footer .logo img:nth-child(2) {
    height: 3.2rem;
  }
  footer .contactInfo {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
  footer .contactInfo .navs {
    gap: 1rem;
    margin-bottom: 0;
  }
  footer .contactInfo nav:not(.mainMenu) {
    width: 100%;
  }
  footer .contactInfo nav:not(.mainMenu) li {
    font-size: 1.1rem;
    margin: 2rem 0;
    text-align: center;
  }
  footer .contactInfo .socials {
    gap: 2rem;
    position: relative;
    display: flex;
    transform: none;
    margin-top: 2rem;
  }
  footer .contactInfo .socials li img {
    height: 3.5rem;
    padding: 1rem;
  }
  footer .contactInfo .mainMenu {
    width: 100%;
  }
  footer .contactInfo .mainMenu ul {
    flex-direction: column;
    width: 100%;
  }
  footer .contactInfo .mainMenu ul li {
    width: 100%;
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }
  footer .contactInfo .mainMenu ul li a {
    width: 100%;
    text-align: center;
    display: block;
  }
  footer .contactInfo form label {
    font-size: 1.1rem;
    text-align: center;
  }
  footer .contactInfo form div button {
    padding: 1rem 1.5rem;
  }
  footer .contactInfo form div button img {
    height: 2.5rem;
  }
}/*# sourceMappingURL=main.css.map */