/*! 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 {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  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;
  margin: 0.67em 0;
}

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

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

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

/**
 * 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; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

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

/* 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; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  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; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
  font: inherit; /* 2 */
}

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

@font-face {
  font-family: "GeistMono";
  src: url(../../fonts/GeistMono.ttf);
  font-display: swap;
}
@font-face {
  font-family: "UniversalSans";
  src: url(../../fonts/UniversalSans2.woff2);
  font-display: swap;
}
/** Media Queries **/
html {
  overflow-x: hidden;
}

body {
  font-size: 16px;
  background: #000;
  overflow-x: hidden;
}

.d-block, picture {
  display: block;
}

.w-100, .wh-100vh, .wh-100 {
  width: 100%;
}

.h-100, .wh-100 {
  height: 100%;
}

.wh-100vh {
  height: 100vh;
}

img {
  vertical-align: top;
  height: auto;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

a, button, input[type=submit] {
  cursor: pointer;
  transition: all 0.3s ease;
}

main, section, header, footer, aside {
  width: 100%;
}

a {
  text-decoration: none;
}

textarea, button, input, select, option, details, legend, summary {
  outline: none;
}

video {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
}

.container {
  width: 100%;
  margin-inline: auto;
}
@media (min-width: 1280px) {
  .container {
    max-width: 80rem;
  }
}
@media (min-width: 1024px) {
  .container {
    padding-inline: 1.5rem;
  }
}
@media (max-width: 1024px) {
  .container {
    padding-inline: 1rem;
  }
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

.recognition_body ul p, .recognition_head p, .business_head-content p,
.evolution_head-content p, .hero_message p {
  transition: all 0.3s ease;
  font-family: "UniversalSans";
  color: white;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35em;
  letter-spacing: 0.04em;
}

.pricing_plans, .business_body, .evolution_body {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  align-items: normal;
}

.plan, .business .pack, .evolution_body .col {
  box-shadow: rgba(255, 255, 255, 0.12) 0px 0px 0px 1px inset;
  border-radius: 16px;
  height: auto;
  position: relative;
}
@media (min-width: 960px) {
  .plan, .business .pack, .evolution_body .col {
    flex: 1;
  }
}
@media (max-width: 960px) {
  .plan, .business .pack, .evolution_body .col {
    width: 100%;
  }
}
@media (min-width: 480px) {
  .plan, .business .pack, .evolution_body .col {
    padding: 30px;
  }
}
@media (max-width: 480px) {
  .plan, .business .pack, .evolution_body .col {
    padding: 20px;
  }
}

@media (min-width: 640px) {
  .pricing, .s6_lists, .recognition, .business,
  .evolution {
    padding-block: 8rem;
  }
}
@media (max-width: 640px) {
  .pricing, .s6_lists, .recognition, .business,
  .evolution {
    padding-block: 4rem;
  }
}

@media (min-width: 640px) {
  .recognition_body, .business_body,
  .evolution_body {
    margin-top: 8rem;
  }
}
@media (max-width: 640px) {
  .recognition_body, .business_body,
  .evolution_body {
    margin-top: 4rem;
  }
}

.hero {
  overflow: hidden;
  min-height: 100vh;
  padding-block: 5rem;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-direction: column;
  border-bottom: 1px solid hsl(221, 12%, 14%);
}
@media (max-width: 1024px) {
  .hero {
    gap: 2rem;
  }
}
.hero__bg {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  top: 0;
  right: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100vh;
  -o-object-position: center right;
     object-position: center right;
  z-index: -1;
}
@media (max-width: 768px) {
  .hero__bg {
    opacity: 0.66;
  }
}
.hero .container {
  position: relative;
  z-index: 3;
}
.hero_content {
  width: 100%;
}
@media (min-width: 1280px) {
  .hero_content {
    max-width: 666px;
  }
}
@media (max-width: 1280px) {
  .hero_content {
    max-width: 640px;
  }
}
.hero_content span {
  font-family: "GeistMono";
  display: block;
  color: #7d8187;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.25rem;
  font-weight: 300;
  margin-bottom: 2rem;
}
.hero_h1 {
  -webkit-background-clip: text;
          background-clip: text;
}
@media (min-width: 768px) {
  .hero_h1 {
    background-image: linear-gradient(to right, hsla(0, 0%, 100%, 0.2), hsl(0, 0%, 100%));
  }
}
.hero_h1 h1 {
  font-family: "UniversalSans";
  line-height: 1.2em;
  font-weight: 400;
}
@media (min-width: 768px) {
  .hero_h1 h1 {
    font-size: 4.2rem;
    color: transparent;
  }
}
@media (max-width: 768px) {
  .hero_h1 h1 {
    color: white;
    font-size: 2.25rem;
  }
}
.hero_bottom {
  width: 100%;
  position: absolute;
  bottom: 0;
}
@media (min-width: 1024px) {
  .hero_bottom {
    padding-block: 2.5rem;
  }
}
@media (max-width: 1024px) {
  .hero_bottom {
    padding-block: 1rem;
  }
}
@media (min-width: 1280px) {
  .hero_bottom .container {
    padding-left: 8%;
  }
}
@media (max-width: 1280px) and (min-width: 768px) {
  .hero_bottom .container {
    padding-left: 7%;
  }
}
.hero_message {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .hero_message {
    max-width: 650px;
  }
}
.hero_message > * {
  flex: 1;
}
.hero_message svg {
  opacity: 0.8;
  max-width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.business,
.evolution {
  overflow: hidden;
}
.business_head,
.evolution_head {
  width: 100%;
}
.business_head span,
.evolution_head span {
  font-family: "GeistMono";
  display: block;
  color: #7d8187;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.25rem;
  font-weight: 300;
  margin-bottom: 2rem;
}
.business_head-content,
.evolution_head-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .business_head-content,
  .evolution_head-content {
    flex-direction: column;
    gap: 1.1rem;
  }
}
.business_head-content div,
.evolution_head-content div {
  width: 100%;
}
@media (min-width: 1280px) {
  .business_head-content div,
  .evolution_head-content div {
    max-width: 412px;
  }
}
@media (max-width: 1280px) {
  .business_head-content div,
  .evolution_head-content div {
    max-width: 462px;
  }
}
@media (max-width: 1024px) {
  .business_head-content div,
  .evolution_head-content div {
    max-width: 100%;
  }
}
.business_head h2,
.evolution_head h2 {
  font-family: "UniversalSans";
  color: white;
  text-wrap: balance;
  font-weight: 300;
  letter-spacing: 0.01em;
}
@media (min-width: 1024px) {
  .business_head h2,
  .evolution_head h2 {
    font-size: 48px;
    line-height: 1;
  }
}
@media (max-width: 1024px) {
  .business_head h2,
  .evolution_head h2 {
    font-size: 36px;
    line-height: 2.5rem;
  }
}
@media (max-width: 768px) {
  .business_head h2,
  .evolution_head h2 {
    font-size: 30px;
    line-height: 2.25rem;
  }
}
.business_body,
.evolution_body {
  width: 100%;
}

.evolution {
  position: relative;
  z-index: 3;
}
.evolution_body {
  /*@include m.grid(3);

  @include m.notebook {
      grid-template-columns: 100%;
  }*/
}
.evolution_body .col {
  /*width: 100%;

  @media (min-width: v.$notebook) {
      border-left: 1px solid hsl(221 12% 14%);
      padding: 2rem;
  }

  @include m.notebook {
      border-top: 1px solid hsl(221 12% 14%);
      padding: 2.5rem 0;
  }*/
}
.evolution_body .col img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 768px) {
  .evolution_body .col img {
    max-width: 160px;
  }
}
@media (max-width: 768px) {
  .evolution_body .col img {
    max-width: 140px;
  }
}
.evolution_body .col h3 {
  font-family: "UniversalSans";
  font-weight: 500;
  color: white;
  line-height: 1.75rem;
  font-size: 20px;
}
@media (min-width: 768px) {
  .evolution_body .col h3 {
    margin-block: 3rem 1rem;
  }
}
@media (max-width: 768px) {
  .evolution_body .col h3 {
    margin-block: 2.4rem 0.9rem;
  }
}
.evolution_body .col p {
  transition: all 0.3s ease;
  font-family: "UniversalSans";
  color: white;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35em;
  letter-spacing: 0.04em;
  opacity: 0.5;
}
.evolution_body .col:is(:hover) p {
  opacity: 1;
}

.recognition {
  overflow: hidden;
}
.recognition_head {
  width: 100%;
  max-width: 555px;
}
.recognition_head span {
  font-family: "GeistMono";
  display: block;
  color: #7d8187;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.25rem;
  font-weight: 300;
}
.recognition_head h2 {
  font-family: "UniversalSans";
  color: white;
  text-wrap: balance;
  font-weight: 300;
  letter-spacing: 0.01em;
}
@media (min-width: 1024px) {
  .recognition_head h2 {
    font-size: 48px;
    line-height: 1;
  }
}
@media (max-width: 1024px) {
  .recognition_head h2 {
    font-size: 36px;
    line-height: 2.5rem;
  }
}
@media (max-width: 768px) {
  .recognition_head h2 {
    font-size: 30px;
    line-height: 2.25rem;
  }
}
@media (min-width: 1024px) {
  .recognition_head h2 {
    margin-block: 2rem 3rem;
  }
}
@media (max-width: 1024px) {
  .recognition_head h2 {
    margin-block: 1.5rem 2.25rem;
  }
}
.recognition_body {
  width: 100%;
}
.recognition_body ul {
  width: 100%;
}
.recognition_body ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 6px 1.5rem;
  width: 100%;
  /*display: grid;
  grid-template-columns: 1fr 172px;
  grid-gap: 1rem;*/
}
@media (min-width: 1024px) {
  .recognition_body ul li:first-child {
    padding-block: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
}
@media (max-width: 1024px) {
  .recognition_body ul li:first-child {
    padding-block: 1.1rem !important;
    padding-left: 1.1rem !important;
  }
}
@media (max-width: 960px) {
  .recognition_body ul li:first-child {
    padding-left: 0 !important;
  }
}
@media (max-width: 768px) {
  .recognition_body ul li:first-child {
    display: none !important;
  }
}
@media (max-width: 960px) {
  .recognition_body ul li {
    padding-left: 0;
  }
}
.recognition_body ul li > div {
  width: 100%;
}
.recognition_body ul li:not(:last-child) {
  border-bottom: 1px solid white;
}
.recognition_body ul li p:first-child {
  opacity: 0.5;
}
.recognition_body ul li p:last-child {
  opacity: 1;
}
.recognition_body ul li:first-child {
  border: none;
}
.recognition_body ul li:first-child p {
  opacity: 1;
}
.recognition_body ul li:is(:hover) p, .recognition_body ul li.is-active p {
  opacity: 1;
}

.business_body {
  /*@media (min-width: v.$notebook) {
      @include m.grid(3, 6%);
  }

  @include m.notebook {
      @include m.grid(2, 3rem);
  }

  @include m.notebook {
      grid-template-columns: 100%;
  }

  @include m.phone {
      grid-gap: 0;
  }*/
}
.business .pack p {
  transition: all 0.3s ease;
  font-family: "UniversalSans";
  color: white;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35em;
  letter-spacing: 0.04em;
}
.business .pack p:not(:first-child) {
  margin-top: 14px;
}
.business .pack_image {
  width: 100%;
  margin-bottom: 16px;
}
.business .pack_image img {
  max-width: 160px;
  aspect-ratio: 1/1;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.business .pack_content p:first-child {
  letter-spacing: 0.08em;
}
.business .pack_content p:last-child {
  opacity: 0.5;
}
.business .pack_cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  display: none !important;
}
@media (min-width: 1024px) {
  .business .pack_cta {
    align-items: flex-end;
  }
}
@media (max-width: 1024px) {
  .business .pack_cta {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.business .pack_cta > * {
  flex: 1;
}
.business .pack_cta a {
  transition: all 0.3s ease;
  font-family: "UniversalSans";
  color: white;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35em;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.28);
  padding: 12px 0;
  border-radius: 6px;
  text-align: center;
}
@media (min-width: 1280px) {
  .business .pack_cta a {
    max-width: 150px;
  }
}
@media (max-width: 1280px) {
  .business .pack_cta a {
    max-width: 130px;
  }
}
@media (max-width: 1024px) {
  .business .pack_cta a {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media (max-width: 1024px) {
  .business .pack_cta a {
    margin-left: auto;
  }
}
@media (max-width: 480px) {
  .business .pack_cta a {
    margin-inline: auto;
  }
}
.business .pack_cta a:is(:hover, :focus) {
  background: rgba(255, 255, 255, 0.6);
}
.business .pack:is(:hover) .pack_content p {
  opacity: 1;
}

.s6 {
  overflow: hidden;
}
.s6 > * {
  position: relative;
  z-index: 3;
}
.s6_viewport {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
}
@media (min-width: 640px) {
  .s6_viewport {
    padding-block: 11.6rem;
  }
}
@media (max-width: 640px) {
  .s6_viewport {
    padding-block: 6.25rem;
  }
}
.s6_viewport h2 {
  font-family: "UniversalSans";
  font-weight: 500;
  color: white;
  font-size: 25px;
  line-height: 2rem;
  text-align: center;
  margin-bottom: 2rem;
  letter-spacing: 0.01em;
}
.s6_viewport .h3 {
  position: absolute;
  bottom: 6rem;
  pointer-events: none;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}
.s6_viewport .h3 img {
  filter: invert(1);
  opacity: 0.13;
  width: 100%;
  max-width: 820px;
  vertical-align: bottom;
  -webkit-mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.s6-content {
  width: 100%;
  max-width: 685px;
  margin-inline: auto;
}
.s6-content p {
  transition: all 0.3s ease;
  font-family: "UniversalSans";
  color: white;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35em;
  letter-spacing: 0.04em;
  opacity: 0.5;
  text-align: center;
}
.s6-content p:not(:last-child) {
  margin-bottom: 6rem;
}
.s6-content p:is(:hover) {
  opacity: 1;
}
.s6_lists {
  width: 100%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 3rem;
  align-items: flex-start;
}
@media (min-width: 1280px) {
  .s6_lists {
    max-width: 1100px;
  }
}
@media (max-width: 1280px) {
  .s6_lists {
    max-width: 900px;
  }
}
@media (max-width: 768px) {
  .s6_lists {
    grid-template-columns: 100%;
    grid-gap: 2.5rem;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.s6_lists > * {
  width: 100%;
}
@media (min-width: 768px) {
  .s6_lists div:first-child li,
  .s6_lists div:first-child p {
    text-align: right;
  }
}
.s6_lists ul,
.s6_lists ol {
  list-style: none;
}
@media (min-width: 1024px) {
  .s6_lists ul,
  .s6_lists ol {
    margin-top: 40px;
  }
}
@media (max-width: 1024px) {
  .s6_lists ul,
  .s6_lists ol {
    margin-top: 25px;
  }
}
@media (min-width: 1024px) {
  .s6_lists ul li:not(:last-child),
  .s6_lists ol li:not(:last-child) {
    margin-bottom: 18px;
  }
}
@media (max-width: 1024px) {
  .s6_lists ul li:not(:last-child),
  .s6_lists ol li:not(:last-child) {
    margin-bottom: 12px;
  }
}
.s6_lists p,
.s6_lists li {
  transition: all 0.3s ease;
  font-family: "UniversalSans";
  color: white;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35em;
  letter-spacing: 0.04em;
}
.s6_lists li {
  opacity: 0.5;
}
.s6_lists li:is(:hover) {
  opacity: 1;
}
.s6_lists p {
  opacity: 1;
  font-weight: bolder;
  letter-spacing: 0.08em;
}

.popup {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}
.popup > * {
  position: absolute;
  transition: all 0.3s ease;
  opacity: 0;
  pointer-events: none;
  width: 100%;
}
.popup__bg {
  height: 100%;
  z-index: 101;
  inset: 0;
  background: #000;
  opacity: 0.8;
  filter: blur(40px);
}
.popup__box {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
  z-index: 102;
  max-width: 650px;
  padding: 30px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.9019607843);
  border: 1px solid #1f1f1f;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  position: relative;
  max-height: 90vh;
  overflow-x: hidden;
  overflow-y: auto;
}
.popup__box > * {
  width: 100%;
}
.popup__box-head svg {
  display: block;
  width: 30px;
  height: 30px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 20px;
}
.popup__box-head h2 {
  font-family: "UniversalSans";
  color: white;
  text-wrap: balance;
  font-weight: 300;
  letter-spacing: 0.01em;
}
@media (min-width: 1024px) {
  .popup__box-head h2 {
    font-size: 36px;
    line-height: 1;
  }
}
@media (max-width: 1024px) {
  .popup__box-head h2 {
    font-size: 26.8px;
    line-height: 2.5rem;
  }
}
@media (max-width: 768px) {
  .popup__box-head h2 {
    font-size: 22px;
    line-height: 2.25rem;
  }
}
.popup__box-head h2 span {
  opacity: 0.6;
}
.popup__box-head p {
  color: white;
  font-family: "UniversalSans";
  opacity: 0.6;
  font-size: 16px;
  margin-top: 13px;
}
.popup .whatsapp {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 12px 22px;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-family: "UniversalSans";
  background-color: #009087;
  color: white;
  border-radius: 4px;
  box-shadow: 6px 6px 12px rgba(197, 197, 197, 0.3098039216);
  font-size: 17px;
}
.popup .whatsapp svg {
  display: block;
  width: 30px;
  height: 30px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.popup .capture_services li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  opacity: 0.5;
  transition: all 0.3s ease;
}
.popup .capture_services li:is(:hover) {
  opacity: 1;
}
.popup .capture_services li:not(:last-child) {
  margin-bottom: 16px;
}
.popup .capture_services li:has([type=radio]:checked) {
  opacity: 1;
}
.popup .capture_services .input_radio {
  display: block;
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  position: relative;
}
.popup .capture_services .input_radio div,
.popup .capture_services .input_radio input {
  width: 100%;
  height: 100%;
  position: absolute;
}
.popup .capture_services .input_radio div {
  z-index: 4;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.popup .capture_services .input_radio div * {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.popup .capture_services .input_radio div::before, .popup .capture_services .input_radio div::after {
  position: absolute;
  content: "";
  top: 50%;
  transition: all 0.3s ease;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.1);
  background: white;
  opacity: 0;
}
.popup .capture_services .input_radio div::before {
  width: 12px;
  height: 2px;
}
.popup .capture_services .input_radio div::after {
  width: 2px;
  height: 12px;
}
.popup .capture_services .input_radio input {
  inset: 0;
  cursor: pointer;
  z-index: 3;
  opacity: 1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #615d5d;
  box-shadow: inset 2px 5px 10px rgba(61, 59, 59, 0.74);
  border-radius: 5px;
}
.popup .capture_services .input_radio input:checked + div::before, .popup .capture_services .input_radio input:checked + div::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1) rotate(45deg);
}
.popup .capture_services label {
  color: white;
  font-size: 16.6px;
  letter-spacing: 0.5px;
  cursor: pointer;
}
.popup[data-step="1"] {
  z-index: 100;
}
.popup[data-step="2"] {
  z-index: 200;
}
.popup[data-step="3"] {
  z-index: 300;
}
.popup[data-step="3"] .popup__box-head h2,
.popup[data-step="3"] .popup__box-head p {
  text-align: center;
}
.popup-form label,
.popup-form input {
  font-family: "UniversalSans";
}
.popup-form .wpcf7-form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.popup-form .wpcf7-form > * {
  width: 100%;
}
.popup-form .wpcf7-form label,
.popup-form .wpcf7-form input {
  font-size: 14px;
  display: block;
  width: 100%;
}
.popup-form .wpcf7-form > p {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
.popup-form .wpcf7-form label {
  line-height: 1.2em;
  color: rgba(255, 255, 255, 0.8);
}
.popup-form .wpcf7-form label span {
  display: block;
  width: 100%;
  margin-top: 8px;
}
.popup-form .wpcf7-form input:not([type=submit]) {
  border: 1px solid rgba(255, 255, 255, 0.1);
  line-height: 1.4em;
  color: white;
  background: rgba(255, 255, 255, 0.07);
  border-radius: 6px;
  padding: 10px 15px;
  font-weight: 400;
}
.popup-form .wpcf7-form input[type=submit] {
  background: white;
  color: black;
  border: 1px solid white;
  border-radius: 300px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 12px;
  min-height: 36px;
  font-weight: 600;
  letter-spacing: 1px;
}
.popup-form .wpcf7-not-valid-tip {
  font-size: 14px;
  font-weight: 400;
}
.popup-form .button-wrapper {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0;
}
.popup-form .wpcf7-spinner {
  margin: 0;
  background-color: rgba(255, 255, 255, 0.3);
}
.popup-form .wpcf7-response-output {
  order: -1;
  margin: 0 0 30px 0 !important;
  padding: 0 0 0 12px !important;
  color: white;
  text-align: left;
  font-size: 14px !important;
  font-family: "UniversalSans";
  border: none !important;
  border-left: 4px solid white !important;
}
.popup-form [data-name=your-service] {
  display: none !important;
}
.popup.active {
  opacity: 1;
  pointer-events: all;
}
.popup.active > * {
  opacity: 1;
  pointer-events: all;
}

.pricing {
  position: relative;
  overflow: hidden;
  z-index: 3;
}
.pricing_head h3 {
  font-family: "UniversalSans";
  color: white;
  text-wrap: balance;
  font-weight: 300;
  letter-spacing: 0.01em;
}
@media (min-width: 1024px) {
  .pricing_head h3 {
    font-size: 48px;
    line-height: 1;
  }
}
@media (max-width: 1024px) {
  .pricing_head h3 {
    font-size: 36px;
    line-height: 2.5rem;
  }
}
@media (max-width: 768px) {
  .pricing_head h3 {
    font-size: 30px;
    line-height: 2.25rem;
  }
}
.pricing_head h3,
.pricing_head p {
  text-align: center;
}
.pricing_head p {
  transition: all 0.3s ease;
  font-family: "UniversalSans";
  color: white;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35em;
  letter-spacing: 0.04em;
  opacity: 0.6;
  max-width: 500px;
  margin: 20px auto 0;
}
.pricing_container {
  width: 100%;
  margin-inline: auto;
  max-width: 1020px;
  padding: 0 20px;
}
.pricing_button_plans {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  height: 30px;
  max-width: 320px;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  position: relative;
  margin-block: 20px 60px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.pricing_button_plans button {
  font-family: "UniversalSans";
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.75px;
  flex: 1;
  height: 100%;
  border: none;
  background: transparent;
  color: white;
  box-shadow: rgba(0, 0, 0, 0.72) 0px 0.602187px 0.602187px -1.25px inset, rgba(0, 0, 0, 0.64) 0px 2.28853px 2.28853px -2.5px inset, rgba(0, 0, 0, 0.25) 0px 10px 10px -3.75px inset;
}
.pricing[data-state="1"] .pricing_button_plans button:nth-child(1) {
  background: white;
  color: black;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.pricing[data-state="1"] .pricing_plans:nth-child(2) {
  display: none;
}
.pricing[data-state="2"] .pricing_button_plans button:nth-child(2) {
  background: white;
  color: black;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.pricing[data-state="2"] .pricing_plans:nth-child(1) {
  display: none;
}

.plan {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-direction: column;
}
@media (min-width: 960px) {
  .plan {
    min-height: 336px;
  }
}
.plan > * {
  width: 100%;
}
.plan_top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  flex-direction: column;
}
.plan_top > * {
  width: 100%;
}
.plan_top h4,
.plan_top p {
  text-align: left;
}
.plan_top h4,
.plan_top p,
.plan_top span, .plan_list h4,
.plan_list p,
.plan_list span {
  font-family: "UniversalSans";
  color: white;
  font-weight: 400;
}
.plan_head {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.plan_head h4 {
  line-height: 1.3em;
  letter-spacing: -0.01px;
}
@media (min-width: 1200px) {
  .plan_head h4 {
    font-size: 24px;
  }
}
@media (max-width: 1200px) {
  .plan_head h4 {
    font-size: 20px;
  }
}
.plan_head span {
  display: block;
  line-height: 1.2em;
  letter-spacing: 0.04px;
  text-transform: uppercase;
  color: white;
  border-radius: 4px;
}
.plan_head span:not(.absolute) {
  padding: 4px 14px;
  text-align: center;
  font-size: 12.6px;
}
.plan_head span.absolute {
  padding: 0;
  font-size: 10px;
  text-align: left;
  opacity: 0.6;
  top: 0;
  max-width: 100px;
  right: 0;
}
.plan_body p {
  opacity: 0.6;
  letter-spacing: -0.2px;
  line-height: 1.6em;
}
@media (min-width: 768px) {
  .plan_body p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .plan_body p {
    font-size: 16px;
  }
}
.plan_list path {
  stroke: white;
}
.plan_list ul {
  width: 100%;
}
.plan_list ul li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  flex-wrap: nowrap;
}
.plan_list ul li:not(:last-child) {
  margin-bottom: 8px;
}
.plan_list ul svg {
  display: block;
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  min-width: 20px;
}
@media (min-width: 1200px) {
  .plan_list ul p {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .plan_list ul p {
    font-size: 14px;
  }
}
.plan_button button {
  display: block;
  width: 100%;
  background-color: rgb(51, 51, 51);
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  text-align: center;
  color: white;
  font-family: "UniversalSans";
  border: none;
  font-size: 14px;
  padding: 8px 12px;
}

.pricing {
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.pricing_plans:nth-child(1) .plan_head span:not(.absolute) {
  background: #6600FF;
}
.pricing_plans:nth-child(1) .plan.active {
  background: radial-gradient(100% 100% at 100% 100%, rgba(102, 0, 255, 0.5) 0%, rgba(0, 3, 15, 0) 100%);
}
.pricing_plans:nth-child(1) .plan.active button {
  background: #6600FF;
}
.pricing_plans:nth-child(2) .plan_head span:not(.absolute) {
  background: #0066FF;
}
.pricing_plans:nth-child(2) .plan.active {
  background: radial-gradient(100% 100% at 100% 100%, rgba(0, 102, 255, 0.5) 0%, rgba(0, 3, 15, 0) 100%);
}
.pricing_plans:nth-child(2) .plan.active button {
  background: #0066FF;
}

.ac {
  background-color: transparent !important;
  margin: 0 !important;
  border: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.ac-trigger::after {
  display: none;
}
.ac-panel .ac-text {
  color: white !important;
  font-family: "UniversalSans" !important;
  font-size: 15px !important;
  line-height: 1.45em !important;
  opacity: 0.5 !important;
}
@media (min-width: 1024px) {
  .ac-panel .ac-text {
    padding: 0.5rem 1.5rem 1.5rem !important;
  }
}
@media (max-width: 1024px) {
  .ac-panel .ac-text {
    padding: 0.5rem 1.1rem 1.1rem !important;
  }
}
.ac-panel .ac-text:is(:hover) {
  opacity: 1 !important;
}
.ac-header button {
  cursor: pointer;
  padding: 0 !important;
  display: flex !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 6px 1.5rem;
}
@media (min-width: 1024px) {
  .ac-header button {
    padding-block: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
}
@media (max-width: 1024px) {
  .ac-header button {
    padding-block: 1.1rem !important;
    padding-left: 1.1rem !important;
  }
}
@media (max-width: 960px) {
  .ac-header button {
    padding-left: 0 !important;
  }
}

.header .ul_menu, .header_navigation-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 2rem;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  padding-block: 0.6rem;
}
.header::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 150%;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  inset: 0;
  -webkit-mask: linear-gradient(black, black, transparent);
          mask: linear-gradient(black, black, transparent);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
.header .container {
  position: relative;
  z-index: 3;
}
.header_grid {
  width: 100%;
  display: grid;
  align-items: center;
}
@media (min-width: 1280px) {
  .header_grid {
    grid-template-columns: 72px 1fr;
  }
}
@media (max-width: 1280px) {
  .header_grid {
    grid-template-columns: 72px 1fr;
  }
}
.header_navigation {
  width: 100%;
}
@media (max-width: 1024px) {
  .header_navigation {
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
  }
  .header_navigation > * {
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
  }
}
@media (min-width: 1024px) {
  .header_navigation-bg {
    display: none;
  }
}
@media (max-width: 1024px) {
  .header_navigation-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 101;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
  }
}
.header_navigation-content {
  width: 100%;
}
@media (max-width: 1024px) {
  .header_navigation-content {
    height: 100vh;
    position: absolute;
    top: 0;
    right: 0;
    flex-direction: column;
    gap: 1rem;
    z-index: 102;
    max-width: 400px;
    background: rgba(0, 0, 0, 0.66);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    justify-content: flex-start;
    padding: 2rem 1.5rem;
    border-left: 1px solid rgba(255, 255, 255, 0.12);
  }
}
@media (max-width: 480px) {
  .header_navigation-content {
    max-width: calc(100% - 2.3rem);
    padding: 1.8rem 1.25rem;
  }
}
@media (max-width: 1024px) {
  .header_navigation {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100vh;
    z-index: 100;
  }
}
@media (max-width: 1024px) {
  .header_navigation.active {
    opacity: 1;
    pointer-events: all;
  }
  .header_navigation.active > * {
    opacity: 1;
    pointer-events: all;
  }
}
@media (min-width: 1024px) {
  .header_menu {
    display: none;
  }
}
@media (max-width: 1024px) {
  .header_menu {
    display: block;
    width: 48px;
    height: 48px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    background: none;
    border: none;
    padding: 0;
    margin-left: auto;
  }
}
.header_menu svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1024px) {
  .header .menu-header-container {
    width: 100%;
    max-height: calc(100vh - 4rem);
    overflow-x: hidden;
    overflow-y: auto;
  }
}
@media (max-width: 480px) {
  .header .menu-header-container {
    max-height: calc(100vh - 3.6rem);
  }
}
.header .sub-menu {
  list-style: none;
  transition: all 0.3s ease;
}
@media (min-width: 1024px) {
  .header .sub-menu {
    position: absolute;
    top: 20%;
    z-index: 3;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    opacity: 0;
    width: 250px;
    background: rgba(15, 15, 15, 0.8);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    border-radius: 14px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 20px 0px;
    padding: 10px;
  }
}
.header .sub-menu a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 10px;
}
@media (max-width: 300px) {
  .header .sub-menu a {
    flex-direction: column;
    align-items: flex-start;
  }
}
.header .sub-menu a div {
  transition: all 0.3s ease;
}
.header .sub-menu a div:first-child {
  display: block;
  width: 40px;
  height: 40px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 10px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
}
.header .sub-menu a div svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transition: all 0.3s ease;
}
.header .sub-menu a div p {
  font-weight: 300;
  letter-spacing: 1px;
  -webkit-text-stroke: 0.2px;
}
.header .sub-menu a div p,
.header .sub-menu a div small {
  font-family: "UniversalSans";
  font-size: 13px;
  text-shadow: none;
  color: white;
}
.header .sub-menu a div small {
  display: block;
  margin-top: 4px;
  font-weight: 400;
  opacity: 0.4;
}
.header .sub-menu a:hover div:first-child {
  background: white;
}
.header .sub-menu a:hover svg,
.header .sub-menu a:hover path {
  fill: black;
}
.header .sub-menu a:hover small {
  opacity: 0.8;
}
.header .ul_menu {
  list-style: none;
}
@media (max-width: 1024px) {
  .header .ul_menu {
    width: 100%;
    flex-direction: column;
    gap: 1rem;
  }
}
.header .ul_menu > li {
  position: relative;
}
@media (max-width: 1024px) {
  .header .ul_menu > li {
    width: 100%;
  }
}
.header .ul_menu > li > button, .header .ul_menu > li > a {
  position: relative;
  z-index: 4;
  display: block;
  padding: 8px 16px;
  border-radius: 600px;
  background: transparent;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: "GeistMono";
}
@media (min-width: 1024px) {
  .header .ul_menu > li > button, .header .ul_menu > li > a {
    color: rgba(255, 255, 255, 0.5019607843);
  }
}
@media (max-width: 1024px) {
  .header .ul_menu > li > button, .header .ul_menu > li > a {
    color: white;
  }
}
.header .ul_menu > li > button:is(:hover, :focus), .header .ul_menu > li > a:is(:hover, :focus) {
  color: white;
}
@media (min-width: 1024px) {
  .header .ul_menu > li:last-child > a, .header .ul_menu > li:last-child > button {
    border: 2px solid rgba(255, 255, 255, 0.8);
  }
}
@media (max-width: 1024px) {
  .header .ul_menu > li:last-child > a, .header .ul_menu > li:last-child > button {
    border: none;
    text-align: left;
    background: white;
    color: black;
    margin-left: auto;
  }
}
@media (min-width: 1024px) {
  .header .ul_menu > li:hover .sub-menu {
    opacity: 1;
    top: 100%;
    pointer-events: all;
  }
}

.footer {
  position: relative;
}
@media (min-width: 1280px) {
  .footer {
    padding-block: 6rem 12rem;
  }
}
@media (max-width: 1280px) {
  .footer {
    padding-block: 5rem 9rem;
  }
}
@media (max-width: 1024px) {
  .footer {
    padding-block: 4.5rem 6.5rem;
  }
}
@media (max-width: 1024px) {
  .footer {
    padding-block: 4.5rem 5rem;
  }
}
.footer::before {
  position: absolute;
  pointer-events: none;
  content: "";
  width: 100%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  min-height: 100vh;
  background: radial-gradient(circle at bottom, #3a2a73 0%, #000000 72%);
}
.footer .container {
  position: relative;
  z-index: 3;
}
.footer_top, .footer_bottom {
  width: 100%;
  display: grid;
}
@media (min-width: 1024px) {
  .footer_top, .footer_bottom {
    grid-gap: 4%;
  }
}
@media (max-width: 1024px) {
  .footer_top, .footer_bottom {
    grid-gap: 2rem;
  }
}
.footer_top > *, .footer_bottom > * {
  width: 100%;
}
.footer_top {
  align-items: flex-start;
}
@media (min-width: 1280px) {
  .footer_top {
    grid-template-columns: 0.4fr 0.7fr 0.9fr;
    margin-bottom: 10rem;
  }
}
@media (max-width: 1280px) {
  .footer_top {
    grid-template-columns: 0.4fr 0.6fr 1fr;
    margin-bottom: 6.5rem;
  }
}
@media (max-width: 1024px) {
  .footer_top {
    grid-template-columns: 0.5fr 0.5fr;
  }
}
@media (max-width: 768px) {
  .footer_top {
    grid-template-columns: 100%;
  }
}
.footer_bottom {
  grid-template-columns: 1fr 1fr 1fr;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .footer_bottom {
    grid-template-columns: 100%;
  }
}
.footer_bottom p {
  transition: all 0.3s ease;
  font-family: "UniversalSans";
  color: white;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35em;
  letter-spacing: 0.04em;
  opacity: 1;
}
.footer_suscription > p {
  transition: all 0.3s ease;
  font-family: "UniversalSans";
  color: white;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35em;
  letter-spacing: 0.04em;
  opacity: 1;
}
@media (min-width: 1280px) {
  .footer_suscription > p {
    max-width: 390px;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 1280px) {
  .footer_suscription > p {
    max-width: 360px;
    margin-bottom: 1.8rem;
  }
}
@media (max-width: 1024px) {
  .footer_suscription > p {
    margin-bottom: 1.2rem;
  }
}
.footer_suscription .wpcf7 {
  width: 100%;
}
.footer_suscription .wpcf7 > *, .footer_suscription .wpcf7 input, .footer_suscription .wpcf7 form {
  width: 100%;
}
.footer_suscription .wpcf7 form {
  position: relative;
}
.footer_suscription .wpcf7-spinner {
  display: none !important;
  /*position: absolute;
  @include m.centerY;
  right: 0;
  margin: 0 !important;*/
}
.footer_suscription .wpcf7-form-control-wrap {
  width: 100%;
}
.footer_suscription .wpcf7-form-control-wrap input {
  min-height: 46px;
  background: none;
  border: none;
  border-bottom: 1px solid white;
  color: white;
}
@media (min-width: 1280px) {
  .footer_suscription .wpcf7-form-control-wrap input {
    font-size: 17px;
  }
}
@media (max-width: 1280px) {
  .footer_suscription .wpcf7-form-control-wrap input {
    font-size: 16px;
  }
}
.footer_suscription .wpcf7-not-valid-tip {
  display: none !important;
  /*position: absolute;
  left: 0;
  top: calc(100% + 10px);*/
}
.footer_suscription .wpcf7-response-output {
  width: 100%;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  color: white;
  text-align: center;
  position: absolute;
  left: 0;
  top: calc(100% + 12px);
}
@media (min-width: 1280px) {
  .footer_suscription .wpcf7-response-output {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .footer_suscription .wpcf7-response-output {
    font-size: 14px;
  }
}
.footer_suscription .wpcf7 form p {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  position: relative;
}
.footer_suscription [type=submit] {
  position: absolute;
  display: block;
  width: 34px;
  height: 34px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  overflow: hidden;
  max-width: 34px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: none;
  border: none;
}
.footer_suscription [type=submit] svg {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.footer_suscription [type=submit] p {
  display: none !important;
}
.footer_info p {
  transition: all 0.3s ease;
  font-family: "UniversalSans";
  color: white;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35em;
  letter-spacing: 0.04em;
  opacity: 0.6;
  letter-spacing: 1.5px;
}
@media (min-width: 1280px) {
  .footer_info p {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 1280px) {
  .footer_info p {
    margin-bottom: 1.1rem;
  }
}
@media (max-width: 1024px) {
  .footer_info p {
    margin-bottom: 0.8rem;
  }
}
.footer_info a {
  transition: all 0.3s ease;
  font-family: "UniversalSans";
  color: white;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35em;
  letter-spacing: 0.04em;
  opacity: 1;
}
.footer .social {
  list-style: none;
}
@media (min-width: 1280px) {
  .footer .social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    justify-content: flex-end;
  }
}
@media (max-width: 1280px) {
  .footer .social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 7px;
    justify-content: flex-start;
  }
}
@media (max-width: 768px) {
  .footer .social {
    justify-content: flex-start;
  }
}
@media (min-width: 1280px) {
  .footer .social a {
    display: block;
    width: 28px;
    height: 28px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}
@media (max-width: 1280px) {
  .footer .social a {
    display: block;
    width: 24px;
    height: 24px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}
.footer .social a svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  fill: white;
}
.footer .goToUp {
  margin-left: auto;
  background: none;
  border: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  transition: all 0.3s ease;
  font-family: "UniversalSans";
  color: white;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35em;
  letter-spacing: 0.04em;
  opacity: 1;
}
.footer .goToUp svg {
  display: block;
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.calendly-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  transition: all 1s ease;
  opacity: 1;
}
.calendly-overlay .calendly-close-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  background: #000;
  opacity: 0.8;
  filter: blur(40px);
}
.calendly-overlay .calendly-popup {
  position: absolute;
  z-index: 1002;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  width: 100%;
  max-width: 666px;
}
.calendly-overlay .calendly-popup-content {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: white;
  height: 777px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-direction: column;
}
/*# sourceMappingURL=app.css.map */
