.home-section-1 .tab-container .tab-head-container {
  display: none;
}
.home-section-1 .tab-container .tab-body-container {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.home-section-1 .tab-container .tab-body-container .tab-body-item {
  border-radius: 120px;
  border: 3px solid #69B4F6;
}
.home-section-1 .tab-container .tab-body-container .tab-body-item .tab-head-item {
  padding: 30px 34px;
  display: flex;
  align-items: center;
  gap: 14px;
}
@media (min-width: 768px) {
  .home-section-1 .tab-container .tab-body-container .tab-body-item .tab-head-item {
    padding: 30px 68px;
  }
}
.home-section-1 .tab-container .tab-body-container .tab-body-item .tab-head-item .tab-head-icon {
  width: 64px;
}
.home-section-1 .tab-container .tab-body-container .tab-body-item .tab-head-item .tab-head-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}
.home-section-1 .tab-container .tab-body-container .tab-body-item .tab-body-content {
  display: none;
  padding: 17px 20px 33px;
}
@media (min-width: 768px) {
  .home-section-1 .tab-container .tab-body-container .tab-body-item .tab-body-content {
    padding: 33px 68px 33px;
  }
}
@media (min-width: 1200px) {
  .home-section-1 .tab-container .tab-body-container .tab-body-item .tab-body-content {
    padding: 48px 68px;
  }
}
.home-section-1 .tab-container .tab-body-container .tab-body-item.show {
  border: none;
  border-radius: 20px;
  background: #F0F8FE;
}
@media (min-width: 1200px) {
  .home-section-1 .tab-container .tab-body-container .tab-body-item.show {
    border-radius: 0 32px 32px 32px;
  }
}
.home-section-1 .tab-container .tab-body-container .tab-body-item.show .tab-head-item {
  padding: 33px 20px 0;
}
@media (min-width: 768px) {
  .home-section-1 .tab-container .tab-body-container .tab-body-item.show .tab-head-item {
    padding: 33px 68px 0;
  }
}
.home-section-1 .tab-container .tab-body-container .tab-body-item.show .tab-head-item .tab-action-icon.open-icon {
  display: none;
}
.home-section-1 .tab-container .tab-body-container .tab-body-item.show .tab-head-item .tab-action-icon.close-icon {
  display: block;
}
.home-section-1 .tab-container .tab-body-container .tab-body-item.show .tab-body-content {
  display: block;
}
.home-section-1 .tab-container .tab-body-container .tab-body-item.tab-body-item-1 .tab-body-content .content-wrap, .home-section-1 .tab-container .tab-body-container .tab-body-item.tab-body-item-2 .tab-body-content .content-wrap, .home-section-1 .tab-container .tab-body-container .tab-body-item.tab-body-item-3 .tab-body-content .content-wrap, .home-section-1 .tab-container .tab-body-container .tab-body-item.tab-body-item-4 .tab-body-content .content-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 17px;
}
.home-section-1 .tab-container .tab-body-container .tab-body-item.tab-body-item-1 .tab-body-content .content-wrap .content-holder, .home-section-1 .tab-container .tab-body-container .tab-body-item.tab-body-item-2 .tab-body-content .content-wrap .content-holder, .home-section-1 .tab-container .tab-body-container .tab-body-item.tab-body-item-3 .tab-body-content .content-wrap .content-holder, .home-section-1 .tab-container .tab-body-container .tab-body-item.tab-body-item-4 .tab-body-content .content-wrap .content-holder {
  flex: 1;
}
.home-section-1 .tab-container .tab-body-container .tab-body-item.tab-body-item-1 .tab-body-content .content-wrap .content-holder .content-text, .home-section-1 .tab-container .tab-body-container .tab-body-item.tab-body-item-2 .tab-body-content .content-wrap .content-holder .content-text, .home-section-1 .tab-container .tab-body-container .tab-body-item.tab-body-item-3 .tab-body-content .content-wrap .content-holder .content-text, .home-section-1 .tab-container .tab-body-container .tab-body-item.tab-body-item-4 .tab-body-content .content-wrap .content-holder .content-text {
  font-size: clamp(0.9375rem, 2.6vw, 1.75rem);
  font-weight: 500;
  line-height: 1.2;
}
.home-section-1 .tab-container .tab-body-container .tab-body-item.tab-body-item-1 .tab-body-content .content-wrap .cta-holder .cta-button, .home-section-1 .tab-container .tab-body-container .tab-body-item.tab-body-item-2 .tab-body-content .content-wrap .cta-holder .cta-button, .home-section-1 .tab-container .tab-body-container .tab-body-item.tab-body-item-3 .tab-body-content .content-wrap .cta-holder .cta-button, .home-section-1 .tab-container .tab-body-container .tab-body-item.tab-body-item-4 .tab-body-content .content-wrap .cta-holder .cta-button {
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .home-section-1 .tab-container .tab-body-container .tab-body-item.tab-body-item-1 .tab-body-content .content-wrap, .home-section-1 .tab-container .tab-body-container .tab-body-item.tab-body-item-2 .tab-body-content .content-wrap, .home-section-1 .tab-container .tab-body-container .tab-body-item.tab-body-item-3 .tab-body-content .content-wrap, .home-section-1 .tab-container .tab-body-container .tab-body-item.tab-body-item-4 .tab-body-content .content-wrap {
    flex-direction: row;
    align-items: center;
    gap: 34px;
    justify-content: space-between;
  }
  .home-section-1 .tab-container .tab-body-container .tab-body-item.tab-body-item-1 .tab-body-content .content-wrap .content-holder, .home-section-1 .tab-container .tab-body-container .tab-body-item.tab-body-item-2 .tab-body-content .content-wrap .content-holder, .home-section-1 .tab-container .tab-body-container .tab-body-item.tab-body-item-3 .tab-body-content .content-wrap .content-holder, .home-section-1 .tab-container .tab-body-container .tab-body-item.tab-body-item-4 .tab-body-content .content-wrap .content-holder {
    max-width: 595px;
  }
}
@media (min-width: 1200px) {
  .home-section-1 .tab-container .tab-head-container {
    display: flex;
    gap: 12px;
    padding-right: 30px;
    align-items: flex-end;
  }
  .home-section-1 .tab-container .tab-head-container .tab-head-item {
    flex: 1;
    padding: 24px 16px;
    border-radius: 32px 32px 0 0;
    border-top: 3px solid #69B4F6;
    border-left: 3px solid #69B4F6;
    border-right: 3px solid #69B4F6;
    display: flex;
    gap: 14px;
    align-items: center;
    justify-content: center;
    transition: padding-bottom 150ms ease, margin-top 150ms ease;
    margin-top: 16px;
    min-height: 116px;
    cursor: pointer;
  }
  .home-section-1 .tab-container .tab-head-container .tab-head-item .tab-head-icon {
    width: 48px;
  }
  .home-section-1 .tab-container .tab-head-container .tab-head-item .tab-head-title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
  }
  .home-section-1 .tab-container .tab-head-container .tab-head-item:not(.active):hover {
    padding-bottom: 40px;
    margin-top: 0;
  }
  .home-section-1 .tab-container .tab-head-container .tab-head-item.active {
    background: #F0F8FE;
    border: none;
  }
  .home-section-1 .tab-container .tab-body-container .tab-body-item {
    display: none;
    border-radius: 0 32px 32px 32px;
    background: #F0F8FE;
    border: none;
  }
  .home-section-1 .tab-container .tab-body-container .tab-body-item.active {
    display: block;
  }
  .home-section-1 .tab-container .tab-body-container .tab-body-item .tab-body-content {
    display: block;
  }
  .home-section-1 .tab-container .tab-body-container .tab-body-item .tab-head-item {
    display: none;
  }
}
@media (min-width: 1200px) and (min-width: 1400px) {
  .home-section-1 .tab-container .tab-head-container {
    gap: 19px;
  }
}
@media (min-width: 1200px) and (min-width: 1400px) {
  .home-section-1 .tab-container .tab-head-container .tab-head-item {
    padding: 24px 26px;
  }
}
@media (min-width: 1200px) and (min-width: 1400px) {
  .home-section-1 .tab-container .tab-head-container .tab-head-item .tab-head-icon {
    width: 64px;
  }
}
