@font-face {
  font-family: Abcdiatyperounded;
  src: url('../fonts/ABCDiatypeRounded-Heavy.woff2') format("woff2"), url('../fonts/ABCDiatypeRounded-Heavy.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Abcdiatyperounded;
  src: url('../fonts/ABCDiatypeRounded-Medium.woff2') format("woff2"), url('../fonts/ABCDiatypeRounded-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Abcdiatyperounded;
  src: url('../fonts/ABCDiatypeRounded-Black.woff2') format("woff2"), url('../fonts/ABCDiatypeRounded-Black.woff') format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --colors--cold-—-900: #15172d;
  --colors--cold-—-500: #5b67eb;
  --colors--warm-—-100: #faf8f4;
  --colors--white: white;
  --colors--cold-—-300: #e3e7fc;
  --colors--cold-—-400: #c2c7ff;
  --colors--cold-—-800: #5e677a;
  --colors--warm-—-50: #f6f6f6;
  --button-height: 3.2rem;
  --button-border-radius: .5rem;
  --colors--cold-—-400-hover: #b1b8ff;
  --colors--warm-—-600: #e0e0e0;
  --colors--green-—-400: #48d05a;
  --colors--warm-—-500: #e9e7e5;
  --colors--warm-—-700: #bfbfbf;
  --colors--warm-—-400: #f0f0f0;
  --colors--warm-—-300: #f4f4f5;
  --colors--border: #36322d14;
  --outline-hover: #d9d7d559;
  --_colors---neutral-600: #2c2c2c;
  --colors--orange-—-500: #d15000;
  --_colors---neutral-100: white;
  --colors--warm-—-800: #7f7f7d;
  --colors--warm-—-900: #3d3d3a;
  --color--silver\<deleted\|variable-c151fe58\>: #0020ff;
  --color--input-hover-glow-color\<deleted\|variable-a32ec86c-3325-3db6-1fa3-60199d8af2f0\>: #0d00ff;
  --colors--warm-—-200: #f8f9fa;
  --color--shade\<deleted\|variable-e3fa8b0f\>: #0039ff;
  --colors--cold-—-500-hover: #6774ff;
  --_colors---lila-200: #c2c7ff;
  --colors--cold-—-200: #f3f6ff;
  --button-height-small: 2.2rem;
  --color--transparent\<deleted\|variable-037dc104-ee24-24d2-44b2-8f664c37ac5a\>: #ff0004;
  --_colors---lila-100: #b1b8ff;
  --border-button-radius-small: .55rem;
  --colors--green-—-400-hover: #45df51;
  --max-width-padding: 4rem;
  --max-width-padding-mobile: 1rem;
  --colors--cold-—-100: #f5f7fe;
  --colors--orange-—-400: #fe5f0b;
  --_colors---green-200: #45df51;
  --max-width: 1400px;
  --padding-vertical: 3rem;
  --_colors---neutral-200: #efeeec;
  --_colors---neutral-300: #e3e1de;
  --_colors---neutral-400: #d0cfcd;
  --_colors---neutral-500: #818180;
  --_colors---neutral-700: #1f1f1f;
  --_colors---neutral-800: #131313;
  --_colors---neutral-900: black;
  --_colors---green-100: #48d053;
  --orange-—-100: #fe5f0b1a;
  --colors--warm-—-25: #fcfcfc;
  --colors--green-—-100: #e4f8e5;
  --colors--green-—-500: #429c4a;
  --colors--green-—-700: #025509;
  --colors--modal: #292d3100;
  --colors--mem-beige: #e5e7eb;
  --colors--border-ui: #f2f0e9;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: var(--colors--cold-—-900);
  height: 100%;
  font-family: Abcdiatyperounded, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
}

h1 {
  margin-top: 0;
  font-size: 2.8rem;
  font-weight: 800;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 2.5rem;
}

h3 {
  font-size: 1.5rem;
  font-weight: 800;
}

h4 {
  font-size: 1.15rem;
  font-weight: 700;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--colors--cold-—-900);
  cursor: pointer;
  text-decoration: none;
  transition: color .2s;
}

a:hover {
  color: var(--colors--cold-—-500);
}

label {
  margin-bottom: 5px;
  display: block;
}

.body {
  background-color: var(--colors--warm-—-100);
  color: var(--colors--cold-—-900);
  letter-spacing: 0;
  font-family: Abcdiatyperounded, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
}

.body.b-whitesmoke {
  background-color: var(--colors--warm-—-100);
}

.body.b-start {
  background-color: var(--colors--warm-—-100);
  background-image: linear-gradient(to bottom, var(--colors--warm-—-100), var(--colors--warm-—-100));
}

.body.b-lila {
  background-color: var(--colors--cold-—-300);
}

.svg-logo {
  z-index: 1;
  width: 100%;
}

.logo-tile {
  box-shadow: 0 0 0 .15rem var(--colors--cold-—-900);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #faf8f4cc;
  border-radius: .9rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  position: relative;
}

.logo-wrapper {
  z-index: 1;
  pointer-events: auto;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.logo-wrapper:hover {
  color: var(--colors--cold-—-900);
}

.logo-wrapper:active {
  transform: scale(.99);
}

.tilemodal {
  z-index: 2;
  background-color: #fff;
  border-radius: 1.4rem;
  align-items: center;
  max-width: 96vw;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 3rem #15172d26;
}

.tilemodal.tm-talentdetail {
  flex-direction: column;
  justify-content: flex-start;
  width: 49rem;
  max-width: 94vw;
  box-shadow: 0 1rem 4rem #15172d40;
}

.tilemodal.tm-padding {
  width: 24rem;
  padding: 1.8rem;
}

.tilemodal.tm-padding.tm-overflow-hidden {
  overflow: hidden;
}

.tilemodal.tm-overflow {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.tilemodal.tm-talentrequest {
  width: 25rem;
}

.tilemodal.tm-addbudget {
  width: 30rem;
  max-width: 96vw;
}

.tilemodal.tm-addmessage {
  width: 35rem;
}

.tilemodal.tm-effort {
  width: 32rem;
}

.tilemodal.tm-demomodus {
  width: 25rem;
}

.tilemodal.tm-success, .tilemodal.tm-choose {
  width: 28rem;
}

.tilemodal.tm-register, .tilemodal.tm-login {
  width: 24rem;
}

.tilemodal.tm-timerange {
  width: 52rem;
}

.tilemodal.tm-howitworks {
  aspect-ratio: 48 / 31;
  object-fit: cover;
  background-color: #000;
  width: 60vw;
  overflow: hidden;
  box-shadow: 0 20px 3rem #15172d80;
}

.tilemodal.tm-namequest {
  width: 26rem;
}

.tilemodal.tm-newphone {
  width: 24rem;
}

.tilemodal.tm-subscribe {
  width: 23rem;
}

.modalheaderwrapper {
  z-index: 1;
  color: var(--colors--cold-—-900);
  text-align: center;
  cursor: default;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5.6rem;
  padding-top: .3rem;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.05;
  display: flex;
  position: relative;
}

.modalheaderwrapper.mh-high {
  height: 8rem;
}

.modalheaderwrapper.mh-profile {
  background-image: linear-gradient(180deg, var(--colors--cold-—-400), white);
  background-size: auto;
  border-top-left-radius: 1.4rem;
  border-top-right-radius: 1.4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  min-height: 8rem;
  padding: 2rem;
  font-weight: 500;
}

.svg_close {
  pointer-events: none;
  width: 100%;
  height: 100%;
  line-height: 0;
}

.wrapperclose {
  z-index: 5;
  color: var(--colors--cold-—-800);
  cursor: pointer;
  border-radius: 100%;
  width: 2rem;
  height: 2rem;
  padding: .5rem;
  font-size: 0;
  line-height: 0;
  transition: background-color .2s;
  position: absolute;
  inset: 1rem 1rem auto auto;
}

.wrapperclose:hover {
  background-color: var(--colors--warm-—-50);
  color: var(--colors--cold-—-900);
}

.wrapperclose:active {
  transform: scale(.95);
}

.wrapperclose.wc_lila {
  color: var(--colors--cold-—-900);
  width: 1.8rem;
  height: 1.8rem;
  top: 1rem;
  right: 1rem;
}

.wrapperclose.wc_banner {
  color: var(--colors--cold-—-900);
  width: 1.8rem;
  height: 1.8rem;
  top: auto;
}

.wrapperclose.wc_banner:hover {
  background-color: #0000;
}

.wrapperclose.wc_banner.wc_w {
  color: var(--colors--white);
}

.cta_button {
  z-index: 0;
  height: var(--button-height);
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  border-radius: var(--button-border-radius);
  background-color: var(--colors--cold-—-400);
  color: var(--colors--cold-—-900);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding-left: 1.4rem;
  padding-right: 1.4rem;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
  transition: transform .2s, color .2s, background-color .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta_button:hover {
  background-color: var(--colors--cold-—-400-hover);
  color: var(--colors--cold-—-900);
  transform: scale(1.01);
}

.cta_button:active {
  transform: scale(.99);
}

.cta_button.button_select {
  z-index: 1;
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  background-color: var(--colors--white);
  color: var(--colors--cold-—-800);
  text-transform: uppercase;
  width: 100%;
  min-width: auto;
  height: 2.8rem;
  font-size: .85rem;
  font-weight: 800;
  display: flex;
}

.cta_button.button_select:hover {
  transform: scale(1);
}

.cta_button.button_select:active {
  transform: none;
}

.cta_button.button_select.bs_selected {
  z-index: 0;
  color: var(--colors--green-—-400);
}

.cta_button.button_select.bs_absolute {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.cta_button.b_grey {
  color: var(--colors--cold-—-800);
  background-color: #f0f0f0;
}

.cta_button.b_grey:hover {
  color: #475164;
}

.cta_button.b_100 {
  width: 100%;
}

.close-modal {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.close-modal.cm-deactivated {
  pointer-events: none;
}

.item_dataline {
  border-bottom: 1px solid var(--colors--warm-—-500);
  white-space: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 2.2rem;
  padding-left: .3rem;
  padding-right: .3rem;
  font-size: .85rem;
  font-weight: 500;
  display: flex;
  position: relative;
}

.grey {
  color: var(--colors--cold-—-800);
}

.input {
  border: 1px solid var(--colors--warm-—-500);
  color: var(--colors--cold-—-500);
  background-color: #fff;
  border-radius: .5rem;
  width: 100%;
  height: 2.8rem;
  margin-bottom: 0;
  padding-left: .65rem;
  font-size: 1.1rem;
  transition: border-color .2s;
  position: relative;
  box-shadow: 0 .1rem .15rem #0000000d;
}

.input:focus {
  border-color: var(--colors--warm-—-700);
  color: var(--colors--cold-—-500);
}

.input::placeholder {
  color: var(--colors--warm-—-700);
}

.input.i-disabled {
  cursor: not-allowed;
  background-color: #d3d2cf1a;
}

.input.i-center {
  text-align: center;
}

.input.i-textarea {
  height: 8rem;
}

.input.i-avatar {
  color: var(--colors--cold-—-500);
  border-radius: 8rem;
  padding-left: 3rem;
  font-size: 1rem;
}

.input.i-avatar:focus {
  border-color: var(--colors--warm-—-500);
}

.input.i-small {
  height: 2.4rem;
  margin-top: .25rem;
  padding-left: .5rem;
  font-size: 1rem;
}

.header {
  z-index: 11;
  border-bottom: 1px solid var(--colors--warm-—-500);
  box-shadow: none;
  pointer-events: none;
  background-color: #fff;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .5fr 2fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  width: 100%;
  height: 5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  transition: transform .8s;
  display: flex;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
}

.timerange_barflexible {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-radius: .8rem;
  justify-content: center;
  align-items: center;
  height: 3rem;
  margin-top: .5rem;
  padding: .4rem .6rem;
  display: flex;
}

.button_flextime {
  color: var(--colors--cold-—-800);
  cursor: pointer;
  background-color: #fff;
  border-radius: .7rem;
  align-items: center;
  height: 100%;
  padding-left: .8rem;
  padding-right: .8rem;
  font-size: .85rem;
  font-weight: 500;
  line-height: 0;
  transition: color .1s;
  display: flex;
}

.button_flextime:hover {
  color: var(--colors--cold-—-900);
}

.button_flextime.bft_active {
  background-color: var(--colors--warm-—-400);
  color: var(--colors--cold-—-900);
}

.wrapper_effort {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  font-size: .9rem;
  display: grid;
}

.button_circle {
  border: 1.5px solid var(--colors--warm-—-500);
  cursor: pointer;
  background-color: #0000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  font-size: 2rem;
  transition: none;
  display: flex;
}

.button_circle:hover {
  box-shadow: 0 0 0 .5px var(--colors--warm-—-500);
}

.button_circle:active {
  transform: scale(.97);
}

.svg_minus {
  background-color: var(--colors--cold-—-900);
  border-radius: 99rem;
  width: 1.4rem;
  height: 3px;
}

.svg_minus.sm_plus {
  position: absolute;
  transform: rotate(90deg);
}

.formblock_effort {
  margin-bottom: 0;
}

.input_effort {
  background-color: var(--colors--warm-—-300);
  color: var(--colors--cold-—-500);
  text-align: center;
  border: 0 solid #000;
  border-radius: 1rem;
  height: 6rem;
  margin-bottom: 0;
  padding: 0;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1;
  transition: border-color .2s;
}

.input_effort:focus {
  outline-color: var(--colors--warm-—-600);
  outline-offset: 0px;
  outline-width: .2rem;
  outline-style: solid;
}

.input_effort::placeholder {
  color: var(--colors--cold-—-800);
}

._100_height {
  height: 100%;
}

.grid-talents {
  z-index: 0;
  grid-column-gap: 3vw;
  grid-row-gap: 4vw;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: stretch center;
  width: 84vw;
  max-width: 2200px;
  height: auto;
  margin: 6rem auto 4rem;
  transition: opacity .2s;
  display: grid;
  position: relative;
}

.grid-talents.opac-0 {
  opacity: 0;
}

.tile_talent {
  box-shadow: 0 0 0 1px var(--colors--border), 0 .1rem .15rem 0rem #0000001a;
  color: var(--colors--warm-—-400);
  cursor: default;
  background-color: #fff;
  border-radius: 2rem;
  width: 17.6rem;
  height: 23rem;
  position: relative;
  overflow: hidden;
}

.tile_talent:hover {
  outline-color: var(--outline-hover);
  outline-offset: 0px;
  outline-width: .4rem;
  outline-style: solid;
}

.tile_talent.tile_invite {
  clear: left;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.tile_talent.tile_invite:hover {
  box-shadow: 0 0 0 1px var(--colors--border), 0 .1rem .15rem 0rem #0000001a, 0 .5rem .5rem 0 #0000000a;
  outline-width: 0;
  transform: none;
}

.tile_talent.grid-item {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.tile_talent.grid-item:hover {
  outline-offset: 0rem;
  outline: .4rem solid #d9d7d559;
}

.avatar_talent {
  background-color: var(--colors--warm-—-300);
  box-shadow: none;
  background-image: url('../images/transparent_1transparent.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.wrapper_infotalent {
  z-index: 1;
  pointer-events: none;
  color: var(--colors--cold-—-900);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 12.2rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.bold {
  font-weight: 700;
}

.sticky-header {
  z-index: 10;
  width: 100dvw;
  max-width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
}

.wrapper_avatartalentrequest {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 1.2rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.avatar_talentrequest {
  background-color: var(--colors--warm-—-400);
  background-image: url('../images/account-dark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: .25rem solid #fff;
  border-radius: 100%;
  width: 4rem;
  height: 4rem;
  margin-left: -.75rem;
  transition: color .2s, transform .3s cubic-bezier(.215, .61, .355, 1);
  transform: translate(.3rem);
  box-shadow: inset 0 0 .5rem .1rem #0000000a;
}

.avatar_talentrequest:hover {
  color: var(--colors--cold-—-800);
  transform: scale(1.1)translate(.3rem);
}

.avatar_talentrequest.atr_cool {
  background-color: var(--colors--warm-—-300);
  width: 3.8rem;
  height: 3.8rem;
  margin-left: -.7rem;
}

.hide {
  display: none;
}

.form-null {
  width: 100%;
  margin-bottom: 0;
}

.type_talentdetailname {
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.2;
}

.wrapper_infotalentdetail {
  z-index: 9;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start space-between;
  align-items: start;
  width: 100%;
  margin-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: grid;
  position: relative;
}

.wrapper_infoitem {
  z-index: 0;
  background-color: var(--colors--white);
  box-shadow: 0 0 0 1px var(--colors--border), 0 .1rem .3rem 0 #0000000f;
  color: var(--colors--cold-—-900);
  border-radius: .6rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 3.6rem;
  padding-left: 1rem;
  display: flex;
  position: relative;
}

.type_infolabel {
  color: var(--colors--cold-—-800);
  letter-spacing: .05rem;
  text-transform: uppercase;
  margin-bottom: .2rem;
  font-size: .55rem;
  font-weight: 700;
}

.type_infovalue {
  white-space: nowrap;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
}

.type_infovalue.tiv-link {
  cursor: pointer;
  transition: color .2s;
}

.type_infovalue.tiv-link:hover {
  color: var(--colors--cold-—-500);
}

.svg_badgeagencylike {
  z-index: 3;
  width: 1.3rem;
  height: 1.3rem;
  line-height: 0;
  position: absolute;
  inset: auto .5rem .5rem auto;
}

.wrapper_td_tabs {
  color: var(--colors--cold-—-800);
  text-align: left;
  flex-direction: column;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
  position: relative;
}

.cv_headline {
  color: var(--_colors---neutral-600);
  letter-spacing: .05rem;
  text-transform: uppercase;
  vertical-align: baseline;
  margin-top: .1rem;
  font-size: .55rem;
  font-weight: 700;
}

.modalfooterwrapper {
  z-index: 1;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  flex-flow: column;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.modalfooterwrapper.mf_withline {
  z-index: 10;
  border-top: 1px solid var(--colors--warm-—-400);
  background-color: var(--colors--white);
  padding-top: 1.25rem;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
}

.modalfooterwrapper.mf_withline.mf_grey {
  border-top-color: var(--colors--warm-—-500);
}

.modalfooterwrapper.mf_withline.mf_grey.hide, .modalfooterwrapper.mf_withline.hide {
  display: none;
}

.wrapper_back {
  z-index: 5;
  color: var(--colors--cold-—-800);
  cursor: pointer;
  border-radius: 100%;
  width: 2rem;
  height: 2rem;
  padding: .25rem;
  transition: color .2s, background-color .2s;
  position: absolute;
  top: 1rem;
  left: 1rem;
}

.wrapper_back:hover {
  color: var(--colors--cold-—-900);
  background-color: #e8e8e866;
}

.wrapper_back:active {
  transform: scale(.95);
}

.svg_backarrow {
  width: 100%;
  height: 100%;
  line-height: 0;
}

.hint {
  color: var(--colors--cold-—-800);
  text-align: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-size: .85rem;
  font-weight: 500;
  line-height: 1.1;
  display: none;
}

.hint.h-grey-under-button {
  cursor: pointer;
  margin-bottom: -.5rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.svg_check {
  width: 1.4rem;
  margin-bottom: .1rem;
  line-height: 0;
}

.lottie-logo {
  z-index: 0;
  width: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
}

.type_jobtitle {
  color: var(--colors--cold-—-800);
  font-size: 1.1rem;
  line-height: 1.2;
}

.svg_badgeagency {
  z-index: 2;
  pointer-events: auto;
  color: var(--colors--green-—-400);
  cursor: help;
  width: 1.3rem;
  height: 1.3rem;
  line-height: 0;
  transition: transform .2s;
  position: absolute;
  inset: auto .4rem .4rem auto;
}

.svg_badgeagency:hover {
  transform: rotate(8deg)scale(1.05);
}

.flexspacebetween {
  justify-content: space-between;
  display: flex;
}

.text-block-5 {
  color: var(--colors--cold-—-900);
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.1;
}

.text-block-5-copy {
  color: var(--colors--cold-—-800);
  width: 70%;
  margin-bottom: 1.3rem;
  margin-left: auto;
  margin-right: auto;
  font-size: .85rem;
  font-weight: 500;
}

.svg_spinner {
  width: 100%;
  height: 100%;
  font-size: 0;
  line-height: 0;
}

.orange {
  color: var(--colors--orange-—-500);
}

.spacer_1rem {
  width: 1rem;
  height: 1rem;
}

.opentalentdetail {
  z-index: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.navyblack {
  color: var(--colors--cold-—-900);
}

.preloader {
  z-index: 999;
  background-color: var(--colors--warm-—-100);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100dvh;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  inset: 0%;
}

.spinnersize-request {
  width: 2.3rem;
  display: block;
}

.pingbook {
  z-index: 0;
  color: var(--colors--warm-—-500);
  letter-spacing: -.03rem;
  justify-content: center;
  align-items: center;
  width: 16rem;
  max-width: 400px;
  display: flex;
}

.filter_remove {
  z-index: 1;
  color: var(--colors--cold-—-900);
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1;
  display: none;
  position: absolute;
  inset: -.55rem -.65rem auto auto;
}

.filter_remove.fr_filter {
  margin-right: -.5rem;
  display: block;
  position: relative;
  top: auto;
  right: auto;
}

.svg_cancel {
  opacity: .5;
  color: var(--_colors---neutral-100);
  cursor: pointer;
  width: 1.5rem;
  min-width: 20px;
  height: 1.5rem;
  min-height: 20px;
  padding: .3rem;
  line-height: 1;
  transition: opacity .2s;
}

.svg_cancel:hover {
  opacity: 100;
}

.svg_cancel:active {
  transform: scale(.8);
}

.image-3 {
  width: 6.4rem;
  margin-bottom: 1rem;
}

.modal {
  z-index: 40;
  pointer-events: auto;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0%;
}

.modal.modal-top-overflow {
  align-items: flex-start;
  overflow: auto;
}

.modal.m-blurr {
  -webkit-backdrop-filter: blur(.3rem);
  backdrop-filter: blur(.3rem);
}

.modal.m_topanchor {
  justify-content: center;
  align-items: flex-start;
  padding-top: 10vh;
}

.comp_notification {
  z-index: 1000;
  pointer-events: none;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100vw;
  max-width: 100%;
  padding-bottom: 1rem;
  padding-right: 1rem;
  font-size: 1.1rem;
  font-weight: 700;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.notification_wrapper {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  background-color: var(--colors--cold-—-900);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  color: #fff;
  border-radius: .6rem;
  justify-content: center;
  align-items: center;
  max-width: 60rem;
  height: 2.8rem;
  padding-left: 1rem;
  padding-right: 1.6rem;
  font-size: .85rem;
  font-weight: 500;
  display: flex;
  box-shadow: 0 .1rem .4rem #0003;
}

.inputwrapper {
  width: 100%;
  position: relative;
}

.label {
  z-index: 1;
  margin-bottom: 0;
  font-size: .85rem;
  font-weight: 500;
  position: relative;
}

.label.l-right {
  color: var(--colors--warm-—-800);
  font-size: .75rem;
  position: absolute;
  right: 0;
}

.checkbox-item {
  align-items: center;
  margin-bottom: .3rem;
  padding-left: 0;
  font-weight: 500;
  display: flex;
}

.avatarwrapper {
  border: 1px solid var(--colors--warm-—-500);
  border-radius: .9rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.3rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.avatarwrapper.aw-profile {
  margin-bottom: 0;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
}

.invitelink_wrapper {
  border: 2px solid var(--colors--warm-—-500);
  border-radius: var(--button-border-radius);
  color: var(--colors--cold-—-900);
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 13rem;
  height: 3rem;
  margin-left: auto;
  margin-right: auto;
  font-size: .85rem;
  line-height: 1;
  transition: border-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.invitelink_wrapper:hover {
  border-color: var(--colors--green-—-400);
}

.invitelink_wrapper:active {
  transform: scale(.97);
}

.invitelink_wrapper.ilw_app {
  z-index: 0;
  border-width: 1px;
  border-color: var(--colors--warm-—-400);
  border-radius: var(--button-border-radius);
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  width: 12rem;
  height: 3rem;
  font-size: .85rem;
  font-weight: 500;
  transition: border-color .2s, background-color .2s;
  position: absolute;
  bottom: 1.8rem;
  left: 0;
  right: 0;
}

.invitelink_wrapper.ilw_app:hover {
  border-width: 1px;
  border-color: var(--colors--green-—-400);
  background-color: #0000;
}

.svg_copy {
  z-index: 5;
  color: var(--colors--green-—-400);
  width: 2.4rem;
  padding-top: .8rem;
  padding-bottom: .8rem;
  line-height: 1;
  position: absolute;
  inset: 0% 0 0% auto;
}

.svg_copy.copy_app {
  pointer-events: none;
  width: 2.4rem;
  height: 100%;
  padding-top: .8rem;
  padding-bottom: .8rem;
}

.avatar-upload-input {
  z-index: 1;
  opacity: 0;
  flex-direction: column;
  width: 100%;
  height: 100%;
  font-size: 0;
  line-height: 0;
  position: absolute;
  inset: 0%;
}

.swiper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.avatar {
  z-index: 2;
  box-shadow: 0 0 0 2px var(--colors--warm-—-500);
  color: var(--colors--cold-—-900);
  cursor: pointer;
  background-color: #fff;
  background-image: url('../images/grid_cam_1grid_cam.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  margin-left: auto;
  margin-right: auto;
  transition: box-shadow .2s, transform .2s;
  position: relative;
}

.avatar:hover {
  box-shadow: 0 0 0 5px var(--colors--warm-—-500);
  width: 6rem;
  height: 6rem;
}

.avatar:active {
  transform: scale(.99);
}

.avatar.a-profile {
  box-shadow: none;
  color: var(--colors--warm-—-800);
  background-color: #0000;
  background-image: url('../images/transparent_1transparent.webp');
  background-repeat: no-repeat;
  background-size: cover;
  width: 6rem;
  height: 6rem;
  transition: color .2s, box-shadow .2s, transform .2s;
}

.avatar.a-profile:hover {
  color: var(--colors--warm-—-900);
}

.copy-show {
  z-index: 4;
  color: var(--colors--cold-—-900);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 700;
  display: none;
  position: absolute;
  inset: 0%;
}

.active-filter {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--colors--cold-—-800);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 2rem;
  font-size: .85rem;
  display: block;
}

.search_filter {
  background-color: var(--colors--cold-—-900);
  color: var(--_colors---neutral-100);
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  height: 2rem;
  margin-top: .2rem;
  margin-bottom: .2rem;
  margin-left: .5rem;
  padding-left: .8rem;
  padding-right: .7rem;
  font-size: .85rem;
  display: inline-block;
  position: relative;
}

.text-block-8 {
  display: inline;
}

.svg_tooltip_grey {
  z-index: 3;
  color: var(--colors--warm-—-500);
  cursor: help;
  width: 1rem;
  height: 1rem;
  transition: color .2s;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.svg_tooltip_grey:hover {
  color: var(--colors--warm-—-700);
}

.svg_tooltip_grey.tt_modal {
  line-height: 0;
  top: 1rem;
  right: 1rem;
}

.svg_tooltip_grey.tt_search {
  width: 1.4rem;
  height: 1.4rem;
  top: 2.2rem;
  right: 6.8rem;
}

.swiper-slide {
  background-color: var(--colors--warm-—-50);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.swiper-slide.ss-prof {
  color: var(--colors--cold-—-900);
  white-space: nowrap;
  cursor: pointer;
  border-radius: .5rem;
  width: auto;
  padding-left: .8rem;
  padding-right: .8rem;
  font-size: .85rem;
  line-height: 2rem;
}

.swiper-slide.ss-prof:hover {
  background-color: var(--colors--warm-—-400);
}

.swiper-wrapper {
  z-index: 0;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.confetti {
  z-index: 999;
  pointer-events: none;
  justify-content: center;
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: fixed;
  inset: 0%;
}

.type_login {
  color: var(--colors--cold-—-900);
  letter-spacing: -.02rem;
  margin-bottom: 1rem;
  font-size: 1.9rem;
  font-weight: 800;
  line-height: 1.15;
}

.type_login.tl_low-margin {
  margin-bottom: 0;
}

.m_datapolicy {
  z-index: 110;
  justify-content: center;
  align-items: center;
}

.dailyratehide {
  position: relative;
}

.legal-type {
  z-index: 5;
  color: var(--colors--cold-—-800);
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3rem;
  margin-bottom: 2rem;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.legal-link {
  cursor: pointer;
  transition: color .2s;
}

.legal-link:hover {
  opacity: 1;
  color: var(--colors--cold-—-900);
}

.m_imprint {
  z-index: 110;
  justify-content: center;
  align-items: center;
}

.html-embed-7 {
  color: var(--color--silver\<deleted\|variable-c151fe58\>);
  width: 1.2rem;
  height: 1.2rem;
  margin-bottom: .1rem;
  margin-left: -.15rem;
  margin-right: .2rem;
  line-height: 0;
  display: none;
}

.type_name {
  color: var(--colors--cold-—-900);
  text-transform: capitalize;
  white-space: nowrap;
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1.4;
}

.logo-type {
  align-items: center;
  width: 5.9rem;
  height: 3.3rem;
  margin-left: 1.2rem;
  padding-top: .1rem;
  line-height: 1;
  display: flex;
}

.register-wrapper {
  z-index: 0;
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  color: var(--colors--cold-—-800);
  text-align: center;
  flex-direction: column;
  width: 21rem;
  font-size: 1.25rem;
  font-weight: 700;
  display: flex;
  position: relative;
}

.legal-hint-form {
  color: gray;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: .5rem 1rem .7rem;
  font-size: .85rem;
  font-weight: 500;
}

.faq-tile {
  box-shadow: inset 0 0 0 1px var(--colors--warm-—-400), 0 2px 20px 0 #00000005;
  color: var(--colors--cold-—-900);
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border-radius: 1rem;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 1.8rem 4rem;
  font-size: 1.1rem;
  transition: box-shadow .2s, border-color .2s, color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.faq-tile:hover {
  box-shadow: inset 0 0 0 1px var(--colors--warm-—-600), 0 6px 1rem 0 #ccccccd9;
}

.faq-tile:active {
  transform: scale(.99);
}

.svg_star {
  z-index: 1;
  cursor: pointer;
  width: 2rem;
  height: 2rem;
  padding: .4rem;
  transition: transform .2s;
  position: absolute;
  top: 1.1rem;
  right: 1.25rem;
}

.svg_star:hover {
  color: var(--colors--warm-—-500);
  transform: scale(1.05)rotate(8deg);
}

.svg_star:active {
  transform: scale(.95)rotate(8deg);
}

.svg_star.star_active {
  color: var(--colors--green-—-400);
}

.td_namewrapper {
  flex-direction: column;
  align-items: flex-start;
  display: block;
}

.mail-animation {
  width: 6rem;
  margin: -3rem auto -.2rem;
}

.stage-headline {
  z-index: 1;
  margin-bottom: 3rem;
  font-size: 2rem;
  font-weight: 700;
}

.stage {
  z-index: 1;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #fff;
  border-radius: 1.8rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 58rem;
  max-width: 90vw;
  margin-top: 3rem;
  padding: 2.5rem 3.5rem 3.5rem;
  position: relative;
  box-shadow: 0 .5rem 1rem #0000000d;
}

.stage.s-mini {
  width: 46rem;
}

.textarea {
  background-color: var(--colors--warm-—-300);
  color: var(--colors--cold-—-500);
  border: 0 solid #000;
  border-radius: 1rem;
  width: 100%;
  min-height: 9rem;
  max-height: 9rem;
  margin-bottom: 0;
  padding: 1rem 1.25rem;
  font-size: 1.1rem;
  position: relative;
}

.textarea:hover {
  outline-color: var(--colors--warm-—-600);
  outline-offset: 0px;
  outline-width: 2px;
  outline-style: none;
}

.textarea:focus {
  outline-color: var(--colors--warm-—-600);
  outline-width: 2px;
  outline-style: solid;
}

.textarea::placeholder {
  color: var(--colors--cold-—-800);
}

.addoptionbutton {
  background-color: var(--colors--warm-—-200);
  color: var(--colors--cold-—-800);
  cursor: pointer;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3.2rem;
  font-size: 1rem;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.addoptionbutton:hover {
  color: var(--colors--cold-—-900);
}

.addoptionbutton.optionactive {
  color: var(--colors--cold-—-500);
}

.response-wrapper {
  z-index: 1;
  text-align: center;
  background-color: #fff;
  border-radius: 2.3rem;
  flex-direction: column;
  align-items: center;
  width: 28rem;
  max-width: 80vw;
  margin-top: 5rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  box-shadow: 0 2px 2rem #0000000d;
}

.response-headline {
  text-align: left;
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.15;
}

.link-purple {
  color: var(--colors--cold-—-500);
  cursor: pointer;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.preloader-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon_social {
  color: var(--colors--warm-—-800);
  cursor: pointer;
  background-color: #fff;
  border-radius: .6rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: .6rem;
  transition: color .2s;
  box-shadow: 0 0 0 1px #00000014;
}

.icon_social:hover {
  box-shadow: 0 .2rem .5rem 0 #0000000f, 0 0 0 1px var(--colors--warm-—-500);
  color: var(--colors--cold-—-900);
  background-color: #fff;
}

.social-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.budget_input {
  background-color: var(--colors--warm-—-200);
  color: var(--colors--cold-—-500);
  border-radius: .75rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 6rem;
  padding-left: 1.8rem;
  padding-right: 1.5rem;
  font-weight: 700;
  display: flex;
  position: relative;
}

.budget_input::placeholder {
  color: var(--color--shade\<deleted\|variable-e3fa8b0f\>);
}

.budget_input.bi_second {
  margin-top: .5rem;
}

.budget_input.bi-range {
  height: 4.5rem;
}

.input_budget {
  color: var(--colors--cold-—-500);
  text-align: left;
  background-color: #0000;
  border-style: solid;
  border-width: 0;
  border-radius: 1rem;
  height: 100%;
  margin-bottom: 0;
  padding: 0;
  font-size: 4rem;
  line-height: 1;
}

.input_budget:hover {
  border-color: var(--color--shade\<deleted\|variable-e3fa8b0f\>);
}

.input_budget:focus {
  color: var(--colors--cold-—-500);
}

.input_budget::placeholder {
  color: var(--colors--cold-—-800);
}

.input_budget.disabled {
  opacity: .15;
  pointer-events: none;
}

.input_budget.ib_small {
  font-size: 3rem;
}

.input_budget_unit {
  opacity: .15;
  color: var(--colors--cold-—-800);
  align-items: center;
  font-size: 4rem;
  font-weight: 500;
  line-height: 0;
  display: flex;
}

.input_budget_unit.ibu_small {
  font-size: 3rem;
}

.form-block-2 {
  height: 100%;
  margin-bottom: 0;
}

.festpreis_wrapper {
  display: none;
}

.preisspanne_wrapper {
  flex-direction: column;
  display: none;
}

.circle {
  background-color: var(--colors--cold-—-500-hover);
  border-radius: 100%;
  width: 6px;
  min-width: 6px;
  height: 6px;
  min-height: 6px;
  margin-bottom: .1rem;
  margin-left: .6rem;
  line-height: 0;
  display: inline-block;
  position: relative;
}

.icon_add {
  width: 1.7rem;
  height: 1.7rem;
  margin-top: -.1rem;
  margin-left: -.6rem;
}

.icon_add.ia-small {
  opacity: .7;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: -.35rem;
  margin-right: -.35rem;
}

.text-block-30 {
  margin-bottom: -.085rem;
}

.response_button_wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.image-8 {
  width: 6rem;
  margin-top: -2rem;
  margin-bottom: 2rem;
}

.m_cookies {
  z-index: 110;
  justify-content: center;
  align-items: center;
}

.disable-input {
  z-index: 2;
  cursor: not-allowed;
  display: block;
  position: absolute;
  inset: 0%;
}

.disable-input.di-pointer {
  cursor: pointer;
}

.talentdetail-body {
  z-index: 2;
  width: 100%;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
}

.talentdetail-header {
  z-index: 1;
  background-image: url('../images/noise-50.png'), linear-gradient(180deg, var(--_colors---lila-200), white);
  background-position: 0 0, 0 0;
  background-size: 250px, auto;
  border-radius: 1.4rem 1.4rem 0 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 2rem;
  padding: 2rem 2rem 3rem;
  display: flex;
  position: relative;
  box-shadow: inset 0 0 0 .6rem #fff;
}

.talentdetail-header.td-profiledit {
  background-image: url('../images/noise-50.png'), linear-gradient(270deg, var(--_colors---lila-200), white);
  background-position: 0 0, 0 0;
  background-size: 250px, auto;
  height: 7rem;
  margin-bottom: 1rem;
  box-shadow: inset 0 0 0 .6rem #fff;
}

.choose_button_wrapper {
  z-index: 1;
  border-radius: var(--button-border-radius);
  box-shadow: 0 0 0 1px var(--colors--warm-—-400);
  pointer-events: auto;
  width: 10rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 1.8rem;
}

.choose_button_wrapper:hover {
  outline-color: var(--outline-hover);
  outline-offset: 0px;
  outline-width: .4rem;
  outline-style: solid;
}

.horsetag {
  color: var(--colors--cold-—-800);
  text-align: left;
  cursor: pointer;
  background-color: #fff;
  border-radius: .6rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0 0 0 .8rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.6rem;
  transition: background-color .2s;
  display: flex;
}

.horsetag:hover {
  background-color: var(--colors--warm-—-200);
  color: var(--colors--cold-—-800);
}

.horsetag:active {
  transform: scale(.98);
}

.horsetag.w--current {
  background-color: var(--colors--cold-—-200);
  color: var(--colors--cold-—-500);
}

.horsetag.ht-detail {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 1rem;
  padding-right: 0;
  line-height: 3rem;
}

.horsetag.ht-detail.w--current {
  box-shadow: 0 0 0 1px var(--colors--cold-—-300);
}

.horsetag.onlyfreelancer {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.tag-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-radius: .6rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 2px;
  display: flex;
}

.horse-icon {
  width: 1rem;
  margin-top: -.1rem;
  margin-right: .6rem;
  line-height: 0;
  display: none;
}

.horse-icon.hi-1 {
  width: 1.2rem;
}

.horse-icon.hi-2 {
  width: 1.1rem;
}

.logo-symbol {
  width: 3.4rem;
  position: relative;
  transform: translate(6%, 13%);
}

.hero-section {
  z-index: 1;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  display: flex;
  position: relative;
}

.hero-headline {
  text-align: center;
  font-size: 4.9rem;
  font-weight: 700;
}

.hero-middle {
  z-index: 1;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-width: 52rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6vw;
  font-size: 1.2rem;
  display: flex;
  position: relative;
}

.how-to-tag {
  background-color: var(--colors--white);
  box-shadow: 0 0 0 1px var(--colors--warm-—-500);
  color: var(--colors--cold-—-500);
  cursor: pointer;
  border-radius: .5rem;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem .7rem;
  font-size: .9rem;
  transition: color .2s;
  display: none;
}

.how-to-tag:hover {
  color: var(--colors--cold-—-500-hover);
}

.hero-form {
  z-index: 1;
  width: 51rem;
  margin-bottom: 0;
  font-size: 1.2rem;
  position: relative;
}

.hero-input-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.argument-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 27rem;
  display: flex;
}

.tile-argument {
  z-index: 0;
  border: 1px solid var(--colors--warm-—-500);
  background-color: #fff;
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40rem;
  min-height: 50vh;
  padding: 2rem 1.5rem;
  display: flex;
  position: relative;
}

.burger-menu-wrapper {
  z-index: 0;
  height: var(--button-height-small);
  grid-column-gap: .9rem;
  grid-row-gap: .9rem;
  box-shadow: none;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  cursor: pointer;
  background-color: #0000;
  border-radius: .75rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  transition: background-color .1s;
  display: flex;
  position: relative;
}

.burger-menu-wrapper:active {
  transform: scale(.97);
}

.line-menu-sale {
  background-color: var(--colors--cold-—-900);
  border-radius: 4px;
  width: 1.2rem;
  height: 3px;
}

.line-menu-sale.lms-top, .line-menu-sale.lms-bottom {
  perspective-origin: 40%;
  transform-origin: 40%;
}

.line-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: column;
  display: flex;
}

.hero-input {
  z-index: 1;
  background-color: var(--colors--white);
  color: var(--colors--cold-—-500);
  cursor: text;
  border: 0 solid #000;
  border-radius: 3rem;
  width: 100%;
  height: 3.8rem;
  margin-bottom: 0;
  padding: 0 1.4rem;
  font-size: 1.25rem;
  transition-property: box-shadow, border-color;
  transition-duration: .2s, .2s;
  transition-timing-function: ease, ease;
  position: relative;
  box-shadow: 0 1px 2px #20212426, 0 1px 8px #20212414;
}

.hero-input:hover {
  outline-color: var(--outline-hover);
  outline-offset: 0px;
  outline-width: .4rem;
  outline-style: solid;
}

.hero-input:focus {
  border-width: 0;
  border-color: var(--color--transparent\<deleted\|variable-037dc104-ee24-24d2-44b2-8f664c37ac5a\>);
  outline-color: var(--outline-hover);
  outline-offset: 0px;
  outline-width: .4rem;
  outline-style: solid;
}

.hero-input::placeholder {
  color: var(--colors--warm-—-700);
}

.hero-search-button {
  z-index: 1;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  background-color: var(--colors--cold-—-500);
  color: var(--colors--white);
  cursor: pointer;
  background-image: linear-gradient(315deg, #5360ea, #7c7cff 70%);
  border-radius: .9rem;
  justify-content: center;
  align-items: center;
  width: 3.8rem;
  min-width: 3.8rem;
  max-width: 3.8rem;
  height: 3.8rem;
  min-height: 3.8rem;
  max-height: 3.8rem;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 0;
  transition: box-shadow .3s cubic-bezier(.25, .1, .076, 1.743), background-color .2s, color .2s;
  display: flex;
  position: relative;
  box-shadow: 0 .2rem 1.6rem 0 #8d97fffa;
}

.hero-search-button:hover {
  background-color: var(--colors--cold-—-500-hover);
  box-shadow: 0 .8rem 2.3rem .2rem var(--_colors---lila-100);
  color: var(--colors--white);
}

.steel-grey {
  color: var(--colors--cold-—-800);
}

.main {
  z-index: 1;
  flex-flow: column;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  display: flex;
  position: relative;
}

.burger-menu {
  z-index: 39;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--colors--white);
  pointer-events: auto;
  cursor: auto;
  border-radius: 1.25rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 18rem;
  position: fixed;
  inset: 1.3rem 1.3rem auto auto;
  box-shadow: 0 2px 1rem #0000000d, 0 8px 2rem #0000001a;
}

.menu-item {
  color: var(--colors--cold-—-800);
  white-space: nowrap;
  cursor: pointer;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 2rem 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: start;
  place-items: center start;
  height: 2.4rem;
  padding-left: .5rem;
  padding-right: .5rem;
  font-size: 1.2rem;
  transition: background-color .2s;
  display: grid;
}

.menu-item:hover {
  background-color: var(--colors--warm-—-50);
  color: var(--colors--cold-—-900);
}

.menu-item.w--current {
  color: var(--colors--cold-—-900);
}

.menu-item.hide {
  display: none;
}

.menu-icon {
  opacity: .68;
  height: 1rem;
  margin-bottom: .35rem;
  margin-left: -.4rem;
}

.menu-icon.mi-w {
  width: auto;
  height: 1.1rem;
}

.menu-icon.mi-logout {
  height: 1.4rem;
  margin-bottom: .1rem;
}

.menu-icon.mi-mail {
  height: 1.5rem;
  margin-bottom: .15rem;
}

.menu-icon.mi-account {
  height: 1.4rem;
  margin-bottom: .15rem;
  margin-left: -.3rem;
}

.menu-icon.mi-join {
  height: 1rem;
  margin-bottom: .3rem;
}

.menu-icon.mi-newsearch {
  height: 1.9rem;
  margin-bottom: .2rem;
  margin-left: -.1rem;
}

.menu-icon.mi-login {
  height: 1.1rem;
  margin-bottom: .15rem;
  margin-left: -.6rem;
}

.burger-menu-close {
  z-index: 38;
  pointer-events: auto;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.search_icon {
  z-index: 1;
  pointer-events: none;
  color: var(--colors--white);
  cursor: pointer;
  width: 100%;
  height: 100%;
  padding: 25%;
  position: absolute;
  inset: 0%;
}

.burger-menu-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  pointer-events: auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.cta-bigdash {
  box-shadow: inset 0 0 0 1.5px var(--colors--warm-—-500), 0 0 0 1px transparent;
  color: var(--colors--cold-—-900);
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  height: 12rem;
  padding-left: 5.4rem;
  padding-right: 5.4rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4;
  transition: color .2s, transform .2s, box-shadow .2s;
  display: flex;
}

.cta-bigdash:hover {
  box-shadow: inset 0 0 0 2.5px var(--colors--cold-—-500), 0 6px 1rem 0 #ccccccd9;
  color: var(--colors--cold-—-500);
}

.cta-bigdash:active {
  transform: scale(.99);
}

.form-auth {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-direction: column;
  display: flex;
}

.talentdetail_icon {
  aspect-ratio: 1;
  background-color: var(--colors--white);
  box-shadow: 0 0 0 1px var(--colors--border), 0 .1rem .2rem 0 #0000001a;
  color: var(--colors--cold-—-800);
  cursor: pointer;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 1.8rem;
  height: 1.8rem;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1rem;
  transition: color .2s;
  display: flex;
}

.talentdetail_icon:hover {
  color: var(--colors--cold-—-900);
}

.talentdetail_icon:active {
  transform: scale(.96);
}

.talentdetail_icon.star_active {
  color: var(--colors--green-—-400);
}

.contact-icons-wrapper {
  z-index: 1;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 1rem;
  right: 2rem;
}

.searchbar-input {
  z-index: 10;
  background-color: var(--colors--warm-—-300);
  box-shadow: none;
  color: var(--colors--cold-—-500);
  cursor: text;
  border: 0 solid #000;
  border-radius: 5rem;
  width: 100%;
  height: 3rem;
  margin-bottom: 0;
  padding: 0 1.25rem 0 2.7rem;
  font-size: 1rem;
  position: relative;
}

.searchbar-input::placeholder {
  color: var(--colors--cold-—-800);
}

.selected-bar {
  z-index: 10;
  pointer-events: none;
  justify-content: center;
  padding-bottom: 2rem;
  display: flex;
  position: sticky;
  inset: auto 0% 0;
}

.avatarselectionwrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  background-color: var(--colors--white);
  pointer-events: auto;
  border-radius: 1.3rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: .9rem 1.3rem .9rem 1.5rem;
  transition: transform .2s;
  display: flex;
  position: relative;
  box-shadow: 0 8px 1rem #0000001a, 0 0 4rem #0000001a;
}

.avatarselection {
  cursor: pointer;
  transition: transform .2s;
  position: relative;
}

.avatarselection:active {
  transform: scale(.98);
}

.modalwrapper {
  z-index: 106;
  pointer-events: none;
  display: none;
  position: relative;
}

.modalbody {
  z-index: 1;
  width: 100%;
  max-height: 50vh;
  margin-bottom: 0;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
}

.modalbody.mb_narrow {
  padding-bottom: 1rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-size: 1.1rem;
}

.modalbody.mb_narrow.mb_nofooter {
  padding-bottom: 2rem;
}

.modalbody.mb_auth {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.modalbody.mb-scroll {
  max-height: 47.5vh;
  overflow: hidden;
}

.formmessage {
  width: 100%;
  margin-bottom: 0;
}

.modalwidth-35rem {
  width: 35rem;
  margin-left: auto;
  margin-right: auto;
}

.align-center {
  text-align: center;
}

.align-center.ac-narrow {
  padding-left: 1.4rem;
  padding-right: 1.4rem;
}

.open-modal {
  display: none;
}

.optionswrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  margin-bottom: .5rem;
  display: flex;
}

.searchbar {
  pointer-events: auto;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.m_talentdetail {
  z-index: 999;
  position: relative;
}

.m_login {
  z-index: 100;
}

.submit-wrapper {
  justify-content: space-between;
  position: relative;
}

.text-block-45 {
  margin-top: 1rem;
  margin-left: 1rem;
}

.checkbox-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.cta_button_small {
  height: var(--button-height-small);
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  border-radius: var(--border-button-radius-small);
  background-color: var(--colors--green-—-400);
  color: var(--colors--cold-—-900);
  white-space: nowrap;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding-left: .9rem;
  padding-right: .9rem;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1;
  transition: transform .2s, color .2s, background-color .4s;
  display: flex;
}

.cta_button_small:hover {
  background-color: var(--colors--green-—-400-hover);
}

.cta_button_small:active {
  transform: scale(.99);
}

.cta_button_small.b_dark {
  background-color: var(--colors--cold-—-900);
  color: var(--colors--white);
}

.cta_button_small.b_dark.b_choose {
  text-transform: uppercase;
  font-size: .85rem;
  font-weight: 800;
}

.cta_button_small.b_white {
  background-color: #0000;
}

.cta_button_small.b_outline {
  border: 1.5px solid var(--colors--warm-—-700);
  background-color: var(--colors--white);
}

.cta_button_small.b_lavender {
  background-color: var(--colors--cold-—-400);
  color: var(--colors--cold-—-900);
}

.cta_button_small.b_lavender:hover {
  background-color: var(--colors--cold-—-400-hover);
}

.gradient {
  z-index: -1;
  background-color: var(--colors--warm-—-100);
  background-image: linear-gradient(180deg, #ffffffed, var(--colors--warm-—-100)), url('../images/grid.svg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, repeat;
  background-size: auto, 50rem;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  height: 37rem;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.gradient.fgb-lila {
  background-color: var(--colors--cold-—-300);
  background-image: linear-gradient(180deg, #ffffffe6, var(--colors--cold-—-300));
  border-top-width: 0;
}

.choosebody {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-direction: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.spinnerbutton-request {
  z-index: 1;
  border-radius: var(--button-border-radius);
  background-color: var(--colors--cold-—-400-hover);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.response {
  z-index: 1;
  text-align: left;
  border-bottom-right-radius: 2.3rem;
  border-bottom-left-radius: 2.3rem;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 2.5rem;
  padding: 2.2rem 3rem;
  font-size: .85rem;
  display: flex;
  position: relative;
}

.response.r-freelancer {
  text-align: center;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-left: 4rem;
  padding-right: 4rem;
  display: none;
  position: absolute;
  inset: 0%;
}

.form-search-freelancer {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.dropdown {
  font-size: 1rem;
  display: block;
}

.dropdown-toggle {
  background-color: var(--colors--warm-—-50);
  color: var(--colors--cold-—-900);
  white-space: nowrap;
  cursor: pointer;
  border-radius: 8rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: 0 0 0 0;
  font-size: .85rem;
  transition: transform .2s, color .2s;
  display: flex;
}

.dropdown-toggle:hover {
  color: var(--colors--warm-—-900);
}

.dropdown-toggle:active {
  transform: scale(.9);
}

.dropdown-list {
  padding: 2px;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-radius: 1.25rem;
  padding: 15px;
  box-shadow: 0 2px 1rem #0000000d, 0 8px 2rem #0000001a;
}

.dropdown-profession-item {
  color: var(--colors--cold-—-800);
  border-radius: .5rem;
}

.dropdown-profession-item:hover {
  background-color: var(--colors--cold-—-100);
  color: var(--colors--cold-—-500);
}

.aselectionwrapper {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.avatar_name_wrapper {
  z-index: 1;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.avatar_container {
  pointer-events: none;
  width: 6.5rem;
  height: 6.5rem;
  margin: 2.2rem auto 1rem;
  display: block;
  position: relative;
  overflow: hidden;
}

.div-block-89 {
  width: 6rem;
  min-width: 6rem;
  height: 6rem;
  min-height: 6rem;
  position: relative;
}

.profession-swiper {
  z-index: 0;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--colors--warm-—-500);
  background-color: #fff;
  align-items: center;
  height: 3.2rem;
  font-size: .85rem;
  display: flex;
  position: relative;
  box-shadow: 0 2px .2rem #0000000d;
}

.interaction {
  display: none;
}

.modalheadlinetiny {
  font-size: 1.4rem;
  line-height: 1;
}

.search-filter-flex {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.div-block-91 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -2.3rem;
}

.icon-2 {
  display: none;
}

.location_icon {
  width: 1.3rem;
  height: 1.3rem;
  line-height: 0;
}

.location_icon.li_small {
  display: none;
}

.html-embed-21 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.searchbar-input-wrapper {
  width: 100%;
  position: relative;
}

.div-block-99 {
  display: none;
}

.how-it-works-video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.m_burgermenu {
  z-index: 98;
}

.gradient-white-right {
  z-index: 3;
  pointer-events: none;
  background-image: linear-gradient(270deg, #fff 50%, #fff0);
  width: 4rem;
  height: 100%;
  position: absolute;
  right: 0;
}

.text-block-56 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: .75rem;
  display: flex;
}

.spring_wrapper {
  z-index: 11;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0% 1.5rem auto;
  transform: translate(0, -50%);
}

.searchbar-icon {
  z-index: 20;
  opacity: 1;
  pointer-events: none;
  color: var(--colors--cold-—-900);
  width: 1.2rem;
  padding-left: 1px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: .9rem;
}

.code-embed {
  width: 1.4rem;
  margin-right: .4rem;
  line-height: 0;
}

.menu_divider {
  background-color: var(--colors--warm-—-300);
  width: 100%;
  height: 2px;
  margin-top: -.3rem;
  margin-bottom: -.3rem;
}

.menu_divider.md-end {
  margin-bottom: 0;
}

.text-block-65 {
  font-size: .9rem;
  font-weight: 500;
}

.rich-text-block {
  font-size: .85rem;
}

.tabs-wrapper {
  z-index: 2;
  position: relative;
}

.avatar-spinner {
  z-index: 10;
  color: var(--colors--warm-—-500);
  width: 100%;
  height: 100%;
  padding: 1.8rem;
  display: none;
  position: absolute;
  inset: 0%;
}

.m_newphone, .m_validatephone {
  z-index: 100;
}

.modalcopy {
  color: var(--colors--cold-—-800);
  text-align: center;
  margin-bottom: 1.25rem;
  font-size: 1.1rem;
}

.relative {
  position: relative;
}

.cursor-pointer {
  cursor: pointer;
}

.tabs {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  display: grid;
}

.tabs-content {
  z-index: 1;
  width: 100%;
  overflow: visible;
}

.inputsection {
  border-bottom: 1px solid var(--colors--warm-—-500);
  width: 100%;
  padding: .4rem 1rem;
  position: relative;
}

.inputsection.is-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-right: 1px solid var(--colors--warm-—-400);
  border-left: 1px solid var(--colors--warm-—-400);
  border-bottom-right-radius: .6rem;
  border-bottom-left-radius: .6rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2.2rem;
  display: flex;
}

.inputsection.is-content.is-tags {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  padding: 1rem;
}

.inputsection.is-header {
  z-index: 10;
  border: 1px solid var(--colors--warm-—-500);
  background-color: var(--colors--white);
  background-image: url('../images/noise-50.png');
  background-position: 0 0;
  background-size: 250px;
  border-top-left-radius: .6rem;
  border-top-right-radius: .6rem;
  position: sticky;
  top: 1px;
  overflow: hidden;
  box-shadow: 0 -.5rem 0 .1rem #fff;
}

.inputsection.is-modal {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--colors--cold-—-800);
  flex-flow: column;
  padding: 0 0 1rem;
  display: flex;
}

.tabs-menu {
  z-index: 10;
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  pointer-events: auto;
  flex-flow: column;
  display: flex;
  position: sticky;
  top: 0;
}

.tabs-menu.tm-pedit {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
}

.flexbox-vertical-spacing {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.modalheadlineclean {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}

.menu-item-wrapper {
  padding: .9rem;
}

.div-block-133 {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  border-top: 1px solid var(--colors--warm-—-500);
  color: var(--colors--cold-—-500);
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 2.1rem;
  font-size: .85rem;
  display: flex;
}

.msg {
  background-color: var(--colors--warm-—-50);
  color: var(--colors--cold-—-800);
  text-align: left;
  border-radius: .5rem;
  margin-bottom: .5rem;
  padding: 1rem;
}

.div-block-134 {
  display: flex;
  position: relative;
}

.avatar_response {
  z-index: 1;
  background-color: var(--colors--warm-—-50);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 100%;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  min-height: 2rem;
  margin-top: .4rem;
  margin-left: .4rem;
  margin-right: .3rem;
  position: absolute;
}

.text-block-74 {
  color: var(--colors--cold-—-800);
  font-size: 1.1rem;
  line-height: 1.4;
}

.image-10 {
  width: 95%;
}

.code-embed-5 {
  width: 2.6rem;
  padding: .6rem;
  line-height: 1;
  position: absolute;
  left: .5rem;
}

.code-embed-5.icon-small {
  width: 2.5rem;
}

.b_100 {
  width: 100%;
}

.cta_button_medium {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  background-color: var(--colors--green-—-400);
  color: var(--colors--cold-—-900);
  white-space: nowrap;
  cursor: pointer;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  height: 2.8rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
  transition: transform .2s, color .2s, background-color .4s;
  display: flex;
}

.cta_button_medium:hover {
  background-color: var(--colors--green-—-400-hover);
}

.cta_button_medium:active {
  transform: scale(.99);
}

.cta_button_medium.b_lavender {
  background-color: var(--colors--cold-—-400);
  color: var(--colors--cold-—-900);
}

.cta_button_medium.b_lavender:hover {
  background-color: var(--colors--cold-—-400-hover);
}

.cta_button_medium.b_lavender.b_100.hide {
  display: none;
}

.cta_button_medium.b_grey {
  background-color: var(--colors--warm-—-400);
  color: var(--colors--cold-—-800);
}

.cta_button_medium.b_grey:hover {
  background-color: var(--colors--warm-—-600);
}

.cta_button_medium.green-gradient-button:hover {
  background-color: var(--colors--green-—-400-hover);
}

.code-embed-6 {
  opacity: .75;
  width: 1.3rem;
  margin-right: .6rem;
  line-height: 0;
  display: none;
}

.tooltipbox-wrapper {
  background-color: var(--colors--warm-—-50);
  color: var(--colors--warm-—-800);
  border-radius: .4rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: .5rem;
  padding: .5rem;
  font-size: .75rem;
  line-height: 1.1;
  display: flex;
}

.code-embed-7 {
  opacity: .84;
  justify-content: flex-start;
  align-items: flex-start;
  width: 1rem;
  min-width: 1rem;
  height: 100%;
  line-height: 0;
}

.label-description {
  color: var(--colors--cold-—-800);
  margin-bottom: .5rem;
  font-size: .85rem;
}

.text-block-77 {
  border-left: 1px solid var(--colors--warm-—-600);
  margin-left: .4rem;
  padding-left: .5rem;
}

.code-embed-8 {
  z-index: 0;
  pointer-events: none;
  color: var(--colors--cold-—-900);
  justify-content: center;
  align-items: center;
  width: 1.8rem;
  margin-left: auto;
  margin-right: auto;
  padding: .5rem;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: rotate(45deg);
}

.avatarpluswrapper {
  background-color: var(--colors--warm-—-50);
  color: var(--colors--warm-—-800);
  background-image: url('../images/noise.png');
  background-position: 0 0;
  background-size: 250px;
  border-radius: 100%;
  transition: color .2s;
  position: relative;
}

.avatarpluswrapper:hover {
  color: var(--colors--warm-—-900);
}

.labelwrappercircle {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-search-button-wrapper {
  filter: drop-shadow(0 .1rem .2rem #00000026);
  transition: transform .3s cubic-bezier(.25, .1, .076, 1.743);
  position: relative;
}

.hero-search-button-wrapper:hover {
  transform: scale(1.06);
}

.text-block-80 {
  box-shadow: 0 .1rem .1rem 0 #00000014, 0 0 0 1px var(--colors--warm-—-600);
  color: var(--colors--cold-—-900);
  cursor: pointer;
  border-radius: .3rem;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem .6rem;
  font-size: .85rem;
  line-height: 1;
  transition: color .2s;
  display: flex;
}

.text-block-80:hover {
  color: var(--colors--cold-—-500);
}

.form-7 {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form-8 {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.avatarempty {
  z-index: 0;
  display: flex;
  position: relative;
}

.avatarimages {
  z-index: 1;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.svg_trash {
  color: #15172d00;
  cursor: pointer;
  background-color: #0000;
  border-radius: 8rem;
  width: 100%;
  height: 100%;
  padding: 1.2rem;
  transition: background-color .2s, color .2s;
}

.svg_trash:hover {
  background-color: var(--colors--cold-—-900);
  box-shadow: 0 0 0 1px var(--colors--warm-—-400);
  color: var(--_colors---lila-200);
}

.svg_trash.trash_smaller {
  padding: 1.17rem;
}

.m_profileedit {
  z-index: 12;
  position: relative;
}

.button_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.tab-pane {
  margin-top: 1px;
}

.checkbox-grid {
  grid-column-gap: 0rem;
  grid-row-gap: .6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  display: grid;
}

.checkbox-grid.cbg-single {
  grid-template-columns: 1fr;
}

.checkbox {
  cursor: pointer;
  width: 1.3rem;
  min-width: 1.3rem;
  height: 1.3rem;
  min-height: 1.3rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .7rem;
}

.checkbox-label {
  margin-bottom: 0;
  font-size: 1rem;
}

.darken {
  z-index: 11;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  background-color: #15172d33;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  position: fixed;
  inset: 0%;
}

.noise {
  z-index: 0;
  pointer-events: none;
  background-image: url('../images/noise-50.png');
  background-position: 0 0;
  background-size: 250px;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.svg_notification_icon {
  color: var(--colors--green-—-400);
  width: 1.6rem;
  height: 1.6rem;
  line-height: 0;
  display: block;
  transform: translate(0, -.1rem);
}

.svg_notification_icon.sni_warning {
  color: var(--colors--orange-—-400);
}

.onlyfreelancer {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.button-radio {
  color: var(--colors--cold-—-800);
  cursor: pointer;
  background-color: #fff;
  border-radius: .4rem;
  padding: .45rem .7rem;
  font-size: .85rem;
  font-weight: 500;
  transition: color .2s;
}

.button-radio:hover {
  color: var(--colors--cold-—-900);
}

.button-radio.br-active {
  background-color: var(--colors--cold-—-200);
  box-shadow: 0 2px 5px 0 #0000001a, 0 0 0 1px var(--colors--cold-—-300);
  color: var(--colors--cold-—-500);
}

.radio-group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.radio-element {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.radio-element.re-centered {
  margin-left: auto;
  margin-right: auto;
}

.radio-holder {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.hidden-radio-input {
  color: #fffffff2;
  background-color: #ffffff24;
  border: 1px solid #ffffff1a;
  border-radius: 5px;
  width: 2.35rem;
  padding: .2rem .55rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 13px;
  display: none;
}

.hide-inputs-code {
  display: none;
}

.pricing-module {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
}

.keineangabe_wrapper {
  cursor: not-allowed;
  display: flex;
}

.hide-plus-minus-script, .hide-edit-submit-script {
  display: none;
}

.code-embed-9 {
  width: .75rem;
  line-height: 0;
}

.versteckt {
  z-index: 1;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  background-color: var(--colors--cold-—-200);
  pointer-events: auto;
  color: var(--colors--cold-—-500);
  text-transform: uppercase;
  cursor: pointer;
  border-radius: .3rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 1.4rem;
  padding-left: .4rem;
  padding-right: .3rem;
  font-size: .65rem;
  font-weight: 700;
  line-height: 1;
  transition: background-color .2s, color .2s;
  display: flex;
  position: absolute;
  right: 0;
}

.versteckt:hover {
  color: var(--colors--cold-—-500-hover);
}

.versteckt.v-pos-left {
  top: 0;
  left: 0;
  right: auto;
}

.versteckt.v-request {
  color: var(--colors--orange-—-500);
  background-color: #fe5f0b1a;
  position: static;
}

.versteckt.hide, .versteckt.hide-2 {
  display: none;
}

.text-block-84 {
  letter-spacing: .015rem;
}

.name-job-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: .3rem;
  display: flex;
}

.text-block-85 {
  color: var(--colors--cold-—-800);
  white-space: nowrap;
  font-size: .85rem;
}

.small-text {
  font-size: .85rem;
}

.small-text.grey.text-talentrequest {
  text-align: center;
  padding-top: .75rem;
}

.small-text.lavender {
  color: var(--colors--cold-—-500);
  cursor: pointer;
}

.small-text.lavender:hover {
  color: var(--colors--cold-—-500-hover);
}

.small-text.st-preloader {
  z-index: 1;
  color: var(--colors--warm-—-700);
  max-width: 90vw;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  inset: auto 0% 1.5rem;
}

.td_icon {
  aspect-ratio: 1;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: .4rem;
  padding-bottom: .4rem;
}

.td_icon.tdi_star {
  width: 2.1rem;
  height: 2.1rem;
  padding-top: .65rem;
  padding-bottom: .65rem;
}

.td_icon.tdi_link {
  padding-top: .45rem;
  padding-bottom: .45rem;
}

.td_icon.tdi_xing {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.underlined {
  text-decoration: underline;
}

.response-negative {
  display: block;
}

.h_accountwrapper {
  z-index: 1;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  pointer-events: auto;
  justify-content: flex-end;
  margin-right: 1rem;
  display: flex;
  position: relative;
}

.div-block-147 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.div-block-148 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--colors--warm-—-50);
  color: var(--colors--cold-—-800);
  border-radius: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: .9rem;
  font-size: .85rem;
  line-height: 1;
  display: flex;
}

.text-span {
  color: var(--colors--cold-—-900);
  font-size: 2rem;
  font-weight: 700;
}

.paragraph {
  color: var(--colors--cold-—-800);
  margin-right: auto;
}

.paragraph.p-center {
  margin-left: auto;
  margin-right: auto;
}

.divider {
  background-color: var(--colors--warm-—-300);
  width: 100%;
  height: 1px;
}

.horizontal_item {
  border-bottom: 1px solid var(--colors--warm-—-400);
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 6px;
}

.div-block-151 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.onlypaiduser {
  display: block;
}

.checkbox-wrapper-profile {
  width: 100%;
  position: relative;
}

.loading-bar {
  z-index: 1;
  background-color: var(--colors--warm-—-500);
  border-radius: 1rem;
  width: 8rem;
  height: .3rem;
  position: relative;
  overflow: hidden;
}

.green-bar {
  background-color: var(--_colors---green-200);
  border-radius: 6px;
  width: 4rem;
  height: 100%;
  position: absolute;
  transform: translate(-2rem);
}

.center-screen {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100dvh;
  font-size: 1.2rem;
  display: flex;
}

.grid-sizer {
  width: 17.6rem;
}

.avatar_image {
  z-index: 0;
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.gt-wrapper {
  width: 100%;
  max-width: 1900px;
  margin-top: 0;
  padding: 6rem 2.5vw 4rem;
}

.toggle-wrapper {
  background-color: var(--colors--warm-—-50);
  border-radius: .5rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .5rem 1rem;
  display: flex;
  position: relative;
}

.code-embed-10 {
  height: 28px;
}

.banner-wrapper {
  z-index: 1;
  background-color: var(--colors--cold-—-400-hover);
  color: var(--colors--cold-—-900);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .75rem 1rem;
  font-size: .85rem;
  display: flex;
  position: relative;
}

.banner-wrapper.b-orange {
  background-color: var(--colors--orange-—-400);
  color: var(--colors--white);
}

.mobile_landscape_only {
  display: none;
}

.gradient-left {
  z-index: 1;
  pointer-events: none;
  background-image: linear-gradient(270deg, #fff0, #fff);
  width: 4rem;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.gradient-left.g-right {
  pointer-events: none;
  background-image: linear-gradient(90deg, #fff0, #fff);
  inset: 0% 0% 0% auto;
}

.search-form {
  display: block;
}

.content {
  height: 80vh;
}

.custom-scrollbar {
  z-index: 999999;
  pointer-events: auto;
  cursor: pointer;
  width: 6px;
  height: 70%;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 4px;
}

.custom-scrollbar.cs-modal {
  height: 100%;
  position: absolute;
}

.custom-scrollbar-thumb {
  z-index: 1;
  background-color: var(--colors--warm-—-900);
  opacity: .4;
  border-radius: 5rem;
  width: 100%;
  height: 5rem;
  transition: opacity .2s;
  position: absolute;
  inset: 0% 0% auto;
}

.scrollbar-wrapper {
  z-index: 9;
  pointer-events: none;
  justify-content: flex-end;
  align-items: center;
  width: 5px;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0% 1rem 0% auto;
}

.modalbodywrapper {
  z-index: 2;
  position: relative;
}

.spacer_fix {
  height: 3rem;
}

.border-header {
  z-index: 1;
  border-top: 6px solid var(--colors--white);
  border-right: 6px solid var(--colors--white);
  border-left: 6px solid var(--colors--white);
  pointer-events: none;
  border-top-left-radius: 1.4rem;
  border-top-right-radius: 1.4rem;
  position: absolute;
  inset: 0%;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 2.5rem;
  }

  .body.b-whitesmoke, .body.b-start {
    background-color: var(--colors--white);
    background-image: linear-gradient(to bottom, var(--colors--warm-—-100), var(--colors--warm-—-100));
  }

  .body.b-lila {
    background-color: var(--colors--white);
    background-image: linear-gradient(to bottom, var(--colors--cold-—-300), var(--colors--cold-—-300));
  }

  .tilemodal.tm-talentdetail {
    width: 94vw;
    max-height: 90svh;
  }

  .tilemodal.tm-howitworks {
    width: 70vw;
  }

  .modalheaderwrapper.mh-high {
    height: 7rem;
  }

  .wrapperclose.wc_lila:hover {
    background-color: #0000;
  }

  .cta_button.button_select.bs_absolute {
    color: var(--colors--cold-—-900);
  }

  .cta_button.button_select.bs_absolute:hover {
    background-color: var(--colors--white);
  }

  .input {
    border-radius: .5rem;
    height: 3.3rem;
  }

  .header {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    height: auto;
    padding: 1rem 1.5rem;
    display: flex;
  }

  .grid-talents {
    grid-template-columns: 1fr 1fr;
  }

  .tile_talent {
    color: #e8e8e8;
    transition: box-shadow .2s;
  }

  .tile_talent:hover {
    outline-color: var(--outline-hover);
    outline-offset: 0px;
    outline-width: .4rem;
    outline-style: none;
    transform: none;
  }

  .tile_talent.grid-item {
    margin-bottom: 30px;
  }

  .tile_talent.grid-item:hover {
    outline-color: var(--colors--warm-—-500);
    outline-offset: 2px;
    outline-width: 3px;
    outline-style: none;
  }

  .avatar_talent {
    border-radius: 1rem;
  }

  .sticky-header {
    height: auto;
  }

  .wrapper_avatartalentrequest {
    margin-left: auto;
    margin-right: auto;
  }

  .type_talentdetailname {
    font-size: 1.6rem;
  }

  .svg_badgeagencylike {
    width: 1.3rem;
    height: 1.3rem;
    bottom: .3rem;
    right: .3rem;
  }

  .type_jobtitle {
    font-size: 1rem;
  }

  .pingbook {
    width: 14rem;
  }

  .inputwrapper {
    margin-bottom: 1rem;
  }

  .label {
    margin-bottom: .2rem;
  }

  .avatarwrapper {
    border-width: 2px;
    margin-bottom: 1.5rem;
  }

  .swiper {
    order: -1;
    width: 100%;
    height: 100%;
  }

  .active-filter {
    max-width: 96vw;
  }

  .swiper-slide.ss-prof:hover {
    background-color: var(--colors--warm-—-50);
    color: var(--colors--cold-—-900);
  }

  .swiper-wrapper {
    height: 100%;
  }

  .m_datapolicy, .m_imprint {
    z-index: 110;
  }

  .logo-type {
    display: none;
  }

  .register-wrapper {
    margin-top: 0;
  }

  .faq-tile:hover {
    box-shadow: inset 0 0 0 1px var(--colors--warm-—-500), 0 2px 20px 0rem #00000005;
  }

  .svg_star:hover {
    transform: none;
  }

  .stage-headline {
    font-size: 1.8rem;
  }

  .stage {
    width: 94vw;
  }

  .textarea:hover {
    outline-color: var(--colors--warm-—-600);
    outline-offset: 0px;
    outline-width: .2rem;
    outline-style: none;
  }

  .textarea:focus {
    outline-color: var(--colors--warm-—-600);
    outline-offset: 0px;
    outline-width: .25rem;
    outline-style: none;
  }

  .response-wrapper {
    box-shadow: 0 2px 2rem #0000001a;
  }

  .icon_social:hover {
    color: var(--colors--cold-—-800);
  }

  .budget_input:hover {
    outline-color: var(--colors--warm-—-600);
    outline-offset: 0px;
    outline-width: 3px;
    outline-style: none;
  }

  .m_cookies {
    z-index: 110;
  }

  .talentdetail-body {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .talentdetail-header {
    padding-left: 2rem;
  }

  .choose_button_wrapper:hover {
    outline-color: var(--outline-hover);
    outline-offset: 0px;
    outline-width: .4rem;
    outline-style: none;
  }

  .hero-section {
    max-width: 80vw;
  }

  .hero-headline {
    font-size: 3.5rem;
  }

  .hero-middle {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
    min-width: auto;
  }

  .how-to-tag {
    font-size: .85rem;
  }

  .hero-form, .argument-wrapper {
    width: 100%;
  }

  .tile-argument {
    height: auto;
    min-height: auto;
  }

  .burger-menu-wrapper {
    justify-content: flex-end;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-input {
    height: 3.6rem;
    font-size: 1.1rem;
  }

  .hero-input:hover {
    outline-color: var(--outline-hover);
    outline-offset: 0px;
    outline-width: .4rem;
    outline-style: none;
  }

  .hero-search-button {
    width: 3.6rem;
    min-width: 3.6rem;
    max-width: 3.6rem;
    height: 3.6rem;
    min-height: 3.6rem;
    max-height: 3.6rem;
  }

  .burger-menu {
    right: 1rem;
  }

  .menu-item:hover {
    background-color: var(--colors--white);
  }

  .burger-menu-container {
    display: block;
  }

  .searchbar-input:hover, .searchbar-input:focus {
    box-shadow: none;
  }

  .formmessage {
    margin-left: auto;
    margin-right: auto;
  }

  .gradient {
    padding-right: var(--max-width-padding);
    padding-left: var(--max-width-padding);
    max-width: 100%;
    height: 33rem;
  }

  .dropdown-toggle {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-toggle:hover {
    color: var(--colors--cold-—-900);
  }

  .div-block-89 {
    width: 5rem;
    min-width: 5rem;
    height: 5rem;
    min-height: 5rem;
  }

  .location_icon {
    opacity: 1;
    width: 1.4rem;
    height: 1.4rem;
    margin-left: 0;
    margin-right: 0;
  }

  .html-embed-21 {
    margin-left: auto;
    margin-right: auto;
  }

  .svg_trash {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .h_accountwrapper {
    justify-content: flex-end;
    align-items: center;
    display: none;
  }

  .custom-scrollbar {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.3rem;
  }

  .logo-wrapper {
    margin-left: 2px;
  }

  .tilemodal.tm-talentdetail {
    border-radius: 1.25rem;
    width: 94vw;
    max-height: calc(100dvh - 6vw);
    margin-top: 3vw;
    overflow: scroll;
  }

  .tilemodal.tm-talentrequest, .tilemodal.tm-addbudget, .tilemodal.tm-addmessage, .tilemodal.tm-effort, .tilemodal.tm-demomodus, .tilemodal.tm-timerange, .tilemodal.tm-namequest, .tilemodal.tm-subscribe {
    max-width: 85vw;
  }

  .modalheaderwrapper {
    height: 5rem;
    font-size: 1.4rem;
  }

  .modalheaderwrapper.mh-high {
    height: 6rem;
  }

  .modalheaderwrapper.mh-profile {
    border-radius: 0;
    padding-bottom: 1.5rem;
  }

  .wrapperclose.wc_lila.wc_talent {
    display: none;
  }

  .cta_button.button_select:hover, .cta_button.button_select.bs_selected:hover {
    box-shadow: none;
  }

  .item_dataline {
    height: 1.8rem;
    font-size: .85rem;
    display: none;
  }

  .header {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    height: auto;
    padding: 1rem;
  }

  .timerange_barflexible {
    flex-direction: row;
    height: auto;
    margin-top: .5rem;
    padding: 0;
  }

  .button_flextime {
    border-radius: .57rem;
    justify-content: center;
    width: 100%;
    line-height: 2.25rem;
  }

  .grid-talents {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    grid-auto-columns: minmax(0, 1fr);
    width: 90vw;
    margin-top: 4rem;
    margin-bottom: 3rem;
  }

  .tile_talent {
    box-shadow: 0 0 0 1px var(--colors--warm-—-500), 0 .2rem .2rem 0rem #00000017;
    border-radius: 1.3rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding-top: 2rem;
    padding-bottom: 1rem;
    display: flex;
  }

  .tile_talent.tile_invite {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .tile_talent.grid-item {
    margin-bottom: 1rem;
  }

  .avatar_talent {
    border-radius: .8rem;
  }

  .wrapper_infotalent {
    width: 85%;
    margin-bottom: 1rem;
  }

  .avatar_talentrequest {
    width: 3.2rem;
    height: 3.2rem;
  }

  .avatar_talentrequest:hover {
    transform: scale(1)translate(.3rem);
  }

  .avatar_talentrequest.atr_cool {
    width: 3.2rem;
    height: 3.2rem;
    margin-left: -.7rem;
  }

  .type_talentdetailname {
    font-size: 1.2rem;
    line-height: 1.1;
  }

  .wrapper_infotalentdetail {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    padding-left: 1.8rem;
    padding-right: 1.8rem;
  }

  .wrapper_infoitem {
    height: 3.2rem;
    padding-left: 1rem;
  }

  .type_infolabel {
    margin-bottom: .2rem;
  }

  .type_infovalue {
    font-size: 1rem;
  }

  .svg_badgeagencylike {
    width: 1rem;
    height: 1rem;
  }

  .modalfooterwrapper.mf_withline {
    z-index: 10;
    padding: 1rem 1.8rem;
    position: sticky;
    inset: auto 0% 0%;
  }

  .modalfooterwrapper.mf_withline.mf_grey {
    z-index: 2;
    background-image: linear-gradient(#fff, #fff);
    background-position: 0 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding-bottom: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .type_jobtitle {
    font-size: .85rem;
  }

  .svg_badgeagency {
    width: 1.3rem;
    height: 1.3rem;
    right: .3rem;
  }

  .text-block-5 {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: .5rem;
    font-size: 1.2rem;
    line-height: 1;
    display: flex;
  }

  .text-block-5-copy {
    width: 100%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: .85rem;
  }

  .opentalentdetail {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .pingbook {
    width: 14rem;
    font-size: 5rem;
  }

  .image-3 {
    width: 6rem;
    margin-top: .5rem;
    margin-bottom: 1rem;
  }

  .modal.m_topanchor {
    padding-top: 0;
  }

  .comp_notification {
    text-align: center;
    margin-bottom: 2rem;
  }

  .notification_wrapper {
    min-width: auto;
    max-width: 80vw;
    height: 3.2rem;
  }

  .label {
    margin-bottom: .3rem;
    font-size: .9rem;
  }

  .checkbox-item {
    margin-bottom: 0;
  }

  .avatarwrapper {
    margin-bottom: 1rem;
  }

  .avatarwrapper.aw-profile {
    border-width: 1px;
  }

  .invitelink_wrapper:hover {
    background-color: #fff;
  }

  .invitelink_wrapper.ilw_app {
    border-width: 1.5px;
    width: 100%;
    margin-top: 1rem;
    position: relative;
    bottom: auto;
  }

  .invitelink_wrapper.ilw_app:hover {
    border-width: 1.5px;
    border-color: var(--colors--warm-—-500);
  }

  .svg_copy {
    background-color: #fff;
  }

  .svg_copy.copy_app {
    width: 3rem;
  }

  .swiper.s-profession {
    height: auto;
  }

  .active-filter {
    flex-direction: row;
  }

  .search_filter {
    box-shadow: 0 .1rem .1rem 0 #00000014, 0 0 0 1px var(--colors--warm-—-500);
    display: inline-block;
  }

  .type_name {
    margin-bottom: .2rem;
    font-size: 1.1rem;
    line-height: 1;
  }

  .svg_star {
    width: 1.7rem;
    height: 1.7rem;
    padding-top: .3rem;
    line-height: 1;
    top: .5rem;
    right: .5rem;
  }

  .td_namewrapper {
    text-align: center;
  }

  .stage-headline {
    font-size: 1.4rem;
  }

  .textarea {
    font-size: 1.2rem;
  }

  .response-wrapper {
    max-width: 95vw;
  }

  .budget_input {
    height: 4.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .budget_input.bi-range {
    height: 4.5rem;
  }

  .input_budget, .input_budget_unit {
    font-size: 3rem;
  }

  .preisspanne_wrapper {
    display: none;
  }

  .talentdetail-body.tdb-profileedit {
    background-color: #fff;
    max-height: none;
    padding-top: 0;
    overflow: visible;
  }

  .talentdetail-header {
    padding-bottom: 4rem;
  }

  .talentdetail-header.td-profiledit {
    height: 4rem;
    margin-bottom: 0;
  }

  .choose_button_wrapper {
    width: 9rem;
    position: relative;
    bottom: 0%;
  }

  .horsetag {
    background-color: var(--colors--warm-—-200);
    text-align: center;
    border-radius: .4rem;
    justify-content: flex-start;
    align-items: center;
    line-height: 2.5rem;
  }

  .horsetag.ht-detail {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    line-height: 2.8rem;
  }

  .horsetag.onlyfreelancer {
    justify-content: flex-start;
    align-items: center;
  }

  .hero-section {
    max-width: 90vw;
  }

  .hero-headline {
    font-size: 2rem;
  }

  .hero-middle {
    padding-top: 4rem;
  }

  .hero-form {
    width: 80%;
    display: none;
  }

  .hero-input-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .burger-menu-wrapper {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .hero-input {
    box-shadow: inset 0 0 0 1px var(--colors--warm-—-600);
    height: 3.4rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1rem;
  }

  .hero-search-button {
    color: var(--colors--white);
    width: 3.4rem;
    min-width: 3.4rem;
    max-width: 3.4rem;
    height: 3.4rem;
    min-height: 3.4rem;
    max-height: 3.4rem;
  }

  .menu-item {
    height: 2.6rem;
  }

  .cta-bigdash {
    font-size: 1.1rem;
    line-height: 1.3;
  }

  .talentdetail_icon {
    aspect-ratio: 1;
    border-radius: .4rem;
    width: 1.8rem;
    height: 1.8rem;
    padding-right: 0;
  }

  .contact-icons-wrapper {
    top: 1.2rem;
    bottom: auto;
    right: 1.8rem;
  }

  .searchbar-input {
    order: -1;
  }

  .selected-bar {
    padding-bottom: 1rem;
  }

  .avatarselectionwrapper {
    padding: 1rem 1.3rem 1rem 1.4rem;
  }

  .modalbody {
    max-height: none;
    padding-bottom: 1.8rem;
    padding-left: 1.8rem;
    padding-right: 1.8rem;
  }

  .modalbody.mb_narrow {
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .formmessage {
    width: 100%;
  }

  .modalwidth-35rem {
    width: 20rem;
  }

  .m_talentdetail {
    padding-left: 1rem;
  }

  .gradient {
    background-size: auto, 40rem;
    height: 26rem;
  }

  .form-search-freelancer {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
  }

  .dropdown {
    justify-content: center;
    align-items: center;
  }

  .dropdown-list {
    margin-top: .5rem;
  }

  .aselectionwrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .avatar_name_wrapper {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .avatar_container {
    width: 5rem;
    height: 5rem;
    margin-top: 0;
  }

  .profession-swiper {
    z-index: 0;
    position: relative;
    box-shadow: 0 .1rem .1rem #0000000a;
  }

  .modalheadlinetiny {
    font-size: 1.4rem;
  }

  .div-block-91 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: minmax(0, 1fr);
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: start center;
    margin-top: 0;
    display: grid;
  }

  .div-block-93 {
    text-align: center;
    width: 100%;
  }

  .icon-2 {
    display: none;
  }

  .location_icon {
    width: 1.4rem;
    height: 1.4rem;
    margin-bottom: 0;
    margin-left: 0;
  }

  .location_icon.li_small {
    color: var(--colors--cold-—-800);
    width: 1rem;
    height: 1rem;
  }

  .tabs-wrapper.hide-mobile {
    display: none;
  }

  .tabs {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .inputsection.is-header {
    background-color: var(--colors--white);
    position: relative;
  }

  .inputsection.is-header.is_sticky_mobile {
    position: sticky;
    top: 9.7rem;
    box-shadow: 0 -2rem 0 .4rem #fff;
  }

  .tabs-menu {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 1rem;
    display: grid;
    position: relative;
  }

  .tabs-menu.tm-pedit {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    background-color: var(--colors--white);
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 1rem;
    display: grid;
  }

  .cta_button_medium {
    border-radius: .4rem;
    height: 2.6rem;
  }

  .label-description {
    font-size: .9rem;
  }

  .text-block-77 {
    font-size: 12px;
  }

  .text-block-80 {
    font-size: 1rem;
  }

  .svg_trash.trash_smaller {
    padding: .87rem;
  }

  .checkbox {
    width: 1.2rem;
    min-width: 1.2rem;
    height: 1.2rem;
    min-height: 1.2rem;
    margin-right: .4rem;
  }

  .darken {
    background-color: #15172d99;
  }

  .name-job-wrapper {
    margin-bottom: .5rem;
  }

  .text-block-85 {
    text-align: center;
    white-space: normal;
  }

  .td_icon {
    aspect-ratio: 1;
    width: 100%;
    height: 100%;
    padding-top: .4rem;
    padding-bottom: .4rem;
  }

  .td_icon.tdi_link {
    padding-top: .4rem;
    padding-bottom: .4rem;
  }

  .td_icon.tdi_xing {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .text-block-86 {
    display: block;
  }

  .td_icon_label {
    display: none;
  }

  .grid-sizer {
    width: 43vw;
  }

  .gt-wrapper {
    padding: 4rem 1rem 3rem;
  }

  .mobile_landscape_only {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
  }

  .custom-scrollbar {
    width: 5px;
  }

  .spacer_fix {
    height: 7rem;
  }

  .border-header {
    border-top-width: 4px;
    border-left-width: 4px;
    border-right-width: 4px;
    display: none;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 1.8rem;
  }

  h4 {
    font-size: 1.3rem;
  }

  .body.b-start {
    background-image: linear-gradient(#faf8f4, #faf8f4);
  }

  .logo-tile {
    box-shadow: 0 0 0 2px var(--colors--cold-—-900);
    border-radius: .7rem;
    width: 2.4rem;
    height: 2.4rem;
  }

  .logo-wrapper:active {
    transform: scale(.8);
  }

  .tilemodal.tm-padding {
    padding: 1.5rem;
  }

  .tilemodal.tm-padding.tm-overflow-hidden.tm-checkmails {
    max-width: 85vw;
  }

  .tilemodal.tm-overflow {
    margin-top: 5vw;
    margin-bottom: 5vw;
  }

  .tilemodal.tm-success, .tilemodal.tm-choose, .tilemodal.tm-register, .tilemodal.tm-login {
    max-width: 85vw;
  }

  .tilemodal.tm-howitworks {
    width: 96vw;
  }

  .modalheaderwrapper {
    height: 4rem;
  }

  .wrapperclose.wc_lila {
    top: 1rem;
    right: 1rem;
  }

  .cta_button {
    border-radius: .5rem;
    height: 2.8rem;
    padding-left: 1.4rem;
    padding-right: 1.4rem;
    font-size: 1rem;
  }

  .cta_button.button_select {
    height: 2.6rem;
    font-size: .8rem;
  }

  .cta_button.b_grey {
    color: var(--colors--cold-—-800);
  }

  .item_dataline {
    justify-content: center;
    height: 2rem;
  }

  .grey.only-mobilephone {
    display: none;
  }

  .input {
    height: 2.9rem;
    font-size: 1rem;
  }

  .input:hover {
    border-color: var(--colors--warm-—-500);
    box-shadow: none;
  }

  .header {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
    padding: .5rem .75rem .75rem .5rem;
  }

  .button_flextime {
    white-space: nowrap;
  }

  .wrapper_effort {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .button_circle {
    width: 3.2rem;
    height: 3.2rem;
  }

  .input_effort {
    border-radius: 1.25rem;
    height: 4.5rem;
    font-size: 3rem;
  }

  .grid-talents {
    margin-top: 3rem;
  }

  .tile_talent:hover {
    transform: none;
  }

  .wrapper_infotalent {
    z-index: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .wrapper_infoitem {
    padding-left: .8rem;
  }

  .wrapper_infoitem.wii_nograd {
    height: 3.4rem;
  }

  .type_infolabel {
    font-size: .6rem;
  }

  .wrapper_td_tabs {
    border-radius: 4rem;
  }

  .cv_headline {
    color: var(--colors--cold-—-900);
    font-size: .6rem;
  }

  .modalfooterwrapper.mf_withline {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .wrapper_back {
    width: 1.8rem;
    height: 1.8rem;
    top: .8rem;
    left: .8rem;
  }

  .hint.h-grey-under-button {
    margin-bottom: 0;
  }

  .svg_badgeagency {
    width: 1.2rem;
    height: 1.2rem;
  }

  .text-block-5-copy {
    width: auto;
  }

  .opentalentdetail {
    flex-direction: row;
    font-size: 15px;
  }

  .pingbook {
    padding-top: 3vw;
  }

  .image-3 {
    width: 6.5rem;
    margin-top: 0;
    margin-bottom: .75rem;
    margin-left: 0;
  }

  .comp_notification {
    margin-bottom: 1rem;
  }

  .notification_wrapper {
    max-width: 90vw;
  }

  .inputwrapper {
    margin-bottom: .1rem;
  }

  .label {
    margin-bottom: .2rem;
    line-height: 1.15;
  }

  .avatarwrapper {
    margin-bottom: .1rem;
    padding-top: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .invitelink_wrapper {
    width: 100%;
    font-size: 1.1rem;
  }

  .invitelink_wrapper.ilw_app {
    max-width: 90vw;
    margin-top: 1rem;
  }

  .svg_tooltip_grey {
    display: none;
  }

  .swiper-slide.ss-prof {
    font-size: .9rem;
    line-height: 2.4rem;
  }

  .type_login {
    font-size: 1.4rem;
  }

  .m_datapolicy {
    height: 100%;
  }

  .legal-type {
    font-size: 11px;
  }

  .m_imprint {
    height: 100%;
  }

  .type_name {
    text-align: center;
    white-space: normal;
  }

  .logo-type {
    width: 5rem;
    height: 2rem;
    margin-left: .9rem;
  }

  .register-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    width: auto;
  }

  .faq-tile {
    padding: 1.5rem 2rem;
    font-size: 1.1rem;
  }

  .svg_star {
    padding: .2rem .4rem .4rem;
  }

  .mail-animation {
    margin-top: -13vw;
  }

  .stage {
    border-radius: 1.4rem;
    width: 96vw;
    max-width: 96vw;
    padding: 1rem;
  }

  .textarea {
    min-height: 9rem;
    max-height: 9rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1rem;
  }

  .addoptionbutton {
    height: 3.2rem;
    font-size: 1rem;
  }

  .response-wrapper {
    border-radius: 1.4rem;
    max-width: 90vw;
    margin-top: 3rem;
  }

  .response-headline {
    font-size: 1.6rem;
  }

  .preloader-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .social-wrapper {
    bottom: .5rem;
  }

  .circle {
    margin-right: .25rem;
  }

  .icon_add {
    aspect-ratio: 1;
    min-width: 1.7rem;
  }

  .response_button_wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .image-8 {
    width: 5rem;
  }

  .m_cookies {
    height: 100%;
  }

  .talentdetail-body {
    padding: 1.5rem 1.9rem;
  }

  .talentdetail-header {
    box-shadow: none;
    border-radius: 1.5rem 1.5rem 0 0;
    padding: 1.9rem 1.9rem 2.2rem;
  }

  .talentdetail-header.td-profiledit {
    height: auto;
    margin-bottom: 0;
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
    box-shadow: inset 0 0 0 .4rem #fff;
  }

  .horsetag.ht-detail {
    border-radius: .4rem;
  }

  .tag-wrapper {
    border-radius: .6rem;
  }

  .logo-symbol {
    width: 2.7rem;
  }

  .hero-headline {
    width: 95%;
  }

  .hero-middle {
    padding-top: 3rem;
  }

  .hero-form {
    width: 100%;
  }

  .hero-input-wrapper {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
  }

  .tile-argument {
    border-radius: 1.5rem;
    min-height: 15rem;
    padding: 0;
  }

  .burger-menu-wrapper {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    box-shadow: none;
    height: 2.8rem;
    font-size: 1.1rem;
  }

  .burger-menu-wrapper:hover {
    box-shadow: none;
  }

  .line-menu-sale {
    width: 18px;
  }

  .hero-input {
    box-shadow: inset 0 0 0 1.5px var(--colors--warm-—-500);
    height: 3rem;
    padding-left: .8rem;
    font-size: 1rem;
  }

  .hero-search-button {
    box-shadow: none;
    border-radius: .75rem;
    width: 3rem;
    min-width: 3rem;
    max-width: 3rem;
    height: 3rem;
    min-height: 3rem;
    max-height: 3rem;
  }

  .burger-menu {
    width: 15.5rem;
    top: .8rem;
    right: .5rem;
  }

  .menu-item {
    white-space: nowrap;
    grid-template-columns: 2.5rem 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-icon {
    margin-left: 0;
    margin-right: 0;
  }

  .menu-icon.mi-w {
    width: 1.2rem;
  }

  .menu-icon.mi-newsearch {
    margin-left: 0;
    margin-right: 0;
  }

  .menu-icon.mi-login {
    margin-left: 0;
  }

  .cta-bigdash {
    height: 10rem;
  }

  .form-auth {
    width: auto;
  }

  .talentdetail_icon {
    border-radius: .3rem;
  }

  .contact-icons-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .searchbar-input {
    height: 2.6rem;
    padding-left: 2.2rem;
    padding-right: .8rem;
    font-size: .85rem;
  }

  .searchbar-input::placeholder {
    color: var(--colors--cold-—-900);
  }

  .avatarselectionwrapper {
    border-radius: 1.2rem;
    padding: .8rem 1.3rem;
  }

  .modalbody.mb_narrow {
    padding-bottom: 1.2rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    font-size: 1rem;
  }

  .modalbody.mb_auth {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .9rem;
  }

  .modalwidth-35rem {
    width: 100%;
  }

  .searchbar {
    padding-left: 1rem;
    padding-right: .5rem;
  }

  .checkbox-wrapper {
    grid-template-columns: 1fr;
    padding: 1rem;
  }

  .cta_button_small {
    font-size: 1rem;
  }

  .gradient {
    padding-right: var(--max-width-padding-mobile);
    padding-left: var(--max-width-padding-mobile);
    background-size: auto, 600px;
    height: 34rem;
  }

  .gradient.fgb-lila {
    background-size: auto, 600px;
  }

  .response {
    padding-top: 2rem;
  }

  .dropdown {
    border-radius: .6rem;
    order: 1;
  }

  .dropdown-toggle {
    width: 2.6rem;
    height: 2.6rem;
  }

  .dropdown-list {
    right: 0;
  }

  .profession-swiper {
    height: 3.6rem;
  }

  .location_icon {
    width: 1.3rem;
    height: 1.3rem;
  }

  .location_icon.li_small {
    margin-bottom: .08rem;
    margin-right: .2rem;
    display: block;
  }

  .searchbar-icon {
    width: 1.1rem;
    left: .75rem;
  }

  .rich-text-block {
    overflow-wrap: anywhere;
  }

  .tabs {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  }

  .inputsection {
    padding-top: .4rem;
    padding-bottom: .4rem;
    padding-left: .75rem;
  }

  .inputsection.is-content {
    padding: 1rem .75rem;
  }

  .tabs-menu.tm-pedit {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .modalheadlineclean {
    font-size: 1.1rem;
  }

  .div-block-133 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 1rem;
  }

  .msg {
    font-size: 1rem;
  }

  .image-10 {
    width: 100%;
  }

  .cta_button_medium {
    height: 2.5rem;
    font-size: 1rem;
  }

  .code-embed-6 {
    display: none;
  }

  .checkbox-grid {
    grid-row-gap: .5rem;
    grid-template-columns: 1fr;
  }

  .versteckt.v-pos-left {
    margin-top: -.2rem;
  }

  .versteckt.v-mobilephone-tile {
    right: auto;
  }

  .name-job-wrapper {
    margin-bottom: .3rem;
  }

  .text-block-86 {
    display: none;
  }

  .gt-wrapper {
    padding-top: 3rem;
  }

  .mobile_landscape_only {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .search-form {
    display: none;
  }
}

#w-node-_1bb8817f-fa15-cfb2-bf35-66eb7b1e772c-d900e461 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_1bb8817f-fa15-cfb2-bf35-66eb7b1e7745-d900e461 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f83a0667-1524-31a1-45ae-b48d29c0d733-d900e461 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_1bb8817f-fa15-cfb2-bf35-66eb7b1e77a0-d900e461, #w-node-fca13a0a-9e7c-9d3c-1970-0074d65faba5-d900e461 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#other_profession.w-node-_1bb8817f-fa15-cfb2-bf35-66eb7b1e77aa-d900e461 {
  grid-area: 9 / 2 / 10 / 3;
}

#w-node-_1bb8817f-fa15-cfb2-bf35-66eb7b1e77de-d900e461 {
  align-self: start;
}

#w-node-_37705d81-7fee-47fd-c7c3-c5da8e995109-d900e461, #w-node-_37705d81-7fee-47fd-c7c3-c5da8e99510f-d900e461 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_05983d50-e791-9db9-3a4e-40fe8ec698bf-d900e461 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c5a811e5-d202-e81e-072a-10fccd87a8eb-388946aa {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9c779150-9d07-c4a3-ec2a-444e99a51561-99a51551, #w-node-_33532654-abc4-e394-9076-d245443abfdf-99a51551, #w-node-_9c779150-9d07-c4a3-ec2a-444e99a51555-99a51551, #w-node-_9c779150-9d07-c4a3-ec2a-444e99a51559-99a51551, #w-node-_9c779150-9d07-c4a3-ec2a-444e99a5155d-99a51551, #w-node-_9c779150-9d07-c4a3-ec2a-444e99a51565-99a51551, #w-node-_9c779150-9d07-c4a3-ec2a-444e99a51569-99a51551, #w-node-_9c779150-9d07-c4a3-ec2a-444e99a5156d-99a51551 {
  place-self: center;
}

#w-node-b7111c62-6244-fe25-55d4-dfca8664a9e0-8664a98f {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_3094245b-598f-1504-bcc9-0fc75f11bfea-8664a98f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_97173ac3-e76a-5076-6fe1-465c5051f427-8664a98f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_97173ac3-e76a-5076-6fe1-465c5051f431-8664a98f {
  grid-area: 1 / 2 / 2 / 5;
}

@media screen and (max-width: 767px) {
  #w-node-ac23c089-c672-2ab9-ff2f-dd2a8ebd430d-d900e461 {
    order: 0;
  }

  #w-node-ac23c089-c672-2ab9-ff2f-dd2a8ebd4314-d900e461 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-ac23c089-c672-2ab9-ff2f-dd2a8ebd4335-d900e461 {
    grid-area: 1 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-ac23c089-c672-2ab9-ff2f-dd2a8ebd433a-d900e461 {
    grid-area: span 1 / span 5 / span 1 / span 5;
    align-self: start;
  }

  #w-node-ac23c089-c672-2ab9-ff2f-dd2a8ebd433c-d900e461 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_1bb8817f-fa15-cfb2-bf35-66eb7b1e7745-d900e461 {
    grid-column: span 4 / span 4;
  }

  #w-node-_1bb8817f-fa15-cfb2-bf35-66eb7b1e7795-d900e461, #w-node-_1bb8817f-fa15-cfb2-bf35-66eb7b1e77de-d900e461, #w-node-e98037ff-dd76-07dc-4221-92639466b13f-d900e461 {
    grid-column: span 1 / span 1;
  }

  #w-node-_97173ac3-e76a-5076-6fe1-465c5051f427-8664a98f {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_97173ac3-e76a-5076-6fe1-465c5051f431-8664a98f {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ac23c089-c672-2ab9-ff2f-dd2a8ebd4314-d900e461, #w-node-_1bb8817f-fa15-cfb2-bf35-66eb7b1e77a0-d900e461, #w-node-_37705d81-7fee-47fd-c7c3-c5da8e995109-d900e461 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Abcdiatyperounded';
  src: url('../fonts/ABCDiatypeRounded-Heavy.woff2') format('woff2'), url('../fonts/ABCDiatypeRounded-Heavy.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Abcdiatyperounded';
  src: url('../fonts/ABCDiatypeRounded-Medium.woff2') format('woff2'), url('../fonts/ABCDiatypeRounded-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Abcdiatyperounded';
  src: url('../fonts/ABCDiatypeRounded-Black.woff2') format('woff2'), url('../fonts/ABCDiatypeRounded-Black.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}