@font-face {
  font-family: Oceanic Grotesk Desktop;
  src: url('../fonts/Oceanic-Grotesk-Medium-Desktop.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Oceanic Grotesk Desktop;
  src: url('../fonts/Oceanic-Grotesk-Regular-Desktop.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --grey: #f2f6f8;
  --black: #232323;
  --white: white;
  --grey-medium: #e4ebef;
  --green: #09ea80;
  --pink: #ffa4c9;
  --orange: #ff9c7e;
  --grey-darck: #7a7f82;
  --blue: #286aff;
  --darck: #434546;
  --yellow: #eeff5c;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.body {
  background-color: var(--grey);
  color: var(--black);
  cursor: default;
  padding-top: 2rem;
  font-family: Oceanic Grotesk Desktop, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.section {
  border-radius: 3rem;
  width: 96rem;
  margin-bottom: 5.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 4rem;
}

.section.background-color-white {
  background-color: var(--white);
}

.section.background-color-white.padding-min {
  margin-bottom: 2.5rem;
  padding-bottom: 1.5rem;
}

.section.background-color-white.padd {
  padding-left: 3rem;
  padding-right: 3rem;
}

.section.fone-image {
  background-image: url('../images/Lines-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 83rem;
  flex-flow: row;
}

.section.fone-image.blur {
  background-image: linear-gradient(#000, #fff), url('../images/Lines-1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 83rem;
}

.section.borders {
  border-top: 1px solid var(--grey-medium);
  border-bottom: 1px solid var(--grey-medium);
  border-radius: 0;
}

.section.background-color-black {
  background-color: var(--black);
}

.navbar {
  background-color: var(--grey);
  border-radius: 1.25rem;
  margin-bottom: 3.5rem;
  padding: 1rem;
}

.container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brand {
  cursor: pointer;
  width: 17.375rem;
  padding-left: 0;
}

.div-nav-links {
  margin-left: 15.4rem;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-link {
  cursor: pointer;
  padding: 0 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.link {
  cursor: pointer;
  border-radius: .75rem;
  padding: 1rem;
}

.link.color-white {
  background-color: var(--white);
}

.h1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 5rem;
}

.h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.25rem;
}

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

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

.h4.medium.margin {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.slider-jobs {
  background-color: #ddd0;
  height: auto;
  margin-top: 1.5rem;
  display: flex;
}

.slide-nav, .right-arrow, .left-arrow {
  display: none;
}

.mask-jods {
  height: auto;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.slide-job {
  background-color: #0000;
  border-radius: 2.5rem;
  width: 27.3rem;
  height: 100%;
  margin-left: 1rem;
  margin-right: 1rem;
}

.slide-job:hover {
  box-shadow: 0 4px 20px #97979752;
}

.job {
  border-radius: 2.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 2.25rem 2.5rem 2.5rem;
  display: flex;
}

.job.color-green {
  background-color: var(--green);
}

.job.color-pink {
  background-color: var(--pink);
}

.job.color-orange {
  background-color: var(--orange);
  justify-content: flex-start;
  align-items: flex-start;
}

.h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.5rem;
}

.h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.h5.margin-top {
  margin-top: 1rem;
}

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

.h5.center.marg-mini-top {
  margin-top: 4px;
}

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

.h5.color-grey {
  color: var(--grey-darck);
}

.h5.marg {
  margin-bottom: .5rem;
}

.h5.marg2 {
  margin-bottom: 1rem;
}

.button {
  background-color: var(--black);
  color: var(--white);
  border-radius: .75rem;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.button.margin-top {
  cursor: pointer;
  margin-top: 1.5rem;
}

.div-for-text {
  margin-bottom: auto;
}

.div-text-h {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 56.25rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-blue {
  background-color: var(--blue);
  color: var(--white);
  border-radius: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 17.5rem;
  padding: 2.5rem 2rem;
  display: flex;
}

.div-rid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 400;
  line-height: 4.5rem;
}

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

.h2.medium.center {
  text-align: center;
  margin-bottom: 3.5rem;
}

.h2.medium.size {
  text-align: center;
  width: 34.25rem;
  margin-top: 5.938rem;
  margin-bottom: 5.938rem;
}

.section-2 {
  background-color: #f2f6f8;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 4rem;
}

.section-2.padding-top {
  padding-top: 0;
}

.section-2.padding-bot, .section-2.footer {
  padding-bottom: 2rem;
}

.div-name-advantages {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: 14.5rem;
  max-width: 14.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.heading2 {
  margin-top: 0;
  margin-bottom: 3.5rem;
  font-size: 4rem;
  font-weight: 500;
  line-height: 4.5rem;
}

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

.image-ok {
  width: 2.25rem;
  margin-left: 1rem;
}

.div-kamp-advantages {
  border-bottom: 1px solid #e4ebef;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.div-kamp-advantages.border {
  border-bottom-width: 0;
}

.div-kamp-advantages.border.aligan {
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 0;
}

.slide-advantages {
  width: 47%;
  height: 100%;
  margin-left: 1rem;
  margin-right: 1rem;
}

.mask-advantages {
  width: 100%;
  height: auto;
}

.heading3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.75rem;
}

.heading3.no-text {
  color: #23232300;
}

.heading3.size-big {
  font-size: 1.5rem;
  box-shadow: 0 4px 20px #8b8b8b14;
}

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

.heading3.weight-normal.color {
  color: #7a7f82;
}

.heading3.wight {
  color: #fff;
}

.div-total {
  background-color: #fff;
  border-radius: 3rem;
  width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 4rem 4rem;
}

.div-total.padding {
  padding-top: 4rem;
}

.div-total.color-width {
  background-color: #fff0;
  padding-top: 0;
  padding-bottom: 1.5rem;
}

.div-total.footer {
  background-color: #232323;
  padding-bottom: 2rem;
}

.imge-logo-kamp {
  width: 8.19rem;
  margin-right: .63rem;
}

.slider-mobail {
  display: none;
}

.div-total-kamp-advantages {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--white);
  border-radius: 2rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding: 1.5rem 2.5rem;
  display: flex;
}

.div-total-kamp-advantages.color {
  background-color: var(--grey-medium);
  border-radius: 2rem;
}

.right-arrow-2 {
  display: none;
}

.slider-advantages {
  background-color: #ddd0;
  width: 80%;
  height: auto;
  display: flex;
}

.text {
  cursor: default;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
}

.text.bold-color {
  color: #fff;
  font-weight: 500;
}

.text.bold-color.but {
  display: none;
}

.text.color-lite {
  color: #b0b7bb;
  border-right: 1px solid #7a7f82;
  margin-right: 1rem;
  padding-right: 1rem;
}

.text.color {
  color: var(--grey-darck);
}

.text.wigth {
  color: #fff;
}

.div-total-advantages {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.background-video-3 {
  display: none;
}

.div-more-reviews {
  cursor: pointer;
  background-color: #232323;
  border-radius: 20rem;
  justify-content: space-between;
  align-items: center;
  padding: .5rem;
  display: flex;
}

.img-foto-reviews {
  width: 3.25rem;
  margin-bottom: 1.25rem;
}

.div-reviews {
  border: 1px solid var(--grey);
  background-color: #fff;
  border-radius: 2rem;
  height: auto;
  padding: 2rem;
  box-shadow: 0 4px 12px #8b8b8b14;
}

.div-text-more {
  margin-right: .5rem;
}

.div-show-button {
  background-image: linear-gradient(#0000, #fff);
  justify-content: center;
  align-items: flex-end;
  height: 15rem;
  padding-bottom: 2rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.img-stars-reviews {
  width: 8.5rem;
  margin-bottom: .75rem;
}

.name-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: .25rem;
  margin-bottom: .75rem;
  display: flex;
}

.div-total-reviews {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 50rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: grid;
  position: relative;
  overflow: hidden;
}

.image-3-people {
  width: 4.63rem;
  margin-right: 1rem;
}

.icon-plas {
  width: 1.8rem;
}

.circl {
  background-color: #7a7f82;
  border-radius: 20px;
  width: 3px;
  height: 3px;
  margin-left: .5rem;
  margin-right: .5rem;
}

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

.div-links {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.link-footer-url {
  color: #fff;
  cursor: pointer;
  margin-top: 1.3rem;
  font-size: 1rem;
  line-height: 1.6rem;
  text-decoration: none;
}

.link-footer-url.marg {
  margin-top: .8rem;
}

.link-6 {
  color: #7a7f82;
  text-decoration: none;
}

.link-7 {
  color: #7a7f82;
  cursor: pointer;
  font-size: .8rem;
  text-decoration: none;
}

.link-footer {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 3rem;
  display: grid;
}

.div-block-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.link-telefone {
  color: #fff;
  cursor: pointer;
  margin-bottom: 1.3rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
  text-decoration: none;
}

.logo-footer {
  margin-bottom: 3rem;
}

.logo-footer.width {
  width: 3.8rem;
  margin-bottom: 2rem;
}

.dropdown-toggle {
  background-color: var(--white);
  border: 1px solid #eef3fa;
  border-radius: 1.5rem;
  width: 100%;
  padding: 2.25rem;
}

.dropdown-toggle.w--open {
  background-color: var(--grey-medium);
  border-style: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-icon {
  color: #202526;
  margin-right: 2.778rem;
  font-size: 18px;
}

.section-3 {
  max-width: 88rem;
  margin-bottom: 7rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.text-24 {
  color: #fff;
  cursor: default;
  margin-bottom: 0;
  font-size: 1.667rem;
  line-height: 2.222rem;
}

.text-24.is-black {
  color: #202526;
  cursor: default;
  margin-bottom: 1.944rem;
}

.text-24.is-black.no-pdng {
  color: #202526;
  margin-bottom: 0;
}

.text-24.is-black.no-pdng.dropdown-title {
  cursor: pointer;
}

.heading {
  text-align: center;
  cursor: default;
  margin-top: 0;
  margin-bottom: 2.778rem;
  font-size: 3.889rem;
  font-weight: 400;
  line-height: 4.444rem;
}

.text-20 {
  color: #202526;
  cursor: default;
  margin-bottom: 0;
  font-size: 1.389rem;
  line-height: 1.944rem;
  text-decoration: none;
}

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

.text-20.is-center.pdng-btm {
  margin-bottom: 3.889rem;
}

.text-20.is-center.pdng-btm.width-80 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.text-20.is-white {
  color: var(--black);
  padding: 0;
  display: block;
}

.text-20.pdng-btm {
  cursor: default;
  margin-bottom: 1.944rem;
}

.text-20.in-list {
  cursor: default;
  margin-bottom: 10px;
}

.dropdown {
  width: 100%;
  margin-bottom: 1rem;
}

.dropdown-content {
  cursor: default;
  background-color: #06f;
  position: static;
}

.dropdown-content.w--open {
  background-color: var(--grey-medium);
  color: var(--black);
  border-bottom-right-radius: 2.222rem;
  border-bottom-left-radius: 2.222rem;
  padding: 0 8.333rem 2.778rem 2.778rem;
}

.list {
  margin-bottom: 24px;
}

.heading-in-text {
  cursor: default;
  margin-top: 0;
  margin-bottom: 1.111rem;
  font-size: 1.667rem;
  font-weight: 500;
  line-height: 2.222rem;
}

.blue-span {
  color: #06f;
}

.section-4 {
  max-width: 88rem;
  margin-bottom: 7rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.div-total-desctop {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.total-column {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 32%;
  display: flex;
  position: relative;
}

.conteiner-img {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 27%;
  display: flex;
  position: relative;
}

.card-white {
  background-color: var(--white);
  border-radius: 1.5rem;
  width: 22.813rem;
  padding: 2rem;
  box-shadow: 0 0 12px #c9c9c929, 0 1px 2px #8b8b8b24;
}

.card-white.position-student {
  position: absolute;
  inset: 15.4rem 0% auto 1.9rem;
}

.card-white.position-peper {
  position: relative;
  left: 2rem;
}

.card-white.position-doska {
  position: relative;
  top: 1.6rem;
}

.doc {
  width: 8rem;
  position: absolute;
  inset: auto auto 0% 2.6rem;
}

.papers {
  width: 8rem;
  position: absolute;
  inset: 1.1rem -.4rem auto auto;
}

.img-color {
  width: 3rem;
  margin-bottom: 1rem;
}

.div-color {
  border-radius: .75rem;
  padding: .75rem;
}

.list-in-card {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: .25rem;
  display: flex;
}

.lines {
  width: 7rem;
  position: absolute;
  inset: auto auto 6.4rem 2.6rem;
}

.calculator {
  width: 6.5rem;
  position: absolute;
  inset: -5.6rem 2.6rem auto auto;
}

.ruler {
  width: 7rem;
  position: absolute;
  top: 7.9rem;
  right: 17.7rem;
}

.cards {
  width: 6.5rem;
  position: absolute;
  inset: auto auto -4.9rem -1%;
}

.notes {
  width: 7.5rem;
  position: absolute;
  top: 4.9rem;
  left: 4.1rem;
}

.div-total-planshet {
  display: none;
}

.slider {
  background-color: #ddd0;
  height: auto;
  display: flex;
}

.icon-3, .icon-4, .slide-nav-6 {
  display: none;
}

.mask-4 {
  width: 100%;
  height: auto;
}

.slide {
  border-radius: 1.5rem;
  width: 18rem;
  height: 100%;
  margin-left: 1rem;
  margin-right: 1rem;
}

.card-plarform {
  background-color: var(--white);
  border-radius: 1.5rem;
  height: 100%;
  padding: 1.5rem;
}

.image-card-platform {
  margin-bottom: 1.25rem;
}

.gray-circle {
  background-color: var(--grey-medium);
  border-radius: 8rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 16rem;
  height: 16rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.div-black {
  background-color: var(--black);
  color: var(--white);
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 17.5rem;
  padding-top: 2.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.rectangl {
  width: 17.5rem;
}

.div-white {
  background-image: url('../images/Vector.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 14.875rem;
  padding-top: 3.313rem;
  padding-bottom: 3.313rem;
  display: flex;
}

.testimg {
  width: 8rem;
}

.list-2 {
  margin-top: 1rem;
  padding-left: 20px;
}

.link-block {
  background-color: var(--darck);
  border-radius: .75rem;
  margin-right: 1rem;
  padding: .75rem;
}

.div-sotial {
  margin-top: 2rem;
}

.text-block, .sotial-menu, .image-11 {
  display: none;
}

@media screen and (max-width: 991px) {
  .body {
    padding-top: 3.2rem;
    font-size: 2rem;
    line-height: 2.8rem;
  }

  .section {
    width: 94rem;
    padding: 4.8rem 0;
  }

  .section.background-color-white {
    border-radius: 5rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .section.background-color-white.padding-min {
    border-radius: 4rem;
    margin-bottom: 4rem;
    padding: 4rem 0 2.4rem;
  }

  .section.fone-image {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .section.borders {
    padding-left: 0;
    padding-right: 0;
  }

  .section.background-color-black {
    padding: 5rem 4rem;
  }

  .section.width {
    width: 100%;
    padding-left: 4rem;
  }

  .navbar {
    margin-bottom: 5.6rem;
    padding: 1.6rem;
  }

  .navbar.margin {
    border-radius: 2rem;
    margin-left: 4.8rem;
    margin-right: 4.8rem;
  }

  .brand {
    width: 27.8rem;
  }

  .div-nav-links {
    margin-left: 0;
  }

  .nav-menu {
    border: 1px solid var(--grey);
    background-color: var(--white);
    border-radius: 2.5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 40rem;
    padding: 8rem 3rem 3rem;
    inset: 0% 0% auto auto;
    box-shadow: 0 4px 20px #8b8b8b14;
  }

  .nav-link {
    margin-bottom: 1rem;
    font-size: 2rem;
    line-height: 3rem;
  }

  .img-mini {
    margin-left: 1rem;
  }

  .img-mini.none {
    display: none;
  }

  .link.color-white {
    background-color: var(--black);
    color: var(--white);
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    margin-top: 3rem;
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
    text-decoration: none;
    display: flex;
  }

  .h1 {
    width: 100%;
    margin-bottom: 2.4rem;
    font-size: 7.2rem;
    line-height: 8rem;
  }

  .h4 {
    font-size: 2.4rem;
    line-height: 3.6rem;
  }

  .slider-jobs {
    margin-top: 2.4rem;
  }

  .right-arrow, .left-arrow {
    display: flex;
  }

  .mask-jods {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
    padding-left: 2rem;
  }

  .slide-job {
    border-radius: 4rem;
    width: 38rem;
    margin-left: 2.4rem;
    margin-right: 0;
  }

  .slide-job:hover {
    box-shadow: none;
  }

  .job {
    border-radius: 4rem;
    padding: 3rem;
  }

  .h3 {
    font-size: 3rem;
    line-height: 4rem;
  }

  .h5 {
    font-size: 2rem;
    line-height: 3rem;
  }

  .h5.margin-top {
    margin-top: 1.6rem;
  }

  .button {
    border-radius: 1.2rem;
    padding: 1.6rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
  }

  .button.margin-top {
    margin-top: 2.4rem;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }

  .menu-button {
    background-color: var(--white);
    border-radius: 1.2rem;
    padding: 1.6rem;
  }

  .menu-button.w--open {
    border: 1px solid var(--grey);
    background-color: var(--white);
    color: var(--black);
    cursor: pointer;
  }

  .div-text-h {
    width: 100%;
    padding-left: 4.8rem;
    padding-right: 4.8rem;
  }

  .icon, .icon-2 {
    display: none;
  }

  .div-blue {
    border-radius: 4rem;
    width: 35rem;
    padding: 5rem 4rem;
  }

  .div-rid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .h2 {
    font-size: 6.4rem;
    line-height: 7.2rem;
  }

  .h2.medium.center {
    margin-bottom: 6rem;
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .section-2 {
    padding-top: 4rem;
  }

  .section-2.padding-top {
    padding-top: 4rem;
    padding-bottom: 4rem;
    overflow: hidden;
  }

  .section-2.padding-bot {
    padding-bottom: 8rem;
  }

  .div-name-advantages {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
    width: 23rem;
    max-width: 23rem;
  }

  .image-ok {
    width: 4rem;
    margin-left: 1rem;
  }

  .div-kamp-advantages.border.aligan {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }

  .slide-advantages {
    width: 48rem;
    margin-left: 1.5rem;
    margin-right: 2rem;
  }

  .mask-advantages {
    width: 65%;
    overflow: visible;
  }

  .heading3 {
    font-size: 1.6rem;
  }

  .heading3.size-big {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }

  .heading3.weight-normal {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }

  .heading3.wight {
    margin-bottom: 10px;
    font-size: 2.2rem;
    line-height: 3rem;
  }

  .div-total {
    width: 94rem;
    padding-top: 4rem;
    padding-bottom: 4.8rem;
  }

  .div-total.padding {
    padding-top: 4.8rem;
    position: relative;
  }

  .div-total.color-width {
    padding-bottom: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .imge-logo-kamp {
    width: 12rem;
  }

  .div-total-kamp-advantages {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
    border-radius: 4rem;
    padding: 3rem 5rem;
  }

  .div-total-kamp-advantages.color {
    border-radius: 4rem;
  }

  .right-arrow-2 {
    display: flex;
  }

  .slider-advantages {
    width: 74%;
    overflow: hidden;
  }

  .text {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }

  .text.color-lite {
    margin-right: 1.5rem;
    padding-right: 1.5rem;
  }

  .text.color {
    font-size: 1.4rem;
  }

  .div-more-reviews {
    padding: 1rem;
  }

  .img-foto-reviews {
    width: 5rem;
  }

  .div-text-more {
    margin-right: .8rem;
  }

  .img-stars-reviews {
    width: 11rem;
    margin-bottom: 1.6rem;
  }

  .name-block {
    flex-flow: wrap;
    margin-top: .5rem;
    margin-bottom: 1rem;
  }

  .div-total-reviews {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .image-3-people {
    width: 5.5rem;
  }

  .icon-plas {
    width: 2.5rem;
  }

  .div-vertical-reviews {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
  }

  .link-footer-url {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }

  .link-footer-url.name {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
  }

  .link-footer-url.marg {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }

  .link-7 {
    font-size: 1.2rem;
  }

  .link-footer {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .link-telefone {
    font-size: 3.8rem;
    line-height: 4rem;
  }

  .logo-footer {
    margin-bottom: 4rem;
    display: none;
  }

  .logo-footer.width {
    width: 6rem;
    margin-bottom: 3rem;
    display: inline-flex;
  }

  .dropdown-toggle {
    border-radius: 2.5rem;
    padding: 3rem;
  }

  .section-3 {
    max-width: 90rem;
  }

  .text-24.is-black {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .text-20 {
    font-size: 1.5rem;
    line-height: 2.3rem;
  }

  .text-20.is-center.pdng-btm {
    font-size: 1.5rem;
  }

  .text-20.pdng-btm {
    line-height: 2.3rem;
  }

  .section-4 {
    max-width: 90rem;
  }

  .div-total-desctop {
    display: none;
  }

  .list-in-card {
    margin-top: .5rem;
  }

  .div-total-planshet {
    flex-flow: column;
    display: flex;
  }

  .slider {
    overflow: hidden;
  }

  .mask-4 {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }

  .slide {
    border-radius: 3rem;
    width: 36rem;
    margin-left: 0;
    margin-right: 4rem;
  }

  .card-plarform {
    border: 1px solid var(--grey-medium);
    border-radius: 3rem;
    padding: 3rem;
  }

  .image-card-platform {
    margin-bottom: 2.5rem;
  }

  .gray-circle {
    border-radius: 30rem;
    width: 30rem;
    height: 30rem;
  }

  .div-black {
    border-top-left-radius: 4rem;
    border-top-right-radius: 4rem;
    width: 35rem;
  }

  .rectangl {
    width: 35rem;
  }

  .div-white {
    width: 27rem;
    height: 100%;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .link-block {
    border-radius: 1rem;
    margin-right: 2rem;
    padding: 1.5rem;
  }

  .text-block {
    display: flex;
  }

  .link-sotial-menu {
    border: 1px solid var(--grey);
    cursor: pointer;
    border-radius: 1.5rem;
    width: 50%;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }

  .sotial-menu {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem;
    display: flex;
  }

  .image-11 {
    margin-left: 1rem;
    display: block;
  }

  .close {
    display: none;
  }

  .menu-img {
    display: inline-flex;
  }
}

@media screen and (max-width: 767px) {
  .brand {
    width: 34rem;
  }

  .link.color-white {
    border-radius: 1.8rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .h5 {
    font-size: 2.2rem;
  }

  .image-ok {
    width: 3rem;
    margin-left: 2rem;
  }

  .heading3 {
    font-size: 2.2rem;
    line-height: 3rem;
  }

  .heading3.size-big {
    font-size: 2rem;
  }

  .heading3.weight-normal {
    font-size: 2rem;
    line-height: 3rem;
  }

  .div-total {
    border-radius: 4rem;
    padding-top: 4rem;
  }

  .div-total.color-width {
    padding-left: 0;
    padding-right: 0;
  }

  .div-total-kamp-advantages.color {
    border-radius: 2.5rem;
  }

  .text {
    font-size: 1.75rem;
    line-height: 3rem;
  }

  .text.color-lite {
    margin-right: 2rem;
    padding-right: 2rem;
  }

  .text.color {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .img-foto-reviews {
    width: 6rem;
  }

  .div-reviews {
    padding: 3rem;
  }

  .div-text-more {
    margin-right: 1rem;
  }

  .img-stars-reviews {
    width: 15rem;
  }

  .name-block {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
  }

  .div-total-reviews {
    grid-template-columns: 1fr 1fr;
  }

  .image-3-people {
    width: 6.5rem;
  }

  .icon-plas {
    width: 3rem;
  }

  .div-vertical-reviews.np-mobail {
    display: none;
  }

  .link-footer-url {
    margin-top: 2rem;
    font-size: 2rem;
    line-height: 3rem;
  }

  .link-footer-url.name {
    margin-bottom: 0;
  }

  .link-footer-url.marg {
    margin-top: 1.5rem;
  }

  .link-7 {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .link-footer {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto auto;
  }

  .div-block-3 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .link-telefone {
    font-size: 4rem;
    line-height: 6rem;
  }

  .logo-footer {
    display: none;
  }

  .logo-footer.width {
    width: 7.5rem;
    display: block;
  }

  .dropdown-icon {
    font-size: 14px;
  }

  .section-3 {
    max-width: 95rem;
  }

  .text-24 {
    font-size: 1.8rem;
    line-height: 2.3rem;
  }

  .text-20, .text-20.is-center.pdng-btm {
    font-size: 1.8rem;
  }

  .section-4 {
    max-width: 95rem;
  }

  .list-in-card {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
    flex-flow: column;
    margin-top: .7rem;
  }

  .slide {
    border-radius: 4rem;
    width: 40rem;
  }

  .card-plarform {
    border-radius: 4rem;
  }

  .div-white {
    width: 30rem;
  }

  .link-sotial-menu {
    border-radius: 1.8rem;
  }

  .image-11 {
    width: 3rem;
  }
}

@media screen and (max-width: 479px) {
  .body {
    padding-top: 3.4rem;
    font-size: 5rem;
    line-height: 7.5rem;
  }

  .section {
    padding-top: 5.5rem;
  }

  .section.background-color-white {
    border-radius: 7.5rem;
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .section.background-color-white.padding-min {
    padding-top: 6rem;
    padding-bottom: 2rem;
  }

  .section.background-color-white.padding-mobail {
    margin-bottom: 10rem;
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }

  .section.fone-image {
    margin-bottom: 6rem;
  }

  .section.borders {
    border-top-width: 2px;
    border-bottom-width: 2px;
    padding-top: 4.878rem;
    padding-bottom: 4.878rem;
  }

  .section.background-color-black {
    border-radius: 7.5rem;
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }

  .section.width {
    width: 91rem;
    padding-left: 0;
    padding-right: 0;
  }

  .section.n {
    display: none;
  }

  .navbar {
    padding: 3.596rem;
  }

  .navbar.margin {
    border-radius: 4rem;
    margin-bottom: 10rem;
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .brand {
    width: 57rem;
  }

  .nav-menu {
    border-radius: 7rem;
    width: 100%;
    padding: 5rem;
  }

  .nav-link {
    margin-bottom: 3rem;
    font-size: 4rem;
    line-height: 5rem;
  }

  .link.color-white {
    border-radius: 2.5rem;
    margin-top: 4rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .h1 {
    margin-bottom: 2.5rem;
    font-size: 10rem;
    line-height: 12.5rem;
  }

  .h4 {
    font-size: 5rem;
    line-height: 7.5rem;
  }

  .h4.medium.margin {
    margin-top: 6rem;
    margin-bottom: 3rem;
  }

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

  .slider-jobs {
    margin-top: 3.596rem;
    overflow: hidden;
  }

  .mask-jods {
    width: 56rem;
    padding-top: 3.596rem;
    padding-bottom: 3.596rem;
    overflow: visible;
  }

  .slide-job {
    border-radius: 6.2rem;
    width: 75rem;
    margin-left: 2.5rem;
    margin-right: 2rem;
  }

  .job {
    border-radius: 6.25rem;
    padding: 7.5rem;
  }

  .h3 {
    font-size: 6.25rem;
    line-height: 8.75rem;
  }

  .h5 {
    font-size: 5rem;
    line-height: 7.5rem;
  }

  .h5.margin-top {
    margin-top: 1.25rem;
  }

  .h5.center.marg-mini-top {
    font-size: 4rem;
    line-height: 6rem;
  }

  .h5.medium.font-size {
    font-size: 6.25rem;
    line-height: 8.75rem;
  }

  .h5.size {
    font-size: 4.375rem;
    line-height: 5.5rem;
  }

  .h5.marg.mini {
    font-size: 4.375rem;
    line-height: 6.25rem;
  }

  .h5.marg2.mini {
    margin-bottom: 5rem;
  }

  .h5.mini {
    font-size: 4.375rem;
    line-height: 6.25rem;
  }

  .button {
    text-align: center;
    border-radius: 3.75rem;
    width: 100%;
    padding-top: 5rem;
    padding-bottom: 5rem;
    font-size: 3.596rem;
    line-height: 5.393rem;
  }

  .button.margin-top {
    margin-top: 5.393rem;
  }

  .menu-button {
    border-radius: 2.247rem;
    padding: 3rem;
  }

  .div-text-h {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .div-blue {
    border-radius: 4.878rem;
    width: 48rem;
  }

  .div-rid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .h2 {
    font-size: 8.75rem;
    line-height: 11.25rem;
  }

  .h2.medium.center {
    margin-left: 6.25rem;
    margin-right: 6.25rem;
  }

  .section-2 {
    padding-top: 4rem;
  }

  .section-2.padding-top {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .section-2.padding-bot {
    padding-top: 6rem;
    padding-bottom: 12rem;
  }

  .section-2.footer {
    padding-bottom: 4rem;
  }

  .image-8 {
    width: 9rem;
  }

  .heading2.center {
    margin-bottom: 6rem;
    font-size: 7rem;
    line-height: 9rem;
  }

  .image-10 {
    z-index: -1;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: -4.8rem;
    left: 30px;
  }

  .img-logo {
    width: 24rem;
  }

  .img-logo.size {
    width: 33.75rem;
  }

  .size-arrow {
    width: 6rem;
    margin-left: 1rem;
    margin-right: 1rem;
    display: none;
  }

  .heading3 {
    font-size: 4rem;
    line-height: 6rem;
  }

  .heading3.size {
    font-size: 5rem;
    line-height: 7rem;
  }

  .heading3.weight-normal {
    font-size: 4.375rem;
    line-height: 4.5rem;
  }

  .heading3.wight {
    margin-bottom: 3rem;
  }

  .div-total {
    border-radius: 6rem;
    padding-top: 5rem;
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .div-total.footer {
    padding-bottom: 5rem;
  }

  .slider-mobail {
    background-color: #ddd0;
    height: auto;
    display: flex;
  }

  .div-block-7 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .card {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 6rem;
    padding-left: 6rem;
    padding-right: 6rem;
    display: flex;
  }

  .card.advantages {
    background-color: var(--white);
    border-radius: 7.5rem;
    padding-bottom: 6rem;
  }

  .img-line {
    width: 100%;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .div-block-4 {
    z-index: 999999999;
    background-color: #fff;
    border: 1px solid #e4ebef;
    border-radius: 6rem;
    width: 100%;
    margin-top: 4rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .right-arrow-3 {
    justify-content: flex-end;
    align-items: center;
    width: 20%;
    display: flex;
    right: -14px;
  }

  .div-imag {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3.75rem;
    display: flex;
  }

  .mask-3 {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .left-arrow-3 {
    justify-content: flex-start;
    align-items: center;
    width: 20%;
    display: flex;
    left: -15px;
  }

  .slide-nav-5 {
    display: none;
  }

  .text {
    margin-bottom: 3rem;
    font-size: 4rem;
    line-height: 5.5rem;
  }

  .text.max {
    margin-top: 3rem;
    margin-bottom: 0;
    font-size: 4rem;
    line-height: 6rem;
  }

  .text.bold-color.marg, .text.bold-color.but {
    margin-bottom: 0;
  }

  .text.color-lite {
    display: none;
  }

  .text.color {
    margin-bottom: 0;
    font-size: 3.5rem;
    line-height: 4.2rem;
  }

  .text.color.marg {
    margin-bottom: 0;
  }

  .div-total-advantages {
    display: none;
  }

  .div-more-reviews {
    padding: 2rem;
  }

  .img-foto-reviews {
    width: 12rem;
  }

  .div-reviews {
    border-radius: 5rem;
    padding: 5rem 6.25rem;
  }

  .div-text-more {
    margin-right: 3rem;
  }

  .img-stars-reviews {
    width: 34rem;
  }

  .name-block {
    margin-top: 2rem;
    margin-bottom: 3rem;
  }

  .div-total-reviews {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    height: 200rem;
  }

  .image-3-people {
    width: 19rem;
    margin-right: 3rem;
  }

  .icon-plas {
    width: 6rem;
  }

  .circl {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .div-vertical-reviews {
    grid-column-gap: 3.75rem;
    grid-row-gap: 3.75rem;
  }

  .div-vertical-reviews.np-mobail {
    display: none;
  }

  .div-links {
    margin-bottom: 4rem;
  }

  .link-footer-url {
    font-size: 4rem;
    line-height: 5rem;
  }

  .link-footer-url.name {
    margin-bottom: 4rem;
    font-size: 4rem;
    line-height: 5rem;
  }

  .link-footer-url.marg {
    margin-top: 0;
    margin-bottom: 4rem;
    font-size: 4rem;
    line-height: 5rem;
  }

  .link-7 {
    margin-bottom: 3rem;
    font-size: 4rem;
    line-height: 5rem;
  }

  .link-footer {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-3 {
    margin-top: 6rem;
  }

  .link-telefone {
    margin-bottom: 3rem;
    font-size: 6rem;
    line-height: 8rem;
  }

  .logo-footer.width {
    width: 14rem;
    margin-bottom: 4rem;
  }

  .dropdown-toggle {
    border-radius: 6.25rem;
    padding: 6rem;
  }

  .dropdown-icon {
    margin-right: 3.5rem;
  }

  .section-3 {
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .text-24 {
    font-size: 3.5rem;
    line-height: 5.5rem;
  }

  .text-24.is-black {
    margin-bottom: 5rem;
    font-size: 5rem;
    line-height: 6.5rem;
  }

  .text-24.is-black.no-pdng {
    width: 90%;
    max-width: 90%;
    font-size: 3.5rem;
    line-height: 4.5rem;
  }

  .text-24.is-black.no-pdng.dropdown-title {
    cursor: pointer;
  }

  .heading {
    margin-bottom: 8rem;
    font-size: 8rem;
    line-height: 10rem;
  }

  .text-20 {
    font-size: 3.5rem;
    line-height: 5.5rem;
  }

  .text-20.is-center.pdng-btm {
    margin-bottom: 5rem;
    font-size: 3.5rem;
    line-height: 5.5rem;
  }

  .text-20.is-center.pdng-btm.width-80 {
    width: 100%;
  }

  .text-20.pdng-btm {
    margin-bottom: 5rem;
    line-height: 5.5rem;
  }

  .dropdown {
    margin-bottom: 2rem;
  }

  .dropdown-content.w--open {
    border-bottom-right-radius: 2.5222rem;
    border-bottom-left-radius: 2.5rem;
    padding-bottom: 3.5rem;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .list {
    padding-left: 25px;
  }

  .heading-in-text {
    margin-bottom: 2.5rem;
    font-size: 4rem;
    line-height: 4.5rem;
  }

  .section-4 {
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .list-in-card {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    margin-top: 2.5rem;
  }

  .mask-4 {
    width: 95%;
  }

  .slide {
    border-radius: 7.5rem;
    width: 89rem;
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .card-plarform {
    border-radius: 7.5rem;
    padding: 7.5rem;
  }

  .image-card-platform {
    margin-bottom: 6.25rem;
  }

  .gray-circle {
    width: 44rem;
    height: 44rem;
  }

  .div-black {
    border-top-left-radius: 4.878rem;
    border-top-right-radius: 4.878rem;
    width: 44rem;
  }

  .rectangl {
    width: 44rem;
  }

  .div-white {
    width: 42rem;
  }

  .link-block {
    border-radius: 4rem;
    margin-right: 4rem;
    padding: 4rem;
  }

  .div-sotial {
    margin-top: 4rem;
  }

  .link-sotial-menu {
    border-radius: 2.5rem;
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sotial-menu {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-top: 3rem;
  }

  .image-11, .image-12, .image-13 {
    width: 6rem;
  }
}

#w-node-d9a83ff6-84d3-c98e-3c45-61c71af68bcb-bceab74b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-c2c91c40-dbc8-f82d-65ef-fe7ff6dbc88b-bceab74b {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-c2c91c40-dbc8-f82d-65ef-fe7ff6dbc893-bceab74b {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c2c91c40-dbc8-f82d-65ef-fe7ff6dbc8a2-bceab74b {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-c2c91c40-dbc8-f82d-65ef-fe7ff6dbc8af-bceab74b {
    grid-area: 2 / 3 / 3 / 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c2c91c40-dbc8-f82d-65ef-fe7ff6dbc88b-bceab74b {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-c2c91c40-dbc8-f82d-65ef-fe7ff6dbc893-bceab74b {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-c2c91c40-dbc8-f82d-65ef-fe7ff6dbc8a2-bceab74b {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-c2c91c40-dbc8-f82d-65ef-fe7ff6dbc8af-bceab74b {
    grid-area: 2 / 4 / 3 / 5;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_59cd8ea5-764e-7257-c082-753cfce3b282-bceab74b {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c2c91c40-dbc8-f82d-65ef-fe7ff6dbc88b-bceab74b, #w-node-c2c91c40-dbc8-f82d-65ef-fe7ff6dbc893-bceab74b, #w-node-c2c91c40-dbc8-f82d-65ef-fe7ff6dbc8a2-bceab74b, #w-node-c2c91c40-dbc8-f82d-65ef-fe7ff6dbc8af-bceab74b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Oceanic Grotesk Desktop';
  src: url('../fonts/Oceanic-Grotesk-Medium-Desktop.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oceanic Grotesk Desktop';
  src: url('../fonts/Oceanic-Grotesk-Regular-Desktop.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}