/* Mediaquery example --------------------

@media only screen and (max-width: $container-size-m) {

}

*/
.viewport-wrapper.for-employers {
  position: relative;
}
.viewport-wrapper.for-employers .desktop-nav {
  z-index: 15;
  position: relative;
  border-bottom: solid 1px #6a4df8;
  background-color: #7F66F9;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1180px) and (orientation: landscape) {
  .viewport-wrapper.for-employers .desktop-nav {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.viewport-wrapper.for-employers .desktop-nav .mobile-column {
  align-items: center;
}
.viewport-wrapper.for-employers .desktop-nav .logo-wrapper {
  display: flex;
  align-items: center;
  align-items: flex-start;
  flex-direction: column;
}
.viewport-wrapper.for-employers .desktop-nav .logo-wrapper path,
.viewport-wrapper.for-employers .desktop-nav .logo-wrapper rect {
  fill: #FFFFFF !important;
}
.viewport-wrapper.for-employers .desktop-nav.sticky {
  position: fixed;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.viewport-wrapper.for-employers .mobile-nav {
  background: #7F66F9;
}
@media only screen and (max-width: 768px) {
  .viewport-wrapper.for-employers .mobile-nav .logo-wrapper path,
  .viewport-wrapper.for-employers .mobile-nav .logo-wrapper rect {
    fill: #FFFFFF !important;
  }
}
.viewport-wrapper.for-employers .primary-nav-wrapper > ul.primary-nav {
  color: #FFFFFF;
  z-index: 100;
}
.viewport-wrapper.for-employers .primary-nav-wrapper > ul.primary-nav.employers > li {
  border-bottom: solid 1px transparent;
}
.viewport-wrapper.for-employers .primary-nav-wrapper > ul.primary-nav.employers > li:hover {
  text-decoration: none;
  border-bottom: solid 1px #FFFFFF;
}
.viewport-wrapper.for-employers .primary-nav-wrapper > ul.primary-nav.employers > li.active {
  color: #FFFFFF;
}
.viewport-wrapper.for-employers .primary-nav-wrapper > ul.primary-nav.employers > li.active:after {
  background-color: #FFFFFF;
}
.viewport-wrapper.for-employers .primary-nav-wrapper > ul.primary-nav > li {
  color: #FFFFFF;
}
.viewport-wrapper.for-employers .primary-nav-wrapper > ul.primary-nav > li:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
.viewport-wrapper.for-employers .primary-nav-wrapper > ul.primary-nav > li:hover a + div {
  display: flex;
}
.viewport-wrapper.for-employers .primary-nav-wrapper > ul.primary-nav > li:hover a + div.hover-menu {
  opacity: 1;
  pointer-events: all;
}
.viewport-wrapper.for-employers .primary-nav-wrapper > ul.primary-nav > li:hover a + div > ul {
  display: flex;
}
.viewport-wrapper.for-employers .logo-wrapper {
  z-index: 10;
  position: relative;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1180px) and (orientation: landscape) {
  .viewport-wrapper.for-employers .header-cta-wrapper {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    margin-left: 1rem;
  }
}
.viewport-wrapper.for-employers .header-cta-wrapper .cta-button.pri {
  background-color: #FFFFFF;
  color: #000000;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1180px) and (orientation: landscape) {
  .viewport-wrapper.for-employers .header-cta-wrapper .cta-button.pri {
    font-size: 0.9rem;
  }
}
.viewport-wrapper.for-employers .header-content {
  width: 100%;
}

.global-header-wrapper.for-employers-header {
  background: none;
  display: flex;
  position: relative;
  z-index: 11;
  justify-content: center;
  min-height: 33rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: " ";
  position: absolute;
  z-index: 1;
  display: flex;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1200px) {
  .global-header-wrapper.for-employers-header {
    background-position-x: 79%;
  }
}
.global-header-wrapper.for-employers-header:after {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: " ";
  position: absolute;
  z-index: 1;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7f66f9+0,7f66f9+100&1+0,1+45,0.7+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(127, 102, 249, 0.1) 0%, rgba(127, 102, 249, 0.1) 45%, rgba(127, 102, 249, 0.1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#7f66f9", endColorstr="#b37f66f9",GradientType=1 ); /* IE6-9 */
}
@media only screen and (max-width: 768px) {
  .global-header-wrapper.for-employers-header:after {
    background: linear-gradient(to right, rgba(127, 102, 249, 0.25) 0%, rgba(127, 102, 249, 0.25) 45%, rgba(127, 102, 249, 0.25) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
}
@media only screen and (max-width: 768px) {
  .global-header-wrapper.for-employers-header {
    min-height: 28rem;
  }
}
@media only screen and (max-width: 480px) {
  .global-header-wrapper.for-employers-header {
    min-height: 26rem;
  }
}
.global-header-wrapper.for-employers-header .content-wrapper {
  z-index: 2;
}
.global-header-wrapper.for-employers-header .content-wrapper h1 {
  text-align: center;
  font-size: 2.5rem;
  line-height: 3.2rem;
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  .global-header-wrapper.for-employers-header .content-wrapper h1 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
@media only screen and (max-width: 480px) {
  .global-header-wrapper.for-employers-header .content-wrapper h1 {
    font-size: 1.8rem;
    line-height: 2.2rem;
    margin-top: 0;
    margin-bottom: 2rem;
  }
}
.global-header-wrapper.for-employers-header .content-wrapper h1 strong {
  font-weight: bold;
}

.for-employers-content-wrapper .header-cta-block {
  background-color: #7F66F9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 100%;
  color: #FFFFFF;
  border-radius: 2rem;
  padding: 2.5rem;
  margin-top: -11rem;
  margin-bottom: 4rem;
  z-index: 10;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .for-employers-content-wrapper .header-cta-block {
    padding: 1.5rem;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 480px) {
  .for-employers-content-wrapper .header-cta-block {
    padding: 1.5rem;
    margin-top: -9rem;
  }
}
.for-employers-content-wrapper .header-cta-block h2 {
  font-size: 1.8rem;
  line-height: 1.8rem;
  margin-top: 0;
  margin-bottom: 1rem;
}
.for-employers-content-wrapper .header-cta-block p {
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
  line-height: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .for-employers-content-wrapper .header-cta-block p {
    line-height: 1.4rem;
  }
}
.for-employers-content-wrapper .header-cta-block .cta-button {
  margin-bottom: 0;
}
.for-employers-content-wrapper .header-cta-block .cta-button:hover {
  background-color: #FFFFFF;
  color: #000000;
}
.for-employers-content-wrapper .header-cta-block .circle {
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .for-employers-content-wrapper .header-cta-block .circle {
    display: none;
  }
}
.for-employers-content-wrapper .header-cta-block .circle.white {
  width: 12rem;
  height: 12rem;
  left: -2rem;
  bottom: -2rem;
  z-index: -1;
  animation-name: float-white;
  animation-duration: 7s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-iteration-count: infinite;
}
@keyframes float-white {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-0.5rem) translateX(-0.5rem);
  }
  100% {
    transform: translateY(0) rotate(0deg);
  }
}
.for-employers-content-wrapper .header-cta-block .circle.red {
  width: 2.5rem;
  height: 2.5rem;
  bottom: 9rem;
  left: 10rem;
  z-index: -1;
  animation-name: float-red;
  animation-duration: 5.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-iteration-count: infinite;
}
@keyframes float-red {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(0.5rem) translateX(-0.5rem);
  }
  100% {
    transform: translateY(0) rotate(0deg);
  }
}
.for-employers-content-wrapper .for-employers-usps {
  display: flex;
  width: 100%;
  max-width: 90%;
  justify-content: center;
  align-self: center;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .for-employers-content-wrapper .for-employers-usps {
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
  }
}
.for-employers-content-wrapper .for-employers-usps .usp-item-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .for-employers-content-wrapper .for-employers-usps .usp-item-wrapper {
    margin-bottom: 1.5rem;
  }
}
.for-employers-content-wrapper .for-employers-usps .usp-item-wrapper:last-of-type {
  margin-right: 0;
}
.for-employers-content-wrapper .for-employers-usps .usp-item-wrapper > .icon {
  margin-bottom: 1rem;
  display: inline-flex;
  flex-direction: row;
}
@media only screen and (max-width: 768px) {
  .for-employers-content-wrapper .for-employers-usps .usp-item-wrapper > .icon {
    min-width: 3.5rem;
    width: 0;
    margin-bottom: 0.3rem;
    position: relative;
  }
}
.for-employers-content-wrapper .for-employers-usps .usp-item-wrapper > .icon .icon-label {
  font-size: 1.7rem;
  color: #000000;
  font-weight: 800;
  margin-left: 0;
  z-index: 11;
}
@media only screen and (max-width: 480px) {
  .for-employers-content-wrapper .for-employers-usps .usp-item-wrapper > .icon .icon-label {
    font-size: 1.5rem;
    min-width: 4.5rem;
    position: absolute;
    left: 100%;
  }
}
.for-employers-content-wrapper .for-employers-usps .usp-item-wrapper > .icon svg {
  width: 5rem;
  height: 5rem;
  padding-right: 0.5rem;
  max-height: 4rem;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .for-employers-content-wrapper .for-employers-usps .usp-item-wrapper > .icon svg {
    flex-shrink: 0;
    width: 3.5rem;
    height: 3.5rem;
  }
}
.for-employers-content-wrapper .for-employers-usps .usp-item-wrapper .text {
  font-size: 1rem;
  line-height: 1.3rem;
  max-width: 12rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .for-employers-content-wrapper .for-employers-usps .usp-item-wrapper .text {
    max-width: none;
  }
}
.for-employers-content-wrapper .for-employers-usps .usp-item-wrapper .text a {
  color: #000000;
}
.for-employers-content-wrapper .for-employers-usps .usp-item-wrapper .text a:hover {
  color: #7F66F9;
}
.for-employers-content-wrapper .for-employers-usps .region svg {
  transform: translateY(-0.25rem);
}
.for-employers-content-wrapper .for-employers-service-blocks {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .for-employers-content-wrapper .for-employers-service-blocks {
    flex-direction: column;
    margin-right: 0;
    margin-bottom: 0;
  }
}
.for-employers-content-wrapper .for-employers-service-blocks .service-block {
  border-radius: 1.5rem;
  background-color: #FFF262;
  margin-right: 2rem;
  padding: 3rem;
  flex: 1;
  justify-content: center;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-self: stretch;
  justify-content: flex-start;
}
@media only screen and (max-width: 768px) {
  .for-employers-content-wrapper .for-employers-service-blocks .service-block {
    padding: 2rem;
    margin-right: 0;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 480px) {
  .for-employers-content-wrapper .for-employers-service-blocks .service-block {
    padding: 1.5rem;
  }
}
.for-employers-content-wrapper .for-employers-service-blocks .service-block h4 {
  font-size: 1.5rem;
  line-height: 1.8rem;
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .for-employers-content-wrapper .for-employers-service-blocks .service-block h4 {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}
@media only screen and (max-width: 480px) {
  .for-employers-content-wrapper .for-employers-service-blocks .service-block h4 {
    font-size: 1.1rem;
    line-height: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .for-employers-content-wrapper .for-employers-service-blocks .service-block h4 br {
    display: none;
  }
}
.for-employers-content-wrapper .for-employers-service-blocks .service-block .counter {
  background-color: white;
  border-radius: 1.5rem;
  display: inline-flex;
  align-items: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-left: 0.3rem;
  margin-right: 0.3rem;
}
@media only screen and (max-width: 768px) {
  .for-employers-content-wrapper .for-employers-service-blocks .service-block .counter {
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
  }
}
.for-employers-content-wrapper .for-employers-service-blocks .service-block .counter .arrow {
  background-color: #E5F2FF;
  border-radius: 1rem;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1.1rem;
  font-family: monospace;
  line-height: 0.5rem;
  font-weight: bold;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.for-employers-content-wrapper .for-employers-service-blocks .service-block .counter .arrow:hover {
  background-color: #7F66F9;
  color: #FFFFFF;
}
.for-employers-content-wrapper .for-employers-service-blocks .service-block .counter .arrow.left {
  margin-right: 0.5rem;
}
.for-employers-content-wrapper .for-employers-service-blocks .service-block .counter .arrow.right {
  margin-left: 0.5rem;
}
.for-employers-content-wrapper .for-employers-service-blocks .service-block.prepaid {
  background-color: #E5F2FF;
  margin-right: 2rem;
}
@media only screen and (max-width: 768px) {
  .for-employers-content-wrapper .for-employers-service-blocks .service-block.prepaid {
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
}
.for-employers-content-wrapper .for-employers-service-blocks .service-block.yearly {
  background-color: #FFCECE;
  margin-right: 0;
}
.for-employers-content-wrapper .for-employers-service-blocks .service-block .cta-button {
  margin-bottom: 2rem;
}
.for-employers-content-wrapper .for-employers-service-blocks .service-block .service-subtitle {
  margin-bottom: 1.5rem;
  min-height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .for-employers-content-wrapper .for-employers-service-blocks .service-block .service-subtitle {
    flex-direction: column;
  }
}
.for-employers-content-wrapper .employers-center-title {
  text-align: center;
  font-size: 2.3rem;
  line-height: 2.5rem;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 768px) {
  .for-employers-content-wrapper .employers-center-title {
    margin-top: 1rem;
    margin-bottom: 2.5rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .for-employers-content-wrapper .employers-center-title br {
    display: none;
  }
}
.for-employers-content-wrapper .wide-row-wrapper {
  width: 100%;
  display: flex;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .for-employers-content-wrapper .wide-row-wrapper {
    flex-direction: column;
    margin-bottom: 0;
  }
}
.for-employers-content-wrapper .wide-row-wrapper:nth-child(odd) .text-col {
  padding-left: 0;
}
.for-employers-content-wrapper .wide-row-wrapper:nth-child(odd) .content-limiter {
  align-self: flex-end;
  margin-right: 7rem;
}
@media only screen and (max-width: 768px) {
  .for-employers-content-wrapper .wide-row-wrapper:nth-child(odd) .content-limiter {
    margin-right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1180px) and (orientation: portrait) {
  .for-employers-content-wrapper .wide-row-wrapper:nth-child(odd) .content-limiter {
    margin-right: 3rem;
  }
}
.for-employers-content-wrapper .wide-row-wrapper .image-col {
  background: url(/resources/_temp/header-image-2.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .for-employers-content-wrapper .wide-row-wrapper .image-col {
    margin-bottom: 2rem;
    order: 0;
    border-radius: 0;
  }
}
@media only screen and (max-width: 768px) {
  .for-employers-content-wrapper .wide-row-wrapper .text-col {
    order: 1;
  }
}
.for-employers-content-wrapper .wide-row-wrapper .text-col .content-limiter {
  max-width: 35rem;
  padding-left: 7rem;
}
@media only screen and (max-width: 768px) {
  .for-employers-content-wrapper .wide-row-wrapper .text-col .content-limiter {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1180px) and (orientation: portrait) {
  .for-employers-content-wrapper .wide-row-wrapper .text-col .content-limiter {
    padding-left: 3rem;
  }
}
.for-employers-content-wrapper .wide-row-wrapper .text-col h4 {
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  line-height: 2.2rem;
}
@media only screen and (max-width: 768px) {
  .for-employers-content-wrapper .wide-row-wrapper .text-col h4 {
    font-size: 1.4rem;
    line-height: 2rem;
    margin-bottom: 0.5rem;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .for-employers-content-wrapper .wide-row-wrapper .text-col h4 br {
    display: contents;
  }
}
.for-employers-content-wrapper .wide-row-wrapper .text-col p {
  font-size: 1.1rem;
  line-height: 1.5rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .for-employers-content-wrapper .wide-row-wrapper .text-col p {
    text-align: center;
  }
}
.for-employers-content-wrapper .wide-row-wrapper .text-col p:last-of-type {
  margin-bottom: 0;
}
.for-employers-content-wrapper .wide-row-wrapper .text-col .cta-button {
  margin-bottom: 0;
}
.for-employers-content-wrapper .wide-row-wrapper > .one {
  min-height: 33rem;
}
@media only screen and (max-width: 768px) {
  .for-employers-content-wrapper .wide-row-wrapper > .one {
    min-height: 15rem;
  }
}
.for-employers-content-wrapper .wide-row-wrapper .text-col + .image-col {
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
@media only screen and (max-width: 768px) {
  .for-employers-content-wrapper .wide-row-wrapper .text-col + .image-col {
    border-radius: 0;
  }
}

.reviews-faq-bar-wrapper {
  margin-left: auto;
  margin-right: auto;
  background-color: #fafafa;
}
.reviews-faq-bar-wrapper h4 {
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  line-height: 2rem;
}
.reviews-faq-bar-wrapper h5 {
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 0.3rem;
}
.reviews-faq-bar-wrapper .text-wrapper {
  margin-top: 0;
  margin-bottom: 2rem;
}
.reviews-faq-bar-wrapper .review-wrapper {
  margin-bottom: 1.5rem;
}
.reviews-faq-bar-wrapper .content-wrapper {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .reviews-faq-bar-wrapper .content-wrapper {
    flex-direction: column;
  }
}
.reviews-faq-bar-wrapper .content-wrapper > div:first-of-type {
  padding-right: 3rem;
  border-right: solid 3px #ebebeb;
}
@media only screen and (max-width: 768px) {
  .reviews-faq-bar-wrapper .content-wrapper > div:first-of-type {
    padding-right: 0;
    border-right: none;
  }
}
.reviews-faq-bar-wrapper .content-wrapper > div:last-of-type {
  margin-left: 3rem;
}
@media only screen and (max-width: 768px) {
  .reviews-faq-bar-wrapper .content-wrapper > div:last-of-type {
    margin-left: 0;
  }
}

section.contact-reviews-bar-wrapper {
  padding-bottom: 5rem;
}
@media only screen and (max-width: 768px) {
  section.contact-reviews-bar-wrapper {
    padding-bottom: 0;
  }
}
section.contact-reviews-bar-wrapper h3 {
  text-align: center;
  font-size: 2rem;
  line-height: 2.5rem;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  section.contact-reviews-bar-wrapper h3 {
    margin-top: 0;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
section.contact-reviews-bar-wrapper .hr {
  margin-bottom: 3rem;
}
section.contact-reviews-bar-wrapper .button-bar {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  section.contact-reviews-bar-wrapper .button-bar {
    margin-bottom: 0;
  }
}
section.contact-reviews-bar-wrapper .reference-image {
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 1.5rem;
  max-width: 10rem;
  max-height: 6rem;
}
section.contact-reviews-bar-wrapper .reference-text {
  margin-left: auto;
  margin-right: auto;
  max-width: 38rem;
  text-align: center;
  margin-bottom: 1.5rem;
  line-height: 1.4rem;
}
section.contact-reviews-bar-wrapper .reference-text a {
  color: #000000;
}
section.contact-reviews-bar-wrapper .reference-text a:hover {
  color: #7F66F9;
}
section.contact-reviews-bar-wrapper .reference-details {
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  max-width: 38rem;
  text-align: center;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  section.contact-reviews-bar-wrapper .reference-details {
    line-height: 1.5rem;
  }
}
section.contact-reviews-bar-wrapper .reference-button-bar {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  section.contact-reviews-bar-wrapper .reference-button-bar {
    flex-direction: column;
  }
}

.ja-wizard-container {
  background-color: white;
  margin-bottom: 1rem !important;
}
.ja-wizard-container h2 {
  text-align: start !important;
}
.ja-wizard-container .ja-form-wrapper {
  margin: 3rem 0;
}

.ja-header-content {
  justify-content: center;
}

.application-subtitle {
  margin-top: 1rem;
}

.preview-motivation-wrapper {
  max-height: 5rem;
  overflow: hidden;
  position: relative;
}
.preview-motivation-wrapper .read-more-container {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: white;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
  height: 100%;
}

.read-more-motivation-button {
  justify-content: end;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
  cursor: pointer;
}

.read-more-motivation-button:hover {
  opacity: 0.5;
}

.read-more-motivation-button svg {
  transition: transform 0.3s ease;
}

.read-more-motivation-button svg.rotate-180 {
  transform: rotate(180deg);
}

.job-alert-wrapper.padding-top-bot-xl {
  padding-bottom: 5rem;
}
@media only screen and (min-width: 768px) {
  .job-alert-wrapper.padding-top-bot-xl {
    padding-bottom: 8rem;
    padding-top: 5rem;
  }
}

.job-alert-wrapper h1 {
  line-height: normal;
}
.job-alert-wrapper .content-wrapper {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.job-alert-wrapper .content-wrapper .hr {
  background-color: #95cac6;
  margin: 3rem 0;
}
.job-alert-wrapper .tags {
  display: flex;
  list-style: none;
  flex-direction: column;
  gap: 1rem;
  padding: 0;
  margin-bottom: 0;
}
.job-alert-wrapper .tags a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
@media only screen and (min-width: 768px) {
  .job-alert-wrapper .tags {
    flex-direction: row;
    margin-top: 1rem;
  }
  .job-alert-wrapper .tags a {
    flex-direction: row;
  }
}

.job-offer-other {
  gap: 3rem;
  display: flex;
  margin-top: 3rem;
  margin-bottom: 3rem;
  flex-direction: column;
  padding: 0;
}
.job-offer-other .job-overview-item {
  justify-content: space-between;
}
@media only screen and (min-width: 1200px) {
  .job-offer-other .job-overview-item .top-description-wrapper {
    flex-direction: column;
  }
  .job-offer-other .job-overview-item .premium-logo {
    margin-left: 0;
    padding: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .job-offer-other {
    flex-direction: row;
    max-width: 100rem !important;
    gap: 1rem;
  }
}
.job-offer-other a {
  margin: 0 !important;
}

.job-offer-other-wrapper.padding-top-bot-xl {
  padding-top: 5rem;
  max-width: 100rem;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.job-offer-other-wrapper.padding-top-bot-xl .hr {
  margin-top: 3rem;
  margin-bottom: 6rem;
}
.job-offer-other-wrapper.padding-top-bot-xl .hr.bottom {
  margin-top: 6rem;
  margin-bottom: 3rem;
}
.job-offer-other-wrapper.padding-top-bot-xl .content-wrapper {
  padding-left: 0;
  padding-right: 0;
}
.job-offer-other-wrapper.padding-top-bot-xl h2 {
  margin: 0 auto;
  padding: 0 1rem;
  line-height: normal;
}
@media only screen and (min-width: 768px) {
  .job-offer-other-wrapper.padding-top-bot-xl {
    padding-top: 8rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.job-offer-blog-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media only screen and (min-width: 1200px) {
  .job-offer-blog-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
  }
}

.job-offer-other-button-wrapper {
  display: flex;
  justify-content: end;
}
.job-offer-other-button-wrapper a {
  justify-content: end;
}

.tags .text-link {
  color: black;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.1rem;
}
.tags .text-link:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 768px) {
  .job-offer-input {
    display: flex;
    flex: 2;
  }
}
.job-offer-margin {
  margin-bottom: 2rem !important;
  padding-bottom: 2rem !important;
}

.job-offer .form-row-wrapper {
  flex-direction: row !important;
}

.form-button-bar {
  gap: 1.5rem;
}
.form-button-bar .submit-but {
  text-wrap: nowrap;
}

.preview-motivation-wrapper {
  flex-grow: 1;
}

.form-row-wrapper-preview {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .form-row-wrapper-preview {
    flex-direction: row;
  }
}
.form-row-wrapper-preview label {
  font-weight: bold;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  .form-row-wrapper-preview label {
    flex: 0 0 150px;
  }
}

@media only screen and (max-width: 768px) {
  section.place-ad-usp-header h1 {
    margin-top: 0;
    line-height: 2.3rem;
  }
}
section.place-ad-usp-header h2 {
  font-size: 2.3rem;
  line-height: 3rem;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  section.place-ad-usp-header h2 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 1.5rem;
  }
}
section.place-ad-usp-header ul.usp-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 2rem;
  padding-left: 0;
}
@media only screen and (max-width: 768px) {
  section.place-ad-usp-header ul.usp-list {
    margin-bottom: 1rem;
    padding-left: 0;
    overflow-y: scroll;
    flex-direction: row;
    flex-wrap: nowrap;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
  }
}
section.place-ad-usp-header ul.usp-list li {
  display: flex;
  align-items: center;
  width: calc(50% - 2rem);
  flex-basis: calc(50% - 2rem);
  flex-shrink: 0;
  font-size: 0.9rem;
  margin-right: 2rem;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 768px) {
  section.place-ad-usp-header ul.usp-list li {
    padding-bottom: 0.2rem;
    margin-bottom: 0.5rem;
    margin-right: 1.5rem;
    width: 75%;
    flex-basis: 75%;
    scroll-snap-align: start;
  }
}
section.place-ad-usp-header ul.usp-list li:nth-child(2n) {
  margin-right: 0;
}
section.place-ad-usp-header ul.usp-list li span.icon {
  height: 2.3rem;
  width: 2.3rem;
  margin-right: 1rem;
  flex-shrink: 0;
}
section.place-ad-usp-header ul.usp-list li span.icon svg {
  width: 100%;
  height: 100%;
}

section.ad-wizard-wrapper .ad-wizard-total {
  text-align: center;
  color: #7F66F9;
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  section.ad-wizard-wrapper .ad-wizard-total {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 480px) {
  section.ad-wizard-wrapper .ad-wizard-total {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
}
section.ad-wizard-wrapper .ad-wizard-total span {
  font-weight: bold;
  white-space: nowrap;
}
section.ad-wizard-wrapper .ad-wizard-container {
  border: solid 2px #E2E2E2;
  border-radius: 1.5rem;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 768px) {
  section.ad-wizard-wrapper .ad-wizard-container {
    margin-bottom: 3rem;
  }
}
section.ad-wizard-wrapper .ad-wizard-container ul.ad-wizard-navigation {
  flex-wrap: nowrap;
  width: 100%;
  display: flex;
  margin-bottom: 2rem;
  padding-left: 0;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  section.ad-wizard-wrapper .ad-wizard-container ul.ad-wizard-navigation {
    margin-bottom: 1rem;
  }
}
section.ad-wizard-wrapper .ad-wizard-container ul.ad-wizard-navigation li {
  display: flex;
  flex: 1;
}
section.ad-wizard-wrapper .ad-wizard-container ul.ad-wizard-navigation li a {
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-decoration: none;
  background-color: #7F66F9;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  flex: 1;
  align-self: stretch;
  text-align: center;
  justify-content: center;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  section.ad-wizard-wrapper .ad-wizard-container ul.ad-wizard-navigation li a {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
section.ad-wizard-wrapper .ad-wizard-container ul.ad-wizard-navigation li:after {
  content: "";
  width: 1px;
  height: 100%;
  display: flex;
  background-color: #6a4df8;
}
section.ad-wizard-wrapper .ad-wizard-container ul.ad-wizard-navigation li.active a {
  background-color: #FFFFFF;
  color: #7F66F9;
}
section.ad-wizard-wrapper .ad-wizard-container ul.ad-wizard-navigation li.active a span.number {
  background-color: #7F66F9;
  color: #FFFFFF;
}
section.ad-wizard-wrapper .ad-wizard-container ul.ad-wizard-navigation li:last-of-type:after {
  display: none;
}
section.ad-wizard-wrapper .ad-wizard-container ul.ad-wizard-navigation li span.number {
  background-color: #FFFFFF;
  color: #000000;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.7rem;
  width: 2rem;
  height: 2rem;
}
@media only screen and (max-width: 768px) {
  section.ad-wizard-wrapper .ad-wizard-container ul.ad-wizard-navigation li span.label {
    display: none;
  }
}
section.ad-wizard-wrapper .ad-wizard-container .ad-wizard-limiter {
  padding: 2rem;
}
@media only screen and (max-width: 768px) {
  section.ad-wizard-wrapper .ad-wizard-container .ad-wizard-limiter {
    padding: 1rem;
  }
}
section.ad-wizard-wrapper .ad-wizard-container .ad-wizard-limiter h2 {
  text-align: center;
  display: block;
  font-size: 1.7rem;
  line-height: 1.7rem;
  margin-top: 0;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  section.ad-wizard-wrapper .ad-wizard-container .ad-wizard-limiter h2 {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    line-height: 1.7rem;
  }
}
section.ad-wizard-wrapper .ad-wizard-container .ad-wizard-limiter > .form-row-wrapper {
  display: flex;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: solid 3px #E2E2E2;
}
@media only screen and (max-width: 768px) {
  section.ad-wizard-wrapper .ad-wizard-container .ad-wizard-limiter > .form-row-wrapper {
    flex-direction: column;
    align-items: stretch;
  }
}
section.ad-wizard-wrapper .ad-wizard-container .ad-wizard-limiter > .form-row-wrapper:last-of-type {
  margin-bottom: 5rem;
}
section.ad-wizard-wrapper .ad-wizard-container .ad-wizard-limiter > .form-row-wrapper .label {
  display: flex;
  align-items: center;
  flex: 1;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  section.ad-wizard-wrapper .ad-wizard-container .ad-wizard-limiter > .form-row-wrapper .label {
    margin-bottom: 0.5rem;
  }
}
section.ad-wizard-wrapper .ad-wizard-container .ad-wizard-limiter > .form-row-wrapper .info {
  flex: 1;
  justify-content: flex-end;
  display: flex;
  align-items: center;
}
section.ad-wizard-wrapper .ad-wizard-container .ad-wizard-limiter > .form-row-wrapper .info a {
  font-size: 0.9rem;
  text-decoration: none;
  border-bottom: solid 2px #7F66F9;
  color: #7F66F9;
}
section.ad-wizard-wrapper .ad-wizard-container .ad-wizard-limiter > .form-row-wrapper .info a:hover {
  color: #000000;
  border-bottom-color: #000000;
}
section.ad-wizard-wrapper .ad-wizard-container .ad-wizard-limiter > .form-row-wrapper .info.delete a {
  color: #F48989;
  border-color: #F48989;
}
section.ad-wizard-wrapper .ad-wizard-container .ad-wizard-limiter > .form-row-wrapper .info.delete a .icon {
  margin-right: 0.3rem;
}
section.ad-wizard-wrapper .ad-wizard-container .ad-wizard-limiter > .form-row-wrapper .info.delete a:hover {
  color: #7F66F9;
  border-color: #7F66F9;
}
section.ad-wizard-wrapper .ad-wizard-container .ad-wizard-limiter > .form-row-wrapper .info.delete a:hover .icon {
  color: #7F66F9;
}
section.ad-wizard-wrapper .ad-wizard-container .ad-wizard-limiter > .form-row-wrapper .input textarea {
  width: 100%;
  flex: 2;
  flex-shrink: 0;
  flex-grow: 0;
  flex-basis: 70%;
  padding: 1rem;
  min-height: 10rem;
  border-radius: 1.5rem;
  border: solid 1px #BEBEBE;
  font-family: "Satoshi-Variable";
}
section.ad-wizard-wrapper .ad-wizard-container .ad-wizard-limiter .file-error {
  margin-top: 1.5rem;
  font-weight: bold;
  color: #F48989;
}
section.ad-wizard-wrapper .ad-wizard-container .ad-wizard-limiter .subtitle {
  text-align: center;
  margin-top: -2rem;
  margin-bottom: 3rem;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5rem;
}
@media only screen and (max-width: 768px) {
  section.ad-wizard-wrapper .ad-wizard-container .ad-wizard-limiter .subtitle {
    margin-top: 0;
  }
}
section.ad-wizard-wrapper .ad-wizard-container .ad-wizard-limiter .subtitle a {
  color: #000000;
}
section.ad-wizard-wrapper .ad-wizard-container .ad-wizard-limiter .subtitle a:hover {
  color: #7F66F9;
}
section.ad-wizard-wrapper .ad-wizard-container .remove-job-offer {
  position: absolute;
  right: 2rem;
  font-size: 0.9rem;
  color: #F48989;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  section.ad-wizard-wrapper .ad-wizard-container .remove-job-offer {
    position: relative;
    text-align: center;
    right: initial;
    margin-top: 0.5rem;
  }
}
section.ad-wizard-wrapper .ad-wizard-container .remove-job-offer .icon {
  color: #F48989;
}
section.ad-wizard-wrapper .ad-wizard-container .remove-job-offer:hover {
  color: #7F66F9;
}
section.ad-wizard-wrapper .ad-wizard-container .remove-job-offer:hover .icon {
  color: #7F66F9;
}
section.ad-wizard-wrapper .ad-wizard-container .input {
  flex: 1;
}
section.ad-wizard-wrapper .ad-wizard-container .input .custom-upload-wrapper.upload-input {
  background-color: #E2E2E2;
  color: #BEBEBE;
  display: inline-flex;
  padding: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border-radius: 1.5rem;
  align-self: flex-start;
  min-width: 17rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  section.ad-wizard-wrapper .ad-wizard-container .input .custom-upload-wrapper.upload-input {
    min-width: 0;
    width: 100%;
    margin-bottom: 1rem;
  }
}
section.ad-wizard-wrapper .ad-wizard-container .input .custom-upload-wrapper.upload-input:hover {
  cursor: pointer;
  background-color: #7F66F9;
  color: #FFFFFF;
}
section.ad-wizard-wrapper .ad-wizard-container .input .custom-upload-wrapper.upload-input:hover span {
  color: #FFFFFF;
}
section.ad-wizard-wrapper .ad-wizard-container .input .custom-upload-wrapper.uploaded-file {
  padding: 1rem;
  padding-left: 0;
  padding-right: 0;
}
section.ad-wizard-wrapper .ad-wizard-container .input .custom-upload-wrapper.uploaded-file .uploaded-file-wrapper {
  display: flex;
  align-items: center;
  font-weight: bold;
}
section.ad-wizard-wrapper .ad-wizard-container .input .custom-upload-wrapper.uploaded-file .icon {
  margin-right: 0.5rem;
}
section.ad-wizard-wrapper .ad-wizard-container .input .custom-upload-wrapper .icon {
  margin-left: auto;
  color: #000000;
}
section.ad-wizard-wrapper .ad-wizard-container .input .custom-upload-wrapper .icon.checkmark {
  margin-left: 0;
}
section.ad-wizard-wrapper .ad-wizard-container .input .custom-upload-wrapper .icon.checkmark svg {
  width: 1.6rem;
  height: 1.6rem;
}
@media only screen and (max-width: 768px) {
  section.ad-wizard-wrapper .ad-wizard-container .input.use-url {
    margin-bottom: 1rem;
  }
}
section.ad-wizard-wrapper .ad-wizard-container .input.use-url input[type=text] {
  outline: none;
  border: solid 1px #BEBEBE;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 1.5rem;
  font-family: "Satoshi-Variable";
  min-width: 17rem;
}
@media only screen and (max-width: 768px) {
  section.ad-wizard-wrapper .ad-wizard-container .input.use-url input[type=text] {
    min-width: 0;
    width: 100%;
  }
}
section.ad-wizard-wrapper .ad-wizard-container h3.form-options-title {
  text-align: center;
  font-size: 1.7rem;
  line-height: 1.7rem;
  margin-top: 5rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  section.ad-wizard-wrapper .ad-wizard-container h3.form-options-title {
    font-size: 1.5rem;
    line-height: 1.7rem;
    margin-top: 0;
  }
}
section.ad-wizard-wrapper .ad-wizard-container .form-option-row {
  display: flex;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: solid 3px #E2E2E2;
}
@media only screen and (max-width: 768px) {
  section.ad-wizard-wrapper .ad-wizard-container .form-option-row {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media only screen and (max-width: 480px) {
  section.ad-wizard-wrapper .ad-wizard-container .form-option-row {
    padding-left: 0;
    padding-right: 0;
  }
}
section.ad-wizard-wrapper .ad-wizard-container .form-option-row + h2 {
  margin-top: 5rem;
}
@media only screen and (max-width: 768px) {
  section.ad-wizard-wrapper .ad-wizard-container .form-option-row + h2 {
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
  }
}
section.ad-wizard-wrapper .ad-wizard-container .form-option-row.active {
  padding-top: 1rem;
  margin-bottom: 1.5rem;
  background: #f2f2f2;
  border-bottom: none;
  display: flex;
  flex-direction: column;
}
section.ad-wizard-wrapper .ad-wizard-container .form-option-row.active > div {
  width: 100%;
  flex-direction: column;
}
section.ad-wizard-wrapper .ad-wizard-container .form-option-row.active .top-row {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  section.ad-wizard-wrapper .ad-wizard-container .form-option-row.active .top-row {
    margin-bottom: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    width: 100%;
  }
}
section.ad-wizard-wrapper .ad-wizard-container .form-option-row.active .bottom-row {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  section.ad-wizard-wrapper .ad-wizard-container .form-option-row.active .bottom-row {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    width: 100%;
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  section.ad-wizard-wrapper .ad-wizard-container .form-option-row.active .bottom-row > div {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  section.ad-wizard-wrapper .ad-wizard-container .form-option-row.active .bottom-row .input-field {
    flex-direction: column;
  }
}
section.ad-wizard-wrapper .ad-wizard-container .form-option-row.active .bottom-row .delete {
  align-items: center;
  display: flex;
  color: #F48989;
  border-color: #F48989;
}
@media only screen and (max-width: 768px) {
  section.ad-wizard-wrapper .ad-wizard-container .form-option-row.active .bottom-row .delete {
    margin-left: auto;
  }
}
section.ad-wizard-wrapper .ad-wizard-container .form-option-row.active .bottom-row .delete a {
  display: flex;
  color: #F48989;
  border-color: #F48989;
}
@media only screen and (max-width: 768px) {
  section.ad-wizard-wrapper .ad-wizard-container .form-option-row.active .bottom-row .delete a {
    margin-left: auto;
  }
}
section.ad-wizard-wrapper .ad-wizard-container .form-option-row.active .bottom-row .delete a:hover {
  color: #7F66F9;
}
section.ad-wizard-wrapper .ad-wizard-container .form-option-row.active .bottom-row .delete a:hover span {
  color: #7F66F9;
}
section.ad-wizard-wrapper .ad-wizard-container .form-option-row.active .bottom-row .delete span {
  margin-right: 0.3rem;
}
section.ad-wizard-wrapper .ad-wizard-container .form-option-row .bottom-row {
  display: none;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  section.ad-wizard-wrapper .ad-wizard-container .form-option-row .bottom-row {
    flex-direction: column;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media only screen and (max-width: 768px) {
  section.ad-wizard-wrapper .ad-wizard-container .form-option-row .bottom-row .label {
    margin-bottom: 0.5rem;
  }
}
section.ad-wizard-wrapper .ad-wizard-container .form-option-row .bottom-row .input .upload-input {
  background-color: #FFFFFF;
}
section.ad-wizard-wrapper .ad-wizard-container .form-option-row .bottom-row .input .upload-input:hover {
  background-color: #7F66F9;
  color: #FFFFFF;
}
section.ad-wizard-wrapper .ad-wizard-container .form-option-row .option-checkbox {
  flex: 0.5;
  display: flex;
  align-items: center;
}
section.ad-wizard-wrapper .ad-wizard-container .form-option-row .option-checkbox:hover {
  cursor: pointer;
}
section.ad-wizard-wrapper .ad-wizard-container .form-option-row .option-checkbox:hover span:before {
  display: flex;
}
section.ad-wizard-wrapper .ad-wizard-container .form-option-row .option-checkbox.active span:before {
  display: flex;
}
section.ad-wizard-wrapper .ad-wizard-container .form-option-row .option-checkbox span {
  position: relative;
  display: flex;
  border: solid 3px #7F66F9;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 0.5rem;
}
section.ad-wizard-wrapper .ad-wizard-container .form-option-row .option-checkbox span:before {
  content: url("/resources/icon-checkmark.svg");
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  display: none;
  color: #7F66F9;
  font-weight: bold;
  font-family: system-ui;
}
section.ad-wizard-wrapper .ad-wizard-container .form-option-row .option-title {
  flex: 2;
  font-weight: bold;
  display: flex;
  align-items: center;
  font-size: 1.3rem;
}
@media only screen and (max-width: 480px) {
  section.ad-wizard-wrapper .ad-wizard-container .form-option-row .option-title {
    font-size: 1rem;
  }
}
section.ad-wizard-wrapper .ad-wizard-container .form-option-row .option-title .option-icon {
  width: 2.2rem;
  height: 2.2rem;
  display: inline-block;
  margin-right: 1rem;
  flex-shrink: 0;
}
section.ad-wizard-wrapper .ad-wizard-container .form-option-row .option-title .option-icon svg {
  width: 100%;
  height: 100%;
}
section.ad-wizard-wrapper .ad-wizard-container .form-option-row .option-description {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 480px) {
  section.ad-wizard-wrapper .ad-wizard-container .form-option-row .option-description {
    display: none;
  }
}
section.ad-wizard-wrapper .ad-wizard-container .form-option-row .option-description .popup-trigger {
  position: relative;
  display: inline-flex;
  cursor: pointer;
}
section.ad-wizard-wrapper .ad-wizard-container .form-option-row .option-description .popup-trigger:hover {
  color: #7F66F9;
}
section.ad-wizard-wrapper .ad-wizard-container .form-option-row .option-description a {
  color: #000000;
  font-size: 0.8rem;
  text-decoration: none;
  border-bottom: solid 1px #000000;
}
section.ad-wizard-wrapper .ad-wizard-container .form-option-row .option-description a:hover {
  color: #7F66F9;
  border-color: #7F66F9;
}
section.ad-wizard-wrapper .ad-wizard-container .form-option-row .option-price {
  flex: 1;
  color: #7F66F9;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.5rem;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 480px) {
  section.ad-wizard-wrapper .ad-wizard-container .form-option-row .option-price {
    font-size: 1.1rem;
    line-height: 1.3rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 768px) {
  section.ad-wizard-wrapper .ad-wizard-container .form-option-row {
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  section.ad-wizard-wrapper .ad-wizard-container .form-option-row .top-row {
    width: 100%;
    flex-direction: row;
  }
}
section.ad-wizard-wrapper .ad-wizard-container .mobile-top-wrapper {
  width: 100%;
  display: flex;
}
@media only screen and (max-width: 768px) {
  section.ad-wizard-wrapper .ad-wizard-container .mobile-top-wrapper {
    margin-bottom: 0.5rem;
  }
}
section.ad-wizard-wrapper .ad-wizard-container .mobile-bottom-wrapper {
  display: none;
}
@media only screen and (max-width: 768px) {
  section.ad-wizard-wrapper .ad-wizard-container .mobile-bottom-wrapper {
    display: block;
    width: 100%;
    text-align: right;
    text-decoration: underline;
    margin-bottom: 1rem;
  }
}
section.ad-wizard-wrapper .ad-wizard-container .form-button-bar {
  display: flex;
  align-items: center;
  margin-top: 3rem;
  margin-bottom: 2rem;
}
section.ad-wizard-wrapper .ad-wizard-container .form-button-bar input {
  margin-right: 0.5rem;
}
@media only screen and (max-width: 768px) {
  section.ad-wizard-wrapper .ad-wizard-container .form-button-bar {
    flex-direction: column;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
section.ad-wizard-wrapper .ad-wizard-container .form-button-bar .text-link {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  border-bottom: solid 1px #000000;
}
@media only screen and (max-width: 768px) {
  section.ad-wizard-wrapper .ad-wizard-container .form-button-bar .text-link {
    margin-bottom: 2rem;
  }
}
section.ad-wizard-wrapper .ad-wizard-container .form-button-bar .text-link .icon {
  margin-right: 0.3rem;
  font-weight: bold;
}
section.ad-wizard-wrapper .ad-wizard-container .form-button-bar .text-link:hover {
  color: #7F66F9;
  border-color: #7F66F9;
}
section.ad-wizard-wrapper .ad-wizard-container .form-button-bar .cta-button {
  margin-left: auto;
  margin-bottom: 0;
}
section.ad-wizard-wrapper .ad-wizard-container .form-wrapper {
  max-width: none;
}

h2.ad-option-title {
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 2.3rem;
  line-height: 3rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  h2.ad-option-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.ad-option-blocks {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .ad-option-blocks {
    flex-direction: column;
  }
}
.ad-option-blocks .widget-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 33.333%;
  margin-right: 1.5rem;
  margin-top: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .ad-option-blocks .widget-wrapper {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.ad-option-blocks .widget-wrapper:last-of-type {
  margin-right: 0;
}
.ad-option-blocks .widget-wrapper.sec .photo {
  color: #FFF262;
}
.ad-option-blocks .widget-wrapper.qua .photo {
  color: #E5F2FF;
}
.ad-option-blocks .widget-wrapper.ter .photo {
  color: #A0D9D5;
}
.ad-option-blocks .widget-wrapper:hover circle {
  fill: #E5F2FF;
}
.ad-option-blocks .widget-wrapper:hover .text-link {
  color: #7F66F9;
}
.ad-option-blocks .widget-wrapper img {
  position: absolute;
  right: 1.5rem;
  top: -1rem;
  width: 6rem;
}
@media only screen and (max-width: 768px) {
  .ad-option-blocks .widget-wrapper img {
    width: 5rem;
  }
}
.ad-option-blocks .widget-wrapper img.photo {
  border-radius: 100%;
  overflow: hidden;
  width: 6.5rem;
  height: 6.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  border: solid 2px currentColor;
}
.ad-option-blocks .widget-wrapper h2 {
  font-size: 1.3rem;
  line-height: 1.8rem;
  margin-right: 1rem;
}
.ad-option-blocks .widget-wrapper p {
  font-size: 1.1rem;
  line-height: 1.5rem;
  margin-top: 3rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .ad-option-blocks .widget-wrapper p {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
.ad-option-blocks .widget-wrapper .cta-button {
  margin-top: auto;
}
.ad-option-blocks .widget-wrapper .icon-bar {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
}
.ad-option-blocks .widget-wrapper .icon-bar .icon {
  margin-left: auto;
}
.ad-option-blocks .widget-wrapper .icon-bar svg {
  width: 2.7rem;
  height: 2.7rem;
}
.ad-option-blocks .widget-wrapper .icon-bar .right {
  transform: rotate(-90deg);
}

.tooltip-trigger {
  color: #afafaf;
  display: inline-flex;
  position: relative;
  margin-left: 0.3rem;
}
.tooltip-trigger:hover {
  color: #7F66F9;
  cursor: pointer;
}
.tooltip-trigger.after {
  margin-left: 0.3rem;
}
.tooltip-trigger.before {
  margin-right: 0.3rem;
}

section.faq-overview-wrapper .content-wrapper > h2 {
  text-align: left;
  color: #7F66F9;
  padding-bottom: 1.5rem;
  margin-top: 0;
  margin-bottom: 1rem;
  border-bottom: solid 3px #E2E2E2;
}
@media only screen and (max-width: 768px) {
  section.faq-overview-wrapper .content-wrapper > h2 {
    margin-bottom: 0.5rem;
  }
}
section.faq-overview-wrapper .faq-list-wrapper h2 {
  color: #7F66F9;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  section.faq-overview-wrapper .faq-list-wrapper h2 {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
}
section.faq-overview-wrapper .faq-list-wrapper ul.accordion {
  border-bottom: solid 3px #E2E2E2;
}
section.faq-overview-wrapper ul.accordion {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 4rem;
}
section.faq-overview-wrapper ul.accordion:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  section.faq-overview-wrapper ul.accordion:last-of-type {
    margin-bottom: 3rem;
  }
}
section.faq-overview-wrapper ul.accordion li {
  padding-top: 1.5rem;
  padding-bottom: 2rem;
  margin-bottom: 1rem;
  margin-right: 0;
  position: relative;
  box-sizing: border-box;
  backface-visibility: hidden;
  border-bottom: solid 3px #E2E2E2;
}
@media only screen and (max-width: 768px) {
  section.faq-overview-wrapper ul.accordion li {
    margin-top: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-left: 0;
  }
}
section.faq-overview-wrapper ul.accordion li:last-of-type {
  border-bottom: 0;
}
section.faq-overview-wrapper ul.accordion li .accordion-title {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 1.3rem;
  line-height: 1.9rem;
  font-weight: bold;
  color: #000000;
  padding-right: 3rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media only screen and (max-width: 768px) {
  section.faq-overview-wrapper ul.accordion li .accordion-title {
    margin-left: 0;
    padding-right: 2.5rem;
    font-size: 1.1rem;
    line-height: 1.6rem;
  }
}
@media only screen and (max-width: 480px) {
  section.faq-overview-wrapper ul.accordion li .accordion-title {
    font-size: 1rem;
    line-height: 1.3rem;
  }
}
section.faq-overview-wrapper ul.accordion li .accordion-title:hover .accordion-icon svg {
  transform: rotate(45deg);
  color: #7F66F9;
}
section.faq-overview-wrapper ul.accordion li .accordion-title.active {
  color: #7F66F9;
}
section.faq-overview-wrapper ul.accordion li .accordion-title.active .accordion-icon svg {
  transform: rotate(45deg);
  color: #7F66F9;
}
section.faq-overview-wrapper ul.accordion li .accordion-title .accordion-icon {
  margin-left: auto;
  width: 3rem;
  height: 3rem;
  position: relative;
}
section.faq-overview-wrapper ul.accordion li .accordion-title .accordion-icon svg {
  width: 100%;
  height: 100%;
  display: inline-block;
  transition: transform 0.15s;
}
section.faq-overview-wrapper ul.accordion li > a:hover {
  color: #7F66F9;
}
section.faq-overview-wrapper ul.accordion li > a:hover:after {
  transform: rotate(-45deg);
}
section.faq-overview-wrapper ul.accordion li > a.active:after {
  transform: rotate(0deg);
  transition: all 0.1s ease-in-out;
}
section.faq-overview-wrapper ul.accordion li.accordion-item.active .accordion-title {
  color: #7F66F9;
}
section.faq-overview-wrapper ul.accordion li.accordion-item.active .accordion-title::after {
  transform: translateY(-50%) rotate(45deg);
}
section.faq-overview-wrapper ul.accordion li.accordion-item:last-of-type {
  margin-bottom: 0;
}
section.faq-overview-wrapper ul.accordion li.accordion-item h3.accordion-title {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}
section.faq-overview-wrapper ul.accordion li.accordion-item h3.accordion-title::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: "";
  background-image: url(/resources/icon-faq-toggle.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 2rem;
  height: 2rem;
  transition: 0.3s transform ease;
}
@media only screen and (max-width: 768px) {
  section.faq-overview-wrapper ul.accordion li.accordion-item h3.accordion-title::after {
    width: 1.5rem;
    height: 1.5rem;
  }
}
section.faq-overview-wrapper ul.accordion li.accordion-item h3.accordion-title:hover {
  cursor: pointer;
  color: #7F66F9;
}
section.faq-overview-wrapper ul.accordion li.accordion-item h3.accordion-title:hover::after {
  transform: translateY(-50%) rotate(45deg);
}
section.faq-overview-wrapper ul.accordion li.accordion-item a:not(.cta-button):hover {
  color: #7F66F9;
}
section.faq-overview-wrapper ul.accordion li.accordion-item .accordion-content {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 768px) {
  section.faq-overview-wrapper ul.accordion li.accordion-item .accordion-content {
    margin-top: 1rem;
  }
}
section.faq-overview-wrapper ul.accordion li.accordion-item .accordion-content p {
  margin-top: 0;
  max-width: 47rem;
  line-height: 1.7rem;
}
section.faq-overview-wrapper ul.accordion li.accordion-item .accordion-content p:last-of-type {
  margin-bottom: 0;
}
section.faq-overview-wrapper ul.accordion li.accordion-item .accordion-content p a:not(.cta-button):not(.cta) {
  color: inherit;
}
section.faq-overview-wrapper ul.accordion li.accordion-item .accordion-content p a:not(.cta-button):not(.cta):hover {
  color: #7F66F9;
}

.job-marketing-options-wrapper h2 {
  text-align: center;
  width: 100%;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .job-marketing-options-wrapper h2 {
    font-size: 1.7rem;
    line-height: 2rem;
  }
}
.job-marketing-options-wrapper .block-grid-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .job-marketing-options-wrapper .block-grid-wrapper {
    margin-bottom: 1.5rem;
  }
}
.job-marketing-options-wrapper .block-grid-wrapper .widget-wrapper {
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
  width: calc(50% - 0.75rem);
  flex-basis: calc(50% - 0.75rem);
  color: #000000;
  text-decoration: none;
  transition: transform 0.15s ease-in-out;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .job-marketing-options-wrapper .block-grid-wrapper .widget-wrapper {
    width: 100%;
    flex-basis: 100%;
    margin-right: 0;
  }
}
.job-marketing-options-wrapper .block-grid-wrapper .widget-wrapper:hover {
  cursor: default;
}
.job-marketing-options-wrapper .block-grid-wrapper .widget-wrapper:nth-of-type(2n) {
  margin-right: 0;
}
.job-marketing-options-wrapper .block-grid-wrapper .widget-wrapper h3 {
  font-size: 1.7rem;
  text-align: left;
  width: 100%;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .job-marketing-options-wrapper .block-grid-wrapper .widget-wrapper h3 {
    font-size: 1.5rem;
  }
}
.job-marketing-options-wrapper .block-grid-wrapper .widget-wrapper h3 .icon {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  width: 2.2rem;
  height: 2.2rem;
}
.job-marketing-options-wrapper .block-grid-wrapper .widget-wrapper h3 .icon svg {
  width: 100%;
  height: 100%;
}
.job-marketing-options-wrapper .block-grid-wrapper .widget-wrapper p {
  line-height: 1.5rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 3rem;
  max-width: 25rem;
}
@media only screen and (max-width: 768px) {
  .job-marketing-options-wrapper .block-grid-wrapper .widget-wrapper p {
    margin-right: 0;
  }
}
.job-marketing-options-wrapper .block-grid-wrapper .widget-wrapper .arrow {
  position: absolute;
  right: 0.7rem;
  bottom: 0.7rem;
}

section.wide-slider {
  background: #F8F8F8;
  overflow-x: hidden;
}
@media only screen and (max-width: 768px) {
  section.wide-slider .content-wrapper.flex.row {
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
}
section.wide-slider .left-wrapper {
  flex: 1;
  width: 50%;
  flex-basis: 50%;
  flex-grow: 0;
  padding-right: 5rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  section.wide-slider .left-wrapper {
    width: 100%;
    flex-basis: 100%;
    padding-top: 0.5rem;
    padding-bottom: 1rem;
    padding-right: 0;
  }
}
section.wide-slider .left-wrapper .slide-wrapper {
  min-height: 25rem;
}
@media only screen and (max-width: 768px) {
  section.wide-slider .left-wrapper .slide-wrapper {
    min-height: 0;
  }
}
@media only screen and (max-width: 768px) {
  section.wide-slider .left-wrapper .paging-dots {
    justify-content: center;
    order: -1;
    margin-bottom: 0.5rem;
  }
}
section.wide-slider .right-wrapper {
  flex: 1;
  display: flex;
  align-self: stretch;
  position: absolute;
  left: 50%;
  width: 50vw;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  section.wide-slider .right-wrapper {
    position: relative;
    left: 0;
    width: 100%;
    flex-basis: 100%;
    height: 10rem;
  }
}
section.wide-slider .right-wrapper .slide-image-wrapper {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-self: stretch;
  width: 100%;
  height: 100%;
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
}
@media only screen and (max-width: 1366px) {
  section.wide-slider .right-wrapper .slide-image-wrapper.left {
    background-position-x: left;
  }
}
@media only screen and (max-width: 768px) {
  section.wide-slider .right-wrapper .slide-image-wrapper.left {
    background-position-x: center;
  }
}
@media only screen and (max-width: 1366px) {
  section.wide-slider .right-wrapper .slide-image-wrapper.right {
    background-position-x: right;
  }
}
@media only screen and (max-width: 768px) {
  section.wide-slider .right-wrapper .slide-image-wrapper.right {
    background-position-x: center;
  }
}
@media only screen and (max-width: 768px) {
  section.wide-slider .right-wrapper .slide-image-wrapper {
    height: 15rem;
    border-radius: 1.5rem;
    background-position-x: center;
  }
}
section.wide-slider .arrows-wrapper {
  display: flex;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 768px) {
  section.wide-slider .arrows-wrapper {
    margin-bottom: 1rem;
    justify-content: center;
    width: 100%;
    order: 10;
  }
}
section.wide-slider .arrows-wrapper .arrow {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
section.wide-slider .arrows-wrapper .arrow span {
  background: transparent;
  border: solid 1px #BEBEBE;
}
section.wide-slider .arrows-wrapper .arrow:hover {
  cursor: pointer;
}
section.wide-slider .arrows-wrapper .arrow:hover span {
  background: #7F66F9;
  color: #FFFFFF;
}
section.wide-slider h4 {
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: bold;
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  section.wide-slider h4 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 1rem;
    text-align: center;
  }
}
section.wide-slider p {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 0;
  margin-bottom: 3rem;
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  section.wide-slider p {
    margin-bottom: 1rem;
  }
}

section.text-block .content-wrapper h2 {
  font-size: 2.3rem;
  line-height: 3rem;
  text-align: center;
  margin-top: 0;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  section.text-block .content-wrapper h2 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 1.5rem;
  }
}
section.text-block .content-wrapper .text-column {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
  line-height: 1.8rem;
  padding-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  section.text-block .content-wrapper .text-column {
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}

.cta-button-bar {
  display: flex;
  justify-content: center;
  margin-bottom: 4rem;
}

@media only screen and (max-width: 768px) {
  .advanced-template-row .text-container h1 {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .advanced-template-row .text-container h2 {
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  .advanced-template-row .text-container h2 img {
    float: none !important;
    margin-right: 0.5rem;
  }
}

.center-title {
  width: 100%;
  text-align: center;
  margin-top: 0;
  font-size: 3rem;
  line-height: 3.5rem;
}

.employers-custom-title {
  font-size: 2rem;
  line-height: 2.7rem;
  text-align: center;
  margin-top: 0;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .employers-custom-title br {
    display: none;
  }
}

.reference-overview-wrapper .reference:nth-of-type(2) {
  background-color: #FFCECE;
  border: solid 2px #FFCECE;
}
.reference-overview-wrapper .reference:nth-of-type(5) {
  background-color: #E5F2FF;
  border: solid 2px #E5F2FF;
}
.reference-overview-wrapper .reference:nth-of-type(8) {
  background-color: #FFCECE;
  border: solid 2px #FFCECE;
}
.reference-overview-wrapper .reference:nth-of-type(12) {
  background-color: #E5F2FF;
  border: solid 2px #E5F2FF;
}
.reference-overview-wrapper .reference:nth-of-type(16) {
  background-color: #FFCECE;
  border: solid 2px #FFCECE;
}
.reference-overview-wrapper .reference .widget-content-wrapper h3 {
  text-align: center;
}
.reference-overview-wrapper .reference .widget-content-wrapper .author {
  text-align: center;
  display: block;
}
.reference-overview-wrapper .reference .widget-content-wrapper .function {
  text-align: center;
  display: block;
}

.references-cta-block {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
}
.references-cta-block h3 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 1.8rem;
  line-height: 2rem;
}

.toggle-wrapper.active {
  display: block;
}

.form-wrapper {
  width: 100%;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}
.form-wrapper .form-message {
  padding: 2rem;
  border-radius: 2rem;
  border: solid 1px #BEBEBE;
  margin-bottom: 3rem;
  display: none;
}
.form-wrapper .form-message h4 {
  margin-top: 0;
}
.form-wrapper .form-message p {
  margin-top: 0;
  margin-bottom: 0;
}
.form-wrapper .form-message.success {
  display: block;
  border-color: #54b954;
}
.form-wrapper .form-message.success h4 {
  color: #54b954;
}
.form-wrapper .form-message.error {
  display: block;
  border-color: #F48989;
}
.form-wrapper .form-message.error h4 {
  color: #F48989;
}
.form-wrapper .form-row-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .form-wrapper .form-row-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
.form-wrapper .form-row-wrapper.border {
  border-bottom: solid 3px #e2e2e2;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.form-wrapper .form-row-wrapper.error input {
  color: #F48989;
  font-weight: bold;
}
.form-wrapper .form-row-wrapper.error input::-moz-placeholder {
  font-weight: bold;
  color: #F48989;
}
.form-wrapper .form-row-wrapper.error input::placeholder {
  font-weight: bold;
  color: #F48989;
}
.form-wrapper .form-row-wrapper.error select {
  color: #F48989;
}
.form-wrapper .form-row-wrapper.error textarea::-moz-placeholder {
  font-weight: bold;
  color: #F48989;
}
.form-wrapper .form-row-wrapper.error textarea::placeholder {
  font-weight: bold;
  color: #F48989;
}
.form-wrapper .form-row-wrapper.textarea {
  font-family: "Satoshi-Variable";
}
.form-wrapper .form-row-wrapper.textarea label {
  margin-top: 1rem;
  align-self: flex-start;
}
.form-wrapper .form-row-wrapper label {
  flex: 1;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .form-wrapper .form-row-wrapper label {
    margin-bottom: 0.5rem;
  }
}
.form-wrapper .form-row-wrapper input {
  flex: 2;
  flex-shrink: 0;
  flex-grow: 0;
  flex-basis: 70%;
  outline: none;
  border: solid 1px #BEBEBE;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 1.5rem;
  font-family: "Satoshi-Variable";
}
@media only screen and (max-width: 768px) {
  .form-wrapper .form-row-wrapper input {
    width: 100%;
    flex-basis: 100%;
  }
}
.form-wrapper .form-row-wrapper .select-wrapper {
  width: 100%;
  flex: 2;
  flex-shrink: 0;
  flex-grow: 0;
  flex-basis: 70%;
  outline: none;
  border: none;
}
.form-wrapper .form-row-wrapper .select-wrapper select {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border: solid 1px #BEBEBE;
  border-radius: 1.5rem;
  font-family: "Satoshi-Variable";
}
.form-wrapper .form-row-wrapper textarea {
  width: 100%;
  flex: 2;
  flex-shrink: 0;
  flex-grow: 0;
  flex-basis: 70%;
  padding: 1rem;
  min-height: 10rem;
  border-radius: 1.5rem;
  border: solid 1px #BEBEBE;
  font-family: "Satoshi-Variable";
}
.form-wrapper .form-row-wrapper div {
  width: 100%;
  flex: 2;
  flex-shrink: 0;
  flex-grow: 0;
  flex-basis: 70%;
  font-family: "Satoshi-Variable";
  display: flex;
}
.form-wrapper .form-row-wrapper div #discount_code, .form-wrapper .form-row-wrapper div #discount_code_text {
  flex: 4;
  margin-right: 15px;
}
.form-wrapper .form-row-wrapper div #discount_code_text {
  margin: auto 0;
}
.form-wrapper .form-row-wrapper div #apply_discount_code, .form-wrapper .form-row-wrapper div #delete_discount_code {
  flex: 1;
  background-color: #A0D9D5;
  color: #000000;
  transition: background-color ease 0.3s, color ease 0.3s;
  cursor: pointer;
  border: none;
  font-weight: bold;
}
.form-wrapper .form-row-wrapper div #apply_discount_code:hover, .form-wrapper .form-row-wrapper div #delete_discount_code:hover {
  color: #FFFFFF;
  background: #7F66F9;
}
.form-wrapper .button-bar {
  display: flex;
}
.form-wrapper .button-bar .cta {
  margin-left: auto;
}
.advice-text-wrapper {
  background: #F8F8F8;
}
@media only screen and (max-width: 768px) {
  .advice-text-wrapper .margin-right-l {
    margin-right: 0;
  }
}
.advice-text-wrapper h2 {
  margin-top: 0;
  font-size: 1.5rem;
  line-height: 2rem;
}
.advice-text-wrapper .text-column {
  line-height: 1.5rem;
}
.advice-text-wrapper .text-column p {
  margin-top: 0;
}
.advice-text-wrapper .text-column p a:not(.cta):not(.cta-button) {
  color: #000000;
}
.advice-text-wrapper .text-column p a:not(.cta):not(.cta-button):hover {
  color: #7F66F9;
}

@media only screen and (max-width: 768px) {
  .employee-contact-info {
    margin-top: 1.5rem;
    width: 100%;
  }
}
.employee-contact-info .employee-row {
  margin-bottom: 2rem;
}
.employee-contact-info .employee-row .employee-image-wrapper {
  margin-right: 1.5rem;
}
.employee-contact-info .employee-row .employee-image-wrapper img {
  display: block;
  width: 6rem;
  height: 6rem;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.employee-contact-info .employee-row .employee-info-wrapper > div {
  margin-bottom: 0.2rem;
}
.employee-contact-info .employee-row .employee-info-wrapper > div:last-of-type {
  margin-bottom: 0;
}
.employee-contact-info .employee-row .employee-info-wrapper a {
  color: #7F66F9;
}
.employee-contact-info .employee-row .employee-info-wrapper a:hover {
  color: #000000;
}/*# sourceMappingURL=employers.css.map */