/**
 * The following variable and function originate from the sass-mq library.
 * If you have already included it, you can eliminate the below
 * https://github.com/sass-mq/sass-mq/blob/master/_mq.scss
 */
@import url("https://fonts.googleapis.com/css2?family=Commissioner:wght@100;200;300;400;500;600;700;800;900&display=swap");
.job-card.node--view-mode-teaser-advanced .icon.calendar-icon, .job-card.node--view-mode-teaser-advanced .icon.user-icon, .job-card.job-card-teaser-vertical.advanced .icon.calendar-icon, .profile .featured-badge .badge-icon, .audio-icon, .audio-icon.black, .videos-icon, .videos-icon.black, .pics-icon, .pics-icon.black {
  display: inline-block;
  background-image: url("../scss/svg-sprites/sprite.svg");
  background-size: 12.8125em 12.8125em; }

.fs-14, .job-card .field--name-field-job-production-type .field__item, .job-card .field--name-field-job-production-type.field__item, .job-card .field--name-field-job-description p, .sidebar .job-card .field--name-field-job-description p, .profile .featured-badge {
  font-size: 14px; }

.lh-17 {
  line-height: 17px; }

.lh-1 {
  line-height: 1; }

.radius, .white-bordered-blue-filled, .white-bordered-magenta-filled, .blue-bordered, .job-card .cta, .card-cta, .magenta-bordered, .mid-grid .cta, .black-bordered, .blue-filled, .magenta-filled, .success-button {
  border-radius: 10px; }

.radius-mid, .basic-box, .profile .featured-badge {
  border-radius: 20px; }

.radius-large, .profile-featured--card {
  border-radius: 30px; }

.basic-box {
  background: white;
  padding: 20px 40px; }

.shadowed, .card:hover {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25); }

.transition {
  transition: all 0.3s; }

.white-pill {
  color: white;
  border-radius: 15px;
  padding: 3px 16px 7px 16px;
  display: inline-block; }

.blue, .blue-bordered, .job-card .cta, .card-cta {
  color: #0000ff; }

.magenta, .magenta-bordered, .mid-grid .cta,
.pink {
  color: #fa339a; }

.white-hover, .profile-featured--card:hover .view-profile {
  cursor: pointer;
  background: white;
  color: #1d1d1f !important; }

.live {
  background: #fd3927;
  border-radius: 4px;
  color: white;
  width: 54px;
  height: 22px;
  line-height: 17px;
  font-size: 12px;
  font-weight: 900;
  font-style: italic;
  display: flex;
  align-items: center;
  justify-content: center; }
  .live .circle {
    display: block;
    width: 6px;
    height: 6px;
    margin-right: 4px;
    background: white;
    border-radius: 50%; }

.swiper-scroll, .swiper-scrollbar {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  height: 4px;
  background: #d3d3d3;
  border-radius: 2px;
  cursor: pointer;
  overflow: hidden;
  position: relative; }

.swiper-initialized {
  overflow: hidden; }

.flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.flex-column {
  flex-direction: column; }

.flex-center {
  justify-content: center; }

.fl {
  display: flex; }
  .fl-row {
    flex-direction: row; }
    .fl-row-reversed {
      flex-direction: row-reverse; }
  .fl-col {
    flex-direction: column; }
    .fl-col-reversed {
      flex-direction: column-reverse; }
    @media (max-width: 660px) {
      .fl-col-mobile {
        flex-direction: column; } }
  .fl-wrap {
    flex-wrap: wrap; }
  .fl-nowrap {
    flex-wrap: nowrap; }
  .fl-al-center {
    align-items: center; }
  .fl-al-base {
    align-items: baseline; }
  .fl-al-start {
    align-items: flex-start; }
  .fl-al-end {
    align-items: flex-end; }
  .fl-jus-space-between {
    justify-content: space-between; }
  .fl-jus-center {
    justify-content: center; }
  .fl-jus-end {
    justify-content: flex-end; }

.job-grid,
.discover-grid,
.entity-grid {
  display: flex;
  align-items: flex-start; }
  .job-grid.reversed,
  .discover-grid.reversed,
  .entity-grid.reversed {
    flex-direction: row-reverse; }
  .job-grid .sidebar,
  .discover-grid .sidebar,
  .entity-grid .sidebar {
    width: 300px; }
  .job-grid .content,
  .discover-grid .content,
  .entity-grid .content {
    width: calc(100% - 320px);
    margin-left: auto;
    display: flex;
    flex-wrap: wrap; }

.entity-grid #profile-content-wrapper {
  width: calc(100% - 320px);
  margin-left: auto; }
  .entity-grid #profile-content-wrapper .content {
    width: 100%; }

.job-grid .content {
  margin-left: 0;
  margin-right: auto; }

/*Align element vertically and horizontally using absolute positioning*/
/*Mixin for getting elements in a row, specifying the number of columns each element is needed to be given (news style)*/
/*Display elements on the same row using flex*/
/*Turn px into rem*/
/*Mixin for overlays*/
/*Style your button*/
p {
  margin-bottom: 20px; }

.basic-text {
  font-size: 16px;
  font-weight: 600; }

.tiny-normal-title, .card-tags .tag, .profile-skills .skill-tag,
.profile-skills .extra-skills,
.profile-skills a {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.3px; }

.smaller-italic-title, .white-bordered-blue-filled, .white-bordered-magenta-filled, .blue-bordered, .job-card .cta, .card-cta, .magenta-bordered, .mid-grid .cta, .black-bordered, .blue-filled, .magenta-filled, .success-button, .profile-featured--card .content-wrapper .view-profile {
  font-size: 14px;
  font-weight: 900;
  font-style: italic; }

.smaller-normal-title, .card-type, .card-location .location-title, .card-best-known .label {
  font-size: 14px;
  letter-spacing: -0.35px; }

.smaller-medium-title {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.35px; }

.smaller-plus-normal-title {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.4px; }
  @media (max-width: 430px) {
    .smaller-plus-normal-title {
      font-size: 14px;
      letter-spacing: -0.35px; } }

.smaller-plusplus-normal-title {
  font-size: 18px;
  font-weight: 600; }

.smaller-plusplus-medium-title {
  font-size: 18px;
  font-weight: 500; }

.small-normal-title {
  font-size: 20px;
  font-weight: 500; }

.small-medium-title {
  font-size: 20px;
  font-weight: 600; }
  @media (max-width: 440px) {
    .small-medium-title {
      font-size: 16px; } }

.small-italic-title {
  font-size: 20px;
  font-weight: 900;
  font-style: italic; }

.small-plus-italic-title {
  font-size: 22px;
  font-weight: 900;
  font-style: italic;
  letter-spacing: -0.5px; }

.small-xplus-normal-title, .card-title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.6px; }

.small-xplusplus-normal-title {
  font-size: 26px;
  font-weight: bold; }

.small-xl-italic-title {
  font-size: 30px;
  font-weight: 900;
  font-style: italic;
  line-height: 1.33;
  letter-spacing: -0.75px; }
  @media (max-width: 900px) {
    .small-xl-italic-title {
      font-size: 26px;
      letter-spacing: -0.5px; } }
  @media (max-width: 430px) {
    .small-xl-italic-title {
      font-size: 24px; } }

.medium-italic-title, .mid-grid .block-title h2 {
  font-size: 40px;
  font-weight: 900;
  font-style: italic; }

.big-s-black-italic {
  font-size: 36px;
  font-weight: 900;
  font-style: italic;
  letter-spacing: -0.9px; }
  @media (max-width: 440px) {
    .big-s-black-italic {
      font-size: 30px; } }
  @media (max-width: 500px) {
    .big-s-black-italic {
      font-size: 24px; } }

.big-black-italic-shadow {
  font-size: 46px;
  font-weight: 900;
  letter-spacing: -0.66px;
  font-style: italic;
  text-shadow: 0 5px 0 rgba(0, 0, 0, 0.15); }
  @media (max-width: 900px) {
    .big-black-italic-shadow {
      font-size: 36px;
      letter-spacing: -0.5px; } }
  @media (max-width: 500px) {
    .big-black-italic-shadow {
      font-size: 24px; } }

.white-bordered-blue-filled {
  border: 2px solid #fff;
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
  height: 50px;
  line-height: 44px; }
  .white-bordered-blue-filled:hover {
    background: #fff;
    color: #00f; }

.white-bordered-magenta-filled {
  color: white;
  border: 2px solid #fff;
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
  height: 50px;
  line-height: 44px; }
  .white-bordered-magenta-filled:hover {
    background: #fff;
    color: #00f; }

.blue-bordered, .job-card .cta, .card-cta {
  border: 2px solid #00f;
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
  height: 50px;
  line-height: 44px; }
  .blue-bordered:hover, .job-card .cta:hover, .card-cta:hover {
    background: #00f;
    color: white; }
  .blue-bordered.edit, .job-card .edit.cta, .edit.card-cta {
    width: 180px; }
    @media (max-width: 660px) {
      .blue-bordered.edit, .job-card .edit.cta, .edit.card-cta {
        width: 100%; } }

.magenta-bordered, .mid-grid .cta {
  border: 2px solid #fa339a;
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
  height: 50px;
  line-height: 44px; }
  .magenta-bordered:hover, .mid-grid .cta:hover {
    background: #fa339a;
    color: white; }

.black-bordered {
  border: 2px solid #1d1d1f;
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
  height: 50px;
  line-height: 44px; }
  .black-bordered:hover {
    background: #1d1d1f;
    color: white; }

.blue-filled {
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
  height: 50px;
  line-height: 48px;
  background: #00f;
  color: white; }
  .blue-filled:hover {
    background: white;
    color: #00f; }
  .blue-filled.hvr-bordered:hover {
    border: 2px solid #00f; }

.magenta-filled {
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
  height: 50px;
  line-height: 48px;
  color: white;
  background: #fa339a; }
  .magenta-filled:hover {
    background: white;
    color: #fa339a; }
  .magenta-filled.hvr-bordered:hover {
    border: 2px solid #fa339a; }

.black-btn {
  width: 200px;
  border-radius: 10px;
  font-size: 0.77778rem;
  font-style: italic;
  font-weight: 900;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-appearance: none;
  height: 50px;
  margin-top: 40px;
  transition: background 0.3s;
  border: solid 2px #1d1d1f;
  background: #1d1d1f; }
  .black-btn:hover {
    background: #fff;
    color: #1d1d1f; }
    .black-btn:hover.enabled {
      background: #fff; }
  .black-btn.enabled {
    background: #1d1d1f; }
  .black-btn.disabled {
    cursor: default;
    opacity: 0.2; }
    .black-btn.disabled:hover {
      background: #1d1d1f;
      color: #fff; }

.success-button {
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
  height: 50px;
  line-height: 48px;
  background: #71b500 !important;
  border: none;
  appearance: none;
  color: white; }
  .success-button::before {
    content: "";
    background: url(../images/check.svg);
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: -5px; }

.view-jobs .views-row-teaser {
  transition: all 0.3s; }
  .view-jobs .views-row-teaser:hover {
    cursor: pointer;
    overflow: visible;
    transform: scale(1.03); }
    .view-jobs .views-row-teaser:hover .field--name-title {
      color: #00f; }
    .view-jobs .views-row-teaser:hover .cta {
      background: #00f;
      color: white; }

.job-card {
  padding: 20px;
  background: white;
  border-radius: 20px; }
  .job-card-teaser {
    height: 100%;
    display: flex;
    flex-direction: column; }
    .job-card-teaser-vertical {
      background: none;
      border-radius: 30px;
      margin-top: 10px;
      padding-top: 30px;
      border: solid 1px #e5e5e5; }
      .job-card-teaser-vertical h2 {
        font-size: 1.33333rem;
        letter-spacing: -0.6px;
        font-weight: 600;
        color: #1d1d1f; }
        @media (max-width: 430px) {
          .job-card-teaser-vertical h2 {
            font-size: 1.11111rem;
            letter-spacing: -0.5px;
            font-weight: 600;
            color: #1d1d1f; } }
      .job-card-teaser-vertical .field--name-field-job-description {
        margin-top: 20px; }
        .job-card-teaser-vertical .field--name-field-job-description .field__label {
          padding-top: 20px !important; }
      .job-card-teaser-vertical .cta-wrapper {
        margin-top: 20px; }
        .job-card-teaser-vertical .cta-wrapper .cta {
          margin-right: 10px; }
  .job-card .field--name-field-job-production-type {
    display: flex;
    flex-wrap: wrap; }
    .job-card .field--name-field-job-production-type .field__item, .job-card .field--name-field-job-production-type.field__item {
      color: #7b7b7b;
      padding: 6px 16px 7px 16px;
      border: 2px solid #a7a7a7;
      border-radius: 15px;
      display: inline-block;
      margin-right: 10px;
      color: #7b7b7b; }
  .job-card .field--name-field-job-description .field__label {
    color: #7b7b7b;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: -0.25px;
    padding-top: 35px;
    padding-bottom: 5px; }
  .job-card .field--name-field-job-description p {
    color: #7b7b7b;
    line-height: 1.79;
    letter-spacing: -0.35px; }
  .job-card .field--name-field-job-gender {
    color: #7b7b7b;
    font-size: 14px; }
    .job-card .field--name-field-job-gender a {
      color: #7b7b7b; }
  .job-card .field--name-field-job-age {
    font-size: 14px;
    padding-left: 5px; }
  .job-card h2 {
    padding-top: 35px;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.6px;
    color: #1d1d1f; }
    @media (max-width: 430px) {
      .job-card h2 {
        font-size: 1.11111rem;
        letter-spacing: -0.5px;
        font-weight: 600;
        color: #1d1d1f; } }
  .job-card .personal-info {
    color: #7b7b7b;
    display: flex;
    font-size: 14px;
    min-height: 19px;
    padding-top: 5px; }
    .job-card .personal-info .field--name-field-job-gender {
      width: auto;
      display: flex; }
      .job-card .personal-info .field--name-field-job-gender .field__item:not(:first-child):before {
        content: '-';
        display: inline-block; }
  .job-card .job-type-wrapper {
    min-height: 35px;
    display: flex;
    align-items: center; }
    .job-card .job-type-wrapper .job-favorite {
      margin-left: auto; }
  .job-card .job-location-wrapper {
    margin-top: 20px;
    margin-bottom: 30px; }
  .job-card .cta {
    margin-top: auto;
    width: 100%; }
  .job-card-teaser-horizontal {
    min-height: 300px;
    height: auto;
    padding: 0;
    overflow: hidden;
    margin-bottom: 20px;
    border: 1px solid #e5e5e5;
    background: #f0f0f7; }
    .job-card-teaser-horizontal .resp-item {
      display: none; }
      @media (max-width: 1060px) {
        .job-card-teaser-horizontal .resp-item {
          display: block; } }
    @media (max-width: 1060px) {
      .job-card-teaser-horizontal .job-header {
        flex-direction: column; } }
    .job-card-teaser-horizontal .location-wrapper {
      font-size: 14px;
      margin-right: 8px;
      color: #7b7b7b; }
      @media (max-width: 1060px) {
        .job-card-teaser-horizontal .location-wrapper {
          margin-bottom: 10px; } }
    .job-card-teaser-horizontal .title-wrapper {
      max-width: 100%;
      width: 100%; }
    .job-card-teaser-horizontal .favorite-icon {
      cursor: pointer;
      flex-shrink: 0; }
    .job-card-teaser-horizontal .tags {
      padding: 5px 7px !important; }
    .job-card-teaser-horizontal .side-content {
      height: 100%;
      padding: 20px;
      width: 160px;
      min-height: 300px; }
      .job-card-teaser-horizontal .side-content .field__item {
        margin-right: 0;
        padding: 5px 0 12px;
        text-align: center;
        height: auto;
        min-height: 30px;
        display: flex;
        justify-content: center;
        align-content: center;
        width: auto;
        word-break: break-all;
        margin-bottom: 10px; }
    .job-card-teaser-horizontal .main-content {
      padding: 20px 15px 30px 40px;
      width: calc(100% - 160px);
      background: #fff; }
      @media (max-width: 1060px) {
        .job-card-teaser-horizontal .main-content {
          padding: 20px;
          width: 100%; } }
      .job-card-teaser-horizontal .main-content .card-header {
        margin-bottom: 30px; }
      .job-card-teaser-horizontal .main-content h2 {
        padding-top: 0; }
      .job-card-teaser-horizontal .main-content .misc-info-wrapper {
        width: 140px;
        flex-shrink: 0;
        margin-left: 10px;
        justify-content: flex-end; }
        @media (max-width: 1060px) {
          .job-card-teaser-horizontal .main-content .misc-info-wrapper {
            margin-left: 0;
            margin-top: 10px;
            width: 100%;
            flex-direction: column;
            align-items: flex-start; }
            .job-card-teaser-horizontal .main-content .misc-info-wrapper .favorite-icon {
              display: none; } }
        .job-card-teaser-horizontal .main-content .misc-info-wrapper .job-location-wrapper {
          margin: 0;
          margin-right: 20px; }
      .job-card-teaser-horizontal .main-content .node__content {
        margin-top: 30px;
        margin-bottom: auto; }
        @media (max-width: 430px) {
          .job-card-teaser-horizontal .main-content .node__content {
            margin-top: 20px; } }
        .job-card-teaser-horizontal .main-content .node__content label {
          font-size: 12px;
          font-weight: 600;
          letter-spacing: -0.3px;
          color: #7b7b7b;
          margin-bottom: 4px; }
        .job-card-teaser-horizontal .main-content .node__content .field--name-field-job-description {
          overflow: auto;
          height: auto;
          max-height: 75px;
          max-width: 95%;
          font-size: 16px; }
          .job-card-teaser-horizontal .main-content .node__content .field--name-field-job-description p {
            font-size: 16px;
            font-weight: 500;
            line-height: 1.56;
            letter-spacing: -0.4px;
            color: #1d1d1f; }
            @media (max-width: 430px) {
              .job-card-teaser-horizontal .main-content .node__content .field--name-field-job-description p {
                font-size: 14px;
                line-height: 25px;
                letter-spacing: -0.35px; } }
      .job-card-teaser-horizontal .main-content .cta {
        display: inline-block;
        width: 150px;
        height: 50px;
        text-align: center;
        line-height: 48px; }
        @media (max-width: 1060px) {
          .job-card-teaser-horizontal .main-content .cta {
            width: 100%; } }
        .job-card-teaser-horizontal .main-content .cta.disabled {
          border: 1px solid #7b7b7b;
          color: #7b7b7b;
          cursor: default; }
          .job-card-teaser-horizontal .main-content .cta.disabled:hover {
            background: transparent; }
  @media (max-width: 1060px) {
    .job-card.node--view-mode-teaser-advanced {
      flex-direction: column;
      background: white; } }
  @media (max-width: 1060px) {
    .job-card.node--view-mode-teaser-advanced .side-content {
      width: 100%;
      display: flex;
      min-height: unset;
      height: auto;
      padding: 20px 40px 10px 40px; } }
  @media (max-width: 1060px) and (max-width: 660px) {
    .job-card.node--view-mode-teaser-advanced .side-content {
      padding: 20px 20px 0 20px; } }
  @media (max-width: 1060px) {
      .job-card.node--view-mode-teaser-advanced .side-content .field--name-field-job-production-type {
        width: 100%; }
        .job-card.node--view-mode-teaser-advanced .side-content .field--name-field-job-production-type .field__item {
          margin-right: 10px; }
          .job-card.node--view-mode-teaser-advanced .side-content .field--name-field-job-production-type .field__item:last-child {
            margin-right: 0; } }
  .job-card.node--view-mode-teaser-advanced .main-content {
    padding: 20px 40px 0 40px; }
    @media (max-width: 1060px) {
      .job-card.node--view-mode-teaser-advanced .main-content {
        padding-top: 0; } }
    @media (max-width: 600px) {
      .job-card.node--view-mode-teaser-advanced .main-content {
        padding: 20px 20px 0 20px; } }
  .job-card.node--view-mode-teaser-advanced .misc-info-wrapper {
    padding-top: 8px;
    flex-shrink: 0; }
  @media (max-width: 600px) {
    .job-card.node--view-mode-teaser-advanced .title-wrapper {
      max-width: 100%;
      margin-top: 0 !important; } }
  .job-card.node--view-mode-teaser-advanced .field--name-field-job-production-type .field__item {
    margin-bottom: 10px; }
  .job-card.node--view-mode-teaser-advanced .bottom-info {
    margin-top: auto;
    border-top: 1px solid #e5e5e5;
    padding: 20px 0; }
    @media (max-width: 1300px) {
      .job-card.node--view-mode-teaser-advanced .bottom-info {
        flex-direction: column; } }
    .job-card.node--view-mode-teaser-advanced .bottom-info.w-expired-item {
      position: relative; }
      @media (max-width: 1060px) {
        .job-card.node--view-mode-teaser-advanced .bottom-info.w-expired-item {
          margin-top: 20px; } }
    .job-card.node--view-mode-teaser-advanced .bottom-info .label {
      color: #7b7b7b;
      line-height: 1;
      margin-bottom: 5px;
      display: inline-block; }
  .job-card.node--view-mode-teaser-advanced .info .item {
    margin-right: 20px; }
    @media (max-width: 1060px) {
      .job-card.node--view-mode-teaser-advanced .info .item:last-child {
        margin-right: 0; } }

@media (max-width: 1060px) and (max-width: 600px) {
  .job-card.node--view-mode-teaser-advanced .info .item {
    width: 100%; } }
  @media (max-width: 1300px) {
    .job-card.node--view-mode-teaser-advanced .actions {
      margin-top: 20px; } }
  .job-card.node--view-mode-teaser-advanced .actions a:first-child {
    margin-right: 20px; }
    @media (max-width: 1060px) {
      .job-card.node--view-mode-teaser-advanced .actions a:first-child {
        margin-bottom: 20px; } }
  .job-card.node--view-mode-teaser-advanced .node__content {
    margin-top: 25px;
    margin-bottom: 30px; }
    @media (max-width: 1060px) {
      .job-card.node--view-mode-teaser-advanced .node__content {
        margin-bottom: 20px; } }
    .job-card.node--view-mode-teaser-advanced .node__content .field--name-field-job-description {
      height: auto;
      max-width: 100%; }
  .job-card.node--view-mode-teaser-advanced .icon {
    margin-right: 10px;
    display: inline-block; }
    .job-card.node--view-mode-teaser-advanced .icon.calendar-icon {
      width: 1.3125em;
      height: 1.3125em;
      background-position: -9.375em -2.1875em; }
    .job-card.node--view-mode-teaser-advanced .icon.user-icon {
      width: 1.3125em;
      height: 1.3125em;
      background-position: -4.0625em -11.25em; }
  .job-card.job-card-teaser-vertical.advanced {
    padding: 0; }
    .job-card.job-card-teaser-vertical.advanced .date-posted label {
      padding-bottom: 10px;
      display: inline-block; }
    .job-card.job-card-teaser-vertical.advanced .icon {
      margin-right: 10px;
      display: inline-block; }
      .job-card.job-card-teaser-vertical.advanced .icon.calendar-icon {
        width: 1.3125em;
        height: 1.3125em;
        background-position: -9.375em -2.1875em; }
    .job-card.job-card-teaser-vertical.advanced .row {
      border-top: 1px solid #e5e5e5;
      padding: 20px; }
      .job-card.job-card-teaser-vertical.advanced .row .info-wrapper {
        flex-wrap: wrap;
        width: 100%; }
      .job-card.job-card-teaser-vertical.advanced .row .infobox {
        width: 50%;
        margin-bottom: 20px; }
        .job-card.job-card-teaser-vertical.advanced .row .infobox .value {
          font-size: 1rem;
          font-weight: 600;
          color: #1d1d1f; }
        .job-card.job-card-teaser-vertical.advanced .row .infobox label {
          font-size: 0.77778rem;
          letter-spacing: -0.35px;
          font-weight: 400;
          color: #7b7b7b; }
    .job-card.job-card-teaser-vertical.advanced .field--name-field-job-age {
      padding-left: 0;
      font-size: 18px; }
    .job-card.job-card-teaser-vertical.advanced .salary {
      margin-left: 20px; }
    .job-card.job-card-teaser-vertical.advanced .cta-wrapper {
      margin: 20px 20px 0 20px; }
      .job-card.job-card-teaser-vertical.advanced .cta-wrapper .cta {
        margin-right: 0; }
    .job-card.job-card-teaser-vertical.advanced .field--name-field-job-description .field__label {
      font-size: 0.77778rem;
      letter-spacing: -0.35px;
      font-weight: 400;
      color: #7b7b7b;
      text-transform: uppercase;
      padding-top: 0px !important; }
    .job-card.job-card-teaser-vertical.advanced .field--name-field-job-description .field__item, .job-card.job-card-teaser-vertical.advanced .field--name-field-job-description .field p {
      font-size: 0.88889rem;
      letter-spacing: -0.4px;
      font-weight: 500;
      color: #1d1d1f; }
    .job-card.job-card-teaser-vertical.advanced h3 {
      font-size: 1.33333rem;
      letter-spacing: -0.6px;
      font-weight: 600;
      color: #1d1d1f;
      padding: 20px; }

.sidebar .job-card .field--name-field-job-description .field__label {
  color: #7b7b7b;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.25px;
  padding-top: 0 !important;
  padding-bottom: 5px; }

.sidebar .job-card .field--name-field-job-description p {
  color: #1d1d1f;
  line-height: 1.79;
  letter-spacing: -0.35px; }

@media (max-width: 1060px) {
  .sidebar .job-card .field--name-field {
    margin-bottom: 10px; } }

@media (max-width: 1060px) {
  .sidebar .job-card {
    padding-top: 20px; } }

@media (max-width: 1060px) {
  .sidebar .job-card .cta-wrapper {
    margin-top: auto; } }

.search-results--data .card.job {
  width: 300px;
  border-radius: 30px;
  background: white;
  padding: 30px 20px 20px 20px;
  margin-right: 20px;
  height: auto;
  min-height: 275px; }
  .search-results--data .card.job:nth-child(4n) {
    margin-right: 0px; }
  @media (max-width: 1300px) {
    .search-results--data .card.job:nth-child(3n) {
      margin-right: 0px; }
    .search-results--data .card.job:nth-child(4n) {
      margin-right: 20px; } }
  @media (max-width: 980px) {
    .search-results--data .card.job:nth-child(3n) {
      margin-right: 20px; }
    .search-results--data .card.job:nth-child(2n) {
      margin-right: 0px; } }
  @media (max-width: 660px) {
    .search-results--data .card.job {
      margin-right: 0 !important; } }
  @media (max-width: 450px) {
    .search-results--data .card.job {
      margin-right: auto !important;
      margin-left: auto;
      margin-bottom: 10px; } }
  .search-results--data .card.job:hover .card-cta-wrapper .card-cta {
    background: #1d1d1f;
    color: white; }

.search-results--data .card-card-type {
  padding-top: 5px; }

.search-results--data .card-location {
  margin-bottom: 20px; }

.search-results--data .card-cta-wrapper .card-cta {
  width: 100%;
  margin-right: 0;
  color: #1d1d1f; }
  .search-results--data .card-cta-wrapper .card-cta:hover {
    background: #1d1d1f;
    color: white; }

.card {
  background: #f0f0f7;
  width: 300px;
  height: 570px;
  border-radius: 30px;
  margin-right: 20px;
  margin-bottom: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all .2s ease-in; }
  .card.job {
    height: 475px; }
    @media (max-width: 1024px) {
      .card.job {
        height: 392px; } }
  .card.list-view {
    width: 100%;
    height: 220px;
    flex-direction: row;
    margin-right: 0; }
    .card.list-view .row {
      display: flex;
      align-items: center;
      margin-top: auto; }
      .card.list-view .row:first-child {
        margin-top: 0; }
    .card.list-view .col {
      width: 50%; }
    .card.list-view .card-image {
      width: 160px; }
      .card.list-view .card-image .field--name-field-profile-picture {
        height: 100%; }
    .card.list-view .card-tags-wrapper {
      padding-top: 20px;
      width: 100%; }
      .card.list-view .card-tags-wrapper .card-tags {
        display: flex; }
    .card.list-view .card-cta-wrapper {
      margin-top: 0;
      margin-left: auto; }
    .card.list-view .card-location {
      margin-left: auto;
      margin-top: 0; }
    .card.list-view .card-cta {
      margin-left: 10px;
      margin-right: 0; }
    .card.list-view .card-best-known {
      margin-bottom: 0; }
      .card.list-view .card-best-known .scrollbar-wrapper {
        max-width: 390px; }
    .card.list-view .card .favorite-icon {
      margin-right: 10px; }
  .card:hover {
    cursor: pointer; }
    .card:hover .card-cta {
      background: #00f;
      color: white; }
  .card:nth-child(3n) {
    margin-right: 0; }
  .card .content {
    padding: 20px;
    background: #f0f0f7;
    flex-grow: 1;
    display: flex;
    flex-direction: column; }
    .card .content.no-padd {
      padding: 0; }
  .card .favorite-icon {
    cursor: pointer; }
  .card .description {
    margin: 20px 0; }
    .card .description label {
      display: block;
      line-height: 1;
      font-size: 0.66667rem;
      letter-spacing: -0.3px;
      font-weight: 600;
      color: #7b7b7b;
      padding-bottom: 3px; }
    .card .description .value {
      font-size: 0.88889rem;
      letter-spacing: -0.4px;
      font-weight: 500;
      line-height: 1.56;
      color: #1d1d1f;
      max-height: 150px;
      overflow: auto; }

.card-image {
  display: block;
  height: 220px; }
  .card-image img {
    width: 300px;
    height: 100%;
    object-fit: cover; }
    .card-image img.business {
      object-fit: cover; }

.card-title {
  margin-bottom: 5px;
  line-height: 1.1; }
  @media (max-width: 430px) {
    .card-title {
      font-size: 16px; } }
  .card-title.job {
    padding-top: 10px;
    height: 65px; }
    @media (max-width: 1024px) {
      .card-title.job {
        height: 46px; } }
    @media (max-width: 600px) {
      .card-title.job {
        height: auto; } }

.card-type {
  color: #7b7b7b;
  line-height: 1;
  min-height: 14px;
  font-weight: normal; }

.card-location {
  margin-top: 16px;
  display: flex;
  align-items: top; }
  .card-location .location-title {
    margin-left: 5px;
    color: #7b7b7b;
    font-weight: normal;
    flex-shrink: 4; }

.card-best-known {
  margin-bottom: 10px;
  margin-top: auto; }
  .card-best-known .scrollbar-wrapper {
    display: flex;
    flex-direction: column; }
  .card-best-known .ps {
    display: flex;
    flex-direction: column;
    height: 65px; }
  .card-best-known .ps__thumb-y {
    opacity: 0.6; }
  .card-best-known .act {
    font-size: 18px;
    font-weight: 600; }
    .card-best-known .act .date {
      font-weight: normal; }
  .card-best-known .label {
    margin-top: 5px;
    color: #7b7b7b;
    font-weight: normal;
    line-height: 1; }

.card-tags-wrapper {
  padding-top: 10px;
  border-top: 1px solid #e5e5e5;
  min-height: 36px; }
  .card-tags-wrapper.job {
    border-top: none; }
  .card-tags-wrapper.business {
    margin-top: auto; }
  .card-tags-wrapper.empty {
    min-height: unset;
    padding-top: 0; }

.card-tags {
  height: 26px; }
  .card-tags .ps {
    display: flex;
    flex-wrap: wrap;
    height: 36px;
    overflow-y: auto;
    margin-top: 10px; }
  .card-tags .tag {
    border-radius: 13px;
    border: solid 1.7px #a7a7a7;
    height: 26px;
    line-height: 22px;
    margin-bottom: 10px;
    margin-right: 9px;
    padding: 0 14px; }
    .card-tags .tag:last-child {
      margin-right: 0; }

.card-cta-wrapper {
  display: flex;
  margin-top: 20px;
  align-items: center; }
  .card-cta-wrapper.job {
    margin-top: auto; }

.card-cta {
  margin-top: auto;
  display: inline-block;
  width: 200px;
  margin-right: auto; }

.view-display-id-block_1 .field--name-field-job-gender {
  display: flex; }
  .view-display-id-block_1 .field--name-field-job-gender .field__item:not(:first-child):before {
    content: '-';
    display: inline-block; }

@media (max-width: 1060px) {
  .side-content {
    display: none; } }

.job-expired {
  font-size: 0.77778rem;
  letter-spacing: -0.4px;
  font-weight: 500;
  color: #fff;
  background: #fd3927;
  border-radius: 15px;
  height: 30px; }
  .job-expired svg {
    margin-right: 7px; }
  @media (max-width: 1060px) {
    .job-expired {
      display: none; } }
  .job-expired.resp-item {
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }
    @media (max-width: 1060px) {
      .job-expired.resp-item {
        display: flex;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -15px;
        width: 112px; } }

.more-wrapper {
  margin-top: 25px; }
  .more-wrapper .cta {
    margin-top: 0; }
  .more-wrapper .favorite-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    margin-left: 10px; }

.profiles-view-placeholder {
  max-width: 1260px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  height: 680px; }
  @media (max-width: 1300px) {
    .profiles-view-placeholder {
      margin: 0 20px;
      height: auto; } }
  .profiles-view-placeholder .user-profiles {
    position: absolute;
    left: 0;
    overflow: visible; }
    @media (max-width: 1300px) {
      .profiles-view-placeholder .user-profiles {
        width: 100vw;
        padding-right: 40px;
        position: relative; } }
  .profiles-view-placeholder .mid-grid {
    padding: 0; }
    @media (max-width: 1320px) {
      .profiles-view-placeholder .mid-grid {
        width: calc(100vw - 40px);
        margin-left: 0; } }
  .profiles-view-placeholder .swiper-scrollbar {
    position: absolute;
    bottom: 0;
    max-width: 1180px;
    left: 50%;
    transform: translateX(-50%); }
    @media (max-width: 1024px) {
      .profiles-view-placeholder .swiper-scrollbar {
        max-width: 95vw;
        left: 0;
        transform: unset; } }
  .profiles-view-placeholder .cta {
    position: relative;
    z-index: 9; }

.featured-profiles-view {
  background: #f0f0f7;
  padding-top: 85px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden; }
  @media (max-width: 1024px) {
    .featured-profiles-view {
      padding-top: 60px;
      padding-bottom: 40px; } }
  @media (min-width: 1024px) {
    .featured-profiles-view:not(.reached-end):after {
      content: "";
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      height: 100%;
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #f0f0f7);
      width: 300px;
      z-index: 1; } }
  .featured-profiles-view .slider-fade {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0), #f0f0f7);
    width: 300px;
    z-index: 2; }
    @media (max-width: 1800px) {
      .featured-profiles-view .slider-fade {
        display: none; } }
  .featured-profiles-view:before {
    content: "";
    background: url(../images/shape-top-grey.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 20px;
    position: absolute;
    top: -20px; }
  .featured-profiles-view .bottom-shape {
    background: url(../images/shape-top-grey.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 20px;
    position: absolute;
    transform: rotate(-180deg);
    bottom: -20px; }

.grid-to-right, .user-profiles {
  display: flex;
  align-items: center;
  width: 1260px;
  margin-left: auto; }

.swiper-scrollbar .swiper-scrollbar-drag {
  background: #fa339a;
  height: 100%;
  border-radius: 2px; }

.user-profiles {
  padding: 40px 0 40px 0;
  position: relative; }
  @media (max-width: 1260px) {
    .user-profiles {
      width: 100vw; } }
  .user-profiles .views-row {
    position: relative;
    height: 510px;
    width: 300px !important; }
    @media (max-width: 650px) {
      .user-profiles .views-row {
        height: 477px; } }
    .user-profiles .views-row:last-child {
      margin-right: 0; }
    .user-profiles .views-row-talent_featured_first {
      width: 620px !important;
      height: 510px; }
      @media (max-width: 1024px) {
        .user-profiles .views-row-talent_featured_first {
          width: 300px !important; } }
      @media (max-width: 650px) {
        .user-profiles .views-row-talent_featured_first {
          height: 477px; } }

.profile-featured--card {
  height: 510px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  overflow-x: hidden; }
  @media (max-width: 650px) {
    .profile-featured--card {
      height: 477px; } }
  .profile-featured--card.search {
    margin-right: 20px;
    margin-bottom: 20px;
    width: 300px;
    overflow: hidden; }
    .profile-featured--card.search .image-wrapper {
      border-radius: 30px;
      overflow: hidden; }
    .profile-featured--card.search:last-child {
      margin-right: 0; }
    .profile-featured--card.search:nth-child(4n) {
      margin-right: 0; }
    @media (max-width: 1300px) {
      .profile-featured--card.search:nth-child(3n) {
        margin-right: 0px; }
      .profile-featured--card.search:nth-child(4n) {
        margin-right: 20px; } }
    @media (max-width: 980px) {
      .profile-featured--card.search:nth-child(3n) {
        margin-right: 20px; }
      .profile-featured--card.search:nth-child(2n) {
        margin-right: 0px; } }
    @media (max-width: 660px) {
      .profile-featured--card.search {
        margin-right: auto !important;
        margin: 0 auto !important;
        margin-bottom: 10px !important; } }
  .profile-featured--card:hover {
    cursor: pointer;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.5); }
  .profile-featured--card:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 44%, rgba(0, 0, 0, 0.6) 76%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    z-index: 1;
    border-radius: 30px; }
  .profile-featured--card a {
    height: 100%;
    display: block; }
  .profile-featured--card .image-wrapper {
    position: relative;
    height: 100%; }
    .profile-featured--card .image-wrapper img {
      object-fit: cover;
      height: 530px; }
  .profile-featured--card .content-wrapper {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    color: white;
    z-index: 2;
    display: flex;
    flex-direction: column; }
    .profile-featured--card .content-wrapper .profile-title {
      display: flex;
      flex-wrap: wrap; }
    .profile-featured--card .content-wrapper .view-profile {
      color: white;
      max-width: 141px;
      width: 100%;
      border: 2px solid white;
      border-radius: 10px;
      height: 50px;
      line-height: 45px;
      text-align: center;
      margin-top: 20px; }

.profile .media-wrapper {
  display: flex;
  align-items: center;
  margin-top: 15px; }

.profile .featured-badge {
  color: white;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 191px;
  height: 40px;
  background: #d9aa12;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3; }
  @media (max-width: 500px) {
    .profile .featured-badge {
      right: unset;
      left: 20px;
      font-size: 12px;
      width: 162px; } }
  .profile .featured-badge .badge-icon {
    margin-left: 7px;
    width: 1.5625em;
    height: 1.5625em;
    background-position: -2.5em -5.0625em; }

.profile .profile-content {
  height: 0;
  opacity: 0;
  overflow: hidden; }
  .profile .profile-content .field--name-field-profile-description {
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.56;
    letter-spacing: -0.4px; }

.profile .field--name-field-name, .profile .field--name-field-surname {
  font-size: 26px;
  font-weight: bold; }
  @media (max-width: 1024px) {
    .profile .field--name-field-name, .profile .field--name-field-surname {
      font-size: 24px; } }

.profile .field--name-field-name {
  margin-right: 5px; }

.profile .field--name-field-field-talent-profile-picture {
  height: 100%; }

.profile h4 {
  font-size: 14px;
  margin-right: 10px;
  line-height: 1.79;
  letter-spacing: -0.35px; }

.profile .media-icons {
  display: flex;
  align-items: center; }
  .profile .media-icons .icon {
    margin-right: 10px; }
    .profile .media-icons .icon:last-child {
      margin-right: 0; }

.mid-grid {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%; }
  @media (max-width: 860px) {
    .mid-grid {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center; } }
  .mid-grid .block-title {
    margin-right: auto; }
    @media (max-width: 860px) {
      .mid-grid .block-title {
        margin-right: 0;
        margin-bottom: 30px; } }
    .mid-grid .block-title h2 {
      margin-bottom: 5px; }
      @media (max-width: 860px) {
        .mid-grid .block-title h2 {
          font-size: 30px;
          margin-bottom: 15px; } }
      @media (max-width: 480px) {
        .mid-grid .block-title h2 {
          font-size: 24px; } }
    .mid-grid .block-title h3 {
      font-size: 18px;
      font-weight: normal;
      line-height: 1.39;
      letter-spacing: -0.45px; }
      @media (max-width: 480px) {
        .mid-grid .block-title h3 {
          font-size: 16px; } }
  .mid-grid .cta {
    width: 220px; }
    @media (max-width: 650px) {
      .mid-grid .cta {
        width: 100%; } }

.audio-icon {
  width: 1.3125em;
  height: 1.3125em;
  background-position: -7.8125em -9.375em; }
  .audio-icon.black {
    width: 1.3125em;
    height: 1.3125em;
    background-position: -11.25em -0.3125em; }

.videos-icon {
  width: 1.3125em;
  height: 1.3125em;
  background-position: -5.9375em -11.25em; }
  .videos-icon.black {
    width: 1.3125em;
    height: 1.3125em;
    background-position: -7.8125em -11.25em; }

.pics-icon {
  width: 1.3125em;
  height: 1.3125em;
  background-position: -9.375em -4.0625em; }
  .pics-icon.black {
    width: 1.3125em;
    height: 1.3125em;
    background-position: -9.375em -5.9375em; }

.profile-skills {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 15px; }
  .profile-skills .skill-tag,
  .profile-skills .extra-skills,
  .profile-skills a {
    padding: 0 14px;
    height: 26px;
    line-height: 17px;
    border: 2px solid #7b7b7b;
    color: white;
    text-align: center;
    border-radius: 13px;
    margin-right: 9px;
    margin-bottom: 5px; }
    @media (max-width: 430px) {
      .profile-skills .skill-tag,
      .profile-skills .extra-skills,
      .profile-skills a {
        font-size: 14px; } }
  .profile-skills .extra-skills {
    margin-right: 0; }

.layout-countent {
  background: white; }

.region-content {
  max-width: 1160px;
  margin: 0 auto;
  width: 100%; }
  .region-content .page-header {
    padding-top: 70px;
    background: none;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 0 20px; }
    @media (max-width: 500px) {
      .region-content .page-header {
        padding-top: 60px; } }
    .region-content .page-header h1 {
      margin: 0;
      font-size: 1.66667rem;
      letter-spacing: -0.75px;
      font-style: italic;
      font-weight: 900;
      line-height: 1.33;
      color: #1d1d1f; }
      @media (max-width: 430px) {
        .region-content .page-header h1 {
          font-size: 1.33333rem;
          letter-spacing: -0.6px;
          font-style: italic;
          font-weight: 900;
          line-height: 1.33;
          color: #1d1d1f; } }
    .region-content .page-header .description {
      padding-top: 40px;
      max-width: 600px;
      margin: 0 auto;
      font-size: 1rem;
      letter-spacing: -0.45px;
      line-height: 1.33;
      color: #1d1d1f; }
      @media (max-width: 430px) {
        .region-content .page-header .description {
          padding-top: 20px;
          font-size: 0.88889rem;
          letter-spacing: -0.4px;
          line-height: 1.38;
          color: #1d1d1f; } }

.stripe-checkout-form {
  visibility: hidden;
  height: 0; }

.products {
  display: flex;
  max-width: 980px;
  margin: 0 auto;
  width: 100%;
  padding: 55px 20px 55px 20px;
  position: relative; }
  .products:not(.job-plans) {
    justify-content: space-evenly; }
  .products.job-plans {
    justify-content: center; }
    @media (max-width: 730px) {
      .products.job-plans {
        flex-direction: column;
        align-items: center; } }
    .products.job-plans .product {
      margin: 0 30px;
      height: auto; }
      @media (max-width: 730px) {
        .products.job-plans .product {
          margin: 20px 0; } }
  @media (max-width: 960px) {
    .products {
      flex-wrap: wrap;
      justify-content: center; } }
  @media (max-width: 660px) {
    .products {
      flex-direction: column;
      align-items: center; } }
  .products-wrapper {
    position: relative; }
    .products-wrapper:before {
      content: "";
      background: url("/themes/custom/peos/images/oval.png");
      width: 100%;
      height: 700px;
      background-size: cover;
      background-position: center center;
      position: absolute;
      top: 50%;
      z-index: 0;
      left: 50%;
      transform: translate(-50%, -50%); }
      @media (max-width: 430px) {
        .products-wrapper:before {
          top: 410px;
          height: 90%; } }
  .products .product {
    width: 300px;
    border-radius: 20px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
    background-color: white;
    height: 532px;
    position: relative;
    padding: 35px 24px 24px 24px;
    display: flex;
    flex-direction: column; }
    @media (max-width: 960px) {
      .products .product {
        margin-bottom: 40px;
        margin-right: 20px; }
        .products .product:last-child {
          margin-right: 0; } }
    @media (max-width: 660px) {
      .products .product {
        margin-right: 0;
        height: auto; } }
    @media (max-width: 430px) {
      .products .product {
        width: 100%; } }
    .products .product .discount {
      border-radius: 20px;
      padding: 8px 10px;
      position: absolute;
      top: -18px;
      left: 24px;
      background: #00f;
      font-size: 0.77778rem;
      letter-spacing: -0.35px;
      font-weight: 600;
      color: white; }
    .products .product .product-header {
      display: flex;
      align-items: center;
      background: none; }
      .products .product .product-header h2 {
        font-size: 1rem;
        font-weight: 600;
        color: #1d1d1f;
        margin-right: auto; }
      .products .product .product-header .adv-text {
        font-size: 0.66667rem;
        letter-spacing: 1px;
        font-weight: 600;
        color: #61bdff; }
    .products .product .product-content.no-pd {
      padding-top: 0; }
    .products .product .product-content .row {
      display: flex;
      align-items: flex-end; }
      .products .product .product-content .row.price-billing {
        flex-wrap: wrap; }
      .products .product .product-content .row .price {
        display: flex;
        align-items: flex-start;
        padding-top: 15px; }
      .products .product .product-content .row .currency {
        font-size: 1.44444rem;
        font-weight: bold;
        color: #00f; }
      .products .product .product-content .row .value {
        font-size: 2.22222rem;
        font-weight: 600;
        line-height: 1;
        color: #00f;
        padding-left: 4px; }
      .products .product .product-content .row .billed {
        font-size: 0.77778rem;
        letter-spacing: -0.35px;
        color: #1d1d1f;
        padding-top: 6px;
        padding-left: 10px; }
      .products .product .product-content .row .save {
        font-size: 0.77778rem;
        letter-spacing: -0.35px;
        font-weight: 600;
        color: #00f;
        border-radius: 20px;
        border: 2px solid #00f;
        margin-left: auto;
        padding: 8px 10px; }
        @media (max-width: 330px) {
          .products .product .product-content .row .save {
            margin-left: 0;
            width: 100%;
            text-align: center;
            margin-top: 20px; } }
      .products .product .product-content .row.description {
        padding-top: 17px;
        padding-bottom: 16px;
        border-bottom: 1px solid #e5e5e5; }
      .products .product .product-content .row .text {
        font-size: 0.88889rem;
        letter-spacing: -0.4px;
        line-height: 1.44;
        color: #7b7b7b; }
      .products .product .product-content .row.details {
        display: flex;
        align-items: center;
        flex-direction: column;
        margin-top: 20px; }
        .products .product .product-content .row.details.no-mg {
          margin-top: 0; }
        .products .product .product-content .row.details .details-row {
          width: 100%;
          align-items: center;
          display: none; }
          @media (max-width: 660px) {
            .products .product .product-content .row.details .details-row {
              display: flex; } }
          .products .product .product-content .row.details .details-row:after {
            content: "";
            width: 100%;
            height: 1px;
            background: #e5e5e5; }
      .products .product .product-content .row.benefits {
        padding-bottom: 24px; }
      .products .product .product-content .row ul {
        list-style: none;
        padding: 0;
        margin: 0;
        padding-top: 24px; }
        .products .product .product-content .row ul li {
          margin-bottom: 16px;
          font-size: 0.88889rem;
          letter-spacing: -0.4px;
          color: #1d1d1f;
          opacity: 0.3;
          display: flex;
          align-items: center; }
          .products .product .product-content .row ul li .icon {
            width: 19px;
            height: 19px;
            border-radius: 50%;
            border: 1px solid #00f;
            margin-right: 12px;
            flex-shrink: 0; }
          .products .product .product-content .row ul li.checked {
            opacity: 1; }
            .products .product .product-content .row ul li.checked .icon {
              background-image: url(/themes/custom/peos/images/sprites/build/sprites.png?4220);
              background-position: -175px -22px;
              width: 20px;
              height: 20px;
              border: none; }
          .products .product .product-content .row ul li:last-child {
            margin-bottom: 0; }
    .products .product .select-plan {
      font-size: 0.77778rem;
      font-style: italic;
      font-weight: 900;
      color: #00f;
      text-align: center;
      margin: 0 auto;
      margin-top: auto;
      border: none;
      background: none;
      -webkit-appearance: none;
      appearance: none;
      display: block;
      width: 100%;
      padding: 16px 0;
      border-top: 1px solid #e5e5e5; }
      @media (max-width: 660px) {
        .products .product .select-plan {
          margin-top: 24px; } }
    .products .product.popular {
      background: #00f;
      color: white; }
      .products .product.popular .product-header h2 {
        color: #fff; }
      .products .product.popular .discount {
        background: #8bd50f;
        color: #00f; }
      .products .product.popular .product-content.no-pd {
        padding-top: 0; }
      .products .product.popular .product-content .row .currency {
        color: white; }
      .products .product.popular .product-content .row .value {
        color: white; }
      .products .product.popular .product-content .row .billed {
        color: white; }
      .products .product.popular .product-content .row .save {
        background: #8bd50f;
        color: #00f; }
      .products .product.popular .product-content .row .text {
        color: white; }
      .products .product.popular .product-content .row.description, .products .product.popular .product-content .row.benefits {
        border-bottom: 1px solid #0000c8; }
      .products .product.popular .product-content .row ul li {
        color: white; }
        .products .product.popular .product-content .row ul li .icon {
          border: 1px solid white; }
        .products .product.popular .product-content .row ul li.checked .icon {
          background-image: url(/themes/custom/peos/images/sprites/build/sprites.png?4220);
          background-position: -175px 0px;
          width: 20px;
          height: 20px;
          border: none; }
      .products .product.popular .select-plan {
        background-color: #8bd50f; }

.job-plans .fl-al-start,
.path-stripe-checkout .fl-al-start {
  align-items: flex-start !important; }

.job-plans .product-content,
.path-stripe-checkout .product-content {
  padding-top: 0; }

.job-plans .details-text,
.path-stripe-checkout .details-text {
  padding: 6px 8px;
  border-radius: 6px;
  background-color: #f0f0f7;
  font-size: 0.77778rem;
  font-weight: 500;
  color: #00f;
  margin-right: 24px;
  cursor: pointer;
  display: flex;
  align-items: center; }

.job-plans .arrow-css,
.path-stripe-checkout .arrow-css {
  margin-left: 10px;
  margin-bottom: 4px; }

.job-plans .details-row {
  margin-top: 20px; }

.arrow-css {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #00f;
  border-right: 1px solid #00f; }
  .arrow-css.bottom {
    transform: rotate(135deg); }
  .arrow-css.top {
    transform: rotate(-45deg);
    margin-bottom: -7px; }

.products .product.for-business .product-content .row ul li.checked .icon {
  background-image: url(/themes/custom/peos/images/sprites/build/sprites.png?4220);
  background-position: -132px -134px;
  width: 20px;
  height: 20px; }

.products .product.for-business .product-content .row .save,
.products .product.for-business .product-content .row .value,
.products .product.for-business .product-content .row .currency {
  color: #fa339a; }

.products .product.for-business .product-content .row .save {
  border: 2px solid #fa339a; }

.products .product.for-business .select-plan {
  color: #fa339a; }

.products .product.for-business .discount {
  background: #fa339a; }
