.guw-tab-text {
  text-align: center;
  padding: 60px 20px;
}
.guw-tab-text__tabs {
  display: inline-flex;
  gap: 8px;
  padding: 6px;
  background: rgba(167, 210, 255, 0.3);
  border-radius: 999px;
  margin-bottom: 32px;
  width: 575px;
  justify-content: space-evenly;
  align-items: center;
}
@media (max-width: 600px) {
  .guw-tab-text__tabs {
    width: 100%;
    flex-wrap: wrap;
    border-radius: 0;
  }
}
.guw-tab-text__tab {
  border: 0;
  background: transparent;
  padding: 10px 22px;
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.25s ease;
  color: #0044B5;
  text-align: center;
  font-family: Palanquin;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
.guw-tab-text__tab.is-active {
  background: #A7D2FF;
  color: #0044B5;
}
.guw-tab-text__tab:hover {
  background: #A7D2FF;
}
.guw-tab-text__content {
  max-width: 656px;
  margin: 0 auto;
  padding: 40px 0;
}
.guw-tab-text__panel {
  display: none;
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  height: 150px;
}
.guw-tab-text__panel.is-active {
  display: block;
}

.page-id-2698 .guw-tab-text__tabs,
.page-id-2695 .guw-tab-text__tabs,
.page-id-2693 .guw-tab-text__tabs,
.page-id-2690 .guw-tab-text__tabs {
  max-width: 575px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.page-id-2698 .guw-tab-text__tab,
.page-id-2695 .guw-tab-text__tab,
.page-id-2693 .guw-tab-text__tab,
.page-id-2690 .guw-tab-text__tab {
  width: 33.33%;
}
@media (max-width: 425px) {
  .page-id-2698 .guw-tab-text__tabs,
  .page-id-2695 .guw-tab-text__tabs,
  .page-id-2693 .guw-tab-text__tabs,
  .page-id-2690 .guw-tab-text__tabs {
    flex-direction: column;
  }
}

.page-id-3978 .non-tab-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}
.page-id-3978 .non-tab-grid > div.gspb_button_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100% !important;
}
.page-id-3978 .non-tab-grid > div.gspb_button_wrapper .gspb-buttonbox {
  width: 100%;
}
