/*
@mixin secondaryFont($force : "") {
	font-family: 'FontName', sans-serif unquote($force);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}*/
/**********
 * HEADER *
**********/
/************
 * ELEMENTS *
************/
/**
 * Button mixin
 * 
 * @param {String} $force - Optional string to force additional property values (e.g. !important).
 * 
 * Usage:
 *   @include button();
 *   @include button("!important");
 */
/**********
 * TOGGLE *
 **********/
/********
 * TAGS *
********/
/***********
 * OVERLAY *
***********/
/**********
 * HEADER *
**********/
/*********
 * FORMS *
*********/
/*********
 * MENUS *
*********/
.menu.lvl-3 {
  display: flex;
  gap: 12px;
  flex-flow: row nowrap;
  width: 100%;
  overflow-x: scroll;
}
.menu.lvl-3 ::-webkit-scrollbar {
  display: none;
}
.menu.lvl-3 {
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}

/********
 * TAGS *
********/
/***********
 * INFOBOX *
***********/
.notice {
  width: 100%;
  border-radius: 8px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  font-family: "Stara", sans-serif;
  -webkit-font-smoothing: antialiased; /* Chrome, Safari */
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 1.4em;
}
@media (max-width: 720px) {
  .notice {
    font-size: 14px;
    line-height: 1.4em;
  }
}
.notice {
  color: #33306d;
  background: rgba(51, 48, 109, 0.2);
  padding: 12px 12px 11px;
  box-sizing: border-box;
}
.notice .icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.notice .icon svg {
  height: 16px;
  width: auto;
}
.notice .icon svg path {
  fill: #33306d;
}
.notice.error {
  background: rgba(255, 62, 62, 0.2);
  color: #ff3e3e;
}
.notice.error svg path {
  fill: #ff3e3e;
}

/*********
 * DEALS *
 *********/
.deal-card {
  background: linear-gradient(180deg, #ffeba5 0%, #ffe27a 100%);
  border-radius: 8px;
  color: #33306d;
  padding: 16px;
  padding-top: 8px;
  max-width: 350px;
}
@media (max-width: 720px) {
  .deal-card {
    max-width: 100%;
  }
}
.deal-card .deal-card-inner {
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 100%;
}
.deal-card .deal-card-inner .deal-head .deal-card-title {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
}
.deal-card .deal-card-inner .deal-head .deal-card-title svg {
  height: 16px;
  width: auto;
}
.deal-card .deal-card-inner .deal-card-button {
  margin-top: auto;
}
.deal-card .deal-card-inner .deal-card-button button {
  width: 100%;
}

.businessplans-block .plans.content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  align-items: center;
  gap: 16px;
}
.businessplans-block nav.type-select {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: -moz-min-content;
  width: min-content;
  align-items: center;
  margin: 0 auto;
  gap: 16px;
  background: #ffffff;
  border-radius: 999px;
  max-width: 100%;
  box-sizing: border-box;
}
@media (max-width: 720px) {
  .businessplans-block nav.type-select {
    flex-direction: column;
    background: transparent;
  }
}
.businessplans-block nav.type-select button:not(.clickable) {
  pointer-events: none;
  opacity: 0.5;
}
.businessplans-block .plans__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  align-items: center;
  gap: 16px;
  margin: 32px auto;
}
.businessplans-block .plans__wrapper .plan {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  align-items: center;
  gap: 32px;
}
.businessplans-block .plans__wrapper .plan .intro {
  text-align: center;
  max-width: 700px;
}
.businessplans-block .plans__wrapper .plan .splide__track {
  overflow: visible !important;
}
.businessplans-block .plans__wrapper .plan .types-wrapper .splide__list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  align-items: stretch;
  gap: 16px;
  height: 100%;
}
@media (max-width: 820px) {
  .businessplans-block .plans__wrapper .plan .types-wrapper .splide__list {
    justify-content: flex-start;
    gap: 0px;
  }
}
.businessplans-block .plans__wrapper .plan .types-wrapper .splide__list .offer-type {
  flex: 1 1 50%;
  background: #ffffff;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  padding: 24px;
  box-sizing: border-box;
  min-height: 100%;
}
@media (max-width: 820px) {
  .businessplans-block .plans__wrapper .plan .types-wrapper .splide__list .offer-type {
    width: 100%;
    flex: 0 0 100%;
  }
}
.businessplans-block .plans__wrapper .plan .types-wrapper .splide__list .offer-type ul.features-wrapper {
  list-style: none;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 8px;
  flex-grow: 1;
  margin-bottom: 16px;
  box-sizing: border-box;
}
.businessplans-block .plans__wrapper .plan .types-wrapper .splide__list .offer-type ul.features-wrapper li.feature {
  width: 100%;
  list-style-type: none;
  display: flex;
  gap: 8px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  box-sizing: border-box;
}
.businessplans-block .plans__wrapper .plan .types-wrapper .splide__list .offer-type ul.features-wrapper li.feature p {
  margin-bottom: 0px;
}
.businessplans-block .plans__wrapper .plan .types-wrapper .splide__list .offer-type ul.features-wrapper li.feature .checkmark,
.businessplans-block .plans__wrapper .plan .types-wrapper .splide__list .offer-type ul.features-wrapper li.feature .info {
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  margin-top: 4px;
}
.businessplans-block .plans__wrapper .plan .types-wrapper .splide__list .offer-type ul.features-wrapper li.feature .checkmark svg,
.businessplans-block .plans__wrapper .plan .types-wrapper .splide__list .offer-type ul.features-wrapper li.feature .info svg {
  width: 16px;
  height: 16px;
}
.businessplans-block .plans__wrapper .plan .types-wrapper .splide__list .offer-type ul.features-wrapper li.feature .info {
  position: relative;
  cursor: pointer;
}
.businessplans-block .plans__wrapper .plan .types-wrapper .splide__list .offer-type ul.features-wrapper li.feature .info svg path {
  fill: #c4bcb8;
}
.businessplans-block .plans__wrapper .plan .types-wrapper .splide__list .offer-type ul.features-wrapper li.feature .info .popover {
  position: absolute;
  bottom: -10px;
  right: -10px;
  background: #f8f7fd;
  border-radius: 8px;
  padding: 8px 16px;
  transform: translateY(100%);
  z-index: 10;
  display: none;
  max-width: 80vw;
  min-width: 200px;
}
.businessplans-block .plans__wrapper .plan .types-wrapper .splide__list .offer-type ul.features-wrapper li.feature .info .popover:before {
  content: "";
  position: absolute;
  top: 0px;
  right: 10px;
  transform: translateY(-100%);
  border: 8px solid transparent;
  border-bottom-color: #f8f7fd;
  box-sizing: inherit;
}
.businessplans-block .plans__wrapper .plan .types-wrapper .splide__list .offer-type ul.features-wrapper li.feature .info .popover.hidden {
  display: none !important;
}
.businessplans-block .plans__wrapper .plan .types-wrapper .splide__list .offer-type ul.features-wrapper li.feature .info:hover .popover {
  display: inline-block !important;
}
.businessplans-block .plans__wrapper .plan .types-wrapper .splide__list .offer-type .short-info {
  font-family: "Stara", sans-serif;
  -webkit-font-smoothing: antialiased; /* Chrome, Safari */
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 1.4em;
}
@media (max-width: 720px) {
  .businessplans-block .plans__wrapper .plan .types-wrapper .splide__list .offer-type .short-info {
    font-size: 14px;
    line-height: 1.4em;
  }
}
.businessplans-block .plans__wrapper .plan .types-wrapper .splide__list .offer-type .short-info {
  background: rgba(246, 235, 196, 0.3);
  padding: 16px;
  border-radius: 8px;
}
.businessplans-block .plans__wrapper .plan .types-wrapper .splide__list .offer-type .price {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  margin-top: auto;
}/*# sourceMappingURL=businessplans.css.map */