@charset "UTF-8";
:root {
  --blob-color: linear-gradient(to right, #ff0035, #cd005c);
  --blob-size: 60rem;
}

:root {
  --side-padding: calc((100% - 1320px) / 2);
}

@font-face {
  font-family: "Nexa";
  src: url("font/nexa-book-webfont.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nexa";
  src: url("font/nexa-black-webfont.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* -------------------- 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: 16px;
  background-color: #f9f5ff;
  color: #0c0016;
  font-family: "Nexa", sans-serif;
  scroll-behavior: smooth;
  margin: 0 !important;
}

body {
  overflow-x: clip;
  margin: 0;
  position: relative;
  scroll-behavior: smooth;
  background-color: #f9f5ff;
}

.notMain {
  overflow: visible;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
li,
dl,
dt,
dd,
input,
button,
textarea,
form,
legend,
menu,
b,
div,
figure,
figcaption,
blockquote {
  text-align: inherit;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  line-height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  position: relative;
  color: #0c0016;
  font-family: "Nexa", sans-serif;
  font-optical-sizing: auto;
  text-rendering: optimizeLegibility;
}

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: "Nexa", sans-serif;
  font-optical-sizing: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
}

section,
#main,
header,
footer {
  padding: 0 var(--side-padding);
  margin-top: 10rem;
}

.sectionHr {
  width: 80%;
  border-color: #8d0bff;
  opacity: 0.3;
}

h1 {
  font-size: 6rem;
  font-weight: 900;
  text-align: center;
  line-height: 100%;
}

h2 {
  font-size: 3.9rem;
  line-height: 110%;
  color: #0c0016;
  font-weight: 900;
  position: relative;
}

h4 {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05rem;
  -webkit-text-stroke: 0.8px #0c0016;
  color: #0c0016;
}

h3 {
  font-weight: 500;
  -webkit-text-stroke: 0.8px #5f00b1;
  color: #5f00b1;
  font-size: 2rem;
}

.backgroundDark h3,
.backgroundDark h4 {
  -webkit-text-stroke: 0.5px #f9f5ff;
}

h5 {
  font-size: 1.5rem;
  font-weight: 400;
  color: #0c0016;
  margin-bottom: 0.7rem;
}

h6 {
  color: #0c0016;
  font-size: 1rem;
  font-weight: 500;
}

.accent {
  color: #8d0bff;
}

.uppercase {
  text-transform: uppercase;
}

.buttonGroup {
  display: flex;
  gap: 1rem;
  justify-content: center;
  width: 100%;
}

.button {
  display: inline-flex;
  align-items: center;
  position: relative;
  justify-content: center;
  gap: 1.5rem;
  background-color: #8d0bff;
  padding: 1.5rem 3rem;
  font-size: 1.5rem;
  color: #f9f5ff;
  border-radius: 1.5rem;
  font-weight: 400;
  border: 1px solid #8d0bff;
  overflow: hidden;
}
.button svg,
.button img {
  height: 1.25rem;
  width: 1.25rem;
  z-index: 2;
}

.glassButton {
  background: none;
  color: #0c0016;
  inset: 0;
  border: none;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  place-items: center;
  backdrop-filter: url("#magnifying-glass-filter");
  border: 1px solid white;
}

.buttonWhite {
  background-color: #f9f5ff;
  color: #5f00b1;
}

.buttonThin {
  font-size: 1.5rem;
  color: #8d0bff;
  font-weight: 300;
}
.buttonThin::after {
  content: " →";
}

button {
  all: unset;
}

p {
  font-size: 1.5rem;
  line-height: 100%;
}

p.textS {
  font-size: 1rem;
  line-height: 120%;
  opacity: 0.95;
}

p.textXS {
  font-size: 0.9rem;
  line-height: 120%;
  opacity: 0.7;
}

p.textThin {
  font-size: 1.35rem;
  font-weight: 300;
}

p.textM {
  font-size: 1.15rem;
}

strong {
  font-weight: 500;
}

.alignCenter {
  text-align: center;
}

.lowOpacity {
  opacity: 0.65;
}

.mainLogo {
  height: 3.5rem;
  transition: transform 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.mainLogo img {
  height: 3.5rem;
}
.mainLogo:hover {
  transform: rotate(7deg);
}

header {
  z-index: 99;
  margin-top: 0;
  padding-top: 2rem;
}
header nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header nav ul {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}

.heading {
  text-align: center;
  padding-bottom: 2rem;
  margin-bottom: 5rem;
}
.heading h2 {
  margin-bottom: 2rem;
}
.heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 10rem;
  margin: 0 auto;
  height: 1.5px;
  background-color: #0c0016;
}

.headingFlex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5rem;
  gap: 6%;
}
.headingFlex > div {
  text-align: right;
  flex-basis: 35%;
  flex-shrink: 0;
}
.headingFlex .buttonThin {
  margin-top: 3rem;
  display: block;
}

.heroText canvas {
  top: -7rem;
}
.heroText {
  margin-top: 10rem;
}
.heroText h1 {
  margin: 2rem 0 3rem 0;
}
.heroText .buttonGroup {
  margin: 5rem 0 0 0;
}
.heroText .brandsSupport {
  margin: 2rem 0 5rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.heroText .brandsSupport img {
  height: 3rem;
}

body {
  background-size: 100%;
}

body > svg {
  display: none;
}

canvas {
  position: absolute;
  top: 0;
  left: -50px;
  z-index: 0;
  opacity: 0.2;
}

.services {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.5rem;
  background-image: url("../img/services.png");
  background-size: 70%;
  padding-bottom: 15rem;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.services article {
  gap: 1.5rem;
  border-radius: 1.5rem;
  box-shadow: 0 0.25rem 5px 0 rgba(12, 0, 22, 0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 2rem;
}
.services article img {
  height: 5rem;
}
.services article h4 {
  margin-bottom: 0.75rem;
}
.services article p {
  line-height: 1.25;
}
.services .skip {
  visibility: hidden;
}

.allInOncePlace {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
}
.allInOncePlace article:nth-child(2) {
  border-left: 1px solid #0c0016;
  border-right: 1px solid #0c0016;
}
.allInOncePlace h3 {
  margin: 1rem 0;
}
.allInOncePlace .lottie {
  height: 6rem;
  width: 6rem;
  left: 50%;
  transform: translateX(-50%);
}

.backgroundDark h2,
.backgroundDark h3,
.backgroundDark h4,
.backgroundDark h5,
.backgroundDark h6,
.backgroundDark p {
  color: #f9f5ff;
}
.backgroundDark .heading::after {
  background-color: #f9f5ff;
}
.backgroundDark {
  background-color: #0c0016;
}

.whyUsHolder {
  background: linear-gradient(90deg, #0c0016 -47.03%, #3a0965 100%);
  padding-top: 6rem;
  padding-bottom: 5rem;
}

.whyUs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 10%;
  grid-row-gap: 5rem;
}
.whyUs article {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.whyUs img {
  width: 4.3rem;
  height: 4.3rem;
}
.whyUs p {
  margin-top: 0.5rem;
  font-size: 1.15rem;
  line-height: 1.25;
  opacity: 0.9;
}

.textThin {
  font-family: "Poppins";
}

.achievmentTop img {
  position: absolute;
  z-index: 10;
}
.achievmentTop .pointsImage {
  left: 0;
  bottom: 0;
  height: 100%;
}
.achievmentTop .timeImage {
  right: 0;
  height: 18rem;
  bottom: -3.5rem;
}

.achievments {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-areas: "a a b b" "a a c .";
  grid-gap: 0 1rem;
  margin-left: 35%;
  grid-template-rows: 20rem 13rem;
  padding-bottom: 2.5rem;
}
.achievments > * {
  padding: 2.2rem 1.4rem;
  border-radius: 2rem;
}
.achievments .down {
  position: absolute;
  bottom: 2.2rem;
}
.achievments > :nth-child(1) {
  grid-area: a;
  background: linear-gradient(257.04deg, #5f00b1 35.23%, #8d0bff 90.68%);
}
.achievments > :nth-child(2) {
  margin-bottom: 2rem;
  background: linear-gradient(90deg, #f9f5ff 0%, #e2d1fc 100%);
  grid-area: b;
  box-shadow: 0px 2px 8px 0px rgba(12, 0, 22, 0.08);
}
.achievments > :nth-child(3) {
  grid-area: c;
  box-shadow: 0px 2px 8px 0px rgba(12, 0, 22, 0.08);
}
.achievments > :nth-child(3) .number {
  font-size: 3rem;
}
.achievments .number {
  font-size: 6.5rem;
  margin-bottom: 1.5rem;
}
.achievments .accent {
  color: #5f00b1;
}

.count {
  z-index: 11;
  width: 100%;
  background-color: #f9f5ff;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  box-shadow: 0px 1.84px 7.37px 0px rgba(12, 0, 22, 0.08);
  text-align: center;
  padding: 4rem 0;
  border-radius: 1.5rem;
}
.count p {
  font-size: 6.5rem;
  font-weight: 900;
  margin-bottom: 1.5rem;
  background: linear-gradient(257.04deg, #5f00b1 35.23%, #8d0bff 90.68%);
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
}
.count p span {
  color: transparent;
}
.count h4 {
  text-transform: capitalize;
  color: #5f00b1;
}
.count li.line {
  width: 1px;
  background-color: rgba(12, 0, 22, 0.2);
  height: 8rem;
}

.steps ol {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.steps ol li {
  flex-basis: 100%;
  counter-increment: item;
  min-width: 10%;
  transition: min-width 0.6s linear;
}
.steps ol li .stepContent {
  cursor: pointer;
  width: 100%;
  flex-direction: column;
  text-align: center;
  border-radius: 1.5rem;
  padding: 0 2rem;
  box-shadow: 0px 2px 8px 0px rgba(12, 0, 22, 0.08);
  height: 24rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  overflow: hidden;
  transition: transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.steps ol li .stepContent:hover {
  transform: translateY(-6%);
}
.steps ol li .stepContent::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #8d0bff;
  opacity: 0;
  transition: opacity 0.6s ease;
  pointer-events: none;
  z-index: 0;
}
.steps ol li .stepContent svg {
  height: 5rem;
  z-index: 1;
}
.steps ol li .stepContent p {
  height: auto;
  max-height: 0;
  overflow: hidden;
  color: #f9f5ff;
  transform: translateY(100%);
  opacity: 0;
  transition: all 0.6s ease-out 0.6s;
}
.steps ol li .stepContent h4 {
  transition: color 0.6s ease-out;
}
.steps .passed .stepIndex::before {
  background-color: #8d0bff;
}
.steps .active {
  min-width: 35%;
}
.steps .active .stepContent::before {
  opacity: 1;
}
.steps .active .stepContent h4 {
  color: #f9f5ff;
  -webkit-text-stroke-color: #f9f5ff;
}
.steps .active .stepContent p {
  max-height: 5rem;
  transform: none;
  opacity: 1;
}
.steps .active .stepContent svg {
  color: #f9f5ff;
}
.steps .active .stepIndex::before {
  background-color: #8d0bff;
}
.steps .stepIndex {
  position: relative;
  width: 100%;
  cursor: pointer;
  margin-top: 4rem;
}
.steps .stepIndex p {
  font-size: 1.25rem;
  text-align: center;
}
.steps .stepIndex:hover::before {
  background-color: #5f00b1;
}
.steps .stepIndex::before {
  z-index: 2;
  display: block;
  position: relative;
  color: #f9f5ff;
  font-size: 1.25rem;
  content: counter(item);
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 50%;
  text-align: center;
  line-height: 2.7rem;
  background-color: #d4d4d4;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 1rem;
  transition: background-color 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.steps ol li:nth-child(1) .stepIndex::after,
.steps ol li:nth-last-child(1) .stepIndex::after {
  content: "";
  display: block;
  position: absolute;
  color: #f9f5ff;
  text-align: center;
  background-color: #f9f5ff;
  left: 0;
  top: 0;
  height: 3rem;
  width: 50%;
  margin-bottom: 1rem;
  z-index: 1;
}
.steps ol li:nth-last-child(1) .stepIndex::after {
  left: 50%;
}

.reviews .track {
  display: flex;
  gap: 1.5rem;
  justify-content: flex-start;
  width: auto;
  transition: transform 1s cubic-bezier(0.83, 0, 0.17, 1);
}
.reviews .track article {
  flex-shrink: 0;
}

.track {
  transition: transform 1s cubic-bezier(0.83, 0, 0.17, 1);
}

.ctaHolder {
  background: linear-gradient(257.04deg, #8d0bff 4.94%, #250143 64.24%);
}
.ctaHolder .ctaText {
  padding: 5rem 0;
}
.ctaHolder .button {
  margin-top: 4rem;
  color: #f9f5ff;
}
.ctaHolder h3 {
  margin-top: 1rem;
  line-height: 1.2;
}
.ctaHolder h2 {
  margin-bottom: 2rem;
}
.ctaHolder .buttonGroup {
  justify-content: flex-start;
}
.ctaHolder .callMascot {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 43rem;
}
.ctaHolder .reachMascot {
  position: absolute;
  right: 0;
  bottom: -17rem;
  width: 26rem;
}

.pricing {
  position: relative;
}

.pricing canvas {
  transform: scaleY(0.5) translateY(-38%);
  top: 0;
}

.pricing-category {
  display: none;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.5rem;
}
.pricing-category h3 {
  color: #0c0016;
  line-height: 1;
  -webkit-text-stroke: 0;
}
.pricing-category .pricing-card__price {
  margin-top: 2rem;
  font-size: 1.5rem;
  font-weight: 300;
}
.pricing-category .pricing-card__price strong {
  font-weight: 900;
  font-size: 4rem;
  line-height: 100%;
  color: #8d0bff;
}
.pricing-category .pricing-card__price strong::after {
  content: " €";
  font-size: 2rem;
  font-weight: 400;
}
.pricing-category .pricing-card__features > li {
  margin-bottom: 1.3rem;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
}
.pricing-category .pricing-card__features > li::before {
  content: "";
  flex-shrink: 0;
  display: block;
  height: 1rem;
  width: 1rem;
  display: inline-block;
  background: url("../img/checkmark.svg");
  background-size: contain;
}
.pricing-category hr {
  border: 0;
  margin: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(12, 0, 22, 0.2);
  margin: 2rem 0;
}
.pricing-category article {
  box-shadow: 0px 8.59px 34.35px 0px rgba(0, 0, 0, 0.06);
  border-radius: 1.5rem;
  padding: 2.5rem;
  padding-bottom: 0;
  height: 50rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.pricing-category article .bottomImg {
  margin-top: auto;
  align-self: center;
  width: 100%;
  max-height: 17.5rem;
  min-width: 0;
  max-width: 100%;
  height: auto;
  flex: 1 1 auto;
  min-height: 0;
}
.pricing-category article .bottomImg img {
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  width: 100%;
  bottom: 0;
  max-height: 100%;
}
.pricing-category article.bcgTinyLeft {
  background-size: auto 14rem;
  background-position: bottom right;
}
.pricing-category article.bcgTiny {
  background-size: auto 10rem;
}
.pricing-category article ul ul {
  display: block;
  list-style-type: disc;
  grid-column: 2;
  padding-left: 1rem;
}
.pricing-category article ul ul li {
  font-size: 0.8rem;
}
.pricing-category .enterprise-card {
  grid-column: span 3;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 3rem;
  align-items: flex-start;
  background-image: url("../img/enterprise.jpg");
  background-size: 70%;
  background-position: bottom right;
  background-color: #f9f5ff;
  background-repeat: no-repeat;
}
.pricing-category .pricing-card--growth {
  box-shadow: none;
  background-color: #8d0bff;
  color: #f9f5ff;
}
.pricing-category .pricing-card--growth h3,
.pricing-category .pricing-card--growth p,
.pricing-category .pricing-card--growth li {
  color: #f9f5ff;
}
.pricing-category .pricing-card--growth .pricing-card__price strong {
  color: #0c0016;
}
.pricing-category .pricing-card__icon {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
.pricing-category .pricing-card__icon img {
  height: 3.75rem;
  width: 3.75rem;
}
.pricing-category .pricing-card__icon strong {
  font-weight: 900;
}
.pricing-category .enterprise-card {
  height: 50rem;
}

.pricing-category.active {
  display: grid;
}

.pricing-tabs {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.pricing-tabs .button {
  font-size: 1.4rem;
  white-space: nowrap;
  padding: 1.3rem 2rem;
  border-radius: 1rem;
  backdrop-filter: none;
  background: rgba(249, 245, 255, 0.8);
}
.pricing-tabs .button.active {
  border-color: #8d0bff;
  color: #5f00b1;
}

.process article {
  display: flex;
  align-items: center;
  background: linear-gradient(270deg, #f9f5ff 0%, #d3a1ff 109.92%);
  border-radius: 1.5rem;
  gap: 4rem;
  margin-bottom: 2rem;
  padding: 0 1.5rem;
  height: 24rem;
}
.process article h3 {
  font-size: 2.5rem;
  font-weight: 900;
  color: #0c0016;
  margin: 1rem 0 0.5rem 0;
  -webkit-text-stroke-width: 0;
}
.process article img {
  height: 100%;
}
.process article:nth-child(even) h3,
.process article:nth-child(even) p {
  color: #f9f5ff;
}
.process article:nth-child(even) {
  background: linear-gradient(257.04deg, #8d0bff 4.94%, #250143 64.24%);
}

footer {
  padding-top: 5rem;
  background: radial-gradient(27.3% 128.23% at 48.56% 121.33%, #8d0bff 0%, #5f00b1 100%);
}
footer::after {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-blend-mode: multiply;
  background: linear-gradient(265.21deg, rgba(12, 0, 22, 0) 58.93%, #0c0016 107.81%);
  z-index: 0;
}
footer .footerLogo {
  left: 7.5%;
  height: 135%;
  opacity: 0.16;
  position: absolute;
  bottom: -40%;
}
footer nav ul li:not(:has(.button)) {
  padding-left: 0;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.5rem;
  margin: 2.5rem 0;
}
footer nav ul li:not(:has(.button))::after {
  background-color: #f9f5ff;
}
footer a {
  color: #f9f5ff;
}
footer .footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
}
footer .footer-main {
  z-index: 1;
  margin-top: 10rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
footer .footer-right {
  text-align: right;
}
footer .footer-office {
  margin-top: 2rem;
}
footer .social {
  margin-top: 10rem;
  display: flex;
  gap: 2rem;
  transition: transform 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
footer .social li a {
  height: 2.5rem;
  width: 2.5rem;
  display: block;
  overflow: hidden;
  border-radius: 0.3rem;
  border: 1px solid rgba(249, 245, 255, 0.2);
  background: rgba(249, 245, 255, 0.1);
}
footer .social li a::after {
  content: "";
  position: absolute;
  top: 100%;
  top: -10%;
  height: 120%;
  width: 120%;
  left: -10%;
  transform: translateY(100%);
  background-color: rgba(249, 245, 255, 0.2);
  border-radius: 50%;
  transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
footer .social li a:hover::after {
  transform: none;
}
footer .social li a img {
  height: 1rem;
  display: block;
  text-align: center;
  left: 50%;
  font-size: 0.8rem;
  line-height: 1.2rem;
  top: 50%;
  position: relative;
  transform: translate(-50%, -50%);
  -webkit-text-stroke: 0.5px #ffffff;
}
footer .footerRightSpacer {
  margin: 8rem 0 2rem 0;
}
footer .footer-office h4 {
  margin-bottom: 1rem;
}
footer .footer-office p {
  line-height: 170%;
}
footer .footer-bottom {
  z-index: 1;
  padding: 3rem 0;
  margin-top: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(249, 245, 255, 0.4);
}
footer .footerMascot {
  height: 108%;
  position: absolute;
  bottom: 0;
  z-index: 1;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.clients ul {
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
}
.clients ul img {
  position: relative;
  height: 100%;
  height: 5.3rem;
}

.stack ul img {
  height: 4.1rem;
  opacity: 0.4;
}

.progressBar,
.steps > div:has(.progressBar)::after {
  content: "";
  background-color: rgba(12, 0, 22, 0.07);
  position: absolute;
  bottom: 3.3rem;
  left: 0;
  width: 100%;
  height: 2px;
}

.progressBar {
  background-color: #0c0016;
}

.reviews canvas {
  transform: scaleY(0.7) translateY(-50%);
  top: 50%;
}
.reviews article {
  display: flex;
  gap: 2rem;
  inset: 0;
  border: none;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  place-items: center;
  backdrop-filter: url("#magnifying-glass-filter");
  border: 1px solid white;
  padding: 1.5rem;
  padding-right: 2.5rem;
  border-radius: 1.25rem;
}
.reviews article::after {
  content: "";
  position: absolute;
  right: 3rem;
  bottom: 0rem;
  width: 10rem;
  height: 10rem;
  opacity: 0.08; /* needed or nothing shows */
  background-image: url("../img/reviewsBcg.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.reviews article img {
  height: 12rem;
  border-radius: 1.25rem;
}
.reviews article > div {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.5rem 0;
}
.reviews article > div h6 {
  margin-top: auto;
}

.trigHolder {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.trigHolder button {
  margin-top: 2rem;
  height: 2.5rem;
  width: 2rem;
  background-image: url("../img/chevron-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.trigHolder button.trackPrev {
  transform: scaleX(-1);
}
.trigHolder button.off {
  opacity: 0.6;
}

.ourSteps {
  height: 35rem;
}

.blogGrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  gap: 2rem;
}

.blogArticle {
  overflow: hidden;
  border-radius: 1.5rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.blogArticle:hover {
  transform: scale(1.05);
}
.blogArticle > img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  z-index: 0;
}
.blogArticle::before {
  z-index: 1;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.9) 70%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.7;
}
.blogArticle .imagePreview {
  height: 25rem;
  z-index: 3;
}

.listItems {
  display: flex;
  gap: 2rem;
  margin-bottom: 0;
  opacity: 0.9;
  overflow: hidden;
  border-radius: 1.5rem;
}
.listItems li {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.listItems li p {
  color: #f9f5ff;
  font-size: 0.9rem;
}
.listItems svg {
  height: 1rem;
}

.textContent {
  padding: 1.5rem 2rem;
  background: rgba(59, 0, 110, 0.4);
  backdrop-filter: blur(1rem);
  z-index: 2;
  flex-grow: 1;
}
.textContent h3 {
  line-height: 1;
  margin: 1rem 0;
}

.buttonStyle {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  backdrop-filter: blur(15px);
  font-size: 0.9rem;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  position: absolute;
  left: 2rem;
  bottom: 1rem;
  /* glass base */
  background: rgba(249, 245, 255, 0.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  /* border */
  border: 1px solid rgba(255, 255, 255, 0.15);
  /* shadows = this is where the magic is */
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65), inset 0 -2px 6px rgba(0, 0, 0, 0.25), 0 8px 20px rgba(0, 0, 0, 0.25); /* outer shadow */
}
.buttonStyle span {
  margin-top: 3px;
}

.singleCanv {
  transform: scaleY(0.6);
  top: 5rem;
}

.notMain .listItems.single li p {
  color: #0c0016;
}
.notMain .listItems.single {
  justify-content: center;
}
.notMain .heading {
  margin-bottom: 2rem;
}

.rulesContent {
  display: flex;
  height: auto;
  justify-content: space-between;
}
.rulesContent .rulesList {
  width: 70%;
}
.rulesContent .sidebar {
  width: 30%;
  height: 100%;
  overflow: hidden;
  position: sticky;
  top: 5vh;
}
.rulesContent .sidebar::before {
  content: "";
  position: absolute;
  left: 0.9rem;
  width: 0.2rem;
  top: 3rem;
  height: 100%;
  background-color: rgba(12, 0, 22, 0.2);
}
.rulesContent .sidebar ul {
  width: 100%;
  padding-right: 20px;
  height: auto;
  overflow: hidden;
  overflow-y: scroll;
  box-sizing: content-box;
}
.rulesContent .sidebar ul li {
  padding-left: 4rem;
  margin: 1rem 0;
  white-space: nowrap;
}
.rulesContent .sidebar ul li::before {
  --width: 1rem;
  content: "";
  left: calc(1rem - var(--width) / 2);
  position: absolute;
  height: var(--width);
  width: var(--width);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  background-color: lightgray;
}
.rulesContent .sidebar li[data-number="2"] {
  font-size: 1rem;
  font-weight: 500;
  margin: 2rem 0;
}
.rulesContent .sidebar li[data-number="2"]::before {
  --width: 1.3rem;
  background-color: #8d0bff;
}
.rulesContent .sidebar li[data-number="3"] {
  font-size: 0.75rem;
  font-weight: 400;
}
.rulesContent .sidebar li[data-number="4"] {
  font-size: 0.75rem;
  font-weight: 400;
}
.rulesContent .sidebar li[data-number="4"]::before {
  --width: 0.8rem;
}
.rulesContent .sidebar li[data-number="5"] {
  font-size: 0.5rem;
  font-weight: 300;
}
.rulesContent h2 {
  font-size: 2.5rem;
}
.rulesContent h3 {
  font-size: 2rem;
  font-weight: 400;
  color: #0c0016;
  margin: 1rem 0;
}
.rulesContent h4 {
  font-size: 1rem;
  font-weight: 400;
  margin: 1rem 0;
}
.rulesContent p {
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 2rem 0;
}

.wp-block-image {
  border-radius: 2rem;
  overflow: hidden;
  margin: 2rem 0;
}

.seeMore {
  text-align: right;
  margin: 2rem 0;
}
.seeMore::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #8d0bff;
  top: 50%;
}
.seeMore a {
  z-index: 2;
  background-color: #f9f5ff;
  padding-left: 1rem;
}

.works-category {
  display: none;
}
.works-category.active {
  display: block;
}

.works {
  padding: 0;
  margin-bottom: 5rem;
}
.works ul {
  width: auto;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  cursor: grab;
}
.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;
  will-change: transform;
  cursor: grab;
}
.works ul li div {
  height: 23rem;
  width: 33rem;
  display: block;
  margin: 1rem 0.5rem 0 0.5rem;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
}
.works ul li div img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  z-index: 0;
}
.works ul li div:hover .portfolioLink {
  opacity: 0.8;
}
.works ul li > div:nth-child(2) {
  transform: translateX(-10rem);
}
.works .portfolioLink {
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  display: block;
  background-color: rgba(249, 245, 255, 0.5);
  opacity: 0;
  border-radius: 50%;
  height: 3rem;
  width: 3rem;
  background-image: url("/img/newTab.svg");
  background-size: 1.4rem;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  backdrop-filter: invert(1);
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.works .portfolioLink:hover {
  transform: scale(1.2);
  background-color: rgba(249, 245, 255, 0.7);
  background-size: 0.9rem;
}

.lineButton,
nav ul li:not(:has(.button)) {
  font-size: 1.1rem;
  cursor: pointer;
  position: relative;
  transition: color 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.lineButton a,
nav ul li:not(:has(.button)) a {
  padding: 0.75rem 0.5rem;
  display: block;
}
.lineButton::after,
nav ul li:not(:has(.button))::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #5f00b1;
  transition: width 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.lineButton:hover::after,
nav ul li:not(:has(.button)):hover::after {
  width: 100%;
}

button.lineButton {
  padding: 0.75rem 0.5rem;
}

.buttonThin::after {
  transition: transform 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  transform: none;
  display: inline-block;
  padding-left: 0.5rem;
}
.buttonThin:hover::after {
  transform: translateX(50%);
}

.worksToggle {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2rem;
  justify-content: center;
}
.worksToggle .active {
  color: #5f00b1;
}
.worksToggle .active::after {
  width: 100%;
}

.button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: transparent;
  background: url("../img/wave.svg") repeat-x;
  background-size: 200% 100%;
  background-position-x: 0;
  background-position-y: 2em;
  opacity: 0;
  transition: background-position-y 0.6s ease, opacity 0.6s ease;
  animation: waveAnimation 4s infinite linear;
  animation-play-state: paused;
}

.button:hover::before {
  background-position-x: 0;
  background-position-y: 0;
  animation-play-state: running;
  opacity: 1;
}

.glassButton::before,
.buttonWhite::before {
  background-image: url("../img/wave2.svg");
  color: #b773ff;
}

.glassButton:hover::before,
.buttonWhite:hover::before {
  opacity: 0.2;
}

@keyframes waveAnimation {
  from {
    background-position-x: 200%;
  }
  to {
    background-position-x: 0%;
  }
}
.hideDesktop {
  display: none;
}

.hideMobile {
  display: block;
}

#backToTop {
  z-index: 99;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 3rem;
  height: 3rem;
  border: none;
  border-radius: 1rem;
  background-color: #f1e8fd;
  background-image: url("../img/chevron-right.svg");
  background-size: 1.5rem;
  transform: rotate(-90deg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.4s ease-in-out;
}
#backToTop > div {
  height: 100%;
  width: 100%;
  position: relative;
}
#backToTop div::after {
  content: "";
  position: absolute;
  top: 100%;
  top: -10%;
  height: 120%;
  width: 120%;
  left: -10%;
  transform: translateX(-100%);
  background-color: rgba(141, 11, 255, 0.1);
  border-radius: 50%;
  transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
#backToTop div:hover::after {
  transform: none;
}

#backToTop.active {
  opacity: 1;
}

@media (max-width: 1365px) and (min-width: 900px) {
  html {
    font-size: 1.17vw;
  }
  header,
  section,
  footer {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (max-width: 900px) {
  :root {
    --side-padding: 5%;
  }
  html {
    font-size: 15px;
  }
  canvas {
    top: -60vw;
    left: 0;
  }
  section,
  footer {
    margin-top: 3rem;
  }
  .heroText {
    margin-top: 5rem;
  }
  .heroText p {
    padding: 0 5%;
  }
  .heroText p br {
    display: none;
  }
  .heading {
    margin-bottom: 2rem;
  }
  h1 {
    font-size: 13vw;
    padding: 0 5%;
  }
  h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  p,
  p.textThin,
  p.textL {
    font-size: 1rem;
    line-height: 150%;
  }
  .button,
  .buttonThin {
    white-space: nowrap;
    font-size: 1.1rem;
  }
  .buttonGroup {
    flex-direction: column;
  }
  .heading::after {
    width: 20%;
    opacity: 0.5;
    height: 1px;
  }
  .headingFlex {
    flex-direction: column;
    text-align: center;
    gap: 2rem;
  }
  .headingFlex > div {
    text-align: center;
  }
  .services {
    grid-template-columns: 1fr;
    background: none;
    padding-bottom: 0;
  }
  .services article {
    height: auto;
    padding: 2rem 0.5rem;
  }
  .services .skip {
    display: none;
  }
  .allInOncePlace {
    grid-template-columns: auto;
    gap: 2rem;
  }
  .allInOncePlace article:nth-child(2) {
    padding: 2rem 0;
    border-top: 1px solid #0c0016;
    border-bottom: 1px solid #0c0016;
    border-left: none;
    border-right: none;
  }
  .whyUs {
    grid-template-columns: auto;
  }
  .whyUs article {
    flex-direction: column;
    text-align: center;
  }
  .achievmentTop .pointsImage {
    display: none;
  }
  .achievmentTop .textThin,
  .achievmentTop .down {
    font-size: 1.2rem;
    line-height: 1.2;
  }
  .achievmentTop .achievments {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    margin-left: 0;
    grid-template-areas: none;
    gap: 1rem;
  }
  .achievmentTop .achievments > :nth-child(1),
  .achievmentTop .achievments > :nth-child(2),
  .achievmentTop .achievments > :nth-child(3) {
    grid-area: auto;
  }
  .achievmentTop .achievments > :nth-child(1) {
    height: 30rem;
  }
  .achievmentTop .achievments p {
    line-height: 1;
  }
  .achievmentTop .achievments > :nth-child(2) .down,
  .achievmentTop .achievments > :nth-child(3) .down {
    position: relative;
    bottom: auto;
    margin-top: 4rem;
  }
  .count {
    flex-direction: column;
  }
  .count li.line {
    width: 80%;
    height: 1px;
    margin: 2rem 0;
  }
  .clients {
    padding: 0;
  }
  .clients ul {
    width: auto;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    cursor: grab;
    flex-wrap: nowrap;
  }
  .clients ul li {
    flex-shrink: 0;
    margin: 0 1rem;
  }
  .steps .track {
    display: flex;
    gap: 0;
    justify-content: flex-start;
    width: auto;
    flex-wrap: nowrap;
    transition: transform 1s cubic-bezier(0.83, 0, 0.17, 1);
  }
  .steps .track li {
    flex-shrink: 0;
    flex-grow: 0;
    overflow: hidden;
  }
  .steps {
    overflow: hidden;
  }
  .steps .stepIndex {
    display: none;
  }
  .steps > div:has(.progressBar) {
    display: none;
  }
  .steps ol li .stepContent:hover {
    transform: none;
  }
  .trigHolder > button {
    display: none;
  }
  .trigHolder .triggerNav {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 2rem;
    gap: 1rem;
  }
  .trigHolder .triggerNav li a {
    height: 1rem;
    border-radius: 50%;
    width: 1rem;
    border: 1px solid rgba(95, 0, 177, 0.5);
    display: block;
  }
  .trigHolder .triggerNav li a.active {
    background-color: #8d0bff;
  }
  .reviews {
    overflow: hidden;
  }
  .reviews canvas {
    transform: none;
    top: -35%;
  }
  .reviews .track {
    gap: 0;
  }
  .reviews article {
    opacity: 0;
    transition: opacity 1s ease-in;
    flex-direction: column;
    align-items: flex-start;
  }
  .reviews article div > .textS:nth-child(1) {
    margin-bottom: 1rem;
  }
  .reviews article img {
    height: 9rem;
    width: 9rem;
  }
  .reviews article::after {
    bottom: auto;
    top: 2rem;
    right: 1rem;
    width: 8rem;
    height: 8rem;
  }
  .reviews article.active {
    opacity: 1;
  }
  .ctaHolder h2 {
    font-size: min(10vw, 3rem);
  }
  .ctaHolder .ctaText {
    text-align: center;
  }
  .ctaHolder .buttonGroup {
    flex-direction: column-reverse;
  }
  .ctaHolder .button {
    margin-top: 1rem;
  }
  .ctaHolder .callMascot {
    position: relative;
    width: 90%;
    margin-bottom: -1rem;
    pointer-events: none;
  }
  .pricing-tabs {
    flex-direction: column;
  }
  .pricing-category.active {
    display: block;
  }
  .pricing-category .track {
    display: flex;
    width: auto;
  }
  .pricing-category .track article {
    flex-shrink: 0;
    flex-grow: 0;
    padding: 3rem 1.5rem;
    height: auto;
    background-image: none;
    opacity: 0;
    transform: scale(0.7);
    transition: opacity 1s ease-out, transform 1s ease-out;
  }
  .pricing-category .track article img {
    display: none;
  }
  .pricing-category .track article.active {
    opacity: 1;
    transform: none;
  }
  .pricing-category .track .pricing-card__price {
    font-size: 1.2rem;
  }
  .menuBlur {
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 998;
    top: 0;
    transition: transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
    height: 100vh;
    background-color: #f9f5ff;
    transform: translateX(-100%);
  }
  .menuBlur.active {
    transform: none;
  }
  header {
    position: fixed;
    top: 0;
    padding: 0.75rem 5% 0.75rem 5%;
    width: 100%;
    background-color: #f9f5ff;
    z-index: 999;
  }
  header .mainLogo img {
    height: 3rem;
  }
  header .mainMenu {
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    transition: transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
    height: 100vh;
    transform: translateX(-100%);
  }
  header .mainMenu ul {
    flex-direction: column;
    height: 100%;
    gap: 0;
    justify-content: center;
    align-items: center;
  }
  header .mainMenu li {
    padding: 2rem 0 !important;
  }
  header .mainMenu li a {
    font-size: 1.5rem;
    -webkit-text-stroke: 1px #0c0016;
    letter-spacing: 1px;
  }
  header .mainMenu .menuToggle {
    position: absolute;
    right: 0;
    top: 0;
    padding: 2rem;
    z-index: 99;
  }
  header .mainMenu.active {
    transform: none;
  }
  header .headerButton {
    gap: 0.5rem;
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  header .headerButton .button span {
    display: none;
  }
  header .headerButton .button {
    padding: 1rem 1.5rem;
  }
  header .headerButton .button svg {
    height: 1rem;
  }
  header .headerButton.active {
    opacity: 1;
  }
  header .glassButton {
    border: 1px solid #0c0016;
  }
  @supports (backdrop-filter: blur()) {
    header {
      background-color: rgba(249, 245, 255, 0.7);
      backdrop-filter: blur(1rem);
    }
    .menuBlur {
      background-color: rgba(249, 245, 255, 0.7);
      backdrop-filter: blur(2rem);
    }
  }
  .hideDesktop {
    display: block;
  }
  .hideMobile {
    display: none;
  }
  .process {
    height: auto;
    max-height: none;
  }
  .process .ourSteps {
    height: auto;
  }
  .process article {
    flex-direction: column;
    height: auto;
    gap: 1rem;
    padding: 1rem 1.5rem;
    margin-bottom: 0;
  }
  .process article img {
    height: auto;
    width: 100%;
  }
  .process article h3 {
    font-size: 2rem;
    color: #8d0bff;
    line-height: 1.2;
  }
  .works ul li div {
    width: 90vw;
    height: 62.7vw;
  }
  .worksToggle {
    display: none;
  }
  .blogFetch {
    width: 90%;
  }
  .blogFetch .trigHolder {
    display: none;
  }
  .blogGrid:has(.track) {
    display: flex;
    width: auto;
    gap: 1.5rem;
  }
  .blogGrid:has(.track) a {
    flex-shrink: 0;
    flex-grow: 0;
  }
  .blogArticle .imagePreview {
    height: 17rem;
  }
  .blogArticle .buttonStyle {
    gap: 0.5rem;
    font-size: 0.85rem;
    padding: 0.25rem 0.75rem;
  }
  .blogArticle .buttonStyle img {
    height: 0.95rem;
  }
  .blogArticle .listItems li img {
    height: 1rem;
  }
  .blogArticle .listItems li p {
    font-size: 0.8rem;
  }
  .blogArticle h3 {
    line-height: 1.2;
  }
  .blogArticle:hover {
    transform: none;
  }
  .blogArticle::before {
    height: calc(100% - 11rem);
  }
  footer {
    overflow: hidden;
  }
  footer .footerLogo {
    left: -50%;
    width: 350%;
    top: 0;
    bottom: auto;
  }
  footer .footerMascot {
    display: none;
  }
  footer .footer-top,
  footer .footer-main {
    flex-direction: column;
    gap: 3rem;
    align-items: center;
  }
  footer .footer-main {
    margin-top: 2rem;
  }
  footer .footer-main nav ul {
    width: 100%;
  }
  footer .footer-main nav ul li {
    width: 100%;
    text-align: center;
  }
  footer .social {
    margin-top: 2rem;
  }
  footer .footer-right {
    text-align: center;
  }
  footer .footer-right > .textL {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  footer .footerRightSpacer {
    margin-top: 3rem;
  }
  footer .footer-bottom {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  footer .footer-legal {
    display: flex;
    flex-basis: 90%;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .notMain {
    margin-top: 10rem;
  }
  .notMain .blogGrid {
    display: grid;
    grid-template-columns: 1fr;
  }
  .singleCanv {
    top: -31vw;
    left: 0;
  }
  .sidebar {
    display: none;
  }
  .rulesContent .rulesList {
    width: 100%;
  }
  .notMain .listItems.single {
    justify-content: center;
    flex-wrap: wrap;
  }
  .allInOncePlace {
    padding-bottom: 2rem;
  }
  .steps ol li:not(.active) {
    transform: scale(0.7);
    opacity: 0;
    transition: all 0.6s ease-in-out;
  }
  .steps ol li:not(.active) .stepContent::before {
    opacity: 1;
  }
  .steps ol li:not(.active) .stepContent p.textS {
    transform: none;
    max-height: 100vw;
    opacity: 1;
    transition: none;
  }
  .process .track {
    display: flex;
    width: auto;
    align-items: stretch;
  }
  .process .track article {
    flex-shrink: 0;
    opacity: 0;
    transition: opacity 0.6s ease-out;
  }
  .process .track article.active {
    opacity: 1;
  }
  .heroText .buttonGroup {
    margin-top: 3rem;
  }
  .brandsSupport p {
    padding: 0;
  }
}/*# sourceMappingURL=main.css.map */