/* --- BASE --- */

* {
  font-family: 'Inter', sans-serif;
  font-size: inherit;
  line-height: inherit;
  font-style: inherit;
  font-weight: inherit;
  color: inherit;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  outline: none !important;
  background-color: transparent;
  box-sizing: border-box;
}
*::-moz-focus-inner {
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
html {
  scrollbar-width: thin;
  scrollbar-color: #000 #fff;
  border-radius: 9999px;
}

html ::-webkit-scrollbar {
  scrollbar-width: thin;
  width: 0.4vw;
}

html ::-webkit-scrollbar-thumb {
  background-color: #000;
  background-clip: padding-box;
}
html,
body {
  width: 100%;
  display: block;
  margin-top: 0 !important;
  background-color: #fff;
  position: relative;
  overflow-x: hidden;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
body {
  color: #000;
  line-height: 1.2;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  background-color: #fff;
}
main {
  background: #fff;
}
section {
  position: relative;
  display: block;
  width: 100%;
}
ul,
ol {
  list-style: none;
}
a {
  text-decoration: none;
  cursor: pointer;
}
a:hover {
}
span {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  font-style: inherit;
  color: inherit;
}
b,
strong {
  font-weight: 700;
}
i,
em {
  font-style: italic;
}
p + p,
p + ul,
ul + p {
  margin-top: 20px;
}

/* --- / BASE --- */

/* --- DEFAULTS --- */

.font-secondary {
  font-family: bebas-neue-pro, sans-serif;
}

.font-90 {
  font-size: 9em;
}
.font-70 {
  font-size: 7em;
}
.font-65 {
  font-size: 6.5em;
}
.font-60 {
  font-size: 6em;
}
.font-50 {
  font-size: 5em;
}
.font-45 {
  font-size: 4.5em;
}
.font-42 {
  font-size: 4.2em;
}
.font-36 {
  font-size: 3.6em;
}
.font-32 {
  font-size: 3.2em;
}
.font-30 {
  font-size: 3em;
}
.font-26 {
  font-size: 2.6em;
}
.font-24 {
  font-size: 2.4em;
}
.font-22 {
  font-size: 2.2em;
}
.font-20 {
  font-size: 2em;
}
.font-18 {
  font-size: 1.8em;
}
.font-16 {
  font-size: 1.6em;
}
.font-14 {
  font-size: 1.4em;
}
.font-12 {
  font-size: 1.2em;
}

.font-thin {
  font-weight: 200;
}
.font-light {
  font-weight: 300;
}
.font-bold {
  font-weight: 700;
}

.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: right;
}
.text-justify {
  text-align: justify;
}

.color-white {
  color: #fff;
}
.color-gray {
  color: #373737;
}
.color-secondary {
  color: #DEFF00;
}
.color-tertiary {
  color: #8A8A8A;
}
.color-quaternary {
  color: #E2E2E2;
}

.black-background {
  background: #0D0D0D;
}

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

.overflow-hidden {
  overflow: hidden;
}

.content {
  position: relative;
  display: block;
  width: 90%;
  height: 100%;
  margin: 0 auto;
  overflow: unset;
  max-width: 1785px;
}
.content--large {
  max-width: 1240px;
}
.content--medium {
  max-width: 655px;
}
.content--small {
  max-width: 540px;
}

.mt-200,
.my-200 {
  margin-top: 200px;
}
.mb-200,
.my-200 {
  margin-bottom: 200px;
}

.mt-150,
.my-150 {
  margin-top: 150px;
}
.mb-150,
.my-150 {
  margin-bottom: 150px;
}

.mt-100,
.my-100 {
  margin-top: 100px;
}
.mb-100,
.my-100 {
  margin-bottom: 100px;
}

.mt-60,
.my-60 {
  margin-top: 60px;
}
.mb-60,
.my-60 {
  margin-bottom: 60px;
}

.mt-50,
.my-50 {
  margin-top: 50px;
}
.mb-50,
.my-50 {
  margin-bottom: 50px;
}

.mt-40,
.my-40 {
  margin-top: 40px;
}
.mb-40,
.my-40 {
  margin-bottom: 40px;
}

.mt-30,
.my-30 {
  margin-top: 30px;
}
.mb-30,
.my-30 {
  margin-bottom: 30px;
}

.mt-20,
.my-20 {
  margin-top: 20px;
}
.mb-20,
.my-20 {
  margin-bottom: 20px;
}

.mt-10,
.my-10 {
  margin-top: 10px;
}
.mb-10,
.my-10 {
  margin-bottom: 10px;
}

.mt-n-100,
.my-n-100 {
  margin-top: -100px;
}
.mb-n-100,
.my-n-100 {
  margin-bottom: -100px;
}

.pt-200,
.py-200 {
  padding-top: 200px;
}
.pb-200,
.py-200 {
  padding-bottom: 200px;
}

.pt-150,
.py-150 {
  padding-top: 150px;
}
.pb-150,
.py-150 {
  padding-bottom: 150px;
}

.pt-100,
.py-100 {
  padding-top: 100px;
}
.pb-100,
.py-100 {
  padding-bottom: 100px;
}

.pt-50,
.py-50 {
  padding-top: 50px;
}
.pb-50,
.py-50 {
  padding-bottom: 50px;
}

.img-fluid {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.columns {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.columns.columns__spaced {
  gap: 12%;
}
.columns.columns--3x.columns__spaced {
  gap: 10%;
}
.columns--2x {
  justify-content: space-between;
}
.columns--2x .columns__column {
  width: 50%;
}
.columns.columns__spaced .columns__column {
  width: 44%;
}

.columns--3x .columns__column {
  width: 33.33333%;
}
.columns.columns--3x.columns__spaced .columns__column  {
  width: 26.6%;
}

.columns--4x .columns__column {
  width: 25%;
}
.columns.columns--4x.columns__spaced .columns__column {
  width: 20%;
}
.columns--5x .columns__column {
  width: 20%;
}

.column__centered {
  margin-top: auto;
  margin-bottom: auto;
}

.btn {
  display: block;
  position: relative;
  max-width: 430px;
  font-size: 1.4em;
  font-weight: 700;
  text-align: center;
  padding: 20px 25px;
  border-radius: 50px;
  color: #fff;
  background: #000;
  transition: all ease-out 0.2s;
}
.btn:hover {
  background: #DEFF00;
  color: #000;
}
.btn-white {
  background: #fff;
  color: #000;
  font-size: 1.6em;
  padding: 15px;
  max-width: 370px;
}
.btn-center {
  margin-left: auto;
  margin-right: auto;
}

.form__fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
.form__row {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  flex-wrap: nowrap;
  margin: 0 0 10px 0;
}
.form__group {
  flex-grow: 1;
  flex-basis: 0;
  margin: 0 5px;
}
.form__group:first-child {
  margin-left: 0;
}
.form__group:last-child {
  margin-right: 0;
}
.form__group--checkbox {
  display: flex;
}
.form__control {
  position: relative;
  color: #000;
  font-size: 1.4em;
  display: block;
  width: 100%;
  height: 35px;
  padding: 0;
  border: none;
  transition: all ease-out 0.2s;
  box-shadow: inset 0 -1px 0 0 #000;
  -webkit-box-shadow: inset 0 -1px 0 0 #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form__control:not(.form__control--checkbox)::placeholder {
  opacity: 1;
  color: #000;
  transition: all ease-out 0.2s;
  transform-origin: top left;
}
.form__control:not(.form__control--checkbox):not(.form__control--submit):focus {
  box-shadow: inset 0 -35px 0 0 #000;
  -webkit-box-shadow: inset 0 -35px 0 0 #000;
  color: #fff;
}
.form__control:focus::placeholder {
  opacity: 0.5;
  color: #fff;
  padding-left: 10px;
}
.form__control--checkbox {
  position: relative;
  width: 18px;
  height: 18px;
  border: none;
  background: #d9d9d9;
  border-radius: 2px;
  padding: 0;
  cursor: pointer;
  margin-right: 10px;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.form__control--checkbox:checked::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  top: 3px;
  left: 3px;
  background: #000;
}
.form__control--checkbox + label {
  width: calc(100% - 28px);
}
.form__control--area {
  height: auto;
  min-height: 130px;
  padding: 12px 15px;
  resize: none;
  line-height: 1.8em;
}
.form__control--submit {
  padding: 0 30px;
  max-width: 228px;
  height: 40px;
  background: #000;
  border: none;
  border-radius: 20px;
  overflow: hidden;
  font-size: 1.4em;
  font-weight: 700;
  color: #fff;
  margin: auto;
  cursor: pointer;
  box-shadow: none;
  transition: all ease-out 0.2s;
  z-index: 1;
}
.form__control--submit:not(:disabled):hover {
  background: #DEFF00;
  color: #000;
}
.form__control--submit:disabled, 
.form__control--submit:hover:disabled {
  opacity: 0.5;
  transform: none;
  box-shadow: none;
  cursor: not-allowed ;
}
.form__error {
  display: block;
  position: relative;
  font-size: 1.2em;
  padding: 5px 10px;
  max-width: 305px;
  margin: 5px auto 0;
  background-color: #EB5757;
  color: #fff;
  font-weight: 300;
  line-height: 1.4em;
}
.form__error::after {
  content: 'X';
  position: absolute;
  right: 10px;
  top: 5px;
  color: #fff;
  cursor: pointer;
  transform: scaleY(0.8);
}

/* --- / DEFAULTS --- */

/* --- FOOTER --- */

.footer {
  background: #fff;
  height: 90px;
}
.footer__black {
  background: #000;
}
.footer__content {
  height: 100%;
  color: #696969;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.social__icon {
  font-size: 0;
}
.footer__image {
  width: 100px;
}
.footer__image-invert {
  filter: invert(1);
}
.menu__footer {
  display: flex;
  gap: 25px;
  align-items: center;
  margin-left: auto;
}

.floating-button {
  position: fixed;
  width: 55px;
  height: 55px;
  bottom: 0;
  right: 0;
  margin: 0 20px 20px 0;
  z-index: 10;
}
.floating-button:hover {
  animation: spin .5s linear;
}
.floating-button svg {
  width: 100%;
  height: 100%;
  fill: #00E676;
}
@keyframes spin {
  0% {
    transform: translate(2px, 2px);
  }
  20% {
    transform: translate(-2px, -2px);
  }
  40% {
    transform: translate(2px, -2px);
  }
  60% {
    transform: translate(-2px, 2px);
  }
  80% {
    transform: translate(2px, 2px);
  }
  100% {
    transform: translate(-2px, -2px);
  }
}

@media only screen and (max-width: 650px) {
  .menu__footer:not(:first-child) {
    text-align: center;
  }
}

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

/* --- POLICY --- */

.policy-notify {
  position: fixed !important;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 101;
}
.policy-notify__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  background-color: #fff;
  margin-bottom: 50px;
  padding: 30px 40px;
  box-shadow: 3px 3px 10px 0 rgb(0 0 0 / 40%);
}
.policy-notify__wrapper .btn {
  margin-right: 0;
  border: none;
  white-space: nowrap;
  padding: 15px 20px;
}

@media only screen and (max-width: 768px) {
  .policy-notify__wrapper {
    flex-direction: column;
    text-align: justify;
  }
  .policy-notify__wrapper p a {
    font-weight: 700;
  }
  .policy-notify__wrapper .btn {
    margin-top: 20px;
  }
}

/* --- / POLICY --- */

/* --- HOME --- */

.main__banner.main__banner--loading .columns__column:first-child {
  transform: translateX(100px);
  transform-origin: right;
  opacity: 0;
}
.main__banner.main__banner--loading .columns__column:last-child {
  transform: translateX(-100px);
  filter: blur(5px);
  transform-origin: left;
  opacity: 0;
}
.main__banner .columns__column {
  transition: all ease-out 0.2s;
}

.main__banner::before {
  content: '';
  color: #fff;
  position: absolute;
  top: 50%;
  left: calc(50% - 50px);
  display: block;
  width: 100px;
  height: 33px;
  background: linear-gradient(90deg, #fff 50%, #fff 70%, #fff0 10%);
  background-size: 21px;
  opacity: 0;
  transition: all ease-out 0.2s;
  transform: translateY(-50%);
  animation: loading steps(1) infinite 1s;
  z-index: 1;
}
.main__banner::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 106px;
  height: 40px;
  border: 2px solid #fff;
  opacity: 0;
  transition: all ease-out 0.2s;
  transform: translate(-50%, -50%);
}
.main__banner.main__banner--loading::before,
.main__banner.main__banner--loading::after {
  opacity: 1;
}
@keyframes loading {
  0% {
    width: 20px;
  }
  20% {
    width: 40px;
  }
  40% {
    width: 60px;
  }
  60% {
    width: 80px;
  }
  80% {
    width: 100px;
  }
}

.main__form-container {
  background: #fff;
  padding: 50px 45px 35px;
  max-width: 395px;
  margin-left: auto;
  margin-right: auto;
}
.main__banner:not(.main__banner--loading) .power__effect {
  animation: glow ease-out 1s;
  animation-delay: 0.3s;
}

@keyframes glow {
  0% {}
  50% {
    text-shadow: 0 0 20px #deff00c7;
  }
  100% {}
}

.mark-container {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.mark-element {
  position: absolute;
  z-index: -1;
  transform: scale(0.6);
  right: -144px;
  bottom: -63px;
}

.client__item {
  display: flex;
  height: 120px;
  margin-top: 10px;
}
.client__img {
  display: block;
  margin: auto;
  margin-top: auto;
  max-width: 100%;
  transition: all ease-out 0.2s;
}
.client__item:hover .client__img {
  opacity: 0.7;
  transform: translateY(5px) scale(0.9);
}

.case__image {
  border: solid 1px #000;
  border-bottom: 0;
  overflow: hidden;
}
.case__img {
  transition: all ease-out 0.2s;
}
.case__container:hover .case__img {
  transform: scale(1.1);
}

.case__text {
  border: solid 1px #000;
  display: flex;
  padding: 25px 25px 15px;
}
.case__name {
  line-height: 4em;
  width: 45%;
}
.case__description {
  width: 55%;
}
.case__description p + p {
  margin-top: 15px;
}
.case__description p b {
  font-weight: 800;
}

.shape__effect-1,
.shape__effect-2 {
  position: relative;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #000;
}
.shape-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #deff00;
}

.final__text {
  max-width: 510px;
}
.final-img {
  position: absolute;
  height: 100%;
  right: -10%;
  opacity: 0.6;
}

.eight__effect {
  position: absolute;
  top: 5%;
  left: 50%;
  opacity: 0.4;
  transform: scale(1.6);
}
.eight__effect g.st0 {
  transform: translateX(-28px) scale(0.8);
}
.eight__effect::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(13, 13, 13, 1) 0%, rgb(13 13 13 / 52%) 90%);
}

/* --- / HOME --- */

/* --- THANKS --- */

.no-loading {
  padding: 0;
}
.no-loading::before,
.no-loading::after {
  content: none;
}
.full-height {
  min-height: calc(100vh - 90px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.whatsapp-button {
  position: relative;
  display: flex;
  width: 202px;
  height: 39px;
  margin: 0 auto;
  color: #fff;
  font-size: 12px;
  align-items: center;
  gap: 5px;
  justify-content: center;
  border: solid 1px #fff;
  border-radius: 19px;
  transition: all ease-out 0.2s;
}
.whatsapp-button:hover {
  filter: invert(22%) sepia(91%) saturate(1145%) hue-rotate(11deg) brightness(103%) contrast(106%);
}
.whatsapp-button::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url('../img/whatsapp-icon.png') center no-repeat;
}

/* --- / THANKS --- */

/* --- RECRUITMENT --- */

.recruit__banner::before {
  content: '';
  color: #fff;
  position: absolute;
  top: 40%;
  left: calc(50% - 50px);
  display: block;
  width: 100px;
  height: 33px;
  background: linear-gradient(90deg, #fff 50%, #fff 70%, #fff0 10%);
  background-size: 21px;
  opacity: 0;
  transition: all ease-out 0.2s;
  transform: translateY(-50%);
  animation: loading steps(1) infinite 1s;
  z-index: 1;
}
.recruit__banner::after {
  content: '';
  position: absolute;
  top: 40%;
  left: 50%;
  display: block;
  width: 106px;
  height: 40px;
  border: 2px solid #fff;
  opacity: 0;
  transition: all ease-out 0.2s;
  transform: translate(-50%, -50%);
}
.recruit__banner.recruit__banner--loading::before,
.recruit__banner.recruit__banner--loading::after {
  opacity: 1;
}
@keyframes loading {
  0% {
    width: 20px;
  }
  20% {
    width: 40px;
  }
  40% {
    width: 60px;
  }
  60% {
    width: 80px;
  }
  80% {
    width: 100px;
  }
}

.recruit__title-1,
.recruit__title-2,
.recruit__title-3 {
  transition: all ease-out 0.3s;
  transition-delay: 1s;
}
.recruit__description {
  transition: all ease-out 0.3s;
  transition-delay: 1.5s;
}
.recruit__banner--loading .recruit__title-1 {
  opacity: 0;
  transform: translateY(-20px);
  filter: blur(2px);
}
.recruit__banner--loading .recruit__title-2 {
  opacity: 0;
  filter: blur(2px);
  transform: scale(0.8);
}
.recruit__banner--loading .recruit__title-3 {
  opacity: 0;
  transform: translateY(20px);
  filter: blur(2px);
}
.recruit__banner--loading .recruit__description {
  opacity: 0;
  transform: translateY(-20px);
}
.recruit__page-1,
.recruit__page-2,
.recruit__page-3,
.recruit__page-4 {
  transition: all ease-out 0.8s;
}
.recruit__banner--loading .recruit__page-1,
.recruit__banner--loading .recruit__page-2,
.recruit__banner--loading .recruit__page-3,
.recruit__banner--loading .recruit__page-4 {
  opacity: 0;
  transform: translate(-50%, -120%);
}

.recruit__banner {
  height: 1350px;
}
.recruit__pages {
  position: absolute;
  top: 0;
  left: -8%;
  width: 100%;
  height: 100%;
}
.recruit__page-1 {
  position: absolute;
  top: -504px;
  left: calc(50% + 624px);
  width: 1487px;
  height: 859px;
  opacity: 0.2;
  background: url('../img/recruit-1.png') center/cover no-repeat;
  transform: translateX(-50%);
}
.recruit__page-2 {
  position: absolute;
  top: -202px;  
  left: 50%;
  width: 1562px;
  height: 961px;
  opacity: 0.2;
  background: url('../img/recruit-2.png') center/cover no-repeat;
  transform: translateX(-50%);
}
.recruit__page-3 {
  position: absolute;
  top: 116px;
  left: calc(50% + 957px);
  width: 1623px;
  height: 1383px;
  opacity: 0.2;
  background: url('../img/recruit-3.png') center/cover no-repeat;
  transform: translateX(-50%);
}
.recruit__page-4 {
  position: absolute;
  top: 470px;
  left: calc(50% + 5px);
  width: 1563px;
  height: 1232px;
  opacity: 0.2;
  background: url('../img/recruit-4.png') center/cover no-repeat;
  transform: translateX(-50%);
}
.recruit__text {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.brands__carousel-container {
  padding: 20px 0;
}
.brands__carousel-slides .slick-track {
  display: flex !important;
}
.brands__carousel-slides .brands__carousel-slide {
  display: flex !important;
  height: auto;
  align-items: center;
  justify-content: center;
  margin: 0 40px;
}

.company__left {
  position: relative;
}
.list__reference {
  position: absolute;
  width: 100%;
  height: 100%;
}
.mark-container-2 {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.mark-element-2 {
  position: absolute;
  z-index: -1;
  left: 15px;
  bottom: -16px;
}
.arrow-container {
  position: relative;
  width: fit-content;
  margin-top: 30px;
  margin-left: 40%;
}
.arrow-container-1 {
  width: fit-content;
  display: block;
}
.arrow-container-2 {
  position: absolute;
  top: 0;
  left: 0;
}
.company__title {
  letter-spacing: 1px;
  text-shadow: 4px 5px black;
}
.company__text {
  max-width: 380px;
}
.company__items {
  counter-reset: item-counter;
  margin-top: 300px;
}
.company__item {
  position: relative;
  padding: 50px 50px 50px 190px;
  border-radius: 18px;
  background: linear-gradient(150deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.1) 100%);
  z-index: 1;
}
.company__item + .company__item {
  margin-top: 150px;
}
.company__item::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: #0d0d0d;
  border-radius: 18px;
  z-index: -1;
}
.company__item::after {
  content: counter(item-counter);
  counter-increment: item-counter;
  position: absolute;
  top: 50%;
  right: 78%;
  font-family: bebas-neue-pro, sans-serif;
  font-weight: bold;
  font-size: 200px;
  background: linear-gradient(173deg, rgba(255,255,255,1) 10%, rgba(153,153,153,1) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  transform: translateY(-50%);
}
.company__item-text {
  line-height: 1.6em;
}

.final__title {
  line-height: 1em;
}
.final__text-centered {
  max-width: 400px;
  line-height: 1.4em;
  margin-left: auto;
  margin-right: auto;
}
.btn-form-show {
  font-size: 2em;
}
.final-bigger .final-img {
  height: 120%;
  top: -10%;
  right: 0;
}

.locked__body {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  z-index: -1;
}
.modal__content {
  background: #fff;
  padding: 120px 100px;
  width: 100%;
  max-height: 95vh;
  border-radius: 70px;
  max-width: 900px;
  margin: 2.5vh auto;
  -webkit-animation: showModal 0.3s;
  animation: showModal 0.3s;
}
@keyframes showModal {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  45% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.curriculum__form {
  height: calc(95vh - 220px);
  overflow-y: scroll;
  padding-bottom: 20px;
  padding-right: 86px;
  margin-left: -97px;
  transform: translateX(100px);
}
.curriculum__form .form__row {
  margin-bottom: 25px;
}
.curriculum__form .form__group {
  position: relative;
  margin: 0 20px;
}
.curriculum__form .form__group:first-child {
  margin-left: 0;
}
.curriculum__form .form__group:last-child {
  margin-right: 0;
}
.curriculum__form .form__label {
  color: #666666;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: block;
}
.curriculum__form .form__label p {
  text-transform: none;
  margin-top: 5px;
  font-weight: 400;
}
.curriculum__form .form__control {
  font-family: "Noto Sans", sans-serif;
  border: solid 1px #CCCCCC;
  box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 6px;
  height: 45px;
  padding: 0 15px;
  background: #fff;
}
.curriculum__form .form__control::placeholder,
.curriculum__form .form__control:focus::placeholder {
  opacity: 1;
  padding-left: 0;
  color: #666666;
}
.curriculum__form .form__control {
  padding: 10px 15px;
}
.curriculum__form .form__control:not(.form__control--checkbox):not(.form__control--submit):focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  color: #333333;
}
.curriculum__form .form__label-file {
  position: relative;
  display: flex;
  align-items: center;
  border: none;
  padding-left: 24px;
}
.curriculum__form .form__label-file::before {
  content: '';
  position: absolute;
  left: 0;
  width: 16px;
  height: 19px;
  background: url('../img/upload-icon.png') center/cover no-repeat;
  margin-right: 10px;
}
.curriculum__form .form__group.file {
  position: relative;
}
.curriculum__form .form__control--file {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}
.add-social-media,
.remove-social-media {
  font-size: 0;;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  width: 19px;
  height: 19px;
  background: url('../img/add-icon.png') center/cover no-repeat;
  cursor: pointer;
}
.remove-social-media {
  background: url('../img/remove-icon.png') center/cover no-repeat;
  margin-top: 4px;
  margin-left: auto;
  display: block;
  position: relative;
  z-index: 1;
}
.form__social {
  position: relative;
  margin-bottom: 12px;
}
.social-media-item {
  animation: appear ease-out 0.2s;
}
@keyframes appear {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
.social-media-item + .social-media-item {
  position: absolute;
  top: 0;
  right: 0;
  width: 83%;
}
.social-media-item + .social-media-item .form__control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.social-option {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 7px;
  margin-bottom: -6px;
}
.social-media-item .select2-selection--single span {
  color: transparent;
}
.option-facebook {
  background: url('../img/social/facebook-icon.png') center/cover no-repeat;
}
.option-instagram {
  background: url('../img/social/instagram-icon.png') center/cover no-repeat;
}
.option-behance {
  background: url('../img/social/behance-icon.png') center/cover no-repeat;
}
.option-pinterest {
  background: url('../img/social/pinterest-icon.png') center/cover no-repeat;
}
.form__social + .add-social-media {
  position: absolute;
  bottom: 12px;
  right: 24px;
}
.add-social-disabled {
  opacity: 0.5;
}

.curriculum__form .radios {
  display: flex;
  gap: 30px;
}
.curriculum__form .radios__wrapper {
  font-family: "Noto Sans", sans-serif;
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 1.2em;
  cursor: pointer;
}
.curriculum__form .radios__input {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  apperance: none;
  width: 20px;
  height: 20px;
  border: solid 1px #CCCCCC;
  border-radius: 6px;
  margin-top: -1px;
  cursor: pointer;
}
.curriculum__form .radios__input:checked::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  border-radius: 3px;
  background: #000;
}
.curriculum__form .form__control--submit {
  background: #000;
  width: 100%;
  margin-top: 30px;
  border: none;
}
.curriculum__form .form__group.has__errors {
  position: relative;
}
.curriculum__form .form__group.has__errors::after,
.curriculum__form .social-media-item.has__errors::after {
  content: '';
  position: absolute;
  bottom: 39px;
  right: 8px;
  width: 18px;
  height: 18px;
  background: url(../img/error-icon.png) center / cover no-repeat;
}
.curriculum__form .form__group.has__errors .form__control,
.curriculum__form .social-media-item.has__errors .form__control,
.curriculum__form .form__group.has__errors .select2-container--default .select2-selection--single {
  border-color: #EB5757;
}
.curriculum__form .form__error {
  color: #EB5757;
  background: none;
  font-size: 1.1em;
  margin: 0;
  padding: 5px 0;
}
.curriculum__form .add-social-media + .form__error {
  position: absolute;
  top: 38px;
}
.curriculum__form .form__social + .add-social-media + .form__error {
  position: absolute;
  top: 66px;
}
.curriculum__form .social-media-item .form__error {
  position: relative;
  left: -48px;
}

/* --- / RECRUITMENT --- */

/* --- THANKS --- */

.thanks__banner {
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.thanks__banner  .eight__effect {
  opacity: 1;
  left: auto;
  right: 0;
  top: 23%;
  transform: scale(1.5);
}
.thanks__title-1, 
.thanks__title-2 {
  margin-left: 30%;
}
.thanks__social-list {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
}
.thanks__description {
  max-width: 590px;
  margin-left: auto;
  margin-right: auto;
}

/* --- / THANKS --- */

@media only screen and (max-width: 1400px) {
  .content--large {
    max-width: 1160px;
  }

  .pt-200,
  .py-200 {
    padding-top: 100px;
  }
  .pb-200,
  .py-200 {
    padding-bottom: 100px;
  }

  .pt-150,
  .py-150 {
    padding-top: 100px;
  }
  .pb-150,
  .py-150 {
    padding-bottom: 100px;
  }

  .main__banner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .main__form-container {
    margin-top: 0;
    padding: 40px 40px 30px;
  }

  .clients__container {
    margin-bottom: 50px;
  }

  .no-loading {
    padding: 0;
  }
  .full-height .pb-100 {
    padding-bottom: 50px;
  }

  .recruit__banner {
    height: 1010px;
  }
  .recruit__page-1 {
    top: -371px;
    left: calc(50% + 458px);
    width: 1090px;
    height: 630px;
  }
  .recruit__page-2 {
    top: -150px;  
    left: 50%;
    width: 1153px;
    height: 704px;
  }
  .recruit__page-3 {
    top: 84px;
    left: calc(50% + 702px);
    width: 1190px;
    height: 1014px;
  }
  .recruit__page-4 {
    position: absolute;
    top: 343px;
    left: calc(50% + 4px);
    width: 1146px;
    height: 904px;
  }
  .recruit__text {
    margin-top: -50px;
  }

  .brands__carousel-container {
    padding-top: 0;
  }
  .company__container .columns__spaced {
    gap: 8%;
  }
  .company__container .columns__spaced .columns__column {
    width: 46%;
  }
  .company__item {
    padding-left: 180px;
    max-width: 530px;
  }
}

@media only screen and (max-width: 1280px) {
  .mt-200,
  .my-200 {
    margin-top: 100px;
  }
  .mb-200,
  .my-200 {
    margin-bottom: 100px;
  }

  .mt-150,
  .my-150 {
    margin-top: 100px;
  }
  .mb-150,
  .my-150 {
    margin-bottom: 100px;
  }

  .font-90 {
    font-size: 8em;
  }
  .font-70 {
    font-size: 6em;
  }
  .font-65 {
    font-size: 5.2em;
  }
  .font-60 {
    font-size: 5em;
  }

  .font-42 {
    font-size: 3.6em;
  }

  .font-16 {
    font-size: 1.4em;
  }

  .btn-white {
    font-size: 1.4em;
  }

  .mark-element {
    transform: scale(0.5);
    right: -173px;
    bottom: -61px;
  }

  .client__img {
    transform: scale(0.9);
  }
}

@media only screen and (max-width: 1150px) {
  .company__container .columns__spaced {
    gap: 0;
  }
  .company__container .columns__spaced .columns__column {
    width: 50%;
  }

  .final-bigger .final-img {
    height: 100%;
    top: 0;
    right: -5%;
  }

  .brands__carousel-slides .brands__carousel-slide {
    margin: 0;
  }

  .modal__content {
    padding: 100px 150px;
  }
}

@media only screen and (max-width: 768px) {
  .form__group {
    margin: 0 11px;
  }
  .form__row {
    flex-wrap: wrap;
  }
  .form__group {
    flex-basis: auto;
    margin: 0;
  }
  .form__row + .form__row,
  .form__group + .form__group {
    margin-top: 20px;
  }

  .columns:not(.columns--4x):not(.columns--5x) .columns__column,
  .columns:not(.columns--4x):not(.columns--5x) .columns.columns__spaced .columns__column {
    width: 100%;
  }
  .columns:not(.columns--3x):not(.columns--4x):not(.columns--5x):not(.column__revert-mobile) .columns__column + .columns__column {
    margin-top: 50px;
  }
  .columns.column__revert-mobile:not(.columns--4x) .columns__column:first-child {
    margin-top: 50px;
  }
  .columns.columns--4x,
  .columns.columns--5x {
    gap: 20px;
  }
  .columns.columns--4x .columns__column,
  .columns.columns--5x .columns__column {
    width: calc(50% - 10px);
  }
  .column__revert-mobile {
    flex-direction: column-reverse;
  }
  .columns.columns--2x .columns__column .columns .columns__column + .columns__column {
    margin-top: 0;
  }

  .main__banner {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .eight__effect {
    transform: none;
    left: 0;
  }

  .final__text {
    position: relative;
    z-index: 1;
  }
  .final__column {
    position: relative;
    z-index: 1;
  }
  .final-img {
    top: 0;
    opacity: 0.3;
  }

  .company__left {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100vh;
    padding: 100px 0;
  }
  .company__left::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100vw;
    height: 60%;
    background: #0d0d0d;
    background: linear-gradient(180deg, rgba(13, 13, 13, 1) 0%, rgba(13, 13, 13, 1) 82%, rgba(13, 13, 13, 0) 100%);
  }
  .mark-element-2 {
    transform: scale(0.8);
    bottom: -29px;
    left: -28px;
  }
  .arrow-container {
    position: absolute;
    margin: 0;
    top: 358px;
    right: -63px;
    transform: scale(0.7) rotateY(180deg) rotateZ(-278deg);
  }
  .company__text {
    z-index: 1;
    position: relative;
  }
  .company__items {
    margin-top: 500px;
    padding-bottom: 200px;
  }
  .company__item {
    padding: 40px 40px 40px 150px;
  }
  .company__right {
    position: relative;
    margin-top: 500px;
    z-index: 0;
  }

  .modal__content {
    padding: 90px;
    width: 95%;
  }
  .curriculum__form .form__row {
    flex-wrap: wrap;
  }
  .curriculum__form .form__group {
    width: 100%;
    flex-basis: auto;
    margin: 0;
  }
  .curriculum__form .form__row + .form__row,
  .curriculum__form .form__group + .form__group {
    margin-top: 20px;
  }
  .curriculum__form .form__group.file,
  .curriculum__form .form__group.social-media {
    width: 100%;
  }
  .curriculum__form .social-media-item + .social-media-item {
    width: calc(100% - 50px);
  }
}

@media only screen and (max-width: 500px) {
  .font-90 {
    font-size: 6.2em;
  }
  .font-70 {
    font-size: 5em;
  }
  .font-65 {
    font-size: 4.5em;
  }
  .font-60 {
    font-size: 4em;
  }
  .font-42 {
    font-size: 2.7em;
  }
  .font-36 {
    font-size: 2.4em;
  }
  .font-20 {
    font-size: 1.6em;
  }

  .btn {
    padding: 15px 30px;
    width: fit-content;
  }

  .eight__effect {
    top: 0;
    left: -20%;
    opacity: 1;
  }

  .mark-element {
    transform: scale(0.4);
    right: -197px;
    bottom: -57px;
  }
  .clients__container {
    margin-top: 50px;
    margin-bottom: 100px;
  }
  .client__item {
    height: 90px;
  }

  .case__img {
    height: 160px;
    object-fit: cover;
    object-position: right;
  }
  .case__text {
    flex-direction: column;
  }
  .case__name {
    width: 100%;
    display: flex;
    margin-bottom: 20px;
    gap: 50px;
  }
  .case__description {
    width: 100%;
    text-align: justify;
  }

  .shape__section {
    padding-top: 50px;
  }

  .final__column {
    padding-bottom: 50px;
  }
  .final__column h3 {
    margin-top: 0;
  }
  .final-img {
    width: 100vw;
    right: auto;
    left: calc(50% - 50vw);
    object-fit: cover;
    height: 77%;
    top: auto;
    bottom: 0;
    opacity: 0.2;
  }

  .menu__footer {
    gap: 20px;
  }

  .brands__carousel-slides {
    position: absolute;
    transform: translateY(-100%);
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .brands__carousel-slides .brands__carousel-slide {
    width: calc(50% - 40px);
    margin: 20px;
    transform: scale(0.8);
  }
  .brands__carousel-slides .brands__carousel-slide:nth-child(n + 7) {
    display: none !important;
  }

  .company__item {
    padding: 40px 40px 40px 120px;
  }
  .company__item::after {
    right: 75%;
  }

  .modal__content {
    padding: 80px 20px;
    height: 100%;
  }
  .curriculum__form {
    padding-right: 16px;
    margin-left: 16px;
    transform: none;
    height: 100%;
  }

  .thanks__banner .eight__effect {
    transform: none;
    top: 0;
    right: -20%;
  }
}