html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "Open Sauce Sans";
  src: url("../fonts/opensaucesans-light-webfont.woff2") format("woff2"), url("../fonts/opensaucesans-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sauce Sans";
  src: url("../fonts/opensaucesans-lightitalic-webfont.woff2") format("woff2"), url("../fonts/opensaucesans-lightitalic-webfont.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sauce Sans";
  src: url("../fonts/opensaucesans-regular-webfont.woff2") format("woff2"), url("../fonts/opensaucesans-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sauce Sans";
  src: url("../fonts/opensaucesans-italic-webfont.woff2") format("woff2"), url("../fonts/opensaucesans-italic-webfont.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sauce Sans";
  src: url("../fonts/opensaucesans-medium-webfont.woff2") format("woff2"), url("../fonts/opensaucesans-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sauce Sans";
  src: url("../fonts/opensaucesans-mediumitalic-webfont.woff2") format("woff2"), url("../fonts/opensaucesans-mediumitalic-webfont.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sauce Sans";
  src: url("../fonts/opensaucesans-semibold-webfont.woff2") format("woff2"), url("../fonts/opensaucesans-semibold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sauce Sans";
  src: url("../fonts/opensaucesans-semibolditalic-webfont.woff2") format("woff2"), url("../fonts/opensaucesans-semibolditalic-webfont.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sauce Sans";
  src: url("../fonts/opensaucesans-bold-webfont.woff2") format("woff2"), url("../fonts/opensaucesans-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sauce Sans";
  src: url("../fonts/opensaucesans-bolditalic-webfont.woff2") format("woff2"), url("../fonts/opensaucesans-bolditalic-webfont.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sauce Sans";
  src: url("../fonts/opensaucesans-extrabold-webfont.woff2") format("woff2"), url("../fonts/opensaucesans-extrabold-webfont.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sauce Sans";
  src: url("../fonts/opensaucesans-black-webfont.woff2") format("woff2"), url("../fonts/opensaucesans-black-webfont.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
.font--thin {
  font-weight: 100 !important;
}

.font--extralight {
  font-weight: 200 !important;
}

.font--light {
  font-weight: 300 !important;
}

.font--regular {
  font-weight: 400 !important;
}

.font--medium {
  font-weight: 500 !important;
}

.font--semibold {
  font-weight: 600 !important;
}

.font--bold {
  font-weight: 700 !important;
}

.font--black {
  font-weight: 900 !important;
}

strong {
  font-weight: 500;
}

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

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

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

.text--uppercase {
  text-transform: uppercase !important;
}

.text--accent {
  color: #6126B2 !important;
}

.animation--float-y {
  animation: floatY 4s ease infinite;
}

.animation--float-y-super {
  animation: floatYSuper 8s ease-out infinite;
}
@media screen and (max-width: 601px) {
  .animation--float-y-super {
    animation-duration: 4s;
  }
}

.animation--floaty--reverse {
  animation: floatYReverse 5s ease infinite;
}

.animation--floaty--reverse-super {
  animation: floatYReverseSuper 10s ease-out infinite;
}
@media screen and (max-width: 601px) {
  .animation--floaty--reverse-super {
    animation-duration: 5s;
  }
}

.animation--float-h {
  animation: floatH 4s ease infinite;
}

.animation--floath--reverse {
  animation: floatHReverse 6s ease infinite;
}

.animation--float-diagonal {
  animation: floatDiagonal 4s ease-in-out infinite;
}

.animation--float-diagonal-reverse {
  animation: floatDiagonalReverse 4.5s ease-in-out infinite alternate;
}

.animation--zoom--inout {
  animation: zoomIn 2s ease-in-out infinite alternate;
}

@keyframes floatY {
  from {
    transform: translate(0, 0);
  }
  65% {
    transform: translate(0, -1rem);
  }
  to {
    transform: translate(0, 0);
  }
}
@keyframes floatYSuper {
  from {
    transform: translate(0, 0);
  }
  65% {
    transform: translate(0, -3rem);
  }
  to {
    transform: translate(0, 0);
  }
}
@keyframes floatYReverse {
  from {
    transform: translate(0, 0);
  }
  65% {
    transform: translate(0, 1rem);
  }
  to {
    transform: translate(0, 0);
  }
}
@keyframes floatYReverseSuper {
  from {
    transform: translate(0, 0);
  }
  65% {
    transform: translate(0, 3rem);
  }
  to {
    transform: translate(0, 0);
  }
}
@keyframes floatH {
  from {
    transform: translate(0, 0);
  }
  65% {
    transform: translate(-1rem, 0);
  }
  to {
    transform: translate(0, 0);
  }
}
@keyframes floatHReverse {
  from {
    transform: translate(0, 0);
  }
  65% {
    transform: translate(1rem, 0);
  }
  to {
    transform: translate(0, 0);
  }
}
@keyframes floatDiagonal {
  0% {
    transform: translate(0, 0);
  }
  65% {
    transform: translate(-2rem, 1rem);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes floatDiagonalReverse {
  0% {
    transform: translate(0, 0);
  }
  65% {
    transform: translate(2rem, -1rem);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
.animation--point-down {
  animation: pointDown 2s ease infinite;
}

@keyframes pointDown {
  from {
    transform: translate(0, 0);
  }
  65% {
    transform: translate(0, 1rem);
  }
  to {
    transform: translate(0, 0);
  }
}
.animation--rotate {
  animation: rotate 4s ease infinite;
}

.animation--rotate-reverse {
  animation: rotateReverse 4.5s ease infinite;
}

.animation--rotate-float {
  animation: rotateFloat 4s ease-in infinite;
}

.animation--rotate-float-reverse {
  animation: rotateFloatReverse 3s ease-in infinite;
}

@keyframes rotate {
  from {
    transform: rotate(0deg) translateY(0);
  }
  65% {
    transform: rotate(10deg) translateY(0.5rem);
  }
  to {
    transform: rotate(0deg) translateY(0);
  }
}
@keyframes rotateReverse {
  from {
    transform: rotate(0deg);
  }
  65% {
    transform: rotate(-15deg) translateY(0.5rem);
  }
  to {
    transform: rotate(0deg);
  }
}
@keyframes rotateFloat {
  from {
    transform: rotate(0deg) translateY(0);
  }
  65% {
    transform: rotate(10deg) translateY(-1rem);
  }
  to {
    transform: rotate(0deg) translateY(0);
  }
}
@keyframes rotateFloatReverse {
  from {
    transform: rotate(0deg) translateY(0);
  }
  65% {
    transform: rotate(5deg) translateY(1rem);
  }
  to {
    transform: rotate(0deg) translateY(0);
  }
}
@keyframes rotate360 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.animation--in {
  transition: opacity 0.4s 0.3s ease-out, transform 0.6s 0.3s ease-out;
}
.animation--in.bottom-up:not(.visible) {
  opacity: 0 !important;
  transform: translateY(10rem) !important;
}
.animation--in.up-bottom:not(.visible) {
  opacity: 0 !important;
  transform: translateY(-10rem) !important;
}
.animation--in.left-right:not(.visible) {
  opacity: 0 !important;
  transform: translateX(-10rem) !important;
}
.animation--in.right-left:not(.visible) {
  opacity: 0 !important;
  transform: translateX(10rem) !important;
}
.animation--in.fade-in:not(.visible) {
  opacity: 0 !important;
}

.animation--in--fade {
  animation: fadeIn 0.5s ease-out;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slideInLeft {
  0% {
    transform: translateX(-15%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideInRight {
  0% {
    transform: translateX(15%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideInBottom {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideInTop {
  0% {
    transform: translateY(-5rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes beat {
  0% {
    transform: scale(1.05);
    opacity: 0.9;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes growIn {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@media screen and (max-width: 601px) {
  @keyframes modalGrow {
    0% {
      transform: translateY(105%);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }
}
*, *:after, *:before {
  box-sizing: border-box;
  letter-spacing: inherit;
  scroll-behavior: smooth;
}

html {
  overflow-x: hidden;
  max-width: 100vw;
  font-size: 0.5208333333vw;
}
@media screen and (min-aspect-ratio: 21/9) {
  html {
    font-size: 0.3703703704vw;
  }
}
@media screen and (max-width: 821px) {
  html {
    font-size: 1.2195121951vw;
  }
}
@media screen and (max-width: 601px) {
  html {
    font-size: 2.0833333333vw;
  }
}

body {
  font-family: "Open Sauce Sans", sans-serif !important;
  font-weight: 300 !important;
  font-size: 2.2rem;
  line-height: 1.3;
  background: #FFFFFF;
  color: #1E1E1E;
}
@media screen and (max-width: 821px) {
  body {
    font-size: 1.8rem;
  }
}
body::-webkit-scrollbar-track {
  background-color: #E0E0E0;
}
body::-webkit-scrollbar {
  width: 0.5rem;
  background-color: #E0E0E0;
}
body::-webkit-scrollbar-thumb {
  background-color: #6126B2;
  border-radius: 0.25rem;
}

a {
  text-decoration: none;
  outline: none;
  color: inherit;
}

img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

button {
  color: inherit;
  background: none;
  outline: none;
  cursor: pointer;
  border: none;
}

.hidden {
  display: none !important;
}

@media screen and (max-width: 601px) {
  .hide__mobile {
    display: none !important;
  }
}

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

.cima-contact__footer {
  width: 100%;
  background-color: #F7F6F1;
  background-image: url("../images/cima_contact-bg.svg");
  background-size: 26% auto;
  background-position: right 41%;
  background-repeat: no-repeat;
  padding: 4rem 4rem 16rem 4rem;
  position: relative;
}
@media screen and (max-width: 821px) {
  .cima-contact__footer {
    padding: 2.4rem 1.6rem;
  }
}

.cima-page__white-wrapper {
  width: calc(100% - 4.8rem);
  margin: -8rem 2.4rem 0;
  padding: 5.6rem 12rem;
  background: #F1F2F2;
  border-radius: 4.8rem;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media screen and (max-width: 821px) {
  .cima-page__white-wrapper {
    margin-top: -12rem;
    padding: 4rem 2.4rem;
    border-radius: 3.2rem;
  }
}
@media screen and (max-width: 601px) {
  .cima-page__white-wrapper {
    width: calc(100% - 1.6rem);
    margin: -12rem 0.8rem 0;
    border-radius: 2rem;
  }
}

.title--heading--h1 {
  font-family: "Open Sauce Sans", sans-serif;
  font-size: 8rem;
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (max-width: 821px) {
  .title--heading--h1 {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 601px) {
  .title--heading--h1 {
    font-size: 4.4rem;
  }
}
.title--heading--h2 {
  font-family: "Open Sauce Sans", sans-serif;
  font-size: 5.6rem;
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (max-width: 821px) {
  .title--heading--h2 {
    font-size: 3.6rem;
  }
}
.title--heading--h3 {
  font-family: "Open Sauce Sans", sans-serif;
  font-size: 4.8rem;
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (max-width: 821px) {
  .title--heading--h3 {
    font-size: 3.2rem;
  }
}
.title--heading--h4 {
  font-family: "Open Sauce Sans", sans-serif;
  font-size: 3.2rem;
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (max-width: 821px) {
  .title--heading--h4 {
    font-size: 2.8rem;
  }
}
.title--heading--h5 {
  font-family: "Open Sauce Sans", sans-serif;
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (max-width: 821px) {
  .title--heading--h5 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 601px) {
  .title--heading--h5 {
    font-size: 2.2rem;
  }
}
.title--heading--h6 {
  font-family: "Open Sauce Sans", sans-serif;
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (max-width: 821px) {
  .title--heading--h6 {
    font-size: 1.8rem;
  }
}

.title-highlight-lilac {
  display: inline-block;
  font-size: inherit;
  position: relative;
  z-index: 0;
}
.title-highlight-lilac::after {
  content: "";
  width: 104%;
  height: 90%;
  border-radius: 0.8rem;
  position: absolute;
  top: 9%;
  left: -1.8%;
  z-index: -1;
  opacity: 0.7;
}
.title-highlight-lilac {
  color: #6126B2;
}
.title-highlight-lilac::after {
  background: #DFC7F9;
}

.title-highlight-green {
  display: inline-block;
  font-size: inherit;
  position: relative;
  z-index: 0;
}
.title-highlight-green::after {
  content: "";
  width: 104%;
  height: 90%;
  border-radius: 0.8rem;
  position: absolute;
  top: 9%;
  left: -1.8%;
  z-index: -1;
  opacity: 0.7;
}
.title-highlight-green {
  color: #01AD65;
}
.title-highlight-green::after {
  background: #C4F485;
}

.title-highlight-secondary {
  display: inline-block;
  font-size: inherit;
  position: relative;
  z-index: 0;
}
.title-highlight-secondary::after {
  content: "";
  width: 104%;
  height: 90%;
  border-radius: 0.8rem;
  position: absolute;
  top: 9%;
  left: -1.8%;
  z-index: -1;
  opacity: 0.7;
}
.title-highlight-secondary {
  color: #FFFFFF;
}
.title-highlight-secondary::after {
  background: #FE5104;
  opacity: 1;
}

.tag--job {
  font-family: "Open Sauce Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 0.8rem 1.6rem 0.8rem 1.2rem;
  border-radius: 4rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  gap: 0.8rem;
  white-space: nowrap;
}
@media screen and (max-width: 821px) {
  .tag--job {
    font-size: 1.2rem;
    padding: 0.6rem 1.2rem;
    gap: 0.4rem;
  }
}
.tag--job::before {
  content: "";
  width: 2rem;
  height: 2rem;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
@media screen and (max-width: 821px) {
  .tag--job::before {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.tag--job--commercial {
  background: #D5F6ED;
  color: #01AD85;
}
.tag--job--commercial::before {
  background-image: url("../images/icons/jobs/icon_commercial.svg");
}
.tag--job--design-ux {
  background: #FBE2F3;
  color: #EA3C63;
}
.tag--job--design-ux::before {
  background-image: url("../images/icons/jobs/icon_design-ux.svg");
}
.tag--job--engineering {
  background: #FEE2CB;
  color: #FF4C35;
}
.tag--job--engineering::before {
  background-image: url("../images/icons/jobs/icon_engineering.svg");
}
.tag--job--finance {
  background: #FFFBD4;
  color: #B9AA24;
}
.tag--job--finance::before {
  background-image: url("../images/icons/jobs/icon_finance.svg");
}
.tag--job--management {
  background: #ECEFF5;
  color: #7388B1;
}
.tag--job--management::before {
  background-image: url("../images/icons/jobs/icon_management.svg");
}
.tag--job--people {
  background: #E0F3FF;
  color: #179DEF;
}
.tag--job--people::before {
  background-image: url("../images/icons/jobs/icon_people.svg");
}
.tag--job--product {
  background: #FFEFBA;
  color: #DA9719;
}
.tag--job--product::before {
  background-image: url("../images/icons/jobs/icon_product.svg");
}
.tag--job--qa {
  background: #E4FFC2;
  color: #77AF2E;
}
.tag--job--qa::before {
  background-image: url("../images/icons/jobs/icon_qa.svg");
}

.cima-floating-cursor {
  position: absolute;
  z-index: 5;
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  pointer-events: none;
  transform: translate3d(0, 0, 0);
  transition: left 0.7s cubic-bezier(0.22, 1, 0.36, 1), top 0.7s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  animation: floatingCursor 4.8s ease-in-out infinite;
}
.cima-floating-cursor.is-following {
  animation: none;
  transition: none;
}
.cima-floating-cursor.is-following .cima-floating-cursor__tooltip {
  animation: none;
}
.cima-floating-cursor.is-returning {
  animation: none;
  transition: left 0.7s cubic-bezier(0.22, 1, 0.36, 1), top 0.7s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.cima-floating-cursor--bottom-right .cima-floating-cursor__icon {
  transform: rotate(-45deg);
  bottom: 100%;
  right: 100%;
}
.cima-floating-cursor--top-left .cima-floating-cursor__icon {
  transform: rotate(135deg);
  top: 100%;
  left: 100%;
}
.cima-floating-cursor--top-center .cima-floating-cursor__icon {
  bottom: calc(100% + 0.4rem);
  left: calc(50% - 0.6rem);
}

.cima-floating-cursor__icon {
  display: block;
  width: 1.2rem;
  position: absolute;
}
@media screen and (max-width: 601px) {
  .cima-floating-cursor__icon {
    width: 0.8rem;
  }
}
.cima-floating-cursor__icon img {
  display: block;
  width: 100%;
  height: auto;
}

.cima-floating-cursor__tooltip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.2rem;
  border-radius: 0.8rem;
  font-size: 1.6rem;
  line-height: 1.5;
  white-space: nowrap;
  animation: cursorTooltipPulse 5.2s ease-in-out infinite;
}
@media screen and (max-width: 601px) {
  .cima-floating-cursor__tooltip {
    font-size: 1.4rem;
    padding: 0.4rem 0.8rem;
    border-radius: 0.4rem;
  }
}
.cima-floating-cursor__tooltip.tooltip--secondary {
  background: #FE5104;
  color: #FFFFFF;
}
.cima-floating-cursor__tooltip.tooltip--yellow {
  background: #FDE401;
  color: #1E1E1E;
}
.cima-floating-cursor__tooltip.tooltip--green {
  background: #01AD65;
  color: #FFFFFF;
}
.cima-floating-cursor__tooltip.tooltip--purple {
  background: #6C35EA;
  color: #FFFFFF;
}

@keyframes floatingCursor {
  0% {
    transform: translate3d(0, 0, 0) rotate(-3deg);
  }
  25% {
    transform: translate3d(0.55rem, -0.42rem, 0) rotate(-2.4deg);
  }
  50% {
    transform: translate3d(0.75rem, 0.28rem, 0) rotate(-2deg);
  }
  75% {
    transform: translate3d(0.38rem, 0.52rem, 0) rotate(-2.7deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(-3deg);
  }
}
@keyframes cursorTooltipPulse {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0.05rem, -0.04rem, 0);
  }
}
.page__wrapper {
  width: 100%;
  max-width: 100vw;
  min-height: 100vh;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}
@media screen and (max-width: 821px) {
  .page__wrapper {
    overflow: hidden;
  }
}

.page__content {
  width: 100%;
}

.text--body--xxs {
  font-size: 1.8rem;
  line-height: 1.2;
}
@media screen and (max-width: 821px) {
  .text--body--xxs {
    font-size: 1.4rem;
  }
}
.text--body--xs {
  font-size: 2rem;
  line-height: 1.2;
}
@media screen and (max-width: 821px) {
  .text--body--xs {
    font-size: 1.6rem;
  }
}
.text--body--sm {
  font-size: 2.2rem;
  line-height: 1.2;
}
@media screen and (max-width: 821px) {
  .text--body--sm {
    font-size: 1.8rem;
  }
}
.text--body--md {
  font-size: 2.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 1441px) {
  .text--body--md {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 821px) {
  .text--body--md {
    font-size: 2rem;
  }
}
@media screen and (max-width: 601px) {
  .text--body--md {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
.text--body--lg {
  font-size: 2.8rem;
  line-height: 1.4;
}
@media screen and (max-width: 821px) {
  .text--body--lg {
    font-size: 2.4rem;
  }
}

.cima-contact__block {
  width: 100%;
  max-width: 200rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  gap: 2.4rem;
}
.cima-contact__block .cima-contact__block__content {
  width: 100%;
  padding: 8rem 25% 8rem 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  gap: 6.4rem;
}
@media screen and (max-width: 821px) {
  .cima-contact__block .cima-contact__block__content {
    padding: 6.4rem 25% 32rem 2.4rem;
  }
}
@media screen and (max-width: 601px) {
  .cima-contact__block .cima-contact__block__content {
    padding-right: 10%;
    padding: 6.4rem 10% 36rem 0.8rem;
  }
}
.cima-contact__block .cima-contact__block__header {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  gap: 2rem;
}
.cima-contact__block .cima-contact__block__header .cima-contact__block__title span::before {
  content: "";
  width: 4rem;
  height: 4rem;
  position: absolute;
  left: calc(100% + 1.2rem);
  top: -1.6rem;
  background-image: url("../images/icons/icon_paperplane.svg");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}
.cima-contact__block .cima-contact__block__header .cima-contact__block__text {
  width: 33%;
}
@media screen and (max-width: 821px) {
  .cima-contact__block .cima-contact__block__header .cima-contact__block__text {
    width: 75%;
  }
}
@media screen and (max-width: 601px) {
  .cima-contact__block .cima-contact__block__header .cima-contact__block__text {
    width: 100%;
  }
}
.cima-contact__block .cima-contact__block__info {
  padding-left: 16rem;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  gap: 3.2rem;
  position: relative;
}
@media screen and (max-width: 821px) {
  .cima-contact__block .cima-contact__block__info {
    padding-left: 0;
    gap: 4rem;
  }
}
.cima-contact__block .cima-contact__block__info .cima-floating-cursor--email {
  right: 1rem;
  bottom: 2.4rem;
  animation-delay: -0.4s;
}
@media screen and (max-width: 821px) {
  .cima-contact__block .cima-contact__block__info .cima-floating-cursor--email {
    right: -8rem;
  }
}
@media screen and (max-width: 601px) {
  .cima-contact__block .cima-contact__block__info .cima-floating-cursor--email {
    right: -4rem;
    bottom: 3.2rem;
  }
}
.cima-contact__block .cima-contact__block__info .cima-floating-cursor--email .cima-floating-cursor__tooltip {
  font-weight: 500;
}
@media screen and (max-width: 821px) {
  .cima-contact__block--job {
    padding-bottom: 26rem;
  }
}
@media screen and (max-width: 601px) {
  .cima-contact__block--job {
    padding-bottom: 32rem;
  }
}
.cima-contact__block--job .cima-contact__block__content {
  padding-right: 21%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  gap: 6.4rem;
  position: relative;
}
@media screen and (max-width: 821px) {
  .cima-contact__block--job .cima-contact__block__content {
    padding: 6.4rem 2.4rem 4rem 2.4rem;
    gap: 2.4rem;
  }
}
@media screen and (max-width: 601px) {
  .cima-contact__block--job .cima-contact__block__content {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
  }
}
.cima-contact__block--job .cima-contact__block__content .cima-contact__block__content__left {
  width: 27%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  gap: 8rem;
}
@media screen and (max-width: 821px) {
  .cima-contact__block--job .cima-contact__block__content .cima-contact__block__content__left {
    width: 40%;
  }
}
@media screen and (max-width: 601px) {
  .cima-contact__block--job .cima-contact__block__content .cima-contact__block__content__left {
    width: 100%;
  }
}
.cima-contact__block--job .cima-contact__block__content .cima-contact__block__content__left .cima-contact__block__title {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}
.cima-contact__block--job .cima-contact__block__content .cima-contact__block__content__left .cima-contact__block__text {
  width: 100%;
}
.cima-contact__block--job .cima-contact__block__content .cima-contact__block__info {
  padding: 0;
  gap: 1.2rem;
  position: absolute;
  bottom: 11rem;
  left: 0;
}
@media screen and (max-width: 601px) {
  .cima-contact__block--job .cima-contact__block__content .cima-contact__block__info {
    position: relative;
    bottom: auto;
    left: auto;
    margin-top: 2.4rem;
  }
}
.cima-contact__block--job .cima-contact__block__content .cima-contact__block__info .cima-link--email {
  font-size: 2rem;
}
.cima-contact__block--job .cima-contact__block__content .cima-contact__block__info .cima-floating-cursor {
  bottom: -0.8rem;
  right: -6.4rem;
}
@media screen and (max-width: 601px) {
  .cima-contact__block--job .cima-contact__block__content .cima-contact__block__info .cima-floating-cursor {
    bottom: 0.2rem;
    right: -5.4rem;
  }
}
.cima-contact__block--job .cima-contact__block__content .cima-contact__block__content__right {
  width: calc(73% - 6.4rem);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
@media screen and (max-width: 821px) {
  .cima-contact__block--job .cima-contact__block__content .cima-contact__block__content__right {
    width: calc(60% - 2.4rem);
  }
}
@media screen and (max-width: 601px) {
  .cima-contact__block--job .cima-contact__block__content .cima-contact__block__content__right {
    width: 100%;
  }
}
.cima-contact__block--job .cima-contact__block__content .cima-contact__block__content__right .cima-contact__block__content__form {
  width: 100%;
  padding-top: 5.6rem;
  padding-right: 8rem;
}
@media screen and (max-width: 821px) {
  .cima-contact__block--job .cima-contact__block__content .cima-contact__block__content__right .cima-contact__block__content__form {
    padding-top: 4rem;
    padding-right: 0;
  }
}
@media screen and (max-width: 601px) {
  .cima-contact__block--job .cima-contact__block__content .cima-contact__block__content__right .cima-contact__block__content__form {
    padding-top: 2.4rem;
  }
}
.cima-contact__block--job .cima-contact__block__content .cima-contact__block__content__right .cima-contact__block__content__form .wpcf7 {
  width: 100%;
}
.cima-contact__block--job .cima-contact__block__content .cima-contact__block__content__right .cima-contact__block__content__form form {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  gap: 1.6rem 2.4rem;
}
@media screen and (max-width: 821px) {
  .cima-contact__block--job .cima-contact__block__content .cima-contact__block__content__right .cima-contact__block__content__form form {
    gap: 1.2rem 1.6rem;
  }
}
.cima-contact__block--job .cima-contact__block__content .cima-contact__block__content__right .cima-contact__block__content__form form fieldset {
  width: calc((100% - 2.4rem) / 2);
  flex-grow: 1;
}
@media screen and (max-width: 821px) {
  .cima-contact__block--job .cima-contact__block__content .cima-contact__block__content__right .cima-contact__block__content__form form fieldset {
    width: 100%;
  }
}
.cima-contact__block--job .cima-contact__block__content .cima-contact__block__content__right .cima-contact__block__content__form form fieldset:has(textarea), .cima-contact__block--job .cima-contact__block__content .cima-contact__block__content__right .cima-contact__block__content__form form fieldset:has(input[type=file]) {
  width: 100%;
}
.cima-contact__block--job .cima-contact__block__content .cima-contact__block__content__right .cima-contact__block__content__form form p {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  position: relative;
}
.cima-contact__block--job .cima-contact__block__content .cima-contact__block__content__right .cima-contact__block__content__form form label {
  width: 100%;
  font-family: "Open Sauce Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 821px) {
  .cima-contact__block--job .cima-contact__block__content .cima-contact__block__content__right .cima-contact__block__content__form form label {
    font-size: 1.6rem;
  }
}
.cima-contact__block--job .cima-contact__block__content .cima-contact__block__content__right .cima-contact__block__content__form form input, .cima-contact__block--job .cima-contact__block__content .cima-contact__block__content__right .cima-contact__block__content__form form textarea {
  width: 100%;
  padding: 1.2rem;
  font-family: "Open Sauce Sans", sans-serif;
  font-size: 1.8rem;
  background: none;
  border: 1px solid rgba(68, 68, 68, 0.7);
  border-radius: 0.8rem;
  color: #1E1E1E;
  outline: none;
}
@media screen and (max-width: 821px) {
  .cima-contact__block--job .cima-contact__block__content .cima-contact__block__content__right .cima-contact__block__content__form form input, .cima-contact__block--job .cima-contact__block__content .cima-contact__block__content__right .cima-contact__block__content__form form textarea {
    font-size: 1.6rem;
  }
}
.cima-contact__block--job .cima-contact__block__content .cima-contact__block__content__right .cima-contact__block__content__form form input:focus-visible, .cima-contact__block--job .cima-contact__block__content .cima-contact__block__content__right .cima-contact__block__content__form form input:focus, .cima-contact__block--job .cima-contact__block__content .cima-contact__block__content__right .cima-contact__block__content__form form textarea:focus-visible, .cima-contact__block--job .cima-contact__block__content .cima-contact__block__content__right .cima-contact__block__content__form form textarea:focus {
  border: 2px solid #6C35EA;
}
.cima-contact__block--job .cima-contact__block__content .cima-contact__block__content__right .cima-contact__block__content__form form input[type=submit], .cima-contact__block--job .cima-contact__block__content .cima-contact__block__content__right .cima-contact__block__content__form form textarea[type=submit] {
  border-color: #FE5104;
  background: #FE5104;
  color: #FFFFFF;
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 821px) {
  .cima-contact__block--job .cima-contact__block__content .cima-contact__block__content__right .cima-contact__block__content__form form input[type=submit], .cima-contact__block--job .cima-contact__block__content .cima-contact__block__content__right .cima-contact__block__content__form form textarea[type=submit] {
    font-size: 1.8rem;
  }
}
.cima-contact__block--job .cima-contact__block__content .cima-contact__block__content__right .cima-contact__block__content__form form textarea {
  height: 21rem;
}
@media screen and (max-width: 821px) {
  .cima-contact__block--job .cima-contact__block__content .cima-contact__block__content__right .cima-contact__block__content__form form textarea {
    height: 16rem;
  }
}
.cima-contact__block--job .cima-contact__block__content .cima-contact__block__content__right .cima-contact__block__content__form form .wpcf7-spinner {
  position: absolute;
  top: 1.6rem;
  right: 0;
  background-color: #FFFFFF;
}
.cima-contact__block--job .cima-contact__block__content .cima-contact__block__content__right .cima-contact__block__content__form form .wpcf7-spinner::before {
  background-color: #6126B2;
}
.cima-contact__block--job .cima-contact__block__content .cima-contact__block__content__right .cima-contact__block__content__form form .wpcf7-response-output {
  margin: -1.6rem 0 0 0;
  padding: 0;
  border: none;
  font-size: 1.8rem;
  font-weight: 500;
  color: #6126B2;
}
.cima-contact__block--job .cima-contact__block__content .cima-contact__block__content__right .cima-contact__block__content__form form .wpcf7-not-valid-tip {
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 0.8rem;
}

.cima-contact__block__image {
  width: 27.5%;
  aspect-ratio: 530/390;
  position: absolute;
  bottom: 1.6rem;
  right: 0;
  overflow: hidden;
}
@media screen and (max-width: 821px) {
  .cima-contact__block__image {
    width: 45%;
    bottom: 0;
  }
}
@media screen and (max-width: 601px) {
  .cima-contact__block__image {
    width: 70%;
    bottom: 7.2rem;
  }
}

.cima-contact__block__lottie {
  width: 230%;
  height: auto;
  aspect-ratio: 530/390;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cima-contact__block__lottie svg {
  display: block;
  width: 100%;
  height: 100%;
}

.cima-button {
  font-family: "Open Sauce Sans", sans-serif;
  cursor: pointer;
  padding: 0;
  border-radius: 0.8rem;
  font-size: 1.8rem;
  border: 1px solid #6126B2;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 601px) {
  .cima-button {
    font-size: 1.6rem;
  }
}
.cima-button a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 1.6rem 2.4rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 1.2rem;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-out;
}
.cima-button img {
  height: 1.2rem;
  width: auto;
  transition: all 0.3s ease-out;
}
.cima-button--has-icon a {
  padding: 1.6rem 2.2rem 1.6rem 2.4rem;
}
.cima-button--has-icon a::after {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("../images/icons/icon_arrow-lilac.svg");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 0.05rem;
  transition: all 0.3s ease-out;
  flex-shrink: 0;
}
@media (hover: hover) and (pointer: fine) {
  .cima-button--has-icon:hover:not(:disabled) a, .cima-button--has-icon:hover:not([disabled]) a {
    gap: 1.6rem;
  }
}
.cima-button--has-icon.external-link a::after {
  background-image: url("../images/icons/icon_arrow-link_primary.svg");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}
@media (hover: hover) and (pointer: fine) {
  .cima-button--has-icon.external-link:hover:not(:disabled) a, .cima-button--has-icon.external-link:hover:not([disabled]) a {
    gap: 1.2rem;
  }
}
.cima-button--primary {
  background: #6126B2;
  border-color: #6126B2;
  color: #FFFFFF;
}
.cima-button--primary a::after {
  filter: grayscale(1) brightness(0.4);
}
@media (hover: hover) and (pointer: fine) {
  .cima-button--primary:hover:not(:disabled), .cima-button--primary:hover:not([disabled]) {
    background: #6C35EA;
    border-color: #6C35EA;
    color: #F1F2F2;
  }
  .cima-button--primary:hover:not(:disabled) a::after, .cima-button--primary:hover:not([disabled]) a::after {
    filter: none;
  }
}
.cima-button--secondary {
  background: #FE5104;
  border-color: #FE5104;
  color: #FFFFFF;
}
.cima-button--secondary a::after {
  filter: brightness(0) invert(1);
}
@media (hover: hover) and (pointer: fine) {
  .cima-button--secondary:hover:not(:disabled), .cima-button--secondary:hover:not([disabled]) {
    background: #6C35EA;
    border-color: #6C35EA;
    color: #F1F2F2;
  }
  .cima-button--secondary:hover:not(:disabled) a::after, .cima-button--secondary:hover:not([disabled]) a::after {
    filter: none;
  }
}
.cima-button--light {
  background: #FFFFFF;
  border-color: #FFFFFF;
  color: #6C35EA;
  font-weight: 500;
}
@media (hover: hover) and (pointer: fine) {
  .cima-button--light:hover:not(:disabled), .cima-button--light:hover:not([disabled]) {
    background: #6126B2;
    border-color: #6126B2;
    color: #FFFFFF;
  }
  .cima-button--light:hover:not(:disabled) a::after, .cima-button--light:hover:not(:disabled) a::before, .cima-button--light:hover:not([disabled]) a::after, .cima-button--light:hover:not([disabled]) a::before {
    filter: brightness(0) invert(1);
  }
}
.cima-button--dark {
  background: #332448;
  border-color: #332448;
  color: #FFFFFF;
}
@media (hover: hover) and (pointer: fine) {
  .cima-button--dark:hover:not(:disabled), .cima-button--dark:hover:not([disabled]) {
    background: #6C35EA;
    border-color: #6C35EA;
    color: #FFFFFF;
  }
  .cima-button--dark:hover:not(:disabled) a::after, .cima-button--dark:hover:not([disabled]) a::after {
    filter: brightness(0) invert(1);
  }
}
.cima-button--outline {
  border-color: #1E1E1E;
}
.cima-button--outline a::after {
  filter: grayscale(1) brightness(0.1);
}
@media (hover: hover) and (pointer: fine) {
  .cima-button--outline:hover:not(:disabled), .cima-button--outline:hover:not([disabled]) {
    background: #6126B2;
  }
}
.cima-button--download a::after {
  background-image: url("../images/icons/icon_download.svg");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}
.cima-button--no-link {
  padding: 1.6rem 2.4rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 1.2rem;
  white-space: nowrap;
}
@media (hover: hover) and (pointer: fine) {
  .cima-button--no-link.cima-button--has-icon:hover:not(:disabled), .cima-button--no-link.cima-button--has-icon:hover:not([disabled]) {
    gap: 1.6rem;
  }
}
.cima-button--no-link.cima-button--has-icon::after {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  background-image: url("../images/icons/icon_arrow_primary.svg");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 0.05rem;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 601px) {
  .cima-button--back:has(span) a {
    padding: 1.2rem;
  }
  .cima-button--back:has(span) a::before {
    width: 1.4rem;
    height: 1.4rem;
  }
  .cima-button--back:has(span) span {
    display: none;
  }
}
.cima-button--back a {
  padding: 0.8rem 1.6rem 0.8rem 1.2rem;
  transition: all 0.3s ease-out;
}
.cima-button--back a::before {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  background-image: url("../images/icons/icon_arrow-back_primary.svg");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 0.05rem;
  transition: all 0.3s ease-out;
  flex-shrink: 0;
}
@media (hover: hover) and (pointer: fine) {
  .cima-button--back:hover:not(:disabled) a, .cima-button--back:hover:not([disabled]) a {
    gap: 1.6rem;
  }
}
.cima-button--top {
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 100%;
  position: fixed;
  bottom: 2.4rem;
  right: 2.4rem;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 1.8rem;
  transition: all 0.3s ease-out;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
}
.cima-button--top img {
  transform: rotate(-90deg);
  transition: all 0.3s ease-out;
}
.cima-button--top::after {
  display: none;
}
@media (hover: hover) and (pointer: fine) {
  .cima-button--top:hover {
    background: #6C35EA;
  }
  .cima-button--top:hover img {
    filter: brightness(0) invert(1);
  }
}
.cima-button--top.visible {
  opacity: 1;
  pointer-events: initial;
}
@media screen and (max-width: 601px) {
  .cima-button--top {
    width: 4.8rem;
    height: 4.8rem;
    padding: 1.4rem;
    right: 1.6rem;
    bottom: 1.6rem;
  }
}
.cima-button--share {
  padding: 0.8rem 1.6rem 0.8rem 1.2rem;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 601px) {
  .cima-button--share:has(span) {
    padding: 1.2rem;
  }
  .cima-button--share:has(span) span {
    display: none;
  }
}
.cima-button--share img {
  width: 1.4rem;
  height: 1.4rem;
}

.cima-link {
  width: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
  align-content: flex-end;
  gap: 0.8rem;
  font-family: "Open Sauce Sans", sans-serif;
  font-size: 1.8rem;
  transition: all 0.3s ease;
}
.cima-link img {
  width: 1.2rem;
  margin-bottom: 0.4rem;
}
.cima-link span {
  text-decoration: underline;
}
.cima-link:hover a {
  color: #6126B2;
}
.cima-link--email {
  font-size: 8.8rem;
  font-weight: 700;
  line-height: 1;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 821px) {
  .cima-link--email {
    font-size: 4.8rem;
    text-decoration: underline;
    text-decoration-thickness: 1px !important;
  }
}
@media screen and (max-width: 601px) {
  .cima-link--email {
    font-size: 3.4rem;
    text-decoration: underline;
    text-decoration-thickness: 1px !important;
  }
}
@media (hover: hover) and (pointer: fine) {
  .cima-link--email:hover {
    color: #332448;
    text-decoration: underline;
    text-decoration-thickness: 3px !important;
  }
}
.cima-link--linkedin {
  font-size: 2rem;
}
.cima-link--linkedin span {
  text-decoration: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
  align-content: flex-end;
  gap: 0.8rem;
}
.cima-link--linkedin a {
  text-decoration: underline;
  font-weight: 700;
}
.cima-link--linkedin img {
  width: 1.6rem;
}

.card--jobs {
  border-radius: 2.4rem;
  padding: 2.8rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  gap: 2.4rem;
  background: #FFFFFF;
  transition: all 0.3s ease;
}
@media screen and (max-width: 821px) {
  .card--jobs {
    padding: 1.6rem;
    gap: 1.6rem;
    position: relative;
    border-radius: 1.6rem;
    flex-direction: column;
  }
}
@media (hover: hover) and (pointer: fine) {
  .card--jobs:hover {
    box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.1);
  }
}
.card--jobs .card--jobs__categories {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  gap: 0.8rem;
}
@media screen and (max-width: 821px) {
  .card--jobs .card--jobs__categories {
    padding: 0.8rem 0 0.4rem;
  }
}
.card--jobs .card--jobs__content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
  gap: 0.8rem;
}
@media screen and (max-width: 821px) {
  .card--jobs .card--jobs__content {
    gap: 1.6rem;
    padding: 0.6rem 1.6rem 4.8rem 0;
  }
}
@media screen and (max-width: 601px) {
  .card--jobs .card--jobs__content {
    padding-bottom: 2.4rem;
  }
}
.card--jobs .card--jobs__content .card--jobs__title {
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .card--jobs .card--jobs__content .card--jobs__title:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 821px) {
  .card--jobs .card--jobs__content .card--jobs__description {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 601px) {
  .card--jobs .card--jobs__content .card--jobs__description {
    line-height: 1.4;
  }
}
.card--jobs .card--jobs__buttons {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-end;
  align-content: flex-end;
  gap: 1.2rem;
}
@media screen and (max-width: 821px) {
  .card--jobs .card--jobs__buttons {
    position: absolute;
    right: 1.6rem;
    bottom: 1.6rem;
  }
}
@media screen and (max-width: 601px) {
  .card--jobs .card--jobs__buttons {
    position: relative;
    right: auto;
    bottom: auto;
  }
}
@media screen and (max-width: 601px) {
  .card--jobs .card--jobs__buttons {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: stretch;
    align-content: stretch;
  }
}
.card--jobs .card--jobs__buttons .cima-button {
  padding: 0.8rem 2.4rem !important;
  font-size: 1.6rem;
  white-space: nowrap;
}
@media screen and (max-width: 601px) {
  .card--jobs .card--jobs__buttons .cima-button {
    padding: 1.2rem !important;
  }
}
.card--jobs.cima-jobs__list__card {
  flex-direction: column;
  padding: 4rem 2.8rem 2.8rem;
}
.card--jobs.cima-jobs__list__card .card--jobs__content {
  padding-right: 15%;
  gap: 1.6rem;
}
@media screen and (max-width: 821px) {
  .card--jobs.cima-jobs__list__card .card--jobs__content {
    padding-right: 5%;
    padding-bottom: 1.6rem;
  }
}
.card--jobs.cima-jobs__list__card .card--jobs__bottom {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  gap: 2.4rem;
}
.card--jobs.cima-jobs__list__card .card--jobs__bottom .card--jobs__categories {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  gap: 0.8rem;
}
.card--jobs.cima-jobs__list__card .card--jobs__bottom .card--jobs__buttons {
  position: relative;
  right: auto;
  bottom: auto;
}

@keyframes expandCard {
  0% {
    max-height: 0;
    opacity: 0;
    margin-top: 0;
  }
  100% {
    max-height: 100vh;
    opacity: 1;
    margin-top: 3.2rem;
  }
}
@keyframes collapseCard {
  0% {
    max-height: 100vh;
    opacity: 1;
    margin-top: 3.2rem;
  }
  100% {
    max-height: 0;
    opacity: 0;
    margin-top: 0;
  }
}
.cima-footer {
  width: 72.6%;
  margin-top: 1.6rem;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 0 0 3.6rem;
}
@media screen and (max-width: 821px) {
  .cima-footer {
    width: 55.6%;
    padding-left: 4rem;
  }
}
@media screen and (max-width: 601px) {
  .cima-footer {
    width: 53%;
    padding-left: 2.4rem;
  }
}
.cima-footer .cima-footer__info {
  width: 100%;
  padding: 2.8rem 0 9.4rem;
  font-size: 1.6rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  gap: 2.4rem;
  border-top: 1px solid #1E1E1E;
}
@media screen and (max-width: 821px) {
  .cima-footer .cima-footer__info {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    gap: 0.8rem;
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 601px) {
  .cima-footer .cima-footer__info {
    padding: 1.6rem 0 4rem;
  }
}

body.page--home .cima-header:not(.sticky) {
  padding: 4rem 6.4rem;
}
@media screen and (max-width: 821px) {
  body.page--home .cima-header:not(.sticky) {
    padding: 2.4rem 3.2rem;
  }
}
@media screen and (max-width: 601px) {
  body.page--home .cima-header:not(.sticky) {
    padding: 2.4rem 2.8rem;
  }
}
body.page--jobs .cima-header .cima-menu__buttons .cima-button--primary, body.page--job .cima-header .cima-menu__buttons .cima-button--primary {
  display: none !important;
}
body.page--job .cima-header:not(.sticky) .cima-menu__links a {
  color: #FFFFFF;
}
body.page--job .cima-header:not(.sticky) .cima-menu__links a::after {
  background: #332448;
}
@media screen and (min-width: 601px) {
  body.page--job .cima-header.sticky .cima-header__logo svg path.logo-letter {
    fill: #444444;
  }
}
@media screen and (max-width: 601px) {
  body.page--job .cima-header.sticky:not(.active) .cima-header__logo svg path.logo-letter {
    fill: #444444;
  }
}

.cima-header {
  width: 100vw;
  max-width: 200rem;
  z-index: 7;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 3.2rem 8rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  transition: all 0.3s ease;
  gap: 8rem;
}
@media screen and (max-width: 821px) {
  .cima-header {
    padding: 1.6rem 2.4rem;
  }
}
@media screen and (max-width: 601px) {
  .cima-header {
    top: 1.6rem;
  }
}
.cima-header .cima-header__logo {
  width: 20rem;
  position: relative;
  transition: all 0.3s ease;
}
@media screen and (max-width: 821px) {
  .cima-header .cima-header__logo {
    width: 14rem;
  }
}
@media screen and (max-width: 601px) {
  .cima-header .cima-header__logo {
    width: 13rem;
    z-index: 3;
  }
}
@media (hover: hover) and (pointer: fine) {
  .cima-header .cima-header__logo:hover {
    transform: scale(1.1);
  }
}
.cima-header .cima-header__logo img, .cima-header .cima-header__logo svg {
  width: 100%;
  transition: all 0.3s ease;
}
.cima-header .cima-header__logo img.cima-logo, .cima-header .cima-header__logo svg.cima-logo {
  opacity: 1;
}
.cima-header .cima-menu__wrapper {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  transition: all 0.5s 0.2s ease-out;
}
@media screen and (max-width: 821px) {
  .cima-header .cima-menu__wrapper {
    position: fixed;
    top: 0.8rem;
    right: 1.6rem;
    z-index: 2;
    width: auto;
    min-width: 50dvw;
    height: auto;
    background: rgba(97, 38, 178, 0.9);
    backdrop-filter: blur(5px);
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    gap: 4rem;
    padding: 12rem 2.4rem 2.4rem;
    border-radius: 2.4rem;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.5s ease, opacity 0.4s ease, visibility 0s linear 0.4s;
  }
}
@media screen and (max-width: 601px) {
  .cima-header .cima-menu__wrapper {
    width: calc(100vw - 2.4rem);
    padding-top: 14rem;
    top: 2.4rem;
    right: 1.2rem;
  }
}
.cima-header .cima-menu__links {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 4.8rem;
  padding-right: 4.8rem;
  transition: all 0.5s 0.2s ease-out;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media screen and (max-width: 821px) {
  .cima-header .cima-menu__links {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    gap: 2.8rem;
  }
}
@media screen and (max-width: 601px) {
  .cima-header .cima-menu__links {
    gap: 2.4rem;
  }
}
.cima-header .cima-menu__links a {
  font-family: "Open Sauce Sans", sans-serif;
  font-size: 1.8rem;
  line-height: 1.1;
  font-weight: 400;
  transition: color 0.3s ease-out, font-weight 0.5s 0.2s ease-out;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 821px) {
  .cima-header .cima-menu__links a {
    padding: 0 0.8rem;
    font-size: 2.4rem;
  }
}
.cima-header .cima-menu__links a::after {
  content: "";
  width: 100%;
  height: 1.8rem;
  border-radius: 0.4rem;
  transition: all 0.3s ease-out;
  opacity: 0;
  transform: translateX(-100%);
  transition: all 0.3s ease-out;
  background: #C497FE;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (hover: hover) and (pointer: fine) {
  .cima-header .cima-menu__links a:hover {
    color: #6C35EA;
    font-weight: 500;
  }
  .cima-header .cima-menu__links a:hover::after {
    opacity: 0.3;
    transform: none;
  }
}
.cima-header .cima-menu__utils {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  gap: 1.6rem;
  overflow: hidden;
  transition: all 0.5s 0.2s ease-out;
}
@media screen and (min-width: 821px) {
  .cima-header .cima-menu__utils {
    visibility: hidden;
    max-width: 0;
  }
}
@media screen and (max-width: 821px) {
  .cima-header .cima-menu__utils {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    gap: 4rem;
  }
}
.cima-header .cima-menu__buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  gap: 1.6rem;
}
@media screen and (max-width: 821px) {
  .cima-header .cima-menu__buttons {
    gap: 0.8rem;
  }
}
@media screen and (min-width: 821px) {
  .cima-header .cima-menu__buttons .cima-button {
    transform: translateX(1rem);
    opacity: 0;
    transition: all 0.3s 0s ease-out;
  }
}
.cima-header .cima-menu__buttons .cima-button a {
  padding: 1.2rem 2rem !important;
  font-size: 1.6rem !important;
}
@media screen and (max-width: 821px) {
  .cima-header .cima-menu__buttons .cima-button:nth-of-type(1) {
    background: #FE5104;
    border-color: #FE5104;
  }
}
.cima-header .cima-menu__buttons .cima-button:nth-of-type(2) {
  transition: all 0.3s 0s ease-out;
}
.cima-header .cima-menu__utils__links {
  width: 100%;
  padding: 4rem 0.8rem 0;
  margin-top: 4rem;
  border-top: 1px solid #C497FE;
}
@media screen and (min-width: 821px) {
  .cima-header .cima-menu__utils__links {
    display: none;
  }
}
@media screen and (max-width: 601px) {
  .cima-header .cima-menu__utils__links {
    margin-top: 2.4rem;
  }
}
.cima-header .cima-menu__utils__links .cima-link--email {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 1.6rem;
}
.cima-header.active {
  z-index: 10;
}
@media screen and (max-width: 601px) {
  .cima-header.active {
    padding: 2.4rem 2.8rem !important;
  }
}
.cima-header.sticky {
  width: calc(100vw - 4.8rem);
  margin: 2.4rem 0;
  padding: 2.4rem 2.8rem;
  background: #FFFFFF;
  border-radius: 40rem 16rem 16rem 40rem;
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 821px) {
  .cima-header.sticky {
    padding: 1.6rem;
  }
}
@media screen and (max-width: 821px) {
  .cima-header.sticky {
    padding: 1.6rem;
  }
}
@media screen and (max-width: 601px) {
  .cima-header.sticky {
    width: calc(100vw - 2.4rem);
    margin: 0;
  }
}
.cima-header.sticky .cima-menu__wrapper {
  justify-content: space-between;
}
@media screen and (max-width: 821px) {
  .cima-header.sticky .cima-menu__wrapper {
    top: 2rem;
  }
}
@media screen and (max-width: 601px) {
  .cima-header.sticky .cima-menu__wrapper {
    width: calc(100vw - 4.8rem);
  }
}
.cima-header.sticky .cima-header__logo {
  width: 14rem;
}
.cima-header.sticky .cima-menu__links a {
  color: #1E1E1E !important;
}
@media (hover: hover) and (pointer: fine) {
  .cima-header.sticky .cima-menu__links a:hover {
    color: #6C35EA !important;
  }
}
@media screen and (max-width: 821px) {
  .cima-header.sticky .cima-menu__links a {
    color: #FFFFFF !important;
  }
}
@media screen and (min-width: 821px) {
  .cima-header.sticky .cima-menu__links {
    flex-grow: 1;
    transition: opacity 0.35s ease, visibility 0.35s ease, transform 0.35s ease, width 0.5s 0.2s ease-out;
  }
  .cima-header.sticky .cima-menu__links a {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 821px) {
  .cima-header.sticky .cima-menu__utils {
    max-width: 20rem;
    visibility: visible;
    overflow: visible;
    transition: all 0.5s 0s ease-out;
  }
  .cima-header.sticky .cima-menu__utils .cima-button {
    opacity: 1;
    transform: none;
    transition: all 0.3s 0.2s ease-out;
  }
  .cima-header.sticky .cima-menu__utils .cima-button:nth-of-type(2) {
    transition: all 0.3s 0.3s ease-out;
  }
}
@media screen and (max-width: 601px) {
  .cima-header.sticky:not(.active) {
    margin: 0.8rem 0;
    padding: 0.8rem 1.6rem;
  }
}
@media screen and (max-width: 601px) {
  .cima-header.sticky:not(.active) .cima-header__logo {
    width: 9.6rem;
  }
}
@media screen and (max-width: 601px) {
  .cima-header.active .cima-header__logo svg path.logo-letter {
    fill: #FFFFFF;
  }
}
.cima-header.active .cima-menu__wrapper {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.4s ease, visibility 0s linear 0s;
  transform: translateX(0);
}
.cima-header.active .cima-header__hamburger {
  background: #FFFFFF;
  border-color: #FFFFFF;
}
.cima-header.active .cima-header__hamburger span {
  background: #6126B2;
  width: 2.4rem;
}
@media screen and (max-width: 601px) {
  .cima-header.active .cima-header__hamburger span {
    width: 2.4rem;
  }
}
.cima-header.active .cima-header__hamburger span:nth-of-type(1) {
  transform: rotate(45deg) translate(0.6rem, 0.6rem);
}
.cima-header.active .cima-header__hamburger span:nth-of-type(2) {
  opacity: 0;
}
.cima-header.active .cima-header__hamburger span:nth-of-type(3) {
  transform: rotate(-45deg) translate(0.7rem, -0.7rem);
}

.cima-header__hamburger {
  width: 4rem;
  height: 4rem;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 0.5rem;
  padding: 0;
  border-radius: 100%;
  transition: all 0.3s ease-out;
  cursor: pointer;
  position: relative;
  z-index: 3;
  display: none;
}
@media screen and (max-width: 821px) {
  .cima-header__hamburger {
    display: flex;
  }
}
@media screen and (max-width: 601px) {
  .cima-header__hamburger {
    width: 4.8rem;
    height: 4.8rem;
  }
}
.cima-header__hamburger span {
  width: 3.2rem;
  height: 0.4rem;
  border-radius: 1.6rem;
  background: #6126B2;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
@media (hover: hover) and (pointer: fine) {
  .cima-header__hamburger:hover {
    background: #6126B2;
    transform: scale(1.1);
  }
  .cima-header__hamburger:hover span {
    background: #1E1E1E;
  }
}

@keyframes showMenu {
  0% {
    height: 0;
    min-height: 0;
    max-height: 0;
    padding: 0;
    opacity: 0;
  }
  100% {
    height: auto;
    min-height: 2rem;
    max-height: 100vh;
    padding: 6rem 0 4rem;
    opacity: 1;
  }
}
@keyframes hideMenu {
  0% {
    height: auto;
    min-height: 2rem;
    max-height: 100vh;
    padding: 6rem 0 4rem;
    opacity: 1;
  }
  100% {
    height: 0;
    min-height: 0;
    max-height: 0;
    padding: 0;
    opacity: 0;
  }
}
.home__wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: strecth;
  align-content: stretch;
}

.cima-homepage__hero {
  background-color: #F7F6F1;
  background-image: url("../images/cima_hero-bg.svg");
  background-size: 63.7% auto;
  background-position: 0 63%;
  background-repeat: no-repeat;
}
.cima-homepage__hero .cima-homepage__hero__wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  max-width: 200rem;
  margin: 0 auto;
  gap: 1.6rem;
  padding: 14rem 3.2rem 14rem 8.8rem;
  position: relative;
  overflow: hidden;
  min-height: 80dvh;
}
@media screen and (orientation: portrait) {
  .cima-homepage__hero .cima-homepage__hero__wrapper {
    min-height: 40dvh;
  }
}
@media screen and (max-width: 821px) {
  .cima-homepage__hero .cima-homepage__hero__wrapper {
    flex-direction: column-reverse;
    gap: 8rem;
    padding: 9.6rem 4rem 8rem;
  }
}
@media screen and (max-width: 601px) {
  .cima-homepage__hero .cima-homepage__hero__wrapper {
    padding: 14rem 2.4rem 8rem 2.4rem;
  }
}
.cima-homepage__hero .cima-homepage__hero__content {
  width: 60%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  gap: 3.2rem;
  padding-top: 5.6rem;
}
@media screen and (max-width: 821px) {
  .cima-homepage__hero .cima-homepage__hero__content {
    width: 100%;
    align-items: center;
    padding-top: 0;
    gap: 1.6rem;
  }
}
.cima-homepage__hero .cima-homepage__hero__title {
  width: 95%;
}
@media screen and (max-width: 821px) {
  .cima-homepage__hero .cima-homepage__hero__title {
    text-align: center;
  }
}
.cima-homepage__hero .cima-homepage__hero__text strong {
  color: #6C35EA;
}
@media screen and (max-width: 821px) {
  .cima-homepage__hero .cima-homepage__hero__text {
    text-align: center;
    width: 85%;
  }
}
@media screen and (max-width: 601px) {
  .cima-homepage__hero .cima-homepage__hero__text {
    width: 100%;
  }
}
.cima-homepage__hero .cima-homepage__hero__image {
  flex-grow: 1;
  position: relative;
}
@media screen and (max-width: 821px) {
  .cima-homepage__hero .cima-homepage__hero__image {
    width: 70%;
  }
}
@media screen and (max-width: 601px) {
  .cima-homepage__hero .cima-homepage__hero__image {
    width: 95%;
  }
}
.cima-homepage__hero .cima-homepage__hero__image .cima-homepage__hero__image__main {
  width: 81%;
  margin: -5rem 12% 0 7%;
}
.cima-homepage__hero .cima-homepage__hero__image .cima-homepage__hero__image__circles {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  position: absolute;
  bottom: -6rem;
  left: -1rem;
}
@media screen and (max-width: 821px) {
  .cima-homepage__hero .cima-homepage__hero__image .cima-homepage__hero__image__circles {
    bottom: -4rem;
  }
}
.cima-homepage__hero .cima-homepage__hero__image .cima-homepage__hero__image__circles picture, .cima-homepage__hero .cima-homepage__hero__image .cima-homepage__hero__image__circles img {
  width: 9.9rem;
  height: 9.9rem;
  border-radius: 100%;
}
@media screen and (max-width: 821px) {
  .cima-homepage__hero .cima-homepage__hero__image .cima-homepage__hero__image__circles picture, .cima-homepage__hero .cima-homepage__hero__image .cima-homepage__hero__image__circles img {
    width: 8rem;
    height: 8rem;
  }
}
@media screen and (max-width: 601px) {
  .cima-homepage__hero .cima-homepage__hero__image .cima-homepage__hero__image__circles picture, .cima-homepage__hero .cima-homepage__hero__image .cima-homepage__hero__image__circles img {
    width: 7.2rem;
    height: 7.2rem;
  }
}
.cima-homepage__hero .cima-homepage__hero__image .cima-homepage__hero__image__circles picture:nth-of-type(2), .cima-homepage__hero .cima-homepage__hero__image .cima-homepage__hero__image__circles img:nth-of-type(2) {
  margin-left: -4.2rem;
}
@media screen and (max-width: 821px) {
  .cima-homepage__hero .cima-homepage__hero__image .cima-homepage__hero__image__circles picture:nth-of-type(2), .cima-homepage__hero .cima-homepage__hero__image .cima-homepage__hero__image__circles img:nth-of-type(2) {
    margin-left: -3.2rem;
  }
}
.cima-homepage__hero .cima-homepage__hero__image .cima-homepage__hero__image__circles picture:nth-of-type(3), .cima-homepage__hero .cima-homepage__hero__image .cima-homepage__hero__image__circles img:nth-of-type(3) {
  margin-left: -3.4rem;
}
@media screen and (max-width: 821px) {
  .cima-homepage__hero .cima-homepage__hero__image .cima-homepage__hero__image__circles picture:nth-of-type(3), .cima-homepage__hero .cima-homepage__hero__image .cima-homepage__hero__image__circles img:nth-of-type(3) {
    margin-left: -2.4rem;
  }
}
.cima-homepage__hero .cima-homepage__hero__image .cima-homepage__hero__profile {
  width: 25.4rem;
  border-radius: 0 1.6rem 1.6rem 1.6rem;
  background: #FFFFFF;
  padding: 1.6rem 2rem;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  gap: 1.2rem;
  position: absolute;
  bottom: -7rem;
  right: 2.4rem;
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 821px) {
  .cima-homepage__hero .cima-homepage__hero__image .cima-homepage__hero__profile {
    width: auto;
    padding: 1.6rem;
    bottom: -4rem;
    right: -0.6rem;
  }
}
.cima-homepage__hero .cima-homepage__hero__image .cima-homepage__hero__profile::before {
  content: "";
  width: 7.2rem;
  height: 2rem;
  position: absolute;
  bottom: 100%;
  left: 0;
  background-image: url("../images/folder-tab.svg");
  background-size: 100% auto;
  background-position: top left;
  background-repeat: no-repeat;
}
.cima-homepage__hero .cima-homepage__hero__image .cima-homepage__hero__profile .cima-homepage__hero__profile__header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  gap: 0.8rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #CDCDCD;
  font-size: 1.6rem;
  font-weight: 600;
  color: #1E1E1E;
}
@media screen and (max-width: 821px) {
  .cima-homepage__hero .cima-homepage__hero__image .cima-homepage__hero__profile .cima-homepage__hero__profile__header {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 601px) {
  .cima-homepage__hero .cima-homepage__hero__image .cima-homepage__hero__profile .cima-homepage__hero__profile__header {
    font-size: 1.2rem;
  }
}
.cima-homepage__hero .cima-homepage__hero__image .cima-homepage__hero__profile .cima-homepage__hero__profile__header picture, .cima-homepage__hero .cima-homepage__hero__image .cima-homepage__hero__profile .cima-homepage__hero__profile__header img {
  width: 5rem;
  height: 5rem;
  border-radius: 100%;
}
@media screen and (max-width: 821px) {
  .cima-homepage__hero .cima-homepage__hero__image .cima-homepage__hero__profile .cima-homepage__hero__profile__header picture, .cima-homepage__hero .cima-homepage__hero__image .cima-homepage__hero__profile .cima-homepage__hero__profile__header img {
    width: 4rem;
    height: 4rem;
  }
}
@media screen and (max-width: 601px) {
  .cima-homepage__hero .cima-homepage__hero__image .cima-homepage__hero__profile .cima-homepage__hero__profile__header picture, .cima-homepage__hero .cima-homepage__hero__image .cima-homepage__hero__profile .cima-homepage__hero__profile__header img {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.cima-homepage__hero .cima-homepage__hero__image .cima-homepage__hero__profile .cima-homepage__hero__profile__body .cima-homepage__hero__profile__bullet {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  gap: 0.8rem;
  font-size: 1.4rem;
  padding: 0.1rem 0;
}
@media screen and (max-width: 821px) {
  .cima-homepage__hero .cima-homepage__hero__image .cima-homepage__hero__profile .cima-homepage__hero__profile__body .cima-homepage__hero__profile__bullet {
    font-size: 1.2rem;
  }
}
.cima-homepage__hero .cima-homepage__hero__image .cima-homepage__hero__profile .cima-homepage__hero__profile__body .cima-homepage__hero__profile__bullet img {
  width: 1.4rem;
}
@media screen and (max-width: 821px) {
  .cima-homepage__hero .cima-homepage__hero__image .cima-homepage__hero__profile .cima-homepage__hero__profile__body .cima-homepage__hero__profile__bullet img {
    width: 1.2rem;
  }
}
.cima-homepage__hero .cima-homepage__hero__image .cima-floating-cursor--hero-1 {
  left: 5.4rem;
  top: 8.6rem;
  bottom: auto;
  right: auto;
  animation-delay: -0.4s;
}
@media screen and (max-width: 821px) {
  .cima-homepage__hero .cima-homepage__hero__image .cima-floating-cursor--hero-1 {
    left: 0.4rem;
    top: 3.6rem;
  }
}
@media screen and (max-width: 601px) {
  .cima-homepage__hero .cima-homepage__hero__image .cima-floating-cursor--hero-1 {
    top: 2.4rem;
  }
}
.cima-homepage__hero .cima-homepage__hero__image .cima-floating-cursor--hero-2 {
  right: 44%;
  bottom: 14rem;
  animation-direction: reverse;
  animation-delay: -0.7s;
}
@media screen and (max-width: 821px) {
  .cima-homepage__hero .cima-homepage__hero__image .cima-floating-cursor--hero-2 {
    right: 39%;
    bottom: 11rem;
  }
}
.cima-homepage__hero .cima-homepage__hero__image .cima-floating-cursor--hero-3 {
  right: 7.2rem;
  top: 23rem;
  animation-delay: -1.7s;
}
@media screen and (max-width: 821px) {
  .cima-homepage__hero .cima-homepage__hero__image .cima-floating-cursor--hero-3 {
    right: -1.8rem;
  }
}
@media screen and (max-width: 601px) {
  .cima-homepage__hero .cima-homepage__hero__image .cima-floating-cursor--hero-3 {
    right: 1.2rem;
    top: 14rem;
  }
}
.cima-homepage__hero .cima-homepage__hero__buttons {
  margin-top: 3.2rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  gap: 1.6rem;
}
@media screen and (max-width: 821px) {
  .cima-homepage__hero .cima-homepage__hero__buttons {
    margin-top: 2.4rem;
  }
}
@media screen and (max-width: 601px) {
  .cima-homepage__hero .cima-homepage__hero__buttons {
    gap: 0.8rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .cima-homepage__hero .cima-homepage__hero__buttons .cima-button--dark:hover:not(:disabled), .cima-homepage__hero .cima-homepage__hero__buttons .cima-button--dark:hover:not([disabled]) {
    background: #6126B2;
    border-color: #6126B2;
  }
}

.cima-homepage__intro {
  width: 100%;
  background-image: url("../images/intro_misc.svg");
  background-size: 102rem auto;
  background-position: -14% 60%;
  background-repeat: no-repeat;
}

.cima-homepage__intro__wrapper {
  width: 100%;
  max-width: 200rem;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 12rem 8rem;
  gap: 12rem;
}
@media screen and (max-width: 821px) {
  .cima-homepage__intro__wrapper {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    padding: 8rem 4rem 4rem;
    gap: 6.4rem;
    background-size: 64rem auto;
    background-position: 175% 80%;
    overflow: hidden;
  }
}
@media screen and (max-width: 601px) {
  .cima-homepage__intro__wrapper {
    padding: 5.6rem 2.4rem;
    gap: 0;
    background-position: 175% 95%;
  }
}
.cima-homepage__intro__wrapper .cima-homepage__intro__images {
  width: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 2.4rem;
  position: relative;
}
@media screen and (max-width: 821px) {
  .cima-homepage__intro__wrapper .cima-homepage__intro__images {
    margin-left: 50%;
    gap: 1.6rem;
    margin-top: -16rem;
  }
}
@media screen and (max-width: 601px) {
  .cima-homepage__intro__wrapper .cima-homepage__intro__images {
    width: 75%;
    margin-left: 25%;
    margin-top: 4.8rem;
  }
}
.cima-homepage__intro__wrapper .cima-homepage__intro__images .cima-floating-cursor--intro {
  left: 35%;
  top: 32rem;
  animation-delay: -0.4s;
}
@media screen and (max-width: 821px) {
  .cima-homepage__intro__wrapper .cima-homepage__intro__images .cima-floating-cursor--intro {
    top: 24rem;
  }
}
.cima-homepage__intro__wrapper .cima-homepage__intro__images .cima-homepage__intro__images__icon {
  width: 6.4rem;
  position: absolute;
  bottom: -2rem;
  right: -3rem;
  transform: rotate(-8deg);
  z-index: 2;
}
@media screen and (max-width: 601px) {
  .cima-homepage__intro__wrapper .cima-homepage__intro__images .cima-homepage__intro__images__icon {
    width: 4.4rem;
    right: 14rem;
  }
}
.cima-homepage__intro__wrapper .cima-homepage__intro__images__column {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  gap: 2.4rem;
}
@media screen and (max-width: 821px) {
  .cima-homepage__intro__wrapper .cima-homepage__intro__images__column {
    width: calc(50% - 0.8rem);
  }
}
.cima-homepage__intro__wrapper .cima-homepage__intro__images__column .cima-homepage__intro__images__item {
  border-radius: 1.6rem;
  overflow: hidden;
}
.cima-homepage__intro__wrapper .cima-homepage__intro__images__column .cima-homepage__intro__images__item:nth-of-type(1) {
  width: 34rem;
  height: 45rem;
}
@media screen and (max-width: 821px) {
  .cima-homepage__intro__wrapper .cima-homepage__intro__images__column .cima-homepage__intro__images__item:nth-of-type(1) {
    width: 100%;
    height: auto;
    aspect-ratio: 9/12;
  }
}
.cima-homepage__intro__wrapper .cima-homepage__intro__images__column .cima-homepage__intro__images__item:nth-of-type(2) {
  width: 46rem;
  height: 24rem;
}
@media screen and (max-width: 821px) {
  .cima-homepage__intro__wrapper .cima-homepage__intro__images__column .cima-homepage__intro__images__item:nth-of-type(2) {
    width: 100%;
    height: auto;
    aspect-ratio: 9/12;
  }
}
.cima-homepage__intro__wrapper .cima-homepage__intro__images__column:nth-of-type(2) .cima-homepage__intro__images__item:nth-of-type(1) {
  height: 41rem;
}
@media screen and (max-width: 821px) {
  .cima-homepage__intro__wrapper .cima-homepage__intro__images__column:nth-of-type(2) .cima-homepage__intro__images__item:nth-of-type(1) {
    width: 100%;
    height: auto;
    aspect-ratio: 9/12;
  }
}
.cima-homepage__intro__wrapper .cima-homepage__intro__images__column picture, .cima-homepage__intro__wrapper .cima-homepage__intro__images__column img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cima-homepage__intro__wrapper .cima-homepage__intro__content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
  gap: 4rem;
  padding-right: 7.5%;
}
@media screen and (max-width: 821px) {
  .cima-homepage__intro__wrapper .cima-homepage__intro__content {
    max-width: 90%;
    margin: 2.4rem 0;
    gap: 2.4rem;
  }
}
@media screen and (max-width: 601px) {
  .cima-homepage__intro__wrapper .cima-homepage__intro__content {
    max-width: 100%;
  }
}
@media screen and (max-width: 821px) {
  .cima-homepage__intro__wrapper .cima-homepage__intro__content .cima-homepage__intro__text:nth-of-type(2) {
    width: 85%;
  }
}
@media screen and (max-width: 601px) {
  .cima-homepage__intro__wrapper .cima-homepage__intro__content .cima-homepage__intro__text:nth-of-type(2) {
    width: 95%;
  }
}

.cima-homepage__values {
  width: 100%;
  max-width: 200rem;
  margin: 0 auto;
  padding: 8rem;
}
@media screen and (max-width: 821px) {
  .cima-homepage__values {
    padding: 4rem;
  }
}
@media screen and (max-width: 601px) {
  .cima-homepage__values {
    padding: 10rem 2.4rem;
  }
}
.cima-homepage__values .cima-homepage__values__list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  gap: 2.4rem;
}
@media screen and (max-width: 821px) {
  .cima-homepage__values .cima-homepage__values__list {
    flex-wrap: wrap;
    gap: 1.6rem;
  }
}
@media screen and (max-width: 601px) {
  .cima-homepage__values .cima-homepage__values__list {
    flex-direction: column;
  }
}
.cima-homepage__values .cima-homepage__values__list .cima-homepage__values__card {
  width: calc((100% - 7.2rem) / 4);
  aspect-ratio: 0.93/1;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: stretch;
  align-content: stretch;
  gap: 1.6rem;
  padding: 3.2rem 3.2rem 4rem 3.2rem;
  position: relative;
  color: #FFFFFF;
  border-radius: 2.4rem;
}
@media screen and (max-width: 821px) {
  .cima-homepage__values .cima-homepage__values__list .cima-homepage__values__card {
    width: calc((100% - 1.6rem) / 2);
  }
}
@media screen and (max-width: 601px) {
  .cima-homepage__values .cima-homepage__values__list .cima-homepage__values__card {
    width: 100%;
    aspect-ratio: 4/3;
    padding: 2.4rem 2.4rem 3.2rem 2.4rem;
  }
}
.cima-homepage__values .cima-homepage__values__list .cima-homepage__values__card:nth-of-type(1) {
  background-color: #01AD65;
  background-image: url("../images/highlights-bg-1.svg");
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.cima-homepage__values .cima-homepage__values__list .cima-homepage__values__card:nth-of-type(2) {
  background-color: #6C35EA;
  background-image: url("../images/highlights-bg-2.svg");
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media screen and (min-width: 601px) {
  .cima-homepage__values .cima-homepage__values__list .cima-homepage__values__card:nth-of-type(2) {
    transition: opacity 0.4s 0.5s ease-out, transform 0.6s 0.5s ease-out;
  }
}
.cima-homepage__values .cima-homepage__values__list .cima-homepage__values__card:nth-of-type(3) {
  background-color: #FE5104;
  background-image: url("../images/highlights-bg-3.svg");
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media screen and (min-width: 601px) {
  .cima-homepage__values .cima-homepage__values__list .cima-homepage__values__card:nth-of-type(3) {
    transition: opacity 0.4s 0.6s ease-out, transform 0.6s 0.6s ease-out;
  }
}
.cima-homepage__values .cima-homepage__values__list .cima-homepage__values__card:nth-of-type(4) {
  background-color: #AB6AFF;
  background-image: url("../images/highlights-bg-4.svg");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}
@media screen and (min-width: 601px) {
  .cima-homepage__values .cima-homepage__values__list .cima-homepage__values__card:nth-of-type(4) {
    transition: opacity 0.4s 0.7s ease-out, transform 0.6s 0.7s ease-out;
  }
}
.cima-homepage__values .cima-homepage__values__list .cima-homepage__values__card .cima-homepage__values__card__icon {
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 100%;
  background: #FFFFFF;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: absolute;
  top: 3.2rem;
  right: 3.2rem;
}
@media screen and (max-width: 601px) {
  .cima-homepage__values .cima-homepage__values__list .cima-homepage__values__card .cima-homepage__values__card__icon {
    width: 5.6rem;
    height: 5.6rem;
    top: 2.4rem;
    right: 2.4rem;
  }
}
.cima-homepage__values .cima-homepage__values__list .cima-homepage__values__card .cima-homepage__values__card__icon img {
  width: 2.8rem;
}
@media screen and (max-width: 601px) {
  .cima-homepage__values .cima-homepage__values__list .cima-homepage__values__card .cima-homepage__values__card__icon img {
    width: 2.4rem;
  }
}
.cima-homepage__values .cima-homepage__values__list .cima-homepage__values__card .cima-homepage__values__card__title {
  width: 70%;
}
.cima-homepage__values .cima-homepage__values__list .cima-homepage__values__card .cima-homepage__values__card__text {
  width: 90%;
}

.cima-homepage__services {
  width: 100%;
  background-color: #F7F6F1;
  background-image: url("../images/cima_services-bg.svg");
  background-size: 27% auto;
  background-position: right 4%;
  background-repeat: no-repeat;
}

.cima-homepage__services__wrapper {
  width: 100%;
  max-width: 200rem;
  margin: 0 auto;
  padding: 16rem 8.8rem 24rem;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  gap: 2.4rem;
}
@media screen and (max-width: 821px) {
  .cima-homepage__services__wrapper {
    padding: 8rem 4rem;
    flex-direction: column;
  }
}
@media screen and (max-width: 601px) {
  .cima-homepage__services__wrapper {
    padding: 10rem 2.4rem 24rem;
  }
}
.cima-homepage__services__wrapper .cima-homepage__services__title {
  width: 30%;
  padding-top: 7.2rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 821px) {
  .cima-homepage__services__wrapper .cima-homepage__services__title {
    padding-top: 0;
    width: 50%;
  }
}
@media screen and (max-width: 601px) {
  .cima-homepage__services__wrapper .cima-homepage__services__title {
    width: 100%;
  }
}
.cima-homepage__services__wrapper .cima-homepage__services__title::after {
  content: "";
  width: 2.8rem;
  height: 2.8rem;
  position: absolute;
  right: 9.6rem;
  top: 6.4rem;
  transform: rotate(-34deg);
  background-image: url("../images/icons/icon_sparkle.svg");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}
.cima-homepage__services__wrapper .cima-homepage__services__list {
  width: calc(71% - 8.8rem);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  gap: 4rem;
  padding-top: 2.4rem;
  overflow: visible;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 821px) {
  .cima-homepage__services__wrapper .cima-homepage__services__list {
    width: calc(50% - 1.2rem);
    gap: 2.4rem;
  }
}
@media screen and (max-width: 601px) {
  .cima-homepage__services__wrapper .cima-homepage__services__list {
    width: 100%;
  }
}
.cima-homepage__services__wrapper .cima-homepage__services__list .cima-homepage__services__card {
  width: calc((100% - 4rem) / 2);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  gap: 1.6rem;
  position: relative;
  background: #FFFFFF;
  border-radius: 2.4rem;
}
@media screen and (max-width: 821px) {
  .cima-homepage__services__wrapper .cima-homepage__services__list .cima-homepage__services__card {
    width: 100%;
  }
}
@media screen and (max-width: 601px) {
  .cima-homepage__services__wrapper .cima-homepage__services__list .cima-homepage__services__card {
    width: 100%;
  }
}
.cima-homepage__services__wrapper .cima-homepage__services__list .cima-homepage__services__card .cima-homepage__services__card__content {
  position: relative;
  z-index: 1;
  padding: 4.8rem 4rem 4.8rem;
}
@media screen and (max-width: 821px) {
  .cima-homepage__services__wrapper .cima-homepage__services__list .cima-homepage__services__card .cima-homepage__services__card__content {
    padding: 4rem 2.4rem;
  }
}
.cima-homepage__services__wrapper .cima-homepage__services__list .cima-homepage__services__card .cima-homepage__services__card__content .cima-homepage__services__card__title {
  width: 38%;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 821px) {
  .cima-homepage__services__wrapper .cima-homepage__services__list .cima-homepage__services__card .cima-homepage__services__card__content .cima-homepage__services__card__title {
    width: 100%;
  }
}
.cima-homepage__services__wrapper .cima-homepage__services__list .cima-homepage__services__card .cima-homepage__services__card__content .cima-homepage__services__card__text {
  padding-right: 5%;
  line-height: 1.5;
}
@media screen and (max-width: 821px) {
  .cima-homepage__services__wrapper .cima-homepage__services__list .cima-homepage__services__card .cima-homepage__services__card__content .cima-homepage__services__card__text {
    padding-right: 0;
  }
}
.cima-homepage__services__wrapper .cima-homepage__services__list .cima-homepage__services__card .cima-homepage__services__card__graphic {
  width: 43rem;
  position: absolute;
  z-index: 0;
}
@media screen and (max-width: 821px) {
  .cima-homepage__services__wrapper .cima-homepage__services__list .cima-homepage__services__card .cima-homepage__services__card__graphic {
    width: 28rem;
  }
}
@media screen and (max-width: 601px) {
  .cima-homepage__services__wrapper .cima-homepage__services__list .cima-homepage__services__card .cima-homepage__services__card__graphic {
    width: 24rem;
  }
}
.cima-homepage__services__wrapper .cima-homepage__services__list .cima-homepage__services__card:nth-of-type(1) .cima-homepage__services__card__content {
  padding-top: 42rem;
}
@media screen and (max-width: 821px) {
  .cima-homepage__services__wrapper .cima-homepage__services__list .cima-homepage__services__card:nth-of-type(1) .cima-homepage__services__card__content {
    padding-top: 28rem;
  }
}
@media screen and (max-width: 601px) {
  .cima-homepage__services__wrapper .cima-homepage__services__list .cima-homepage__services__card:nth-of-type(1) .cima-homepage__services__card__content {
    padding-top: 22rem;
  }
}
.cima-homepage__services__wrapper .cima-homepage__services__list .cima-homepage__services__card:nth-of-type(1) .cima-homepage__services__card__graphic {
  top: 3.6rem;
  right: 2.8rem;
}
@media screen and (max-width: 821px) {
  .cima-homepage__services__wrapper .cima-homepage__services__list .cima-homepage__services__card:nth-of-type(1) .cima-homepage__services__card__graphic {
    top: 2.4rem;
    right: 1.6rem;
  }
}
@media screen and (max-width: 601px) {
  .cima-homepage__services__wrapper .cima-homepage__services__list .cima-homepage__services__card:nth-of-type(1) .cima-homepage__services__card__graphic {
    top: 1.6rem;
    right: 1.2rem;
  }
}
.cima-homepage__services__wrapper .cima-homepage__services__list .cima-homepage__services__card:nth-of-type(2) {
  margin-top: 18.4rem;
}
@media screen and (max-width: 821px) {
  .cima-homepage__services__wrapper .cima-homepage__services__list .cima-homepage__services__card:nth-of-type(2) {
    margin-top: 0;
    position: absolute;
    left: calc(100% + 2.4rem);
    top: 12rem;
  }
}
@media screen and (max-width: 601px) {
  .cima-homepage__services__wrapper .cima-homepage__services__list .cima-homepage__services__card:nth-of-type(2) {
    position: relative;
    left: auto;
    top: auto;
  }
}
.cima-homepage__services__wrapper .cima-homepage__services__list .cima-homepage__services__card:nth-of-type(2) .cima-homepage__services__card__content {
  padding-bottom: 41rem;
}
@media screen and (max-width: 821px) {
  .cima-homepage__services__wrapper .cima-homepage__services__list .cima-homepage__services__card:nth-of-type(2) .cima-homepage__services__card__content {
    padding-bottom: 28rem;
  }
}
@media screen and (max-width: 601px) {
  .cima-homepage__services__wrapper .cima-homepage__services__list .cima-homepage__services__card:nth-of-type(2) .cima-homepage__services__card__content {
    padding: 4rem 45% 4rem 2.4rem;
  }
}
.cima-homepage__services__wrapper .cima-homepage__services__list .cima-homepage__services__card:nth-of-type(2) .cima-homepage__services__card__graphic {
  bottom: 0;
  right: 2rem;
}
@media screen and (max-width: 601px) {
  .cima-homepage__services__wrapper .cima-homepage__services__list .cima-homepage__services__card:nth-of-type(2) .cima-homepage__services__card__graphic {
    right: 0;
  }
}
.cima-homepage__services__wrapper .cima-homepage__services__list .cima-homepage__services__card:nth-of-type(3) {
  position: absolute;
  right: calc(100% + 4rem);
  bottom: 14rem;
}
@media screen and (max-width: 821px) {
  .cima-homepage__services__wrapper .cima-homepage__services__list .cima-homepage__services__card:nth-of-type(3) {
    position: relative;
    right: auto;
    bottom: auto;
  }
}
.cima-homepage__services__wrapper .cima-homepage__services__list .cima-homepage__services__card:nth-of-type(3) .cima-homepage__services__card__content {
  padding-bottom: 39rem;
}
@media screen and (max-width: 821px) {
  .cima-homepage__services__wrapper .cima-homepage__services__list .cima-homepage__services__card:nth-of-type(3) .cima-homepage__services__card__content {
    padding-bottom: 28rem;
  }
}
@media screen and (max-width: 601px) {
  .cima-homepage__services__wrapper .cima-homepage__services__list .cima-homepage__services__card:nth-of-type(3) .cima-homepage__services__card__content {
    padding-bottom: 4rem;
    padding-top: 24rem;
  }
}
.cima-homepage__services__wrapper .cima-homepage__services__list .cima-homepage__services__card:nth-of-type(3) .cima-homepage__services__card__content .cima-homepage__services__card__text {
  padding-right: 0;
}
.cima-homepage__services__wrapper .cima-homepage__services__list .cima-homepage__services__card:nth-of-type(3) .cima-homepage__services__card__graphic {
  bottom: 0;
  right: 3.2rem;
}
@media screen and (max-width: 601px) {
  .cima-homepage__services__wrapper .cima-homepage__services__list .cima-homepage__services__card:nth-of-type(3) .cima-homepage__services__card__graphic {
    top: 2rem;
    left: 3.2rem;
    bottom: auto;
    right: auto;
  }
}
.cima-homepage__services__wrapper .cima-homepage__services__list .cima-homepage__services__card:nth-of-type(4) {
  margin-top: -10.4rem;
}
@media screen and (max-width: 821px) {
  .cima-homepage__services__wrapper .cima-homepage__services__list .cima-homepage__services__card:nth-of-type(4) {
    margin-top: 0;
    position: absolute;
    left: calc(100% + 2.4rem);
    bottom: -8rem;
  }
}
@media screen and (max-width: 601px) {
  .cima-homepage__services__wrapper .cima-homepage__services__list .cima-homepage__services__card:nth-of-type(4) {
    position: relative;
    left: auto;
    bottom: auto;
  }
}
.cima-homepage__services__wrapper .cima-homepage__services__list .cima-homepage__services__card:nth-of-type(4) .cima-homepage__services__card__content {
  padding-top: 26rem;
}
@media screen and (max-width: 601px) {
  .cima-homepage__services__wrapper .cima-homepage__services__list .cima-homepage__services__card:nth-of-type(4) .cima-homepage__services__card__content {
    padding-top: 12rem;
  }
}
.cima-homepage__services__wrapper .cima-homepage__services__list .cima-homepage__services__card:nth-of-type(4) .cima-homepage__services__card__content .cima-homepage__services__card__title {
  width: 100%;
}
.cima-homepage__services__wrapper .cima-homepage__services__list .cima-homepage__services__card:nth-of-type(4) .cima-homepage__services__card__graphic {
  top: 3.6rem;
  right: 2.8rem;
}
.cima-homepage__services__wrapper .cima-homepage__services__list .cima-homepage__services__tag {
  position: absolute;
  border-radius: 1.6rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  gap: 1.6rem;
  padding: 1.2rem 2.4rem 1.2rem 1.2rem;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.02);
}
@media screen and (max-width: 821px) {
  .cima-homepage__services__wrapper .cima-homepage__services__list .cima-homepage__services__tag {
    border-radius: 0.8rem;
    padding: 0.8rem 1.2rem 0.8rem 0.8rem;
    gap: 0.8rem;
  }
}
.cima-homepage__services__wrapper .cima-homepage__services__list .cima-homepage__services__tag .cima-homepage__services__tag__icon {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 1rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  background: #F7F6F1;
}
@media screen and (max-width: 821px) {
  .cima-homepage__services__wrapper .cima-homepage__services__list .cima-homepage__services__tag .cima-homepage__services__tag__icon {
    width: 3.6rem;
    height: 3.6rem;
  }
}
@media screen and (max-width: 601px) {
  .cima-homepage__services__wrapper .cima-homepage__services__list .cima-homepage__services__tag .cima-homepage__services__tag__icon {
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 0.4rem;
  }
}
.cima-homepage__services__wrapper .cima-homepage__services__list .cima-homepage__services__tag .cima-homepage__services__tag__icon img {
  width: 2.4rem;
}
@media screen and (max-width: 821px) {
  .cima-homepage__services__wrapper .cima-homepage__services__list .cima-homepage__services__tag .cima-homepage__services__tag__icon img {
    width: 2rem;
  }
}
@media screen and (max-width: 601px) {
  .cima-homepage__services__wrapper .cima-homepage__services__list .cima-homepage__services__tag .cima-homepage__services__tag__icon img {
    width: 1.6rem;
  }
}
.cima-homepage__services__wrapper .cima-homepage__services__list .cima-homepage__services__tag .cima-homepage__services__tag__content {
  color: #F7F6F1;
  font-size: 1.8rem;
}
@media screen and (max-width: 821px) {
  .cima-homepage__services__wrapper .cima-homepage__services__list .cima-homepage__services__tag .cima-homepage__services__tag__content {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 601px) {
  .cima-homepage__services__wrapper .cima-homepage__services__list .cima-homepage__services__tag .cima-homepage__services__tag__content {
    font-size: 1.4rem;
  }
}
.cima-homepage__services__wrapper .cima-homepage__services__list .cima-homepage__services__tag .cima-homepage__services__tag__content h3 {
  white-space: nowrap;
  font-weight: 700;
}
.cima-homepage__services__wrapper .cima-homepage__services__list .cima-homepage__services__tag:nth-of-type(5) {
  background: #01AD65;
  top: 0;
  left: 45%;
  transform: rotate(-7deg);
}
@media screen and (max-width: 821px) {
  .cima-homepage__services__wrapper .cima-homepage__services__list .cima-homepage__services__tag:nth-of-type(5) {
    left: calc(100% + 15rem);
    top: 2rem;
  }
}
@media screen and (max-width: 601px) {
  .cima-homepage__services__wrapper .cima-homepage__services__list .cima-homepage__services__tag:nth-of-type(5) {
    left: auto;
    right: 2rem;
    top: 70rem;
  }
}
.cima-homepage__services__wrapper .cima-homepage__services__list .cima-homepage__services__tag:nth-of-type(6) {
  background: #FE5104;
  top: 7rem;
  right: 11%;
  transform: rotate(4deg);
}
@media screen and (max-width: 821px) {
  .cima-homepage__services__wrapper .cima-homepage__services__list .cima-homepage__services__tag:nth-of-type(6) {
    top: 7rem;
    right: -41rem;
  }
}
@media screen and (max-width: 601px) {
  .cima-homepage__services__wrapper .cima-homepage__services__list .cima-homepage__services__tag:nth-of-type(6) {
    top: 78rem;
    right: -2rem;
  }
}
.cima-homepage__services__wrapper .cima-homepage__services__list .cima-homepage__services__tag:nth-of-type(7) {
  background: #6C35EA;
  bottom: -1rem;
  right: calc(100% + 30rem);
  transform: rotate(-6deg);
}
@media screen and (max-width: 821px) {
  .cima-homepage__services__wrapper .cima-homepage__services__list .cima-homepage__services__tag:nth-of-type(7) {
    bottom: -11rem;
    right: calc(100% - 24rem);
  }
}
@media screen and (max-width: 601px) {
  .cima-homepage__services__wrapper .cima-homepage__services__list .cima-homepage__services__tag:nth-of-type(7) {
    bottom: -6rem;
    right: auto;
    left: -1rem;
  }
}
.cima-homepage__services__wrapper .cima-homepage__services__list .cima-homepage__services__tag:nth-of-type(8) {
  background: #AB6AFF;
  bottom: 13rem;
  right: 3rem;
  transform: rotate(4deg);
}
@media screen and (max-width: 821px) {
  .cima-homepage__services__wrapper .cima-homepage__services__list .cima-homepage__services__tag:nth-of-type(8) {
    bottom: 34rem;
    right: -23rem;
  }
}
@media screen and (max-width: 601px) {
  .cima-homepage__services__wrapper .cima-homepage__services__list .cima-homepage__services__tag:nth-of-type(8) {
    bottom: -12rem;
    right: -1rem;
  }
}
.cima-homepage__services__wrapper .cima-homepage__services__misc {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cima-homepage__services__wrapper .cima-homepage__services__misc .cima-homepage__services__misc__misc {
  width: 38rem;
  position: absolute;
  right: -7rem;
  bottom: 6rem;
  z-index: 0;
}
@media screen and (max-width: 821px) {
  .cima-homepage__services__wrapper .cima-homepage__services__misc .cima-homepage__services__misc__misc {
    bottom: 38rem;
  }
}
@media screen and (max-width: 601px) {
  .cima-homepage__services__wrapper .cima-homepage__services__misc .cima-homepage__services__misc__misc {
    bottom: auto;
    top: 25rem;
  }
}
.cima-homepage__services__wrapper .cima-homepage__services__misc .cima-homepage__services__misc__icon {
  width: 6.4rem;
  position: absolute;
  bottom: 20rem;
  left: 31%;
  z-index: 2;
}
@media screen and (max-width: 821px) {
  .cima-homepage__services__wrapper .cima-homepage__services__misc .cima-homepage__services__misc__icon {
    left: 90%;
    bottom: 50rem;
  }
}
@media screen and (max-width: 601px) {
  .cima-homepage__services__wrapper .cima-homepage__services__misc .cima-homepage__services__misc__icon {
    display: none;
  }
}
.cima-homepage__services__wrapper .cima-homepage__services__misc .cima-homepage__services__misc__image {
  width: 24rem;
  border-radius: 100%;
  position: absolute;
  z-index: 1;
  overflow: hidden;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.02);
}
@media screen and (max-width: 821px) {
  .cima-homepage__services__wrapper .cima-homepage__services__misc .cima-homepage__services__misc__image {
    width: 20rem;
  }
}
@media screen and (max-width: 601px) {
  .cima-homepage__services__wrapper .cima-homepage__services__misc .cima-homepage__services__misc__image {
    width: 16rem;
  }
}
.cima-homepage__services__wrapper .cima-homepage__services__misc .cima-homepage__services__misc__image picture, .cima-homepage__services__wrapper .cima-homepage__services__misc .cima-homepage__services__misc__image img {
  display: block;
  width: 100%;
}
.cima-homepage__services__wrapper .cima-homepage__services__misc .cima-homepage__services__misc__image.cima-homepage__services__misc__image--01 {
  right: 20%;
  bottom: 27rem;
}
@media screen and (max-width: 821px) {
  .cima-homepage__services__wrapper .cima-homepage__services__misc .cima-homepage__services__misc__image.cima-homepage__services__misc__image--01 {
    right: 30%;
    bottom: auto;
    top: 19rem;
  }
}
@media screen and (max-width: 601px) {
  .cima-homepage__services__wrapper .cima-homepage__services__misc .cima-homepage__services__misc__image.cima-homepage__services__misc__image--01 {
    top: auto;
    bottom: 4rem;
    right: 42%;
  }
}
.cima-homepage__services__wrapper .cima-homepage__services__misc .cima-homepage__services__misc__image.cima-homepage__services__misc__image--02 {
  width: 16rem;
  left: 24%;
  bottom: 10rem;
}
@media screen and (max-width: 821px) {
  .cima-homepage__services__wrapper .cima-homepage__services__misc .cima-homepage__services__misc__image.cima-homepage__services__misc__image--02 {
    display: none;
  }
}

.cima-homepage__about {
  width: 100%;
  padding: 4.8rem 7.2rem 8.8rem;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  gap: 2.4rem;
  background: #F7F6F1;
}
@media screen and (max-width: 821px) {
  .cima-homepage__about {
    padding: 16rem 4rem;
  }
}
@media screen and (max-width: 601px) {
  .cima-homepage__about {
    padding: 6.4rem 2.4rem 12rem;
    overflow: hidden;
  }
}
.cima-homepage__about .cima-homepage__about__wrapper {
  width: 100%;
  max-width: 200rem;
  margin: 0 auto;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 7.2rem;
  border-radius: 4rem;
  padding: 12rem 8rem;
}
@media screen and (max-width: 821px) {
  .cima-homepage__about .cima-homepage__about__wrapper {
    padding: 8rem 4rem;
  }
}
@media screen and (max-width: 601px) {
  .cima-homepage__about .cima-homepage__about__wrapper {
    border-radius: 2.4rem;
    padding: 8rem 2.4rem 16rem;
    border-radius: 2.4rem;
    gap: 4rem;
  }
}
.cima-homepage__about .cima-homepage__about__title {
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 821px) {
  .cima-homepage__about .cima-homepage__about__title {
    width: 80%;
  }
}
@media screen and (max-width: 601px) {
  .cima-homepage__about .cima-homepage__about__title {
    font-size: 3.2rem;
  }
}
.cima-homepage__about .cima-homepage__about__graphic {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 32rem 0;
  position: relative;
}
@media screen and (max-width: 821px) {
  .cima-homepage__about .cima-homepage__about__graphic {
    padding: 16rem 0;
  }
}
@media screen and (max-width: 601px) {
  .cima-homepage__about .cima-homepage__about__graphic {
    flex-direction: column-reverse;
    padding: 0;
    gap: 10rem;
  }
}
.cima-homepage__about .cima-homepage__about__graphic::after {
  content: "";
  width: 40%;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  background-image: url("../images/about_circle_inner.svg");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  transform-origin: center;
  animation: aboutCircleInnerRotate 72s linear infinite;
}
@media screen and (max-width: 821px) {
  .cima-homepage__about .cima-homepage__about__graphic::after {
    width: 70%;
  }
}
@media screen and (max-width: 601px) {
  .cima-homepage__about .cima-homepage__about__graphic::after {
    display: none;
  }
}
.cima-homepage__about .cima-homepage__about__graphic__center {
  width: 20%;
  aspect-ratio: 1/1;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 1.6rem;
  text-align: center;
  padding: 0;
  z-index: 2;
  animation: aboutCenterFloat 8s ease-in-out infinite;
  will-change: transform;
}
@media screen and (max-width: 821px) {
  .cima-homepage__about .cima-homepage__about__graphic__center {
    width: 60%;
  }
}
@media screen and (max-width: 601px) {
  .cima-homepage__about .cima-homepage__about__graphic__center {
    width: 100%;
    position: relative;
  }
  .cima-homepage__about .cima-homepage__about__graphic__center::after {
    content: "";
    width: 130%;
    aspect-ratio: 1/1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100%;
    background-image: url("../images/about_circle_inner.svg");
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    transform-origin: center;
    animation: aboutCircleInnerRotate 72s linear infinite;
  }
}
.cima-homepage__about .cima-homepage__about__graphic__center .cima-homepage__about__graphic__team {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin-top: 2.4rem;
  margin-bottom: 1.2rem;
  position: relative;
}
@media screen and (max-width: 821px) {
  .cima-homepage__about .cima-homepage__about__graphic__center .cima-homepage__about__graphic__team {
    margin-top: 2.4rem;
    margin-bottom: 0.8rem;
  }
}
.cima-homepage__about .cima-homepage__about__graphic__center .cima-homepage__about__graphic__team .cima-floating-cursor--ale {
  left: -5rem;
  top: -2.6rem;
  bottom: auto;
  right: auto;
  animation-delay: -0.4s;
}
.cima-homepage__about .cima-homepage__about__graphic__center .cima-homepage__about__graphic__team .cima-floating-cursor--pau {
  right: -5.6rem;
  bottom: -1rem;
  animation-direction: reverse;
  animation-delay: -0.7s;
}
.cima-homepage__about .cima-homepage__about__graphic__center .cima-homepage__about__graphic__team .cima-homepage__about__graphic__team__member {
  width: 7.2rem;
  height: 7.2rem;
  border-radius: 100%;
  overflow: hidden;
  border: 5px solid #C497FE;
  padding: 0;
  transition: all 0.3s ease-out;
  margin-right: -0.4rem;
}
@media screen and (max-width: 821px) {
  .cima-homepage__about .cima-homepage__about__graphic__center .cima-homepage__about__graphic__team .cima-homepage__about__graphic__team__member {
    width: 6.4rem;
    height: 6.4rem;
  }
}
.cima-homepage__about .cima-homepage__about__graphic__center .cima-homepage__about__graphic__team .cima-homepage__about__graphic__team__member:nth-of-type(2) {
  border-color: #6C35EA;
  margin-right: 0;
  margin-left: -0.4rem;
}
@media (hover: hover) and (pointer: fine) {
  .cima-homepage__about .cima-homepage__about__graphic__center .cima-homepage__about__graphic__team .cima-homepage__about__graphic__team__member:hover {
    transform: scale(1.1);
  }
}
.cima-homepage__about .cima-homepage__about__graphic__center .cima-homepage__about__graphic__team .cima-homepage__about__graphic__team__member picture, .cima-homepage__about .cima-homepage__about__graphic__center .cima-homepage__about__graphic__team .cima-homepage__about__graphic__team__member img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cima-homepage__about .cima-homepage__about__graphic__center .cima-homepage__about__graphic__title {
  width: 100%;
}
@media screen and (max-width: 821px) {
  .cima-homepage__about .cima-homepage__about__graphic__center .cima-homepage__about__graphic__title {
    width: 80%;
  }
}
.cima-homepage__about .cima-homepage__about__graphic__center .cima-homepage__about__graphic__text {
  width: 146%;
  font-size: 2rem;
  line-height: 1.3;
}
@media screen and (max-width: 821px) {
  .cima-homepage__about .cima-homepage__about__graphic__center .cima-homepage__about__graphic__text {
    width: 90%;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 601px) {
  .cima-homepage__about .cima-homepage__about__graphic__center .cima-homepage__about__graphic__text {
    font-size: 1.6rem;
  }
}
.cima-homepage__about .cima-homepage__about__graphic__center .cima-homepage__about__graphic__team__link {
  color: #FE5104;
  font-size: 1.8rem;
  margin-top: 2.4rem;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .cima-homepage__about .cima-homepage__about__graphic__center .cima-homepage__about__graphic__team__link:hover {
    color: #6C35EA;
  }
}
@media screen and (max-width: 821px) {
  .cima-homepage__about .cima-homepage__about__graphic__center .cima-homepage__about__graphic__team__link {
    margin-top: 1.6rem;
    font-size: 1.6rem;
  }
}
.cima-homepage__about .cima-homepage__about__list {
  width: 59%;
  aspect-ratio: 1/1;
  position: absolute;
  top: 2.8rem;
  left: 20.5%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  gap: 4rem;
  padding-top: 2.4rem;
  overflow: visible;
  z-index: 1;
}
@media screen and (max-width: 821px) {
  .cima-homepage__about .cima-homepage__about__list {
    width: 100%;
    left: 0;
  }
}
@media screen and (max-width: 601px) {
  .cima-homepage__about .cima-homepage__about__list {
    position: relative;
    top: auto;
    left: auto;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 3.2rem;
    z-index: 2;
  }
}
.cima-homepage__about .cima-homepage__about__list::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  background-image: url("../images/about_circle_outer.svg");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  transform-origin: center;
  animation: aboutCircleOuterRotate 96s linear infinite;
}
@media screen and (max-width: 601px) {
  .cima-homepage__about .cima-homepage__about__list::after {
    display: none;
  }
}
.cima-homepage__about .cima-homepage__about__list .cima-homepage__about__card {
  position: absolute;
  font-size: 1.8rem;
  cursor: pointer;
}
@media screen and (max-width: 821px) {
  .cima-homepage__about .cima-homepage__about__list .cima-homepage__about__card {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 601px) {
  .cima-homepage__about .cima-homepage__about__list .cima-homepage__about__card {
    width: 100%;
    position: relative;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 3.2rem;
  }
}
.cima-homepage__about .cima-homepage__about__list .cima-homepage__about__card::after {
  content: "";
  width: 1.2rem;
  height: 0.9rem;
  position: absolute;
  background-image: url("../images/icons/icon_tooltip-black.svg");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 601px) {
  .cima-homepage__about .cima-homepage__about__list .cima-homepage__about__card::after {
    display: none !important;
  }
}
.cima-homepage__about .cima-homepage__about__list .cima-homepage__about__card:nth-of-type(1) {
  top: 10%;
  left: -4%;
}
.cima-homepage__about .cima-homepage__about__list .cima-homepage__about__card:nth-of-type(1)::after {
  bottom: 100%;
  right: 100%;
  transform: translate(0.5rem, 0.5rem) rotate(-45deg);
}
@media screen and (max-width: 821px) {
  .cima-homepage__about .cima-homepage__about__list .cima-homepage__about__card:nth-of-type(1)::after {
    bottom: calc(100% + 0.4rem);
    right: calc(50% - 0.6rem);
    transform: translateY(0.5rem) rotate(0deg);
  }
}
.cima-homepage__about .cima-homepage__about__list .cima-homepage__about__card:nth-of-type(1):hover::after {
  transform: rotate(-45deg);
}
@media screen and (max-width: 821px) {
  .cima-homepage__about .cima-homepage__about__list .cima-homepage__about__card:nth-of-type(1):hover::after {
    transform: none;
  }
}
.cima-homepage__about .cima-homepage__about__list .cima-homepage__about__card:nth-of-type(1) .cima-homepage__about__card__description {
  bottom: calc(100% + 1.6rem);
  right: 100%;
  transform: translate(1rem, 1rem);
}
@media screen and (max-width: 821px) {
  .cima-homepage__about .cima-homepage__about__list .cima-homepage__about__card:nth-of-type(1) .cima-homepage__about__card__description {
    transform: translateY(1rem);
  }
}
.cima-homepage__about .cima-homepage__about__list .cima-homepage__about__card:nth-of-type(2) {
  top: -2%;
  left: 41%;
}
.cima-homepage__about .cima-homepage__about__list .cima-homepage__about__card:nth-of-type(2)::after {
  bottom: 100%;
  left: 100%;
  transform: translate(-0.5rem, 0.5rem) rotate(45deg);
}
@media screen and (max-width: 821px) {
  .cima-homepage__about .cima-homepage__about__list .cima-homepage__about__card:nth-of-type(2)::after {
    bottom: calc(100% + 0.4rem);
    left: calc(50% - 0.6rem);
    transform: translateY(0.5rem) rotate(0deg);
  }
}
.cima-homepage__about .cima-homepage__about__list .cima-homepage__about__card:nth-of-type(2):hover::after {
  transform: rotate(45deg);
}
@media screen and (max-width: 821px) {
  .cima-homepage__about .cima-homepage__about__list .cima-homepage__about__card:nth-of-type(2):hover::after {
    transform: none;
  }
}
.cima-homepage__about .cima-homepage__about__list .cima-homepage__about__card:nth-of-type(2) .cima-homepage__about__card__description {
  width: 28rem;
  bottom: calc(100% + 1.6rem);
  left: calc(100% + 1.6rem);
  transform: translate(-1rem, 1rem);
}
@media screen and (max-width: 821px) {
  .cima-homepage__about .cima-homepage__about__list .cima-homepage__about__card:nth-of-type(2) .cima-homepage__about__card__description {
    transform: translateY(1rem);
  }
}
.cima-homepage__about .cima-homepage__about__list .cima-homepage__about__card:nth-of-type(3) {
  top: 34%;
  left: -2%;
}
@media screen and (max-width: 821px) {
  .cima-homepage__about .cima-homepage__about__list .cima-homepage__about__card:nth-of-type(3) {
    top: 35%;
    left: -9%;
  }
}
.cima-homepage__about .cima-homepage__about__list .cima-homepage__about__card:nth-of-type(3)::after {
  top: 100%;
  right: 100%;
  transform: translate(0.5rem, -0.5rem) rotate(-135deg);
}
@media screen and (max-width: 821px) {
  .cima-homepage__about .cima-homepage__about__list .cima-homepage__about__card:nth-of-type(3)::after {
    top: calc(100% + 0.4rem);
    bottom: auto;
    right: calc(50% - 0.6rem);
    transform: translateY(-0.5rem) rotate(180deg);
  }
}
.cima-homepage__about .cima-homepage__about__list .cima-homepage__about__card:nth-of-type(3):hover::after {
  transform: rotate(-135deg);
}
@media screen and (max-width: 821px) {
  .cima-homepage__about .cima-homepage__about__list .cima-homepage__about__card:nth-of-type(3):hover::after {
    transform: rotate(180deg);
  }
}
.cima-homepage__about .cima-homepage__about__list .cima-homepage__about__card:nth-of-type(3) .cima-homepage__about__card__description {
  width: 22rem;
  top: calc(100% + 1.2rem);
  right: 100%;
  transform: translate(1rem, -1rem);
}
@media screen and (max-width: 821px) {
  .cima-homepage__about .cima-homepage__about__list .cima-homepage__about__card:nth-of-type(3) .cima-homepage__about__card__description {
    transform: translateY(-1rem);
    bottom: auto !important;
    top: calc(100% + 1.6rem) !important;
  }
}
.cima-homepage__about .cima-homepage__about__list .cima-homepage__about__card:nth-of-type(4) {
  bottom: 17%;
  left: -7%;
}
.cima-homepage__about .cima-homepage__about__list .cima-homepage__about__card:nth-of-type(4)::after {
  bottom: 100%;
  right: 100%;
  transform: translate(0.5rem, 0.5rem) rotate(-45deg);
}
@media screen and (max-width: 821px) {
  .cima-homepage__about .cima-homepage__about__list .cima-homepage__about__card:nth-of-type(4)::after {
    top: calc(100% + 0.4rem);
    bottom: auto;
    right: calc(50% - 0.6rem);
    transform: translateY(-0.5rem) rotate(180deg);
  }
}
.cima-homepage__about .cima-homepage__about__list .cima-homepage__about__card:nth-of-type(4):hover::after {
  transform: rotate(-45deg);
}
@media screen and (max-width: 821px) {
  .cima-homepage__about .cima-homepage__about__list .cima-homepage__about__card:nth-of-type(4):hover::after {
    transform: rotate(180deg);
  }
}
.cima-homepage__about .cima-homepage__about__list .cima-homepage__about__card:nth-of-type(4) .cima-homepage__about__card__description {
  width: 28rem;
  bottom: calc(100% + 1.2rem);
  right: calc(100% + 1.2rem);
  transform: translate(1rem, 1rem);
}
@media screen and (max-width: 821px) {
  .cima-homepage__about .cima-homepage__about__list .cima-homepage__about__card:nth-of-type(4) .cima-homepage__about__card__description {
    transform: translateY(-1rem);
    bottom: auto !important;
    top: calc(100% + 1.6rem) !important;
  }
}
.cima-homepage__about .cima-homepage__about__list .cima-homepage__about__card:nth-of-type(5) {
  top: 15%;
  right: -11%;
}
.cima-homepage__about .cima-homepage__about__list .cima-homepage__about__card:nth-of-type(5)::after {
  bottom: 100%;
  left: 100%;
  transform: translate(-0.5rem, 0.5rem) rotate(45deg);
}
@media screen and (max-width: 821px) {
  .cima-homepage__about .cima-homepage__about__list .cima-homepage__about__card:nth-of-type(5)::after {
    bottom: calc(100% + 0.4rem);
    left: calc(50% - 0.6rem);
    transform: translateY(0.5rem) rotate(0deg);
  }
}
.cima-homepage__about .cima-homepage__about__list .cima-homepage__about__card:nth-of-type(5):hover::after {
  transform: rotate(45deg);
}
@media screen and (max-width: 821px) {
  .cima-homepage__about .cima-homepage__about__list .cima-homepage__about__card:nth-of-type(5):hover::after {
    transform: none;
  }
}
.cima-homepage__about .cima-homepage__about__list .cima-homepage__about__card:nth-of-type(5) .cima-homepage__about__card__description {
  bottom: calc(100% + 1.2rem);
  left: calc(100% + 1.2rem);
  transform: translate(-1rem, 1rem);
}
@media screen and (max-width: 821px) {
  .cima-homepage__about .cima-homepage__about__list .cima-homepage__about__card:nth-of-type(5) .cima-homepage__about__card__description {
    bottom: calc(100% + 1.6rem);
    transform: translateY(1rem);
  }
}
.cima-homepage__about .cima-homepage__about__list .cima-homepage__about__card:nth-of-type(6) {
  top: 48%;
  right: -10%;
}
.cima-homepage__about .cima-homepage__about__list .cima-homepage__about__card:nth-of-type(6)::after {
  top: 100%;
  left: 100%;
  transform: translate(-0.5rem, -0.5rem) rotate(135deg);
}
@media screen and (max-width: 821px) {
  .cima-homepage__about .cima-homepage__about__list .cima-homepage__about__card:nth-of-type(6)::after {
    top: calc(100% + 0.4rem);
    bottom: auto;
    left: calc(50% - 0.6rem);
    transform: translateY(-0.5rem) rotate(180deg);
  }
}
.cima-homepage__about .cima-homepage__about__list .cima-homepage__about__card:nth-of-type(6):hover::after {
  transform: rotate(135deg);
}
@media screen and (max-width: 821px) {
  .cima-homepage__about .cima-homepage__about__list .cima-homepage__about__card:nth-of-type(6):hover::after {
    transform: rotate(180deg);
  }
}
.cima-homepage__about .cima-homepage__about__list .cima-homepage__about__card:nth-of-type(6) .cima-homepage__about__card__description {
  width: 24rem;
  top: calc(100% + 1.6rem);
  left: calc(100% + 1.6rem);
  transform: translate(-1rem, -1rem);
}
@media screen and (max-width: 821px) {
  .cima-homepage__about .cima-homepage__about__list .cima-homepage__about__card:nth-of-type(6) .cima-homepage__about__card__description {
    transform: translateY(-1rem);
    bottom: auto !important;
    top: calc(100% + 1.6rem) !important;
  }
}
.cima-homepage__about .cima-homepage__about__list .cima-homepage__about__card:nth-of-type(7) {
  bottom: 5%;
  right: 8%;
}
@media screen and (max-width: 601px) {
  .cima-homepage__about .cima-homepage__about__list .cima-homepage__about__card:nth-of-type(7) {
    border-bottom: none;
  }
}
.cima-homepage__about .cima-homepage__about__list .cima-homepage__about__card:nth-of-type(7)::after {
  bottom: 100%;
  left: 100%;
  transform: translate(-0.5rem, 0.5rem) rotate(45deg);
}
@media screen and (max-width: 821px) {
  .cima-homepage__about .cima-homepage__about__list .cima-homepage__about__card:nth-of-type(7)::after {
    bottom: calc(100% + 0.4rem);
    left: calc(50% - 0.6rem);
    transform: translateY(0.5rem) rotate(0deg);
  }
}
.cima-homepage__about .cima-homepage__about__list .cima-homepage__about__card:nth-of-type(7):hover::after {
  transform: rotate(45deg);
}
@media screen and (max-width: 821px) {
  .cima-homepage__about .cima-homepage__about__list .cima-homepage__about__card:nth-of-type(7):hover::after {
    transform: none;
  }
}
.cima-homepage__about .cima-homepage__about__list .cima-homepage__about__card:nth-of-type(7) .cima-homepage__about__card__description {
  width: 26rem;
  bottom: calc(100% + 1.6rem);
  left: calc(100% + 1.6rem);
  transform: translate(-1rem, 1rem);
}
@media screen and (max-width: 821px) {
  .cima-homepage__about .cima-homepage__about__list .cima-homepage__about__card:nth-of-type(7) .cima-homepage__about__card__description {
    transform: translateY(1rem);
  }
}
.cima-homepage__about .cima-homepage__about__list .cima-homepage__about__card .cima-homepage__about__card__content {
  position: relative;
}
.cima-homepage__about .cima-homepage__about__list .cima-homepage__about__card .cima-homepage__about__card__heading {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  gap: 1.2rem;
  padding: 1.6rem 3.2rem 1.6rem 2.4rem;
  background: #FFFFFF;
  border-radius: 1.6rem;
  border: 1px solid #CDCDCD;
  font-weight: 500;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 821px) {
  .cima-homepage__about .cima-homepage__about__list .cima-homepage__about__card .cima-homepage__about__card__heading {
    padding: 0.8rem 1.6rem 0.8rem 0.8rem;
    border-radius: 0.8rem;
    gap: 0.8rem;
  }
}
@media screen and (max-width: 601px) {
  .cima-homepage__about .cima-homepage__about__list .cima-homepage__about__card .cima-homepage__about__card__heading {
    background: none;
    border-radius: none;
    border: none;
    padding: 0;
    margin-bottom: 1.6rem;
    gap: 1.2rem;
  }
}
.cima-homepage__about .cima-homepage__about__list .cima-homepage__about__card .cima-homepage__about__card__heading img {
  width: 3.2rem;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 821px) {
  .cima-homepage__about .cima-homepage__about__list .cima-homepage__about__card .cima-homepage__about__card__heading img {
    width: 2rem;
  }
}
@media screen and (max-width: 601px) {
  .cima-homepage__about .cima-homepage__about__list .cima-homepage__about__card .cima-homepage__about__card__heading img {
    width: 2.4rem;
  }
}
.cima-homepage__about .cima-homepage__about__list .cima-homepage__about__card .cima-homepage__about__card__heading p {
  white-space: nowrap;
  font-size: 1.8rem;
}
@media screen and (max-width: 821px) {
  .cima-homepage__about .cima-homepage__about__list .cima-homepage__about__card .cima-homepage__about__card__heading p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 601px) {
  .cima-homepage__about .cima-homepage__about__list .cima-homepage__about__card .cima-homepage__about__card__heading p {
    font-size: 2rem;
    font-weight: 600;
  }
}
.cima-homepage__about .cima-homepage__about__list .cima-homepage__about__card .cima-homepage__about__card__description {
  width: 30rem;
  font-size: 1.6rem;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 821px) {
  .cima-homepage__about .cima-homepage__about__list .cima-homepage__about__card .cima-homepage__about__card__description {
    width: 100% !important;
    font-size: 1.4rem;
    right: 0 !important;
    left: 0 !important;
    text-align: center;
  }
}
@media screen and (max-width: 601px) {
  .cima-homepage__about .cima-homepage__about__list .cima-homepage__about__card .cima-homepage__about__card__description {
    position: relative;
    opacity: 1;
    visibility: visible;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    text-align: left !important;
    transform: none !important;
    font-size: 1.8rem !important;
    line-height: 1.5;
  }
}
.cima-homepage__about .cima-homepage__about__list .cima-homepage__about__card:hover::after {
  opacity: 1;
  visibility: visible;
}
.cima-homepage__about .cima-homepage__about__list .cima-homepage__about__card:hover .cima-homepage__about__card__heading {
  background: #6C35EA;
  color: #FFFFFF;
}
.cima-homepage__about .cima-homepage__about__list .cima-homepage__about__card:hover img {
  filter: brightness(0) invert(1);
}
.cima-homepage__about .cima-homepage__about__list .cima-homepage__about__card:hover .cima-homepage__about__card__description {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.cima-homepage__about .cima-homepage__about__list .cima-homepage__about__tag {
  position: absolute;
  padding: 1.6rem;
  color: #FFFFFF;
  border-radius: 0.8rem;
  font-size: 1.6rem;
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.02);
  animation: aboutElementFloat 6.8s ease-in-out infinite;
  will-change: transform;
}
@media screen and (max-width: 821px) {
  .cima-homepage__about .cima-homepage__about__list .cima-homepage__about__tag {
    font-size: 1.4rem;
    padding: 0.8rem;
    border-radius: 0.4rem;
  }
}
@media screen and (max-width: 601px) {
  .cima-homepage__about .cima-homepage__about__list .cima-homepage__about__tag {
    font-size: 1.2rem;
  }
}
.cima-homepage__about .cima-homepage__about__list .cima-homepage__about__tag:nth-of-type(8) {
  bottom: 14%;
  left: 41%;
  background: #A9E061;
  animation-duration: 7.2s;
  animation-delay: -0.6s;
}
@media screen and (max-width: 821px) {
  .cima-homepage__about .cima-homepage__about__list .cima-homepage__about__tag:nth-of-type(8) {
    left: 38%;
  }
}
@media screen and (max-width: 601px) {
  .cima-homepage__about .cima-homepage__about__list .cima-homepage__about__tag:nth-of-type(8) {
    left: -13%;
    bottom: -44%;
  }
}
.cima-homepage__about .cima-homepage__about__list .cima-homepage__about__tag:nth-of-type(9) {
  top: 17%;
  left: 54%;
  background: #C497FE;
  animation-duration: 6.4s;
  animation-delay: -1.4s;
}
@media screen and (max-width: 821px) {
  .cima-homepage__about .cima-homepage__about__list .cima-homepage__about__tag:nth-of-type(9) {
    top: 14%;
    left: 48%;
  }
}
@media screen and (max-width: 601px) {
  .cima-homepage__about .cima-homepage__about__list .cima-homepage__about__tag:nth-of-type(9) {
    top: auto;
    left: auto;
    bottom: -51rem;
    right: -4rem;
  }
}
.cima-homepage__about .cima-homepage__about__list .cima-homepage__about__tag:nth-of-type(10) {
  bottom: 26%;
  right: -7%;
  background: #FFAC9C;
  animation-duration: 7.8s;
  animation-delay: -2.1s;
}
@media screen and (max-width: 821px) {
  .cima-homepage__about .cima-homepage__about__list .cima-homepage__about__tag:nth-of-type(10) {
    right: -3%;
  }
}
@media screen and (max-width: 601px) {
  .cima-homepage__about .cima-homepage__about__list .cima-homepage__about__tag:nth-of-type(10) {
    right: 27%;
    bottom: -5%;
  }
}
.cima-homepage__about .cima-homepage__about__graphic__image {
  position: absolute;
  z-index: 1;
  width: 10.7rem;
  height: 10.7rem;
  border-radius: 100%;
  overflow: hidden;
  object-fit: cover;
  background: #E0E0E0;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.02);
  animation: aboutImageFloat 7.4s ease-in-out infinite;
  will-change: transform;
}
@media screen and (max-width: 821px) {
  .cima-homepage__about .cima-homepage__about__graphic__image {
    width: 8rem;
    height: 8rem;
  }
}
@media screen and (max-width: 601px) {
  .cima-homepage__about .cima-homepage__about__graphic__image {
    width: 6rem;
    height: 6rem;
    z-index: 2;
  }
}
.cima-homepage__about .cima-homepage__about__graphic__image:nth-of-type(1) {
  top: 30%;
  right: 19%;
  animation-duration: 7.2s;
  animation-delay: -0.8s;
}
@media screen and (max-width: 821px) {
  .cima-homepage__about .cima-homepage__about__graphic__image:nth-of-type(1) {
    right: 12%;
  }
}
@media screen and (max-width: 601px) {
  .cima-homepage__about .cima-homepage__about__graphic__image:nth-of-type(1) {
    right: -9%;
    top: auto;
    bottom: 34rem;
  }
}
.cima-homepage__about .cima-homepage__about__graphic__image:nth-of-type(2) {
  top: 52%;
  left: 17.5%;
  animation-duration: 8.4s;
  animation-delay: -1.9s;
}
@media screen and (max-width: 821px) {
  .cima-homepage__about .cima-homepage__about__graphic__image:nth-of-type(2) {
    left: 7.5%;
  }
}
@media screen and (max-width: 601px) {
  .cima-homepage__about .cima-homepage__about__graphic__image:nth-of-type(2) {
    left: -13.5%;
    top: auto;
    bottom: 29rem;
  }
}
.cima-homepage__about .cima-homepage__about__graphic__image:nth-of-type(3) {
  bottom: -2%;
  left: 40%;
  animation-duration: 7.8s;
  animation-delay: -2.6s;
}
@media screen and (max-width: 601px) {
  .cima-homepage__about .cima-homepage__about__graphic__image:nth-of-type(3) {
    bottom: -6%;
    left: 41%;
  }
}

@keyframes aboutCircleInnerRotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes aboutCircleOuterRotate {
  from {
    transform: translate(-50%, -50%) rotate(360deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
@keyframes aboutCenterFloat {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -0.35rem, 0);
  }
}
@keyframes aboutElementFloat {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  25% {
    transform: translate3d(0.18rem, -0.22rem, 0);
  }
  50% {
    transform: translate3d(0.08rem, 0.18rem, 0);
  }
  75% {
    transform: translate3d(-0.14rem, -0.08rem, 0);
  }
}
@keyframes aboutImageFloat {
  0%, 100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  25% {
    transform: translate3d(0.25rem, -0.28rem, 0) scale(1.005);
  }
  50% {
    transform: translate3d(0.08rem, 0.22rem, 0) scale(1);
  }
  75% {
    transform: translate3d(-0.2rem, -0.12rem, 0) scale(1.006);
  }
}
@media (prefers-reduced-motion: reduce) {
  .cima-homepage__about__graphic::after,
  .cima-homepage__about__list::after,
  .cima-homepage__about__graphic__center,
  .cima-homepage__about__tag,
  .cima-homepage__about__graphic__image {
    animation: none !important;
  }
}
.cima-homepage__about-modal {
  position: fixed;
  inset: 0;
  width: 100dvw;
  height: 100dvh;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  transition: opacity 0.3s ease, visibility 0s linear 0.3s;
}
.cima-homepage__about-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.3s ease, visibility 0s linear 0s;
}
.cima-homepage__about-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.82);
}
.cima-homepage__about-modal__dialog {
  position: relative;
  z-index: 2;
  min-width: 80rem;
  max-width: calc(60vw - 4.8rem);
  max-height: calc(100dvh - 20rem);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
@media screen and (max-width: 1081px) {
  .cima-homepage__about-modal__dialog {
    max-width: calc(80vw - 4.8rem);
  }
}
@media screen and (max-width: 821px) {
  .cima-homepage__about-modal__dialog {
    padding: 2.4rem;
    min-width: 90vw;
  }
}
@media screen and (max-width: 601px) {
  .cima-homepage__about-modal__dialog {
    min-width: 95vw;
    padding: 1.6rem 0.8rem;
  }
}
.cima-homepage__about-modal__close {
  position: absolute;
  top: -1.6rem;
  right: -3.2rem;
  z-index: 3;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 100%;
  background: #1E1E1E;
  border: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .cima-homepage__about-modal__close:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 821px) {
  .cima-homepage__about-modal__close {
    right: 0.8rem;
    top: -0.8rem;
  }
}
.cima-homepage__about-modal__close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.4rem;
  height: 0.3rem;
  background: #FFFFFF;
  transform-origin: center;
}
.cima-homepage__about-modal__close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}
.cima-homepage__about-modal__close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.cima-homepage__about-modal .cima-homepage__about-modal__tabs {
  flex-shrink: 0;
}
.cima-homepage__about-modal .cima-homepage__about-modal__tab {
  cursor: pointer;
  width: 20rem;
  padding: 1.2rem 3.2rem 0.4rem;
  background-image: url("../images/tab-pau.svg");
  background-size: 100% auto;
  background-position: top left;
  background-repeat: no-repeat;
  color: #FFFFFF;
  font-size: 2rem;
  font-weight: 600;
  text-align: left;
  filter: grayscale(0.8);
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 821px) {
  .cima-homepage__about-modal .cima-homepage__about-modal__tab {
    font-size: 1.8rem;
    width: 16rem;
  }
}
.cima-homepage__about-modal .cima-homepage__about-modal__tab[data-team-tab=ale] {
  background-image: url("../images/tab-ale.svg");
  margin-left: -1.6rem;
}
@media (hover: hover) and (pointer: fine) {
  .cima-homepage__about-modal .cima-homepage__about-modal__tab:hover {
    filter: none;
  }
}
.cima-homepage__about-modal .cima-homepage__about-modal__tab.is-active {
  filter: none;
}
.cima-homepage__about-modal .has-modal-open {
  overflow: hidden;
}
.cima-homepage__about-modal .cima-homepage__about-modal__content {
  max-height: 100%;
  flex-shrink: 1;
  max-height: calc(100dvh - 20rem);
}
.cima-homepage__about-modal .cima-homepage__about-modal__content__wrapper {
  background: #FFFFFF;
  border-radius: 0 2.4rem 2.4rem 2.4rem;
  padding: 4rem;
  border: 7px solid #6C35EA;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  gap: 4rem;
  display: none;
  max-height: 100%;
  overflow: auto;
}
@media screen and (max-width: 1441px) {
  .cima-homepage__about-modal .cima-homepage__about-modal__content__wrapper {
    padding: 2.4rem;
    border-width: 4px;
  }
}
.cima-homepage__about-modal .cima-homepage__about-modal__content__wrapper.is-active {
  display: flex;
}
.cima-homepage__about-modal .cima-homepage__about-modal__content__wrapper .cima-homepage__about-modal__content__header {
  padding-bottom: 2.4rem;
  border-bottom: 1px solid #E0E0E0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  gap: 2.4rem;
}
.cima-homepage__about-modal .cima-homepage__about-modal__content__wrapper .cima-homepage__about-modal__content__header .cima-homepage__about-modal__header__photo {
  width: 8rem;
  height: 8rem;
  flex-shrink: 0;
  border-radius: 100%;
  overflow: hidden;
  border: 7px solid #6C35EA;
}
@media screen and (max-width: 1441px) {
  .cima-homepage__about-modal .cima-homepage__about-modal__content__wrapper .cima-homepage__about-modal__content__header .cima-homepage__about-modal__header__photo {
    border-width: 4px;
  }
}
.cima-homepage__about-modal .cima-homepage__about-modal__content__wrapper .cima-homepage__about-modal__content__header .cima-homepage__about-modal__header__text {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  gap: 0.8rem;
}
.cima-homepage__about-modal .cima-homepage__about-modal__content__wrapper .cima-homepage__about-modal__content__header .cima-homepage__about-modal__header__text .cima-homepage__about-modal__role {
  font-size: 1.6rem;
  color: #444444;
}
.cima-homepage__about-modal .cima-homepage__about-modal__content__wrapper .cima-homepage__about-modal__content__bio p {
  font-size: 1.8rem;
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 821px) {
  .cima-homepage__about-modal .cima-homepage__about-modal__content__wrapper .cima-homepage__about-modal__content__bio p {
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
  }
}
.cima-homepage__about-modal .cima-homepage__about-modal__content__wrapper#content-ale {
  border-color: #AB6AFF;
}
.cima-homepage__about-modal .cima-homepage__about-modal__content__wrapper#content-ale .cima-homepage__about-modal__content__header .cima-homepage__about-modal__header__photo {
  border-color: #AB6AFF;
}
@media screen and (max-width: 821px) {
  .cima-homepage__about-modal__dialog {
    width: calc(100vw - 2.4rem);
    max-height: calc(100dvh - 2.4rem);
    margin: 1.2rem auto;
    border-radius: 1.6rem;
  }
}

.cima-homepage__jobs {
  width: 100%;
  padding: 8.8rem 8rem;
  background: #C497FE;
  position: relative;
}
@media screen and (max-width: 821px) {
  .cima-homepage__jobs {
    padding: 4rem;
  }
}
@media screen and (max-width: 601px) {
  .cima-homepage__jobs {
    padding: 6.4rem 2rem;
  }
}
.cima-homepage__jobs .cima-homepage__jobs__bg-misc {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -4rem;
  right: 0;
  z-index: 0;
  overflow: hidden;
}
.cima-homepage__jobs .cima-homepage__jobs__bg-misc img {
  width: 68rem;
  height: auto;
  transform: rotate(52deg);
  position: absolute;
  top: 12rem;
  right: -13rem;
}
@media screen and (max-width: 601px) {
  .cima-homepage__jobs .cima-homepage__jobs__bg-misc img {
    width: 44rem;
    top: 8rem;
    right: -16rem;
  }
}
.cima-homepage__jobs .cima-homepage__jobs__content {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  gap: 6.8rem;
  max-width: 200rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 821px) {
  .cima-homepage__jobs .cima-homepage__jobs__content {
    flex-direction: column;
    gap: 4rem;
  }
}
@media screen and (max-width: 601px) {
  .cima-homepage__jobs .cima-homepage__jobs__content {
    gap: 2.4rem;
  }
}
.cima-homepage__jobs .cima-homepage__jobs__header {
  width: 30%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  flex-shrink: 0;
  gap: 2.4rem;
  color: #F1F2F2;
  padding: 6.4rem 0;
  position: sticky;
  top: 8rem;
}
@media screen and (max-width: 821px) {
  .cima-homepage__jobs .cima-homepage__jobs__header {
    width: 100%;
    padding: 4rem 0 0;
    position: relative;
    top: auto;
  }
}
.cima-homepage__jobs .cima-homepage__jobs__header .cima-homepage__jobs__title {
  width: 80%;
}
@media screen and (max-width: 821px) {
  .cima-homepage__jobs .cima-homepage__jobs__header .cima-homepage__jobs__title {
    width: 60%;
  }
}
@media screen and (max-width: 601px) {
  .cima-homepage__jobs .cima-homepage__jobs__header .cima-homepage__jobs__title {
    width: 70%;
  }
}
@media screen and (max-width: 821px) {
  .cima-homepage__jobs .cima-homepage__jobs__header .cima-homepage__jobs__text {
    width: 60%;
  }
}
@media screen and (max-width: 601px) {
  .cima-homepage__jobs .cima-homepage__jobs__header .cima-homepage__jobs__text {
    width: 90%;
  }
}
.cima-homepage__jobs .cima-homepage__jobs__header button {
  margin-top: 6.4rem;
}
@media screen and (max-width: 821px) {
  .cima-homepage__jobs .cima-homepage__jobs__header button {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
  }
}
@media screen and (max-width: 601px) {
  .cima-homepage__jobs .cima-homepage__jobs__header button {
    position: relative;
    bottom: auto;
    right: auto;
  }
}
.cima-homepage__jobs .cima-homepage__jobs__list {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  gap: 2.4rem;
  position: relative;
  z-index: 1;
  padding: 2.4rem 0;
}
@media screen and (max-width: 821px) {
  .cima-homepage__jobs .cima-homepage__jobs__list {
    gap: 1.6rem;
  }
}

body:has(.cima-jobs) {
  padding: 0;
}

.cima-jobs__cover {
  width: 100%;
  background-color: #F7F6F1;
  background-image: url("../images/cima_hero-bg.svg");
  background-size: 63.7% auto;
  background-position: 0 730%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 821px) {
  .cima-jobs__cover {
    background-position: 0 center;
  }
}
.cima-jobs__cover .cima-jobs__cover__wrapper {
  width: 100%;
  max-width: 200rem;
  margin: 0 auto;
  padding: 24rem 8.8rem 7.2rem 8.8rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
  align-content: flex-end;
  gap: 4rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 821px) {
  .cima-jobs__cover .cima-jobs__cover__wrapper {
    flex-direction: column-reverse;
    gap: 8rem;
    padding: 16rem 4rem 6.4rem;
  }
}
@media screen and (max-width: 601px) {
  .cima-jobs__cover .cima-jobs__cover__wrapper {
    padding: 16rem 2.4rem 20rem 2.4rem;
  }
}
.cima-jobs__cover .cima-jobs__cover__wrapper .cima-jobs__cover__image {
  width: 59.6rem;
  position: absolute;
  right: 8rem;
  bottom: -10rem;
  z-index: 0;
}
@media screen and (max-width: 821px) {
  .cima-jobs__cover .cima-jobs__cover__wrapper .cima-jobs__cover__image {
    width: 40rem;
    right: 0;
    bottom: -4rem;
  }
}
@media screen and (max-width: 601px) {
  .cima-jobs__cover .cima-jobs__cover__wrapper .cima-jobs__cover__image {
    width: 30rem;
    right: -2rem;
  }
}
.cima-jobs__cover .cima-jobs__cover__wrapper .cima-jobs__cover__content {
  width: 100%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  gap: 3.2rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 821px) {
  .cima-jobs__cover .cima-jobs__cover__wrapper .cima-jobs__cover__content {
    padding-right: 40%;
  }
}
@media screen and (max-width: 601px) {
  .cima-jobs__cover .cima-jobs__cover__wrapper .cima-jobs__cover__content {
    padding-right: 22%;
    gap: 2.4rem;
  }
}
.cima-jobs__cover .cima-jobs__cover__wrapper .cima-jobs__cover__content .cima-jobs__cover__title {
  width: 40%;
}
@media screen and (max-width: 821px) {
  .cima-jobs__cover .cima-jobs__cover__wrapper .cima-jobs__cover__content .cima-jobs__cover__title {
    width: 85%;
  }
}
.cima-jobs__cover .cima-jobs__cover__wrapper .cima-jobs__cover__content a {
  color: #FE5104;
  text-decoration: underline;
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .cima-jobs__cover .cima-jobs__cover__wrapper .cima-jobs__cover__content a:hover {
    color: #6C35EA;
  }
}

.cima-jobs__content {
  background: #C497FE;
  position: relative;
}
.cima-jobs__content .cima-jobs__bg-misc {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -4rem;
  right: 0;
  z-index: 0;
  overflow: hidden;
}
.cima-jobs__content .cima-jobs__bg-misc img {
  width: 68rem;
  height: auto;
  transform: rotate(52deg);
  position: absolute;
  top: 12rem;
  right: -13rem;
}
@media screen and (max-width: 821px) {
  .cima-jobs__content .cima-jobs__bg-misc img {
    width: 44rem;
    top: 8rem;
    right: -16rem;
  }
}
.cima-jobs__content .cima-jobs__content__wrapper {
  width: 100%;
  max-width: 200rem;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  gap: 8rem;
  padding: 8.8rem 8rem;
}
@media screen and (max-width: 821px) {
  .cima-jobs__content .cima-jobs__content__wrapper {
    padding: 4rem;
    gap: 4rem;
  }
}
@media screen and (max-width: 601px) {
  .cima-jobs__content .cima-jobs__content__wrapper {
    padding: 4rem 2.4rem;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    gap: 1.6rem;
  }
}
.cima-jobs__content .cima-jobs__filters {
  width: 20%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  gap: 4.8rem;
  position: sticky;
  top: 12rem;
  padding: 6.4rem 0 1.6rem;
  z-index: 2;
  color: #FFFFFF;
}
@media screen and (max-width: 821px) {
  .cima-jobs__content .cima-jobs__filters {
    width: 25%;
    gap: 2.4rem;
  }
}
@media screen and (max-width: 601px) {
  .cima-jobs__content .cima-jobs__filters {
    width: 100%;
    padding: 1.6rem 0;
    position: relative;
    top: auto;
    gap: 0.8rem;
  }
}
.cima-jobs__content .cima-jobs__filters .cima-jobs__filters__header {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  gap: 2.4rem;
}
@media screen and (max-width: 821px) {
  .cima-jobs__content .cima-jobs__filters .cima-jobs__filters__header .cima-jobs__filters__title {
    font-size: 1.8rem;
  }
}
.cima-jobs__content .cima-jobs__filters .cima-jobs__filters__header .cima-jobs__clear-button {
  background: #FFFFFF;
  color: #444444;
  border: 1px solid #444444;
  border-radius: 8rem;
  padding: 0.6rem 1.2rem;
  font-size: 1.6rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  gap: 1.2rem;
  transition: all 0.3s ease-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media screen and (max-width: 821px) {
  .cima-jobs__content .cima-jobs__filters .cima-jobs__filters__header .cima-jobs__clear-button {
    font-size: 1.4rem;
  }
}
.cima-jobs__content .cima-jobs__filters .cima-jobs__filters__header .cima-jobs__clear-button.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.cima-jobs__content .cima-jobs__filters .cima-jobs__filters__header .cima-jobs__clear-button::after {
  content: "";
  width: 1rem;
  height: 1rem;
  background-image: url("../images/icons/icon_close.svg");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(0);
  opacity: 0.8;
  transition: all 0.3s ease-out;
}
@media (hover: hover) and (pointer: fine) {
  .cima-jobs__content .cima-jobs__filters .cima-jobs__filters__header .cima-jobs__clear-button:hover {
    color: #6C35EA;
    border-color: #6C35EA;
  }
  .cima-jobs__content .cima-jobs__filters .cima-jobs__filters__header .cima-jobs__clear-button:hover::after {
    filter: none;
  }
}
@media screen and (max-width: 601px) {
  .cima-jobs__content .cima-jobs__filters .cima-jobs__filters__group .cima-jobs__filters__group__header {
    display: none;
  }
}
.cima-jobs__content .cima-jobs__filters .cima-jobs__filters__group .cima-jobs__filters__group__text {
  font-size: 2.2rem;
  font-weight: 700;
}
@media screen and (max-width: 821px) {
  .cima-jobs__content .cima-jobs__filters .cima-jobs__filters__group .cima-jobs__filters__group__text {
    font-size: 1.6rem;
  }
}
.cima-jobs__content .cima-jobs__filters .cima-jobs__filters__group .cima-jobs__filters__list {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  gap: 0.8rem;
  margin-top: 1.6rem;
}
@media screen and (max-width: 821px) {
  .cima-jobs__content .cima-jobs__filters .cima-jobs__filters__group .cima-jobs__filters__list {
    margin-top: 1.2rem;
  }
}
@media screen and (max-width: 601px) {
  .cima-jobs__content .cima-jobs__filters .cima-jobs__filters__group .cima-jobs__filters__list {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    gap: 1.6rem;
    overflow-x: auto;
    padding-bottom: 0.8rem;
    margin: 0;
  }
}
.cima-jobs__content .cima-jobs__filters .cima-jobs__filters__group .cima-jobs__filters__list .cima-jobs__filter__item {
  font-size: 1.8rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  gap: 1.2rem;
}
@media screen and (max-width: 821px) {
  .cima-jobs__content .cima-jobs__filters .cima-jobs__filters__group .cima-jobs__filters__list .cima-jobs__filter__item {
    font-size: 1.6rem;
    gap: 0.8rem;
  }
}
@media screen and (max-width: 601px) {
  .cima-jobs__content .cima-jobs__filters .cima-jobs__filters__group .cima-jobs__filters__list .cima-jobs__filter__item {
    gap: 0.4rem;
  }
}
.cima-jobs__content .cima-jobs__filters .cima-jobs__filters__group .cima-jobs__filters__list .cima-jobs__filter__item input {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 0.4rem;
  appearance: none;
  background: none;
  border: 1px solid #FFFFFF;
  cursor: pointer;
  transition: all 0.3s ease-out;
  flex-shrink: 0;
}
@media screen and (max-width: 821px) {
  .cima-jobs__content .cima-jobs__filters .cima-jobs__filters__group .cima-jobs__filters__list .cima-jobs__filter__item input {
    width: 1.8rem;
    height: 1.8rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .cima-jobs__content .cima-jobs__filters .cima-jobs__filters__group .cima-jobs__filters__list .cima-jobs__filter__item input:hover {
    background: #6C35EA;
  }
}
.cima-jobs__content .cima-jobs__filters .cima-jobs__filters__group .cima-jobs__filters__list .cima-jobs__filter__item input:checked {
  background-color: #FE5104;
  background-image: url("../images/icons/icon_check-white.svg");
  background-size: 1.2rem auto;
  background-position: center;
  background-repeat: no-repeat;
}
.cima-jobs__content .cima-jobs__filters .cima-jobs__filters__group .cima-jobs__filters__list .cima-jobs__filter__item label {
  cursor: pointer;
  white-space: nowrap;
}

.cima-jobs__list {
  width: calc(80% - 8rem);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  gap: 2.4rem;
  padding: 2.8rem 0;
}
@media screen and (max-width: 821px) {
  .cima-jobs__list {
    width: calc(75% - 4rem);
  }
}
@media screen and (max-width: 601px) {
  .cima-jobs__list {
    width: 100%;
    padding: 0;
  }
}
.cima-jobs__list .cima-jobs__list__item {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.cima-jobs__list .cima-jobs__list__item.is-hidden {
  opacity: 0;
  transform: translateY(0.8rem);
  pointer-events: none;
  display: none;
}

body.single-jobs {
  padding: 0;
  background: #FBFBFB;
}

.cima-job__cover {
  width: 100%;
  height: 36rem;
  position: relative;
  z-index: 1;
  background-color: #C497FE;
  background-image: url("../images/cima_hero-bg.svg");
  background-size: 63.7% auto;
  background-position: left -73%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 821px) {
  .cima-job__cover {
    background-position: 0 center;
  }
}
.cima-job__cover .cima-job__cover__bg-misc {
  content: "";
  width: 100%;
  height: 200%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  overflow: hidden;
}
.cima-job__cover .cima-job__cover__bg-misc img {
  width: 68rem;
  height: auto;
  transform: rotate(318deg);
  position: absolute;
  top: 12rem;
  right: -18rem;
}
@media screen and (max-width: 821px) {
  .cima-job__cover .cima-job__cover__bg-misc img {
    width: 44rem;
    top: 8rem;
    right: -16rem;
  }
}

.cima-job__content {
  width: 100%;
  max-width: 200rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 0 44rem 8rem 4rem;
}
@media screen and (max-width: 821px) {
  .cima-job__content {
    width: 100%;
    padding: 0 calc(10% + 2.4rem) 8rem 2.4rem;
  }
}
@media screen and (max-width: 601px) {
  .cima-job__content {
    width: 100%;
    padding: 0 2.4rem 8rem;
  }
}
.cima-job__content .cima-job__buttons {
  position: absolute;
  top: 6rem;
  right: 6.4rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-end;
  align-content: flex-end;
  gap: 1.6rem;
}
@media screen and (max-width: 821px) {
  .cima-job__content .cima-job__buttons {
    top: -8rem;
    right: 2.4rem;
    gap: 0.8rem;
  }
}
@media screen and (max-width: 601px) {
  .cima-job__content .cima-job__buttons {
    top: -6.4rem;
  }
}
.cima-job__content .cima-job__content__wrapper {
  max-width: 200rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  gap: 4rem;
  border-radius: 3.2rem;
  background: #FFFFFF;
  padding: 6.4rem 6.4rem 12rem;
  margin-top: -16rem;
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 821px) {
  .cima-job__content .cima-job__content__wrapper {
    padding: 2.8rem 2.8rem 8rem;
    gap: 4rem;
  }
}
@media screen and (max-width: 601px) {
  .cima-job__content .cima-job__content__wrapper {
    padding-top: 3.6rem;
    border-radius: 2.4rem;
  }
}
.cima-job__content .cima-job__content__top {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  gap: 4rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid #E0E0E0;
}
@media screen and (max-width: 821px) {
  .cima-job__content .cima-job__content__top {
    padding-bottom: 2.8rem;
  }
}
@media screen and (max-width: 601px) {
  .cima-job__content .cima-job__content__top {
    gap: 2.4rem;
  }
}
.cima-job__content .cima-job__content__top .cima-job__categories {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  gap: 0.8rem;
}
.cima-job__content .cima-job__content__top .cima-job__categories .card--jobs__category__tag {
  font-size: 1.6rem;
}
@media screen and (max-width: 601px) {
  .cima-job__content .cima-job__content__top .cima-job__categories .card--jobs__category__tag {
    font-size: 1.4rem;
  }
}
.cima-job__content .cima-job__content__top .cima-job__title {
  width: 55%;
}
@media screen and (max-width: 821px) {
  .cima-job__content .cima-job__content__top .cima-job__title {
    width: 70%;
  }
}
@media screen and (max-width: 601px) {
  .cima-job__content .cima-job__content__top .cima-job__title {
    width: 95%;
    font-size: 2.8rem;
  }
}
.cima-job__content .cima-job__content__description {
  font-size: 2rem;
  padding-right: 10%;
}
@media screen and (max-width: 821px) {
  .cima-job__content .cima-job__content__description {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 601px) {
  .cima-job__content .cima-job__content__description {
    font-size: 1.6rem;
    padding: 0;
  }
}
.cima-job__content .cima-job__content__description h2, .cima-job__content .cima-job__content__description h3, .cima-job__content .cima-job__content__description h4, .cima-job__content .cima-job__content__description h5 {
  line-height: 1.2;
  font-weight: 700;
  margin: 6.4rem 0 1.6rem 0;
}
@media screen and (max-width: 601px) {
  .cima-job__content .cima-job__content__description h2, .cima-job__content .cima-job__content__description h3, .cima-job__content .cima-job__content__description h4, .cima-job__content .cima-job__content__description h5 {
    margin-top: 4rem;
  }
}
.cima-job__content .cima-job__content__description h2 {
  font-size: 2.4rem;
}
@media screen and (max-width: 601px) {
  .cima-job__content .cima-job__content__description h2 {
    font-size: 2rem;
  }
}
.cima-job__content .cima-job__content__description h3 {
  font-size: 2.2rem;
}
@media screen and (max-width: 601px) {
  .cima-job__content .cima-job__content__description h3 {
    font-size: 1.8rem;
  }
}
.cima-job__content .cima-job__content__description h4 {
  font-size: 2rem;
}
@media screen and (max-width: 601px) {
  .cima-job__content .cima-job__content__description h4 {
    font-size: 1.6rem;
  }
}
.cima-job__content .cima-job__content__description h5 {
  font-size: 1.8rem;
}
@media screen and (max-width: 601px) {
  .cima-job__content .cima-job__content__description h5 {
    font-size: 1.4rem;
  }
}
.cima-job__content .cima-job__content__description ul, .cima-job__content .cima-job__content__description ol {
  list-style: initial;
  margin-left: 4rem;
  margin-top: 1.6rem;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 601px) {
  .cima-job__content .cima-job__content__description ul, .cima-job__content .cima-job__content__description ol {
    margin-left: 2.4rem;
  }
}
.cima-job__content .cima-job__content__description hr {
  margin: 4rem 0;
}
.cima-job__content .cima-job__content__description p {
  margin-bottom: 2.4rem;
}

body:has(.cima-404) {
  padding: 0;
  background-color: #AB6AFF;
  position: relative;
}
body:has(.cima-404)::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  background-image: url("../images/cima_hero-bg.svg");
  background-size: 50% auto;
  background-position: center 15%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 821px) {
  body:has(.cima-404)::before {
    background-size: 100% auto;
  }
}

.cima-404__content-wrapper {
  width: 100vw;
  min-height: 80dvh;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  padding: 8rem;
  color: #FFFFFF;
  gap: 4rem;
}
@media screen and (max-width: 601px) {
  .cima-404__content-wrapper {
    padding: 8rem 2.4rem 4rem 2.4rem;
  }
}

.cima-404__header {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  gap: 1.6rem;
}
.cima-404__header .cima-404__cover__label::before {
  display: none;
}
.cima-404__header .cima-404__cover__label::after {
  width: 110%;
  height: 120%;
  top: -10%;
  left: -5%;
  background: #6126B2;
}

.cima-404__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  gap: 6.4rem;
}

/*# sourceMappingURL=cima-styles.css.map */
