.tab-layout__wrap {
  z-index: 1;
  position: relative;
}

.tab-layout__col {
  width: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.tab-content__inner {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 100%;
  padding-top: 1em;
  padding-bottom: 0;
  padding-right: 2.5em;
  display: flex;
}
.tab-content__top {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.tab-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5em;
  font-weight: 500;
  line-height: 1;
}

.tab-visual__wrap {
  aspect-ratio: 3 / 1;
  position: relative;
}

.tab-visual__item {
  visibility: hidden;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.tab-visual__item.active {
  visibility: visible;
}

.tab-visual__inner {
  border-radius: 0.5em;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.tab-image {
  object-fit: cover;
  object-position: 0% 50%;
  border-radius: 0.25em;
  width: 100%;
  height: 100%;
  position: relative;
}

.tab-content__wrap {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: 0;
}

.tab-content__bottom {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  max-width: 1361px;
  margin: auto;
  border: 1px solid rgba(0, 0, 0, 0.08);
border-radius: 8px 8px 0px 0px;
}
.tab-content__item:last-child{
	  border-radius: 0px 8px 0px 0px;
}
.tab-content__item:first-child{
	  border-radius: 8px 0px 0px 0px;
}
.no-touch a.tab-content__item:hover{
	color: unset;
}
.tab-content__item:not(.tab-content__item:last-child){
	 border-right: 1px solid rgba(0, 0, 0, 0.08);
}
.tab-content__item {
  color: #131313;
  width: 100%;
  padding-top: 2em;
  padding-bottom: 2em;
  text-decoration: none;
  transition: opacity 0.25s;
  position: relative;
}
a.tab-content__item.w-inline-block.active {
  background: #fff;
}

.tab-content__item-main {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 0em 2em;
}


.content-item__heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 500;
}

.tab-content__item-detail {
  width: 100%;
  height: 0;
  overflow: hidden;
  position: absolute;
  padding: 0em 2em;
  z-index: 2;
  left: 0;
  right: 0;
  background: #fff;
  width: -webkit-fill-available;
  border-radius: 0px 0px 8px 8px;
}

.tab-description {
  margin-bottom: 0;
  font-size: 1em;
}

.tab-description__spacer {
  padding-top: 2.5em;
}

.tab-content__item-bottom {
  background-color: #0003;
  width: 100%;
  height: 4px;
  transition: background-color 0.2s;
  position: absolute;
  inset: auto 0% 0%;
}

.tab-progress {
  transform-origin: 0%;
  transform-style: preserve-3d;
  background-color: #E1A751;
  width: 100%;
  height: 4px;
  transform: scale3d(0, 1, 1);
}

@media screen and (max-width: 991px) {
  .tab-layout__col {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .tab-content__inner {
    justify-content: space-between;
    align-items: stretch;
    padding: 0;
  }

  .tab-content__top {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .tab-visual__wrap {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .tab-visual__item {
    overflow: hidden;
  }

  .tab-content__wrap {
    max-width: none;
    margin-left: 0;
  }
	.tab-content__item-detail{
		position: relative;
	}
	.tab-content__bottom{
		flex-direction: column;
	}
    .tab-content__item {
        padding-top: 1.5em;
        padding-bottom: 1.5em;
    }
    .tab-content__item.active {
        padding-top: 1.5em;
        padding-bottom: 0em;
    }
	.tab-content__inner{
		padding: 0 2.5rem !important;
	}
}

@media screen and (max-width: 767px) {
  .tab-layout__wrap {
   padding: 0 1.5rem;
  }
	.tab-content__inner{
		padding: 0rem !important;
	}

  .tab-heading {
    font-size: 2.8em;
  }

  .tab-visual__item {
    border-radius: 0.25em;
  }

  .tab-content__bottom {
    max-width: none;
  }

  .tab-content__item-main {
  }

  .content-item__nr {
    margin-top: -0.2em;
  }

  .content-item__heading {
    font-size: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .tab-heading {
    font-size: 3em;
  }
	.tab-content__inner{
		padding: 0rem !important;
	}

  .tab-visual__inner {
    border-style: none;
    border-radius: 0.25em;
    padding: 0;
  }

  .tab-image {
    aspect-ratio: auto;
  }

    .tab-content__item {
        padding-top: 1.5em;
        padding-bottom: 1.5em;
    }
    .tab-content__item.active {
        padding-top: 1.5em;
        padding-bottom: 0em;
    }

  .tab-content__item-main {
  }

  .content-item__nr {
    flex: none;
  }

  .content-item__heading {
    font-size: 1rem;
  }

  .tab-content__item-detail {
    padding-left: 2em;
  }
}
