@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
/* line 4, app/assets/stylesheets/components/_footer.scss */
.footer {
  display: flex;
  flex-direction: column;
}

/* line 8, app/assets/stylesheets/components/_footer.scss */
.footer__logo {
  width: 100%;
  max-width: 300px;
  border: 0;
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  /* line 8, app/assets/stylesheets/components/_footer.scss */
  .footer__logo {
    margin-bottom: 0px;
  }
}

/* line 21, app/assets/stylesheets/components/_footer.scss */
.footer__title {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #1d1d1f;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 600;
}

@media (max-width: 767px) {
  /* line 21, app/assets/stylesheets/components/_footer.scss */
  .footer__title {
    margin-bottom: 10px;
    font-size: 15px;
  }
}

/* line 35, app/assets/stylesheets/components/_footer.scss */
.footer__text {
  max-width: 260px;
  font-family: Montserrat, sans-serif;
  color: #1d1d1f;
  font-size: 15px;
}

@media (max-width: 767px) {
  /* line 35, app/assets/stylesheets/components/_footer.scss */
  .footer__text {
    font-size: 14px;
  }
}

/* line 46, app/assets/stylesheets/components/_footer.scss */
.footer__section {
  padding: 75px 50px 25px 50px;
  max-width: 1500px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  /* line 46, app/assets/stylesheets/components/_footer.scss */
  .footer__section {
    width: 100%;
    padding: 50px 50px;
  }
}

@media (max-width: 479px) {
  /* line 46, app/assets/stylesheets/components/_footer.scss */
  .footer__section {
    padding: 50px 30px;
  }
}

/* line 61, app/assets/stylesheets/components/_footer.scss */
.footer__top {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 32px 60px;
  gap: 24px;
}

@media (max-width: 767px) {
  /* line 61, app/assets/stylesheets/components/_footer.scss */
  .footer__top {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 479px) {
  /* line 61, app/assets/stylesheets/components/_footer.scss */
  .footer__top {
    padding: 32px 10px;
    width: 100%;
  }
}

/* line 79, app/assets/stylesheets/components/_footer.scss */
.footer__cta {
  padding-right: 20px;
  margin-bottom: 0;
  flex: 1;
}

@media (max-width: 767px) {
  /* line 79, app/assets/stylesheets/components/_footer.scss */
  .footer__cta {
    margin-bottom: 4%;
  }
}

@media (max-width: 479px) {
  /* line 79, app/assets/stylesheets/components/_footer.scss */
  .footer__cta {
    padding-right: 0;
    width: 100%;
  }
}

@media (max-width: 479px) {
  /* line 94, app/assets/stylesheets/components/_footer.scss */
  .footer__cta__action {
    display: flex;
    flex-direction: column;
  }
  /* line 99, app/assets/stylesheets/components/_footer.scss */
  .footer__cta__action a {
    width: 100% !important;
  }
}

/* line 105, app/assets/stylesheets/components/_footer.scss */
.footer__cta__action {
  display: flex;
  gap: 20px;
}

/* line 110, app/assets/stylesheets/components/_footer.scss */
.footer__heading {
  max-width: 440px;
  margin-bottom: 1em;
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
}

/* line 121, app/assets/stylesheets/components/_footer.scss */
.footer__main {
  display: flex;
  flex: 0 0 50%;
  justify-content: space-between;
}

@media (max-width: 767px) {
  /* line 121, app/assets/stylesheets/components/_footer.scss */
  .footer__main {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}

/* line 133, app/assets/stylesheets/components/_footer.scss */
.footer__main__col {
  width: 40%;
  padding-right: 40px;
}

@media (max-width: 767px) {
  /* line 133, app/assets/stylesheets/components/_footer.scss */
  .footer__main__col {
    width: 50%;
  }
}

@media (max-width: 479px) {
  /* line 133, app/assets/stylesheets/components/_footer.scss */
  .footer__main__col {
    width: 100%;
  }
}

@media (max-width: 767px) {
  /* line 145, app/assets/stylesheets/components/_footer.scss */
  .footer__main__col__none {
    display: none;
  }
}

/* line 152, app/assets/stylesheets/components/_footer.scss */
.footer__bottom {
  display: flex;
  width: 100%;
  margin-top: 92px;
  justify-content: flex-end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  /* line 152, app/assets/stylesheets/components/_footer.scss */
  .footer__bottom {
    justify-content: flex-start;
    padding-bottom: 0;
  }
}

/* line 166, app/assets/stylesheets/components/_footer.scss */
.footer__wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media (max-width: 479px) {
  /* line 166, app/assets/stylesheets/components/_footer.scss */
  .footer__wrapper {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

/* line 177, app/assets/stylesheets/components/_footer.scss */
.footer__link {
  display: block;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #888;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
  text-decoration: none;
}

@media (max-width: 767px) {
  /* line 177, app/assets/stylesheets/components/_footer.scss */
  .footer__link {
    font-size: 14px;
  }
}

/* line 194, app/assets/stylesheets/components/_footer.scss */
.footer__terms-link {
  display: block;
  margin-right: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #888;
  font-size: 15px;
  line-height: 1.25px;
  font-weight: 400;
  text-decoration: none;
}

@media (max-width: 767px) {
  /* line 194, app/assets/stylesheets/components/_footer.scss */
  .footer__terms-link {
    font-size: 14px;
    margin-right: 15px;
  }
}

/* line 212, app/assets/stylesheets/components/_footer.scss */
.footer__local__switch a {
  color: white !important;
}

/* line 4, app/assets/stylesheets/components/_header.scss */
.header {
  display: flex;
  align-items: center;
  background-color: white;
  padding: 0 30px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

@media (max-width: 479px) {
  /* line 4, app/assets/stylesheets/components/_header.scss */
  .header {
    padding: 0 15px;
  }
}

/* line 15, app/assets/stylesheets/components/_header.scss */
.header__container {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100px;
  position: relative;
}

@media (max-width: 1125px) {
  /* line 15, app/assets/stylesheets/components/_header.scss */
  .header__container {
    max-width: 1240px;
  }
}

@media (max-width: 767px) {
  /* line 15, app/assets/stylesheets/components/_header.scss */
  .header__container {
    max-width: 767px;
  }
}

/* line 24, app/assets/stylesheets/components/_header.scss */
.header__logo {
  flex-grow: 0;
  flex-shrink: 0;
  width: 200px;
  margin-right: 20px;
}

/* line 30, app/assets/stylesheets/components/_header.scss */
.header__logo img {
  border: 0;
  vertical-align: middle;
  display: inline-block;
  max-width: 100%;
}

/* line 38, app/assets/stylesheets/components/_header.scss */
.header__nav {
  flex-grow: 1;
  margin: 0 0 0 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

/* line 46, app/assets/stylesheets/components/_header.scss */
.header__nav.-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 52, app/assets/stylesheets/components/_header.scss */
.header__nav.-right {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

/* line 58, app/assets/stylesheets/components/_header.scss */
.header__nav.-left {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

/* line 65, app/assets/stylesheets/components/_header.scss */
.header__link {
  display: inline-block;
  padding: 0 8px 0 8px;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.3s;
}

/* line 75, app/assets/stylesheets/components/_header.scss */
.header__link:hover {
  color: #3898ec;
}

/* line 80, app/assets/stylesheets/components/_header.scss */
.header__schedule-btn {
  padding: 13px 32px;
  background-color: #ec0838;
  transition: background-color 0.3s ease-out;
  color: #fff;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
  padding-right: 16px;
  padding-left: 16px;
  box-shadow: 5px 5px 4px 0 rgba(0, 148, 255, 0.4);
  font-size: 14px;
  text-align: center;
}

/* line 94, app/assets/stylesheets/components/_header.scss */
.header__schedule-btn:hover {
  background-color: #3898ec;
}

@media (max-width: 767px) {
  /* line 80, app/assets/stylesheets/components/_header.scss */
  .header__schedule-btn {
    font-family: 'Inter', sans-serif;
  }
}

@media (max-width: 479px) {
  /* line 80, app/assets/stylesheets/components/_header.scss */
  .header__schedule-btn {
    font-family: 'Inter', sans-serif;
  }
}

/* line 106, app/assets/stylesheets/components/_header.scss */
.header__link__divider {
  width: 2px;
  background-color: #c8cdd5;
  height: 16px;
  border-radius: 1px;
  margin-left: 8px;
  margin-right: 8px;
}

/* line 115, app/assets/stylesheets/components/_header.scss */
.header__hide-mobile {
  flex-grow: 1;
}

@media (max-width: 1125px) {
  /* line 115, app/assets/stylesheets/components/_header.scss */
  .header__hide-mobile {
    display: none;
  }
}

/* line 122, app/assets/stylesheets/components/_header.scss */
.header__show-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 1125px) {
  /* line 122, app/assets/stylesheets/components/_header.scss */
  .header__show-mobile {
    display: block;
  }
}

/* line 133, app/assets/stylesheets/components/_header.scss */
.header .btn-primary {
  color: #fff;
  padding-top: 4px;
  padding-bottom: 4px;
  position: relative;
  margin-left: 12px;
}

/* line 141, app/assets/stylesheets/components/_header.scss */
.header__right-group {
  display: flex;
  align-items: center;
}

/* line 145, app/assets/stylesheets/components/_header.scss */
.header__right-group a {
  padding-left: 22px;
}

/* line 151, app/assets/stylesheets/components/_header.scss */
.sticky {
  width: 100%;
  top: 0px;
  position: fixed;
  z-index: 2;
}

/* line 159, app/assets/stylesheets/components/_header.scss */
.sticky_gap {
  margin-top: 90px;
}

/* line 164, app/assets/stylesheets/components/_header.scss */
.hide {
  display: none;
}

/* line 168, app/assets/stylesheets/components/_header.scss */
.show {
  display: block;
}

/* line 172, app/assets/stylesheets/components/_header.scss */
.header__show-on-scroll {
  position: absolute;
  top: 5px;
  right: 5px;
}

/* line 178, app/assets/stylesheets/components/_header.scss */
.sticky-logo {
  width: 100%;
  top: 90px;
  right: 0px;
  position: absolute;
}

@media (max-width: 479px) {
  /* line 178, app/assets/stylesheets/components/_header.scss */
  .sticky-logo {
    display: none;
  }
}

/* For diamondscheduler.jp */
/* line 193, app/assets/stylesheets/components/_header.scss */
.landing-page .header__nav {
  justify-content: end !important;
}

/* line 196, app/assets/stylesheets/components/_header.scss */
.landing-page .sticky {
  z-index: 10 !important;
}

/* line 200, app/assets/stylesheets/components/_header.scss */
.landing-page .cta-tos {
  padding: 0px;
}

/* line 205, app/assets/stylesheets/components/_header.scss */
.landing-page .header__container form {
  margin-bottom: 5px !important;
}

/* line 4, app/assets/stylesheets/components/_banner.scss */
.banner {
  padding: 20px 10px;
  background-color: rgba(255, 251, 175, 0.5);
  width: 100%;
  font-family: 'Inter', sans-serif;
}

/* line 10, app/assets/stylesheets/components/_banner.scss */
.banner a {
  font-size: 18px;
  color: #ec0838;
  text-align: center;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s;
}

/* line 18, app/assets/stylesheets/components/_banner.scss */
.banner a:hover {
  color: #007ffe;
}

/*
 * Wizard of steps
 */
/* line 5, app/assets/stylesheets/components/_nav-wizard.scss */
.nav-wizard {
  counter-reset: step;
  padding: 30px 0px;
  /* Item */
}

/* line 10, app/assets/stylesheets/components/_nav-wizard.scss */
.nav-wizard li {
  list-style-type: none;
  width: 50%;
  float: left;
  font-size: 12px;
  position: relative;
  text-align: center;
  color: #7d7d7d;
  /* Before */
  /* After */
  /* First Child After */
  /* Active */
  /* Done State */
}

/* line 21, app/assets/stylesheets/components/_nav-wizard.scss */
.nav-wizard li:before {
  width: 30px;
  height: 30px;
  content: counter(step);
  counter-increment: step;
  line-height: 30px;
  border: 1px solid #d6d6d6;
  display: block;
  text-align: center;
  margin: 0 auto 5px auto;
  border-radius: 50%;
  background-color: white;
  z-index: 1;
  position: relative;
}

/* line 38, app/assets/stylesheets/components/_nav-wizard.scss */
.nav-wizard li:after {
  width: 100%;
  height: 1px;
  content: '';
  position: absolute;
  background-color: #d6d6d6;
  top: 15px;
  left: -50%;
  z-index: 0;
}

/* line 50, app/assets/stylesheets/components/_nav-wizard.scss */
.nav-wizard li:first-child:after {
  content: none;
}

/* line 55, app/assets/stylesheets/components/_nav-wizard.scss */
.nav-wizard li.active {
  color: green;
  /* Before */
  /* Active + Item After */
}

/* line 59, app/assets/stylesheets/components/_nav-wizard.scss */
.nav-wizard li.active:before {
  border-color: #55b776;
}

/* line 64, app/assets/stylesheets/components/_nav-wizard.scss */
.nav-wizard li.active + li:after {
  background-color: #55b776;
}

/* line 71, app/assets/stylesheets/components/_nav-wizard.scss */
.nav-wizard li.done:before {
  content: "✔️";
}

/* Hamburgers */
/* line 12, app/assets/stylesheets/components/_side-menu.scss */
.side-menu {
  display: flexbox;
  flex-direction: column;
  background-color: #ffffff;
  position: fixed;
  z-index: 100;
  top: 90px;
  left: 0px;
  width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
}

/* line 24, app/assets/stylesheets/components/_side-menu.scss */
.side-menu--hidden {
  display: none;
}

/* line 28, app/assets/stylesheets/components/_side-menu.scss */
.side-menu__item {
  width: 100%;
  text-align: left;
  padding: 15px 50px;
}

/* line 33, app/assets/stylesheets/components/_side-menu.scss */
.side-menu__item__link {
  display: inline-block;
  padding: 0 15px;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.3s;
}

/* line 43, app/assets/stylesheets/components/_side-menu.scss */
.side-menu__item__link:hover {
  color: #48ac98;
}

/* line 49, app/assets/stylesheets/components/_side-menu.scss */
.side-menu__primary, .side-menu__assistant, .side-menu__mail {
  padding-left: 8px;
}

/* line 55, app/assets/stylesheets/components/_side-menu.scss */
.side-menu__primary {
  padding-top: 24px;
  border-top: 1px solid #f5f5f5;
}

/* line 60, app/assets/stylesheets/components/_side-menu.scss */
.side-menu__assistant, .side-menu__mail {
  border-top: 1px solid #f5f5f5;
  padding-top: 24px;
}

/* line 65, app/assets/stylesheets/components/_side-menu.scss */
.side-menu__assistant__header, .side-menu__mail__header {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

/* line 71, app/assets/stylesheets/components/_side-menu.scss */
.side-menu__assistant__icon, .side-menu__mail__icon {
  margin-right: 16px;
  margin-left: 8px;
  border-radius: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 32px;
  height: 32px;
}

/* line 83, app/assets/stylesheets/components/_side-menu.scss */
.side-menu__assistant__text, .side-menu__mail__text {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* line 93, app/assets/stylesheets/components/_side-menu.scss */
.side-menu__assistant {
  color: #48ac98;
}

/* line 96, app/assets/stylesheets/components/_side-menu.scss */
.side-menu__assistant__icon {
  background-color: #e8f4f2;
}

/* line 101, app/assets/stylesheets/components/_side-menu.scss */
.side-menu__mail {
  color: #e16259;
}

/* line 104, app/assets/stylesheets/components/_side-menu.scss */
.side-menu__mail__icon {
  background-color: #ffeeec;
}

/* line 2, app/assets/stylesheets/components/_legacy.scss */
.legacy__container {
  /* display: flex; */
  width: 800px;
  max-width: 1500px;
  margin-top: 40px;
  padding-right: 0;
  padding-left: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1125px) {
  /* line 2, app/assets/stylesheets/components/_legacy.scss */
  .legacy__container {
    max-width: 1100px;
  }
}

/* line 18, app/assets/stylesheets/components/_legacy.scss */
.legacy__title {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  color: #1d1d1f;
  font-size: 52px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: -0.5px;
  white-space: normal;
  text-align: center;
}

@media (max-width: 1125px) {
  /* line 18, app/assets/stylesheets/components/_legacy.scss */
  .legacy__title {
    line-height: 1.1;
  }
}

@media (max-width: 767px) {
  /* line 18, app/assets/stylesheets/components/_legacy.scss */
  .legacy__title {
    font-size: 42px;
  }
}

@media (max-width: 479px) {
  /* line 18, app/assets/stylesheets/components/_legacy.scss */
  .legacy__title {
    font-size: 36px;
  }
}

/* line 45, app/assets/stylesheets/components/_legacy.scss */
.legacy__subTitle {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #1d1d1f;
  font-size: 39px;
  line-height: 1.25;
  font-weight: 700;
  text-align: center;
}

/* line 55, app/assets/stylesheets/components/_legacy.scss */
.legacy__paragraph {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 1.5;
  font-weight: 400;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #1d1d1f;
}

/* line 64, app/assets/stylesheets/components/_legacy.scss */
.legacy__paragraph a {
  background-color: transparent;
  transition: color 0.3s;
  color: #ec0838;
  font-weight: 600;
  text-decoration: none;
}

/* line 73, app/assets/stylesheets/components/_legacy.scss */
.legacy__btn {
  display: inline-block;
  padding: 25px;
  color: #fff;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  background-color: #ec0838;
  font-weight: 600;
  font-size: 24px;
  transition: color 0.3s;
  font-family: 'Inter', sans-serif;
}

/* line 1, app/assets/stylesheets/components/pages/_landingPage.scss */
.landingPage {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
}

/* line 7, app/assets/stylesheets/components/pages/_landingPage.scss */
.landingPage__createSchedule {
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: space-between;
  padding-top: 80px;
}

/* line 14, app/assets/stylesheets/components/pages/_landingPage.scss */
.landingPage__createSchedule__textContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 767px) {
  /* line 14, app/assets/stylesheets/components/pages/_landingPage.scss */
  .landingPage__createSchedule__textContainer {
    width: 100%;
  }
}

/* line 24, app/assets/stylesheets/components/pages/_landingPage.scss */
.landingPage__createSchedule__title {
  margin: 20px 0 10px;
  color: #1d1d1f;
  font-size: 52px;
  font-family: Montserrat, sans-serif;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: 1px;
}

@media (max-width: 767px) {
  /* line 24, app/assets/stylesheets/components/pages/_landingPage.scss */
  .landingPage__createSchedule__title {
    font-size: 42px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  /* line 24, app/assets/stylesheets/components/pages/_landingPage.scss */
  .landingPage__createSchedule__title {
    font-size: 36px;
    text-align: center;
  }
}

/* line 44, app/assets/stylesheets/components/pages/_landingPage.scss */
.landingPage__createSchedule__subTitle {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 1.65;
}

@media (max-width: 767px) {
  /* line 44, app/assets/stylesheets/components/pages/_landingPage.scss */
  .landingPage__createSchedule__subTitle {
    max-width: 600px;
    font-size: 19px;
    text-align: center;
  }
}

@media (max-width: 479px) {
  /* line 44, app/assets/stylesheets/components/pages/_landingPage.scss */
  .landingPage__createSchedule__subTitle {
    font-size: 16px;
  }
}

/* line 62, app/assets/stylesheets/components/pages/_landingPage.scss */
.landingPage__createSchedule__imgContainer {
  margin: auto 0 auto auto;
}

@media (max-width: 767px) {
  /* line 62, app/assets/stylesheets/components/pages/_landingPage.scss */
  .landingPage__createSchedule__imgContainer {
    margin-top: 60px;
  }
}

@media (max-width: 479px) {
  /* line 62, app/assets/stylesheets/components/pages/_landingPage.scss */
  .landingPage__createSchedule__imgContainer {
    margin-top: 30px;
  }
}

/* line 73, app/assets/stylesheets/components/pages/_landingPage.scss */
.landingPage__createSchedule__btn {
  font-family: 'Inter', sans-serif;
  align-self: self-start;
  margin-top: 20px;
  margin-bottom: 5px;
  padding: 10px 20px;
  box-shadow: 5px 5px 5px 3px rgba(0, 148, 255, 0.4);
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  background-color: #ec0838;
  transition: background-color 0.3s ease-out;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

/* line 89, app/assets/stylesheets/components/pages/_landingPage.scss */
.landingPage__createSchedule__btn:hover {
  background-color: #3898ec;
}

@media (max-width: 767px) {
  /* line 73, app/assets/stylesheets/components/pages/_landingPage.scss */
  .landingPage__createSchedule__btn {
    display: none;
  }
}

/* line 98, app/assets/stylesheets/components/pages/_landingPage.scss */
.landingPage__createSchedule__input_with_btn {
  margin-top: 1rem;
  width: 100%;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  /* line 98, app/assets/stylesheets/components/pages/_landingPage.scss */
  .landingPage__createSchedule__input_with_btn {
    display: block;
  }
}

/* line 108, app/assets/stylesheets/components/pages/_landingPage.scss */
.landingPage__createSchedule__input_with_btn input[type="email"] {
  width: 100%;
  background: white;
  font-size: 1.4em;
  padding: 10px 20px;
  margin-right: 1rem;
  height: 3.5rem;
  border-radius: 5px;
  border: 1px solid #EC0838;
}

/* line 119, app/assets/stylesheets/components/pages/_landingPage.scss */
.landingPage__createSchedule__input_with_btn .landingPage__createSchedule__btn {
  margin-top: 0;
  margin-bottom: 2px;
  cursor: pointer;
}

@media (max-width: 767px) {
  /* line 119, app/assets/stylesheets/components/pages/_landingPage.scss */
  .landingPage__createSchedule__input_with_btn .landingPage__createSchedule__btn {
    display: block;
    margin: 10px auto;
  }
}

@media (max-width: 767px) {
  /* line 7, app/assets/stylesheets/components/pages/_landingPage.scss */
  .landingPage__createSchedule {
    flex-direction: column;
  }
}

/* line 136, app/assets/stylesheets/components/pages/_landingPage.scss */
.landingPage__chooseSport {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* line 143, app/assets/stylesheets/components/pages/_landingPage.scss */
.landingPage__chooseSport h3 {
  font-family: 'Inter', sans-serif;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #1d1d1f;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700;
}

/* line 153, app/assets/stylesheets/components/pages/_landingPage.scss */
.landingPage__chooseSport__gridContainer {
  display: grid;
  width: 100%;
  margin-top: 30px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

@media (max-width: 767px) {
  /* line 153, app/assets/stylesheets/components/pages/_landingPage.scss */
  .landingPage__chooseSport__gridContainer {
    margin-top: 20px;
    grid-column-gap: 5px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
}

@media (max-width: 479px) {
  /* line 153, app/assets/stylesheets/components/pages/_landingPage.scss */
  .landingPage__chooseSport__gridContainer {
    padding-right: 0;
    padding-left: 0;
    grid-column-gap: 2px;
    grid-row-gap: 14px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
}

/* line 187, app/assets/stylesheets/components/pages/_landingPage.scss */
.landingPage__chooseSport__sportBox {
  width: 90%;
  max-width: 100%;
  padding: 30px 10px 20px;
  border: 2px solid rgba(0, 148, 255, 0.4);
  border-radius: 10px;
  box-shadow: 4px 4px 0 0 rgba(0, 148, 255, 0.4);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 200, app/assets/stylesheets/components/pages/_landingPage.scss */
.landingPage__chooseSport__sportBox img {
  height: 55px;
  max-width: 40%;
}

/* line 205, app/assets/stylesheets/components/pages/_landingPage.scss */
.landingPage__chooseSport__sportBox__heading {
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

/* line 216, app/assets/stylesheets/components/pages/_landingPage.scss */
.landingPage__likePro__title {
  font-family: Montserrat, sans-serif;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: 1px;
  font-size: 52px;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  /* line 216, app/assets/stylesheets/components/pages/_landingPage.scss */
  .landingPage__likePro__title {
    font-size: 42px;
  }
}

@media (max-width: 479px) {
  /* line 216, app/assets/stylesheets/components/pages/_landingPage.scss */
  .landingPage__likePro__title {
    font-size: 36px;
  }
}

/* line 236, app/assets/stylesheets/components/pages/_landingPage.scss */
.landingPage .tabs {
  display: -ms-grid;
  display: grid;
  justify-content: space-between;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  -ms-grid-columns: 6fr 4fr;
  grid-template-columns: 6fr 4fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

@media (max-width: 767px) {
  /* line 236, app/assets/stylesheets/components/pages/_landingPage.scss */
  .landingPage .tabs {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
}

/* line 260, app/assets/stylesheets/components/pages/_landingPage.scss */
.landingPage .w-tabs {
  position: relative;
}

@media (max-width: 1125px) {
  /* line 264, app/assets/stylesheets/components/pages/_landingPage.scss */
  .landingPage .tabs-content {
    width: 100%;
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  /* line 264, app/assets/stylesheets/components/pages/_landingPage.scss */
  .landingPage .tabs-content {
    margin-top: 50px;
  }
}

@media (max-width: 479px) {
  /* line 264, app/assets/stylesheets/components/pages/_landingPage.scss */
  .landingPage .tabs-content {
    margin-top: 40px;
  }
}

/* line 279, app/assets/stylesheets/components/pages/_landingPage.scss */
.landingPage .w-tab-content {
  position: relative;
  display: block;
  overflow: hidden;
}

/* line 285, app/assets/stylesheets/components/pages/_landingPage.scss */
.landingPage .tab-pane {
  width: 100%;
}

/* line 289, app/assets/stylesheets/components/pages/_landingPage.scss */
.landingPage .w-tab-pane {
  position: relative;
  display: none;
}

/* line 294, app/assets/stylesheets/components/pages/_landingPage.scss */
.landingPage .w--tab-active {
  display: block;
}

/* line 298, app/assets/stylesheets/components/pages/_landingPage.scss */
.landingPage .tab-container {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1125px) {
  /* line 298, app/assets/stylesheets/components/pages/_landingPage.scss */
  .landingPage .tab-container {
    justify-content: flex-end;
  }
}

@media (max-width: 767px) {
  /* line 298, app/assets/stylesheets/components/pages/_landingPage.scss */
  .landingPage .tab-container {
    justify-content: center;
  }
}

/* line 312, app/assets/stylesheets/components/pages/_landingPage.scss */
.landingPage .tab-image {
  width: 860px;
}

@media (max-width: 1125px) {
  /* line 312, app/assets/stylesheets/components/pages/_landingPage.scss */
  .landingPage .tab-image {
    width: 100%;
  }
}

@media (max-width: 767px) {
  /* line 312, app/assets/stylesheets/components/pages/_landingPage.scss */
  .landingPage .tab-image {
    width: 590px;
  }
}

/* line 324, app/assets/stylesheets/components/pages/_landingPage.scss */
.landingPage .tabs-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media (max-width: 767px) {
  /* line 324, app/assets/stylesheets/components/pages/_landingPage.scss */
  .landingPage .tabs-menu {
    width: 80%;
  }
}

@media (max-width: 479px) {
  /* line 324, app/assets/stylesheets/components/pages/_landingPage.scss */
  .landingPage .tabs-menu {
    width: 100%;
  }
}

/* line 338, app/assets/stylesheets/components/pages/_landingPage.scss */
.landingPage .w-tab-menu {
  position: relative;
}

/* line 342, app/assets/stylesheets/components/pages/_landingPage.scss */
.landingPage .tab-link {
  display: flex;
  padding: 5px 30px;
  flex-direction: column;
  align-items: flex-start;
  border-left: 5px solid #ddd;
  background-color: transparent;
  opacity: 0.6;
  transition: opacity 0.3s ease-out;
  cursor: pointer;
}

/* line 354, app/assets/stylesheets/components/pages/_landingPage.scss */
.landingPage .w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222;
}

/* line 366, app/assets/stylesheets/components/pages/_landingPage.scss */
.landingPage .w--current {
  border-left-color: #ec0838;
  background-color: transparent;
  opacity: 1;
}

/* line 372, app/assets/stylesheets/components/pages/_landingPage.scss */
.landingPage .w-inline-block {
  max-width: 100%;
  display: inline-block;
}

/* line 377, app/assets/stylesheets/components/pages/_landingPage.scss */
.landingPage .tab-title {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  margin-bottom: 5px;
  color: #1d1d1f;
  line-height: 1.2;
  font-weight: 700;
}

@media (max-width: 1125px) {
  /* line 377, app/assets/stylesheets/components/pages/_landingPage.scss */
  .landingPage .tab-title {
    font-family: Inter, sans-serif;
    font-size: 18px;
  }
}

/* line 391, app/assets/stylesheets/components/pages/_landingPage.scss */
.landingPage .text {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  color: #1d1d1f;
  font-size: 18px;
  line-height: 1.65;
  font-weight: 400;
}

@media (max-width: 767px) {
  /* line 391, app/assets/stylesheets/components/pages/_landingPage.scss */
  .landingPage .text {
    font-size: 16px;
  }
}

@media (max-width: 479px) {
  /* line 391, app/assets/stylesheets/components/pages/_landingPage.scss */
  .landingPage .text {
    font-size: 15px;
  }
}

/* line 408, app/assets/stylesheets/components/pages/_landingPage.scss */
.landingPage #w-node-_85458a2d-52c8-2170-3194-593f0bffe838-d6dd68a5 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  grid-row-start: 1;
}

@media (max-width: 767px) {
  /* line 408, app/assets/stylesheets/components/pages/_landingPage.scss */
  .landingPage #w-node-_85458a2d-52c8-2170-3194-593f0bffe838-d6dd68a5 {
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    order: 9999;
  }
}

/* line 429, app/assets/stylesheets/components/pages/_landingPage.scss */
.landingPage__whyLove__container {
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 60px;
  -ms-grid-columns: 7fr 7fr;
  grid-template-columns: 7fr 7fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

@media (max-width: 767px) {
  /* line 429, app/assets/stylesheets/components/pages/_landingPage.scss */
  .landingPage__whyLove__container {
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
}

/* line 448, app/assets/stylesheets/components/pages/_landingPage.scss */
.landingPage__whyLove__textContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

@media (max-width: 1125px) {
  /* line 448, app/assets/stylesheets/components/pages/_landingPage.scss */
  .landingPage__whyLove__textContainer {
    align-items: center;
  }
}

/* line 458, app/assets/stylesheets/components/pages/_landingPage.scss */
.landingPage__whyLove__textContainer h2 {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 52px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: -1px;
}

@media (max-width: 1125px) {
  /* line 458, app/assets/stylesheets/components/pages/_landingPage.scss */
  .landingPage__whyLove__textContainer h2 {
    text-align: center;
    font-size: 46px;
  }
}

@media (max-width: 767px) {
  /* line 458, app/assets/stylesheets/components/pages/_landingPage.scss */
  .landingPage__whyLove__textContainer h2 {
    font-size: 36px;
  }
}

@media (max-width: 479px) {
  /* line 458, app/assets/stylesheets/components/pages/_landingPage.scss */
  .landingPage__whyLove__textContainer h2 {
    font-size: 30px;
  }
}

/* line 481, app/assets/stylesheets/components/pages/_landingPage.scss */
.landingPage__whyLove__textContainer__text {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  color: #1d1d1f;
  font-size: 18px;
  line-height: 1.65;
  font-weight: 400;
}

@media (max-width: 1125px) {
  /* line 481, app/assets/stylesheets/components/pages/_landingPage.scss */
  .landingPage__whyLove__textContainer__text {
    max-width: 550px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  /* line 481, app/assets/stylesheets/components/pages/_landingPage.scss */
  .landingPage__whyLove__textContainer__text {
    font-size: 16px;
    max-width: 450px;
  }
}

@media (max-width: 479px) {
  /* line 481, app/assets/stylesheets/components/pages/_landingPage.scss */
  .landingPage__whyLove__textContainer__text {
    font-size: 15px;
  }
}

/* line 505, app/assets/stylesheets/components/pages/_landingPage.scss */
.landingPage__whyLove__listContainer {
  display: grid;
  display: -ms-grid;
  margin-top: 30px;
  grid-auto-columns: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1.3fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

@media (max-width: 1125px) {
  /* line 505, app/assets/stylesheets/components/pages/_landingPage.scss */
  .landingPage__whyLove__listContainer {
    margin-top: 40px;
  }
}

/* line 522, app/assets/stylesheets/components/pages/_landingPage.scss */
.landingPage__whyLove__featureContainer {
  display: flex;
  align-items: center;
}

/* line 526, app/assets/stylesheets/components/pages/_landingPage.scss */
.landingPage__whyLove__featureContainer img {
  width: 13px;
  margin-right: 8px;
}

/* line 532, app/assets/stylesheets/components/pages/_landingPage.scss */
.landingPage__whyLove__featureText {
  font-family: Montserrat, sans-serif;
  color: #1d1d1f;
  font-size: 16px;
  line-height: 1.6;
}

@media (max-width: 479px) {
  /* line 532, app/assets/stylesheets/components/pages/_landingPage.scss */
  .landingPage__whyLove__featureText {
    font-size: 13px;
  }
}

/* line 543, app/assets/stylesheets/components/pages/_landingPage.scss */
.landingPage__whyLove__btn {
  align-self: center;
  margin-top: 20px;
  margin-bottom: 5px;
  padding: 10px 20px;
  box-shadow: 5px 5px 5px 3px rgba(0, 148, 255, 0.4);
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  background-color: #ec0838;
  transition: background-color 0.3s ease-out;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

/* line 558, app/assets/stylesheets/components/pages/_landingPage.scss */
.landingPage__whyLove__btn:hover {
  background-color: #3898ec;
}

@media (max-width: 767px) {
  /* line 543, app/assets/stylesheets/components/pages/_landingPage.scss */
  .landingPage__whyLove__btn {
    display: none;
  }
}

@media (max-width: 767px) {
  /* line 567, app/assets/stylesheets/components/pages/_landingPage.scss */
  .landingPage__whyLove__imageContainer {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/* line 574, app/assets/stylesheets/components/pages/_landingPage.scss */
.landingPage__whyLove__imageContainer img {
  margin-top: 40px;
  width: 860px;
}

@media (max-width: 767px) {
  /* line 574, app/assets/stylesheets/components/pages/_landingPage.scss */
  .landingPage__whyLove__imageContainer img {
    width: 40%;
  }
}

/* line 585, app/assets/stylesheets/components/pages/_landingPage.scss */
.landingPage__testimonial {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

@media (max-width: 767px) {
  /* line 585, app/assets/stylesheets/components/pages/_landingPage.scss */
  .landingPage__testimonial {
    grid-column-gap: 40px;
  }
}

@media (max-width: 479px) {
  /* line 585, app/assets/stylesheets/components/pages/_landingPage.scss */
  .landingPage__testimonial {
    grid-row-gap: 45px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
}

/* line 607, app/assets/stylesheets/components/pages/_landingPage.scss */
.landingPage__testimonial__title {
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  color: #1d1d1f;
  font-size: 32px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: -0.5px;
  white-space: normal;
}

@media (max-width: 1125px) {
  /* line 607, app/assets/stylesheets/components/pages/_landingPage.scss */
  .landingPage__testimonial__title {
    margin-bottom: 30px;
    font-size: 21px;
    line-height: 1.4;
  }
}

@media (max-width: 767px) {
  /* line 607, app/assets/stylesheets/components/pages/_landingPage.scss */
  .landingPage__testimonial__title {
    margin-bottom: 15px;
    font-size: 20px;
  }
}

@media (max-width: 479px) {
  /* line 607, app/assets/stylesheets/components/pages/_landingPage.scss */
  .landingPage__testimonial__title {
    font-size: 18px;
  }
}

/* line 634, app/assets/stylesheets/components/pages/_landingPage.scss */
.landingPage__testimonial__text {
  margin-top: 0;
  margin-bottom: 0;
  color: #888;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
}

/* line 642, app/assets/stylesheets/components/pages/_landingPage.scss */
.landingPage__testimonial__text em {
  font-family: Montserrat, sans-serif;
}

@media (max-width: 767px) {
  /* line 634, app/assets/stylesheets/components/pages/_landingPage.scss */
  .landingPage__testimonial__text {
    font-size: 15px;
  }
}

/* line 652, app/assets/stylesheets/components/pages/_landingPage.scss */
.landingPage__testimonial__imageContainer img {
  object-fit: cover;
  width: 100%;
}

@media (max-width: 767px) {
  /* line 651, app/assets/stylesheets/components/pages/_landingPage.scss */
  .landingPage__testimonial__imageContainer {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 479px) {
  /* line 651, app/assets/stylesheets/components/pages/_landingPage.scss */
  .landingPage__testimonial__imageContainer {
    display: flex;
    padding-right: 0;
    padding-left: 0;
    flex-direction: column;
    align-items: center;
  }
}

/* line 672, app/assets/stylesheets/components/pages/_landingPage.scss */
.landingPage__pricing {
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 60px;
  -ms-grid-columns: 7fr 7fr;
  grid-template-columns: 8fr 4fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

@media (max-width: 767px) {
  /* line 672, app/assets/stylesheets/components/pages/_landingPage.scss */
  .landingPage__pricing {
    grid-column-gap: 40px;
  }
}

@media (max-width: 479px) {
  /* line 672, app/assets/stylesheets/components/pages/_landingPage.scss */
  .landingPage__pricing {
    grid-row-gap: 45px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
}

/* line 694, app/assets/stylesheets/components/pages/_landingPage.scss */
.landingPage__pricing h2 {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 52px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: -1px;
}

@media (max-width: 1125px) {
  /* line 694, app/assets/stylesheets/components/pages/_landingPage.scss */
  .landingPage__pricing h2 {
    text-align: center;
    font-size: 52px;
  }
}

@media (max-width: 767px) {
  /* line 694, app/assets/stylesheets/components/pages/_landingPage.scss */
  .landingPage__pricing h2 {
    font-size: 46px;
  }
}

@media (max-width: 479px) {
  /* line 694, app/assets/stylesheets/components/pages/_landingPage.scss */
  .landingPage__pricing h2 {
    font-size: 36px;
  }
}

/* line 717, app/assets/stylesheets/components/pages/_landingPage.scss */
.landingPage__pricing__featureContainer {
  display: flex;
  margin-bottom: 10px;
  flex-direction: row;
  align-items: center;
}

/* line 723, app/assets/stylesheets/components/pages/_landingPage.scss */
.landingPage__pricing__featureContainer img {
  width: 15px;
  margin-right: 10px;
}

/* line 729, app/assets/stylesheets/components/pages/_landingPage.scss */
.landingPage__pricing__feature {
  font-family: Montserrat, sans-serif;
  color: #1d1d1f;
  font-size: 18px;
  line-height: 1.5;
}

/* line 736, app/assets/stylesheets/components/pages/_landingPage.scss */
.landingPage__pricing__card {
  display: flex;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  flex-direction: column;
  align-items: center;
  border: 1px solid rgba(29, 29, 31, 0.06);
  border-radius: 8px;
  color: #1d2b36;
}

/* line 747, app/assets/stylesheets/components/pages/_landingPage.scss */
.landingPage__pricing__card__name {
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  color: #1d1d1f;
  font-size: 22px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.5px;
}

/* line 757, app/assets/stylesheets/components/pages/_landingPage.scss */
.landingPage__pricing__card__price {
  margin-bottom: 10px;
  color: #1d1d1f;
  font-size: 56px;
  line-height: 0.8;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

/* line 765, app/assets/stylesheets/components/pages/_landingPage.scss */
.landingPage__pricing__card__price__detail {
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 1.8;
}

/* line 772, app/assets/stylesheets/components/pages/_landingPage.scss */
.landingPage__pricing__card__description {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #1d1d1f;
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
}

/* line 783, app/assets/stylesheets/components/pages/_landingPage.scss */
.landingPage__container {
  /* display: flex; */
  width: 800px;
  max-width: 1500px;
  margin-top: 40px;
  padding-right: 0;
  padding-left: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1125px) {
  /* line 783, app/assets/stylesheets/components/pages/_landingPage.scss */
  .landingPage__container {
    max-width: 1100px;
  }
}

/* line 799, app/assets/stylesheets/components/pages/_landingPage.scss */
.landingPage__btn {
  align-self: flex-start;
  margin-top: 20px;
  margin-bottom: 5px;
  padding: 10px 20px;
  box-shadow: 5px 5px 5px 3px rgba(0, 148, 255, 0.4);
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  background-color: #ec0838;
  transition: background-color 0.3s ease-out;
  color: #fff;
  font-weight: 700;
}

/* line 814, app/assets/stylesheets/components/pages/_landingPage.scss */
.landingPage__btn:hover {
  background-color: #3898ec;
}

@media (max-width: 767px) {
  /* line 799, app/assets/stylesheets/components/pages/_landingPage.scss */
  .landingPage__btn {
    display: none;
  }
}

/* line 823, app/assets/stylesheets/components/pages/_landingPage.scss */
.landingPage__selfCenter {
  align-self: center;
}

/* line 827, app/assets/stylesheets/components/pages/_landingPage.scss */
.landingPage__faq-title {
  margin-top: 0;
  margin-bottom: 45px;
  align-self: flex-start;
  font-family: Montserrat, sans-serif;
  font-size: 46px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: -1px;
}

@media (max-width: 767px) {
  /* line 827, app/assets/stylesheets/components/pages/_landingPage.scss */
  .landingPage__faq-title {
    font-size: 40px;
  }
}

@media (max-width: 479px) {
  /* line 827, app/assets/stylesheets/components/pages/_landingPage.scss */
  .landingPage__faq-title {
    font-size: 30px;
  }
}

/* line 846, app/assets/stylesheets/components/pages/_landingPage.scss */
.landingPage__faq-top-line {
  display: flex;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  justify-content: space-between;
  border-top: 1px solid rgba(29, 29, 31, 0.1);
}

/* line 855, app/assets/stylesheets/components/pages/_landingPage.scss */
.landingPage__faq-text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

@media (max-width: 767px) {
  /* line 855, app/assets/stylesheets/components/pages/_landingPage.scss */
  .landingPage__faq-text-container {
    width: 100%;
  }
}

/* line 866, app/assets/stylesheets/components/pages/_landingPage.scss */
.landingPage__faq-text-container h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.5px;
}

@media (max-width: 767px) {
  /* line 866, app/assets/stylesheets/components/pages/_landingPage.scss */
  .landingPage__faq-text-container h3 {
    font-size: 21px;
  }
}

@media (max-width: 479px) {
  /* line 866, app/assets/stylesheets/components/pages/_landingPage.scss */
  .landingPage__faq-text-container h3 {
    font-size: 18px;
  }
}

/* line 884, app/assets/stylesheets/components/pages/_landingPage.scss */
.landingPage__faq-text-container p {
  margin-top: 25px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  color: #1d1d1f;
  font-size: 18px;
  line-height: 1.5;
}

@media (max-width: 479px) {
  /* line 884, app/assets/stylesheets/components/pages/_landingPage.scss */
  .landingPage__faq-text-container p {
    font-size: 16px;
  }
}

/* line 897, app/assets/stylesheets/components/pages/_landingPage.scss */
.landingPage__faq-text-container a {
  background-color: transparent;
  transition: color 0.3s;
  color: #ec0838;
  font-weight: 600;
  text-decoration: none;
}

/* line 906, app/assets/stylesheets/components/pages/_landingPage.scss */
.landingPage__faq-btn {
  align-self: flex-start;
  margin-top: 20px;
  margin-bottom: 5px;
  padding: 10px 20px;
  box-shadow: 5px 5px 5px 3px rgba(0, 148, 255, 0.4);
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  background-color: #ec0838;
  transition: background-color 0.3s ease-out;
  color: #fff;
  font-weight: 700;
  font-family: 'Inter', sans-serif;
}

/* line 921, app/assets/stylesheets/components/pages/_landingPage.scss */
.landingPage__tutorial {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  margin-bottom: 50px;
}

/* line 928, app/assets/stylesheets/components/pages/_landingPage.scss */
.landingPage__tutorial h2 {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 52px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: -1px;
}

@media (max-width: 767px) {
  /* line 928, app/assets/stylesheets/components/pages/_landingPage.scss */
  .landingPage__tutorial h2 {
    font-size: 21px;
  }
}

@media (max-width: 479px) {
  /* line 928, app/assets/stylesheets/components/pages/_landingPage.scss */
  .landingPage__tutorial h2 {
    font-size: 18px;
  }
}

/* line 946, app/assets/stylesheets/components/pages/_landingPage.scss */
.landingPage__tutorial p {
  margin-top: 40px;
  margin-bottom: 10px;
  color: #1d1d1f;
  font-size: 39px;
  line-height: 1.25;
  font-weight: 700;
}

@media (max-width: 479px) {
  /* line 946, app/assets/stylesheets/components/pages/_landingPage.scss */
  .landingPage__tutorial p {
    font-size: 16px;
  }
}

/* line 959, app/assets/stylesheets/components/pages/_landingPage.scss */
.landingPage__tutorial div {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  height: 450px;
}

/* line 970, app/assets/stylesheets/components/pages/_landingPage.scss */
.video {
  display: none;
}

/* line 973, app/assets/stylesheets/components/pages/_landingPage.scss */
.grid {
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 60px;
  -ms-grid-columns: 7fr 7fr;
  grid-template-columns: 7fr 7fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

@media (max-width: 767px) {
  /* line 973, app/assets/stylesheets/components/pages/_landingPage.scss */
  .grid {
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
}

@media (max-width: 479px) {
  /* line 973, app/assets/stylesheets/components/pages/_landingPage.scss */
  .grid {
    grid-row-gap: 45px;
  }
}

/* line 996, app/assets/stylesheets/components/pages/_landingPage.scss */
.hidden {
  display: none;
}

/* line 999, app/assets/stylesheets/components/pages/_landingPage.scss */
.tab-pane {
  display: none;
}

/* line 1002, app/assets/stylesheets/components/pages/_landingPage.scss */
.tab-pane.active {
  display: block;
  transition: opacity 450ms ease-in;
}

/* line 1006, app/assets/stylesheets/components/pages/_landingPage.scss */
.tab-link.active {
  border-left-color: #ec0838;
  background-color: transparent;
  opacity: 1;
}

/* line 1011, app/assets/stylesheets/components/pages/_landingPage.scss */
.migrating p {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Inter,sans-serif;
  color: #888;
  font-size: 21px;
  line-height: 1.5;
  font-weight: 400;
}

/* line 1021, app/assets/stylesheets/components/pages/_landingPage.scss */
.migrating-img {
  margin-bottom: 20px;
}

/* line 1025, app/assets/stylesheets/components/pages/_landingPage.scss */
.schedule-section {
  display: flex;
  gap: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* line 1032, app/assets/stylesheets/components/pages/_landingPage.scss */
.schedule-section__heading {
  font-size: 52px;
  font-weight: 800;
  line-height: 59.8px;
  letter-spacing: 1px;
}

/* line 1039, app/assets/stylesheets/components/pages/_landingPage.scss */
.schedule-section__main {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  align-items: center;
  gap: 50px;
}

/* line 1046, app/assets/stylesheets/components/pages/_landingPage.scss */
.schedule-section__main__detail h4 {
  font-size: 30px;
  font-weight: 700;
  line-height: 33px;
  letter-spacing: -0.5px;
  margin-bottom: 16px;
}

/* line 1053, app/assets/stylesheets/components/pages/_landingPage.scss */
.schedule-section__main__detail p {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  margin-bottom: 16px;
}

/* line 1062, app/assets/stylesheets/components/pages/_landingPage.scss */
.schedule-section__main__button {
  margin-top: 30px;
  padding: 10px 20px;
  box-shadow: 5px 5px 5px 3px rgba(0, 148, 255, 0.4);
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  background-color: #ec0838;
  transition: background-color 0.3s ease-out;
  color: #fff;
  font-weight: 700;
}

@media (max-width: 767px) {
  /* line 1078, app/assets/stylesheets/components/pages/_landingPage.scss */
  .schedule-section__heading {
    font-size: 42px;
  }
  /* line 1081, app/assets/stylesheets/components/pages/_landingPage.scss */
  .schedule-section__main {
    grid-template-columns: 1fr;
  }
  /* line 1083, app/assets/stylesheets/components/pages/_landingPage.scss */
  .schedule-section__main__image {
    order: -1;
  }
  /* line 1087, app/assets/stylesheets/components/pages/_landingPage.scss */
  .schedule-section__main__detail {
    order: 0;
  }
  /* line 1089, app/assets/stylesheets/components/pages/_landingPage.scss */
  .schedule-section__main__detail h4 {
    font-size: 20px;
  }
  /* line 1090, app/assets/stylesheets/components/pages/_landingPage.scss */
  .schedule-section__main__detail p {
    font-size: 15px;
  }
}

@media (max-width: 479px) {
  /* line 1096, app/assets/stylesheets/components/pages/_landingPage.scss */
  .schedule-section__heading {
    font-size: 36px;
  }
}

/* line 1, app/assets/stylesheets/components/pages/_sportsengine.scss */
.tabs {
  display: -ms-grid;
  display: grid;
  justify-content: space-between;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  -ms-grid-columns: 6fr 4fr;
  grid-template-columns: 6fr 4fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/components/pages/_sportsengine.scss */
  .tabs {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
}

/* line 25, app/assets/stylesheets/components/pages/_sportsengine.scss */
.w-tabs {
  position: relative;
}

@media (max-width: 1125px) {
  /* line 29, app/assets/stylesheets/components/pages/_sportsengine.scss */
  .tabs-content {
    width: 100%;
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  /* line 29, app/assets/stylesheets/components/pages/_sportsengine.scss */
  .tabs-content {
    margin-top: 50px;
  }
}

@media (max-width: 479px) {
  /* line 29, app/assets/stylesheets/components/pages/_sportsengine.scss */
  .tabs-content {
    margin-top: 40px;
  }
}

/* line 44, app/assets/stylesheets/components/pages/_sportsengine.scss */
.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden;
}

/* line 50, app/assets/stylesheets/components/pages/_sportsengine.scss */
.tab-pane {
  width: 100%;
}

/* line 54, app/assets/stylesheets/components/pages/_sportsengine.scss */
.w-tab-pane {
  position: relative;
  display: none;
}

/* line 59, app/assets/stylesheets/components/pages/_sportsengine.scss */
.w--tab-active {
  display: block;
}

/* line 63, app/assets/stylesheets/components/pages/_sportsengine.scss */
.tab-container {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1125px) {
  /* line 63, app/assets/stylesheets/components/pages/_sportsengine.scss */
  .tab-container {
    justify-content: flex-end;
  }
}

@media (max-width: 767px) {
  /* line 63, app/assets/stylesheets/components/pages/_sportsengine.scss */
  .tab-container {
    justify-content: center;
  }
}

/* line 77, app/assets/stylesheets/components/pages/_sportsengine.scss */
.tab-image {
  width: 860px;
}

@media (max-width: 1125px) {
  /* line 77, app/assets/stylesheets/components/pages/_sportsengine.scss */
  .tab-image {
    width: 100%;
  }
}

@media (max-width: 767px) {
  /* line 77, app/assets/stylesheets/components/pages/_sportsengine.scss */
  .tab-image {
    width: 590px;
  }
}

/* line 89, app/assets/stylesheets/components/pages/_sportsengine.scss */
.tabs-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media (max-width: 767px) {
  /* line 89, app/assets/stylesheets/components/pages/_sportsengine.scss */
  .tabs-menu {
    width: 80%;
  }
}

@media (max-width: 479px) {
  /* line 89, app/assets/stylesheets/components/pages/_sportsengine.scss */
  .tabs-menu {
    width: 100%;
  }
}

/* line 103, app/assets/stylesheets/components/pages/_sportsengine.scss */
.w-tab-menu {
  position: relative;
}

/* line 107, app/assets/stylesheets/components/pages/_sportsengine.scss */
.tab-link {
  display: flex;
  padding: 5px 30px;
  flex-direction: column;
  align-items: flex-start;
  border-left: 5px solid #ddd;
  background-color: transparent;
  opacity: 0.6;
  transition: opacity 0.3s ease-out;
  cursor: pointer;
}

/* line 119, app/assets/stylesheets/components/pages/_sportsengine.scss */
.w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222;
}

/* line 131, app/assets/stylesheets/components/pages/_sportsengine.scss */
.w--current {
  border-left-color: #ec0838;
  background-color: transparent;
  opacity: 1;
}

/* line 137, app/assets/stylesheets/components/pages/_sportsengine.scss */
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

/* line 142, app/assets/stylesheets/components/pages/_sportsengine.scss */
.tab-title {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  margin-bottom: 5px;
  color: #1d1d1f;
  line-height: 1.2;
  font-weight: 700;
}

@media (max-width: 1125px) {
  /* line 142, app/assets/stylesheets/components/pages/_sportsengine.scss */
  .tab-title {
    font-family: Inter, sans-serif;
    font-size: 18px;
  }
}

/* line 156, app/assets/stylesheets/components/pages/_sportsengine.scss */
.text {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  color: #1d1d1f;
  font-size: 18px;
  line-height: 1.65;
  font-weight: 400;
}

@media (max-width: 767px) {
  /* line 156, app/assets/stylesheets/components/pages/_sportsengine.scss */
  .text {
    font-size: 16px;
  }
}

@media (max-width: 479px) {
  /* line 156, app/assets/stylesheets/components/pages/_sportsengine.scss */
  .text {
    font-size: 15px;
  }
}

/* line 173, app/assets/stylesheets/components/pages/_sportsengine.scss */
#w-node-_85458a2d-52c8-2170-3194-593f0bffe838-d6dd68a5 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  grid-row-start: 1;
}

@media (max-width: 767px) {
  /* line 173, app/assets/stylesheets/components/pages/_sportsengine.scss */
  #w-node-_85458a2d-52c8-2170-3194-593f0bffe838-d6dd68a5 {
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    order: 9999;
  }
}

/* line 193, app/assets/stylesheets/components/pages/_sportsengine.scss */
.text-link {
  background-color: transparent;
  transition: color 0.3s;
  color: #ec0838;
  font-weight: 600;
  text-decoration: none;
}

/* line 201, app/assets/stylesheets/components/pages/_sportsengine.scss */
.login-btn {
  display: inline-block;
  padding: 20px;
  color: #fff;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  background-color: #ec0838;
  font-weight: 600;
  font-size: 14px;
  transition: color 0.3s;
}

@media (max-width: 767px) {
  /* line 201, app/assets/stylesheets/components/pages/_sportsengine.scss */
  .login-btn {
    font-family: "Inter", sans-serif;
  }
}

@media (max-width: 479px) {
  /* line 201, app/assets/stylesheets/components/pages/_sportsengine.scss */
  .login-btn {
    font-family: "Inter", sans-serif;
    padding: 15px;
  }
}

/* line 226, app/assets/stylesheets/components/pages/_sportsengine.scss */
.sportsEngine__container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

/* line 233, app/assets/stylesheets/components/pages/_sportsengine.scss */
.sportsEngine__title {
  margin: 20px 0 10px;
  color: #1d1d1f;
  font-size: 52px;
  font-family: Montserrat, sans-serif;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: 1px;
}

@media (max-width: 767px) {
  /* line 233, app/assets/stylesheets/components/pages/_sportsengine.scss */
  .sportsEngine__title {
    font-size: 36px;
    text-align: center;
  }
}

/* line 248, app/assets/stylesheets/components/pages/_sportsengine.scss */
.sportsEngine__textContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
}

@media (max-width: 767px) {
  /* line 248, app/assets/stylesheets/components/pages/_sportsengine.scss */
  .sportsEngine__textContainer {
    width: 100%;
  }
}

/* line 3, app/assets/stylesheets/components/pages/_support.scss */
.support__title {
  font-size: 52px;
  font-family: Montserrat,sans-serif;
  font-weight: 800;
  text-align: center;
  margin-top: 40px;
}

@media (max-width: 767px) {
  /* line 3, app/assets/stylesheets/components/pages/_support.scss */
  .support__title {
    font-size: 42px;
  }
}

@media (max-width: 479px) {
  /* line 3, app/assets/stylesheets/components/pages/_support.scss */
  .support__title {
    font-size: 36px;
  }
}

/* line 17, app/assets/stylesheets/components/pages/_support.scss */
.support__success {
  color: #fdb515;
  text-align: center;
}

/* line 22, app/assets/stylesheets/components/pages/_support.scss */
.support__container {
  display: flex;
  margin-top: 100px;
  padding-right: 0;
  padding-left: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

/* line 32, app/assets/stylesheets/components/pages/_support.scss */
.support__subheading {
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 1.65;
}

@media (max-width: 1125px) {
  /* line 32, app/assets/stylesheets/components/pages/_support.scss */
  .support__subheading {
    font-size: 19px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  /* line 32, app/assets/stylesheets/components/pages/_support.scss */
  .support__subheading {
    font-size: 18px;
  }
}

@media (max-width: 479px) {
  /* line 32, app/assets/stylesheets/components/pages/_support.scss */
  .support__subheading {
    font-size: 16px;
  }
}

/* line 53, app/assets/stylesheets/components/pages/_support.scss */
.support__subtitle {
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  color: #1d1d1f;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
}

/* line 61, app/assets/stylesheets/components/pages/_support.scss */
.support__subtitle__link {
  color: #ec3038;
}

@media (max-width: 1125px) {
  /* line 53, app/assets/stylesheets/components/pages/_support.scss */
  .support__subtitle {
    font-size: 16px;
  }
}

@media (max-width: 479px) {
  /* line 53, app/assets/stylesheets/components/pages/_support.scss */
  .support__subtitle {
    font-size: 15px;
  }
}

/* line 74, app/assets/stylesheets/components/pages/_support.scss */
.support__formLabel {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #1d1d1f;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
}

/* line 83, app/assets/stylesheets/components/pages/_support.scss */
.support__textInput {
  height: 50px;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
  border: 1px solid #888;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
  display: block;
  width: 100%;
}

/* line 99, app/assets/stylesheets/components/pages/_support.scss */
.support__formContainer {
  flex-direction: row;
}

@media (max-width: 479px) {
  /* line 99, app/assets/stylesheets/components/pages/_support.scss */
  .support__formContainer {
    flex-direction: column;
  }
}

/* line 107, app/assets/stylesheets/components/pages/_support.scss */
.support__textSide {
  width: 35%;
}

@media (max-width: 479px) {
  /* line 107, app/assets/stylesheets/components/pages/_support.scss */
  .support__textSide {
    width: 100%;
    text-align: center;
  }
}

/* line 117, app/assets/stylesheets/components/pages/_support.scss */
.support__formSide {
  padding-left: 40px;
}

@media (max-width: 479px) {
  /* line 117, app/assets/stylesheets/components/pages/_support.scss */
  .support__formSide {
    padding-left: 0px;
  }
}

/* line 125, app/assets/stylesheets/components/pages/_support.scss */
.support__textArea {
  height: auto;
  min-height: 200px;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 10px;
  border: 1px solid #888;
  color: #0a0a0a;
  font-size: 14px;
  font-weight: 400;
  display: block;
  width: 100%;
  line-height: 1.42857143;
}

/* line 141, app/assets/stylesheets/components/pages/_support.scss */
.support__submitBtn {
  display: flex;
  height: 55px;
  padding-right: 35px;
  padding-left: 35px;
  justify-content: center;
  align-items: center;
  background-color: #0071e3;
  transition: background-color 0.3s ease-out;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}

/* line 2, app/assets/stylesheets/components/pages/_policy-pages.scss */
.policy__title {
  margin: 50px;
  color: #1d1d1f;
  font-size: 48px;
  line-height: 1.25;
  font-weight: 800;
  text-align: center;
}

/* line 11, app/assets/stylesheets/components/pages/_policy-pages.scss */
.policy__detail {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #1d1d1f;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
}

/* line 20, app/assets/stylesheets/components/pages/_policy-pages.scss */
.policy__detail a {
  transition: color 0.3s;
  color: #ec0838;
  font-weight: 600;
  text-decoration: none;
  max-width: 100%;
  /* break long link */
  overflow-wrap: break-word;
  white-space: normal;
  display: inline-block;
}

@media (max-width: 479px) {
  /* line 33, app/assets/stylesheets/components/pages/_policy-pages.scss */
  .policy__title {
    margin: 0px 10px 40px 10px;
    font-size: 30px;
  }
  /* line 38, app/assets/stylesheets/components/pages/_policy-pages.scss */
  .policy__detail {
    font-size: 16px;
  }
}

/* line 45, app/assets/stylesheets/components/pages/_policy-pages.scss */
.disclosure .policy__detail {
  margin-bottom: 20px;
}

/* line 50, app/assets/stylesheets/components/pages/_policy-pages.scss */
.cta-tos {
  display: block;
  width: 100%;
  color: #666666;
  font-size: 10px;
  padding-top: 10px;
}

@media (max-width: 479px) {
  /* line 50, app/assets/stylesheets/components/pages/_policy-pages.scss */
  .cta-tos {
    text-align: center;
    padding: 10px 20px 10px 20px;
  }
}

/* line 62, app/assets/stylesheets/components/pages/_policy-pages.scss */
.cta-tos a {
  margin-right: 0px !important;
  color: #007ffe !important;
  font-size: 10px !important;
}

/* line 1, app/assets/stylesheets/components/pages/_privacy-policy.scss */
.privacy-policy {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 50px;
  margin: auto;
}

/* line 8, app/assets/stylesheets/components/pages/_privacy-policy.scss */
.privacy-policy h1, .privacy-policy h2, .privacy-policy h3 {
  color: #1d1d1f;
  line-height: 1.25;
  text-align: center;
  font-weight: 700;
  padding-top: 50px;
  padding-bottom: 80px;
}

/* line 17, app/assets/stylesheets/components/pages/_privacy-policy.scss */
.privacy-policy h1, .privacy-policy h2 {
  font-size: 40px;
}

/* line 21, app/assets/stylesheets/components/pages/_privacy-policy.scss */
.privacy-policy h3 {
  font-size: 35px;
  padding-left: 120px;
  padding-right: 120px;
}

/* line 27, app/assets/stylesheets/components/pages/_privacy-policy.scss */
.privacy-policy h4 {
  font-weight: bolder;
}

/* line 31, app/assets/stylesheets/components/pages/_privacy-policy.scss */
.privacy-policy h4, .privacy-policy p, .privacy-policy li {
  font-size: 18px;
  margin-bottom: 20px;
}

/* line 36, app/assets/stylesheets/components/pages/_privacy-policy.scss */
.privacy-policy ol {
  list-style-type: decimal;
  padding-left: 40px;
}

/* line 41, app/assets/stylesheets/components/pages/_privacy-policy.scss */
.privacy-policy ul {
  list-style-type: disc;
  padding-left: 40px;
}

/* line 46, app/assets/stylesheets/components/pages/_privacy-policy.scss */
.privacy-policy a {
  color: #007ffe;
}

@media (max-width: 767px) {
  /* line 52, app/assets/stylesheets/components/pages/_privacy-policy.scss */
  .privacy-policy h1, .privacy-policy h2, .privacy-policy h3 {
    padding: 40px 0px;
  }
  /* line 56, app/assets/stylesheets/components/pages/_privacy-policy.scss */
  .privacy-policy h1, .privacy-policy h2 {
    font-size: 30px;
  }
  /* line 60, app/assets/stylesheets/components/pages/_privacy-policy.scss */
  .privacy-policy h3 {
    font-size: 25px;
  }
  /* line 64, app/assets/stylesheets/components/pages/_privacy-policy.scss */
  .privacy-policy h4, .privacy-policy p, .privacy-policy li {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

/* line 72, app/assets/stylesheets/components/pages/_privacy-policy.scss */
.privacy-policy__section-1__right {
  text-align: right;
  margin-bottom: 30px;
}

/* line 78, app/assets/stylesheets/components/pages/_privacy-policy.scss */
.privacy-policy__section-1__box__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 84, app/assets/stylesheets/components/pages/_privacy-policy.scss */
.privacy-policy__section-1__box__inner {
  border: 1px solid black;
  padding: 40px;
}

/* line 89, app/assets/stylesheets/components/pages/_privacy-policy.scss */
.privacy-policy__section-1__box__bold {
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

/* line 1, app/assets/stylesheets/components/pages/_pricing.scss */
.pricing {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  align-self: stretch;
}

/* line 8, app/assets/stylesheets/components/pages/_pricing.scss */
.pricing__title {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 16px;
  color: #252729;
  text-align: center;
  font-family: Montserrat;
  font-size: 52px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

/* line 22, app/assets/stylesheets/components/pages/_pricing.scss */
.pricing__plans {
  display: flex;
  align-items: flex-end;
  gap: 24px;
  align-self: stretch;
  flex-wrap: wrap;
  justify-content: center;
}

/* line 30, app/assets/stylesheets/components/pages/_pricing.scss */
.pricing__plan {
  display: flex;
  justify-content: space-between;
  padding: 30px 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 12px;
  border: 2px solid #EBEBEB;
  background: #FFF;
  box-shadow: 4px 4px 0px 0px #EBEBEB;
  max-width: 320px;
}

/* line 44, app/assets/stylesheets/components/pages/_pricing.scss */
.pricing__plan__body, .pricing__plan__footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  align-self: stretch;
}

/* line 51, app/assets/stylesheets/components/pages/_pricing.scss */
.pricing__plan__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}

/* line 58, app/assets/stylesheets/components/pages/_pricing.scss */
.pricing__plan__for-whom {
  display: flex;
  padding: 2px 8px;
  align-items: flex-start;
  gap: 10px;
  color: #252729;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 2px;
  background: #EBEBEB;
}

/* line 72, app/assets/stylesheets/components/pages/_pricing.scss */
.pricing__plan__descriptions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  height: 230px;
}

/* line 80, app/assets/stylesheets/components/pages/_pricing.scss */
.pricing__plan__name {
  color: #1D1D1F;
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  align-self: stretch;
}

/* line 89, app/assets/stylesheets/components/pages/_pricing.scss */
.pricing__plan__description {
  color: #272729;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  align-self: stretch;
}

/* line 98, app/assets/stylesheets/components/pages/_pricing.scss */
.pricing__plan__features {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}

/* line 104, app/assets/stylesheets/components/pages/_pricing.scss */
.pricing__plan__features__label {
  color: #272729;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

/* line 113, app/assets/stylesheets/components/pages/_pricing.scss */
.pricing__plan__features__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}

/* line 120, app/assets/stylesheets/components/pages/_pricing.scss */
.pricing__plan__features__item {
  display: flex;
  align-items: start;
  gap: 10px;
  color: #272729;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

/* line 131, app/assets/stylesheets/components/pages/_pricing.scss */
.pricing__plan__features__item img {
  margin: 5px 0px;
}

/* line 135, app/assets/stylesheets/components/pages/_pricing.scss */
.pricing__plan__features__sub-items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  align-self: stretch;
  margin-left: 25px;
  margin-bottom: 10px;
  color: rgba(37, 39, 41, 0.5);
  font-size: 14px;
  font-weight: 700;
}

/* line 147, app/assets/stylesheets/components/pages/_pricing.scss */
.pricing__plan__price {
  color: rgba(37, 39, 41, 0.3);
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  align-self: stretch;
}

/* line 156, app/assets/stylesheets/components/pages/_pricing.scss */
.pricing__plan__price-text {
  color: rgba(37, 39, 41, 0.3);
  font-size: 32px;
  font-family: Montserrat;
  font-weight: 600;
  word-wrap: break-word;
}

/* line 163, app/assets/stylesheets/components/pages/_pricing.scss */
.pricing__plan__monthly-price {
  color: #252729;
  font-size: 32px;
  font-family: Montserrat;
  font-weight: 600;
  word-wrap: break-word;
}

/* line 170, app/assets/stylesheets/components/pages/_pricing.scss */
.pricing__plan__annual-price {
  color: rgba(37, 39, 41, 0.3);
  font-size: 16px;
  font-family: Montserrat;
  font-weight: 600;
  word-wrap: break-word;
}

/* line 177, app/assets/stylesheets/components/pages/_pricing.scss */
.pricing__plan__btn {
  display: flex;
  padding: 15px 24px 14px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  background: #8A8F98;
  color: #FFF;
}

/* line 193, app/assets/stylesheets/components/pages/_pricing.scss */
.pricing__plan__btn:hover {
  color: #FFF !important;
}

/* line 197, app/assets/stylesheets/components/pages/_pricing.scss */
.pricing__plan__btn--disabled {
  background: #EBEBEB;
  color: #8A8F98;
  box-shadow: none;
}

/* line 203, app/assets/stylesheets/components/pages/_pricing.scss */
.pricing__plan--popular {
  border-radius: 12px;
  border: 2px solid #EC0838;
  background: #FFF;
  box-shadow: 5px 5px 5px 3px #fdc3cf;
}

/* line 208, app/assets/stylesheets/components/pages/_pricing.scss */
.pricing__plan--popular .pricing__plan__btn {
  background: #EC0838;
  color: #FFF;
  box-shadow: 5px 5px 5px 3px #fdc3cf;
}

/* line 213, app/assets/stylesheets/components/pages/_pricing.scss */
.pricing__plan--popular .pricing__plan__for-whom {
  border-radius: 2px;
  background: #fb92a8;
  color: #FFF;
}

/* line 219, app/assets/stylesheets/components/pages/_pricing.scss */
.pricing .additional-text {
  color: #8A8F98;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 200% */
}

/* line 1, app/assets/stylesheets/components/pages/_capterra.scss */
.rating-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  padding: 10px 20px;
  border-radius: 5px;
}

/* line 10, app/assets/stylesheets/components/pages/_capterra.scss */
.rating-container .rating-info {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

/* line 16, app/assets/stylesheets/components/pages/_capterra.scss */
.rating-container .rating-number {
  color: #272729;
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

/* line 25, app/assets/stylesheets/components/pages/_capterra.scss */
.rating-container .capterra-logo {
  max-height: 50px;
}

/* line 28, app/assets/stylesheets/components/pages/_capterra.scss */
.rating-container .ratings {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  color: #b1b1b1;
  overflow: hidden;
  margin-right: 20px;
}

/* line 35, app/assets/stylesheets/components/pages/_capterra.scss */
.rating-container .ratings .full-stars {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  overflow: hidden;
  color: #f8d64e;
}

/* line 42, app/assets/stylesheets/components/pages/_capterra.scss */
.rating-container .ratings .full-stars:before {
  content: "\2605\2605\2605\2605\2605";
  /* Unicode character for an outlined star with spacing */
  font-size: 16pt;
  letter-spacing: 5px;
}

/* line 48, app/assets/stylesheets/components/pages/_capterra.scss */
.rating-container .ratings .empty-stars:before,
.rating-container .ratings .full-stars:before {
  content: "\2605\2605\2605\2605\2605";
  /* Unicode character for an outlined star with spacing */
  font-size: 16pt;
  letter-spacing: 5px;
}

/* line 54, app/assets/stylesheets/components/pages/_capterra.scss */
.rating-container .ratings .empty-stars:before {
  -webkit-text-stroke: 1px #848484;
}

/* line 57, app/assets/stylesheets/components/pages/_capterra.scss */
.rating-container .ratings .full-stars:before {
  -webkit-text-stroke: 1px #f8d64e;
}

@-moz-document url-prefix() {
  /* line 62, app/assets/stylesheets/components/pages/_capterra.scss */
  .rating-container .full-stars {
    color: #ECBE24;
  }
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
/* line 3, ../layers/heroku_ruby/gems/ruby/3.1.0/gems/hamburgers-1.1.3/_sass/hamburgers/_base.scss */
.hamburger {
  padding: 15px 5px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

/* line 21, ../layers/heroku_ruby/gems/ruby/3.1.0/gems/hamburgers-1.1.3/_sass/hamburgers/_base.scss */
.hamburger:hover {
  opacity: 0.7;
}

/* line 31, ../layers/heroku_ruby/gems/ruby/3.1.0/gems/hamburgers-1.1.3/_sass/hamburgers/_base.scss */
.hamburger.is-active:hover {
  opacity: 0.7;
}

/* line 40, ../layers/heroku_ruby/gems/ruby/3.1.0/gems/hamburgers-1.1.3/_sass/hamburgers/_base.scss */
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #333333;
}

/* line 48, ../layers/heroku_ruby/gems/ruby/3.1.0/gems/hamburgers-1.1.3/_sass/hamburgers/_base.scss */
.hamburger-box {
  width: 35px;
  height: 26px;
  display: inline-block;
  position: relative;
}

/* line 55, ../layers/heroku_ruby/gems/ruby/3.1.0/gems/hamburgers-1.1.3/_sass/hamburgers/_base.scss */
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}

/* line 60, ../layers/heroku_ruby/gems/ruby/3.1.0/gems/hamburgers-1.1.3/_sass/hamburgers/_base.scss */
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 35px;
  height: 2px;
  background-color: #333333;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

/* line 73, ../layers/heroku_ruby/gems/ruby/3.1.0/gems/hamburgers-1.1.3/_sass/hamburgers/_base.scss */
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

/* line 79, ../layers/heroku_ruby/gems/ruby/3.1.0/gems/hamburgers-1.1.3/_sass/hamburgers/_base.scss */
.hamburger-inner::before {
  top: -12px;
}

/* line 83, ../layers/heroku_ruby/gems/ruby/3.1.0/gems/hamburgers-1.1.3/_sass/hamburgers/_base.scss */
.hamburger-inner::after {
  bottom: -12px;
}

/*
   * Spin
   */
/* line 6, ../layers/heroku_ruby/gems/ruby/3.1.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_spin.scss */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 10, ../layers/heroku_ruby/gems/ruby/3.1.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_spin.scss */
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

/* line 15, ../layers/heroku_ruby/gems/ruby/3.1.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_spin.scss */
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 22, ../layers/heroku_ruby/gems/ruby/3.1.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_spin.scss */
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* line 27, ../layers/heroku_ruby/gems/ruby/3.1.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_spin.scss */
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

/* line 34, ../layers/heroku_ruby/gems/ruby/3.1.0/gems/hamburgers-1.1.3/_sass/hamburgers/types/_spin.scss */
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* line 2, app/assets/stylesheets/components/blog/_blog-post.scss */
.blog-post {
  font-family: 'Inter', 'sans-serif';
  padding-top: 20px;
}

/* line 6, app/assets/stylesheets/components/blog/_blog-post.scss */
.blog-post__main {
  display: flex;
  flex-direction: column;
  max-width: 600px;
  margin: 50px auto;
  gap: 40px;
  filter: drop-shadow(0px -1px 0px rgba(0, 0, 0, 0.02)) drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.05));
  border-radius: 4px;
}

@media screen and (max-width: 767px) {
  /* line 6, app/assets/stylesheets/components/blog/_blog-post.scss */
  .blog-post__main {
    max-width: none;
    margin: 0 10px;
  }
}

/* line 20, app/assets/stylesheets/components/blog/_blog-post.scss */
.blog-post__image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px;
  border: 4px solid #FFFFFF;
  border-radius: 4px;
}

/* line 30, app/assets/stylesheets/components/blog/_blog-post.scss */
.blog-post__image img {
  width: 600px;
  height: 300px;
  border-radius: 4px;
}

@media screen and (max-width: 767px) {
  /* line 30, app/assets/stylesheets/components/blog/_blog-post.scss */
  .blog-post__image img {
    width: 100%;
    height: auto;
    border-radius: 0;
  }
}

/* line 42, app/assets/stylesheets/components/blog/_blog-post.scss */
.blog-post__meta {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 8px;
}

/* line 50, app/assets/stylesheets/components/blog/_blog-post.scss */
.blog-post__meta span:after {
  content: "–";
  margin: 0 2px 0 5px;
}

/* line 54, app/assets/stylesheets/components/blog/_blog-post.scss */
.blog-post__meta span:last-child:after {
  content: "";
}

/* line 60, app/assets/stylesheets/components/blog/_blog-post.scss */
.blog-post__categories a {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.005em;
  color: #252729;
  text-decoration: none;
}

/* line 68, app/assets/stylesheets/components/blog/_blog-post.scss */
.blog-post__categories a:hover {
  color: purple;
}

/* line 73, app/assets/stylesheets/components/blog/_blog-post.scss */
.blog-post__published-on {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.005em;
  color: #252729;
}

/* line 80, app/assets/stylesheets/components/blog/_blog-post.scss */
.blog-post__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
}

@media screen and (max-width: 767px) {
  /* line 80, app/assets/stylesheets/components/blog/_blog-post.scss */
  .blog-post__inner {
    margin: 0 15px;
  }
}

/* line 90, app/assets/stylesheets/components/blog/_blog-post.scss */
.blog-post__post-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 52px;
  /* or 133% */
  letter-spacing: 0.005em;
  color: #252729;
  padding: 7px 0px 21px;
}

/* line 101, app/assets/stylesheets/components/blog/_blog-post.scss */
.blog-post__content {
  line-height: 1.6;
  font-size: 18px;
}

/* line 105, app/assets/stylesheets/components/blog/_blog-post.scss */
.blog-post__content a {
  color: purple;
}

/* line 108, app/assets/stylesheets/components/blog/_blog-post.scss */
.blog-post__content a:hover {
  color: #340034;
}

/* line 119, app/assets/stylesheets/components/blog/_blog-post.scss */
.blog-post__content h1 a,
.blog-post__content h2 a,
.blog-post__content h3 a,
.blog-post__content h4 a,
.blog-post__content h5 a,
.blog-post__content h6 a,
.blog-post__content p a {
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  /* identical to box height, or 161% */
  letter-spacing: 0.0025em;
  text-decoration-line: underline;
  color: #EC0838;
}

/* line 130, app/assets/stylesheets/components/blog/_blog-post.scss */
.blog-post__content h1 a:hover,
.blog-post__content h2 a:hover,
.blog-post__content h3 a:hover,
.blog-post__content h4 a:hover,
.blog-post__content h5 a:hover,
.blog-post__content h6 a:hover,
.blog-post__content p a:hover {
  color: #a20526;
}

/* line 135, app/assets/stylesheets/components/blog/_blog-post.scss */
.blog-post__content h1 {
  font-weight: 700;
  font-size: 40px;
  line-height: 52px;
  padding: 27px 0px 21px;
}

/* line 141, app/assets/stylesheets/components/blog/_blog-post.scss */
.blog-post__content h2 {
  font-weight: 600;
  font-size: 28px;
  line-height: 39px;
  padding: 27px 0px 21px;
}

/* line 147, app/assets/stylesheets/components/blog/_blog-post.scss */
.blog-post__content h3 {
  font-weight: 600;
  font-size: 21px;
  line-height: 32px;
  padding: 20px 0px 14px;
}

/* line 153, app/assets/stylesheets/components/blog/_blog-post.scss */
.blog-post__content h6 {
  padding: 14px 0px;
  gap: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height, or 150% */
  letter-spacing: 0.005em;
  color: #252729;
}

/* line 165, app/assets/stylesheets/components/blog/_blog-post.scss */
.blog-post__content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  padding: 0px 0px 14px;
}

/* line 171, app/assets/stylesheets/components/blog/_blog-post.scss */
.blog-post__content img {
  width: 100%;
  height: auto;
}

/* line 175, app/assets/stylesheets/components/blog/_blog-post.scss */
.blog-post__content ul {
  list-style: disc;
  margin-left: 20px;
}

/* line 179, app/assets/stylesheets/components/blog/_blog-post.scss */
.blog-post__content ol {
  list-style: decimal;
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  /* line 101, app/assets/stylesheets/components/blog/_blog-post.scss */
  .blog-post__content {
    width: 100%;
  }
}

/* line 187, app/assets/stylesheets/components/blog/_blog-post.scss */
.blog-post__social {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin: 30px 0 0 0;
}

/* line 195, app/assets/stylesheets/components/blog/_blog-post.scss */
.blog-post__social-title {
  font-weight: 500;
  margin: 0 0 10px 0;
  display: block;
}

/* line 200, app/assets/stylesheets/components/blog/_blog-post.scss */
.blog-post__social-links {
  display: flex;
  justify-content: center;
}

/* line 204, app/assets/stylesheets/components/blog/_blog-post.scss */
.blog-post__social-link {
  margin: 0 3px;
}

/* line 207, app/assets/stylesheets/components/blog/_blog-post.scss */
.blog-post__author {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  width: 600px;
  height: 80px;
}

@media screen and (max-width: 767px) {
  /* line 207, app/assets/stylesheets/components/blog/_blog-post.scss */
  .blog-post__author {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* line 221, app/assets/stylesheets/components/blog/_blog-post.scss */
.blog-post__author-avatar {
  width: 80px;
  height: 80px;
  margin-right: 15px;
  border-radius: 500px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 231, app/assets/stylesheets/components/blog/_blog-post.scss */
.blog-post__author-avatar img {
  width: 100%;
  height: auto;
}

/* line 236, app/assets/stylesheets/components/blog/_blog-post.scss */
.blog-post__author-info {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

/* line 242, app/assets/stylesheets/components/blog/_blog-post.scss */
.blog-post__author-name a {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  /* or 150% */
  letter-spacing: 0.005em;
  color: #252729;
}

/* line 254, app/assets/stylesheets/components/blog/_blog-post.scss */
.blog-post__author-name a:hover {
  color: #252729;
}

/* line 259, app/assets/stylesheets/components/blog/_blog-post.scss */
.blog-post__authors {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0px;
  margin-top: 16px;
  gap: 16px;
}

/* line 268, app/assets/stylesheets/components/blog/_blog-post.scss */
.blog-post__authors-avatars {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 12px;
}

/* line 275, app/assets/stylesheets/components/blog/_blog-post.scss */
.blog-post__authors-avatars-item {
  width: 60px;
  height: 60px;
  border-radius: 500px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 284, app/assets/stylesheets/components/blog/_blog-post.scss */
.blog-post__authors-avatars-item img {
  width: 100%;
  height: auto;
}

/* line 289, app/assets/stylesheets/components/blog/_blog-post.scss */
.blog-post__authors-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 8px;
}

/* line 296, app/assets/stylesheets/components/blog/_blog-post.scss */
.blog-post__authors-info-names {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 5px;
  font-size: 16px;
  font-weight: 700;
}

/* line 305, app/assets/stylesheets/components/blog/_blog-post.scss */
.blog-post__authors-info-names a {
  text-decoration: underline;
}

/* line 309, app/assets/stylesheets/components/blog/_blog-post.scss */
.blog-post__authors-info-description {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 10px;
  font-size: 16px;
  font-weight: 400;
}

/* line 318, app/assets/stylesheets/components/blog/_blog-post.scss */
.blog-post__embed-instagram {
  display: flex;
  justify-content: center;
}

/* line 322, app/assets/stylesheets/components/blog/_blog-post.scss */
.blog-post__embed-youtube {
  width: 100%;
}

/* line 325, app/assets/stylesheets/components/blog/_blog-post.scss */
.blog-post__embed-youtube iframe {
  width: 100%;
  min-height: 360px;
}

/* line 330, app/assets/stylesheets/components/blog/_blog-post.scss */
.blog-post__embed-audio {
  margin-top: 15px;
  margin-bottom: 15px;
}

/* line 334, app/assets/stylesheets/components/blog/_blog-post.scss */
.blog-post__toc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px 32px;
  border: 1px solid #EBEBEB;
  border-radius: 4px;
  margin-bottom: 32px;
}

/* line 343, app/assets/stylesheets/components/blog/_blog-post.scss */
.blog-post__toc a {
  text-decoration: none;
}

/* line 346, app/assets/stylesheets/components/blog/_blog-post.scss */
.blog-post__toc__header {
  font-weight: 600;
  font-size: 28px;
  line-height: 39px;
  color: #252729;
  padding: 7px 0px 14px;
}

/* line 353, app/assets/stylesheets/components/blog/_blog-post.scss */
.blog-post__toc__content-2 {
  padding: 21px 0px 0px;
}

/* line 356, app/assets/stylesheets/components/blog/_blog-post.scss */
.blog-post__toc__content-2 a {
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  letter-spacing: 0.005em;
  color: #252729;
}

/* line 363, app/assets/stylesheets/components/blog/_blog-post.scss */
.blog-post__toc__content-2 a:hover {
  color: #252729;
}

/* line 368, app/assets/stylesheets/components/blog/_blog-post.scss */
.blog-post__toc__content-3 {
  padding: 7px 0px 0px 40px;
}

/* line 371, app/assets/stylesheets/components/blog/_blog-post.scss */
.blog-post__toc__content-3 a {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.005em;
  color: #252729;
}

/* line 378, app/assets/stylesheets/components/blog/_blog-post.scss */
.blog-post__toc__content-3 a:hover {
  color: #252729;
}

/* line 3, app/assets/stylesheets/components/blog/_blog-posts.scss */
.blog-posts {
  font-family: Inter;
  display: flex;
  flex-direction: column;
  /* Blog Hero */
  /* Blog CTA */
  /* pagination */
}

@media screen and (max-width: 767px) {
  /* line 3, app/assets/stylesheets/components/blog/_blog-posts.scss */
  .blog-posts {
    max-width: none;
    margin-top: 0;
  }
}

/* line 13, app/assets/stylesheets/components/blog/_blog-posts.scss */
.blog-posts__posts {
  max-width: 600px;
  margin: 50px auto 70px auto;
}

@media screen and (max-width: 767px) {
  /* line 13, app/assets/stylesheets/components/blog/_blog-posts.scss */
  .blog-posts__posts {
    margin-top: 0;
  }
}

/* line 21, app/assets/stylesheets/components/blog/_blog-posts.scss */
.blog-posts__author-title, .blog-posts__category-title {
  font-size: 14px;
  text-align: center;
  color: #252729;
  padding: 45px 15px;
  background-color: #F5F5F5;
}

@media screen and (max-width: 767px) {
  /* line 21, app/assets/stylesheets/components/blog/_blog-posts.scss */
  .blog-posts__author-title, .blog-posts__category-title {
    font-size: 10px;
    padding: 30px 15px;
  }
}

/* line 34, app/assets/stylesheets/components/blog/_blog-posts.scss */
.blog-posts__author-title h1, .blog-posts__category-title h1 {
  margin: 0;
}

/* line 38, app/assets/stylesheets/components/blog/_blog-posts.scss */
.blog-posts__post {
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05), 0 -1px 0px rgba(0, 0, 0, 0.015);
  border: 1px solid #ddd;
  margin: 0 0 80px 0;
  overflow: hidden;
}

/* line 45, app/assets/stylesheets/components/blog/_blog-posts.scss */
.blog-posts__post:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  /* line 38, app/assets/stylesheets/components/blog/_blog-posts.scss */
  .blog-posts__post {
    box-shadow: none;
    border-radius: 0;
  }
}

/* line 53, app/assets/stylesheets/components/blog/_blog-posts.scss */
.blog-posts__image {
  display: block;
}

/* line 56, app/assets/stylesheets/components/blog/_blog-posts.scss */
.blog-posts__image img {
  width: 600px;
  height: 300px;
}

@media screen and (max-width: 767px) {
  /* line 56, app/assets/stylesheets/components/blog/_blog-posts.scss */
  .blog-posts__image img {
    width: 100%;
    height: auto;
  }
}

/* line 66, app/assets/stylesheets/components/blog/_blog-posts.scss */
.blog-posts__inner {
  padding: 20px;
}

@media screen and (max-width: 767px) {
  /* line 66, app/assets/stylesheets/components/blog/_blog-posts.scss */
  .blog-posts__inner {
    padding: 30px 0;
    margin: 0 15px;
    border-bottom: 1px solid #ddd;
  }
}

/* line 75, app/assets/stylesheets/components/blog/_blog-posts.scss */
.blog-posts__meta {
  margin: 0 0 10px 0;
}

/* line 79, app/assets/stylesheets/components/blog/_blog-posts.scss */
.blog-posts__meta span:after {
  content: "–";
  margin: 0 2px 0 5px;
}

/* line 83, app/assets/stylesheets/components/blog/_blog-posts.scss */
.blog-posts__meta span:last-child:after {
  content: "";
}

/* line 88, app/assets/stylesheets/components/blog/_blog-posts.scss */
.blog-posts__categories {
  margin: 0 0 30px 0;
}

/* line 91, app/assets/stylesheets/components/blog/_blog-posts.scss */
.blog-posts__categories a {
  color: #000;
  text-decoration: none;
}

/* line 95, app/assets/stylesheets/components/blog/_blog-posts.scss */
.blog-posts__categories a:hover {
  color: #EC0838;
}

/* line 100, app/assets/stylesheets/components/blog/_blog-posts.scss */
.blog-posts__post-title {
  margin: 0 0 5px 0;
  font-size: 28px;
  font-weight: 600;
}

/* line 105, app/assets/stylesheets/components/blog/_blog-posts.scss */
.blog-posts__post-title a {
  color: #000;
  text-decoration: none;
}

/* line 109, app/assets/stylesheets/components/blog/_blog-posts.scss */
.blog-posts__post-title a:hover {
  color: #000;
  text-decoration: none;
}

/* line 115, app/assets/stylesheets/components/blog/_blog-posts.scss */
.blog-posts__description {
  margin: 15px 0 30px 0;
  line-height: 1.6;
  font-size: 18px;
}

/* line 120, app/assets/stylesheets/components/blog/_blog-posts.scss */
.blog-posts__link {
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: fit-content;
  box-shadow: 0 1px 1px 0 rgba(60, 66, 87, 0.1);
  font-size: 14px;
  line-height: 20px;
  padding: 14px 20px;
  font-weight: 500;
  color: #ffffff !important;
  background-color: #EC0838;
}

/* line 137, app/assets/stylesheets/components/blog/_blog-posts.scss */
.blog-posts__link:hover {
  color: #ffffff;
  background-color: #a20526;
}

/* line 142, app/assets/stylesheets/components/blog/_blog-posts.scss */
.blog-posts__authors {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 24px 0px 0px;
  gap: 20px;
}

@media screen and (max-width: 767px) {
  /* line 142, app/assets/stylesheets/components/blog/_blog-posts.scss */
  .blog-posts__authors {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 0px 0px;
    gap: 20px;
  }
}

/* line 155, app/assets/stylesheets/components/blog/_blog-posts.scss */
.blog-posts__author {
  display: flex;
  width: 270px;
}

/* line 159, app/assets/stylesheets/components/blog/_blog-posts.scss */
.blog-posts__author-avatar {
  width: 50px;
  height: 50px;
  margin-right: 15px;
  border-radius: 500px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 169, app/assets/stylesheets/components/blog/_blog-posts.scss */
.blog-posts__author-avatar img {
  width: 100%;
  border-radius: 500px;
}

/* line 174, app/assets/stylesheets/components/blog/_blog-posts.scss */
.blog-posts__author-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  font-size: 16px;
}

/* line 182, app/assets/stylesheets/components/blog/_blog-posts.scss */
.blog-posts__author-name a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

/* line 187, app/assets/stylesheets/components/blog/_blog-posts.scss */
.blog-posts__author-name a:hover {
  color: #EC0838;
}

/* line 193, app/assets/stylesheets/components/blog/_blog-posts.scss */
.blog-posts__homepage {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 80px 112px;
  padding-bottom: 30px;
  gap: 24px;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  /* line 193, app/assets/stylesheets/components/blog/_blog-posts.scss */
  .blog-posts__homepage {
    flex-direction: column-reverse;
    padding: 40px 56px;
  }
}

/* line 207, app/assets/stylesheets/components/blog/_blog-posts.scss */
.blog-posts__homepage__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px 102px 0px 0px;
  gap: 16px;
  max-width: 612px;
}

@media screen and (max-width: 767px) {
  /* line 207, app/assets/stylesheets/components/blog/_blog-posts.scss */
  .blog-posts__homepage__content {
    width: 100%;
    padding: 0px 51px 0px 0px;
  }
}

/* line 220, app/assets/stylesheets/components/blog/_blog-posts.scss */
.blog-posts__homepage__content__subtitle {
  max-width: 510px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  letter-spacing: 0.05em;
  color: #EC0838;
}

/* line 233, app/assets/stylesheets/components/blog/_blog-posts.scss */
.blog-posts__homepage__content__title {
  max-width: 470px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #252729;
}

/* line 242, app/assets/stylesheets/components/blog/_blog-posts.scss */
.blog-posts__homepage__content__description {
  max-width: 510px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  /* or 150% */
  color: #8A8F98;
}

/* line 253, app/assets/stylesheets/components/blog/_blog-posts.scss */
.blog-posts__homepage__image {
  width: 580px;
  height: 504px;
}

@media screen and (max-width: 767px) {
  /* line 253, app/assets/stylesheets/components/blog/_blog-posts.scss */
  .blog-posts__homepage__image {
    width: 290px;
    height: 252px;
  }
}

/* line 264, app/assets/stylesheets/components/blog/_blog-posts.scss */
.blog-posts__cta-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 32px 32px;
  gap: 32px;
  background: #FFFFFF;
}

/* line 273, app/assets/stylesheets/components/blog/_blog-posts.scss */
.blog-posts__cta {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 60px 112px;
  gap: 40px;
  background: rgba(245, 245, 245, 0.66);
  border-radius: 12px;
  justify-content: center;
  margin: 32px 0;
}

@media screen and (max-width: 767px) {
  /* line 273, app/assets/stylesheets/components/blog/_blog-posts.scss */
  .blog-posts__cta {
    flex-wrap: wrap;
  }
}

/* line 288, app/assets/stylesheets/components/blog/_blog-posts.scss */
.blog-posts__cta__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 32px;
  width: 652px;
  height: 157px;
}

/* line 298, app/assets/stylesheets/components/blog/_blog-posts.scss */
.blog-posts__cta__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 16px;
  width: 652px;
  height: 72px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  color: #252729;
}

/* line 315, app/assets/stylesheets/components/blog/_blog-posts.scss */
.blog-posts__cta__form {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 4px;
  width: 601px;
  height: 53px;
}

@media screen and (max-width: 767px) {
  /* line 315, app/assets/stylesheets/components/blog/_blog-posts.scss */
  .blog-posts__cta__form {
    width: 100%;
  }
}

/* line 329, app/assets/stylesheets/components/blog/_blog-posts.scss */
.blog-posts__cta__form input {
  box-sizing: border-box;
  /* Auto layout */
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 15px 16px 14px;
  gap: 10px;
  width: 410px;
  height: 53px;
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  border-radius: 6px;
  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;
}

/* line 353, app/assets/stylesheets/components/blog/_blog-posts.scss */
.blog-posts__cta__form button {
  height: inherit;
}

/* line 356, app/assets/stylesheets/components/blog/_blog-posts.scss */
.blog-posts__cta__image {
  width: 331px;
  height: 331px;
}

@media screen and (max-width: 767px) {
  /* line 356, app/assets/stylesheets/components/blog/_blog-posts.scss */
  .blog-posts__cta__image {
    width: 230px;
    height: 230px;
  }
}

/* line 367, app/assets/stylesheets/components/blog/_blog-posts.scss */
.blog-posts__pagination {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 40px 0px;
  gap: 8px;
  justify-content: center;
}

/* line 375, app/assets/stylesheets/components/blog/_blog-posts.scss */
.blog-posts__pagination a {
  text-decoration: none;
}

/* line 378, app/assets/stylesheets/components/blog/_blog-posts.scss */
.blog-posts__pagination__link-item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px 8px;
  gap: 4px;
  border-radius: 6px;
  height: 32px;
  width: 97px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #EC0838;
  box-sizing: unset;
}

/* line 396, app/assets/stylesheets/components/blog/_blog-posts.scss */
.blog-posts__pagination__link-item:hover {
  background: #fff4f7;
  border-radius: 4px;
  color: #EC0838;
}

/* line 402, app/assets/stylesheets/components/blog/_blog-posts.scss */
.blog-posts__pagination__link-item--disabled {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px 8px;
  gap: 4px;
  border-radius: 6px;
  width: 97px;
  height: 32px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #252729;
  opacity: 0.4;
  box-sizing: unset;
}

/* line 421, app/assets/stylesheets/components/blog/_blog-posts.scss */
.blog-posts__pagination__link-item--disabled:hover {
  color: #252729;
  opacity: 0.4;
}

/* line 426, app/assets/stylesheets/components/blog/_blog-posts.scss */
.blog-posts__pagination__number-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px 4px;
  gap: 8px;
  width: 32px;
  height: 32px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #252729;
}

/* line 444, app/assets/stylesheets/components/blog/_blog-posts.scss */
.blog-posts__pagination__number-item:hover {
  background: #fff4f7;
  border-radius: 4px;
  color: #EC0838;
}

/* line 450, app/assets/stylesheets/components/blog/_blog-posts.scss */
.blog-posts__pagination__number-item--active {
  background: #EC0838;
  border-radius: 6px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF !important;
}

/* line 460, app/assets/stylesheets/components/blog/_blog-posts.scss */
.blog-posts__pagination__number-item--active:hover {
  color: #EC0838 !important;
}

/* line 464, app/assets/stylesheets/components/blog/_blog-posts.scss */
.blog-posts__pagination__separator {
  width: 12px;
  height: 20px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #252729;
  opacity: 0.4;
  flex: none;
  order: 0;
  flex-grow: 0;
}

/* line 480, app/assets/stylesheets/components/blog/_blog-posts.scss */
.blog-posts__cta-button {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 15px 24px 14px;
  gap: 10px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.01em;
  border: none;
  color: #ffffff !important;
  background-color: #EC0838;
}

/* line 497, app/assets/stylesheets/components/blog/_blog-posts.scss */
.blog-posts__cta-button__small {
  padding: 10px 16px;
  line-height: 20px;
}

/* line 501, app/assets/stylesheets/components/blog/_blog-posts.scss */
.blog-posts__cta-button:hover {
  background-color: #a20526;
}

/* line 3, app/assets/stylesheets/components/blog/_shortcode-templates.scss */
.shortcode__cta-button {
  border-radius: 6px;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: fit-content;
  box-shadow: 0 1px 1px 0 rgba(60, 66, 87, 0.1);
  border: none;
  font-size: 14px;
  line-height: 20px;
  padding: 14px 20px;
  font-weight: 500;
  color: #ffffff;
  background-color: #EC0838;
}

/* line 22, app/assets/stylesheets/components/blog/_shortcode-templates.scss */
.shortcode__cta-button:hover {
  color: #ffffff;
  background-color: #a20526;
}

/* line 26, app/assets/stylesheets/components/blog/_shortcode-templates.scss */
.shortcode__cta-button--block {
  width: 100%;
}

/* line 30, app/assets/stylesheets/components/blog/_shortcode-templates.scss */
.shortcode__subscription-button {
  border-radius: 6px;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: fit-content;
  box-shadow: 0 1px 1px 0 rgba(60, 66, 87, 0.1);
  margin-bottom: 0.5rem;
  font-size: 14px;
  line-height: 20px;
  padding: 14px 20px;
  font-weight: 500;
  cursor: pointer;
  color: #ffffff;
  background-color: #004752;
}

/* line 49, app/assets/stylesheets/components/blog/_shortcode-templates.scss */
.shortcode__subscription-button:hover {
  color: #ffffff;
  background-color: #000506;
}

/* line 53, app/assets/stylesheets/components/blog/_shortcode-templates.scss */
.shortcode__subscription-button--block {
  width: 100%;
}

/* line 57, app/assets/stylesheets/components/blog/_shortcode-templates.scss */
.subscription-button:not(:last-child) {
  margin-bottom: 0.5rem;
}

/* line 60, app/assets/stylesheets/components/blog/_shortcode-templates.scss */
.shortcode__inline-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 54px 0px 54px;
  gap: 10px;
  margin-top: 32px;
  background: #F5F5F5A8;
  border-radius: 6px;
  margin-bottom: 36px;
  width: 600px;
}

@media screen and (max-width: 767px) {
  /* line 60, app/assets/stylesheets/components/blog/_shortcode-templates.scss */
  .shortcode__inline-cta {
    width: 100%;
  }
}

/* line 76, app/assets/stylesheets/components/blog/_shortcode-templates.scss */
.shortcode__inline-cta__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  gap: 8px;
  margin: 0px 32px 0px 32px;
}

/* line 84, app/assets/stylesheets/components/blog/_shortcode-templates.scss */
.shortcode__inline-cta__content__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #272729;
}

/* line 92, app/assets/stylesheets/components/blog/_shortcode-templates.scss */
.shortcode__inline-cta__content__description {
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  /* or 161% */
  text-align: center;
  letter-spacing: 0.0025em;
  color: #252729;
}

/* line 103, app/assets/stylesheets/components/blog/_shortcode-templates.scss */
.shortcode__inline-cta__cta-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 4px;
}

@media screen and (max-width: 767px) {
  /* line 103, app/assets/stylesheets/components/blog/_shortcode-templates.scss */
  .shortcode__inline-cta__cta-box {
    flex-direction: column;
    gap: 8px;
  }
}

/* line 115, app/assets/stylesheets/components/blog/_shortcode-templates.scss */
.shortcode__inline-cta__cta-box input {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 10px 15px;
  width: 297px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #EC0838;
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  color: #252729;
}

/* line 133, app/assets/stylesheets/components/blog/_shortcode-templates.scss */
.shortcode__inline-cta__cta-box button {
  height: 40px;
}

/* line 1, app/assets/stylesheets/components/blog/_author.scss */
.author {
  border-bottom: 1px solid rgba(136, 136, 136, 0.2);
}

/* line 3, app/assets/stylesheets/components/blog/_author.scss */
.author__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 0px;
  gap: 24px;
  max-width: 800px;
  margin: auto;
  filter: drop-shadow(0px -1px 0px rgba(0, 0, 0, 0.02)) drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.05));
  border-radius: 4px;
  flex: none;
  flex-grow: 0;
}

/* line 16, app/assets/stylesheets/components/blog/_author.scss */
.author__avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
}

/* line 23, app/assets/stylesheets/components/blog/_author.scss */
.author__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 28, app/assets/stylesheets/components/blog/_author.scss */
.author .author-name {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.005em;
  text-align: center;
}

/* line 35, app/assets/stylesheets/components/blog/_author.scss */
.author .author-position {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.005em;
  text-align: center;
}

/* line 42, app/assets/stylesheets/components/blog/_author.scss */
.author .author-social {
  display: flex;
  flex-direction: row;
  height: 32px;
  gap: 16px;
  align-items: center;
}

/* line 49, app/assets/stylesheets/components/blog/_author.scss */
.author .author-bio {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.005em;
  text-align: center;
}

/* line 56, app/assets/stylesheets/components/blog/_author.scss */
.author__website {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  color: #fff;
  font-size: 14px;
  background: #ec0838;
  border-radius: 4px;
  padding: 4px 8px;
  text-decoration: none;
}

/* line 68, app/assets/stylesheets/components/blog/_author.scss */
.author__website:hover {
  background: #580315;
  color: #fff;
}

/* line 3, app/assets/stylesheets/components/case-study/case_study.scss */
.case_study__homepage {
  display: flex;
  padding: 80px;
  align-items: center;
  gap: 64px;
  align-self: stretch;
}

@media screen and (max-width: 768px) {
  /* line 3, app/assets/stylesheets/components/case-study/case_study.scss */
  .case_study__homepage {
    padding: 40px;
    flex-direction: column;
    gap: 10px;
  }
}

/* line 14, app/assets/stylesheets/components/case-study/case_study.scss */
.case_study__homepage__content {
  display: flex;
  padding-left: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  flex: 1 0 0;
}

/* line 23, app/assets/stylesheets/components/case-study/case_study.scss */
.case_study__homepage__content__title {
  color: #252729;
  font-family: Montserrat;
  font-size: 46px;
  font-style: normal;
  font-weight: 800;
  line-height: 115%;
}

/* line 31, app/assets/stylesheets/components/case-study/case_study.scss */
.case_study__homepage__content__subtitle {
  color: #EC0838;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0.14px;
}

/* line 40, app/assets/stylesheets/components/case-study/case_study.scss */
.case_study__homepage__content__description {
  color: #8A8F98;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 165%;
}

/* line 48, app/assets/stylesheets/components/case-study/case_study.scss */
.case_study__homepage__image {
  display: flex;
  padding: 0px 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
}

/* line 60, app/assets/stylesheets/components/case-study/case_study.scss */
.case_study__testimonial {
  display: flex;
  padding: 40px 112px;
  align-items: center;
  gap: 64px;
  align-self: stretch;
  background: #fff4f7;
}

/* line 68, app/assets/stylesheets/components/case-study/case_study.scss */
.case_study__testimonial__combo {
  display: flex;
  align-items: center;
  gap: 64px;
  flex: 1 0 0;
}

@media screen and (max-width: 768px) {
  /* line 68, app/assets/stylesheets/components/case-study/case_study.scss */
  .case_study__testimonial__combo {
    flex-direction: column;
    gap: 10px;
  }
}

/* line 78, app/assets/stylesheets/components/case-study/case_study.scss */
.case_study__testimonial__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  flex: 1 0 0;
}

/* line 86, app/assets/stylesheets/components/case-study/case_study.scss */
.case_study__testimonial__content__description {
  align-self: stretch;
  color: #000;
  font-family: Montserrat;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 30px;
  /* 150% */
  letter-spacing: 0.05px;
  opacity: 0.8;
}

/* line 97, app/assets/stylesheets/components/case-study/case_study.scss */
.case_study__testimonial__content__author {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

/* line 103, app/assets/stylesheets/components/case-study/case_study.scss */
.case_study__testimonial__content__author__name {
  color: #000;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 29px;
  /* 161.111% */
  letter-spacing: 0.045px;
}

/* line 112, app/assets/stylesheets/components/case-study/case_study.scss */
.case_study__testimonial__content__author__title {
  color: #000;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  /* 161.111% */
  letter-spacing: 0.045px;
}

/* line 121, app/assets/stylesheets/components/case-study/case_study.scss */
.case_study__testimonial__content__logo {
  display: flex;
  padding: 10px 50px;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  background: #EEE;
}

/* line 132, app/assets/stylesheets/components/case-study/case_study.scss */
.case_study__cases {
  display: flex;
  max-width: 1500px;
  margin: 0 auto;
  padding: 80px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  align-self: stretch;
}

@media screen and (max-width: 768px) {
  /* line 132, app/assets/stylesheets/components/case-study/case_study.scss */
  .case_study__cases {
    padding: 40px;
  }
}

/* line 147, app/assets/stylesheets/components/case-study/case_study.scss */
.case_study__case {
  display: flex;
  flex-direction: column;
  width: 379px;
  justify-content: space-between;
  align-items: flex-end;
  align-self: stretch;
  background: #FFF;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}

/* line 157, app/assets/stylesheets/components/case-study/case_study.scss */
.case_study__case--popular {
  width: 250px;
}

/* line 161, app/assets/stylesheets/components/case-study/case_study.scss */
.case_study__case__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 20px;
  align-self: stretch;
}

/* line 169, app/assets/stylesheets/components/case-study/case_study.scss */
.case_study__case__image {
  width: 100%;
  height: auto;
  align-self: stretch;
}

/* line 174, app/assets/stylesheets/components/case-study/case_study.scss */
.case_study__case__content__description {
  display: flex;
  padding: 0px 24px;
  justify-content: center;
  align-items: flex-end;
  gap: 10px;
  align-self: stretch;
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 150% */
  letter-spacing: 0.04px;
  text-overflow: ellipsis;
}

/* line 190, app/assets/stylesheets/components/case-study/case_study.scss */
.case_study__case__content__link {
  display: flex;
  padding: 0px 24px 24px 0px;
  justify-content: center;
  align-items: flex-end;
  gap: 10px;
}

/* line 200, app/assets/stylesheets/components/case-study/case_study.scss */
.case_study__post {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 600px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  /* line 200, app/assets/stylesheets/components/case-study/case_study.scss */
  .case_study__post {
    width: 100%;
    padding: 10px;
  }
}

/* line 210, app/assets/stylesheets/components/case-study/case_study.scss */
.case_study__post__title {
  display: flex;
  padding: 7px 0px 21px 0px;
  align-items: flex-start;
  color: #252729;
}

/* line 215, app/assets/stylesheets/components/case-study/case_study.scss */
.case_study__post__title h1 {
  text-align: center;
  font-family: Montserrat;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
  /* 130% */
}

/* line 224, app/assets/stylesheets/components/case-study/case_study.scss */
.case_study__post__contents {
  display: flex;
  width: 100%;
  padding-top: 60px;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

/* line 232, app/assets/stylesheets/components/case-study/case_study.scss */
.case_study__post__author {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

/* line 240, app/assets/stylesheets/components/case-study/case_study.scss */
.case_study__post__author__by__name {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}

/* line 247, app/assets/stylesheets/components/case-study/case_study.scss */
.case_study__post__author__by__name p {
  color: #252729;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 150% */
  letter-spacing: 0.08px;
}

/* line 258, app/assets/stylesheets/components/case-study/case_study.scss */
.case_study__post__author__name {
  color: #252729;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.08px;
  text-decoration-line: underline;
}

/* line 268, app/assets/stylesheets/components/case-study/case_study.scss */
.case_study__post__meta {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}

/* line 275, app/assets/stylesheets/components/case-study/case_study.scss */
.case_study__post__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
}

/* line 282, app/assets/stylesheets/components/case-study/case_study.scss */
.case_study__post__data {
  display: flex;
  width: 100%;
  padding: 40px 0px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

/* line 294, app/assets/stylesheets/components/case-study/case_study.scss */
.info-card {
  width: 100%;
  height: auto;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

/* line 303, app/assets/stylesheets/components/case-study/case_study.scss */
.info-section {
  display: flex;
  align-self: stretch;
  border-bottom: 0.5px solid #E8E7E4;
}

/* line 309, app/assets/stylesheets/components/case-study/case_study.scss */
.info-label,
.info-content {
  flex: 1 1 0;
  min-height: 44px;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.04px;
  word-wrap: break-word;
}

/* line 324, app/assets/stylesheets/components/case-study/case_study.scss */
.info-label {
  color: #252729;
  justify-content: flex-start;
}

/* line 329, app/assets/stylesheets/components/case-study/case_study.scss */
.info-content {
  color: #252729;
  gap: 10px;
}

/* line 334, app/assets/stylesheets/components/case-study/case_study.scss */
.quote-section {
  display: flex;
  padding-bottom: 0px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}

/* line 342, app/assets/stylesheets/components/case-study/case_study.scss */
.quote-box {
  display: flex;
  padding-left: 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
  border-left: 2px solid rgba(0, 148, 255, 0.4);
}

/* line 352, app/assets/stylesheets/components/case-study/case_study.scss */
.quote-text {
  color: rgba(37, 39, 41, 0.7);
  font-family: Montserrat;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: 30px;
  /* 150% */
  letter-spacing: 0.05px;
}

/* line 362, app/assets/stylesheets/components/case-study/case_study.scss */
.quote-author {
  color: rgba(37, 39, 41, 0.5);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
  letter-spacing: 0.04px;
}

/* line 372, app/assets/stylesheets/components/case-study/case_study.scss */
.case_study__popular_post {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 600px;
  margin: auto;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  /* line 372, app/assets/stylesheets/components/case-study/case_study.scss */
  .case_study__popular_post {
    width: 100%;
  }
}

/* line 384, app/assets/stylesheets/components/case-study/case_study.scss */
.case_study__popular_post h3 {
  color: #000;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 0.045px;
}

/* line 394, app/assets/stylesheets/components/case-study/case_study.scss */
.case_study__popular_posts {
  display: flex;
  flex-direction: row;
  padding: 32px;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  /* line 394, app/assets/stylesheets/components/case-study/case_study.scss */
  .case_study__popular_posts {
    flex-direction: column;
    gap: 10px;
  }
}

/* line 406, app/assets/stylesheets/components/case-study/case_study.scss */
.case_study_container {
  max-width: 1275px;
  margin: 0 auto;
}

/* line 1, app/assets/stylesheets/components/_brackets.scss */
.brackets {
  padding-top: 20vh;
  min-height: 100vh;
}

@media screen and (max-width: 767px) {
  /* line 1, app/assets/stylesheets/components/_brackets.scss */
  .brackets {
    padding: 20px;
    padding-top: 10vh;
  }
}

/* line 8, app/assets/stylesheets/components/_brackets.scss */
.brackets__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 52px;
  letter-spacing: 0.005em;
  color: #252729;
  padding: 7px 0px 21px;
  text-align: center;
  margin-bottom: 40px;
}

/* line 18, app/assets/stylesheets/components/_brackets.scss */
.brackets .search-form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  gap: 10px;
}

/* line 29, app/assets/stylesheets/components/_brackets.scss */
.brackets .form-group {
  margin-right: 4px;
  align-self: stretch;
  min-width: 300px;
}

@media screen and (max-width: 767px) {
  /* line 29, app/assets/stylesheets/components/_brackets.scss */
  .brackets .form-group {
    width: 100%;
  }
}

/* line 38, app/assets/stylesheets/components/_brackets.scss */
.brackets .label {
  display: block;
  margin-bottom: 5px;
}

/* line 43, app/assets/stylesheets/components/_brackets.scss */
.brackets .search-button,
.brackets .number-filter,
.brackets .dropdown-filter {
  width: 100%;
  border: 2px solid #ec0838;
  border-radius: 4px;
  font-size: 18px;
  padding: 10px 10px;
  height: 50px;
}

/* line 54, app/assets/stylesheets/components/_brackets.scss */
.brackets .unselected {
  color: #969696;
}

/* line 57, app/assets/stylesheets/components/_brackets.scss */
.brackets .search-button {
  background-color: #ec0838;
  color: #fff;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
  padding: 8px 12px;
  cursor: pointer;
}

/* line 66, app/assets/stylesheets/components/_brackets.scss */
.brackets_bracket {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
  margin: 32px auto;
  max-width: 1100px;
  padding: 20px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

/* line 76, app/assets/stylesheets/components/_brackets.scss */
.brackets_bracket__preview {
  max-width: 400px;
}

/* line 79, app/assets/stylesheets/components/_brackets.scss */
.brackets_bracket__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 52px;
  letter-spacing: 0.005em;
  color: #252729;
  padding: 7px 0px 21px;
  text-align: center;
}

/* line 89, app/assets/stylesheets/components/_brackets.scss */
.brackets__faq {
  display: flex;
  flex-direction: column;
  max-width: 640px;
  padding: 20px;
  margin: 0 auto;
}

/* line 95, app/assets/stylesheets/components/_brackets.scss */
.brackets__faq h2 {
  color: #252729;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.5px;
  padding-top: 30px;
  margin-bottom: 20px;
  border-top: 1px solid rgba(29, 29, 31, 0.1);
}

/* line 105, app/assets/stylesheets/components/_brackets.scss */
.brackets__faq p {
  margin-top: 25px;
  margin-bottom: 0;
  color: #1d1d1f;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  padding-bottom: 20px;
}

/* line 114, app/assets/stylesheets/components/_brackets.scss */
.brackets__faq ol {
  list-style: decimal;
  padding-left: 30px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
}

/* line 122, app/assets/stylesheets/components/_brackets.scss */
.brackets__cta {
  display: flex;
  justify-content: center;
}

/* line 126, app/assets/stylesheets/components/_brackets.scss */
.brackets__table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto;
}

/* line 131, app/assets/stylesheets/components/_brackets.scss */
.brackets__table td {
  padding: 20px;
  border: 1px solid #ddd;
  text-align: left;
}

@media screen and (max-width: 767px) {
  /* line 131, app/assets/stylesheets/components/_brackets.scss */
  .brackets__table td {
    padding: 10px;
  }
}

/* line 141, app/assets/stylesheets/components/_brackets.scss */
.bracket {
  width: 100%;
}

/* line 143, app/assets/stylesheets/components/_brackets.scss */
.bracket__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 52px;
  letter-spacing: 0.005em;
  color: #252729;
  padding: 7px 0px 21px;
  text-align: center;
}

/* line 152, app/assets/stylesheets/components/_brackets.scss */
.bracket__description {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.005em;
  color: #252729;
  padding: 7px 0px 21px;
  text-align: center;
}

/* line 160, app/assets/stylesheets/components/_brackets.scss */
.bracket__image {
  height: auto;
}

/* line 162, app/assets/stylesheets/components/_brackets.scss */
.bracket__image img {
  margin: 16px auto;
}

/* line 166, app/assets/stylesheets/components/_brackets.scss */
.bracket__actions {
  display: flex;
  flex-direction: row;
  gap: 30px;
  justify-content: center;
  align-items: center;
}

/* line 173, app/assets/stylesheets/components/_brackets.scss */
.bracket__btn {
  padding: 10px;
  background-color: #ec0838;
  transition: background-color 0.3s ease-out;
  color: #fff;
  line-height: 1.5;
  font-weight: 700;
  padding-right: 16px;
  padding-left: 16px;
  font-size: 14px;
  text-align: center;
  border-radius: 5px;
}

/* line 188, app/assets/stylesheets/components/_brackets.scss */
.pagination {
  text-align: center;
  padding-top: 30px;
  margin: 30px;
}

/* line 192, app/assets/stylesheets/components/_brackets.scss */
.pagination .next, .pagination .prev, .pagination .first, .pagination .last {
  justify-content: center;
  align-items: center;
  padding: 0px 8px;
  gap: 4px;
  border-radius: 6px;
  height: 32px;
  width: 97px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #EC0838;
  box-sizing: unset;
}

/* line 209, app/assets/stylesheets/components/_brackets.scss */
.pagination .page {
  justify-content: center;
  align-items: center;
  padding: 0px 4px;
  gap: 8px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #252729;
  width: 32px;
  height: 32px;
  padding: 5px 10px;
  margin-right: 8px;
}

/* line 224, app/assets/stylesheets/components/_brackets.scss */
.pagination .page:hover {
  background: #fff4f7;
  border-radius: 4px;
  color: #EC0838 !important;
}

/* line 230, app/assets/stylesheets/components/_brackets.scss */
.pagination .current {
  background: #EC0838;
  border-radius: 6px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF !important;
}

/* Styling for diamondscheduler.jp landing page
 Header >> using components/header.scss */
/* line 6, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
.landing-page {
  max-width: 1440px;
  margin: 100px auto;
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 14, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
.landing-page .heading {
  font-size: 48px;
  line-height: 64px;
  font-weight: 700;
}

/* line 20, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
.landing-page .title {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

/* line 26, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
.landing-page .lg-text {
  font-size: 20px;
  line-height: 30px;
}

/* line 31, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
.landing-page .md-text {
  font-size: 18px;
  line-height: 27px;
}

/* line 36, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
.landing-page .sm-text {
  font-size: 16px;
  line-height: 24px;
}

/* line 41, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
.landing-page .sx-text {
  font-size: 14px;
  line-height: 20px;
}

/* line 46, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
.landing-page .bold {
  font-weight: 700;
}

/* line 50, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
.landing-page ul {
  list-style-type: disc;
  margin-left: 30px;
}

/* line 55, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
.landing-page .landingPage__createSchedule__btn {
  background-color: #ec0838 !important;
}

/* line 61, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
.landing-page .hero__wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin: 80px 20px;
}

/* line 70, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
.landing-page .hero__left, .landing-page .hero__right {
  width: 50%;
}

/* line 74, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
.landing-page .hero__left {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}

/* line 82, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
.landing-page .hero__right .landingPage__createSchedule__imgContainer {
  margin-left: 120px;
}

@media (max-width: 1024px) {
  /* line 88, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
  .landing-page .hero__wrapper {
    flex-direction: column;
    margin: 40px 20px;
    text-align: center;
  }
  /* line 93, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
  .landing-page .hero__left {
    width: 100%;
    gap: 40px;
  }
  /* line 97, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
  .landing-page .hero__left .heading br {
    display: none;
  }
  /* line 101, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
  .landing-page .hero__right {
    display: none;
  }
}

/* line 109, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
.landing-page .concern__wrapper {
  margin: 80px 20px;
  text-align: center;
}

/* line 114, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
.landing-page .concern__lists {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  margin-top: 50px;
}

/* line 121, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
.landing-page .concern__item {
  padding: 50px;
  border-radius: 16px;
  border: 1px solid #0094FF54;
  box-shadow: 2px 4px 0px 0px #0094FF54;
}

/* line 127, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
.landing-page .concern__item__image-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

/* line 133, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
.landing-page .concern__item .md-text:hover {
  color: #007ffe;
}

@media (max-width: 1024px) {
  /* line 139, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
  .landing-page .concern__wrapper {
    margin: 40px 20px;
  }
  /* line 143, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
  .landing-page .concern__lists {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
  /* line 148, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
  .landing-page .concern__item {
    padding: 20px;
  }
}

@media (max-width: 500px) {
  /* line 153, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
  .landing-page .concern__lists {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

/* line 162, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
.landing-page .solution__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  text-align: center;
  margin: 80px 20px;
}

/* line 172, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
.landing-page .solution__detail {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* line 178, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
.landing-page .solution__image {
  width: 80%;
  height: auto;
}

@media (max-width: 1024px) {
  /* line 184, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
  .landing-page .solution__wrapper {
    margin: 40px 20px;
    gap: 50px;
  }
  /* line 189, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
  .landing-page .solution__detail br {
    display: none;
  }
}

/* line 198, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
.landing-page .features__wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: center;
  align-items: center;
  margin: 80px 20px;
}

/* line 206, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
.landing-page .features__lists {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 40px;
}

/* line 213, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
.landing-page .features__item {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}

@media (max-width: 1024px) {
  /* line 221, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
  .landing-page .features__wrapper {
    margin: 40px 20px;
  }
  /* line 224, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
  .landing-page .features__lists {
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
  }
}

@media (max-width: 700px) {
  /* line 231, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
  .landing-page .features__lists {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 500px) {
  /* line 237, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
  .landing-page .features__lists {
    grid-template-columns: 1fr;
  }
}

/* line 245, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
.landing-page .benefit__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
  margin: 80px 20px;
}

/* line 253, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
.landing-page .benefit__wrapper .title {
  text-align: center;
}

/* line 258, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
.landing-page .benefit__image {
  width: 60%;
  display: flex;
  justify-content: end;
}

/* line 263, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
.landing-page .benefit__image img {
  width: 90%;
  height: auto;
}

/* line 269, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
.landing-page .benefit__detail {
  display: flex;
  flex-direction: row;
  gap: 50px;
}

/* line 275, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
.landing-page .benefit__lists {
  width: 40%;
  display: grid;
  grid-template-rows: repeat(4, 1fr);
  padding-right: 150px;
}

/* line 282, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
.landing-page .benefit__item {
  display: grid;
  grid-template-columns: 1fr 10fr;
}

/* line 286, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
.landing-page .benefit__item__bar {
  width: 5px;
  height: auto;
}

/* line 291, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
.landing-page .benefit__item__detail {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  gap: 10px;
}

@media (max-width: 1024px) {
  /* line 301, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
  .landing-page .benefit__wrapper {
    margin: 40px 20px;
  }
  /* line 305, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
  .landing-page .benefit__wrapper .title br {
    display: none;
  }
  /* line 311, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
  .landing-page .benefit__detail {
    flex-direction: column;
  }
  /* line 315, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
  .landing-page .benefit__image, .landing-page .benefit__lists {
    width: 100%;
  }
  /* line 319, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
  .landing-page .benefit__image {
    justify-content: center;
  }
  /* line 323, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
  .landing-page .benefit__lists {
    padding: 0px 50px;
  }
}

/* line 332, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
.landing-page .sports__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 50px;
  text-align: center;
  margin: 80px 20px;
}

/* line 341, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
.landing-page .sports__lists {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
}

/* line 347, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
.landing-page .sports__item {
  display: grid;
  grid-template-rows: 1fr 1fr;
  text-align: center;
  padding: 35px 28px;
  border: 1px solid #0094FF54;
  box-shadow: 2px 4px 0px 0px #0094FF54;
  border-radius: 16px;
  gap: 12px;
}

/* line 357, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
.landing-page .sports__item__image {
  margin: 0 auto;
}

/* line 361, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
.landing-page .sports__item .sm-text:hover {
  color: #007ffe;
  cursor: pointer;
}

@media (max-width: 1024px) {
  /* line 368, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
  .landing-page .sports__wrapper {
    margin: 40px 20px;
  }
  /* line 372, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
  .landing-page .sports__lists {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr 1fr;
    gap: 30px;
  }
}

@media (max-width: 700px) {
  /* line 380, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
  .landing-page .sports__lists {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr 1fr 1fr;
    gap: 20px;
  }
  /* line 386, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
  .landing-page .sports__item {
    padding: 20px 10px;
  }
}

/* line 395, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
.landing-page .why-choose__wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 80px 20px;
  gap: 30px;
}

/* line 403, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
.landing-page .why-choose__left {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* line 409, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
.landing-page .why-choose__left__lists {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: repeat(3, 1fr);
  gap: 6px;
}

/* line 417, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
.landing-page .why-choose__left__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}

/* line 425, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
.landing-page .why-choose__right {
  width: 50%;
  display: flex;
  justify-content: end;
  align-items: center;
}

/* line 431, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
.landing-page .why-choose__right img {
  width: 90%;
  height: auto;
}

@media (max-width: 1024px) {
  /* line 438, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
  .landing-page .why-choose__wrapper {
    margin: 40px 20px;
  }
  /* line 441, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
  .landing-page .why-choose__wrapper .title {
    text-align: center;
  }
  /* line 444, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
  .landing-page .why-choose__wrapper .title br {
    display: none;
  }
  /* line 450, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
  .landing-page .why-choose__left {
    width: 100%;
    gap: 40px;
  }
  /* line 454, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
  .landing-page .why-choose__left__lists {
    grid-template-columns: 1fr 1fr;
  }
  /* line 458, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
  .landing-page .why-choose__left__item {
    align-items: center;
  }
  /* line 463, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
  .landing-page .why-choose__right {
    display: none;
  }
}

/* line 471, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
.landing-page .testimonials__wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  margin: 80px 20px;
}

/* line 479, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
.landing-page .testimonials__left {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 0px 20px;
}

/* line 486, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
.landing-page .testimonials__left__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  text-align: left;
}

/* line 493, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
.landing-page .testimonials__left .sm-text {
  color: #9CA3AF;
}

/* line 498, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
.landing-page .testimonials__right {
  width: 50%;
}

@media (max-width: 1024px) {
  /* line 503, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
  .landing-page .testimonials__wrapper {
    flex-direction: column;
    margin: 40px 20px;
    text-align: center;
  }
  /* line 509, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
  .landing-page .testimonials__left {
    padding: 0px;
  }
  /* line 513, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
  .landing-page .testimonials__left, .landing-page .testimonials__right {
    width: 100%;
  }
}

/* line 521, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
.landing-page .faq__wrapper, .landing-page .tutorials__wrapper {
  display: grid;
  grid-template-columns: 1fr 3fr 1fr;
  margin: 80px 20px;
}

/* line 527, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
.landing-page .faq__detail, .landing-page .tutorials__detail {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* line 533, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
.landing-page .faq__lists, .landing-page .tutorials__lists {
  display: flex;
  flex-direction: column;
}

/* line 537, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
.landing-page .faq__item, .landing-page .tutorials__item {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 10px;
  padding: 30px 0px;
  border-bottom: 1px solid #EBEBEB;
}

@media (max-width: 1024px) {
  /* line 547, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
  .landing-page .faq__wrapper, .landing-page .tutorials__wrapper {
    display: grid;
    grid-template-columns: 1fr;
    margin: 40px 20px;
  }
}

/* line 557, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
.landing-page .tutorials__item__btn {
  align-self: flex-start;
  margin-top: 20px;
  margin-bottom: 5px;
  padding: 6px 24px;
  box-shadow: 4px 4px 0px 0px #0094FF54;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  background-color: #ec0838;
  transition: background-color 0.3s ease-out;
  color: #fff;
  font-weight: 700;
}

/* line 575, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
.landing-page .inquiry-form__wrapper {
  display: flex;
  justify-content: center;
  padding: 80px 120px;
  background: #E5E7EB80;
}

/* line 582, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
.landing-page .inquiry-form__container {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

/* line 589, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
.landing-page .inquiry-form__detail .title {
  margin-bottom: 30px;
}

/* line 594, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
.landing-page .inquiry-form__form {
  padding: 32px;
  background-color: #FFFFFF;
  width: 1050px;
  max-width: 100%;
}

/* line 601, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
.landing-page .inquiry-form__form form {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 20px;
}

/* line 608, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
.landing-page .inquiry-form__form__field {
  display: flex;
  flex-direction: column;
  width: 100% !important;
}

/* line 613, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
.landing-page .inquiry-form__form__field__name {
  margin-bottom: 10px;
  font-weight: bold;
}

/* line 618, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
.landing-page .inquiry-form__form__field__placeholder, .landing-page .inquiry-form__form__field__desc {
  border: 1px solid #E5E7EB;
  border-radius: 4px;
  width: 100%;
  box-sizing: border-box;
}

/* line 626, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
.landing-page .inquiry-form__form__field__placeholder {
  height: 40px;
}

/* line 630, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
.landing-page .inquiry-form__form__field__desc {
  height: 80px;
}

/* line 635, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
.landing-page .inquiry-form__form__btn {
  align-self: flex-start;
  margin-top: 20px;
  padding: 12px 32px;
  box-shadow: 4px 4px 0px 0px #0094FF54;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  background-color: #ec0838;
  transition: background-color 0.3s ease-out;
  color: #fff;
  font-weight: 700;
}

/* line 648, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
.landing-page .inquiry-form__form__btn .button-content {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* line 654, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
.landing-page .inquiry-form__form__btn .submit-icon {
  width: 16px;
  height: auto;
}

@media (max-width: 1024px) {
  /* line 662, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
  .landing-page .inquiry-form__wrapper {
    padding: 50px 30px;
    width: 100%;
  }
  /* line 666, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
  .landing-page .inquiry-form__form {
    width: 100%;
    max-width: 600px;
  }
}

@media (max-width: 700px) {
  /* line 673, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
  .landing-page .inquiry-form__wrapper {
    padding: 40px 20px;
  }
  /* line 677, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
  .landing-page .inquiry-form__form {
    width: 100%;
    max-width: 500px;
  }
}

/* line 687, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
.landing-page .footer__wrapper {
  display: flex;
  flex-direction: column;
}

/* line 691, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
.landing-page .footer__detail {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 70px 70px 20px 70px;
}

/* line 697, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
.landing-page .footer__left {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* line 703, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
.landing-page .footer__right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* line 708, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
.landing-page .footer__right ul {
  list-style-type: none;
  margin: 0;
}

/* line 712, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
.landing-page .footer__right ul li {
  margin-bottom: 16px;
}

/* line 717, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
.landing-page .footer__policy-line {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
  gap: 40px;
  padding: 20px 80px 80px;
}

@media (max-width: 700px) {
  /* line 728, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
  .landing-page .footer__detail {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 30px;
  }
  /* line 734, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
  .landing-page .footer__policy-line {
    flex-direction: column;
    gap: 20px;
    padding: 0px 80px 40px;
  }
}

/* Style for the benefit section - bars */
/* line 745, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
.benefit__item:nth-child(1) .benefit__item__bar {
  background-color: #DC2626;
  /* Red color for the first bar */
}

/* line 749, app/assets/stylesheets/components/pages/_ds_landing_page.scss */
.benefit__item:nth-child(n+2) .benefit__item__bar {
  background-color: #E5E7EB;
  /* Gray color for the remaining bars */
}

/* line 30, app/assets/stylesheets/application.scss */
html,
body {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #252729;
  font-weight: 400;
  margin: 0;
  background-color: #fff;
}

/* line 41, app/assets/stylesheets/application.scss */
a:hover {
  text-decoration: none;
  color: #007ffe;
}

/* line 47, app/assets/stylesheets/application.scss */
.section {
  padding: 50px 50px;
  max-width: 1500px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  /* line 47, app/assets/stylesheets/application.scss */
  .section {
    width: 100%;
  }
}

@media (max-width: 479px) {
  /* line 47, app/assets/stylesheets/application.scss */
  .section {
    padding: 50px 30px;
  }
}

/* line 61, app/assets/stylesheets/application.scss */
.componentPadding {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 479px) {
  /* line 61, app/assets/stylesheets/application.scss */
  .componentPadding {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

/* line 71, app/assets/stylesheets/application.scss */
h1, h2 {
  font-size: 52;
}

@media (max-width: 767px) {
  /* line 71, app/assets/stylesheets/application.scss */
  h1, h2 {
    font-size: 46;
  }
}

@media (max-width: 479px) {
  /* line 71, app/assets/stylesheets/application.scss */
  h1, h2 {
    font-size: 36;
  }
}

/* line 83, app/assets/stylesheets/application.scss */
.flash {
  position: relative;
  top: 11em;
  text-align: center;
  padding: 15px;
}

/* line 90, app/assets/stylesheets/application.scss */
.flash-notice {
  background: lightgreen;
}

/* line 94, app/assets/stylesheets/application.scss */
.flash-alert {
  background: crimson;
  color: white;
}
