@charset "UTF-8";
/*-------------------------------------------------------*/
/* Small Business Recruiting Page
/*-------------------------------------------------------*/
.recruitment .logo__link {
  height: 60px;
}
.recruitment > .nav {
  min-height: 60px;
}
.recruitment .recruitment__h2 {
  font-size: 40px;
  line-height: 1.117647;
  font-weight: 700;
  color: #3E4045;
}
.recruitment p:not(.white), .recruitment li:not(.white) {
  color: #495158;
}
.recruitment .btn.bg-hr-purple:hover {
  background-color: rgb(91.0987261146, 96.9108280255, 236.4012738854);
}
.recruitment .bg-grey {
  background-color: #f9f9f9;
}

.hero-recruitment {
  padding-left: 15px;
  padding-right: 15px;
}
.hero-recruitment__right {
  padding-left: 0;
}
.hero-recruitment__header {
  padding-right: 64px;
  font-family: "Inter", sans-serif;
}
.hero-recruitment__header h1, .hero-recruitment__header h5, .hero-recruitment__header .btn {
  font-family: "Inter", sans-serif;
}
.hero-recruitment__header h5 {
  font-size: 22px;
  font-weight: 600;
}
.hero-recruitment__header-underline {
  position: relative;
  display: inline-block;
}
.hero-recruitment__header-underline .underline-svg {
  position: absolute;
  bottom: -4px;
  left: 0;
  pointer-events: none;
  -webkit-transform: rotate(-3deg);
      -ms-transform: rotate(-3deg);
          transform: rotate(-3deg);
}
.hero-recruitment .hero__title {
  font-size: 54px;
  line-height: 1.2;
}
.hero-recruitment .hero__title img {
  margin-left: 4px;
}
.hero-recruitment__iframe {
  position: relative;
  padding: 10px 0;
  border: 2px solid #e9e5e5;
  border-radius: 10px;
  background-color: #FCAFCB;
}
.hero-recruitment__iframe-container {
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  aspect-ratio: 1.7482650601;
  aspect-ratio: 1.71;
}
.hero-recruitment__buttons .hero-recruitment__buttons-trial {
  margin-left: 16px;
  padding-inline: 4px;
}
.hero-recruitment__buttons .hero-recruitment__buttons-trial:hover span {
  color: rgb(216.75, 216.75, 216.75);
}
.hero-recruitment__buttons .hero-recruitment__buttons-trial:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.hero-recruitment__buttons .hero-recruitment__buttons-trial:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.hero-recruitment__rating {
  margin-top: 80px;
}

.hero-recruitment-container {
  border-radius: 40px;
  background: radial-gradient(circle, #DE1766, #EC5FA7);
}
.hero-recruitment-container > .container {
  position: relative;
}

.recruitment-compare .recruitment__h2 > span {
  display: block;
}
.recruitment-compare__card {
  position: relative;
  border: 1px solid #DCDCDC;
  border-radius: 16px;
}
.recruitment-compare__card-title {
  margin-bottom: 0;
  padding: 20px 20px 16px;
  font-size: 20px;
  font-weight: 700;
  color: #3E4045;
  text-transform: uppercase;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom: 1px solid #DCDCDC;
  background-color: #F9F9F9;
}
.recruitment-compare__card-list {
  list-style: none;
  font-size: 16px;
}
.recruitment-compare__card-list > li {
  position: relative;
  padding: 16px 20px 16px 52px;
  border-bottom: 1px solid #DCDCDC;
}
.recruitment-compare__card-list > li:last-child {
  border-bottom: none;
}
.recruitment-compare__card-list > li::before {
  position: absolute;
  content: "";
  left: 18px;
  top: 17px;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='20' cy='20' r='18' fill='none' stroke='%23888888' stroke-width='2.5'/%3E%3Cline x1='13' y1='13' x2='27' y2='27' stroke='%23888888' stroke-width='2.5' stroke-linecap='round'/%3E%3Cline x1='27' y1='13' x2='13' y2='27' stroke='%23888888' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 20px;
}
.recruitment-compare__card--with {
  border-color: #09b84a;
}
.recruitment-compare__card--with .recruitment-compare__card-icon {
  position: absolute;
  top: -24px;
  right: 25px;
}
.recruitment-compare__card--with .recruitment-compare__card-title {
  background-color: #E2F4EE;
}
.recruitment-compare__card--with .recruitment-compare__card-list > li::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg transform='translate(20,20)'%3E%3C!-- gap was between ~305° and ~335°, now extending to ~298° and ~342° (~7° more each side) --%3E%3C!-- 298°=-62°: x=18cos(-62°)=8.45, y=18sin(-62°)=-15.89 --%3E%3C!-- 342°=-18°: x=18cos(-18°)=17.12, y=18sin(-18°)=-5.56 --%3E%3Cpath d='M17.1,-5.6 A18,18 0 1,1 8.5,-15.9' fill='none' stroke='%2309b84a' stroke-width='2.5' stroke-linecap='round'/%3E%3Cpolyline points='-6.5,-4 0,3 16.5,-13.7' fill='none' stroke='%2309b84a' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E");
}
.recruitment-compare__promo p {
  font-size: 16px;
}
.recruitment-compare__promo .recruitment-compare__promo-underline {
  position: relative;
  display: inline-block;
}
.recruitment-compare__promo .recruitment-compare__promo-underline .underline-svg {
  position: absolute;
  bottom: -14px;
  left: -42px;
  pointer-events: none;
  -webkit-transform: rotate(-3deg);
      -ms-transform: rotate(-3deg);
          transform: rotate(-3deg);
}
.recruitment-compare__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.recruitment-compare__buttons .recruitment-compare__buttons-trial {
  border-color: #ff4fa9;
}
.recruitment-compare__buttons .recruitment-compare__buttons-trial span {
  color: #ff4fa9;
}
.recruitment-compare__buttons .recruitment-compare__buttons-trial:hover {
  border-color: rgb(255, 53.5, 156.5397727273);
  background-color: rgb(255, 53.5, 156.5397727273);
}
.recruitment-compare__buttons .recruitment-compare__buttons-trial:hover span {
  color: #ffffff;
}

.recruitment-faqs__accordion .faqs-table__row-btn {
  padding-right: 64px;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.recruitment-faqs__accordion .faqs-table__row-btn::before {
  content: "";
  position: absolute;
  right: 7px;
  top: 20px;
  width: 2px;
  height: 16px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background-color: #3e4045;
}
.recruitment-faqs__accordion .faqs-table__row-btn::after {
  top: 20px;
  right: 7px;
  height: 16px;
  width: 2px;
  border: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-transform-origin: inherit;
      -ms-transform-origin: inherit;
          transform-origin: inherit;
  background-color: #3e4045;
}
.recruitment-faqs__accordion .faqs-table__row-btn[aria-expanded=true] {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1;
  color: #ff4fa9;
}
.recruitment-faqs__accordion .faqs-table__row-btn[aria-expanded=true]::after {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.recruitment-faqs__accordion .faqs-table__collapse ul {
  list-style: none;
}
.recruitment-faqs__accordion .faqs-table__collapse ul > li {
  position: relative;
  padding-left: 14px;
}
.recruitment-faqs__accordion .faqs-table__collapse ul > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #495158;
}

.cta-section-recruitment {
  background: radial-gradient(circle, #4436d2, #7278ef);
}
.cta-section-recruitment p {
  font-size: 16px;
}

.recruitment-ai p, .recruitment-ai li {
  font-size: 16px;
}
.recruitment-ai__content {
  padding-right: 80px;
}
.recruitment-ai__box {
  border-radius: 24px;
  -webkit-box-shadow: 0 2px 24px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 24px rgba(0, 0, 0, 0.1);
}
.recruitment-ai__box-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 24px 16px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  background-color: #DF1664;
}
.recruitment-ai__box-img {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  width: 120px;
  margin-right: 40px;
}
.recruitment-ai .recruitment-ai__img-arrow {
  position: absolute;
  bottom: 10px;
  right: -40px;
  -webkit-transform: rotate(-18deg);
      -ms-transform: rotate(-18deg);
          transform: rotate(-18deg);
}
.recruitment-ai__box-body {
  padding: 30px 24px 24px;
}
.recruitment-ai__list {
  list-style: none;
  padding-left: 0;
}
.recruitment-ai__list > li {
  position: relative;
  padding-left: 34px;
}
.recruitment-ai__list > li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='4,12 9,18 20,6' fill='none' stroke='%234EBE9A' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
}
.recruitment-ai__promo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.recruitment-ai__card {
  position: relative;
  max-width: 450px;
  margin-top: 8px;
  margin-left: 40px;
  padding: 20px;
  border-radius: 16px;
  background-color: #F0F1FD;
}
.recruitment-ai__card::before {
  position: absolute;
  content: "";
  left: -52px;
  top: 48%;
  width: 52px;
  height: 0;
  border-top: 2px solid #F0F1FD;
  z-index: -1;
}
.recruitment-ai__card .recruitment-ai__card-title {
  font-size: 20px;
}
.recruitment-ai__card .recruitment-ai__card-text {
  font-size: 16px;
  font-weight: 600;
}

.recruitment-logos .recruitment-logos__h2 {
  font-size: 28px;
  font-weight: 600;
  color: #ff4fa9;
  text-transform: uppercase;
}
.recruitment-logos .splide__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.recruitment-logos .splide__arrow {
  position: absolute;
  top: 50%;
  border: 0;
  background-color: transparent;
  z-index: 100;
}
.recruitment-logos .splide__arrow--prev {
  left: -50px;
  -webkit-transform: scaleX(-1) translateY(-50%);
      -ms-transform: scaleX(-1) translateY(-50%);
          transform: scaleX(-1) translateY(-50%);
}
.recruitment-logos .splide__arrow--next {
  right: -50px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.recruitment-logos .splide__arrow > svg {
  width: 30px;
}
.recruitment-logos .btn {
  color: #F7FBFD;
  text-transform: uppercase;
}

.recruitment-reviews-cards > .row {
  margin-left: -10px;
  margin-right: -10px;
}
.recruitment-reviews-cards > .row > [class^=col] {
  padding-left: 10px;
  padding-right: 10px;
}

.recruitment-reviews-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 36px;
  border: 1px solid #7277ef;
  border-radius: 16px;
  background-color: rgba(147, 155, 249, 0.1);
}
.recruitment-reviews-card > p {
  font-size: 20px;
  line-height: 1.5;
}
.recruitment-reviews-card__footer {
  margin-top: auto;
}
.recruitment-reviews-card__footer p {
  font-size: 16px;
  font-weight: 600;
}

.recruitment-blog-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  border-radius: 16px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.05);
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.recruitment-blog-card > img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.recruitment-blog-card__body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px;
}
.recruitment-blog-card .recruitment-blog-card__title {
  font-size: 18px;
  font-weight: 600;
  color: #3E4045;
}
.recruitment-blog-card .recruitment-blog-card__text-footer {
  line-height: 1.3;
}
.recruitment-blog-card:hover {
  -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}

.cta-section-recruitment--footer {
  background: radial-gradient(circle, #DE1766, #EC5FA7);
}

@media (max-width: 1199px) {
  .flex > [class^=col-lg] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .hero-recruitment .hero__title {
    font-size: 48px;
  }
  .hero-recruitment__header {
    padding-right: 0;
  }
  .hero-recruitment__header-underline .underline-svg {
    bottom: -12px;
    left: -10px;
  }
  .hero-recruitment__right {
    margin-top: 40px;
    padding-left: 15px;
  }
  .hero-recruitment__iframe-container {
    aspect-ratio: 1.7482650601;
  }
  .recruitment-ai__content {
    padding-right: 0;
  }
  .recruitment-logos .splide__arrow--prev {
    left: -40px;
  }
  .recruitment-logos .splide__arrow--next {
    right: -40px;
  }
}
@media (max-width: 991px) {
  .flex > [class^=col-md] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .hero-recruitment .hero__title {
    font-size: 42px;
  }
  .hero-recruitment h5 {
    font-size: 20px;
  }
  .hero-recruitment__iframe-container {
    aspect-ratio: 1.6260126582;
  }
  .recruitment-logos .splide__arrow--prev {
    left: -20px;
  }
  .recruitment-logos .splide__arrow--next {
    right: -20px;
  }
  .recruitment-reviews-card {
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .flex > [class^=col-sm] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .hero-recruitment .hero__title {
    font-size: 30px;
  }
  .hero-recruitment h5 {
    font-size: 17px;
  }
  .hero-recruitment__header-underline .underline-svg {
    width: 132px;
    left: -4px;
  }
  .hero-recruitment__iframe {
    padding: 10px;
  }
  .hero-recruitment .hero-recruitment__buttons-demo {
    padding: 0 16px;
  }
  .recruitment-compare__promo .recruitment-compare__promo-underline .underline-svg {
    width: 116px;
    left: -20px;
  }
  .recruitment-ai__promo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
  }
  .recruitment-ai__card {
    margin-left: 0;
  }
  .recruitment-ai__card::before {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    left: calc(50% - 26px);
    top: -26px;
  }
  .recruitment-logos .splide__arrow--prev {
    left: 0;
  }
  .recruitment-logos .splide__arrow--next {
    right: 0;
  }
  .recruitment-reviews-card > p {
    font-size: 18px;
  }
  .recruitment-reviews-card__footer p {
    font-size: 16px;
  }
}
.features-menu-mobile + .content-wrapper {
  margin-top: 160px;
}

@media screen and (max-width: 991px) {
  .hero-recruitment-container {
    border-radius: 24px;
  }
  .features-menu-mobile {
    top: 60px;
  }
  .features-menu-mobile + .content-wrapper {
    margin-top: 64px;
  }
  .recruitment .recruitment__h2 {
    font-size: 32px;
  }
  .recruitment-logos .recruitment-logos__h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .recruitment-compare__promo {
    padding-left: 25px;
    padding-right: 25px;
  }
}/*# sourceMappingURL=small-business-recruiting.css.map */