.top {
  background-color: #db2c87;
}

.loader-container {
  width: 100%;
  height: 100%;
  background: white;
  position: fixed;
  top: 0;
  z-index: 1000;
  display: flex;
  flex-direction: column;
}

.loader-header {
  height: 100px;
  border-bottom: 1px solid #F3F0F6;
}

@media screen and (max-width: 767px) {
  .loader-header {
    height: 80px;
  }
}

.loader-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  width: 100px;
  height: 100px;
}

@media screen and (max-width: 767px) {
  .loader-logo {
    height: 80px;
    width: 80px;
    border-right: none;
  }
}

.loader-logo img {
  height: 65px;
  max-height: 70px;
  transition: fill 0.2s ease-in-out;
}

@media screen and (max-width: 767px) {
  .loader-logo img {
    height: 43px;
  }
}

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

.redirect-text {
  max-width: 579px;
  text-align: center;
}

.redirect-text p  {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .redirect-text {
    padding: 20px;
  }
}

.redirect-text h1 {
  width: auto;
  height: auto;
  color: #4D1254;
  text-align: center;
  font: normal normal bold 25px Arboria;
}

.redirect-text p {
  font-size: 20px;
  font-weight: 300;
  color: #4D1254;
  text-align: center;
}

.redirect-text p a {
  color: #DF2686;
}

.loader {
  width: 150px;
  display: flex;
  justify-content: center;
}

@keyframes rotateSvg {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.loader-icon {
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: rotateSvg;
  animation-timing-function: linear;
}

.box-list,
.image-gallery.is-jobs .image-gallery-content,
.image-gallery.is-products .image-gallery-content,
.user-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.user-list-item {
  width: 16.25rem;
  margin: 1.5625rem 0.625rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.user-list-item h3 {
  font-size: 1.5625rem;
  color: #db2c87;
  margin: 0;
  float: left;
}

.user-list-item p {
  margin: 1rem 0 0.25rem 0;
}

.user-list-item small {
  font-size: 0.9375rem;
  color: #a5a5a5;
  font-style: italic;
}

.user-list-image {
  width: 16.25rem;
  height: 16.25rem;
}

.user-list-image img {
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
}

.user-list-item > h3:nth-of-type(1) {
  margin: 0.75rem 0 0 0;
  color: #000000;
  font-weight: 600;
}

.image-gallery.is-jobs strong {
  position: relative;
  font-size: 1.5625rem;
  font-weight: 700;
  top: 0;
  z-index: 3;
  color: #fff;
}

.list-ordered__wrapper {
  display: flex;
  flex-wrap: wrap;
  list-style-position: inside;
  padding: 0;
}

.list-ordered__item {
  flex: 27%;
  margin-right: 7.1875rem;
}

.list-ordered__item::marker {
  color: #df2686;
  font-size: 3.125rem;
  font-weight: 700;
  content: '' counter(list-item, decimal-leading-zero) ' ';
}

.list-ordered__item:last-child {
  margin-right: 0;
}

.list-ordered__header {
  color: #707070;
  font-size: 1.5625rem;
  font-weight: 700;
  margin-left: 1.375rem;
}

.list-ordered__text {
  color: #414042;
  font-size: 1.5625rem;
  margin-top: 0.625rem;
}

.list-reference__wrapper {
  display: flex;
  flex-wrap: wrap;
  list-style-position: inside;
  padding: 0;
  text-align: left;
}

.spacing-btw-form-available-position {
  padding: 0.75rem 0.75rem 4rem !important;
}

.list-reference__item {
  flex: 27%;
  margin-right: 17.3125rem;
  list-style: none;
}

.list-reference__item::marker {
  display: none;
}

.list-reference__item:last-child {
  margin-right: 0;
}

.more-info-button {
  position: initial !important;
  float: right;
  margin-right: 70px;
}

.find-yourself table {
  width: 100%;
  border-spacing: 0;
}

.find-yourself table td {
  font-size: 16px;
  padding-left: 60px;
}

.position-name {
  font-weight: bold;
}

.find-yourself table tr:nth-child(odd) {
  border: none;
  height: 90px;
}

.find-yourself table tr {
  background-color: #f2f2f2;
  border: none;
}

.find-yourself table tr:nth-child(4n),
.find-yourself table tr:nth-child(4n - 1) {
  background: rgba(242, 242, 242, 0.2);
  border: none;
}

.list-reference__header {
  color: #707070;
  font-size: 1.5625rem;
  font-weight: 700;
  margin-left: 1.375rem;
}

.list-reference__text {
  color: #414042;
  font-size: 1.5625rem;
  margin-top: 0.625rem;
}

.contacts__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.contacts__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 23.75rem;
  height: 18.4375rem;
  border-radius: 2.5625rem;
  box-shadow: 0.1875rem 0.375rem 0.375rem rgba(0, 0, 0, 0.16078);
}

.contacts__item p {
  margin-top: 1.75rem;
}

.contacts__position {
  color: #df2686;
  font-weight: 700;
  font-size: 1.125rem;
}

.contacts__name {
  font-weight: 700;
  font-size: 1.875rem;
}

/*--------------------------------------- header ---------------------------------------*/

.header {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 6.77vw;
  background-color: #df2686;
}

@media screen and (max-width: 1023px) {
  .header {
    height: 4.375rem;
  }
}

@media screen and (max-width: 767px) {
  .header {
    height: 6.25rem;
  }
}

.header:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  height: 1px;
  left: 0;
  right: 0;
  background-color: #a5a5a5;
  bottom: 0;
}

.header-logo {
  box-sizing: content-box;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  z-index: 10;
  width: 6.77vw;
  height: 6.77vw;
  border-right: 1px solid #a5a5a5;
}

.header-menu-horizontal-content > ul > li:nth-last-child(2),
.header-menu-horizontal-content > ul > li:last-child {
  display: none;
}

.responsive-overlap.responsive {
  text-align: center;
  position: absolute;
  left: 0;
  height: calc(100vh - 6.77vh);
  width: 100%;
  background-color: #df2686;
  z-index: 100;
  opacity: 0.8;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .header-menu-horizontal-content > ul > li:nth-last-child(2) {
    position: absolute;
    top: 25px !important;
    right: 25px !important;
    display: block;
    z-index: 1;
  }

  .header-menu-toggle {
    z-index: 0 !important;
  }

  .header-menu-horizontal-content > ul > li:not(:nth-last-child(2)) {
    display: none;
  }

  .header-menu-horizontal-content.responsive > ul {
    font-size: 2rem !important;
  }

  .header-menu-horizontal-content.responsive > ul > li:last-child {
    position: absolute;
    top: -70px;
    right: -10px;
    display: block;
  }

  .header-menu-horizontal-content.responsive > ul > li:nth-last-child(2) {
    display: none;
  }

  .header-menu-horizontal-content.responsive {
    position: relative;
  }

  .header-menu-horizontal-content.responsive > ul > li {
    float: none;
    display: block;
    text-align: right;
    white-space: nowrap;
    margin: 0;
    z-index: 1000 !important;
  }

  .header-menu-horizontal-content.responsive ul {
    position: absolute;
    top: 50px;
    right: 0 !important;
    flex-direction: column;
    z-index: 1000 !important;
  }
}

@media screen and (max-width: 1023px) {
  .header-logo {
    width: 4.375rem;
    height: 4.375rem;
  }
}

@media screen and (max-width: 767px) {
  .header-logo {
    border-right: 0;
    width: 6.25rem;
    height: 6.25rem;
  }
}

.header-logo img {
  height: 5.7291666667vw;
  max-height: 90px;
  transition: fill 0.2s ease-in-out;
}

@media screen and (max-width: 1023px) {
  .header-logo svg {
    height: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .header-logo svg {
    height: 5rem;
  }
}

.header-menu-horizontal {
  align-self: center;
  margin-left: auto;
}

.header-menu-horizontal-content {
  display: flex;
  height: 100%;
}

.header-menu-horizontal-content ul {
  display: flex;
  list-style-type: none;
  font-weight: 500;
  font-size: 1.875rem;
  margin: 0;
  padding: 0;
}

.header-menu-horizontal-content ul li {
  margin-right: 2rem;
  transition: 0.3s ease-out;
}

.header-menu-horizontal-content ul li:hover {
  transform: rotate(-15deg);
}

.header-menu-horizontal-content ul a {
  color: #fff;
  text-decoration: none;
}

.header-menu-toggle {
  box-sizing: content-box;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  z-index: 10;
  border-left: 1px solid #a5a5a5;
  width: 6.77vw;
}

@media screen and (max-width: 1023px) {
  .header-menu-toggle {
    width: 4.375rem;
  }
}

@media screen and (max-width: 767px) {
  .header-menu-toggle {
    border-left: 0;
  }
}

.header-menu-content {
  display: flex;
  height: 100vw;
  margin-left: 6.77vw;
  margin-right: 6.77vw;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}

@media screen and (max-width: 1023px) {
  .header-menu-content {
    margin-left: 4.375rem;
    margin-right: 4.375rem;
  }
}

@media screen and (max-width: 767px) {
  .header-menu-content {
    border-left: 0;
    border-right: 0;
    margin-left: 2rem;
    margin-right: 2rem;
  }
}

.header-menu {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  height: 100vw;
  z-index: 9;
  background-color: rgba(223, 38, 134, 0.95);
}

@media screen and (max-width: 1023px) {
  .header-menu {
    top: 0;
    bottom: 0;
    height: auto;
  }
}

.header-menu.is-active {
  display: block;
}

.header-menu ul {
  display: block;
  width: 100%;
  list-style-type: none;
  font-weight: 700;
  font-size: 3.125rem;
  text-align: right;
  margin-top: 6.77vw;
  padding: 0.5rem 1rem;
}

@media screen and (max-width: 1023px) {
  .header-menu ul {
    margin-top: 4.375rem;
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .header-menu ul {
    margin-top: 6.25rem;
    font-size: 1.75rem;
  }

  .header-menu ul li {
    margin-bottom: 0.5rem;
  }
}

.header-menu ul a {
  color: #fff;
  text-decoration: none;
}

.header.is-menu-open:after {
  background-color: #fff;
}

.header.is-menu-open .header-logo {
  border-right: 1px solid #fff;
}

@media screen and (max-width: 767px) {
  .header.is-menu-open .header-logo {
    border-right: 0;
  }
}

.header.is-menu-open .header-logo svg > g,
.header.is-menu-open .header-logo svg > path {
  fill: #fff;
}

.header.is-menu-open .header-menu-toggle {
  border-left: 1px solid #fff;
}

@media screen and (max-width: 767px) {
  .header.is-menu-open .header-menu-toggle {
    border-left: 0;
  }
}

/*----------------------------------------- END OF HEADER--------------------------------------------*/

/*----------------------------------------- LAYOUT --------------------------------------------*/
* {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

@media screen and (max-width: 1400px) {
  html {
    font-size: 15px;
  }
}

@media screen and (max-width: 1023px) {
  html {
    font-size: 14px;
  }
}

body {
  margin: 0;
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 100%;
  overflow: hidden;
}

body.is-menu-opened {
  overflow: hidden;
}

body,
button,
input,
optgroup,
select,
textarea {
  font-family: Arboria, 'Segoe UI', Roboto, sans-serif;
}

.container,
.main {
  position: relative;
}

.main {
  display: flex;
  margin-left: 6.77vw;
  margin-right: 6.77vw;
  border-right: 1px solid #a5a5a5;
  border-left: 1px solid #a5a5a5;
  padding-bottom: 3.125rem;
  padding-left: 6.77vw;
  padding-right: 6.77vw;
}

.video-position {
  display: flex;
  text-align: center !important;
  align-items: center;
  justify-content: center;
  height: 100%;
}

@media screen and (max-width: 1023px) {
  .main {
    margin-left: 4.375rem;
    margin-right: 4.375rem;
  }
}

@media screen and (max-width: 767px) {
  .main {
    margin-left: 0;
    margin-right: 0;
    border-right: 0;
    border-left: 0;
  }
}

.rich-text .column.is-6-desktop {
  text-align: center;
}

.background-wrapper {
  background-color: #df2686;
  width: 100vw;
  height: 100vh;
}

video {
  width: 100%;
  height: auto;
  margin-right: 10px;
}

.content {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.panel-right {
  position: absolute;
  right: 0;
  min-height: calc(100vh - 6.77vw);
  width: 6.77vw;
}

@media screen and (max-width: 425px) {
  h1.title {
    font: normal normal bold 60px/60px Arboria !important;
    height: 200px !important;
    width: 200px !important;
  }

  .subtitle {
    margin-right: 10rem !important;
  }

  h2 {
    font-size: 2rem !important;
  }
}

@media screen and (max-width: 320px) {
  h2 {
    font-size: 2rem !important;
  }

  .find-yourself table td {
    padding-left: 20px !important;
  }
  .subtitle {
    margin-right: 5rem !important ;
  }
}

@media screen and (max-width: 768px) {
  .send-button {
    max-width: 220px;
    display: block;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1023px) {
  .panel-right {
    width: 4.375rem;
    top: 4.375rem;
  }
}

@media screen and (max-width: 767px) {
  .panel-right {
    display: none;
  }
}

.panel-left {
  position: absolute;
  left: 0;
  min-height: calc(100vh - 6.77vw);
  width: 6.77vw;
}

@media screen and (max-width: 1023px) {
  .panel-left {
    width: 4.375rem;
  }
}

@media screen and (max-width: 767px) {
  .panel-left {
    display: none;
  }
}

h1 {
  font-size: 5rem;
}

h1,
h1.title {
  top: 196px;
  left: 208px;
  width: 337px;
  height: 280px;
  /* UI Properties */
  text-align: left;
  font: normal normal bold 87px/95px Arboria;
  letter-spacing: 0;
  color: #ffffff;
  opacity: 1;
}

h1.title {
  margin: 0 0 1.875rem 0;
  font-size: 6.25rem;
}

@media screen and (max-width: 1023px) {
  h1.title {
    margin-top: 2.5rem;
    font-size: 3.75rem;
  }
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
}

h3 {
  font-size: 1.75rem;
  color: #df2686;
}

.subtitle {
  margin-right: 15rem;
  color: #ffffff;
  font-size: 1.5625rem;
}

.rich-text,
h4 {
  font-size: 1.3rem;
}

.rich-text {
  text-align: left;
}

.rich-text img {
  max-width: 100%;
}

.quanti-logo-textless {
  width: 52px;
}

.description .rich-text {
  text-align: center;
  font-size: 1.875rem;
}

.abstract {
  font-size: 1.875rem;
  margin-bottom: 3.125rem;
}

.navigation-back {
  position: absolute;
  left: 0;
  top: 10rem;
  display: block;
  width: 4.375rem;
  height: 4.375rem;
  padding: 0.9375rem;
  background-color: #414042;
}

@media screen and (max-width: 1023px) {
  .navigation-back {
    top: 2.5rem;
  }
}

@media screen and (min-width: 1440px) {
  .claim-button {
    height: 60px !important;
    width: 60px !important;
  }

  .user-list-item {
    width: 16.25rem !important;
  }

  .humansis {
    text-align: right !important;
  }

  .n-hang {
    text-align: left !important;
  }
}

.spaceman {
  position: absolute;
  visibility: hidden;
}

.homepage {
  display: flex;
  flex-direction: row;
  margin-top: 3rem;
}

@media screen and (max-width: 1023px) {
  .homepage {
    flex-direction: column;
  }
}

.homepage h1 {
  color: #df2686;
  font-size: 5rem;
  line-height: 1.1;
  margin: 0;
}

.homepage h1 + p {
  margin-top: 5rem;
}

.homepage__left,
.homepage__right {
  flex-basis: 50%;
}

.homepage__left {
  padding-right: 2rem;
}

.columns a {
  text-decoration: none;
}

.links {
  display: inherit;
}

@font-face {
  font-family: 'Arboria';
  src: url(../../assets/fonts/ArboriaThinItalic/font.woff2) format('woff2'),
  url(../../assets/fonts/ArboriaThinItalic/font.woff) format('woff');
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: 'Arboria';
  src: url(../../assets/fonts/ArboriaThin/font.woff2) format('woff2'),
  url(../../assets/fonts/ArboriaThin/font.woff) format('woff');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Arboria';
  src: url(../../assets/fonts/ArboriaLightItalic/font.woff2) format('woff2'),
  url(../../assets/fonts/ArboriaLightItalic/font.woff) format('woff');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Arboria';
  src: url(../../assets/fonts/ArboriaLight/font.woff2) format('woff2'),
  url(../../assets/fonts/ArboriaLight/font.woff) format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Arboria';
  src: url(../../assets/fonts/ArboriaBookItalic/font.woff2) format('woff2'),
  url(../../assets/fonts/ArboriaBookItalic/font.woff) format('woff');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Arboria';
  src: url(../../assets/fonts/ArboriaBook/font.woff2) format('woff2'),
  url(../../assets/fonts/ArboriaBook/font.woff) format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Arboria';
  src: url(../../assets/fonts/ArboriaMediumItalic/font.woff2) format('woff2'),
  url(../../assets/fonts/ArboriaMediumItalic/font.woff) format('woff');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Arboria';
  src: url(../../assets/fonts/ArboriaMedium/font.woff2) format('woff2'),
  url(../../assets/fonts/ArboriaMedium/font.woff) format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Arboria';
  src: url(../../assets/fonts/ArboriaBoldItalic/font.woff2) format('woff2'),
  url(../../assets/fonts/ArboriaBoldItalic/font.woff) format('woff');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Arboria';
  src: url(../../assets/fonts/ArboriaBold/font.woff2) format('woff2'),
  url(../../assets/fonts/ArboriaBold/font.woff) format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Arboria';
  src: url(../../assets/fonts/ArboriaBlackItalic/font.woff2) format('woff2'),
  url(../../assets/fonts/ArboriaBlackItalic/font.woff) format('woff');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Arboria';
  src: url(../../assets/fonts/ArboriaBlack/font.woff2) format('woff2'),
  url(../../assets/fonts/ArboriaBlack/font.woff) format('woff');
  font-weight: 900;
  font-style: italic;
}

.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.75rem;
}

@media screen and (max-width: 768px) {
  .column.is-12 {
    flex: none;
    width: 100%;
  }
}

@media print, screen and (min-width: 769px) {
  .column.is-narrow,
  .column.is-narrow-tablet {
    flex: none;
    width: unset;
  }

  .column.is-0,
  .column.is-0-tablet {
    flex: none;
    width: 0;
  }

  .column.is-1,
  .column.is-1-tablet {
    flex: none;
    width: 8.33333%;
  }

  .column.is-2,
  .column.is-2-tablet {
    flex: none;
    width: 16.66667%;
  }

  .column.is-3,
  .column.is-3-tablet {
    flex: none;
    width: 25%;
  }

  .column.is-4,
  .column.is-4-tablet {
    flex: none;
    width: 33.33333%;
  }

  .column.is-5,
  .column.is-5-tablet {
    flex: none;
    width: 41.66667%;
  }

  .column.is-6,
  .column.is-6-tablet {
    flex: none;
    width: 50%;
  }

  .column.is-7,
  .column.is-7-tablet {
    flex: none;
    width: 58.33333%;
  }

  .column.is-8,
  .column.is-8-tablet {
    flex: none;
    width: 66.66667%;
  }

  .column.is-9,
  .column.is-9-tablet {
    flex: none;
    width: 75%;
  }

  .column.is-10,
  .column.is-10-tablet {
    flex: none;
    width: 83.33333%;
  }

  .column.is-11,
  .column.is-11-tablet {
    flex: none;
    width: 91.66667%;
  }

  .column.is-12,
  .column.is-12-tablet {
    flex: none;
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .column.is-narrow-desktop {
    flex: none;
    width: unset;
  }

  .column.is-0-desktop {
    flex: none;
    width: 0;
  }

  .column.is-1-desktop {
    flex: none;
    width: 8.33333%;
  }

  .column.is-2-desktop {
    flex: none;
    width: 16.66667%;
  }

  .column.is-3-desktop {
    flex: none;
    width: 25%;
  }

  .column.is-4-desktop {
    flex: none;
    width: 33.33333%;
  }

  .column.is-5-desktop {
    flex: none;
    width: 41.66667%;
  }

  .column.is-6-desktop {
    flex: none;
    width: 50%;
  }

  .column.is-7-desktop {
    flex: none;
    width: 58.33333%;
  }

  .column.is-8-desktop {
    flex: none;
    width: 66.66667%;
  }

  .column.is-9-desktop {
    flex: none;
    width: 75%;
  }

  .column.is-10-desktop {
    flex: none;
    width: 83.33333%;
  }

  .column.is-11-desktop {
    flex: none;
    width: 91.66667%;
  }

  .column.is-12-desktop {
    flex: none;
    width: 100%;
  }
}

.columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.columns:not(:last-child) {
  margin-bottom: 0.75rem;
}

@media print, screen and (min-width: 769px) {
  .columns:not(.is-desktop) {
    display: flex;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-desktop {
    display: flex;
  }
}

@media screen and (max-width: 480px) {
  .header-menu-horizontal-content ul {
    font-size: 0.75rem !important;
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .header-menu-horizontal-content ul {
    font-size: 1.3rem !important;
  }
}

@media screen and (min-width: 768px) {
  .links {
    display: none !important;
  }

  .section-title {
    word-spacing: -0.25rem;
  }
}

/*----------------------------------------- END OF LAYOUT --------------------------------------------*/

/*----------------------------------------- SECTIONS --------------------------------------------*/

#claim {
  min-height: calc(100vh - 6.77vw);
}

.claim-wrapper {
  min-height: calc(100vh - 6.77vw);
  padding: 6.77vw;
  margin: 0 -6.77vw;
}

.claim-logo {
  align-self: self-end;
  position: relative;
  width: auto;
  height: auto;
}

.claim-logo img {
  width: 100%;
}

.claim-button {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  bottom: 0.75rem;
  right: 0.75rem;
  cursor: pointer;
  background-color: #383636;
  border-radius: 5px;
  transform: translate(-5px, -5px);
  box-shadow: 5px 5px black;
  transition: all 0.2s ease-in-out;
}

.claim-button:hover {
  transform: translate(0px, 0px);
  box-shadow: none;
}

.claim-button img {
  width: 15px;
  height: 15px;
  transform: rotate(90deg);
}

/*--------------------- US ---------------------*/

.us video {
  margin-top: 3em;
  background-color: #4d4d4d;
}

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

/*--------------------- PORTFOLIO-PROJECTS ---------------------*/

#portfolio-projects {
  margin-top: 3rem;
}

#portfolio-projects h2 {
  white-space: normal;
}

.humansis {
  align-self: center;
}

.position-details-template {
  padding: 0 60px;
}

.position-description {
  max-height: 0;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  overflow: hidden;
  font-weight: normal;
}

.position-description ul {
  list-style: none;
}

.position-description ul li::before {
  content: '\2022';
  color: #df2686;
  font-weight: bold;
  display: inline-block;
  font-size: 20px;
  margin: 0 1rem 0 -1rem;
}

.position-description ul li {
  display: flex;
  text-align: left;
}

.is-opened {
  max-height: 3200px;
  padding: 30px 0;
}

.is-selected {
  color: #db2c87;
  font-size: 18px !important;
}

/*--------------------- YOU ---------------------*/
form {
  justify-content: space-evenly;
}

form input,
form textarea,
form select {
  border: none;
  background-color: #f2f2f2;
  margin-top: 0.5rem;
}

form label {
  font-weight: 400;
}

.send-button {
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 300px;
  bottom: 0.75rem;
  right: 0.75rem;
  background-color: #df2f8a;
  border-radius: 5px;
  border-color: #df2f8a;
  border-style: unset;
  color: white;
  font-weight: bold;
  cursor: pointer;
  transform: translate(-5px, -5px);
  box-shadow: 5px 5px #c11e7f;
  transition: all 0.2s ease-in-out;
}

.send-button:hover {
  transform: translate(0px, 0px);
  box-shadow: none;
}

select {
  color: #df2f8a;
  font-weight: bold;
  font-size: 1rem;
}

.required-info-star {
  color: #df2f8a;
  padding-right: 10px;
}

.star-description {
  padding: 0;
  font-size: 1rem;
}

option {
  color: black;
}

.describe-yourself p {
  display: flex;
  white-space: normal;
}

.describe-yourself small {
  margin-left: 1rem;
}

/*--------------------- OFFER ---------------------*/

#offer {
  margin-top: 3rem;
}

#offer ul {
  list-style-image: url('https://img.quanti.cz/landing_page/assets/icons/checkmark.svg');
}

#offer ul li:not(:last-child) {
  margin-bottom: 1rem;
}


/*----------------------------------------- END OF SECTIONS --------------------------------------------*/

/*----------------------------------------- FOOTER --------------------------------------------*/

.footer {
  background-color: #df2f8a;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-wrapper {
  margin-left: 6.77vw;
  margin-right: 6.77vw;
  border-right: 1px solid #a5a5a5;
  border-left: 1px solid #a5a5a5;
  padding: 0 1rem;
  width: 100%;
}

.quanti-logo {
  max-height: 90px;
  min-height: 75px;
  display: block;
  margin: 2.25rem auto;
}

.i-logo {
  display: block;
  margin: 0 auto;
}

.footer .columns p {
  margin: 0.25rem 0;
}

.facebook-logo,
.instagram-logo,
.linkedin-logo {
  width: 20px;
  height: 20px;
  margin: 5px;
}

.footer .columns a {
  color: white;
}

.contact {
  text-decoration: none;
}

@media screen and (max-width: 1023px) {
  .footer-wrapper {
    margin-left: 4.375rem;
    margin-right: 4.375rem;
  }
}

.footer-content {
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}

.footer-columns {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .footer-wrapper {
    border-left: 0;
    border-right: 0;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .footer-content > .columns {
    text-align: center;
  }
}

.quanti-copyright {
  margin-top: 50px;
  white-space: nowrap;
  overflow: hidden;
}

/*----------------------------------------- END OF FOOTER --------------------------------------------*/

/*----------------------------------------- SOCIALS --------------------------------------------*/

.social {
  min-height: calc(100vh - 6.77vw);
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}

.social ul {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  margin: 0;
  padding: 0;
  align-items: center;
  margin-bottom: 2.25rem;
}

.social ul li {
  margin-top: 2.25rem;
}

.social img,
.social svg {
  width: 1.25rem;
  transition: transform 0.2s ease-in-out;
}

.social a:hover img,
.social a:hover svg,
.facebook-logo:hover,
.instagram-logo:hover,
.linkedin-logo:hover {
  transform: scale(1.2);
}

/*----------------------------------------- END OF SOCIAL --------------------------------------------*/
