*,
*:after,
*:before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background: #ffffff;
  height: -moz-max-content;
  height: max-content;
}

.wide-section {
  max-width: 1440px;
  margin: 0 auto;
}

@media (max-width: 1023px) {
  .wide-section {
    max-width: 600px;
    margin: auto;
  }
}

.pricing-section {
  padding: 0 150px;
  margin-bottom: 30px;
  font-family: soleil;
}

@media (max-width: 1023px) {
  .pricing-section {
    padding: 0 16px;
  }
}

.pricing-section--wide {
  padding: 0 50px 40px;
  font-family: soleil;
}

@media (max-width: 1023px) {
  .pricing-section--wide {
    padding: 0 16px;
  }
}

.pricing-section__header {
  color: #121212;
  font-size: 2.1em;
  font-weight: 600;
  line-height: 27px;
  max-width: 650px;
}

.pricing-section__header_highlight {
  color: #8419ff;;
  font-size: 2.1em;
  font-weight: 600;
  line-height: 27px;
  max-width: 650px;
}

.pricing-section__subheader {
  width: 100%;
  height: 76px;
  font-family: Soleil;
  font-size: 20px;
  color: #121212;
  line-height: 28px;
  text-align: center;
  font-weight: 100;
  margin: 15px auto;
}

@media (max-width: 767px) {
  .pricing-section__header {
    font-size: 24px;
    line-height: 32px;
    width: 80%;
    margin: 0 auto;
  }
}

@media (max-width: 454px) {
  .pricing-section__header {
    width: 100%;
    margin: 0 auto;
  }
}

.toggle-container {
  display: flex;
  -moz-column-gap: 12px;
       column-gap: 12px;
  align-items: center;
  justify-content: center;
}

.label {
  display: flex;
  -moz-column-gap: 12px;
       column-gap: 12px;
  align-items: center;
  color: #000000;
  pointer-events: none;
}

.switch,
.input:checked+.label .left-option,
.input:not(:checked)+.label .right-option {
  color: #8b8b8b;
  cursor: pointer;
  pointer-events: all;
}

.input {
  display: none;
}

.switch {
  display: inline-block;
  width: 44px;
  height: 24px;
  position: relative;
}

.slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  cursor: pointer;
  transition: 0.4s;
}

.slider:before {
  content: "";
  position: absolute;
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 3px;
  background-color: #ffffff;
  transition: 0.4s;
}

input:checked+.label .slider {
  background-color: #00af7b;
}

input:focus+.label .slider {
  box-shadow: 0 0 1px #00af7b;
}

input:checked+.label .slider:before {
  transform: translateX(19px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.left-option,
.right-option {
  font-size: 14px;
}

.pricing-section__cards--paid {
  display: grid;
  grid-template-columns: repeat(3, 300px);
  justify-content: center;
  grid-column-gap: 30px;
  -moz-column-gap: 30px;
       column-gap: 30px;
  padding-bottom: 31px;
}

.commentment-free-notice {
  width: 100%;
  height: 50px;
  text-align: center;
}

.commentment-free-notice-content {
  margin: auto;
  height: 100%;
  display: block;
  padding: 20px;
  font-family: Soleil;
  font-size: 14px;
  color: #6a6a6a;
  line-height: 24px;
  text-align: center;
}

.pricing-section__cards--free {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

@media (max-width: 1250px) {
  .pricing-section__cards--paid {
    grid-template-columns: repeat(2, calc(50% - 15px));
    row-gap: 30px;
  }
}

@media (max-width: 632px) {
  .pricing-section__cards--paid {
    grid-template-columns: 1fr;
    row-gap: 10px;
    padding-bottom: 10px;
  }
}

@media (min-width: 633px) and (max-width: 1249px) {
  .pricing-card.enterprise {
    grid-column: 1 /span 2;
    max-height: 370px;
  }

  .pricing-card.enterprise>.pricing-card__main {
    display: grid;
    grid-template-columns: 33% 33% 34%;
    grid-template-rows: 30% 30% 30%;
  }

  .pricing-card.enterprise>.pricing-card__main>.pricing-card__header {
    grid-column-start: 1;
    grid-column-end: span 1;
    grid-row-start: 1;
    grid-row-end: span 1;
    padding: 0 0 20% 0;
  }

  .pricing-card.enterprise>.pricing-card__main>.pricing-card__description.normal-text {
    grid-column-start: 1;
    grid-column-end: span 1;
    grid-row-start: 2;
    grid-row-end: span 2;
    padding: 0 20px 0 0
  }

  .pricing-card.enterprise>.pricing-card__main>.pricing-card__price {
    grid-column-start: 3;
    grid-column-end: span 1;
    grid-row-start: 2;
    grid-row-end: span 1;
  }

  .pricing-card.enterprise>.pricing-card__main>.btn__pricing.launch-chat-btn,
  .pricing-card.enterprise>.pricing-card__main>.btn__pricing.open-calendly-btn {
    grid-column-start: 3;
    grid-column-end: span 1;
    grid-row-start: 3;
    grid-row-end: span 1;
    margin: auto auto 20px;
  }

  .pricing-card.enterprise>.pricing-card__main>.pricing-card__features {
    grid-column-start: 2;
    grid-column-end: span 1;
    grid-row-start: 1;
    grid-row-end: span 1;
  }

  .pricing-card.enterprise>.pricing-card__main>.pricing-card__ai_credits {
    grid-column-start: 3;
    grid-column-end: span 1;
    grid-row-start: 1;
    grid-row-end: span 1;
    margin-top: 0;
    margin-bottom: 0;
  }

  .pricing-card.enterprise>.pricing-card__main>.pricing-card__ai_credits>li {
    padding-bottom: 0;
  }

  .pricing-card.enterprise>.pricing-card__main>.pricing-card__price>.pricing-card__price-row {
    margin-top: 31px;
  }

  .pricing-card.enterprise>.pricing-card__main>.pricing-card__price>.pricing-card__price-row>span {
    font-size: clamp(24px, 4vw, 35px);
  }

  .pricing-card.enterprise .normal-text {
    font-size: clamp(11px, 1.7vw, 14px);
    line-height: 24px;
  }

  /* .pricing-section__cards--paid {
    grid-template-columns: repeat(2, calc(50% - 15px));
    row-gap: 30px;
  } */
}

.pricing-card--new {
  position: relative;
}

.pricing-card--new::before {
  content: "";
  position: absolute;
  background-image: url('../admin/images/new_stars.svg');
  top: -18px;
  right: 10px;
  background-size: 94px 67px;
  width: 94px;
  height: 67px;
}

.pricing-card--new::after {
  content: "New!";
  position: absolute;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 400;
  top: 1px;
  right: 56px;
  color: #000000;
  font-family: soleil, sans-serif;
}

.pricing-card--most-popular {
  position: relative;
}

.pricing-card__most-popular-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background-size: 94px 67px;
  width: 125px;
  height: 29px;
  display: block;
  background-color: black;
  border-radius: 2px;
  color: white;
  text-align: center;
  font-size: 14px;
  font-family: 'soleil';
  line-height: 29px;
  font-feature-settings: "pcap", "c2pc";
  font-variant-caps: all-petite-caps;
  font-weight: 500;
}

.pricing-card {
  /* display: flex;
  flex-direction: column;
  justify-content: space-between; */
  padding: 16px 22px 24px;
  border-width: 2px;
  border-style: solid;
  border-color: #e6e6e6;
  border-radius: 4px;
}

.pricing-card__main {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.pricing-card__header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 16px;
  align-items: center;
  color: #2e2e2e;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  -webkit-text-decoration: none solid #414141;
          text-decoration: none solid #414141;
  text-transform: capitalize;
}

.pricing-card__header>div {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

@media (min-width: 1251px) and (max-width: 1330px) {
  .pricing-card__header>div {
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
}

.pricing-card__description {
  min-height: 120px;
  font-size: 16px;
  color: #414141;
  line-height: 24px;
  -webkit-text-decoration: none solid #414141;
          text-decoration: none solid #414141;
}

[lang=ja] .pricing-card__description {
  min-height: 140px;
}

.pricing-card__padding {
  padding: 0 60px 22px;
}

@media (max-width: 720px) {
  .pricing-card__padding {
    padding: 0 0 22px;
  }
}

@media (min-width: 1251px) and (max-width: 1408px) {
  .pricing-card__description {
    padding-bottom: 0px;
  }
}

.pricing-card__description--free {
  min-height: auto;
}

.btn__pricing--free {
  max-width: 238px;
  margin-bottom: 0px !important;
}

@media (max-width: 630px) {
  .btn__pricing--free {
    max-width: 100%;
  }
}

.btn__pricing--sales {
  max-width: 182px;
  margin: auto 0 24px !important;
}

.pricing-card__features {
  list-style: none;
}

.pricing-card__ai_credits {
  list-style: none;
  background-color: rgba(211, 172, 255, 0.2);
  border-radius: 4px;
  padding: 15px 20px 7px;
  margin-bottom: 20px;
}

@media (max-width: 500px) {
  .pricing-card__features {
    display: flex;
    padding-bottom: 52px;
    flex-direction: column;
  }
}

.pricing-card__features--free {
  display: grid;
  min-width: 164px;
  padding-bottom: 23px;
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 1250px) {
  .pricing-card__features--free {
    padding-bottom: 0;
    grid-template-columns: repeat(1, 1fr);
  }
}

.pricing-card__feature--merge {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
  align-items: center;
}

.pricing-card__feature {
  padding-bottom: 10px;
  position: relative;
  color: #6a6a6a;
  font-size: 14px;
  line-height: 24px;
}

.pricing-card__feature.pricing-card__feature--merge {
  color: #000000;
}

.pricing-card__feature:not(.pricing-card__feature--header):not(.pricing-card__feature--merge) {
  padding-left: 23px;
}

.pricing-card__feature--header {
  font-size: 14px;
  color: #000000;
  font-weight: 600;
  text-transform: uppercase;
}

.pricing-card__feature.pricing-card__feature--header.normal-text {
  font-weight: 500;
}

.pricing-card__left {
  display: flex;
  text-align: center;
  flex-direction: column;
  width: 100%;
}

@media (max-width: 632px) {
  .pricing-card__left {
    max-width: 100%;
  }
}

.pricing-card__content-wrapper {
  display: flex;
  -moz-column-gap: 50px;
       column-gap: 50px;
}

@media (max-width: 632px) {
  .pricing-card__content-wrapper {
    row-gap: 24px;
    flex-direction: column;
  }
}

.pricing-card--free {
  width: 100%;
}

.pricing-card--free .pricing-card__feature {
  padding-bottom: 10px;
  list-style: none;
}

.pricing-card__price-tag.normal-text {
  /* width: 57px; */
  height: 36px;
  font-family: Soleil;
  font-size: 35px;
  color: #2e2e2e;
  line-height: 36px;
  font-weight: 500;
}

.pricing-card.enterprise .pricing-card__price-tag.normal-text {
  font-size: 30px;
}

.pricing-card__price {
  min-height: 80px;
}

.pricing-card__price-tag.period {
  width: 85px;
  height: 30px;
  font-family: Soleil;
  font-size: 22px;
  color: #6a6a6a;
  line-height: 30px;
}

.pricing-card__price-tag__before-discount {
  text-decoration: line-through;
  text-decoration-color: #5e5e5e;
}

.pricing-card__price-tag__after-discount {
  color: #121212;
  font-weight: bold;
}

.pricing-card__price-caption {
  color: #5e5e5e;
  font-size: 14px;
  line-height: 22px;
  /*
  Force the element height when the content is empty, to align correctly prices in all cards
  */
  min-height: 22px;
}

/*
Override the behavior described above for the "Enterprise" pricing card in KR and JP
because of the long text "Contact by email..." that spans over 2 lines
*/

[lang="ja"] .pricing-card.enterprise .pricing-card__price-caption,
[lang="ko"] .pricing-card.enterprise .pricing-card__price-caption {
  min-height: auto;
}

.pricing-card__price-caption.badge--web {
  display: inline-block;
  text-align: center;
  line-height: 20px;
  padding: 0px 8px;
  font-size: 10px;
  min-height: 10px;
  height: 20px;
}

.merge__icon {
  display: flex;
  padding-right: 10px;
  width: 26px;
  height: 19px;
  padding: 2px 8px;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  background-color: #121212;
  color: #ffffff;
  font-size: 10px;
}

.feature__check-icon {
  background-image: url("../../../public/images/pricing-check.svg");
  display: inline-block;
  background-repeat: no-repeat;
  margin: 0;
  height: 15px;
  width: 15px;
  position: absolute;
  left: 0;
  top: 4.5px;
}

.next_gen_ai_pro_quote_open {
  background-image: url("../../../public/images/ai-pro-quote-open.svg");
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  margin: 0;
  padding: 15px 0px 15px 15px;
  vertical-align: middle;
}

.next_gen_ai_pro_quote_close {
  background-image: url("../../../public/images/ai-pro-quote-close.svg");
  background-position: center;
  display: inline-block;
  background-repeat: no-repeat;
  margin: 0;
  height: 15px;
  width: 15px;
}

.badge--recommended,
.badge--new,
.badge--web,
.badge--mobile {
  display: flex;
  height: 18px;
  padding: 2px 10px;
  background-color: #ffe080;
  border-radius: 2px;
  align-items: center;
  justify-content: center;
  color: #000000;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
}

.badge--recommended.black {
  color: #ffffff;
  background-color: #121212;
}

@media (max-width: 389px) {
  .badge--web {
    display: none;
  }
}

@media (min-width: 390px) {
  .badge--mobile {
    display: none;
  }
}

@media (min-width: 1251px) and (max-width: 1330px) {

  .badge--recommended,
  .bage--new {
    padding: 2px 2px;
  }
}

.btn__pricing {
  display: flex;
  width: 100%;
  height: 48px;
  border: 2px solid #121212;
  border-radius: 4px;
  background-color: #ccccff;
  background-size: cover;
  justify-content: center;
  align-items: center;
  color: #121212;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  text-decoration: none;
  margin: 0px auto 24px;
}

@media (min-width: 1251px) and (max-width: 1408px) {
  .btn__pricing {
    margin-top: 22px;
  }
}

.btn__pricing:hover {
  background-color: #f3f3f3;
  color: #121212;
  text-decoration: none;
  cursor: pointer;
}

.no-hover {
  pointer-events: none;
}

.btn__pricing--recommended {
  color: #ffffff;
  background-color: #121212;
}

.pricing-card--recommended {
  border-color: #121212;
  border-style: solid;
  border-radius: 4px;
  border-width: 2px;
}

/* TABLE */

.pricing-section__pricing-table {
  position: relative;
  border-collapse: collapse;
  width: 100%;
  height: 100%;
  table-layout: fixed;
  margin-bottom: 80px;
}

@media (max-width: 1024px) {
  .pricing-table__sticky-header {
    display: none;
  }

  .pricing-section__pricing-table {
    display: block;
  }

  .pricing-section__pricing-table table,
  .pricing-section__pricing-table thead,
  .pricing-section__pricing-table tbody,
  .pricing-section__pricing-table th,
  .pricing-section__pricing-table td,
  .pricing-section__pricing-table tr {
    display: block;
  }

  .pricing-section__pricing-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .pricing-section__pricing-table tr {
    border: 1px solid #ccc;
    margin-bottom: 10px;
  }

  .pricing-section__pricing-table td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    word-wrap: break-word;
    overflow-wrap: break-word;
    text-align: center;
  }

  .pricing-table__feature-header td:first-child {
    text-align: center;
    padding-left: 0px !important;
  }

  .pricing-section__pricing-table td:before {
    position: absolute;
    top: 10px;
    left: 20px;
    width: 120px;
    padding-right: 0;
    white-space: normal;
    text-align: left;
    font-weight: bold;
    content: attr(data-label);
    word-wrap: break-word;
    overflow-wrap: break-word;
    line-height: 1.3;
    font-size: 15px;
  }

  .pricing-table__feature-group-header {
    background-color: #f3f3f3;
    font-weight: bold;
    text-align: left;
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .pricing-table__feature-group-header~td {
    display: none;
  }

  .pricing-table__feature {
    background-color: #fafafa;
    font-weight: bold;
    text-align: center;
    padding-left: 5px !important;
  }

  .pricing-table__feature.normal-text {
    background-color: #e6e6e6;
    min-height: 50px;
    line-height: 1.4;
    padding-left: 100px !important;
    padding-right: 10px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .pricing-table__feature--cell {
    text-align: right;
    padding: 12px 10px !important;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .pricing-table__icon-check {
    margin: 0 0 0 auto;
  }
}

.pricing-table__header,
.pricing-table__feature-header,
.pricing-table__feature-group-header {
  font-size: 16px;
  font-weight: bold;
  color: #2e2e2e;
}

.pricing-table__sticky-header {
  position: sticky;
  table-layout: fixed;
  z-index: 10;
  width: 100%;
  height: 68px;
  top: 0;
  border-bottom: 1px solid #e6e6e6 !important;
  background: #fff;
}

.pricing-table__sticky-header tr:hover {
  background: #fff;
}

.pricing-table__feature-group-header {
  text-align: left;
}

.pricing-table__title {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  text-align: left;
  background-color: white;
}

.pricing-table__feature,
.pricing-table__feature--cell {
  font-size: 16px;
  font-weight: 300;
  color: #2e2e2e;
  text-align: left;
}

.pricing-table__feature--cell {
  text-align: center;
}

.pricing-table__feature--underline {
  text-decoration: underline;
}

.pricing-table--recommended {
  background: #f3f3f3;
}

.pricing-table__top--rounded {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.pricing-table__bottom--rounded {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.tooltip {
  position: relative;
  /* making the .tooltip span a container for the tooltip text */
}

.tooltip:before {
  content: attr(data-text);
  /* here's the magic */
  display: none;
  /* hide by default */
  box-sizing: border-box;
  width: 250px;
  margin-top: 12px;
  padding: 20px;
  position: absolute;
  top: 100%;
  bottom: auto;
  /* and add a small left margin */
  z-index: 2;
  background: #000;
  color: #fff;
  text-align: left;
  pointer-events: none;
}

.tooltip:hover:before {
  display: block;
}

.tooltip:hover:after {
  content: "";
  width: 0;
  height: 0;
  margin-top: 30px;
  position: absolute;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 7px solid #000;
  left: 14px;
}

.pricing-table__icon-check {
  background-image: url("../../../public/images/pricing-check.svg");
  display: block;
  background-repeat: no-repeat;
  margin: 0 auto;
  height: 15px;
  width: 15px;
}

table,
tr,
td,
th {
  margin: auto;
  padding: 12px 5px !important;
  border: none !important;
}

@media (min-width: 1023px) {
  tr:hover {
    background-color: #f5f5f5;
  }
}

.pricing-section__faqs {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 1023px) {
  .pricing-section__faqs {
    padding-top: 32px;
    padding-bottom: 16px;
  }
}

.pricing-faqs__tiles {
  display: flex;
  flex-direction: column;
  row-gap: 0;
}

.pricing-faqs__header,
.tile__question {
  color: #121212;
}

.pricing-faqs__header {
  padding-bottom: 64px;
  font-size: 36px;
  line-height: 48px;
}

@media (max-width: 1023px) {
  .pricing-faqs__header {
    padding-bottom: 28px;
    font-size: 24px;
    line-height: 32px;
  }
}

.pricing-faqs__tile {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 16px;
  padding-top: 16px;
}

.pricing-faqs__tile:first-child {
  padding-top: 0;
}

.pricing-faqs__tile:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.tile__question-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  cursor: pointer;
}

.tile__question {
  flex: 1 1;
  padding-bottom: 0;
  padding-right: 16px;
  font-size: 16px;
  line-height: 32px;
  font-weight: 600;
  margin: 0;
}

@media (max-width: 1023px) {
  .tile__question {
    font-size: 20px;
    line-height: 36px;
  }
}

.tile__toggle-button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #121212;
  font-size: 24px;
  line-height: 1;
  font-weight: 300;
}

.tile__toggle-button:hover {
  opacity: 0.7;
}

.tile__toggle-icon {
  display: block;
}

.tile__toggle-icon--minus {
  display: none;
}

.tile__answer-wrapper {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.tile__answer-wrapper--expanded {
  max-height: 1000px;
  transition: max-height 0.3s ease-in;
}

.tile__description {
  padding-top: 16px;
  font-size: 16px;
  color: #6a6a6a;
  line-height: 28px;
  margin: 0;
}

@media (max-width: 1023px) {
  .tile__description {
    font-size: 16px;
    line-height: 24px;
    padding-top: 8px;
  }
}

.pricing-intermission-line {
  width: 100%;
  height: 2px;
  background-color: #000;
}

/* CHAT WITH SALES */

.gray-section {
  background-color: #f3f3f3;
}

.pricing-section__sales {
  display: flex;
  padding-top: 79px;
  margin-bottom: 0;
  color: #121212;
  -moz-column-gap: 75px;
       column-gap: 75px;
}

@media (max-width: 1023px) {
  .pricing-section__sales {
    padding-top: 32px;
    flex-direction: column;
  }
}

.sales-info__header {
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  color: #121212;
}

@media (max-width: 1023px) {
  .sales-info__header {
    font-size: 24px;
    line-height: 32px;
  }
}

.sales-info {
  padding-top: 24px;
  font-size: 24px;
  line-height: 36px;
}

@media (max-width: 1023px) {
  .sales-info {
    padding-top: 8px;
    font-size: 16px;
    line-height: 24px;
  }
}

.sales-info__action {
  padding-top: 34px;
  padding-bottom: 24px;
}

@media (max-width: 1023px) {
  .sales-info__action {
    padding-top: 24px;
    padding-bottom: 0;
  }
}

.sales-info__visual {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.sales-info__image {
  max-width: 550px;
}

@media (max-width: 1023px) {
  .desktop-images {
    display: none;
  }
}

@media (min-width: 1024px) {
  .mobile-images {
    display: none;
  }
}

@media (max-width: 1023px) {
  .mobile-images {
    display: grid;
    justify-items: center;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 8px;
    row-gap: 8px;
    grid-column-gap: 0px;
    -moz-column-gap: 0px;
         column-gap: 0px;
    padding-bottom: 32px;
  }

  .mobile-images>img {
    max-height: 35px;
  }
}

@media (max-width: 500px) {
  .mobile-images {
    display: block;
  }

  .mobile-images img {
    display: block;
    margin: 0 auto;
    margin-bottom: 1em;
  }

  .sales-info__action {
    display: flex;
    justify-content: center;
  }
}

/* TODO: temporarily added until we complete the new navbar */

.header-wrapper {
  position: relative;
  z-index: 9999;
  margin-bottom: 3rem;
}

/* css specifically for the korean page because
korean font is too thin and almost transparent */

[lang="ko"] .normal-text {
  font-weight: 350;
}

[lang="ko"] .pricing-card__price-tag.normal-text {
  font-weight: 500;
}

.pricing-header-container {
  display: flex;
  justify-content: center;
  flex-flow: column;
}

.pricing-header-container>.next_gen_ai_pro {
  display: flex;
  background-color: rgba(211, 172, 255, 0.2);
  border-radius: 4px;
  flex-flow: row;
  gap: 0;
  align-items: center;
  color: #8419ff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 10px;
  margin-bottom: 24px;
  gap: 7px;
}

.pricing-header-container>div {
  display: flex;
  justify-content: center;
  gap: 12px;
  text-align: center;
  max-width: 670px;
  flex-flow: column;
  margin: 0 auto;
}

.pricing-header-discount-intro {
  color: #ff8585;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.discount-badge {
  background-image: url(/images/pricing/discount-badge.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2e2e2e;
  text-align: center;
}

.discount-badge.big {
  width: 138px;
  height: 138px;
  font-size: 20px;
  font-weight: bold;
  transform: rotate(-11deg);
}

[lang="ja"] .discount-badge.big {
  font-size: 18px;
  /* smaller in Japanese because of the long `キャンペーン` word */
}

@media (max-width: 632px) {
  .discount-badge.big {
    display: none;
  }
}

.discount-badge.discount-value {
  width: 42px;
  height: 42px;
  font-size: 12px;
}

