@import "theme_colors_and_fonts.css";
/* * * * * * * * * * 
/* SCSS VARIABLES  */
/* ~~~~~~~~~~~~~~~~*/
/* Fonts */
/* Other variables */
/* Mixins */
/* ~~~~~~~~~~~~~~~~*/
/* END VARIABLES   *
 * * * * * * * * * */
/* * * * * * * * * * 
 * GLOBAL          */
/* ~~~~~~~~~~~~~~~~*/
html, body {
  max-width: 100vw;
  overflow-x: hidden;
  overflow-y: auto;
}
body {
  font-family: "Open Sans", "Helvetica", "Verdana", sans-serif;
  font-size: 1.2rem;
  color: var(--black) l;
}
p {
  line-height: 1.5;
}
.post, .page, #primary, .entry-content {
  margin: 0;
}
/* Header */
.home #masthead, .page-id-10 #masthead {
  position: absolute;
  background: transparent;
  top: 0;
  left: 0;
  width: calc(100% - 4rem);
  z-index: 2;
  margin: 0 2rem;
  border-bottom: 1px solid var(--yellow);
}
body:not(.home) #masthead {
  background: var(--blue);
}
#masthead .is-style-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
}
#masthead .main-navigation ul {
  justify-content: end;
  margin-left: 2rem;
}
#masthead .main-navigation ul li.login a {
  border-radius: 1.5rem;
  padding: 0.7rem 2.5rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  background: var(--yellow);
  color: var(--blue) !important;
  margin-left: 1rem;
}
#masthead .main-navigation ul li a {
  color: #FFF !important;
  font-weight: 700;
  letter-spacing: 0.84px;
  text-transform: uppercase;
  padding: 0.7rem 2.5rem;
  font-size: 0.9rem;
}
#masthead .site-branding img {
  height: 70px;
  width: auto;
  max-width: unset;
}
/* ~~~~~~~~~~~~~~~~*/
/* END GLOBAL      *
 * * * * * * * * * */
/* * * * * * * * * * 
 * TYPOGRAPHY      */
/* ~~~~~~~~~~~~~~~~*/
h1, h2, h3 {
  font-family: "Open Sans", "Helvetica", "Verdana", sans-serif;
  font-weight: 400;
}
h1 + p {
  margin-top: 0 !important;
}
h2 + p {
  margin-top: 1rem !important;
}
a, a:visited {
  color: inherit;
}
/* ~~~~~~~~~~~~~~~~~~*/
/* END TYPOGRAPHY    *
 * * * * * * * * * * */
/* * * * * * * * * * *
 * BLOCK STYLES      */
/* ~~~~~~~~~~~~~~~~~~*/
/* Buttons */
.wp-block-button__link {
  border-radius: 1.5rem;
  padding: 0.7rem 2.5rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}
/* Column */
.is-style-rounded {
  border-radius: 1.5rem;
}
.is-style-rounder {
  border-radius: 10rem;
}
/* Columns */
.is-style-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
}
.is-style-no-gap {
  gap: 0;
}
.wp-block-columns {
  margin-bottom: 0;
}
/* Group */
.is-style-padded-group {
  padding: 2rem;
}
/* List */
.wp-block-list {
  color: var(--black);
  padding: 0;
  margin-left: 1.5rem;
}
.wp-block-list li {
  margin: 2rem 0;
}
.wp-block-list li b, .wp-block-list li strong {
  color: var(--blue);
}
.wp-block-list li::marker {
  color: var(--blue);
}
.wp-block-list li li {
  margin-left: 1.2rem;
  padding-left: 1rem;
  border-left: 2px solid var(--blue);
}
.wp-block-list li li::marker {
  display: none;
  color: transparent;
  visibility: hidden;
  opacity: 0;
}
.has-white-color.wp-block-list li::marker {
  color: var(--yellow);
}
/* Paragraph */
.is-style-question-header {
  color: var(--blue);
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 0;
}
.is-style-question-header + p {
  margin-top: 0.5rem;
}
.is-style-title {
  font-size: 3.15rem;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  margin: 1.25rem 0 !important;
}
/* Separator */
.wp-block-separator.is-style-small-separator {
  max-width: 100px;
  margin: 1.5rem;
  margin-left: 0;
  margin-right: auto;
  border-top-width: 1px;
}
/* ~~~~~~~~~~~~~~~~~~*/
/* END BLOCK STYLES  *
 * * * * * * * * * * */
.wp-block-cover p {
  margin: 0.5rem 0;
  line-height: 1.5;
}
.wp-block-cover p:last-of-type {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.is-style-clip-arc, .is-style-clip-arc-homepage {
  mask-image: url(assets/images/arc.png), linear-gradient(to bottom, #ffffff00 0%, #ffffff00 150px, #ffffff 150px, #ffffff 100%);
  mask-mode: luminance;
  mask-size: 100% auto;
  mask-position: center top;
  mask-repeat: no-repeat;
  margin-top: -200px;
  padding-top: 100px;
  position: relative;
  z-index: 2;
}
.is-style-clip-arc-homepage {
  background: linear-gradient(270deg, #fad406 0%, #fad406 50%, #2dbadb 50%, #2dbadb 100%);
}
.is-style-clip-arc-homepage .wp-block-columns {
  gap: 4rem;
}
.is-style-clip-arc-homepage .wp-block-columns .wp-block-column:last-child {
  position: relative;
  padding-left: 4rem;
}
.is-style-clip-arc-homepage .wp-block-columns .wp-block-column:last-child > .wp-block-group {
  max-width: 300px;
}
.is-style-clip-arc-homepage .wp-block-columns .wp-block-column:last-child::after {
  content: "";
  display: block;
  background: url("assets/images/resized-3-home-02-jobseeker.png");
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
  width: 550px;
  height: 600px;
  min-width: 300px;
  max-width: calc(((100vw - (1200px)/2 )) + 2rem);
  max-height: calc(100% + 100px);
  aspect-ratio: 0.9166666667;
  position: absolute;
  bottom: calc(-1 * 2rem);
  right: calc(-1 * (((100vw - 1200px)/2) + 2rem));
  z-index: 1;
}
.home h2 {
  margin-bottom: 0;
}
.home h2 + p {
  margin-top: 1rem;
}
.wp-block-cover {
  padding: 0;
}
.employers {
  align-items: stretch;
}
.employers > .wp-block-cover__inner-container {
  position: relative;
}
.employers > .wp-block-cover__inner-container::before {
  content: "";
  display: block;
  background: url("assets/images/employers-01-top 1.png");
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
  width: 100%;
  height: calc(100% - 50px);
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}
.wage-image {
  position: relative;
}
.wage-image::before {
  content: "";
  display: block;
  background: url("assets/images/employers-02 1.png");
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
  width: 417px;
  height: 612px;
  min-width: 300px;
  max-width: calc(((100vw - (1200px)/2 )) + 2rem);
  max-height: calc(100% - 50px);
  aspect-ratio: 0.681372549;
  position: absolute;
  bottom: calc(-1 * (2rem + 1.25em));
  right: calc(-1 * (100vw - 1200px)/2 + 2rem);
  z-index: 1;
}
.workers {
  align-items: stretch;
}
.workers > .wp-block-cover__inner-container {
  position: relative;
}
.workers > .wp-block-cover__inner-container::before {
  content: "";
  display: block;
  background: url("assets/images/workers-01-top 1.png");
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 55vw;
  height: calc(100% - 100px);
  position: absolute;
  top: 50px;
  right: 0;
  pointer-events: none;
}
/* * * * * * * * * * *
 * MEDIA QUERIES     */
/* ~~~~~~~~~~~~~~~~~~*/
@media screen and (max-width: 1440px) {
  .is-style-clip-arc-homepage .wp-block-columns .wp-block-column:last-child::after {
    max-height: 100%;
  }
  .workers > .wp-block-cover__inner-container::before {
    top: unset;
    bottom: 100px;
  }
  .employers > .wp-block-cover__inner-container::before {
    max-width: 50%;
  }
  .employers .wp-block-column:first-child {
    flex-basis: 50% !important;
  }
}
@media screen and (max-width: 1300px) {
  .employers .wp-block-column:first-child {
    flex-basis: 40% !important;
  }
  .employers > .wp-block-cover__inner-container::before {
    max-width: 60%;
  }
  .page-id-8 .is-style-title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1200px) {
  .is-style-clip-arc-homepage .wp-block-columns .wp-block-column:last-child::after {
    position: relative;
    max-height: 300px;
    margin-right: -2rem;
    margin-left: auto;
    margin-top: -50px;
    right: 0;
  }
  .is-style-clip-arc-homepage .wp-block-columns .wp-block-spacer {
    display: none;
  }
}
@media screen and (max-width: 1025px) {
  .is-style-title {
    font-size: 2.5rem;
  }
  .is-style-clip-arc-homepage .wp-block-columns .wp-block-column:last-child::after {
    margin-top: 0;
  }
  .workers > .wp-block-cover__inner-container::before {
    top: unset;
    bottom: 150px;
  }
  .employers > .wp-block-cover__inner-container::before {
    min-width: 616px;
    max-width: 65%;
    right: -100px;
  }
}
@media screen and (max-width: 960px) {
  .employers > .wp-block-cover__inner-container::before {
    min-width: 616px;
    max-width: 75%;
    right: -150px;
  }
}
@media screen and (max-width: 900px) {
  .employers {
    min-height: 150vh;
  }
  .employers .wp-block-column:first-child {
    flex-basis: 60% !important;
  }
  .employers > .wp-block-cover__inner-container::before {
    background-position: bottom right;
    bottom: 160px;
    top: auto;
    max-height: 400px;
    right: -100px;
  }
  .home #masthead .main-navigation #primary-menu, .page-id-10 #masthead .main-navigation #primary-menu {
    left: -2rem;
  }
  #masthead .is-style-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #masthead .main-navigation #primary-menu {
    position: absolute;
    width: 0;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.5s ease;
    left: 0;
    right: 0;
    margin-top: 2rem;
    margin-left: 0;
    background: var(--blue);
    display: flex;
    flex-direction: column;
    z-index: 2;
    left: 0;
  }
  #masthead .main-navigation.toggled #primary-menu {
    opacity: 1;
    padding: 2rem;
    box-shadow: -2px 0px 6px rgba(0, 0, 0, 0.2);
    width: 100vw;
  }
  #masthead .main-navigation ul {
    justify-content: end;
    margin-left: 2rem;
  }
  #masthead .menu-toggle {
    display: block;
    border-radius: 1.5rem;
    padding: 0.7rem 2.5rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    margin-right: 0;
    margin-left: auto;
    background: var(--yellow);
    color: var(--blue);
  }
}
@media screen and (max-width: 850px) {
  .is-style-title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 780px) {
  .home .wp-block-cover:first-child .wp-block-cover__background {
    opacity: 1;
  }
  .home .wp-block-cover .wp-block-spacer {
    height: 0 !important;
  }
  .is-style-clip-arc, .is-style-clip-arc-homepage {
    mask-image: url(assets/images/arc.png), linear-gradient(to bottom, #ffffff00 0%, #ffffff00 100px, #ffffff 100px, #ffffff 100%);
  }
  .is-style-clip-arc-homepage {
    background: var(--light-blue);
    padding-top: 50px;
  }
  .is-style-clip-arc-homepage .wp-block-columns {
    padding: 0;
    gap: 0;
  }
  .is-style-clip-arc-homepage .wp-block-columns .wp-block-column {
    padding: 2rem;
  }
  .is-style-clip-arc-homepage .wp-block-columns .wp-block-column:last-child {
    background: var(--yellow);
    padding-left: 2rem;
  }
  .is-style-clip-arc-homepage .wp-block-columns .wp-block-column:last-child::after {
    margin-top: -100px;
  }
  .workers > .wp-block-cover__inner-container::before {
    top: unset;
    bottom: 150px;
  }
  .employers {
    min-height: 130vh !important;
  }
  .target-groups {
    gap: 0;
  }
  .target-groups .wp-block-column:last-child li:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .workers {
    min-height: 130vh !important;
  }
  .workers > .wp-block-cover__inner-container::before {
    max-width: 100%;
    max-height: 300px;
  }
  :where(.wp-block-columns.has-background) {
    padding: 2rem;
  }
  .is-style-container .is-style-container, :where(.wp-block-columns.has-background) .is-style-container {
    padding: 0 !important;
  }
  .is-style-rounder .is-style-padded-group {
    padding: 2rem 2.5rem;
  }
}
@media screen and (max-width: 500px) {
  .is-style-clip-arc-homepage .wp-block-columns .wp-block-column:last-child::after {
    margin-top: 0;
  }
  .employers {
    min-height: 1100px !important;
  }
  .wp-block-list li li {
    margin-left: 0 !important;
  }
  .wp-block-list ul {
    padding-left: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 450px) {
  #masthead .site-branding img {
    max-width: 100px;
    height: auto;
  }
  .is-style-title {
    font-size: 2rem !important;
  }
  #masthead .menu-toggle, .wp-block-button__link {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 400px) {
  .employers {
    min-height: 1200px !important;
  }
}
@media screen and (max-width: 300px) {
  .employers > .wp-block-cover__inner-container::before {
    max-height: 300px;
  }
}
/* ~~~~~~~~~~~~~~~~~~*/
/* END MEDIA QUERIES *
 * * * * * * * * * * */
