.the-methods-wrapper * {
  box-sizing: border-box;
}

.the-methods-container {
  height: 100vh;
  width: 100vw;
  padding-inline: 10vw;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.method-section:not(.is-active) {
  display: none;
}

.the-methods-menu {
  width: 33.33vw;
  padding: 1.25rem;
  margin-bottom: 1.875rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  background-color: rgba(255, 250, 246, 0.14);
  backdrop-filter: blur(1.6875rem);
  -webkit-backdrop-filter: blur(1.6875rem);
  border-radius: 1rem;
  color: #fffaf6;
  font-family: "Helvetica Neue", Arial, sans-serif;
}

.the-methods-menu__top {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.8125rem;
  width: 100%;
  padding-bottom: 1.875rem;
}

.the-methods-menu__icon {
  flex-shrink: 0;
  width: 6.36125rem;
  height: 8.0133rem;
}

.the-methods-menu__icon img {
  display: block;
  width: 100%;
  height: 100%;
}

.the-methods-menu__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3.9375rem;
  flex: 1;
  min-width: 0;
}

.the-methods-menu__heading {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  gap: .875rem;
}

.the-methods-menu__number,
.the-methods-menu__title {
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.13;
  margin: 0;
  white-space: nowrap;
}

.the-methods-menu__desc {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.06125rem;
  line-height: normal;
  margin: 0;
}

.the-methods-menu__nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  gap: 1.25rem;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.07rem;
  text-transform: uppercase;
}

.the-methods-menu__nav span,
.the-methods-menu__nav a {
  flex: 1 0 0;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.the-methods-menu__nav .see-all {
  text-align: center;
}

.the-methods-menu__nav .next {
  text-align: right;
}

body.grid-open .the-methods-menu {
  display: none;
}

.the-methods-all {
  display: none;
  position: fixed;
  left: 50%;
  bottom: 1.875rem;
  transform: translateX(-50%);
  width: 33.33vw;
  padding: 1.25rem;
  overflow: hidden;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  background-color: rgba(255, 250, 246, 0.14);
  backdrop-filter: blur(1.6875rem);
  -webkit-backdrop-filter: blur(1.6875rem);
  border-radius: 1rem;
  color: #fffaf6;
  font-family: "Helvetica Neue", Arial, sans-serif;
  z-index: 10;
}

body.grid-open .the-methods-all {
  display: flex;
}

.the-methods-all__grid {
  display: grid;
  grid-template-columns: repeat(3, 6.36125rem);
  column-gap: 2rem;
  row-gap: 2.5rem;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 1.875rem;
}

.the-methods-all__cell {
  width: 6.36125rem;
  height: 8.0133rem;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}

.the-methods-all__cell:hover {
	background-color: transparent;
}

.the-methods-all__cell img {
  display: block;
  width: 100%;
  height: 100%;
}

.the-methods-all__cell:hover img {
  filter: brightness(0) saturate(100%) invert(63%) sepia(83%) saturate(605%) hue-rotate(310deg) brightness(16%) contrast(90%);
}

.the-methods-all__nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  gap: 1.25rem;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.07rem;
  text-transform: uppercase;
}

.the-methods-all__nav span {
  flex: 1 0 0;
}

.the-methods-all__toggle {
  text-align: center;
  cursor: pointer;
}

.the-methods-all__nav .right {
  text-align: right;
}
