.split-pop {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 98;

	width: min(52rem, calc(100vw - 4rem));
	max-height: calc(100vh - 4rem);
	overflow-y: auto;

	display: flex;
	flex-direction: column;

	border-radius: 2.4rem;
	background-color: #fff;
	box-shadow: 0 1.2rem 5.2rem 0 rgba(33, 34, 36, 0.17);

	padding: 2.4rem 3.6rem 3.6rem 3.6rem;

	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-out;
}

.split-pop.show {
	opacity: 1;
	visibility: visible;
}

.split-pop__image {
	margin: 0 auto 3.6rem auto;
}

.split-pop__title {
	color: rgba(0, 0, 0, 0.86);
	font-size: 3.2rem;
	font-weight: 500;
	line-height: 106%;
	text-align: center;
	letter-spacing: -0.02em;

	margin-bottom: 0.8rem;
}

.split-pop__title:not(.split-pop__title.split-pop__title--small) {
	max-width: 36.3rem;
	width: 100%;

	margin: 0 auto;
}

.split-pop__title.split-pop__title--small {
	text-align: left;

	margin-bottom: 1.6rem;
}

.split-pop__subtitle {
	color: rgba(0, 0, 0, 0.86);
	font-size: 1.6rem;
	font-weight: 400;
	text-align: center;

	margin-bottom: 3.6rem;
}

.split-pop-plan {
	width: 100%;

	border-radius: 2rem;
	background-color: #f3f5f7;

	padding: 2rem;
	margin-bottom: 3.6rem;
}

.split-pop-plan__buttons {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	row-gap: 1rem;
	column-gap: 0.4rem;

	border-radius: 1.6rem;
	background-color: #edeff2;
	
	padding: 0.4rem;
	margin-bottom: 2rem;
}

.split-pop-plan__button {
	width: 9.7rem;
	height: 4rem;

	display: flex;
	align-items: center;
	justify-content: center;

	color: rgba(0, 0, 0, 0.3);
	font-size: 1.6rem;
	font-weight: 500;

	border-radius: 1.2rem;
	transition: background-color 0.3s ease;

	padding: 1rem 1.6rem;

	border: none;
	outline: none;
}

.split-pop-plan__button:hover {
	background-color: #fff;
}

.split-pop-plan__button--active {
	color: rgba(0, 0, 0, 0.86);

	background-color: #fff;
	box-shadow: 0 0.2rem 0.5rem 0 rgba(33, 34, 36, 0.17);
}

.split-pop-plan__timeline-item {
	display: flex;
	flex-direction: column;
}

.split-pop-plan__timeline-line {
	width: 9.8rem;
	height: 0.4rem;
	
	border-radius: 1.6rem;
	background: #e1e3e8;

	margin-bottom: 0.6rem;
}

.split-pop-plan__timeline-line--active {
	background: linear-gradient(270deg, #55d48e 0%, #adebc9 100%);
}

.split-pop-plan__timeline-date {
	color: rgba(0, 0, 0, 0.5);
	font-weight: 400;
	font-size: 1.3rem;
	line-height: 1;
}

.split-pop-plan__timeline-date--active {
	color: rgba(0, 0, 0, 0.86);
}

.split-pop-plan__timeline-price {
	color: rgba(0, 0, 0, 0.86);
	font-weight: 500;
	font-size: 1.4rem;
}

.split-pop-plan__timeline {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	column-gap: 0.8em;
}

.split-pop-info__item {
    width: auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.split-info__image-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-bottom: 1rem;
}

.split-info__image-wrapper::after {
    position: absolute;
    content: "";
    top: 50%;
    left: calc(50% + 2rem);
    transform: translateY(-50%);
    width: calc(100% - 4rem);
    height: 0.1rem;
    background-color: rgba(0, 0, 0, 0.08);
}

.split-pop-info__item:last-child .split-info__image-wrapper::after {
	display: none;
}

.split-pop-info__text {
    color: rgba(0, 0, 0, 0.86);
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 123%;
}

.split-pop-info__list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: start;
    justify-content: stretch;
    gap: 0;
}

.split-pop-info {
	margin-bottom: 3.6rem;
}

.split-pop-faq__accordion:not(:last-child) {
	border-bottom: 0.1rem solid rgba(0, 0, 0, 0.08);
}

.split-pop-faq__accordion-top {
	height: 6rem;

	display: flex;
	align-items: center;
	justify-content: space-between;

	background-color: #fff;
	cursor: pointer;
}

.split-pop-faq__accordion-top:hover .split-pop-faq__accordion-title {
	color: #3F892C;
}

.split-pop-faq__accordion-title {
	color: rgba(0, 0, 0, 0.86);
	font-size: 1.8rem;
	font-weight: 500;
	user-select: none;

	transition: color 0.3s ease;
}

.split-pop-faq__accordion-text {
	font-weight: 400;
	font-size: 1.4rem;
}

.split-pop-faq__accordion-content {
	padding-left: 2rem;
	display: none;
}

.split-pop-faq__accordion.active .split-pop-faq__accordion-content {
	display: block;
}

.split-pop-faq__accordion.active .split-pop-faq__accordion-top img {
	transform: rotate(270deg);
}

.split-pop-faq__accordion-top img {
	transform: rotate(90deg);
	transition: transform 0.5s ease;
}

.split-pop-faq {
	margin-bottom: 1.2rem;
}

.split-pop__button {
  width: 100%;
  height: 5.6rem;

  display: flex;
  align-items: center;
  justify-content: center;

  color: rgba(255, 255, 255, 0.98);
  font-size: 1.8rem;
  font-weight: 500;

  border-radius: 3rem;
  background-color: #2e2f33;
  transition: background-color 0.3s ease;

  border: none;
  outline: none;

  flex-shrink: 0;
  margin-top: auto;
}

.split-pop__button:hover {
	background-color: #3F892C;
}

.split-pop__close {
	position: absolute;
	top: 1.8rem;
	right: 1.6rem;

	width: 4rem;
	height: 4rem;

	display: flex;
	align-items: center;
	justify-content: center;

	color: rgba(0, 0, 0, 0.86);

	background-color: transparent;
	transition: color 0.3s ease;

	border: none;
	outline: none;
}

.split-pop__close:hover {
  color: #3F892C;
}

.split-pop-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 97;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease-out;
}

.split-pop-overlay.show {
  display: block;
}

/* Adaptive */
@media only screen and (max-width: 991px) {
  .split-pop {
    width: 90vw;
    min-height: auto;
    max-height: 90vh;
    overflow-y: auto;
  }
}

@media only screen and (max-width: 576px) {
  .split-pop {
    width: 95vw;
    padding: 1.6rem 2rem 2rem 2rem;
  }
}

@media only screen and (max-width: 496px) {
	.split-pop-plan__timeline {
		gap: 1rem;
		justify-content: center;
	}

	.split-pop-plan {
		padding: 1.3rem;
	}
}

@media only screen and (min-width: 360) and (max-width: 768px) {
	.split-pop__title {
		font-size: 2rem;
	}

	.split-pop__subtitle {
		font-size: 1.4rem;

		margin-bottom: 1.6rem;
	}

	.split-pop-faq__accordion-title {
		font-size: 1.6rem;
	}

	.split-pop-faq__accordion-top {
		height: 4.5rem;
	}

	.split-pop__button {
		height: 4rem;
	}
}