/*!**********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./components/button/button.scss ***!
  \**********************************************************************************************************************************************************************************************/
/*
  Fonts Variables
 */
/*
  Colors Variables
 */
.btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: -moz-fit-content;
  width: fit-content;
  font: 500 12px/1 "Sora", sans-serif;
  color: #CDDDDD;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  border: 0;
  border-radius: 50px;
  outline: 0;
  cursor: pointer;
  padding: 20px 30px;
  background: radial-gradient(114.24% 92.13% at 50% 92.13%, #648BFF 0%, #3462EB 44.99%, rgba(27, 46, 104, 0.6) 79.9%, rgba(30, 30, 30, 0.6) 100%) 0 50%;
  background-size: 100% 200%;
  transition: background-position 600ms ease-in-out;
  overflow: hidden;
}
.btn__arrows {
  width: 12px;
  height: 12px;
  overflow: hidden;
}
.btn__arrow {
  display: block;
  width: 12px;
  height: 12px;
  transition: transform 600ms ease-in-out;
}
.btn:hover {
  background-position: 0 50%;
}
.btn:hover .btn__arrow {
  transform: translateY(-12px);
}

@media (min-width: 1280px) {
  .btn {
    background-position: 0 0;
  }
}
/*!********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/scss/page-services.scss ***!
  \********************************************************************************************************************************************************************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  position: relative;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  -moz-osx-font-smoothing: grayscale; /*(For Firefox)*/
  -webkit-font-smoothing: antialiased; /*(For Chrome and Safari)*/
}

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

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

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

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

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

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

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

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

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

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

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  box-sizing: border-box;
}

/*
  Custom Fonts
 */
@font-face {
  font-family: "Michroma";
  src: url(../fonts/Michroma-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sora";
  src: url(../fonts/Sora-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sora";
  src: url(../fonts/Sora-Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/*
  Fonts Variables
 */
/*
  Colors Variables
 */
.container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 14px 0;
  background: transparent;
  border-bottom: 1px solid #2E2F2F;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  z-index: 998;
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo {
  position: relative;
  z-index: 999;
}
.header__logo svg {
  display: block;
  width: 140px;
}
.header .menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100lvh;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  background: #051014;
  padding: 40px 20px 40px;
  list-style: none;
  text-align: center;
  transform: translateY(-100%);
  transition: transform 600ms ease-in-out;
  z-index: 998;
}
.header .menu-item {
  position: relative;
  padding: 10px;
}
.header .menu-item a {
  display: inline-block;
  font: 400 28px/1 "Michroma", sans-serif;
  color: #CDDDDD;
  text-decoration: none;
  padding: 10px;
}
.header .menu-item::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(205, 221, 221, 0) 0%, rgb(205, 221, 221) 50%, rgba(205, 221, 221, 0) 100%);
}
.header .menu-item:last-of-type::after {
  display: none;
}
.header__hamburger {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
  font: 400 14px/1 "Sora", sans-serif;
  color: #CDDDDD;
  background: transparent;
  border: 1px solid #2E2F2F;
  background: radial-gradient(257.49% 92.13% at 50% 92.13%, #648BFF 0%, #3462EB 18.63%, #1B2E68 38.63%, rgba(30, 30, 30, 0) 50%) 0 0;
  background-size: 100% 200%;
  transition: background-position 600ms ease-in-out;
  border-radius: 40px;
  padding: 6px 12px;
  z-index: 999;
}
.header__hamburger svg {
  transition: transform 600ms ease-in-out;
}
.header__hamburger svg path {
  transition: fill 600ms ease-in-out;
}
.header.active .menu {
  transform: translateY(0);
}
.header.active .header__hamburger {
  background-position: 0 100%;
}
.header.active .header__hamburger svg {
  transform: rotate(45deg);
}
.header.active .header__hamburger svg path {
  fill: #CDDDDD;
}

@media (min-width: 768px) {
  .header {
    padding: 20px 0;
  }
  .header__logo svg {
    width: 180px;
  }
  .header .menu {
    position: initial;
    flex-flow: row wrap;
    gap: 30px;
    width: initial;
    height: initial;
    transform: none;
    padding: 0;
    background: transparent;
  }
  .header .menu-item {
    padding: 0;
  }
  .header .menu-item a {
    font: 400 14px/1 "Sora", sans-serif;
    padding: 0;
  }
  .header .menu-item:after {
    display: none;
  }
  .header__hamburger {
    display: none;
  }
}
@keyframes opacity {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scaleOpacity {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.5;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.05);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.5;
  }
}
.footer {
  overflow: hidden;
}
.footer__top {
  padding: 100px 0;
}
.footer .wpcf7-form p {
  font: 400 16px/2.5 "Michroma", sans-serif;
}
.footer .wpcf7-form input[type=text],
.footer .wpcf7-form input[type=email] {
  width: 100%;
  font: 400 14px/1.3 "Sora", sans-serif;
  color: #CDDDDD;
  text-align: center;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #ACBDBA;
  border-radius: 0;
}
.footer .wpcf7-form input[type=text]::-moz-placeholder, .footer .wpcf7-form input[type=email]::-moz-placeholder {
  font: 400 14px/1.3 "Sora", sans-serif;
  text-align: center;
}
.footer .wpcf7-form input[type=text]::placeholder,
.footer .wpcf7-form input[type=email]::placeholder {
  font: 400 14px/1.3 "Sora", sans-serif;
  text-align: center;
}
.footer .wpcf7-form input[type=text]:active, .footer .wpcf7-form input[type=text]:focus,
.footer .wpcf7-form input[type=email]:active,
.footer .wpcf7-form input[type=email]:focus {
  outline: 0;
  border-bottom: 1px solid #CDDDDD;
}
.footer .wpcf7-form input[type=submit] {
  width: 100%;
  margin-top: 40px;
}
.footer .wpcf7-form-control-wrap {
  position: relative;
  width: 200px;
  display: inline-block;
}
.footer .wpcf7-not-valid-tip {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font: 400 12px/1 "Sora", sans-serif;
  text-align: center;
  transform: translateY(5px);
}
.footer__bottom {
  position: relative;
  padding: 70px 0 50px;
}
.footer__bottom-top .menu {
  list-style: none;
  padding: 0;
  text-align: center;
}
.footer__bottom-top .menu-item {
  padding: 10px 0;
}
.footer__bottom-top .menu-item a {
  display: inline-block;
  font: 500 12px/1 "Sora", sans-serif;
  color: #CDDDDD;
  text-transform: uppercase;
  text-decoration: none;
  opacity: 0.5;
  transition: opacity 300ms ease-in-out;
  padding: 10px 0;
}
.footer__bottom-bottom {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.footer__bottom-bottom .menu {
  list-style: none;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
  align-items: center;
}
.footer__bottom-bottom .menu-item a {
  display: inline-block;
  font: 500 12px/1 "Sora", sans-serif;
  color: #CDDDDD;
  text-transform: uppercase;
  text-decoration: none;
  opacity: 0.5;
  transition: opacity 300ms ease-in-out;
}
.footer__background {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  min-width: 1200px;
  height: 100%;
  transform: translateX(-50%);
  z-index: -1;
}
.footer__animation {
  margin-bottom: 30px;
}
.footer__logo {
  position: relative;
  display: block;
  width: 180px;
  height: 180px;
  margin: 0 auto;
}
.footer__logo-background {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #0E2877 0%, #051014 100%);
  border-radius: 50%;
  animation: scale 5s ease-in-out infinite;
}
.footer__logo-circle, .footer__logo-gradient {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #4573FF;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.footer__logo-circle {
  position: absolute;
  width: 150%;
  height: 150%;
  opacity: 0.3;
  border: 1px solid #CDDDDD;
  z-index: -2;
}
.footer__logo-gradient {
  width: 150%;
  height: 150%;
  filter: blur(30px);
  z-index: -1;
  animation: scaleOpacity 5s ease-in-out infinite;
}
.footer__logo-img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: auto;
  transform: translate(-50%, -50%);
  opacity: 0.5;
  z-index: 2;
  animation: opacity 5s ease-in-out infinite;
}
.footer__copyright {
  font: 400 14px/1.5 "Sora", sans-serif;
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 50px;
}
.footer__copyright span {
  opacity: 0.5;
}
.footer hr {
  position: relative;
  width: 90vw;
  left: 50%;
  height: 1px;
  background: linear-gradient(90deg, rgba(205, 221, 221, 0) 0%, rgb(205, 221, 221) 50%, rgba(205, 221, 221, 0) 100%);
  outline: 0;
  border: 0;
  transform: translateX(-50%);
  opacity: 0.5;
  margin: 40px 0;
}
.footer__author {
  font: 500 12px/1 "Sora", sans-serif;
  opacity: 0.5;
}

@media (min-width: 768px) {
  .footer__bottom-top {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
  }
  .footer__animation {
    order: 2;
  }
  .footer__menu--1 {
    order: 1;
  }
  .footer__menu--2 {
    order: 3;
  }
}
@media (min-width: 1024px) {
  .footer .wpcf7 input[type=submit] {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (min-width: 1280px) {
  .footer .wpcf7-form-control-wrap {
    width: 280px;
  }
  .footer .wpcf7-form p {
    font-size: 28px;
  }
  .footer .wpcf7-form input[type=text],
  .footer .wpcf7-form input[type=email] {
    font-size: 18px;
  }
  .footer .wpcf7-form input[type=text]::-moz-placeholder, .footer .wpcf7-form input[type=email]::-moz-placeholder {
    font-size: 18px;
  }
  .footer .wpcf7-form input[type=text]::placeholder,
  .footer .wpcf7-form input[type=email]::placeholder {
    font-size: 18px;
  }
  .footer__animation {
    margin: 0;
  }
  .footer__logo {
    width: 250px;
    height: 250px;
  }
  .footer__copyright {
    margin-top: 100px;
  }
  .footer__bottom-bottom {
    justify-content: space-between;
  }
}
html {
  background: #051014;
  color: #CDDDDD;
}

@keyframes rotateCircle1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes pulseCircle {
  0% {
    width: 10%;
    height: 10%;
    filter: blur(0);
  }
  20% {
    filter: blur(0);
  }
  95% {
    width: 300%;
    height: 300%;
    filter: blur(10px);
  }
  100% {
    opacity: 0;
  }
}
.lunar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  overflow: hidden;
}
.lunar__content {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  left: 50%;
  transform: translate(-50%, -10%);
}
.lunar__circle {
  position: relative;
  width: auto;
  height: 70vh;
  aspect-ratio: 1/1;
  border: 1px solid #1B1E1F;
  border-radius: 50%;
  animation: rotateCircle1 15s linear infinite;
  overflow: hidden;
}
.lunar__circle::after {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  background: radial-gradient(50% 50% at 50% 50%, #051014 0%, #103293 68.38%, #4573FF 100%);
  border-radius: 50%;
  filter: blur(90px);
  margin: 0 auto;
  transform: translateY(-50%);
}

.hero {
  margin: 150px 0;
}
.hero__container {
  display: grid;
  gap: 20px;
  max-width: 630px;
}
.hero__title {
  font: 400 32px/1.3 "Michroma", sans-serif;
}
.hero__paragraphs p {
  font: 400 14px/1.5 "Sora", sans-serif;
  margin-bottom: 20px;
}
.hero__paragraphs p:last-of-type {
  margin-bottom: 0;
}

.accordions {
  margin: 150px 0;
}
.accordions__container {
  display: grid;
  gap: 40px;
  max-width: 880px;
  margin: 0 auto;
}
.accordions__item {
  display: flex;
  align-items: flex-start;
}
.accordions__item-progress {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  height: 100%;
  padding-top: 30px;
  filter: grayscale(1);
  opacity: 0.3;
  transform: translateX(-10px);
  transition: opacity 600ms ease-in-out, filter 600ms ease-in-out;
}
.accordions__item-animation {
  position: relative;
}
.accordions__item-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10%;
  height: 10%;
  border: 1px solid #CDDDDD;
  opacity: 1;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: pulseCircle 4s cubic-bezier(0.3, 0.7, 0.35, 1) infinite;
  z-index: -2;
}
.accordions__item-circle--2 {
  animation-delay: 200ms;
}
.accordions__item-circle--3 {
  animation-delay: 400ms;
}
.accordions__item-star {
  display: block;
  width: 20px;
  height: auto;
}
.accordions__item-bar {
  position: relative;
  height: 100%;
  width: 4px;
}
.accordions__item-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  background: #4573FF;
  transition: opacity 600ms ease-in-out;
}
.accordions__item-content {
  position: relative;
  background: rgba(46, 47, 47, 0.3);
  border-radius: 20px;
  padding: 20px;
}
.accordions__item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  cursor: pointer;
}
.accordions__item-title {
  font: 400 18px/1 "Michroma", sans-serif;
}
.accordions__item-button {
  background: radial-gradient(114.24% 92.13% at 50% 92.13%, #648BFF 0%, #3462EB 44.99%, #1B2E68 79.9%, #1E1E1E 100%) 0 0;
  background-size: 100% 200%;
  outline: 0;
  border: 0;
  border-radius: 50%;
  transition: background-position 600ms ease-in-out;
  padding: 10px;
}
.accordions__item-button svg {
  display: block;
  width: 20px;
  height: 20px;
  transition: transform 600ms ease-in-out;
}
.accordions__item-container {
  max-height: 0;
  transition: max-height 600ms ease-in-out;
  overflow: hidden;
}
.accordions__item-container-inner {
  margin-top: 20px;
}
.accordions__item p {
  font: 400 14px/1.5 "Sora", sans-serif;
  margin-top: 20px;
}
.accordions__item p:last-of-type {
  margin-bottom: 0;
}
.accordions__item.initial .accordions__item-progress {
  opacity: 1;
  filter: grayscale(0);
}
.accordions__item.initial .accordions__item-loader {
  opacity: 1;
}
.accordions__item.initial .accordions__item-container {
  max-height: initial;
}
.accordions__item.initial .accordions__item-button {
  background-position: 0 50%;
}
.accordions__item.initial .accordions__item-button svg {
  transform: rotate(45deg);
}
.accordions__item.active .accordions__item-progress {
  opacity: 1;
  filter: grayscale(0);
}
.accordions__item.active .accordions__item-loader {
  opacity: 1;
}
.accordions__item.active .accordions__item-button {
  background-position: 0 50%;
}
.accordions__item.active .accordions__item-button svg {
  transform: rotate(45deg);
}

@media (min-width: 768px) {
  .accordions__item {
    gap: 20px;
  }
  .accordions__item-progress {
    transform: translateX(0);
  }
}
@media (min-width: 1280px) {
  .lunar__content {
    left: 60%;
    transform: translate(0, -20%);
  }
  .lunar__circle {
    width: 1000px;
    height: 1000px;
  }
  .hero__container {
    gap: 40px;
  }
  .hero__title {
    font-size: 60px;
  }
  .hero__paragraphs p {
    font-size: 16px;
  }
}
