.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #000;
  font-family: Switzer, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 600;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

p {
  margin-bottom: 0;
}

a {
  color: #1d112c;
  text-decoration: none;
}

label {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  display: block;
}

.opacity-0-8 {
  opacity: 0.8;
}

.text-extra-bold {
  font-weight: 800;
}

.text-m {
  font-size: 1rem;
}

.text-m.text-semi-bold.product-info-gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#9039ff, #d53e5c);
  -webkit-background-clip: text;
  background-clip: text;
  display: inline;
}

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

.margin-top-8px {
  margin-top: 0.5rem;
}

.text-caps {
  text-transform: uppercase;
}

.bg-color-container {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.white-color {
  color: #fff;
}

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

.text-xl {
  font-size: 1.25rem;
}

.text-xs {
  font-size: 0.75rem;
}

.text-s {
  font-size: 0.875rem;
  line-height: 130%;
}

.margin-top-48px {
  margin-top: 3rem;
}

.margin-top-16px {
  margin-top: 1rem;
}

.text-italic {
  font-style: italic;
}

.text-extra-light {
  font-weight: 200;
}

.inline-text {
  display: inline;
}

.opacity-0-24 {
  opacity: 0.24;
}

.margin-bottom-48px {
  margin-bottom: 3rem;
}

.text-strikethrough {
  text-decoration: line-through;
}

.margin-bottom-24px {
  margin-bottom: 1.5rem;
}

.text-medium {
  font-weight: 500;
}

.black-color {
  color: #000;
}

.margin-top-container {
  width: 100%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.text-caps-none {
  text-transform: none;
}

.page-padding {
  z-index: 10;
  padding-left: 5vw;
  padding-right: 5vw;
  position: relative;
}

.margin-bottom-8px {
  margin-bottom: 0.5rem;
}

.text-bold {
  font-weight: 700;
}

.text-semi-bold {
  font-weight: 600;
}

.margin-bottom-container {
  width: 100%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.margin-bottom-4px {
  margin-bottom: 0.25rem;
}

.black-bg-color {
  background-color: #000;
}

.vertical-div {
  flex-direction: column;
  display: flex;
  position: relative;
}

.vertical-div.align-start {
  align-items: flex-start;
}

.vertical-div.align-center {
  align-items: center;
}

.margin-top-40px {
  margin-top: 2.5rem;
}

.letter-spacing-0-03em {
  letter-spacing: 0.03em;
}

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

.text-normal {
  font-weight: 400;
}

.margin-top-32px {
  margin-top: 2rem;
}

.white-bg-color {
  background-color: #fff;
}

.text-black {
  font-weight: 900;
}

.margin-bottom-56px {
  margin-bottom: 3.5rem;
}

.margin-bottom-40px {
  margin-bottom: 2.5rem;
}

.text-caps-first-letter {
  text-transform: capitalize;
}

.margin-top-56px {
  margin-top: 3.5rem;
}

.text-light {
  font-weight: 300;
}

.margin-bottom-32px {
  margin-bottom: 2rem;
}

.container-large {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.opacity-0-64 {
  opacity: 0.64;
}

.opacity-0-7 {
  opacity: 0.7;
}

.text-underline {
  text-decoration: underline;
}

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

.overflow-hidden {
  overflow: hidden;
}

.margin-top-4px {
  margin-top: 0.25rem;
}

.text-thin {
  font-weight: 100;
}

.text-weights {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.margin-top-24px {
  margin-top: 1.5rem;
}

.letter-spacing-0-05em {
  letter-spacing: 0.05em;
}

.wireframe-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.margin-bottom-16px {
  margin-bottom: 1rem;
}

.text-l {
  font-size: 1.125rem;
}

.opacity-0-56 {
  opacity: 0.56;
}

.satoshi-font {
  font-weight: 400;
}

.login-window {
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  padding-top: 254px;
  padding-bottom: 254px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.login-window.restard-password {
  background-image: url("../images/Frame-5277.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.form-wrapper {
  max-width: 508px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.login-link-logo {
  z-index: 20;
  margin-left: -84px;
  position: absolute;
  top: 15vh;
  left: 50%;
}

.loigin-logo {
  width: 168px;
}

.form-block {
  z-index: 10;
  width: 100%;
  background-color: #fff;
  border: 6px solid #f0f0f0;
  border-radius: 16px;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.form {
  grid-row-gap: 24px;
  background-color: #fff;
  flex-direction: column;
  padding: 56px;
  display: flex;
}

.form-headline {
  grid-column-gap: 6px;
  grid-row-gap: 4px;
  color: #1d112c;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.dark-bg-color {
  background-color: #1d112c;
}

.dark-color {
  color: #1d112c;
}

.form-field-wrapper {
  grid-row-gap: 16px;
  color: #1d112c;
  flex-direction: column;
  display: flex;
}

.form-field-block {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.form-button-block {
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.submit-button {
  color: #fff;
  text-align: center;
  background-color: #9039ff;
  border: 1px solid #7d4ef9;
  border-radius: 44px;
  padding: 16px 20px;
  font-weight: 700;
  transition: background-color 0.2s;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.24);
}

.submit-button:hover {
  background-color: #6d39ff;
}

.submit-button:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}

.form-link-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.swap-login-button {
  color: #9039ff;
  text-align: center;
  background-color: rgba(29, 17, 44, 0.04);
  border-radius: 56px;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 700;
}

.form-back-button {
  grid-column-gap: 10px;
  background-color: rgba(29, 17, 44, 0.04);
  border-radius: 56px;
  justify-content: center;
  align-items: center;
  margin-right: auto;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}

.form-back-button-arrow {
  width: 16px;
  min-width: 16px;
}

.nav-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.brand {
  padding-left: 0;
}

.logo {
  width: 106px;
  display: block;
}

.nav-link {
  background-image: none;
  border-radius: 56px;
  padding: 1px;
  display: block;
}

.nav-link.w--current {
  background-image: linear-gradient(rgba(144, 57, 255, 0.12), rgba(213, 62, 92, 0.12));
}

.nav-link-text {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 600;
}

.nav-link-block {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 56px;
  justify-content: center;
  align-items: center;
  padding: 3px 15px;
  display: flex;
}

.html-embed {
  font-size: 114rem;
  display: none;
}

.nav-menu-wrapper {
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 56px;
  justify-content: center;
  align-items: center;
  padding: 6px;
  display: flex;
}

.navbar {
  z-index: 500;
  background-color: rgba(255, 255, 255, 0);
}

.nav-profile {
  grid-column-gap: 4px;
  align-items: center;
  display: flex;
  position: relative;
  right: -2px;
}

.nav-profile-block {
  grid-column-gap: 4px;
  background-image: linear-gradient(rgba(144, 57, 255, 0.12), rgba(213, 62, 92, 0.12));
  border-radius: 56px;
  justify-content: center;
  align-items: center;
  padding: 6px 16px;
  display: flex;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.04);
}

.nav-profile-number {
  z-index: 1;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#9039ff, #d53e5c);
  -webkit-background-clip: text;
  background-clip: text;
  position: relative;
}

.nav-profile-image {
  width: 48px;
  height: 48px;
  min-width: 48px;
  cursor: pointer;
  object-fit: cover;
  border: 2px solid rgba(144, 57, 255, 0);
  border-radius: 50%;
  display: block;
}

.job-offers-section {
  padding-bottom: 56px;
  overflow: hidden;
}

.job-offers-hero-employee {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f3f3f5;
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.job-offers-hero-employee-block {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 36px;
  display: flex;
}

.job-offers-hero-animation-block {
  width: 100%;
  height: 100%;
  max-width: 574px;
  min-height: 320px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.job-offers-hero-animation-item {
  width: 100%;
  max-width: 358px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 24px;
  display: flex;
  position: relative;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.06);
}

.job-offers-hero-animation-photo {
  width: 56px;
  height: 56px;
  min-width: 56px;
  object-fit: cover;
  border-radius: 50%;
}

.job-offers-hero-animation-text-wrapper {
  grid-row-gap: 4px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.job-offers-hero-animation-checked {
  width: 36px;
  height: 36px;
  background-color: rgba(144, 57, 255, 0.2);
  background-image: url("../images/Check.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
}

.job-offers-hero-animation-text-v1 {
  width: 100%;
  height: 12px;
  max-width: 100px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.12));
  border-radius: 56px;
}

.job-offers-hero-animation-text-v2 {
  width: 100%;
  height: 12px;
  max-width: 146px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.12));
  border-radius: 56px;
}

.swiper {
  z-index: 10;
  width: 100%;
  position: relative;
}

.swiper-wrapper {
  flex-direction: row;
  display: flex;
}

.job-offers-hero-main-coin-block {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
  top: -12px;
  bottom: auto;
  left: auto;
  right: -14px;
  transform: scale(0);
}

.job-offers-hero-main-coin {
  transform: rotate(30deg);
}

.job-offers-hero-main-coin-lines {
  position: absolute;
  top: -12px;
  left: 8px;
}

.job-offers-hero-coin-v1 {
  opacity: 0.56;
  position: absolute;
  top: 46%;
  right: -22px;
  transform: scale(0) rotate(-15deg);
}

.job-offers-hero-coin-v2 {
  opacity: 0.56;
  position: absolute;
  top: 11%;
  bottom: auto;
  left: auto;
  right: -30px;
  transform: scale(0) rotate(30deg);
}

.job-offers-hero-line-v1 {
  position: absolute;
}

.job-offers-hero-line-wrapper {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  left: 28px;
}

.job-offers-hero-line-v2,
.job-offers-hero-line-v3 {
  position: absolute;
}

.job-offers-window {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  margin-top: 36px;
  margin-bottom: 0;
  overflow: visible;
}

.list-filter {
  z-index: 5;
  grid-column-gap: 32px;
  justify-content: space-between;
  align-items: center;
  padding: 24px 32px;
  font-size: 14px;
  display: flex;
  position: relative;
}

.search-field {
  width: 320px;
  min-height: 40px;
  background-color: rgba(0, 0, 0, 0.04);
  background-image: url("../images/MagnifyingGlass.svg");
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 0 #000;
  border-radius: 100px;
  margin-bottom: 0;
  padding: 8px 20px 8px 52px;
}

.search-field::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.56);
}

.search-field::placeholder {
  color: rgba(0, 0, 0, 0.56);
}

.filters-block {
  min-height: 40px;
  background-color: rgba(0, 0, 0, 0.04);
  background-image: url("../images/SlidersHorizontal.svg");
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 8px 20px 8px 52px;
  font-weight: 700;
  display: flex;
}

.filters-wrapper {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.dropdown-toggle {
  height: 100%;
  min-height: 40px;
  grid-column-gap: 8px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-weight: 700;
  display: flex;
}

.job-offers-container {
  flex-direction: column;
  display: flex;
}

.job-offers-title-bar {
  grid-column-gap: 8px;
  background-color: #f7f7f7;
  grid-template-rows: auto;
  grid-template-columns: 2.2fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 16px 24px;
  display: grid;
}

.job-offers-title-main {
  opacity: 0.56;
  align-items: center;
  display: flex;
}

.job-offers-title {
  opacity: 0.56;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.job-offers-item {
  grid-column-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 2.2fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 16px 24px;
  transition: background-color 0.2s;
  display: grid;
  position: relative;
}

.job-offers-item:hover {
  background-color: rgba(144, 57, 255, 0.04);
}

.job-offers-item:active {
  background-color: rgba(144, 57, 255, 0.08);
}

.offer-block {
  z-index: 1;
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
  position: relative;
}

.offer-icon-div {
  width: 56px;
  height: 56px;
  min-width: 56px;
  background-color: #ffc7f3;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 0 0 2px #fff;
}

.offer-icon {
  width: 28px;
  height: 28px;
  object-fit: contain;
  display: block;
}

.offer-title {
  grid-row-gap: 4px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.offer-location {
  grid-column-gap: 4px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  display: flex;
}

.salary-block {
  z-index: 1;
  grid-column-gap: 3px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  display: flex;
  position: relative;
}

.earn-per-block {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.06);
  background-image: none;
  border-radius: 12px;
  padding: 2px;
  position: relative;
}

.earn-per-block:hover {
  background-image: linear-gradient(rgba(144, 57, 255, 0.12), rgba(213, 62, 92, 0.12));
}

.earn-per-wrapper {
  height: 100%;
  background-color: #fff;
  border-radius: 11px;
  flex-wrap: wrap;
  align-content: center;
  padding: 2px;
  display: flex;
  overflow: hidden;
}

.earn-per-item {
  grid-column-gap: 4px;
  border-radius: 8px;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 12px;
  font-weight: 600;
  display: flex;
}

.earn-per-item:hover {
  background-image: linear-gradient(rgba(144, 57, 255, 0.12), rgba(213, 62, 92, 0.12));
}

.earn-per-icon {
  width: 12px;
  min-width: 12px;
}

.applications-block {
  z-index: 1;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  position: relative;
  overflow: hidden;
}

.applications-item {
  grid-column-gap: 4px;
  grid-row-gap: 2px;
  opacity: 0.56;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 12px;
  font-weight: 500;
  display: flex;
  box-shadow: 2px 0 rgba(0, 0, 0, 0.06);
}

.applications-icon {
  width: 20px;
  min-width: 20px;
}

.no-job-offers-window {
  width: 100%;
  background-color: #f7f7f7;
  border: 4px solid rgba(0, 0, 0, 0.03);
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  padding: 96px 56px;
  display: flex;
}

.job-offers-fade,
.scroll-info {
  display: none;
}

.dropdown {
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 100px;
  margin-left: 0;
  margin-right: 0;
  transition:
    box-shadow 0.15s,
    background-color 0.15s;
}

.dropdown:hover {
  background-color: rgba(144, 57, 255, 0.06);
  box-shadow: inset 0 0 0 2px rgba(144, 57, 255, 0.32);
}

.nav-menu-bg,
.navbar-border {
  display: none;
}

.nav-profile-icon {
  z-index: 1;
  width: 11px;
  position: relative;
}

.job-offers-hero-recruiter {
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 36px;
  display: flex;
}

.button {
  width: 100%;
  max-width: 240px;
  min-height: 56px;
  grid-column-gap: 12px;
  color: #fff;
  text-align: center;
  background-color: #9039ff;
  border-radius: 56px;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  position: relative;
}

.button-icon {
  z-index: 1;
  width: 24px;
  height: 24px;
  min-width: 24px;
  object-fit: contain;
  display: block;
}

.no-job-offers-block {
  width: 100%;
  max-width: 456px;
  grid-row-gap: 24px;
  text-align: center;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  padding: 32px;
  display: flex;
}

.no-job-offers-image {
  width: 100%;
  border-radius: 8px;
}

.purple-bg-color {
  background-color: #9039ff;
}

.purple-color {
  color: #9039ff;
}

.container-medium {
  width: 100%;
  max-width: 1164px;
  margin-left: auto;
  margin-right: auto;
}

.job-offer-template-section {
  z-index: 10;
  padding-top: 32px;
  padding-bottom: 56px;
  position: relative;
}

.job-offer-template-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 70% 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.job-offer-template-headline {
  width: 70%;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.job-offer-template-name {
  grid-row-gap: 4px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.job-offer-template-info {
  grid-column-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.job-offer-template-text {
  width: 70%;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  font-size: 20px;
  display: flex;
}

.job-offer-template-cv {
  width: 70%;
  background-color: rgba(144, 57, 255, 0.12);
  border: 1px solid #9039ff;
  border-radius: 12px;
  padding: 32px;
  font-size: 20px;
}

.job-offer-template-apply {
  z-index: 100;
  grid-row-gap: 32px;
  background-color: #f7f7f7;
  border-radius: 12px;
  flex-direction: column;
  padding: 24px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 56px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.03);
}

.job-offer-template-apply-block {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.job-offer-template-apply-wrapper {
  width: 28%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.job-offer-template-apply-info {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.apply-earn-per-block {
  z-index: 1;
  background-color: #fff;
  border-radius: 12px;
  position: relative;
}

.apply-earn-per-wrapper {
  white-space: nowrap;
  background-color: #fff;
  border-radius: 12px;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  display: flex;
}

.apply-earn-per-item {
  grid-row-gap: 4px;
  color: rgba(0, 0, 0, 0.56);
  text-align: center;
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding: 12px 4px;
  font-size: 12px;
  font-weight: 600;
  display: flex;
}

.apply-earn-per-headline {
  grid-column-gap: 4px;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 500;
  display: flex;
}

.apply-earn-per-icon {
  width: 15px;
  min-width: 15px;
}

.job-offer-apply-link {
  grid-row-gap: 12px;
  border-radius: 12px;
  flex-direction: column;
  padding: 16px;
  display: flex;
  box-shadow: inset 0 0 0 2px #9039ff;
}

.job-offer-apply-link-text {
  grid-row-gap: 4px;
  text-align: center;
  word-break: break-all;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  display: flex;
}

.job-offer-apply-link-button-wrapper {
  width: 100%;
  max-width: 394px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  white-space: nowrap;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.job-offer-apply-link-other {
  width: 48px;
  height: 48px;
  min-width: 48px;
  background-color: rgba(0, 0, 0, 0.06);
  background-image: url("../images/DotsThreeOutline.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 56px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.24);
}

.job-offer-template-grid {
  grid-column-gap: 16px;
  background-color: #f7f7f7;
  border-radius: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 36px;
  padding: 24px;
  display: grid;
}

.job-offer-template-grid-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.job-offer-template-grid-block {
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  padding: 32px;
  display: flex;
}

.job-offer-template-grid-block-text {
  width: 100%;
  grid-row-gap: 8px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.job-offer-grid-earn-per-wrapper {
  width: 100%;
  max-width: 290px;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0.03);
  border-radius: 12px;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  display: flex;
}

.job-offer-grid-links {
  width: 100%;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.linkedin-link {
  width: 48px;
  height: 48px;
  min-width: 48px;
  background-color: #0068be;
  background-image: url("../images/Frame.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 56px;
}

.facebook-link {
  width: 48px;
  height: 48px;
  min-width: 48px;
  background-color: #1c6bf5;
  background-image: url("../images/Frame-1.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 56px;
}

.twitter-link {
  width: 48px;
  height: 48px;
  min-width: 48px;
  background-color: #00a3f5;
  background-image: url("../images/Frame-2.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 56px;
}

.job-offer-template-section-2 {
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.02);
  padding-top: 56px;
  padding-bottom: 56px;
  position: relative;
}

.collection-container {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.collection-headline {
  grid-column-gap: 24px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.collection-headline-button {
  grid-column-gap: 10px;
  white-space: nowrap;
  background-color: rgba(29, 17, 44, 0.04);
  border-radius: 56px;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}

.collection-headline-button-arrow {
  width: 16px;
  min-width: 16px;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-item {
  border-radius: 16px;
  flex-direction: column;
  padding: 6px;
  transition:
    box-shadow 0.2s,
    background-color 0.2s;
  display: flex;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.collection-item:hover {
  background-color: #f6f6f6;
}

.collection-item:active {
  box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.collection-item-image {
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.collection-item-block {
  grid-column-gap: 10px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  font-weight: 600;
  display: flex;
}

.collection-item-text {
  max-width: 200px;
  min-width: 70%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.collection-number {
  grid-column-gap: 4px;
  background-color: #fff;
  border-radius: 56px;
  justify-content: center;
  align-items: center;
  padding: 6px 16px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.04);
}

.back-button {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 36px;
  margin-right: auto;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}

.tab-pane-wrapper {
  flex-direction: column;
  display: flex;
}

.tabs-content {
  margin-top: 16px;
  overflow: visible;
}

.tabs-menu {
  background-color: rgba(0, 0, 0, 0.03);
  border-radius: 4px;
  padding: 6px;
  display: flex;
}

.tabs {
  flex-direction: column;
  margin-top: 16px;
  display: flex;
}

.tab-link {
  opacity: 0.56;
  text-align: center;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 4px;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 12px 8px;
  font-weight: 700;
  transition: opacity 0.2s;
  display: flex;
}

.tab-link:hover {
  opacity: 1;
}

.tab-link.w--current {
  opacity: 1;
  background-color: #fff;
}

.applications-container {
  grid-column-gap: 8px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  overflow: hidden;
}

.applications-top-bar {
  grid-column-gap: 8px;
  background-color: rgba(0, 0, 0, 0.03);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 16px 32px;
  display: grid;
}

.applications-top-bar-block {
  opacity: 0.56;
}

.applications-list {
  flex-direction: column;
  display: flex;
}

.applications-list-item {
  grid-column-gap: 8px;
  color: rgba(0, 0, 0, 0.56);
  word-break: break-all;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  padding: 16px 32px;
  display: grid;
  position: relative;
  box-shadow: 0 1px rgba(0, 0, 0, 0.06);
}

.cv-link {
  z-index: 5;
  color: rgba(0, 0, 0, 0.9);
  text-align: center;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  padding: 4px 10px;
  font-weight: 600;
  transition:
    background-color 0.15s,
    box-shadow 0.15s;
  position: relative;
}

.cv-link:hover {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 1px #9039ff;
}

.applications-list-item-status {
  grid-column-gap: 10px;
  color: #000;
  background-color: rgba(255, 199, 0, 0.12);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 4px 10px;
  font-weight: 600;
  display: flex;
}

.application-list-item-status-icon {
  width: 16px;
  min-width: 16px;
  display: block;
}

.shop-section {
  padding-top: 36px;
  padding-bottom: 56px;
}

.shop-headline {
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.collection-number-bg {
  background-image: linear-gradient(rgba(144, 57, 255, 0.12), rgba(213, 62, 92, 0.12));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.shop-filter-bar {
  margin-top: 36px;
  margin-bottom: 36px;
  position: relative;
}

.shop-filter-wrapper {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  display: flex;
}

.radio-field {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  position: relative;
}

.dropdown-icon {
  width: 24px;
  min-width: 24px;
  display: block;
}

.dropdown-list-container {
  min-width: 280px;
  background-color: rgba(255, 255, 255, 0);
  display: block;
  right: 0;
}

.dropdown-list-container.w--open {
  background-color: rgba(255, 255, 255, 0);
  overflow: hidden;
}

.radio-button-label {
  z-index: 1;
  font-weight: 600;
  position: relative;
  left: -10px;
}

.radio-button {
  z-index: 2;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border-style: none;
  border-radius: 0;
  margin-top: 0;
  margin-left: 0;
  transition: background-color 0.1s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.radio-button:hover {
  background-color: rgba(0, 0, 0, 0.03);
}

.radio-button.w--redirected-checked {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.03);
  background-image: none;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  margin-top: 0;
  margin-left: 0;
}

.radio-button.w--redirected-focus {
  width: 100%;
  height: 100%;
  box-shadow: none;
  border: 0 rgba(0, 0, 0, 0);
  border-radius: 0%;
}

.checkbox-field-icon {
  margin-left: auto;
}

.dropdown-list {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.6);
  border-radius: 12px;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.tag-block {
  min-height: 40px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.04);
  background-image: url("../images/Hash.svg");
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 8px 20px 8px 52px;
  font-weight: 700;
  display: flex;
}

.tag-block:hover {
  color: #fff;
  background-color: #000;
  background-image: url("../images/Hash-white.svg");
}

.shop-hero-icon-wrapper {
  z-index: 10;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.shop-hero-icon-v1 {
  z-index: 2;
  width: 22%;
  border-radius: 8px;
  position: absolute;
  top: auto;
  bottom: 8%;
  left: 8%;
  right: auto;
}

.shop-hero-icon-v2 {
  z-index: 0;
  width: 9.5%;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  position: absolute;
  top: 14%;
  bottom: auto;
  left: 13%;
  right: auto;
}

.shop-hero-icon-v3 {
  z-index: 2;
  width: 18%;
  border-radius: 8px;
  position: absolute;
  top: 15.6%;
  bottom: auto;
  left: auto;
  right: 12%;
}

.shop-hero-icon-v4 {
  z-index: 1;
  width: 235px;
  border-radius: 8px;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.shop-hero-icon-v5 {
  z-index: 0;
  width: 13.5%;
  border-radius: 8px;
  position: absolute;
  top: 12%;
  bottom: auto;
  left: auto;
  right: auto;
  transform: rotate(15deg);
}

.collection-pagination-container {
  grid-column-gap: 12px;
  justify-content: center;
  align-items: center;
  margin-top: 36px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.collection-arrow {
  width: 72px;
  height: 72px;
  min-width: 72px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.03);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: box-shadow 0.15s;
  display: flex;
}

.collection-arrow:hover {
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.12);
}

.collection-arrow-icon {
  width: 24px;
}

.collection-pagination {
  grid-column-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.collection-pagination-btn {
  width: 72px;
  height: 72px;
  min-width: 72px;
  color: #1d112c;
  text-align: center;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.03);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  transition: box-shadow 0.15s;
  display: flex;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0);
}

.collection-pagination-btn:hover {
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.12);
}

.collection-pagination-btn.active {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.12);
}

.collection-pagination-dots {
  width: 72px;
  height: 72px;
  min-width: 72px;
  color: #1d112c;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  display: flex;
}

.tag-window {
  z-index: 200;
  width: 100%;
  cursor: default;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 100%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.tag-wrapper {
  width: 100vw;
  color: #fff;
  background-color: #9039ff;
  margin-top: 16px;
  padding-top: 56px;
  padding-bottom: 56px;
}

.tag-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.tab-block {
  grid-column-gap: 4px;
  text-align: center;
  cursor: pointer;
  border: 2px solid rgba(255, 255, 255, 0.12);
  border-radius: 56px;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-weight: 600;
  transition: border-color 0.15s;
  display: flex;
}

.tab-block:hover {
  border-color: #fff;
}

.tag-number {
  font-size: 12px;
}

.tag-arrow {
  width: 20px;
  transform-origin: 50% 100%;
  margin-top: 3px;
  margin-left: -28px;
  position: absolute;
  top: 100%;
  bottom: auto;
  left: auto;
  right: auto;
}

.tag-container {
  width: 100vw;
  position: absolute;
  overflow: hidden;
}

.tag-chosen-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 4px;
  flex-wrap: wrap;
  align-content: flex-start;
  display: flex;
}

.tab-chosen-block {
  grid-column-gap: 10px;
  text-align: center;
  border: 2px solid rgba(0, 0, 0, 0.12);
  border-radius: 56px;
  justify-content: center;
  align-items: center;
  padding: 8px 20px 8px 10px;
  font-weight: 700;
  display: flex;
}

.tab-chosen-delete {
  width: 20px;
  min-width: 20px;
  cursor: pointer;
  transition: transform 0.1s;
}

.tab-chosen-delete:hover {
  transform: scale(1.2);
}

.tag-window-close,
.tag-block-mobile-btn {
  display: none;
}

.product-section-2 {
  padding-top: 28px;
  padding-bottom: 56px;
}

.product-section {
  padding-top: 16px;
  padding-bottom: 28px;
}

.login-line-v1 {
  width: 300vw;
  max-width: 300vw;
  margin-left: 200vw;
  position: absolute;
}

.login-line-v2 {
  width: 350vw;
  max-width: none;
  margin-left: 250vw;
  position: absolute;
}

.login-line-v3 {
  width: 300vw;
  max-width: none;
  margin-right: 200vw;
  position: absolute;
}

.product-container {
  width: 100%;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.product-link-navigation {
  grid-column-gap: 10px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.product-link-home {
  justify-content: center;
  align-items: center;
  display: flex;
}

.product-link-home-icon {
  width: 20px;
  display: block;
}

.product-link-arrow {
  width: 16px;
  display: block;
}

.product-link {
  font-size: 12px;
  font-weight: 600;
  line-height: 2;
}

.opacity-0-36 {
  opacity: 0.36;
}

.product-wrapper {
  grid-column-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 50% 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.product-gallery-container {
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}

.product-gallery-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-gallery-navigation {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.product-button-slide {
  width: 56px;
  height: 56px;
  opacity: 0.6;
  cursor: pointer;
  object-fit: cover;
  border: 2px solid rgba(125, 78, 249, 0);
  border-radius: 50%;
}

.product-gallery-arrow-wrapper {
  grid-column-gap: 8px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.product-gallery-arrow {
  width: 52px;
  height: 52px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.product-gallery-arrow-icon {
  width: 20px;
  display: block;
}

.product-block {
  grid-row-gap: 32px;
  border: 1px solid #000;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  padding: 56px;
  display: flex;
}

.product-block-headline {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.product-info {
  grid-row-gap: 24px;
  background-color: rgba(144, 57, 255, 0.12);
  border-radius: 12px;
  flex-direction: column;
  padding: 24px;
  display: flex;
}

.product-info-block {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.product-info-coin {
  width: 11px;
  margin-bottom: 2px;
  margin-left: 5px;
  margin-right: 5px;
}

.product-price {
  grid-column-gap: 5px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#9039ff, #d53e5c);
  -webkit-background-clip: text;
  background-clip: text;
  align-items: center;
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.product-price-coin {
  height: 32px;
}

.button-wrapper {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.button-large-dark {
  grid-column-gap: 16px;
  color: #fff;
  background-color: #9039ff;
  border-radius: 56px;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  transition:
    box-shadow 0.15s,
    background-color 0.15s;
  display: flex;
  box-shadow:
    inset 0 0 0 1px #7d4ef9,
    inset 0 0 0 2px rgba(255, 255, 255, 0.24);
}

.button-large-dark:hover {
  background-color: #572ecc;
}

.button-large-dark:active {
  background-color: #412299;
}

.violet-bg-color {
  background-color: #7d4ef9;
}

.violet-color {
  color: #7d4ef9;
}

.crimson-bg-color {
  background-color: #d53e5c;
}

.crimson-color {
  color: #d53e5c;
}

.button-medium-dark {
  grid-column-gap: 12px;
  color: #fff;
  background-color: #9039ff;
  border-radius: 56px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  transition:
    box-shadow 0.15s,
    background-color 0.15s;
  display: flex;
  box-shadow:
    inset 0 0 0 1px #7d4ef9,
    inset 0 0 0 2px rgba(255, 255, 255, 0.24);
}

.button-medium-dark:hover {
  background-color: #572ecc;
}

.button-medium-dark:active {
  background-color: #412299;
}

.button-small-dark {
  grid-column-gap: 8px;
  color: #fff;
  background-color: #9039ff;
  border-radius: 56px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  transition:
    box-shadow 0.15s,
    background-color 0.15s;
  display: flex;
  box-shadow:
    inset 0 0 0 1px #7d4ef9,
    inset 0 0 0 2px rgba(255, 255, 255, 0.24);
}

.button-small-dark:hover {
  background-color: #572ecc;
}

.button-small-dark:active {
  background-color: #412299;
}

.button-large-icon-dark {
  width: 64px;
  height: 64px;
  grid-column-gap: 16px;
  color: #fff;
  background-color: #9039ff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  transition:
    box-shadow 0.15s,
    background-color 0.15s;
  display: flex;
  box-shadow:
    inset 0 0 0 1px #7d4ef9,
    inset 0 0 0 2px rgba(255, 255, 255, 0.24);
}

.button-large-icon-dark:hover {
  background-color: #572ecc;
}

.button-large-icon-dark:active {
  background-color: #412299;
}

.button-medium-icon-dark {
  width: 56px;
  height: 56px;
  grid-column-gap: 16px;
  color: #fff;
  background-color: #9039ff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  transition:
    box-shadow 0.15s,
    background-color 0.15s;
  display: flex;
  box-shadow:
    inset 0 0 0 1px #7d4ef9,
    inset 0 0 0 2px rgba(255, 255, 255, 0.24);
}

.button-medium-icon-dark:hover {
  background-color: #572ecc;
}

.button-medium-icon-dark:active {
  background-color: #412299;
}

.button-small-icon-dark {
  width: 48px;
  height: 48px;
  grid-column-gap: 16px;
  color: #fff;
  background-color: #9039ff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  transition:
    box-shadow 0.15s,
    background-color 0.15s;
  display: flex;
  box-shadow:
    inset 0 0 0 1px #7d4ef9,
    inset 0 0 0 2px rgba(255, 255, 255, 0.24);
}

.button-small-icon-dark:hover {
  background-color: #572ecc;
}

.button-small-icon-dark:active {
  background-color: #412299;
}

.button-large-light {
  grid-column-gap: 16px;
  color: #9039ff;
  background-color: rgba(144, 57, 255, 0.12);
  border-radius: 56px;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  transition:
    box-shadow 0.15s,
    background-color 0.15s;
  display: flex;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.24);
}

.button-large-light:hover {
  background-color: rgba(144, 57, 255, 0.24);
}

.button-large-light:active {
  box-shadow:
    inset 0 0 0 1px #9039ff,
    inset 0 0 0 2px rgba(255, 255, 255, 0.24);
}

.button-medium-light {
  grid-column-gap: 12px;
  color: #9039ff;
  background-color: rgba(144, 57, 255, 0.12);
  border-radius: 56px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  transition:
    box-shadow 0.15s,
    background-color 0.15s;
  display: flex;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.24);
}

.button-medium-light:hover {
  background-color: rgba(144, 57, 255, 0.24);
}

.button-medium-light:active {
  box-shadow:
    inset 0 0 0 1px #9039ff,
    inset 0 0 0 2px rgba(255, 255, 255, 0.24);
}

.button-small-light {
  grid-column-gap: 8px;
  color: #9039ff;
  background-color: rgba(144, 57, 255, 0.12);
  border-radius: 56px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  transition:
    box-shadow 0.15s,
    background-color 0.15s;
  display: flex;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.24);
}

.button-small-light:hover {
  background-color: rgba(144, 57, 255, 0.24);
}

.button-small-light:active {
  box-shadow:
    inset 0 0 0 1px #9039ff,
    inset 0 0 0 2px rgba(255, 255, 255, 0.24);
}

.button-large-icon-light {
  width: 64px;
  height: 64px;
  grid-column-gap: 16px;
  color: #9039ff;
  background-color: rgba(144, 57, 255, 0.12);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  transition:
    box-shadow 0.15s,
    background-color 0.15s;
  display: flex;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.24);
}

.button-large-icon-light:hover {
  background-color: rgba(144, 57, 255, 0.24);
}

.button-large-icon-light:active {
  box-shadow:
    inset 0 0 0 1px #9039ff,
    inset 0 0 0 2px rgba(255, 255, 255, 0.24);
}

.button-medium-icon-light {
  width: 56px;
  height: 56px;
  grid-column-gap: 16px;
  color: #9039ff;
  background-color: rgba(144, 57, 255, 0.12);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  transition:
    box-shadow 0.15s,
    background-color 0.15s;
  display: flex;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.24);
}

.button-medium-icon-light:hover {
  background-color: rgba(144, 57, 255, 0.24);
}

.button-medium-icon-light:active {
  box-shadow:
    inset 0 0 0 1px #9039ff,
    inset 0 0 0 2px rgba(255, 255, 255, 0.24);
}

.button-small-icon-light {
  width: 48px;
  height: 48px;
  grid-column-gap: 16px;
  color: #9039ff;
  background-color: rgba(144, 57, 255, 0.12);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  transition:
    box-shadow 0.15s,
    background-color 0.15s;
  display: flex;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.24);
}

.button-small-icon-light:hover {
  background-color: rgba(144, 57, 255, 0.24);
}

.button-small-icon-light:active {
  box-shadow:
    inset 0 0 0 1px #9039ff,
    inset 0 0 0 2px rgba(255, 255, 255, 0.24);
}

.button-large-white {
  grid-column-gap: 16px;
  color: rgba(0, 0, 0, 0.8);
  background-color: #fff;
  border-radius: 56px;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  transition:
    box-shadow 0.15s,
    background-color 0.15s;
  display: flex;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0);
}

.button-large-white:hover {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.24);
}

.button-large-white:active {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.64);
}

.button-medium-white {
  grid-column-gap: 12px;
  color: rgba(0, 0, 0, 0.8);
  background-color: #fff;
  border-radius: 56px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  transition:
    box-shadow 0.15s,
    background-color 0.15s;
  display: flex;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0);
}

.button-medium-white:hover {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.24);
}

.button-medium-white:active {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.64);
}

.button-small-white {
  grid-column-gap: 8px;
  color: rgba(0, 0, 0, 0.8);
  background-color: #fff;
  border-radius: 56px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  transition:
    box-shadow 0.15s,
    background-color 0.15s;
  display: flex;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0);
}

.button-small-white:hover {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.24);
}

.button-small-white:active {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.64);
}

.button-large-icon-white {
  width: 64px;
  height: 64px;
  grid-column-gap: 16px;
  color: rgba(0, 0, 0, 0.8);
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  transition:
    box-shadow 0.15s,
    background-color 0.15s;
  display: flex;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0);
}

.button-large-icon-white:hover {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.24);
}

.button-large-icon-white:active {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.64);
}

.button-medium-icon-white {
  width: 56px;
  height: 56px;
  grid-column-gap: 16px;
  color: rgba(0, 0, 0, 0.8);
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  transition:
    box-shadow 0.15s,
    background-color 0.15s;
  display: flex;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0);
}

.button-medium-icon-white:hover {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.24);
}

.button-medium-icon-white:active {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.64);
}

.button-small-icon-white {
  width: 48px;
  height: 48px;
  grid-column-gap: 16px;
  color: rgba(0, 0, 0, 0.8);
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  transition:
    box-shadow 0.15s,
    background-color 0.15s;
  display: flex;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0);
}

.button-small-icon-white:hover {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.24);
}

.button-small-icon-white:active {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.64);
}

.product-info-button-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.product-faq-list {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.product-faq-item {
  background-color: rgba(0, 0, 0, 0.03);
  border-radius: 8px;
  overflow: hidden;
}

.product-faq-question {
  grid-column-gap: 10px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}

.product-faq-icon-div {
  width: 32px;
  height: 32px;
  min-width: 32px;
  background-color: rgba(0, 0, 0, 0.03);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.product-faq-icon {
  width: 16px;
  display: block;
}

.product-faq-answer {
  font-size: 14px;
  overflow: hidden;
}

.product-faq-answer-wrapper {
  padding-bottom: 16px;
  padding-left: 20px;
  padding-right: 20px;
}

.job-application-section {
  padding-top: 44px;
  padding-bottom: 56px;
  overflow: hidden;
}

.job-application-headline {
  grid-column-gap: 32px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.job-application-filter-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.job-application-switch-wrapper {
  grid-column-gap: 24px;
  align-items: center;
  display: flex;
}

.job-application-switch-block {
  grid-column-gap: 8px;
  cursor: pointer;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.job-application-switch {
  width: 40px;
  height: 20px;
  background-color: #000;
  border-radius: 20px;
  align-items: center;
  display: flex;
  position: relative;
  box-shadow: inset 0 0 0 1px #000;
}

.job-application-switch-ellipse {
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  right: 3px;
}

.job-application-wrapper {
  margin-top: 36px;
}

.application-window {
  z-index: 200;
  width: 100vw;
  height: 100vh;
  color: #000;
  cursor: default;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.application-window-bg {
  z-index: 0;
  width: 100vw;
  height: 100vh;
  opacity: 1;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: rgba(161, 161, 161, 0.4);
  justify-content: center;
  align-items: flex-start;
  padding-top: 194px;
  padding-bottom: 194px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: scroll;
}

.application-block {
  width: 100%;
  max-width: 574px;
  position: relative;
}

.application-block-top {
  grid-column-gap: 32px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.application-archive-button {
  grid-column-gap: 8px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}

.application-block-top-button-icon {
  width: 16px;
}

.application-block-name {
  grid-row-gap: 4px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.application-step-wrapper {
  grid-column-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 24px 1fr 24px 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.application-step-block {
  grid-column-gap: 4px;
  background-color: #f7f7f7;
  border-radius: 56px;
  justify-content: center;
  align-items: center;
  padding: 6px;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}

.application-step-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.application-step-arrow {
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.application-info {
  grid-row-gap: 24px;
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 12px;
  flex-direction: column;
  padding: 32px;
  display: flex;
}

.application-info-list {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.application-info-list-item {
  grid-column-gap: 8px;
  color: rgba(0, 0, 0, 0.56);
  align-items: center;
  font-weight: 600;
  display: flex;
}

.application-info-list-icon {
  width: 20px;
  height: 20px;
  min-width: 20px;
}

.application-open-window {
  z-index: 2;
  opacity: 0;
  cursor: pointer;
  background-color: rgba(144, 57, 255, 0.04);
  transition: opacity 0.15s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.application-open-window:hover {
  opacity: 1;
}

.archive-pop-up {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.archive-pop-up-block {
  grid-row-gap: 4px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.archive-pop-up-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hired-pop-up {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.hired-pop-up-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hired-pop-up-block {
  grid-row-gap: 4px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.application-back-button {
  grid-column-gap: 8px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}

.application-form-block {
  z-index: 10;
  width: 100%;
  background-color: #fff;
  border: 6px solid #f7f7f7;
  border-radius: 16px;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.application-form {
  grid-row-gap: 24px;
  background-color: #fff;
  flex-direction: column;
  padding: 56px;
  display: flex;
}

.shop-headline-button-wrapper {
  grid-column-gap: 4px;
  display: flex;
}

.edut-products-window {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  margin-top: 36px;
  margin-bottom: 0;
  overflow: visible;
}

.edit-products-container {
  z-index: 0;
  flex-direction: column;
  display: flex;
  position: relative;
}

.edit-products-title-bar {
  grid-column-gap: 8px;
  background-color: #f7f7f7;
  grid-template-rows: auto;
  grid-template-columns: 2.2fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 16px 24px;
  display: grid;
}

.edit-products-title-main {
  opacity: 0.56;
  align-items: center;
  display: flex;
}

.edit-products-title {
  opacity: 0.56;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.edit-products-item {
  grid-column-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 2.2fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  padding: 16px 24px;
  display: grid;
  position: relative;
}

.edit-products-block {
  z-index: 1;
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
  position: relative;
}

.edit-products-image {
  width: 56px;
  height: 56px;
  min-width: 56px;
  object-fit: cover;
}

.product-title {
  grid-row-gap: 4px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.edit-product-dropdown-toggle {
  grid-column-gap: 10px;
  color: rgba(0, 0, 0, 0.9);
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 4px 10px;
  font-weight: 600;
  display: flex;
}

.edit-product-dropdown-toggle.w--open {
  color: #fff;
  background-color: #000;
}

.edit-product-dropdown-icon {
  width: 20px;
  height: 20px;
  min-width: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.edit-product-dropdown-list {
  min-width: 280px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  flex-direction: column;
  margin-bottom: 8px;
  display: flex;
  bottom: 100%;
  right: 0;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.edit-product-dropdown-link {
  grid-column-gap: 12px;
  justify-content: space-between;
  align-items: center;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
}

.edit-product-dropdown-link:hover {
  background-color: rgba(0, 0, 0, 0.03);
}

.edit-product-dropdown-link-icon {
  width: 16px;
  height: 16px;
  min-width: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.edit-products-section {
  padding-top: 36px;
  padding-bottom: 56px;
}

.edit-product-settings-section {
  padding-top: 56px;
  padding-bottom: 56px;
}

.product-settings-form-block {
  width: 100%;
  max-width: 692px;
  background-color: #fff;
  border-radius: 16px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  box-shadow: 0 0 0 6px #f7f7f7;
}

.product-settings-form {
  grid-row-gap: 24px;
  flex-direction: column;
  padding: 56px;
  display: flex;
}

.product-settings-title {
  grid-column-gap: 16px;
  align-items: center;
  font-size: 24px;
  font-weight: 600;
  display: flex;
}

.product-settings-image {
  width: 56px;
  height: 56px;
  min-width: 56px;
  object-fit: cover;
  border-radius: 50%;
}

.product-settings-block {
  grid-row-gap: 24px;
  background-color: rgba(0, 0, 0, 0.03);
  border-radius: 12px;
  flex-direction: column;
  padding: 32px;
  display: flex;
}

.product-settings-label-block {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.product-settings-label-list {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.product-settings-headline {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.product-settings-gallery {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product-settings-slide-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

.product-settings-slide {
  background-color: #d9d9d9;
  border-radius: 12px;
  position: relative;
}

.product-settings-slide-delete {
  width: 20px;
  height: 20px;
  opacity: 0;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: box-shadow 0.1s;
  display: none;
  position: absolute;
  top: -10px;
  bottom: auto;
  left: auto;
  right: -10px;
}

.product-settings-slide-delete:hover {
  box-shadow: inset 0 0 0 1px #000;
}

.product-settings-slide-delete-icon {
  width: 12px;
  height: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dashboard-hero-section {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding-top: 24px;
  padding-bottom: 24px;
}

.dashboard-hero-block {
  grid-column-gap: 40px;
  align-items: center;
  display: flex;
}

.dashboard-hero-icon {
  width: 102px;
  height: 102px;
  min-width: 102px;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

.dashboard-hero-title {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.dashboard-hero-info {
  min-height: 20px;
  color: #3b4df9;
  text-align: center;
  background-color: rgba(59, 77, 249, 0.12);
  justify-content: center;
  align-items: center;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 12px;
  font-weight: 700;
  display: flex;
}

.dashboard-section-2 {
  padding-top: 24px;
  padding-bottom: 36px;
}

.dashboard-tabs {
  flex-direction: column;
  display: flex;
  top: -48px;
}

.dashboard-tabs-menu {
  align-items: center;
  display: flex;
}

.dashboard-button-wrapper {
  z-index: 10;
  grid-column-gap: 4px;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  display: flex;
  position: relative;
}

.dashboard-tab-link {
  min-height: 48px;
  color: rgba(0, 0, 0, 0.56);
  text-align: center;
  background-color: rgba(144, 57, 255, 0);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.dashboard-tab-link.w--current {
  color: #9039ff;
  background-color: rgba(144, 57, 255, 0.08);
}

.dashboard-tabs-container {
  margin-top: 36px;
}

.dashboard-window {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  margin-bottom: 0;
}

.dashboard-container {
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.dashboard-list-bar {
  grid-column-gap: 8px;
  background-color: #f7f7f7;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 16px 24px 16px 64px;
  display: grid;
  position: relative;
}

.dashboard-list-bar-block {
  opacity: 0.56;
  align-items: center;
  display: flex;
}

.dashboard-list-bar-icon {
  width: 24px;
  height: 24px;
  color: #000;
  cursor: pointer;
  background-color: rgba(144, 57, 255, 0);
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 32px;
  right: auto;
}

.dashboard-list-item {
  grid-column-gap: 8px;
  word-break: break-all;
  background-color: rgba(144, 57, 255, 0);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 16px 24px 16px 64px;
  display: grid;
  position: relative;
  box-shadow: 0 1px rgba(0, 0, 0, 0.06);
}

.dashboard-list-item-icon-active {
  width: 24px;
  height: 24px;
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 32px;
  right: auto;
}

.dashboard-list-item-block {
  grid-column-gap: 8px;
  color: rgba(0, 0, 0, 0.56);
  align-items: center;
  display: flex;
}

.dashboard-list-item-button {
  grid-column-gap: 10px;
  color: #000;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 4px 10px;
  font-weight: 600;
  display: flex;
}

.dashboard-list-item-button:hover {
  box-shadow: inset 0 0 0 1px #9039ff;
}

.dashboard-list-item-button-icon {
  width: 16px;
  height: 16px;
  min-width: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.add-recruiter-window {
  z-index: 200;
  width: 100vw;
  height: 100vh;
  color: #000;
  cursor: default;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.add-window-bg {
  z-index: 0;
  width: 100vw;
  height: 100vh;
  opacity: 1;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: rgba(161, 161, 161, 0.4);
  justify-content: center;
  align-items: flex-start;
  padding-top: 194px;
  padding-bottom: 194px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: scroll;
}

.add-block {
  width: 100%;
  max-width: 508px;
  position: relative;
}

.add-form-block {
  z-index: 10;
  width: 100%;
  background-color: #fff;
  border: 6px solid #f7f7f7;
  border-radius: 16px;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.add-form {
  grid-row-gap: 24px;
  background-color: #fff;
  flex-direction: column;
  padding: 56px;
  display: flex;
}

.add-block-top {
  grid-column-gap: 32px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.add-back-button {
  grid-column-gap: 8px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}

.add-block-top-button-icon {
  width: 16px;
}

.add-employees-window {
  z-index: 200;
  width: 100vw;
  height: 100vh;
  color: #000;
  cursor: default;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.employee-tabs-menu {
  background-color: rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 6px;
  display: grid;
}

.employee-tab-link {
  opacity: 0.56;
  text-align: center;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 12px 8px;
  font-weight: 600;
  display: flex;
}

.employee-tab-link.w--current {
  opacity: 1;
  background-color: #fff;
}

.employee-tabs-container {
  margin-top: 16px;
}

.employee-multiple-block {
  grid-row-gap: 4px;
  text-align: center;
  background-color: rgba(144, 57, 255, 0.04);
  border: 1px dashed #9039ff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 56px 24px;
  display: flex;
}

.employee-multiple-icon {
  width: 56px;
  height: 56px;
  background-color: rgba(144, 57, 255, 0.12);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.nav-profile-dropdown-block {
  min-width: 280px;
  position: absolute;
  top: 100%;
  right: 0;
  overflow: hidden;
}

.nav-profile-dropdown-link {
  grid-column-gap: 10px;
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 600;
  transition: background-color 0.15s;
  display: flex;
}

.nav-profile-dropdown-link:hover {
  background-color: rgba(0, 0, 0, 0.03);
}

.nav-profile-dropdown-icon {
  width: 16px;
  height: 16px;
  min-width: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-profile-dropdown-list {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  flex-direction: column;
  margin-top: 4px;
  display: flex;
  overflow: hidden;
}

.nav-profile-image-block {
  z-index: 100;
  position: relative;
}

.settings-section {
  padding-top: 36px;
}

.settings-form-block {
  width: 100%;
  max-width: 692px;
  background-color: #fff;
  border-radius: 16px;
  margin: 36px auto 0;
  overflow: hidden;
  box-shadow: 0 0 0 6px #f7f7f7;
}

.settings-form {
  grid-row-gap: 24px;
  flex-direction: column;
  padding: 56px;
  display: flex;
}

.settings-main-block {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.settings-main-icon {
  width: 56px;
  height: 56px;
  min-width: 56px;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

.settings-main-title {
  grid-row-gap: 2px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.settings-block {
  grid-row-gap: 24px;
  background-color: rgba(0, 0, 0, 0.03);
  border-radius: 12px;
  flex-direction: column;
  padding: 32px;
  display: flex;
}

.settings-main-info {
  min-height: 20px;
  color: #3b4df9;
  text-align: center;
  background-color: rgba(59, 77, 249, 0.12);
  justify-content: center;
  align-items: center;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 12px;
  font-weight: 700;
  display: flex;
}

.settings-label-list {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.settings-label-block {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.settings-headline {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.settings-headline-button-wrapper {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.settings-headline-delete-button {
  width: 56px;
  height: 56px;
  min-width: 56px;
  background-color: rgba(0, 0, 0, 0.06);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.24);
}

.settings-headline-delete-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.settings-label-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.settings-label-wrapper._3fr {
  grid-template-columns: 1fr 1fr 1fr;
}

.dashboard-profile-section-3 {
  z-index: 0;
  padding-top: 56px;
  padding-bottom: 56px;
  position: relative;
}

.dashboard-profile-hero-section {
  padding-top: 36px;
  padding-bottom: 36px;
}

.dashboard-profile-hero-block {
  grid-column-gap: 24px;
  align-items: center;
  display: flex;
}

.dashboard-profile-hero-avatar {
  width: 80px;
  height: 80px;
  min-width: 80px;
  color: #ff3939;
  text-align: center;
  background-color: rgba(255, 57, 57, 0.08);
  border: 1px solid rgba(255, 57, 57, 0.16);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  font-weight: 600;
  display: flex;
}

.dashboard-profile-hero-info {
  grid-column-gap: 10px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 8px;
  font-size: 20px;
  display: flex;
}

.form-block-container {
  width: 100%;
  position: relative;
}

.field-label {
  font-size: 14px;
  font-weight: 700;
}

.form-error-message {
  text-align: center;
  background-color: rgba(213, 62, 92, 0.12);
  padding: 56px;
  font-size: 18px;
  font-weight: 700;
  display: none;
}

.form-good-message {
  color: #fff;
  text-align: center;
  background-color: #7d4ef9;
  padding: 56px;
  font-size: 18px;
  font-weight: 700;
  display: none;
}

.form-warning-message {
  color: #d53e5c;
  text-align: center;
  background-color: rgba(213, 62, 92, 0.12);
  padding: 56px;
  font-size: 18px;
  font-weight: 700;
  display: none;
}

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

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

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

.reset-password-window {
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0.03);
  flex-direction: column;
  justify-content: center;
  padding-top: 254px;
  padding-bottom: 254px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.recruiters-dashboard-list-bar {
  grid-column-gap: 8px;
  background-color: #f7f7f7;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 16px 24px 16px 64px;
  display: grid;
  position: relative;
}

.recruiters-dashboard-list-item {
  grid-column-gap: 8px;
  word-break: break-all;
  background-color: rgba(144, 57, 255, 0);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 16px 24px 16px 64px;
  display: grid;
  position: relative;
  box-shadow: 0 1px rgba(0, 0, 0, 0.06);
}

.edit-employees-window {
  z-index: 200;
  width: 100vw;
  height: 100vh;
  color: #000;
  cursor: default;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.add-form-button-wrapper {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.edit-button {
  grid-column-gap: 10px;
  color: #000;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 4px 10px;
  font-weight: 600;
  display: flex;
}

.edit-button:hover {
  box-shadow: inset 0 0 0 1px #9039ff;
}

.edit-archive-button {
  grid-column-gap: 8px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}

.save-changes-button {
  grid-column-gap: 12px;
  color: #fff;
  background-color: #9039ff;
  border-radius: 56px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  transition:
    box-shadow 0.15s,
    background-color 0.15s;
  display: flex;
  box-shadow:
    inset 0 0 0 1px #7d4ef9,
    inset 0 0 0 2px rgba(255, 255, 255, 0.24);
}

.save-changes-button:hover {
  background-color: #572ecc;
}

.save-changes-button:active {
  background-color: #412299;
}

.dashboard-profile-hero-info-block {
  grid-column-gap: 4px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#9039ff, #d53e5c);
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.dashboard-profile-hero-info-icon {
  width: 12px;
}

.dashboard-profile-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f7f7f7;
  border-radius: 32px;
  margin-top: 36px;
  padding: 16px;
  display: flex;
}

.earnings-block {
  width: 100%;
  max-width: 320px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  padding: 34px;
  display: flex;
}

.earnings-headline {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.earnings-button-wrapper {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.dashboard-profile-container {
  grid-row-gap: 24px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  flex-direction: column;
  flex: 1;
  padding: 36px;
  display: flex;
}

.dashboard-profile-headline {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.dashboard-profile-button {
  grid-column-gap: 10px;
  background-color: rgba(29, 17, 44, 0.04);
  border-radius: 56px;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}

.dashboard-profile-button-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.dashboard-profile-list-container {
  border: 1px solid #f7f7f7;
  border-radius: 16px;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.dashboard-profile-title-bar {
  grid-column-gap: 8px;
  background-color: #f7f7f7;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  padding: 16px 24px;
  display: grid;
}

.dashboard-profile-item {
  grid-column-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  padding: 16px 24px;
  transition: background-color 0.2s;
  display: grid;
  position: relative;
}

.dashboard-profile-item:hover {
  background-color: rgba(144, 57, 255, 0.04);
}

.dashboard-profile-item:active {
  background-color: rgba(144, 57, 255, 0.08);
}

.dashboard-profile-list {
  flex-direction: column;
  display: flex;
}

.recruiter-orders-top-bar {
  grid-column-gap: 8px;
  background-color: rgba(0, 0, 0, 0.03);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 16px 32px;
  display: grid;
}

.recruiter-orders-list-item {
  grid-column-gap: 8px;
  color: rgba(0, 0, 0, 0.56);
  word-break: break-all;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  padding: 16px 32px;
  display: grid;
  position: relative;
  box-shadow: 0 1px rgba(0, 0, 0, 0.06);
}

.recruiter-orders-list {
  flex-direction: column;
  display: flex;
}

.order-status {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  padding: 4px 10px;
  font-weight: 600;
}

.order-status.created {
  color: #9039ff;
  background-color: rgba(144, 57, 255, 0.12);
}

.order-status.processing {
  color: #fff;
  background-color: #9039ff;
}

.order-status.shipped {
  color: #fff;
  background-color: #2d8f43;
}

.recruiter-orders-action-button {
  color: rgba(0, 0, 0, 0.9);
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  padding: 4px 10px;
  font-weight: 600;
}

.ordered-info-block {
  grid-column-gap: 12px;
  background-color: #f7f7f7;
  border: 1px solid rgba(144, 57, 255, 0.12);
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  margin-top: -8px;
  padding: 16px;
  display: flex;
}

.ordered-image {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

.ordered-info {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.ordered-info-coins {
  grid-column-gap: 4px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#9039ff, #d53e5c);
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.ordered-info-overview-icon {
  width: 24px;
  height: 24px;
  min-width: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.employee-orders-top-bar {
  grid-column-gap: 8px;
  background-color: rgba(0, 0, 0, 0.03);
  grid-template-rows: auto;
  grid-template-columns: 1fr 4fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 16px 32px;
  display: grid;
}

.employee-orders-list-item {
  grid-column-gap: 8px;
  color: rgba(0, 0, 0, 0.56);
  word-break: break-all;
  grid-template-rows: auto;
  grid-template-columns: 1fr 4fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  padding: 16px 32px;
  display: grid;
  position: relative;
  box-shadow: 0 1px rgba(0, 0, 0, 0.06);
}

.employee-orders-list {
  flex-direction: column;
  display: flex;
}

.employee-orders-container {
  grid-column-gap: 8px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  overflow: hidden;
}

.edit-employees-window-window-bg {
  z-index: 0;
  width: 100vw;
  height: 100vh;
  opacity: 1;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: rgba(161, 161, 161, 0.4);
  justify-content: center;
  align-items: flex-start;
  padding-top: 194px;
  padding-bottom: 194px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: scroll;
}

.edit-employees-block {
  width: 100%;
  max-width: 508px;
  position: relative;
}

.edit-employees-form-block {
  z-index: 10;
  width: 100%;
  background-color: #fff;
  border: 6px solid #f7f7f7;
  border-radius: 16px;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.text-field {
  min-height: 56px;
  border: 1.5px solid rgba(29, 17, 44, 0.12);
  border-radius: 10px;
  margin-bottom: 0;
  padding: 12px 16px;
}

.text-field:active,
.text-field:focus {
  border: 1.5px solid rgba(29, 17, 44, 0.12);
}

.new-product-settings-form-block {
  width: 100%;
  max-width: 692px;
  background-color: #fff;
  border-radius: 16px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  box-shadow: 0 0 0 6px #f7f7f7;
}

.select {
  min-height: 56px;
  background-color: #fff;
  background-image: url("../images/CaretDown.svg");
  background-position: 96%;
  background-repeat: no-repeat;
  background-size: 16px;
  border: 1.5px solid rgba(29, 17, 44, 0.12);
  border-radius: 10px;
  margin-bottom: 0;
  padding: 12px 16px;
}

.select:active,
.select:focus {
  border: 1.5px solid rgba(29, 17, 44, 0.12);
}

.checkout-section {
  padding-top: 36px;
  padding-bottom: 56px;
}

.checkout-form-block {
  width: 100%;
  max-width: 692px;
  background-color: #fff;
  border-radius: 16px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  box-shadow: 0 0 0 6px #f7f7f7;
}

.checkout-form {
  grid-row-gap: 24px;
  flex-direction: column;
  padding: 56px;
  display: flex;
}

.checkout-back-button {
  grid-column-gap: 8px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}

.checkout-back-button-icon {
  width: 16px;
}

.checkout-form-headline {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.checkout-info-block {
  grid-column-gap: 12px;
  background-color: #f7f7f7;
  border: 1px solid rgba(144, 57, 255, 0.12);
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  margin-top: -8px;
  padding: 16px;
  display: flex;
}

.checkout-image {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

.checkout-info-coins {
  grid-column-gap: 4px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#9039ff, #d53e5c);
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.checkout-info-coins-icon {
  width: 12px;
}

.checkout-block {
  grid-row-gap: 24px;
  background-color: rgba(0, 0, 0, 0.03);
  border-radius: 12px;
  flex-direction: column;
  padding: 32px;
  display: flex;
}

.checkout-headline {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.checkout-label-list {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.checkout-label-block {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.checkout-field-label {
  font-size: 14px;
  font-weight: 700;
}

.checkout-text-field {
  min-height: 56px;
  border: 1.5px solid rgba(29, 17, 44, 0.12);
  border-radius: 10px;
  margin-bottom: 0;
  padding: 12px 16px;
}

.checkout-text-field:active,
.checkout-text-field:focus {
  border: 1.5px solid rgba(29, 17, 44, 0.12);
}

.checkout-select {
  min-height: 56px;
  background-color: #fff;
  background-image: url("../images/CaretDown.svg");
  background-position: 96%;
  background-repeat: no-repeat;
  background-size: 16px;
  border: 1.5px solid rgba(29, 17, 44, 0.12);
  border-radius: 10px;
  margin-bottom: 0;
  padding: 12px 16px;
}

.checkout-select:active,
.checkout-select:focus {
  border: 1.5px solid rgba(29, 17, 44, 0.12);
}

.checkout-label-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.checkout-label-wrapper._3fr {
  grid-template-columns: 1fr 1fr 1fr;
}

.checkout-popup-window {
  z-index: 1000;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: rgba(161, 161, 161, 0.4);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.checkout-popup {
  width: 100%;
  max-width: 456px;
  grid-row-gap: 24px;
  text-align: center;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  padding: 32px;
  display: flex;
}

.checkout-popup-headline {
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.checkout-info-block-text {
  text-align: left;
  flex: 1;
}

.table_applications {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  box-shadow:
    0 1px 2px rgba(0, 0, 0, 0.1),
    0 1px 3px rgba(0, 0, 0, 0.1);
}

.table_columns_applications {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: start;
  display: grid;
}

.table_column_applications {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.table_column_cell {
  width: 100%;
  height: 38px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f7f7f7;
  border-top-left-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 16px;
  display: flex;
}

.table_column_header {
  color: #6b7280;
  text-transform: uppercase;
  font-family: Switzer, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}

.table_column_cell_content {
  width: 100%;
  height: 54px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px;
  display: flex;
}

.table_column_text {
  color: #626262;
  margin-right: 4px;
  font-family: Switzer, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  display: inline-block;
}

.table_column_cell_content-2 {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 16px;
  display: flex;
}

.table_column_cell_content-3 {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  padding: 16px;
  display: flex;
}

.table_column_applications-2 {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.table_column_cell-2 {
  width: 100%;
  height: 38px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f7f7f7;
  justify-content: flex-start;
  align-items: center;
  padding: 16px;
  display: flex;
}

.table_column_dates {
  color: #6b7280;
  font-family: Switzer, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.table_column_cell-3 {
  width: 100%;
  height: 38px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f7f7f7;
  border-top-right-radius: 8px;
  justify-content: flex-end;
  align-items: center;
  padding: 16px;
  display: flex;
}

.table_column_cell_content-4 {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-end;
  align-items: center;
  padding: 16px;
  display: flex;
}

.badge_new {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: rgba(255, 153, 0, 0.13);
  border-radius: 6px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 2px 10px;
  display: flex;
}

.badge_text_orange {
  color: #f90;
  text-align: center;
  font-family: Switzer, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
}

.table_column_cell_content-5 {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  justify-content: flex-end;
  align-items: center;
  padding: 16px;
  display: flex;
}

.badge_interviewed {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: rgba(144, 57, 255, 0.1);
  border-radius: 6px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 2px 10px;
  display: flex;
}

.badge_text_purple {
  color: #9039ff;
  text-align: center;
  font-family: Switzer, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
}

.badge_hired {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: rgba(30, 217, 127, 0.1);
  border-radius: 6px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 2px 10px;
  display: flex;
}

.badge_text_green {
  color: #119354;
  text-align: center;
  font-family: Switzer, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
}

.table_column_text_info {
  color: #626262;
  font-family: Switzer, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: underline;
}

.history_feed {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.history_feed_item {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.history_feed_content {
  width: 100%;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  padding-left: 12px;
  display: flex;
}

.history_feed_icon {
  width: 8px;
  height: 8px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 0.3;
  background-color: gray;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.history_feed_text_wrapper {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.history_feed_dimmed {
  color: #6b7280;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.history_feed_item-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.history_feed_text_info {
  color: #111827;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

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

  h4 {
    font-size: 32px;
  }

  h5 {
    font-size: 28px;
  }

  .margin-top-48px {
    margin-top: 2.5rem;
  }

  .margin-bottom-48px {
    margin-bottom: 2.5rem;
  }

  .margin-bottom-24px {
    margin-bottom: 1.25rem;
  }

  .vertical-div {
    position: relative;
  }

  .margin-top-40px {
    margin-top: 2rem;
  }

  .margin-top-32px {
    margin-top: 1.5rem;
  }

  .margin-bottom-56px {
    margin-bottom: 3rem;
  }

  .margin-bottom-40px {
    margin-bottom: 2rem;
  }

  .margin-top-56px {
    margin-top: 3rem;
  }

  .margin-bottom-32px {
    margin-bottom: 1.5rem;
  }

  .margin-top-24px {
    margin-top: 1.25rem;
  }

  .login-window {
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .form-wrapper {
    width: 100%;
  }

  .login-link-logo {
    margin-bottom: 56px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: auto;
    left: auto;
  }

  .nav-container {
    justify-content: space-between;
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
  }

  .brand {
    z-index: 20;
  }

  .nav-link {
    border-radius: 0;
    padding: 0;
    font-size: 20px;
  }

  .nav-link.w--current {
    background-image: none;
  }

  .nav-link-text {
    color: #fff;
  }

  .nav-link-block {
    border-radius: 0;
    padding: 0;
  }

  .nav-menu-wrapper {
    width: 100%;
    height: 100vh;
    grid-row-gap: 12px;
    background-color: rgba(255, 255, 255, 0);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 112px 5vw 36px;
    overflow: scroll;
  }

  .navbar {
    background-color: #fff;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .nav-profile {
    margin-left: auto;
  }

  .nav-profile-block {
    background-color: #fff;
  }

  .nav-profile-number {
    color: #fff;
  }

  .nav-profile-image {
    box-shadow: 0 0 0 1px #fff;
  }

  .job-offers-section {
    padding-top: 76px;
    padding-bottom: 0;
  }

  .job-offers-hero-employee {
    width: 100%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    display: flex;
    overflow: hidden;
  }

  .job-offers-hero-employee-block {
    z-index: 20;
    justify-content: flex-start;
    padding-left: 32px;
    padding-right: 32px;
    position: relative;
  }

  .job-offers-hero-animation-block {
    max-width: none;
    overflow: visible;
  }

  .job-offers-hero-line-wrapper {
    left: auto;
  }

  .job-offers-window {
    width: 100vw;
    border-left-style: none;
    border-right-style: none;
    border-radius: 0;
  }

  .list-filter {
    padding-left: 24px;
    padding-right: 24px;
  }

  .job-offers-container {
    width: 100vw;
    overflow: scroll;
  }

  .job-offers-title-bar,
  .job-offers-list {
    min-width: 920px;
  }

  .salary-block {
    flex-wrap: nowrap;
    padding: 8px 16px;
  }

  .earn-per-wrapper {
    flex-wrap: nowrap;
  }

  .earn-per-item {
    padding: 8px 12px;
  }

  .applications-item {
    flex-wrap: nowrap;
    padding: 8px 12px;
  }

  .no-job-offers-window {
    width: 100vw;
    border-left-style: none;
    border-right-style: none;
    border-radius: 0;
    padding: 56px 5vw;
  }

  .job-offers-fade {
    z-index: 5;
    background-image: linear-gradient(#f3f3f5 66%, rgba(243, 243, 245, 0));
    display: block;
    position: absolute;
    top: 0%;
    bottom: 260px;
    left: 0%;
    right: 0%;
  }

  .scroll-info {
    z-index: 50;
    grid-column-gap: 6px;
    text-align: center;
    text-transform: uppercase;
    background-color: #fff;
    border: 2px solid #ffc7f3;
    border-radius: 56px;
    justify-content: center;
    align-items: center;
    margin-left: -64px;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    position: fixed;
    bottom: 56px;
    left: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  }

  .scroll-icon {
    width: 16px;
    min-width: 16px;
    display: block;
  }

  .menu-button {
    z-index: 20;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: rgba(255, 255, 255, 0);
  }

  .menu-button-wrapper {
    width: 24px;
    height: 24px;
    flex-direction: column;
    justify-content: space-between;
    padding: 5px 2px;
    display: flex;
  }

  .menu-button-icon-top,
  .menu-button-icon-middle,
  .menu-button-icon-bottom {
    width: 100%;
    height: 2px;
    background-image: linear-gradient(to right, #9039ff, #d53e5c);
    border-radius: 8px;
    padding: 0;
  }

  .nav-menu {
    z-index: 10;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0);
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .nav-menu-bg {
    z-index: 1;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-image: linear-gradient(to right, #1d112c, rgba(29, 17, 44, 0.24));
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .navbar-border {
    height: 1px;
    opacity: 0;
    background-color: rgba(29, 17, 44, 0.06);
    padding: 0;
    display: block;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .job-offer-template-section {
    padding-top: 108px;
    padding-bottom: 36px;
  }

  .job-offer-template-wrapper {
    align-items: stretch;
  }

  .job-offer-template-headline,
  .job-offer-template-text,
  .job-offer-template-cv {
    width: auto;
  }

  .job-offer-template-apply {
    position: relative;
    top: auto;
  }

  .job-offer-template-apply-wrapper {
    width: auto;
    position: relative;
  }

  .job-offer-template-grid {
    grid-row-gap: 24px;
    flex-direction: column;
    display: flex;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .collection-number {
    background-color: #fff;
  }

  .tab-pane-wrapper {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .applications-container {
    min-width: 1164px;
    border-left-style: none;
    border-right-style: none;
    border-radius: 0;
  }

  .tab-pane {
    width: 100vw;
    margin-left: -5vw;
    overflow: scroll;
  }

  .shop-section {
    padding-top: 112px;
    padding-bottom: 36px;
  }

  .shop-filter-wrapper {
    flex-wrap: wrap;
  }

  .tag-block {
    z-index: 100;
    position: relative;
  }

  .tag-block:hover {
    color: #000;
    background-color: rgba(0, 0, 0, 0.04);
    background-image: url("../images/Hash.svg");
  }

  .shop-hero-icon-v1 {
    max-width: 152px;
  }

  .shop-hero-icon-v2 {
    max-width: 65.6641px;
  }

  .shop-hero-icon-v3 {
    max-width: 124px;
  }

  .shop-hero-icon-v5 {
    max-width: 114px;
  }

  .collection-pagination-container {
    grid-column-gap: 10px;
  }

  .collection-arrow {
    width: 56px;
    height: 56px;
    min-width: 56px;
  }

  .collection-arrow-icon {
    width: 20px;
  }

  .collection-pagination {
    grid-column-gap: 10px;
  }

  .collection-pagination-btn,
  .collection-pagination-dots {
    width: 56px;
    height: 56px;
    min-width: 56px;
    font-size: 18px;
  }

  .tag-window {
    width: 100vw;
    height: 0;
    background-color: #9039ff;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
    overflow: hidden;
  }

  .tag-wrapper {
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .tag-list {
    padding-right: 44px;
  }

  .tag-arrow {
    display: none;
  }

  .tag-container {
    width: 100%;
    height: 100vh;
    padding-top: 112px;
    padding-bottom: 36px;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: scroll;
  }

  .tag-window-close {
    z-index: 10;
    width: 32px;
    height: 32px;
    cursor: pointer;
    border: 2px solid #fff;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
    position: absolute;
    top: 112px;
    bottom: auto;
    left: auto;
    right: 5vw;
    transform: rotate(45deg);
  }

  .tag-window-close-icon-v1 {
    width: 16px;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
    padding: 0;
    position: absolute;
  }

  .tag-window-close-icon-v2 {
    width: 2px;
    height: 16px;
    background-color: #fff;
    border-radius: 4px;
    padding: 0;
    position: absolute;
  }

  .tag-block-mobile-btn {
    z-index: 10;
    border-radius: 100px;
    padding: 0;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .product-section {
    padding-top: 92px;
  }

  .product-wrapper {
    grid-row-gap: 16px;
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    display: flex;
  }

  .job-application-section {
    padding-top: 100px;
  }

  .job-application-filter-block {
    flex: 1;
  }

  .job-application-wrapper {
    width: 100vw;
    margin-left: -5vw;
    overflow: scroll;
  }

  .application-window-bg {
    padding-top: 0;
    padding-bottom: 0;
  }

  .edut-products-window {
    width: 100vw;
    border-left-style: none;
    border-right-style: none;
    border-radius: 0;
    margin-left: -5vw;
  }

  .edit-products-container {
    width: 100vw;
    overflow: scroll;
  }

  .edit-products-title-bar,
  .edit-products-list {
    min-width: 920px;
  }

  .edit-product-dropdown-list {
    margin-top: 2px;
    margin-bottom: 0;
    top: 100%;
    bottom: auto;
  }

  .edit-product-dropdown-link {
    padding: 8px 20px;
  }

  .edit-products-section {
    padding-top: 112px;
    padding-bottom: 0;
    overflow: hidden;
  }

  .edit-product-settings-section {
    padding-top: 112px;
  }

  .dashboard-hero-section {
    padding-top: 100px;
  }

  .dashboard-hero-block {
    grid-column-gap: 24px;
  }

  .dashboard-hero-icon {
    width: 80px;
    height: 80px;
    min-width: 80px;
  }

  .dashboard-section-2 {
    padding-bottom: 0;
  }

  .dashboard-tabs {
    align-items: center;
    margin-top: 36px;
    top: auto;
  }

  .dashboard-tabs-menu {
    width: 100%;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .dashboard-button-wrapper {
    grid-column-gap: 4px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    margin-left: 0;
    display: grid;
  }

  .dashboard-tabs-container {
    width: 100vw;
    margin-top: 16px;
  }

  .dashboard-tab-pane {
    width: 100%;
  }

  .dashboard-window {
    width: 100vw;
    border-left-style: none;
    border-right-style: none;
    border-radius: 0;
  }

  .dashboard-container {
    width: 100vw;
    overflow: scroll;
  }

  .dashboard-list-bar,
  .dashboard-list,
  .dashboard-list-item {
    min-width: 920px;
  }

  .add-window-bg {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .nav-profile-dropdown-block {
    width: 100vw;
    min-width: 0;
    margin-top: 16px;
    margin-right: -5vw;
    right: -38px;
  }

  .nav-profile-dropdown-link {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .nav-profile-dropdown-list {
    background-color: #fff;
    border-left-style: none;
    border-right-style: none;
    border-radius: 0;
    margin-top: 0;
  }

  .settings-section {
    padding-top: 104px;
  }

  .settings-main-block {
    grid-column-gap: 24px;
  }

  .dashboard-profile-hero-section {
    padding-top: 100px;
  }

  .reset-password-window {
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .recruiters-dashboard-list-bar,
  .recruiters-dashboard-list,
  .recruiters-dashboard-list-item {
    min-width: 920px;
  }

  .dashboard-profile-wrapper {
    flex-direction: column;
  }

  .earnings-block {
    max-width: none;
  }

  .employee-orders-container {
    min-width: 1000px;
    border-left-style: none;
    border-right-style: none;
    border-radius: 0;
  }

  .edit-employees-window-window-bg {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .new-product-settings-form-block {
    width: 100vw;
    max-width: none;
    box-shadow: none;
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 80px;
  }

  .checkout-section {
    padding-top: 104px;
    padding-bottom: 36px;
  }
}

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

  h3 {
    font-size: 36px;
  }

  .text-m {
    font-size: 0.875rem;
  }

  .text-xl {
    font-size: 1.125rem;
  }

  .text-xs {
    font-size: 0.625rem;
  }

  .text-s {
    font-size: 0.75rem;
  }

  .margin-top-48px {
    margin-top: 2rem;
  }

  .margin-top-16px {
    margin-top: 0.75rem;
  }

  .margin-bottom-48px {
    margin-bottom: 2rem;
  }

  .margin-bottom-24px {
    margin-bottom: 1rem;
  }

  .margin-top-40px {
    margin-top: 1.5rem;
  }

  .margin-top-32px {
    margin-top: 1.25rem;
  }

  .margin-bottom-56px {
    margin-bottom: 2.5rem;
  }

  .margin-bottom-40px {
    margin-bottom: 1.5rem;
  }

  .margin-top-56px {
    margin-top: 2.5rem;
  }

  .margin-bottom-32px {
    margin-bottom: 1.25rem;
  }

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

  .margin-top-24px {
    margin-top: 1rem;
  }

  .margin-bottom-16px {
    margin-bottom: 0.75rem;
  }

  .text-l {
    font-size: 1rem;
  }

  .form-block {
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background-color: rgba(255, 255, 255, 0);
    overflow: scroll;
  }

  .form {
    background-color: rgba(255, 255, 255, 0);
  }

  .nav-container {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .logo {
    width: 96px;
  }

  .nav-profile {
    right: -4px;
  }

  .nav-profile-block {
    grid-column-gap: 3px;
    padding: 4px 12px;
    font-size: 14px;
  }

  .nav-profile-image {
    width: 36px;
    height: 36px;
    min-width: 36px;
  }

  .job-offers-section {
    padding-top: 56px;
  }

  .job-offers-hero-employee {
    flex-direction: column;
    display: flex;
  }

  .job-offers-hero-employee-block {
    grid-row-gap: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .job-offers-hero-animation-block {
    min-height: 280px;
  }

  .job-offers-hero-line-wrapper {
    left: auto;
  }

  .list-filter {
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: stretch;
    padding: 16px 5vw;
  }

  .search-field {
    width: 100%;
    max-width: 320px;
    background-position: 16px;
    background-size: 20px;
    padding-left: 44px;
    padding-right: 16px;
  }

  .filters-block {
    background-position: 16px;
    background-size: 20px;
    padding-left: 44px;
    padding-right: 16px;
  }

  .dropdown-toggle {
    padding-left: 16px;
    padding-right: 16px;
  }

  .job-offers-title-bar {
    padding: 12px 5vw;
    font-size: 14px;
  }

  .job-offers-item {
    padding-left: 5vw;
    padding-right: 5vw;
    font-size: 14px;
  }

  .offer-block {
    grid-column-gap: 12px;
  }

  .offer-icon-div {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }

  .offer-icon {
    width: 20px;
    height: 20px;
  }

  .offer-title {
    grid-row-gap: 2px;
  }

  .earn-per-icon {
    width: 10px;
    min-width: 10px;
  }

  .applications-icon {
    width: 16px;
    min-width: 16px;
  }

  .no-job-offers-window {
    padding: 5vw;
  }

  .job-offers-fade {
    bottom: 210px;
  }

  .dropdown {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-profile-icon {
    width: 9px;
  }

  .job-offers-hero-recruiter {
    grid-row-gap: 16px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .button {
    width: 100%;
    max-width: none;
    padding: 12px 36px;
  }

  .job-offer-template-section {
    padding-top: 88px;
  }

  .job-offer-template-wrapper {
    grid-row-gap: 24px;
  }

  .job-offer-template-headline {
    grid-row-gap: 12px;
  }

  .job-offer-template-text {
    grid-row-gap: 16px;
    font-size: 18px;
  }

  .job-offer-template-cv {
    padding: 24px;
    font-size: 18px;
  }

  .job-offer-template-apply {
    grid-row-gap: 24px;
    padding: 24px;
  }

  .job-offer-template-apply-block {
    grid-row-gap: 6px;
  }

  .apply-earn-per-item {
    grid-row-gap: 2px;
  }

  .apply-earn-per-headline {
    grid-column-gap: 2px;
    font-size: 20px;
  }

  .apply-earn-per-icon {
    width: 13px;
    min-width: 13px;
  }

  .job-offer-template-grid {
    grid-row-gap: 16px;
    border-radius: 16px;
    padding: 16px;
  }

  .job-offer-template-grid-block {
    grid-row-gap: 16px;
    padding: 24px;
  }

  .job-offer-template-section-2 {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .collection-item-block {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .collection-item-text {
    max-width: none;
    min-width: 0%;
  }

  .collection-number {
    grid-column-gap: 3px;
    padding: 4px 12px;
    font-size: 14px;
  }

  .back-button {
    margin-bottom: 16px;
  }

  .shop-section {
    padding-top: 92px;
  }

  .shop-headline {
    grid-row-gap: 16px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .shop-filter-bar {
    margin-bottom: 24px;
  }

  .dropdown-list-container {
    right: auto;
  }

  .tag-block {
    background-position: 16px;
    background-size: 20px;
    padding-left: 44px;
    padding-right: 16px;
  }

  .collection-pagination-container {
    grid-column-gap: 8px;
  }

  .collection-arrow {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }

  .collection-arrow-icon {
    width: 18px;
  }

  .collection-pagination {
    grid-column-gap: 8px;
  }

  .collection-pagination-btn,
  .collection-pagination-dots {
    width: 40px;
    height: 40px;
    min-width: 40px;
    font-size: 16px;
  }

  .tag-container {
    padding-top: 92px;
  }

  .product-section {
    padding-top: 72px;
  }

  .login-line-v1 {
    height: 40vh;
    position: fixed;
    top: 30vh;
  }

  .login-line-v2 {
    height: 50vh;
    position: fixed;
    top: 25vh;
  }

  .login-line-v3 {
    height: 40vh;
    position: fixed;
    top: 25vh;
  }

  .product-gallery-navigation-carousel {
    display: none;
  }

  .product-gallery-arrow-wrapper {
    flex: 1;
  }

  .product-gallery-arrow {
    width: 44px;
    height: 44px;
  }

  .product-block {
    grid-row-gap: 24px;
    padding: 32px;
  }

  .job-application-section {
    padding-top: 80px;
  }

  .job-application-headline {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .job-application-filter-block {
    flex-direction: column;
    align-items: stretch;
  }

  .job-application-switch-wrapper {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .application-window-bg {
    padding-top: 0;
    padding-bottom: 0;
  }

  .application-block {
    height: 100%;
    justify-content: center;
    display: flex;
  }

  .application-form-block {
    word-break: normal;
    background-color: #fff;
    border-style: none;
    border-radius: 0;
    overflow: scroll;
  }

  .application-form {
    background-color: rgba(255, 255, 255, 0);
    padding-left: 32px;
    padding-right: 32px;
  }

  .edit-products-title-bar {
    padding: 12px 5vw;
    font-size: 14px;
  }

  .edit-products-item {
    padding-left: 5vw;
    padding-right: 5vw;
    font-size: 14px;
  }

  .edit-products-block {
    grid-column-gap: 12px;
  }

  .product-title {
    grid-row-gap: 2px;
  }

  .edit-products-section {
    padding-top: 92px;
  }

  .edit-product-settings-section {
    padding-top: 56px;
    padding-bottom: 0;
  }

  .product-settings-form-block {
    width: 100vw;
    max-width: none;
    box-shadow: none;
    border-radius: 0;
    margin-left: -5vw;
    margin-right: 0;
  }

  .product-settings-form {
    padding: 36px 5vw;
  }

  .dashboard-hero-section {
    padding-top: 80px;
  }

  .dashboard-hero-icon {
    width: 64px;
    height: 64px;
    min-width: 64px;
  }

  .dashboard-tab-link {
    font-size: 18px;
  }

  .dashboard-list-bar,
  .dashboard-list-item {
    padding: 12px 5vw;
    font-size: 14px;
  }

  .add-window-bg {
    padding-top: 0;
    padding-bottom: 0;
  }

  .add-block {
    height: 100%;
    justify-content: center;
    display: flex;
  }

  .add-form-block {
    word-break: normal;
    background-color: #fff;
    border-style: none;
    border-radius: 0;
    overflow: scroll;
  }

  .add-form {
    background-color: rgba(255, 255, 255, 0);
    padding-left: 32px;
    padding-right: 32px;
  }

  .nav-profile-dropdown-block {
    margin-top: 10px;
    right: -36px;
  }

  .settings-section {
    padding-top: 92px;
  }

  .settings-form-block {
    width: 100vw;
    max-width: none;
    box-shadow: none;
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .settings-form {
    padding: 36px 5vw;
  }

  .dashboard-profile-section-3 {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .dashboard-profile-hero-section {
    padding-top: 80px;
  }

  .dashboard-profile-hero-info {
    font-size: 18px;
  }

  .recruiters-dashboard-list-bar,
  .recruiters-dashboard-list-item {
    padding: 12px 5vw;
    font-size: 14px;
  }

  .earnings-block {
    padding: 24px;
  }

  .earnings-headline {
    grid-row-gap: 4px;
  }

  .dashboard-profile-container {
    padding: 24px;
  }

  .dashboard-profile-title-bar {
    padding: 12px 5vw;
    font-size: 14px;
  }

  .dashboard-profile-item {
    padding-left: 5vw;
    padding-right: 5vw;
    font-size: 14px;
  }

  .edit-employees-window-window-bg {
    padding-top: 0;
    padding-bottom: 0;
  }

  .edit-employees-block {
    height: 100%;
    justify-content: center;
    display: flex;
  }

  .edit-employees-form-block {
    word-break: normal;
    background-color: #fff;
    border-style: none;
    border-radius: 0;
    overflow: scroll;
  }

  .new-product-settings-form-block {
    padding-top: 56px;
  }

  .checkout-section {
    padding-top: 92px;
    padding-bottom: 0;
  }

  .checkout-form-block {
    width: 100vw;
    max-width: none;
    box-shadow: none;
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .checkout-form {
    padding: 36px 5vw;
  }

  .checkout-popup {
    height: 100vh;
    max-width: none;
    padding-top: 56px;
    padding-bottom: 56px;
  }
}

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

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 24px;
  }

  h6 {
    font-size: 20px;
  }

  label {
    font-size: 13px;
  }

  .margin-top-48px {
    margin-top: 1.5rem;
  }

  .margin-bottom-48px {
    margin-bottom: 1.5rem;
  }

  .margin-top-container,
  .margin-bottom-container {
    grid-template-columns: 1fr 1fr;
  }

  .margin-top-40px {
    margin-top: 1.25rem;
  }

  .margin-top-32px {
    margin-top: 1.125rem;
  }

  .margin-bottom-56px {
    margin-bottom: 2rem;
  }

  .margin-bottom-40px {
    margin-bottom: 1.25rem;
  }

  .margin-top-56px {
    margin-top: 2rem;
  }

  .margin-bottom-32px {
    margin-bottom: 1.125rem;
  }

  .form {
    padding: 24px;
  }

  .form-field-wrapper {
    grid-row-gap: 12px;
  }

  .form-field-block {
    grid-row-gap: 4px;
  }

  .nav-container {
    grid-column-gap: 12px;
  }

  .nav-profile {
    grid-column-gap: 6px;
  }

  .job-offers-hero-employee-block {
    padding: 32px 16px;
  }

  .job-offers-hero-animation-block {
    min-height: 240px;
  }

  .job-offers-hero-animation-item {
    padding: 12px 16px;
  }

  .job-offers-hero-animation-photo {
    width: 48px;
    height: 48px;
    min-width: 48px;
  }

  .job-offers-hero-animation-checked {
    width: 32px;
    height: 32px;
    background-size: 14px;
  }

  .job-offers-hero-line-v1,
  .job-offers-hero-line-v2,
  .job-offers-hero-line-v3 {
    max-width: none;
  }

  .filters-block {
    justify-content: flex-start;
  }

  .filters-wrapper {
    grid-row-gap: 8px;
    flex-flow: column wrap;
    align-items: stretch;
  }

  .dropdown-toggle {
    justify-content: flex-start;
  }

  .no-job-offers-block {
    grid-row-gap: 16px;
    padding: 16px;
  }

  .job-offer-template-info {
    grid-row-gap: 8px;
    flex-direction: column;
    display: flex;
  }

  .job-offer-apply-link-other {
    width: 100%;
    height: 40px;
  }

  .job-offer-template-grid-block {
    padding: 16px;
  }

  .collection-headline {
    grid-row-gap: 12px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

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

  .cv-link {
    word-break: normal;
  }

  .shop-filter-wrapper {
    grid-row-gap: 8px;
    flex-direction: column;
  }

  .dropdown-icon {
    margin-left: auto;
  }

  .dropdown-list-container {
    width: 90vw;
    min-width: 0;
    background-color: #fff;
  }

  .tag-block {
    justify-content: flex-start;
  }

  .shop-hero-icon-v4 {
    width: 50%;
    max-width: 164px;
    top: 22%;
  }

  .shop-hero-icon-v5 {
    top: 22%;
  }

  .collection-pagination-container {
    max-width: 100%;
    grid-column-gap: 4px;
    justify-content: flex-start;
  }

  .collection-arrow {
    width: 32px;
    height: 32px;
    min-width: 32px;
  }

  .collection-arrow-icon {
    width: 14px;
  }

  .collection-pagination {
    grid-column-gap: 4px;
    justify-content: flex-start;
    overflow: scroll;
  }

  .collection-pagination-btn,
  .collection-pagination-dots {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 14px;
  }

  .tag-wrapper {
    overflow: scroll;
  }

  .product-gallery-navigation {
    bottom: 16px;
    left: 16px;
    right: 16px;
  }

  .product-gallery-arrow {
    width: 36px;
    height: 36px;
  }

  .product-block {
    grid-row-gap: 16px;
    padding: 16px;
  }

  .product-block-headline {
    grid-row-gap: 4px;
  }

  .product-info {
    grid-row-gap: 16px;
    padding: 16px;
  }

  .product-faq-question {
    padding: 12px 16px;
  }

  .product-faq-icon-div {
    width: 24px;
    height: 24px;
    min-width: 24px;
  }

  .product-faq-icon {
    width: 14px;
  }

  .product-faq-answer-wrapper {
    padding-bottom: 12px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .application-block-name {
    word-break: normal;
  }

  .application-step-wrapper {
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .application-step-block {
    width: 100%;
  }

  .application-step-arrow {
    transform: rotate(90deg);
  }

  .application-info {
    grid-row-gap: 16px;
    padding: 16px;
  }

  .application-info-list {
    word-break: break-all;
  }

  .application-info-list-item {
    grid-column-gap: 4px;
    font-size: 14px;
  }

  .application-info-list-icon {
    width: 18px;
    height: 18px;
    min-width: 18px;
  }

  .application-form {
    grid-row-gap: 20px;
    padding: 36px 24px;
  }

  .shop-headline-button-wrapper {
    width: 100%;
    grid-row-gap: 4px;
    flex-direction: column;
  }

  .edit-product-dropdown-list {
    width: 80vw;
    max-width: 90vw;
    min-width: 0;
  }

  .product-settings-block {
    grid-row-gap: 20px;
    padding: 24px 16px;
  }

  .product-settings-headline {
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .product-settings-gallery {
    grid-template-columns: 1fr 1fr;
  }

  .dashboard-hero-block {
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
  }

  .dashboard-hero-title {
    grid-row-gap: 2px;
  }

  .dashboard-tabs {
    margin-top: 32px;
  }

  .dashboard-tabs-menu {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .dashboard-button-wrapper {
    grid-row-gap: 4px;
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .add-form {
    grid-row-gap: 20px;
    padding: 36px 24px;
  }

  .nav-profile-dropdown-block {
    right: -32px;
  }

  .settings-main-block {
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
  }

  .settings-main-title {
    grid-row-gap: 2px;
  }

  .settings-block {
    grid-row-gap: 20px;
    padding: 24px 16px;
  }

  .settings-headline {
    grid-row-gap: 8px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .settings-headline-button-wrapper {
    grid-row-gap: 4px;
    flex-direction: column;
    align-items: stretch;
  }

  .settings-headline-delete-button {
    width: 100%;
    height: 44px;
    min-width: 44px;
    border-radius: 56px;
  }

  .settings-label-wrapper._3fr {
    grid-template-columns: 1fr;
  }

  .dashboard-profile-hero-section {
    padding-bottom: 0;
  }

  .dashboard-profile-hero-block {
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
  }

  .dashboard-profile-hero-info {
    font-size: 16px;
  }

  .form-error-message,
  .form-good-message,
  .form-warning-message {
    padding: 24px;
    font-size: 16px;
  }

  .dashboard-profile-wrapper {
    width: 100vw;
    border-radius: 0;
    margin-top: 24px;
    margin-left: -5vw;
    padding: 0;
  }

  .earnings-block {
    border-radius: 0;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .dashboard-profile-container {
    border-radius: 0;
    padding-bottom: 0;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .dashboard-profile-headline {
    grid-row-gap: 8px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .dashboard-profile-list-container {
    width: 100vw;
    border-style: none;
    border-radius: 0;
    margin-left: -5vw;
    overflow: scroll;
  }

  .dashboard-profile-title-bar {
    min-width: 478px;
  }

  .dashboard-profile-item {
    min-width: 480px;
  }

  .checkout-block {
    grid-row-gap: 20px;
    padding: 24px 16px;
  }

  .checkout-headline {
    grid-row-gap: 8px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .checkout-label-wrapper._3fr {
    grid-template-columns: 1fr;
  }

  .checkout-popup {
    padding-left: 24px;
    padding-right: 24px;
  }
}

#w-node-b2973148-d7a2-5c49-c72a-519495d68c18-8346e0b1,
#w-node-b9d2f7d7-31e2-7ff2-812f-3169178b3840-8346e0b1,
#w-node-_3fc9d9d1-76e3-cc9c-14b5-d0054af3ccb6-8346e0b1,
#w-node-ad0e5084-21bc-30cc-d662-97975858e905-84934651,
#w-node-_56703475-691d-eb13-22eb-ff8cb41ccece-84934651,
#w-node-e165c555-1373-355a-55e9-63573f611b2f-84934651,
#w-node-_3ffea8f8-5aca-7ee9-0f95-4c894a0dfb9e-84934651,
#w-node-_6c75f0be-ffaf-acab-57f3-b98cda2ea157-84934651,
#w-node-ad0e5084-21bc-30cc-d662-97975858e92c-84934651,
#w-node-_52f615d6-8d66-06ff-4ab7-ce916e07e8eb-997bac8b,
#w-node-_52f615d6-8d66-06ff-4ab7-ce916e07e8ec-997bac8b,
#w-node-_52f615d6-8d66-06ff-4ab7-ce916e07e8ed-997bac8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a7016a61-0b95-69e7-7f43-3ca1b0ec52b8-26639399 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#jobOffersSwiper.w-node-ec5c8c63-6cc2-d67b-214c-dde1cc7ccc48-26639399,
#w-node-_4f4271d0-5394-6d1d-0021-d359c7d9e0ea-26639399,
#w-node-a9543cd3-462e-3550-834f-ff703f93a46a-26639399,
#w-node-_0f472f72-0c7e-9e01-6cb7-a309075db7cd-26639399,
#w-node-_2fc10df8-7d9e-cc3d-0d23-8cbbe5f886a1-26639399,
#w-node-de52eabc-5cf3-4ae2-ab0f-cebd46bea26e-26639399,
#w-node-f6305743-3b9b-c2d7-b2be-3ac990b45606-26639399,
#w-node-_1de65a1b-6a82-364e-5072-4f893f5c4e3d-26639399,
#w-node-eb68f369-12e8-9b6a-e6fb-28963af511d8-26639399,
#w-node-_5234dd47-923f-2151-3deb-ce3e77f8f787-26639399,
#w-node-_6a825c58-f2f8-2c8f-21b6-1832dff460a5-26639399 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3df5ae41-3d32-ff57-097d-fcad87fddf96-87fddf92 {
  justify-self: start;
}

#w-node-_3df5ae41-3d32-ff57-097d-fcad87fddfae-87fddf92 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_4f4271d0-5394-6d1d-0021-d359c7d9e0ea-9e159c38,
#w-node-a9543cd3-462e-3550-834f-ff703f93a46a-9e159c38,
#w-node-_0f472f72-0c7e-9e01-6cb7-a309075db7cd-9e159c38,
#w-node-_2fc10df8-7d9e-cc3d-0d23-8cbbe5f886a1-9e159c38,
#w-node-_48850cbb-7a0a-a6bd-cbb6-808d27a1742e-9e159c38,
#w-node-_48850cbb-7a0a-a6bd-cbb6-808d27a17438-9e159c38,
#w-node-_48850cbb-7a0a-a6bd-cbb6-808d27a17441-9e159c38,
#w-node-_48850cbb-7a0a-a6bd-cbb6-808d27a1744f-9e159c38,
#w-node-_48850cbb-7a0a-a6bd-cbb6-808d27a17450-9e159c38,
#w-node-_48850cbb-7a0a-a6bd-cbb6-808d27a17454-9e159c38,
#w-node-_021b2e0c-0ea1-acdc-4761-3fbc671f1b11-00d98f72,
#w-node-_021b2e0c-0ea1-acdc-4761-3fbc671f1b12-00d98f72,
#w-node-_021b2e0c-0ea1-acdc-4761-3fbc671f1b13-00d98f72,
#w-node-_65fde4eb-a07e-4502-6c5a-18c31b573cc3-6fc5fc9f,
#w-node-_65fde4eb-a07e-4502-6c5a-18c31b573cda-6fc5fc9f,
#w-node-_65fde4eb-a07e-4502-6c5a-18c31b573cdf-6fc5fc9f,
#w-node-_9af957ab-134b-dd59-8384-aa8919cd8614-6fc5fc9f,
#w-node-_65fde4eb-a07e-4502-6c5a-18c31b573cc3-404563cc,
#w-node-_65fde4eb-a07e-4502-6c5a-18c31b573cda-404563cc,
#w-node-_65fde4eb-a07e-4502-6c5a-18c31b573cdf-404563cc,
#w-node-_9af957ab-134b-dd59-8384-aa8919cd8614-404563cc,
#w-node-e77e94ed-842b-0cb9-3689-db3c4308e826-404563cc,
#w-node-fe42df55-e690-b93f-d3da-d7ccccbf2120-404563cc,
#w-node-_65fde4eb-a07e-4502-6c5a-18c31b573cc3-c3c4e5ce,
#w-node-_65fde4eb-a07e-4502-6c5a-18c31b573cda-c3c4e5ce,
#w-node-_65fde4eb-a07e-4502-6c5a-18c31b573cdf-c3c4e5ce,
#w-node-_9af957ab-134b-dd59-8384-aa8919cd8614-c3c4e5ce,
#w-node-e77e94ed-842b-0cb9-3689-db3c4308e826-c3c4e5ce,
#w-node-fe42df55-e690-b93f-d3da-d7ccccbf2120-c3c4e5ce,
#w-node-_8db353e0-2855-44b5-0b4b-2d6a1ab94c3b-c3c4e5ce,
#w-node-ffe41b77-9c5d-a7eb-5e9f-c6677189906a-c3c4e5ce,
#w-node-_54919217-da46-955f-59aa-56f5a8dd4384-c3c4e5ce,
#w-node-dd393723-0bc9-d95c-4bb7-9ea398f7f51a-c3c4e5ce,
#w-node-_5fba6779-a7eb-3b8b-4bfb-c87faf3f486a-c3c4e5ce,
#w-node-_75a8098f-e079-29bc-2a0b-92b478b5b05e-c3c4e5ce,
#w-node-_9cb7d883-7ca4-5217-c2cd-5b5acc1c6058-c3c4e5ce,
#w-node-_9cb7d883-7ca4-5217-c2cd-5b5acc1c605a-c3c4e5ce,
#w-node-_9cb7d883-7ca4-5217-c2cd-5b5acc1c605c-c3c4e5ce,
#w-node-_9cb7d883-7ca4-5217-c2cd-5b5acc1c6061-c3c4e5ce,
#w-node-_9cb7d883-7ca4-5217-c2cd-5b5acc1c60c6-c3c4e5ce,
#w-node-_25ee0688-39a9-230b-7c40-0bdaa4f224e7-c3c4e5ce,
#w-node-_186d1a84-23c1-ce04-34cf-03726eb06d66-c3c4e5ce,
#w-node-a888a762-ed4c-1234-5d71-cd71557414a6-c3c4e5ce,
#w-node-b0165c7a-53c5-b84b-1e3c-f62808397811-c3c4e5ce,
#w-node-_9cb7d883-7ca4-5217-c2cd-5b5acc1c6065-c3c4e5ce,
#w-node-_9cb7d883-7ca4-5217-c2cd-5b5acc1c607c-c3c4e5ce,
#w-node-_9cb7d883-7ca4-5217-c2cd-5b5acc1c6081-c3c4e5ce,
#w-node-_9cb7d883-7ca4-5217-c2cd-5b5acc1c6086-c3c4e5ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-abb260f6-d42b-3e94-3ca9-5b87c2276e72-72108d31 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-f8949d99-8775-b25f-f9df-bf46ade4e96f-61182909,
#w-node-a620447e-262e-0deb-5688-c7ab7db07b57-61182909,
#w-node-_82825bec-38ed-0268-d81a-377ae6055fa4-4b4923c5,
#w-node-_82825bec-38ed-0268-d81a-377ae6055fa5-4b4923c5,
#w-node-_82825bec-38ed-0268-d81a-377ae6055fa8-4b4923c5,
#w-node-_82825bec-38ed-0268-d81a-377ae6055fab-4b4923c5,
#w-node-_82825bec-38ed-0268-d81a-377ae6055fae-4b4923c5,
#w-node-_82825bec-38ed-0268-d81a-377ae6055fb1-4b4923c5,
#w-node-_3b5ca46d-66eb-bc09-acb1-f70f4a0a39b8-4b4923c5,
#w-node-_3b5ca46d-66eb-bc09-acb1-f70f4a0a39ba-4b4923c5,
#w-node-_3b5ca46d-66eb-bc09-acb1-f70f4a0a39bc-4b4923c5,
#w-node-_3b5ca46d-66eb-bc09-acb1-f70f4a0a39c1-4b4923c5,
#w-node-_3b5ca46d-66eb-bc09-acb1-f70f4a0a3a26-4b4923c5,
#w-node-_3b5ca46d-66eb-bc09-acb1-f70f4a0a39c5-4b4923c5,
#w-node-_3b5ca46d-66eb-bc09-acb1-f70f4a0a39dc-4b4923c5,
#w-node-_3b5ca46d-66eb-bc09-acb1-f70f4a0a39e1-4b4923c5,
#w-node-_3b5ca46d-66eb-bc09-acb1-f70f4a0a39e6-4b4923c5,
#w-node-fa909376-19e0-6326-6c65-5403ff8cbd3a-6531c26c,
#w-node-fa909376-19e0-6326-6c65-5403ff8cbd3d-6531c26c,
#w-node-fa909376-19e0-6326-6c65-5403ff8cbd43-6531c26c,
#w-node-_814f8a43-54ef-9823-63c5-83eadec6e573-6531c26c,
#w-node-_6a4b29d5-608f-92fd-d4ac-1641d3fdbf01-6531c26c,
#w-node-_5ae4401b-c1e5-f44d-a742-b83e18c4ab7b-6531c26c,
#w-node-_962bb354-26e2-a934-6966-6a8323d035e6-6531c26c,
#w-node-_6a4b29d5-608f-92fd-d4ac-1641d3fdbf0d-6531c26c,
#w-node-_6be5df44-17c2-2664-a66f-6b7390824ca8-6531c26c,
#w-node-_6be5df44-17c2-2664-a66f-6b7390824cab-6531c26c,
#w-node-_6be5df44-17c2-2664-a66f-6b7390824cae-6531c26c,
#w-node-_6be5df44-17c2-2664-a66f-6b7390824cb1-6531c26c,
#w-node-_6be5df44-17c2-2664-a66f-6b7390824cb4-6531c26c,
#w-node-_6be5df44-17c2-2664-a66f-6b7390824cb7-6531c26c,
#w-node-_6be5df44-17c2-2664-a66f-6b7390824cba-6531c26c,
#w-node-_6be5df44-17c2-2664-a66f-6b7390824cbd-6531c26c,
#w-node-_6be5df44-17c2-2664-a66f-6b7390824cc0-6531c26c,
#w-node-_6be5df44-17c2-2664-a66f-6b7390824cc9-6531c26c,
#w-node-_9cad86e0-d63e-d62e-44fa-4700d623e75f-d02b0d24,
#w-node-_9cad86e0-d63e-d62e-44fa-4700d623e762-d02b0d24,
#w-node-_9cad86e0-d63e-d62e-44fa-4700d623e765-d02b0d24,
#w-node-_9cad86e0-d63e-d62e-44fa-4700d623e768-d02b0d24 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9cad86e0-d63e-d62e-44fa-4700d623e76d-d02b0d24 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_18e2d165-2205-51ff-e473-97ab6f7a5b05-d02b0d24,
#w-node-_252d27c0-aae2-8234-e710-1541875e1c83-d02b0d24,
#w-node-_39c7c1fd-a058-9549-adca-51af56608894-d02b0d24,
#w-node-_39c7c1fd-a058-9549-adca-51af56608895-d02b0d24,
#w-node-_39c7c1fd-a058-9549-adca-51af56608898-d02b0d24,
#w-node-_39c7c1fd-a058-9549-adca-51af56608899-d02b0d24,
#w-node-_39c7c1fd-a058-9549-adca-51af5660889c-d02b0d24,
#w-node-_39c7c1fd-a058-9549-adca-51af5660889d-d02b0d24,
#w-node-_39c7c1fd-a058-9549-adca-51af566088a0-d02b0d24,
#w-node-_39c7c1fd-a058-9549-adca-51af566088a1-d02b0d24,
#w-node-_39c7c1fd-a058-9549-adca-51af566088a4-d02b0d24,
#w-node-_39c7c1fd-a058-9549-adca-51af566088a5-d02b0d24,
#w-node-_39c7c1fd-a058-9549-adca-51af566088a8-d02b0d24,
#w-node-_39c7c1fd-a058-9549-adca-51af566088a9-d02b0d24,
#w-node-_39c7c1fd-a058-9549-adca-51af566088ac-d02b0d24,
#w-node-_39c7c1fd-a058-9549-adca-51af566088ad-d02b0d24,
#w-node-_1d77feee-91f8-cd28-1231-a5e44cbe6f32-79ac41bb,
#w-node-_1d77feee-91f8-cd28-1231-a5e44cbe6f33-79ac41bb,
#w-node-_1d77feee-91f8-cd28-1231-a5e44cbe6f36-79ac41bb,
#w-node-_1d77feee-91f8-cd28-1231-a5e44cbe6f37-79ac41bb,
#w-node-_1d77feee-91f8-cd28-1231-a5e44cbe6f3a-79ac41bb,
#w-node-_1d77feee-91f8-cd28-1231-a5e44cbe6f3b-79ac41bb,
#w-node-_1d77feee-91f8-cd28-1231-a5e44cbe6f3e-79ac41bb,
#w-node-_1d77feee-91f8-cd28-1231-a5e44cbe6f3f-79ac41bb,
#w-node-_1d77feee-91f8-cd28-1231-a5e44cbe6f42-79ac41bb,
#w-node-_1d77feee-91f8-cd28-1231-a5e44cbe6f43-79ac41bb,
#w-node-_1d77feee-91f8-cd28-1231-a5e44cbe6f46-79ac41bb,
#w-node-_1d77feee-91f8-cd28-1231-a5e44cbe6f47-79ac41bb,
#w-node-_1d77feee-91f8-cd28-1231-a5e44cbe6f4a-79ac41bb,
#w-node-_1d77feee-91f8-cd28-1231-a5e44cbe6f4b-79ac41bb,
#w-node-_4731cae0-5710-76d5-7198-47bc4ed47f53-5efd1611,
#w-node-_984984ac-e114-92b9-6981-eae528d39073-5efd1611,
#w-node-_85afd640-010c-ec8a-1ec6-bac76a383d8e-5efd1611,
#w-node-_85afd640-010c-ec8a-1ec6-bac76a383d92-5efd1611,
#w-node-_0c76ea1e-1924-7c85-88da-4670391bf413-1f229290,
#w-node-_0c76ea1e-1924-7c85-88da-4670391bf416-1f229290,
#w-node-c4dd3b63-8785-ab76-e61a-f67253769b30-1f229290,
#w-node-e827f1cb-b56b-50ee-df5f-8404ea5bd876-1f229290,
#w-node-c954939a-7dd7-10f0-df13-bd13025c85c6-1f229290,
#w-node-cb11611f-9f2a-708b-588d-957224b6d5ce-1f229290,
#w-node-_22fb9743-8fba-97c9-2992-c10e26c51e96-f2981f19,
#w-node-_22fb9743-8fba-97c9-2992-c10e26c51e97-f2981f19,
#w-node-_22fb9743-8fba-97c9-2992-c10e26c51e9a-f2981f19,
#w-node-_22fb9743-8fba-97c9-2992-c10e26c51e9d-f2981f19,
#w-node-_22fb9743-8fba-97c9-2992-c10e26c51ea0-f2981f19,
#w-node-_22fb9743-8fba-97c9-2992-c10e26c51ea3-f2981f19,
#w-node-_56f5f2d2-c1df-f29e-4b03-a1944b3c143b-f2981f19,
#w-node-_22fb9743-8fba-97c9-2992-c10e26c51ea8-f2981f19,
#w-node-_22fb9743-8fba-97c9-2992-c10e26c51eaa-f2981f19,
#w-node-_22fb9743-8fba-97c9-2992-c10e26c51eac-f2981f19,
#w-node-_0047e7a0-8faf-3dd3-89e3-6917ddf67745-f2981f19,
#w-node-f9b29154-5768-5df8-d425-cfb86a9715d2-f2981f19,
#w-node-e32352de-e397-669e-a09d-14a2233c10f1-f2981f19,
#w-node-f9ebf97f-231d-f543-5793-7ec733304e33-f2981f19,
#w-node-e7ff2942-78cc-b5bd-8b62-5d5ed6fe9c25-f2981f19,
#w-node-e7ff2942-78cc-b5bd-8b62-5d5ed6fe9c27-f2981f19,
#w-node-e7ff2942-78cc-b5bd-8b62-5d5ed6fe9c29-f2981f19,
#w-node-e7ff2942-78cc-b5bd-8b62-5d5ed6fe9c2b-f2981f19,
#w-node-e7ff2942-78cc-b5bd-8b62-5d5ed6fe9c95-f2981f19,
#w-node-_4459d94b-8505-ea15-bfad-b5cd91824b28-f2981f19,
#w-node-_4459d94b-8505-ea15-bfad-b5cd91824b29-f2981f19,
#w-node-_5a2df521-f171-1ae8-9d69-68bd95a248bf-f2981f19,
#w-node-_5a2df521-f171-1ae8-9d69-68bd95a248c1-f2981f19,
#w-node-_5a2df521-f171-1ae8-9d69-68bd95a248c3-f2981f19,
#w-node-_5a2df521-f171-1ae8-9d69-68bd95a248c5-f2981f19,
#w-node-_5a2df521-f171-1ae8-9d69-68bd95a24932-f2981f19,
#w-node-_04e5ad95-0456-cd85-17aa-b1d111b6b2b9-f2981f19,
#w-node-_04e5ad95-0456-cd85-17aa-b1d111b6b2ba-f2981f19,
#w-node-_0197565f-63f6-0ae9-ad78-d8b653ce3dc4-f2981f19,
#w-node-_0197565f-63f6-0ae9-ad78-d8b653ce3dc6-f2981f19,
#w-node-_0197565f-63f6-0ae9-ad78-d8b653ce3dc8-f2981f19,
#w-node-_0197565f-63f6-0ae9-ad78-d8b653ce3dca-f2981f19,
#w-node-_0197565f-63f6-0ae9-ad78-d8b653ce3e2e-f2981f19,
#w-node-_9e7598a7-dac6-de79-0211-371f02b4bd81-f2981f19,
#w-node-_9e7598a7-dac6-de79-0211-371f02b4bd82-f2981f19,
#w-node-_2372cad0-a89d-4adb-e2e8-7a482248b6cf-f2981f19,
#w-node-_2372cad0-a89d-4adb-e2e8-7a482248b6d3-f2981f19,
#w-node-_22fb9743-8fba-97c9-2992-c10e26c51e96-5d40c93a,
#w-node-_22fb9743-8fba-97c9-2992-c10e26c51e97-5d40c93a,
#w-node-_22fb9743-8fba-97c9-2992-c10e26c51e9a-5d40c93a,
#w-node-_22fb9743-8fba-97c9-2992-c10e26c51ea0-5d40c93a,
#w-node-_22fb9743-8fba-97c9-2992-c10e26c51ea3-5d40c93a,
#w-node-_22fb9743-8fba-97c9-2992-c10e26c51ea8-5d40c93a,
#w-node-_22fb9743-8fba-97c9-2992-c10e26c51eaa-5d40c93a,
#w-node-_0047e7a0-8faf-3dd3-89e3-6917ddf67745-5d40c93a,
#w-node-f9b29154-5768-5df8-d425-cfb86a9715d2-5d40c93a,
#w-node-e7ff2942-78cc-b5bd-8b62-5d5ed6fe9c25-5d40c93a,
#w-node-e7ff2942-78cc-b5bd-8b62-5d5ed6fe9c27-5d40c93a,
#w-node-e7ff2942-78cc-b5bd-8b62-5d5ed6fe9c2b-5d40c93a,
#w-node-e7ff2942-78cc-b5bd-8b62-5d5ed6fe9c95-5d40c93a,
#w-node-_5a2df521-f171-1ae8-9d69-68bd95a248bf-5d40c93a,
#w-node-_5a2df521-f171-1ae8-9d69-68bd95a248c1-5d40c93a,
#w-node-_5a2df521-f171-1ae8-9d69-68bd95a248c5-5d40c93a,
#w-node-_5a2df521-f171-1ae8-9d69-68bd95a24932-5d40c93a,
#w-node-_0197565f-63f6-0ae9-ad78-d8b653ce3dc4-5d40c93a,
#w-node-_0197565f-63f6-0ae9-ad78-d8b653ce3dc6-5d40c93a,
#w-node-_0197565f-63f6-0ae9-ad78-d8b653ce3dca-5d40c93a,
#w-node-_0197565f-63f6-0ae9-ad78-d8b653ce3e2e-5d40c93a,
#w-node-_6ca78833-b35c-c843-352c-19272011db2c-6ac1cb02,
#w-node-_6ca78833-b35c-c843-352c-19272011db30-6ac1cb02,
#w-node-_6ca78833-b35c-c843-352c-19272011db3d-6ac1cb02,
#w-node-_6ca78833-b35c-c843-352c-19272011db41-6ac1cb02 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_186d1a84-23c1-ce04-34cf-03726eb06d66-c3c4e5ce,
  #w-node-a888a762-ed4c-1234-5d71-cd71557414a6-c3c4e5ce,
  #w-node-b0165c7a-53c5-b84b-1e3c-f62808397811-c3c4e5ce {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@font-face {
  font-family: "Switzer";
  src: url("../fonts/Switzer-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Switzer";
  src: url("../fonts/Switzer-Extrabold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Switzer";
  src: url("../fonts/Switzer-Extralight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Switzer";
  src: url("../fonts/Switzer-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Switzer";
  src: url("../fonts/Switzer-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Switzer";
  src: url("../fonts/Switzer-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Switzer";
  src: url("../fonts/Switzer-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Switzer";
  src: url("../fonts/Switzer-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Switzer";
  src: url("../fonts/Switzer-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
