.tab-top-menu {
  background-color: var(--color-lighter-blue);
  padding-top: 60px;
  padding-bottom: 60px;
}

.tab-top-menu .heading {
  padding-bottom: 48px;
}

.tab-top-menu__upper {
  display: flex;
  flex-wrap: wrap;
}

.tab-top-menu__upper button {
  min-width: 50%;
  flex: 1;
  border: 0;
  padding: 12px 20px;
  display: block;
  background-color: transparent;
  color: #98a6b4;
  font-family: var(--font-secondary);
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 400;
  box-shadow: inset 0 0 var(--color-orange);
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out,
    box-shadow 0.3s ease-in-out, padding 0.3s ease-in-out;
}

.tab-top-menu ._400 {
  margin-bottom: 60px;
}

.tab-top-menu__content .header {
  margin-bottom: 21px;
}

.tab-top-menu__content h3 {
  font-size: 40px !important;
  display: flex;
  align-items: flex-end;
}

.tab-top-menu__content__item p {
  font-size: 16px;
  line-height: 26px;
}

.tab-top-menu__content h3 span {
  margin-left: 12px;
  margin-bottom: 10px;
}

.tab-top-menu__content__item li {
  font-size: 1.5em;
  font-weight: 400;
}

.tab-top-menu__content__item {
  margin: 0 5px;
  border: 1px solid #eee;
  position: relative;
  padding-bottom: 75px !important;
  padding-top: 30px !important;
}

.tab-top-menu__popular {
  top: -23px !important;
  left: 50% !important;
  transform: translateX(-50%);
}

.tab-top-menu__content {
  margin-top: 15px;
}

.tab-top-menu__content .btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.tab-top-menu__lower.has-accordion .tab-top-menu__content .btn {
  margin-bottom: 45px;
}
.tab-top-menu  h2 {
  font-size: 33px;
  line-height: 40px;
}
@media (min-width: 768px) {
  .tab-top-menu  h2 {
      font-size: 40px;
      line-height: 52px;
  }
}

@media (max-width: 767px) {
  .tab-top-menu__upper {
    display: block;
  }

  .tab-top-menu__upper button {
    width: 100%;
    min-width: 100%;
  }
}

@media (min-width: 1200px) {
  .tab-top-menu__upper button:not(.is-active):hover {
    color: var(--color-blue);
    font-weight: bold;
    box-shadow: inset 0 -4px var(--color-orange);
  }
}

.tab-top-menu__upper button.is-active {
  background-color: var(--color-white);
  color: var(--color-blue);
  font-weight: 600;
  pointer-events: none;
}

.tab-top-menu__lower {
    background-color: var(--color-white);
    padding: 30px;
    overflow-x: auto;
}

.tab-top-menu__content img {
  max-width: 192px;
  height: auto;
  margin-bottom: 20px;
}

.tab-top-menu__content .line-separator {
  margin: 10px 0;
}

.tab-top-menu__content .btn {
  max-width: 225px;
  width: 100%;
  margin-bottom: 15px;
}

.tab-top-menu__content h3 {
  font-weight: 700;
  font-size: 54px;
}

.tab-top-menu__content h3 span {
  font-size: 13px;
  line-height: 20px;
  font-family: var(--font-secondary);
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0;
}

.tab-top-menu__content .before_price_html {margin-bottom: 4px;display: flex; align-items: end;}
.tab-top-menu__content .before_price_html p {color: #212529; font-family: var(--font-secondary); font-size: 14px; font-style: normal; font-weight: 400; line-height: 18.2px;}
.tab-top-menu__content .after_price_html {margin-top: -10px;display: flex; align-items: flex-start;}
.tab-top-menu__content .after_price_html p {color: #212529; font-family: var(--font-secondary); font-size: 14px; font-style: normal; font-weight: 400; line-height: 18.2px;}

.tab-top-menu__content {
  margin: 0 -22px;
  display: block;
}

.tab-top-menu__content__item {
  flex: 1;
  padding: 20px 20px;
  position: relative;
}

.tab-top-menu__content__item--heading {
  font-size: 16px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .tab-top-menu__content {
    display: flex;
  }
}

@media (min-width: 768px) {
  .tab-top-menu__content__item {
    margin: 0px 5px;
  }
}

@media (max-width: 767px) {
  .tab-top-menu__content__item:not(:last-child) {
    margin-bottom: 40px;
  }
}

@media (min-width: 1025px) {
  .tab-top-menu__content__item {
    box-shadow: 0 0 0 0 transparent;
    transition: box-shadow 0.3s ease-in-out;
  }

  .tab-top-menu__content__item:hover {
    box-shadow: 1px 1px 8px 0 rgba(71, 82, 93, 0.2);
  }
}

.tab-top-menu__popular {
  position: absolute;
  right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 175px;
  padding: 8px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #524FB8;
  color: white;
  font-size: 16px;
  font-weight: 700;
  right: 22px;
  top: 12px;
}

@media (max-width: 1024px) {
  .tab-top-menu__popular {
    position: relative;
    margin: -28px 0 0 auto;
    margin-bottom: 22px;
    width: 162px;
    display: block;
    padding: 10px 20px;
    left: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .tab-top-menu {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .tab-top-menu__popular {
    width: 150px;
    padding: 5px 10px;
    text-align: center;
    margin-bottom: 30px;
  }
}

.tab-top-menu-toggle-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--color-white);
  width: 100%;
  height: 4rem;
}
.tab-top-menu__lower.has-accordion .tab-top-menu__content__item {
  padding-bottom: 120px !important;
}
.tab-top-menu-toggle-wrapper .toggle-button {
  display: inline-block;
  width: 60px;
  height: 34px;
  border-radius: 17px;
  background-color: var(--color-orange);
  cursor: pointer;
  position: relative;
  z-index: 100;
}

.tab-top-menu-toggle-wrapper .toggle-button input {
  display: none;
}

.tab-top-menu-toggle-wrapper .toggle-button__switch {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--color-white);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.tab-top-menu-toggle-wrapper .toggle-button__switch::before {
  content: "";
  position: absolute;
  top: 6px;
  right: 6px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: var(--color-blue);
  transition: background-color 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.tab-top-menu-toggle-wrapper .toggle-button input:checked + .toggle-button__switch {
  transform: translateX(-26px);
}

.tab-top-menu-toggle-wrapper .toggle-button input:checked + .toggle-button__switch::before {
  background-color: var(--color-white);
}

.toggle-state-label {
  font-size: 1rem;
  padding-left: .75rem;
  padding-right: .75rem;
}
.tab-top-menu__lower.has-accordion .toggle-accordion {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #212529!important;
  width: 100%;
  position: absolute;
  bottom: 2px;
  left: 0px;
  margin-bottom: 9px;
}
.tab-top-menu__lower.has-accordion .toggle-accordion.active {
  bottom: 0px;
}
.tab-top-menu__lower.has-accordion a.toggle-accordion.active svg{
  transform: rotate(180deg);
  margin-top: 3px;
}
@media (max-width: 765px) {
  .tab-top-menu-toggle-wrapper {
    margin-bottom: -1.3rem;
  }
}
@media (min-width: 768px) {
  .tab-top-menu__lower.has-accordion .toggle-accordion {
    display: none;
  }
}

