﻿* {
  box-sizing: border-box;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*------------------------------------------------------------------------------
  Fonts
------------------------------------------------------------------------------*/
@font-face {
  font-family: "Season Sans";
  src: url("../font/SeasonSans-Medium.woff2") format("woff2"), url("../font/SeasonSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Season Sans";
  src: url("../font/SeasonSans-Regular.woff2") format("woff2"), url("../font/SeasonSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Season Serif";
  src: url("../font/SeasonSerif-Medium.woff2") format("woff2"), url("../font/SeasonSerif-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Season Serif";
  src: url("../font/SeasonSerif-Regular.woff2") format("woff2"),
    url("../font/SeasonSerif-Regular.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/*------------------------------------------------------------------------------
  Global
------------------------------------------------------------------------------*/
body {
  font-family: "Season Sans", sans-serif;
  font-size: 16px;
  background-color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: 93px !important;
  overflow-x: hidden;
  width: 100vw;
  overflow-x: hidden;
}

@media screen and (min-width: 1024px) {
  body {
    padding-top: 106px !important;
  }
}

body.site-overflowed {
  overflow: hidden;
}

body.site-overflowed.is-iOS {
  position: fixed;
  width: 100%;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.no-scrollbar::-webkit-scrollbar {
  display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.no-scrollbar {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

/*------------------------------------------------------------------------------
  Layout
------------------------------------------------------------------------------*/
.container {
  margin: 0 auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 768px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1024px) {
  .container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.container-fluid {
  margin: 0 auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 768px) {
  .container-fluid {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1024px) {
  .container-fluid {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.section {
  position: relative;
  width: 100vw;
  overflow: hidden;
}

/*------------------------------------------------------------------------------
  Buttons
------------------------------------------------------------------------------*/
button {
  background: none;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  outline: none;
  cursor: pointer;
}

.btn {
  display: block;
  position: relative;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: "Season Serif", serif;
  font-size: 15px;
  text-decoration: none;
  line-height: 1.2;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 9999px;
}

@media screen and (min-width: 1024px) {
  .btn {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.btn-arrow {
  padding-right: 3rem;
}

@media screen and (min-width: 1024px) {
  .btn-arrow {
    padding-right: 3rem;
  }
}

.btn-arrow svg {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

@media screen and (min-width: 1024px) {
  .btn-arrow svg {
    right: 1.5rem;
  }
}

.btn-arrow:hover svg {
  right: 1.25rem;
}

.btn-white {
  background: white;
  color: black;
}

.btn-black {
  background: black;
  color: white;
}

.btn:hover {
  opacity: 0.8;
}

/*------------------------------------------------------------------------------
  Header
------------------------------------------------------------------------------*/
.header-container {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10;
  padding: 0.75rem 1rem;
}

.header {
  margin: 0 auto;
  border-radius: 20px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: all 0.5s ease;
  overflow: hidden;
}

.header--inverted:not(.filled) .header__logo {
  color: #000;
}

.header--inverted:not(.filled) .navigation__link {
  color: #000;
}

.header--inverted:not(.filled) .header__get-in-touch {
  background-color: #000;
  color: #fff;
}

.header--inverted:not(.filled) .navigation__badge {
  background-color: #000;
  color: #fff;
}

.header--inverted:not(.filled) .header__mobile-menu-trigger {
  color: black;
}

@media screen and (min-width: 1024px) {
  .header {
    padding: 1.25rem 1.5rem;
    border-radius: 9999px;
    overflow: visible;
  }
}

.header.filled {
  background: #1a1b1e;
}

@media screen and (min-width: 1024px) {
  .header.filled {
    background: rgba(26, 26, 26, 0.8);
  }
}

.header.hide {
  transform: translateY(calc(-100% - 0.75rem));
}

.get-in-touch.btn-arrow svg {
  position: absolute;
  transition: all 0.3s ease;
}

.get-in-touch.btn-arrow:hover svg {
  transform: translate(8px, -8px);
  opacity: 0;
}

.header__inner {
  display: grid;
  grid-template-columns: 1fr min-content;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1.25rem 1.5rem;
}

@media screen and (min-width: 1024px) {
  .header__inner {
    grid-template-columns: 152px auto 152px;
    padding: 0;
  }
}

.header__logo {
  justify-self: start;
  display: block;
  color: white;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.header__logo:hover {
  opacity: 0.8;
}

.header__get-in-touch {
  justify-self: end;
  display: none;
}

@media (min-width: 1024px) {
  .header__get-in-touch {
    display: block;
  }
}

.header__mobile-menu-trigger {
  display: block;
  color: white;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1024px) {
  .header__mobile-menu-trigger {
    display: none;
  }
}

.header__mobile-menu-trigger:hover {
  opacity: 0.8;
}

.header__mobile-menu-trigger svg:last-child {
  display: none;
}

.header__mobile-menu-trigger.active svg:last-child {
  display: block;
}

.header__mobile-menu-trigger.active svg:first-child {
  display: none;
}

@media screen and (min-width: 1024px) {
  .header__brand,
  .header__buttons {
    width: 152px;
  }
}

/*------------------------------------------------------------------------------
  Mobile Navigation
------------------------------------------------------------------------------*/
.mobile-navigation {
  height: 0;
  transition: height 0.5s ease;
  overflow: hidden;
}

.mobile-navigation.open {
  height: calc(100dvh - 93px);
}

@media screen and (min-width: 1024px) {
  .mobile-navigation.open {
    height: calc(100dvh - 106px);
  }
}

.mobile-navigation__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: calc(100dvh - 93px);
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

@media screen and (min-width: 1024px) {
  .mobile-navigation__inner {
    min-height: calc(100dvh - 106px);
  }
}

.mobile-navigation__list {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 1.5rem;
}

.mobile-navigation__link {
  position: relative;
  padding: 0;
  font-family: "Season Sans", sans-serif;
  font-size: 2.215rem;
  line-height: 1.5;
  color: white;
  text-decoration: none;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  appearance: none;
}

.mobile-navigation__badge {
  position: absolute;
  bottom: calc(75%);
  right: 0;
  padding: 0.125rem 0.5rem;
  background: white;
  font-family: "Season Serif", serif;
  font-size: 10px;
  color: black;
  line-height: 1;
  transform: translateX(75%);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 9999px;
}

.mobile-navigation__link:hover {
  opacity: 0.6;
}

.mobile-navigation__cta {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 2rem 1.25rem 1.25rem;
  background: black;
  border-radius: 0 0 20px 20px;
}

.mobile-navigation__cta-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
}

.mobile-navigation__cta-title {
  font-size: 1rem;
  line-height: 1.375;
  color: white;
}

.mobile-navigation__cta-description {
  font-size: 0.9375rem;
  line-height: 1.4;
  color: #a1a1a1;
}

.mobile-navigation__cta-description a {
  color: inherit;
  text-decoration: underline;
}

.mobile-navigation__cta-description a:hover {
  text-decoration: none;
}

.mobile-navigation__cta-image {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 35 / 13;
  border-radius: 10px;
  overflow: hidden;
}

.mobile-navigation__cta-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.mobile-submenu {
  z-index: 10;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #1a1b1e;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  pointer-events: none;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.mobile-submenu.open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  pointer-events: auto;
}

.mobile-submenu__title {
  flex-shrink: 0;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0 1.5rem;
}

.mobile-submenu__title-text {
  font-size: 2.215rem;
  line-height: 1.5;
  color: white;
  text-decoration: none;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-submenu__title-badge {
  position: absolute;
  bottom: calc(75%);
  right: 0;
  padding: 0.125rem 0.5rem;
  background: white;
  font-family: "Season Serif", serif;
  font-size: 10px;
  color: black;
  line-height: 1;
  transform: translateX(75%);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 9999px;
}

.mobile-submenu__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.mobile-submenu__list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 0 1.5rem 2.5rem;
}

.mobile-submenu__link {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.mobile-submenu__link:hover {
  opacity: 0.6;
}

.mobile-submenu__link-title {
  font-size: 1rem;
  line-height: 1.375;
  color: white;
}

.mobile-submenu__link-description {
  font-size: 0.9375rem;
  line-height: 1.375;
  color: #a1a1a1;
}

/*------------------------------------------------------------------------------
  Navigation
------------------------------------------------------------------------------*/
.navigation {
  display: flex;
  width: 500px;
  justify-content: center;
  display: none;
  margin: -33px 0;
}

@media (min-width: 1024px) {
  .navigation {
    display: flex;
  }
}

.navigation__list {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.navigation__item {
  position: relative;
  padding: 33px 0;
}

.navigation__link {
  display: block;
  color: white;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
}

.navigation__link:hover,
.navigation__item:hover > .navigation__link,
.navigation__item--hovered > .navigation__link {
  opacity: 0.6;
}

.navigation__badge {
  position: absolute;
  bottom: calc(65%);
  right: 0;
  padding: 0.125rem 0.5rem;
  background: white;
  font-family: "Season Serif", serif;
  font-size: 10px;
  color: black;
  line-height: 1;
  transform: translateX(50%);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 9999px;
}

.navigation__item:hover .navigation__badge,
.navigation__item--hovered .navigation__badge {
  transform: translateX(50%) translateY(-2px);
}

.nav-dropdown {
  position: fixed;
  left: 50%;
  top: calc(var(--dropdown-top, 80px));
  transform: translateX(-50%) translateY(20px);
  width: 100vw;
  background: #1a1b1e;
  border-radius: 50px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}

.header.small .nav-dropdown {
  top: calc(var(--dropdown-top, 80px));
}

.nav-services.nav-dropdown {
  max-width: 870px;
}

.nav-resources.nav-dropdown {
  display: flex;
  max-width: 670px;
}

.navigation__item--hovered .nav-dropdown {
  visibility: visible;
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}

.nav-dropdown::before {
  content: "";
  position: absolute;
  top: -12px;
  left: var(--arrow-position, 50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #1a1b1e;
}

.nav-resources.nav-dropdown::before {
  border-bottom-color: black;
}

.nav-services .nav-dropdown__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 3rem;
}

.nav-resources .nav-dropdown__inner {
  flex: 1;
  padding: 3rem;
}

.nav-dropdown__list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.nav-dropdown__link {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.nav-dropdown__link:hover {
  opacity: 0.6;
}

.nav-dropdown__link-title {
  font-size: 1rem;
  line-height: 1.375;
  color: white;
}

.nav-dropdown__link-description {
  font-size: 0.9375rem;
  line-height: 1.375;
  color: #a1a1a1;
}

.nav-dropdown__cta {
  display: flex;
  gap: 2rem;
  background: black;
}

.nav-services .nav-dropdown__cta {
  align-items: center;
  padding: 1.5rem 3rem;
  border-radius: 0 0 50px 50px;
}

.nav-resources .nav-dropdown__cta {
  flex-direction: column;
  border-radius: 0 0 50px 50px;
}

.nav-resources .nav-dropdown__cta {
  width: 320px;
  border-radius: 0 50px 50px 0;
  padding: 3rem 3rem 3rem 1.5rem;
}

.nav-dropdown__cta-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
}

.nav-dropdown__cta-title {
  font-size: 1rem;
  line-height: 1.375;
  color: white;
}

.nav-dropdown__cta-description {
  font-size: 0.9375rem;
  line-height: 1.4;
  color: #a1a1a1;
}

.nav-dropdown__cta-description a {
  color: inherit;
  text-decoration: underline;
}

.nav-dropdown__cta-image {
  display: block;
  position: relative;
  overflow: hidden;
}

.nav-services .nav-dropdown__cta-image {
  flex-basis: 280px;
  aspect-ratio: 56 / 27;
  border-radius: 20px;
}

.nav-resources .nav-dropdown__cta-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 10px;
}

.nav-dropdown__cta-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/*------------------------------------------------------------------------------
  Footer
------------------------------------------------------------------------------*/
.footer {
  padding-top: 4rem;
  padding-bottom: 2.5rem;
}

@media screen and (min-width: 1024px) {
  .footer {
    padding-top: 8rem;
    padding-bottom: 2.5rem;
  }
}

.footer__main {
  position: relative;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  margin-bottom: 5rem;
  gap: 3rem;
}

@media screen and (min-width: 1024px) {
  .footer__main {
    margin-bottom: 11rem;
    gap: 0;
  }
}

.footer__brand {
  display: flex;
  flex-direction: column;
  grid-column: span 7 / span 7;
}

@media screen and (min-width: 1024px) {
  .footer__brand {
    grid-column: span 3 / span 3;
    padding-right: 5rem;
  }
}

.footer__brand__heading {
  margin-bottom: 1.5rem;
  font-size: clamp(40px, 5vw, 60px);
  line-height: 1.2;
  color: white;
}

.footer__brand__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 1024px) {
  .footer__brand__buttons {
    margin-bottom: 4rem;
  }
}

.footer__brand__buttons .btn {
  white-space: nowrap;
}

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

.footer__brand__social__link {
  color: white;
  transition: all 0.3s ease;
}

.footer__brand__social__link:hover {
  opacity: 0.6;
}

.footer__links {
  display: grid;
  grid-column: span 7 / span 7;
  color: #fff;
}

.footer__links a{
  text-decoration: none;
  color: #fff;
}

.footer__links a:hover{
  color: #e0e0e0;
  transition: all 0.3s ease;
}

@media screen and (min-width: 1024px) {
  .footer__links {
    /*grid-template-columns: repeat(3, 1fr);*/
    grid-column: span 4 / span 4;
  }
}

.footer__links__column {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

@media screen and (min-width: 1024px) {
  .footer__links__column {
    gap: 1.25rem;
  }
}

@media screen and (max-width: 1023px) {
  .footer__links__column {
    padding-top: 1.25rem;
    border-top: 1px solid white;
  }
}

@media screen and (max-width: 1023px) {
  .footer__links__column:last-child {
    border-bottom: 1px solid white;
  }
}

.footer__links__column input[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

@media screen and (max-width: 1023px) {
  .footer__links_list_wrapper {
    display: grid;
    grid-template-rows: 0fr;
    transition: 250ms grid-template-rows ease;
  }
}

@media screen and (max-width: 1023px) {
  .footer__links__column input[type="checkbox"]:checked ~ .footer__links_list_wrapper {
    grid-template-rows: 1fr;
    padding-bottom: 1.25rem;
  }
}

.footer__links__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: white;
}

@media screen and (max-width: 1023px) {
  .footer__links__title {
    cursor: pointer;
  }
}

@media screen and (min-width: 1024px) {
  .footer__links__title svg {
    display: none;
  }
}

.footer__links__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  overflow: hidden;
}

.footer__links__item {
  font-size: 15px;
  line-height: 1;
  color: white;
}

.footer__links__link {
  font-size: 15px;
  line-height: 1;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer__links__link:hover {
  opacity: 0.6;
}

.footer__bottom {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

@media screen and (min-width: 1024px) {
  .footer__bottom {
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
  }
}

.footer__bottom__brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 675px) {
  .footer__bottom__brand {
    gap: 0rem;
  }
}

@media screen and (min-width: 675px) {
  .footer__bottom__brand {
    gap: 4.5rem;
  }
}

.footer__bottom__logo {
  justify-self: start;
  display: block;
  color: white;
  transition: all 0.5s ease;
}

.footer__bottom__logo:hover {
  opacity: 0.8;
}

.footer__bottom__copyright {
  /* font-family: "Season Serif", sans-serif; */
  font-size: 15px;
  line-height: 1;
  color: white;
  white-space: nowrap;
}

.footer__bottom__links {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}

.footer__bottom__item:not(:last-child):after {
  content: "|";
  margin-left: 1.5rem;
  color: white;
}

.footer__bottom__link {
  /* font-family: "Season Serif", sans-serif; */
  font-size: clamp(12px, 2vw, 15px);
  line-height: 1;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer__bottom__link:hover {
  opacity: 0.6;
}

:root {
  --color-bg1: rgb(0, 0, 0);
  --color-bg2: rgb(0, 0, 0);
  --color1: 29, 229, 226;
  --color2: 160, 79, 244;
  --color3: 55, 23, 87;
  --color4: 160, 79, 244;
  --color5: 55, 23, 87;
  --color-interactive: 160, 79, 244;
  --circle-size: 60%;
  --blending: hard-light;
}

@keyframes moveInCircle {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes moveVertical {
  0% {
    transform: translateY(-50%);
  }
  50% {
    transform: translateY(50%);
  }
  100% {
    transform: translateY(-50%);
  }
}

@keyframes moveHorizontal {
  0% {
    transform: translateX(-50%) translateY(-10%);
  }
  50% {
    transform: translateX(50%) translateY(10%);
  }
  100% {
    transform: translateX(-50%) translateY(-10%);
  }
}

.gradient-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  background: linear-gradient(40deg, var(--color-bg1), var(--color-bg2));
  top: 0;
  left: 0;
}

.gradient-bg svg {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}

.gradient-bg .gradients-container {
  filter: url(#goo) blur(100px);
  width: 100%;
  height: 100%;
}

.gradient-bg .g1 {
  position: absolute;
  background: radial-gradient(circle at center, rgba(var(--color1), 0.8) 0, rgba(var(--color1), 0) 50%) no-repeat;
  mix-blend-mode: var(--blending);
  width: var(--circle-size);
  height: var(--circle-size);
  top: calc(50% - var(--circle-size) / 2);
  left: calc(50% - var(--circle-size) / 2);
  transform-origin: center center;
  animation: moveVertical 30s ease infinite;
  opacity: 1;
}

.gradient-bg .g2 {
  position: absolute;
  background: radial-gradient(circle at center, rgba(var(--color2), 0.8) 0, rgba(var(--color2), 0) 50%) no-repeat;
  mix-blend-mode: var(--blending);
  width: var(--circle-size);
  height: var(--circle-size);
  top: calc(50% - var(--circle-size) / 2);
  left: calc(50% - var(--circle-size) / 2);
  transform-origin: calc(50% - 400px);
  animation: moveInCircle 20s reverse infinite;
  opacity: 1;
}

.gradient-bg .g3 {
  position: absolute;
  background: radial-gradient(circle at center, rgba(var(--color3), 0.8) 0, rgba(var(--color3), 0) 50%) no-repeat;
  mix-blend-mode: var(--blending);
  width: var(--circle-size);
  height: var(--circle-size);
  top: calc(50% - var(--circle-size) / 2 + 200px);
  left: calc(50% - var(--circle-size) / 2 - 500px);
  transform-origin: calc(50% + 400px);
  animation: moveInCircle 40s linear infinite;
  opacity: 1;
}

.gradient-bg .g4 {
  position: absolute;
  background: radial-gradient(circle at center, rgba(var(--color4), 0.8) 0, rgba(var(--color4), 0) 50%) no-repeat;
  mix-blend-mode: var(--blending);
  width: var(--circle-size);
  height: var(--circle-size);
  top: calc(50% - var(--circle-size) / 2);
  left: calc(50% - var(--circle-size) / 2);
  transform-origin: calc(50% - 200px);
  animation: moveHorizontal 40s ease infinite;
  opacity: 0.7;
}

.gradient-bg .g5 {
  position: absolute;
  background: radial-gradient(circle at center, rgba(var(--color5), 0.8) 0, rgba(var(--color5), 0) 50%) no-repeat;
  mix-blend-mode: var(--blending);
  width: calc(var(--circle-size) * 2);
  height: calc(var(--circle-size) * 2);
  top: calc(50% - var(--circle-size));
  left: calc(50% - var(--circle-size));
  transform-origin: calc(50% - 800px) calc(50% + 200px);
  animation: moveInCircle 20s ease infinite;
  opacity: 1;
}

.gradient-bg .interactive {
  position: absolute;
  background: radial-gradient(
      circle at center,
      rgba(var(--color-interactive), 0.8) 0,
      rgba(var(--color-interactive), 0) 50%
    )
    no-repeat;
  mix-blend-mode: var(--blending);
  width: 100%;
  height: 100%;
  top: -50%;
  left: -50%;
  opacity: 0.7;
}

/*------------------------------------------------------------------------------
  Contact popup
------------------------------------------------------------------------------*/
.contact-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 998;
}

.contact-popup-overlay.active {
  opacity: 1;
  visibility: visible;
}

.contact-popup {
  z-index: 999;
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 90vw;
  max-width: 800px;
  max-height: 90vh;
  overflow-y: auto;
  transform: translateY(100%) translateX(-50%);
  background: #1a1b1e;
  padding: 1.5rem;
  border-radius: 25px 25px 0 0;
  transition: all 0.3s ease;
}

@media screen and (min-width: 768px) {
  .contact-popup {
    padding: 2.5rem;
  }
}

.contact-popup.active {
  transform: translateY(0) translateX(-50%);
}

.contact-popup__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}

.contact-popup__title {
  font-size: 24px;
  line-height: 1;
  color: white;
}

.contact-popup__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: white;
  background: transparent;
  border: none;
  cursor: pointer;
  appearance: none;
}

.contact-popup__form {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.contact-popup__form-group {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.contact-popup__label {
  display: block;
  font-size: 1rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .contact-popup__label {
    font-size: 1.25rem;
  }
}

.contact-popup__input {
  width: 100%;
  padding: 0.75rem 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-family: "Season Serif", sans-serif;
  font-size: 0.875rem;
  line-height: 1;
  color: white;
  transition: all 0.3s ease;
}

.contact-popup__input:focus {
  outline: none;
  border-bottom-color: white;
}

.contact-popup__input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.contact-popup__input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.contact-popup__input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.contact-popup__input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.contact-popup__input.placeholder-active {
  color: rgba(255, 255, 255, 0.6);
}

textarea.contact-popup__input {
  min-height: 90px;
  padding: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  resize: none;
}

textarea.contact-popup__input:focus {
  border-color: white;
}

.contact-popup__form-group-radio-group {
  display: flex;
  margin-top: 0.625rem;
  align-items: center;
  gap: 0.75rem;
}

.contact-popup__form-group-radio input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.contact-popup__form-group-radio label {
  position: relative;
  padding-left: 36px;
  font-size: 15px;
  line-height: 1.6;
  color: white;
}

.contact-popup__form-group-radio label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 9999px;
  background-color: transparent;
  border: 1px solid white;
}

.contact-popup__form-group-radio label::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 9999px;
  background-color: white;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.contact-popup__form-group-radio input:checked + label::after {
  opacity: 1;
  visibility: visible;
}

.contact-popup__submit {
  align-self: flex-end;
}

/*------------------------------------------------------------------------------
  Experts
------------------------------------------------------------------------------*/
.experts {
  padding-top: 15rem;
  padding-bottom: 23rem;
}

@media screen and (min-width: 768px) {
  .experts {
    padding-top: 12rem;
    padding-bottom: 14rem;
  }
}

@media screen and (min-width: 1024px) {
  .experts {
    padding-bottom: 15rem;
  }
}

@media screen and (min-width: 1280px) {
  .experts {
    padding-bottom: 25rem;
  }
}

.experts__media {
  position: absolute;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  opacity: 0.5;
}

.experts__media img,
.experts__media video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.experts__media--one {
  top: 5vw;
  left: -10px;
  aspect-ratio: 10 / 13;
  width: clamp(128px, 15vw, 196px);
}

@media screen and (min-width: 1024px) {
  .experts__media--one {
    top: 5vw;
    left: 35vw;
  }
}

.experts__media--two {
  top: 40vw;
  right: -2vw;
  aspect-ratio: 3 / 4;
  width: clamp(118px, 15vw, 268px);
}

@media screen and (min-width: 768px) {
  .experts__media--two {
    top: 20vw;
  }
}

@media screen and (min-width: 1024px) {
  .experts__media--two {
    top: 10vw;
  }
}

.experts__media--three {
  bottom: 18vw;
  left: -10px;
  aspect-ratio: 22 / 33;
  width: clamp(156px, 15vw, 246px);
}

@media screen and (min-width: 1024px) {
  .experts__media--three {
    top: 25vw;
    bottom: auto;
    left: 10vw;
  }
}

.experts__media--four {
  bottom: 55vw;
  right: -7vw;
  aspect-ratio: 10 / 13;
  width: clamp(128px, 15vw, 196px);
}

@media screen and (min-width: 768px) {
  .experts__media--four {
    bottom: 35vw;
  }
}

@media screen and (min-width: 1024px) {
  .experts__media--four {
    top: 40vw;
    bottom: auto;
    left: 65vw;
    right: auto;
  }
}

.experts__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 2.5rem;
}

.experts__subtitle {
  font-family: "Season Serif", sans-serif;
  font-size: 32px;
  line-height: 1;
  color: white;
}

.experts__title {
  font-size: clamp(40px, 8vw, 100px);
  line-height: 1.1;
  color: white;
}

.experts__description {
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.5;
  color: white;
}

/*------------------------------------------------------------------------------
  People
------------------------------------------------------------------------------*/
.people {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media screen and (min-width: 1024px) {
  .people {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

.people__image {
  position: relative;
  display: block;
  aspect-ratio: 1;
  border-radius: 35px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .people__image {
    aspect-ratio: 16 / 9;
  }
}

@media (min-width: 1024px) {
  .people__image {
    aspect-ratio: 17 / 7;
  }
}

.people__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.people__inner {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: auto;
  align-items: flex-end;
  margin-top: -3.5rem;
}

@media (min-width: 768px) {
  .people__inner {
    margin-top: -5rem;
  }
}

@media (min-width: 1024px) {
  .people__inner {
    margin-top: -5rem;
  }
}

@media (min-width: 1280px) {
  .people__inner {
    margin-top: -7rem;
  }
}

.people__left {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 0 0.75rem 3rem;
  grid-column: span 6 / span 6;
}

@media (min-width: 768px) {
  .people__left {
    padding: 0 1.5rem 4rem;
  }
}

@media (min-width: 1024px) {
  .people__left {
    grid-column: span 4 / span 4;
    padding: 0 2.5rem 6rem;
  }
}

@media (min-width: 1280px) {
  .people__left {
    grid-column: span 3 / span 3;
  }
}

.people__right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  grid-column: span 5 / span 5;
  grid-column-start: 2;
  padding-left: 1rem;
}

@media (min-width: 1024px) {
  .people__right {
    padding-left: 0;
    grid-column: span 2 / span 2;
  }
}

@media (min-width: 1280px) {
  .people__right {
    padding: 0 6rem;
    grid-column: span 3 / span 3;
  }
}

.people__subtitle {
  font-family: "Season Serif", sans-serif;
  font-size: clamp(18px, 3vw, 32px);
  line-height: 1;
  color: white;
}

.people__title {
  font-size: clamp(50px, 8vw, 100px);
  font-weight: 400;
  line-height: 1;
  color: white;
}

.people__description {
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.5;
  color: white;
}

/*------------------------------------------------------------------------------
  Services
------------------------------------------------------------------------------*/
.services {
  padding-top: 4rem;
  padding-bottom: 7rem;
  overflow: hidden;
}

/* @media screen and (min-width: 768px) {
  .services {
    padding-bottom: 5rem;
  }
} */

@media screen and (min-width: 1024px) {
  .services {
    padding-bottom: 7rem;
  }
}

.services__bg-one {
  position: absolute;
  top: 50%;
  right: -220px;
  transform: translateY(-50%);
  width: 949px;
  height: 949px;
  border-radius: 949px;
  background: linear-gradient(180deg, rgba(0, 233, 228, 0.12) 0%, rgba(160, 79, 244, 0.24) 100%);
  filter: blur(100px);
}

.services__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

/* @media screen and (min-width: 768px) {
  .services__header {
    margin-bottom: 3rem;
  }
} */

@media screen and (min-width: 1024px) {
  .services__header {
    margin-bottom: 6rem;
  }
}

.services__heading {
  position: relative;
  font-family: "Season Serif", sans-serif;
  font-size: 32px;
  line-height: 1;
  color: white;
}

.services__change-service {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  background-color: #1a1a1a;
  color: white;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media screen and (min-width: 1024px) {
  .services__change-service {
    display: none;
  }
}

.services__inner {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.5rem;
}

@media screen and (min-width: 1024px) {
  .services__inner {
    gap: 8rem;
  }
}

@media screen and (min-width: 1280px) {
  .services__inner {
    gap: 12rem;
  }
}

.services__navigation {
  grid-column: span 4 / span 4;
}

@media screen and (min-width: 1024px) {
  .services__navigation {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 1023px) {
  .services__navigation {
    display: grid;
    grid-template-rows: 0fr;
    transition: 250ms grid-template-rows ease;
  }

  .services__navigation.open {
    grid-template-rows: 1fr;
  }
}

.services__content {
  grid-column: span 4 / span 4;
}

@media screen and (min-width: 1024px) {
  .services__content {
    grid-column: span 3 / span 3;
  }
}

@media screen and (max-width: 1023px) {
  .services__content {
    transition: 250ms opacity ease;
  }

  .services__content.faded {
    opacity: 0.5;
  }
}

.services__navigation__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  gap: 2rem;
  overflow: hidden;
}

.services__navigation__link {
  font-family: "Season Sans", sans-serif;
  font-size: clamp(40px, 5vw, 60px);
  font-weight: 400;
  line-height: 1;
  color: white;
  opacity: 0.3;
  text-align: left;
}

.services__navigation__link--active {
  opacity: 1;
}

.services__content__heading {
  margin-bottom: 2rem;
  font-size: clamp(50px, 8vw, 100px);
  line-height: 1.2;
  color: white;
}

@media screen and (min-width: 1024px) {
  .services__content__heading {
    display: none;
  }
}

.services__accordion {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.accordion {
  display: flex;
  flex-direction: column;
}

.accordion input[type="radio"],
.accordion input[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.accordion__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 1rem;
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  color: white;
  cursor: pointer;
}

@media screen and (max-width: 1023px) {
  .accordion__title {
    font-size: 28px;
  }
}

.accordion__title svg {
  flex-shrink: 0;
  transition: 250ms transform ease;
}

.accordion input[type="radio"]:checked ~ .accordion__title svg,
.accordion input[type="checkbox"]:checked ~ .accordion__title svg {
  transform: rotate(45deg);
}

.accordion__content {
  display: grid;
  grid-template-rows: 0fr;
  transition: 250ms grid-template-rows ease;
}

.accordion input[type="radio"]:checked ~ .accordion__content,
.accordion input[type="checkbox"]:checked ~ .accordion__content {
  grid-template-rows: 1fr;
}

.accordion__content__inner {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  font-size: 15px;
  line-height: 1.67;
  color: #a1a1a1;
}

.accordion__content__inner h3 {
  font-size: 1.5rem;
  line-height: 1.15;
  color: inherit;
}

.accordion__content__inner p a {
  color: inherit;
  text-decoration: underline;
}

.accordion__content__inner p a:hover {
  text-decoration: none;
}

/*------------------------------------------------------------------------------
  Looking for an agency
------------------------------------------------------------------------------*/
.looking {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: visible;
}

@media screen and (min-width: 1280px) {
  .looking {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

@media screen and (min-width: 1280px) {
  .looking {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

.looking .container {
  position: relative;
}

.looking__gradient {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: -10%;
  transform: translateY(-50%);
  width: 40%;
  aspect-ratio: 1;
  border-radius: 9999px;
  background: linear-gradient(180deg, rgba(0, 233, 228, 0.1) 0%, rgba(160, 79, 244, 0.2) 100%);
  filter: blur(100px);
}

@media screen and (min-width: 1024px) {
  .looking__gradient {
    width: 70%;
  }
}

@media screen and (min-width: 1280px) {
  .looking__gradient {
    width: 60%;
  }
}

.looking__image {
  display: block;
  margin-bottom: 2rem;
}

.looking__title {
  font-size: 40px;
  line-height: 1.1;
  color: white;
}

@media screen and (min-width: 768px) {
  .looking__title {
    font-size: 50px;
  }
}

@media screen and (min-width: 1024px) {
  .looking__title {
    font-size: clamp(40px, 8vw, 60px);
  }
}

@media screen and (min-width: 1280px) {
  .looking__title {
    font-size: clamp(40px, 8vw, 80px);
  }
}

.looking__inner {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

@media screen and (min-width: 1024px) {
  .looking__inner {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 0;
  }
}

@media screen and (min-width: 1280px) {
  .looking__inner {
    align-items: center;
  }
}

.looking__left {
  grid-column: span 12 / span 12;
}

@media screen and (min-width: 768px) {
  .looking__left {
    grid-column: span 6 / span 6;
  }
}

@media screen and (min-width: 1280px) {
  .looking__left {
    grid-column: span 8 / span 8;
  }
}

.looking__right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  grid-column: span 12 / span 12;
}

@media screen and (min-width: 1024px) {
  .looking__right {
    grid-column: span 6 / span 6;
    padding-left: 2rem;
  }
}

@media screen and (min-width: 1280px) {
  .looking__right {
    grid-column: span 4 / span 4;
    grid-column-start: 9;
    padding-left: 4rem;
  }
}

.looking__description {
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.5;
  color: white;
}

.looking__description a {
  color: white;
  text-decoration: underline;
}

.looking__description a:hover {
  text-decoration: none;
}

/*------------------------------------------------------------------------------
  Partners
------------------------------------------------------------------------------*/
.partners {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media screen and (min-width: 1024px) {
  .partners {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

.partners__title {
  margin-bottom: 3rem;
  font-family: "Season Serif", sans-serif;
  font-size: 26px;
  line-height: 1;
  color: white;
}

@media screen and (min-width: 768px) {
  .partners__title {
    font-size: 32px;
    margin-bottom: 6rem;
  }
}

.partners__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 2rem;
}

@media screen and (min-width: 768px) {
  .partners__inner {
    gap: 4rem;
  }
}

@media screen and (min-width: 1280px) {
  .partners__inner {
    gap: 8rem;
  }
}

.partners__left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  grid-column: span 2 / span 2;
}

@media screen and (min-width: 1280px) {
  .partners__left {
    grid-column: span 1 / span 1;
  }
}

.partners__right {
  grid-column: span 2 / span 2;
}

@media screen and (min-width: 1280px) {
  .partners__right {
    grid-column: span 1 / span 1;
  }
}

.partners__subtitle {
  font-size: clamp(34px, 5vw, 60px);
  line-height: 1.15;
  color: white;
}

.partners__description {
  font-size: 15px;
  line-height: 1.67;
  color: #a1a1a1;
}

.partners__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 3rem;
  row-gap: 2rem;
}

.partners__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.partners__list img {
  display: block;
  margin: auto;
  max-width: 100%;
  height: auto;
}

/*------------------------------------------------------------------------------
  FAQs
------------------------------------------------------------------------------*/
.faqs {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: white;
}

.faqs__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3.5rem;
}

@media screen and (min-width: 1024px) {
  .faqs__header {
    margin-bottom: 6rem;
  }
}

.faqs__heading {
  position: relative;
  font-family: "Season Serif", sans-serif;
  font-size: 32px;
  line-height: 1;
  color: black;
}

.faqs__inner {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.5rem;
}

@media screen and (min-width: 1024px) {
  .faqs__inner {
    gap: 8rem;
  }
}

@media screen and (min-width: 1280px) {
  .faqs__inner {
    gap: 12rem;
  }
}

.faqs__content {
  grid-column: span 4 / span 4;
}

@media screen and (min-width: 1024px) {
  .faqs__content {
    grid-column: span 3 / span 3;
  }
}

@media screen and (max-width: 1023px) {
  .faqs__content {
    transition: 250ms opacity ease;
  }

  .faqs__content.faded {
    opacity: 0.5;
  }
}

.faqs__left__heading {
  font-family: "Season Sans", sans-serif;
  font-size: clamp(40px, 5vw, 60px);
  font-weight: 400;
  line-height: 1;
  color: black;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .faqs__left {
    grid-column: span 4 / span 4;
  }
}

.faqs__content__heading {
  margin-bottom: 2rem;
  font-size: clamp(50px, 8vw, 100px);
  line-height: 1.2;
  color: black;
}

@media screen and (min-width: 1024px) {
  .faqs__content__heading {
    display: none;
  }
}

.faqs__accordion {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.faqs .accordion__title,
.faqs .accordion__content__inner {
  color: black;
}

@media screen and (max-width: 1024px) {
  .faqs .faqs__accordion {
    gap: 1rem;
  }
  .faqs .accordion__title {
    font-size: 24px;
  }
}

.link-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.link-badges a {
  padding: 0.625rem;
  background-color: #151515;
  font-family: "Season Serif", serif;
  font-size: 14px;
  line-height: 1.15;
  color: #a1a1a1;
  white-space: nowrap;
  border-radius: 4px;
  text-decoration: none;
}

.paragraph-clamped {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
}

.read-more-btn {
  padding: 0;
  font-size: 15px;
  color: white;
  text-decoration: underline;
}

.read-more-btn:hover {
  text-decoration: none;
}

/*------------------------------------------------------------------------------
  Service FAQs
------------------------------------------------------------------------------*/
.service-faqs {
  padding-top: 4rem;
  padding-bottom: 2rem;
  /* background-color: white; */
}

@media screen and (min-width: 1024px) {
  .service-faqs {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

.service-faqs .container {
  position: relative;
}

.service-faqs__bg-one {
  position: absolute;
  top: 50%;
  right: -220px;
  transform: translateY(-50%);
  width: 50%;
  max-height: 50%;
  aspect-ratio: 1;
  border-radius: 949px;
  background: linear-gradient(180deg, rgba(0, 233, 228, 0.12) 0%, rgba(160, 79, 244, 0.24) 100%);
  filter: blur(100px);
}

.service-faqs__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3.5rem;
}

@media screen and (min-width: 1024px) {
  .service-faqs__header {
    margin-bottom: 6rem;
  }
}

.service-faqs__heading {
  position: relative;
  font-family: "Season Serif", sans-serif;
  font-size: 32px;
  line-height: 1;
  color: white;
}

.service-faqs__inner {
  position: relative;
  display: grid;
  /* grid-template-columns: repeat(4, 1fr); */
  gap: 3.5rem;
}

@media screen and (min-width: 1024px) {
  .service-faqs__inner {
    max-width: 1024px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1280px) {
  .service-faqs__inner {
    gap: 12rem;
  }
}

.service-faqs__content {
  grid-column: span 4 / span 4;
}

@media screen and (min-width: 1024px) {
  .service-faqs__content {
    grid-column: span 3 / span 3;
  }
}

@media screen and (max-width: 1023px) {
  .service-faqs__content {
    transition: 250ms opacity ease;
  }

  .service-faqs__content.faded {
    opacity: 0.5;
  }
}

.service-faqs__left__heading {
  font-family: "Season Sans", sans-serif;
  font-size: clamp(40px, 5vw, 60px);
  font-weight: 400;
  line-height: 1;
  color: white;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .service-faqs__left {
    grid-column: span 4 / span 4;
  }
}

.service-faqs__content__heading {
  margin-bottom: 2rem;
  font-size: clamp(50px, 8vw, 100px);
  line-height: 1.2;
  color: white;
}

@media screen and (min-width: 1024px) {
  .service-faqs__content__heading {
    display: none;
  }
}

.service-faqs__accordion {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.service-faqs .accordion__title,
.service-faqs .accordion__content__inner {
  color: white;
}

.service-faqs .accordion__title {
  font-size: 60px;
  font-weight: 400;
}

@media screen and (max-width: 1024px) {
  .service-faqs .service-faqs__accordion {
    gap: 1rem;
  }
  .service-faqs .accordion__title {
    font-size: 32px;
  }
}

.service-faqs__list {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.service-faqs__list__item {
  display: flex;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.service-faqs__list__item:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.service-faqs__list__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: 24px;
  color: white;
  text-decoration: none;
  transition: 250ms opacity ease;
}

.service-faqs__list__link:hover {
  opacity: 0.7;
}

.hear-from-btn {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  padding: 0.625rem 1.5rem 0.625rem 0.625rem;
  background: #151515;
  color: white;
  gap: 1rem;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  align-self: flex-start;
}

.about-testimonials__button {
  display: flex;
  justify-content: center;
}

.hear-from-btn-image {
  position: relative;
  width: 3rem;
  aspect-ratio: 1;
  background-color: white;
  border-radius: 50%;
  overflow: hidden;
}

.hear-from-btn-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hear-from-btn-text {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 400;
  text-align: left;
}

.hear-from-btn-arrow {
  width: 0.75rem;
  transition: all 0.3s ease-in-out;
}

.hear-from-btn:hover .hear-from-btn-arrow {
  margin-left: 0.5rem;
}

.hear-from-btn--inverted {
  background-color: white;
  color: #151515;
}

.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
  width: 100% !important;
  height: 100% !important;
}
