.home__banner {
  background: #282828;
  margin: 0 0 144px 0;
  padding: 144px 0 0 0;
}

@media screen and (max-width: 1080px) {
  .home__banner {
    margin: 0 0 80px 0;
  }
}

.home__banner__content .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1080px) {
  .home__banner__content .container {
    display: block;
  }
}

.home__banner__content__text {
  padding: 75px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 530px;
  width: 100%;
}

@media screen and (max-width: 1080px) {
  .home__banner__content__text {
    padding: 0;
  }
}

.home__banner__content__text h1 {
  color: #FFFFFF;
}

.home__banner__content__text h1 > p {
  font:  inherit;
  margin:  0;
}

.home__banner__content__text h1 strong {
  font-family: "Biryani", sans-serif;
  font-weight: 800;
  color: #5EBFAF;
}

.home__banner__content__text p {
  font: 300 18px/160% "Lato", sans-serif;
  color: #FFFFFF;
  margin: 20px 0 40px 0;
}

@media screen and (max-width: 1080px) {
  .home__banner__content__text p {
    margin: 12px 0 28px 0;
    font-size: 16px;
  }
}

.home__banner__content__image {
  width: 100%;
  margin: 0 0 0 64px;
  position: relative;
  z-index: 9;
}

@media screen and (max-width: 1080px) {
  .home__banner__content__image {
    margin: 48px 0 0 0;
  }
}

.home__banner__content__image::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1000%;
  height: calc(100% + 144px);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(94, 191, 175, 0)), to(#5EBFAF));
  background: linear-gradient(180deg, rgba(94, 191, 175, 0) 0%, #5EBFAF 100%);
  border-radius: 96px 0px 0px 0px;
  z-index: 5;
}

@media screen and (max-width: 1080px) {
  .home__banner__content__image::before {
    border-radius: 40px 0 0 0;
    width: 100%;
    left: -20px;
    height: calc(100% - 32px);
    width: calc(100% + 40px);
  }
}

.home__banner__content__image div {
  position: relative;
  z-index: 9;
}

.home__banner__content__image div img {
  border-radius: 88px 0 0 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  min-height: 575px;
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 1080px) {
  .home__banner__content__image div img {
    border-radius: 80px 0 0 0;
    height: auto;
  }
}

.home__banner__content__image div::before {
  content: "";
  background: #5EBFAF;
  position: absolute;
  bottom: 0;
  right: -32px;
  height: calc(100% - 32px);
  width: 100%;
  z-index: 1;
}

@media screen and (max-width: 1080px) {
  .home__banner__content__image div::before {
    display: none;
  }
}

.home__banner__content__image div::after {
  content: url("../../assets/pages/home/selo.svg");
  position: absolute;
  top: -48px;
  left: -64px;
  z-index: 5;
}

@media screen and (max-width: 1080px) {
  .home__banner__content__image div::after {
    left: -40px;
    top: -40px;
  }
}

.home__banner__contact {
  margin: -64px 0 0 0;
  border-radius: 32px 0 0 0;
  padding: 20px 0;
  background: #5EBFAF;
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 1080px) {
  .home__banner__contact {
    margin: 0;
    border-radius: 0;
  }
}

.home__banner__contact .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1080px) {
  .home__banner__contact .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.home__banner__contact .container a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font: 600 16px/1 "Lato", sans-serif;
  color: #FFFFFF;
  -webkit-transition: 400ms ease;
  transition: 400ms ease;
}

.home__banner__contact .container a:hover {
  opacity: .7;
}

.home__banner__contact .container a:not(:last-of-type) {
  margin: 0 32px 0 0;
  padding: 0 32px 0 0;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}

@media screen and (max-width: 1080px) {
  .home__banner__contact .container a:not(:last-of-type) {
    border-right: unset;
    padding: 0;
    margin: 0 0 8px 0;
  }
}

.home__banner__contact .container a img {
  margin: 0 12px 0 0;
}

.home__services {
  margin: 0 0 80px 0;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1080px) {
  .home__services {
    margin: 0 0 72px 0;
    flex-direction: column;
  }
}

.home__services__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  flex-direction: column;
}

@media screen and (max-width: 480px) {
  .home__services__header {
    margin: 0 0 24px 0;
  }
}

.home__services__header p {
  max-width: 380px;
  width: 100%;
  margin: 0 0 32px 0;
}

.home__services .services-cards .container {
  padding: 0; 
}

.home__services .container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
}

@media screen and (max-width: 480px) {
  .home__services__header p {
    margin: 8px 0 0 0;
  }
  .home__services .container {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .home__services__header a {
    display: none;
  }
}

.home__services > .container >  .button {
  display: none;
}

@media screen and (max-width: 480px) {
  .home__services > .container >  .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 24px auto 0 auto;
  }
}

.home__portfolio {
  margin: 0 0 144px 0;
}

@media screen and (max-width: 1080px) {
  .home__portfolio {
    margin: 0 0 80px 0;
  }
}

.home__portfolio .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home__portfolio__header {
  width: 100%;
  margin: 0 0 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

@media screen and (max-width: 480px) {
  .home__portfolio__header {
    margin: 0 0 24px 0;
    display: block;
  }
}

.home__portfolio__header .title-sec {
  max-width: 275px;
  width: 100%;
}

.home__portfolio__header p {
  max-width: 380px;
  width: 100%;
  padding: 0 0 24px 0;
}

@media screen and (max-width: 480px) {
  .home__portfolio__header p {
    margin: 8px 0 0 0;
    padding: 0;
  }
}

.home__portfolio__header .controls {
  padding: 0 0 24px 0;
}

@media screen and (max-width: 480px) {
  .home__portfolio__header .controls {
    padding: 0;
  }
  .home__portfolio__header .controls__next, .home__portfolio__header .controls__prev {
    position: absolute;
    bottom: -144px;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    z-index: 9;
  }
  .home__portfolio__header .controls__next {
    right: -20px;
  }
  .home__portfolio__header .controls__prev {
    left: -20px;
  }
}

.home__portfolio__carrossel {
  width: 100%;
  margin: 0 0 48px 0;
}

@media screen and (max-width: 1080px) {
  .home__portfolio__carrossel {
    margin: 0 0 32px 0;
  }
}

.about .header-page {
  background-image: linear-gradient(315deg, rgba(25, 25, 25, 0.8) 0%, rgba(74, 74, 74, 0.8) 100%), url("../assets/pages/about/banner.png");
  margin: 0 0 144px 0;
}

@media screen and (max-width: 1080px) {
  .about .header-page {
    margin: 0 0 80px 0;
  }
}

.about .header-page::before {
  content: "";
  background: #FFFFFF;
  width: 100%;
  height: 290px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

@media screen and (max-width: 480px) {
  .about .header-page::before {
    display: none;
  }
}

.about .header-page .container p {
  width: 100%;
  max-width: 930px;
}

.about .header-page .container figure {
  margin: 72px auto 0 auto;
  position: relative;
  max-width: 940px;
  width: 100%;
}

@media screen and (max-width: 480px) {
  .about .header-page .container figure {
    margin: 40px auto 0 auto;
  }
}

.about .header-page .container figure::before {
  content: "";
  background: #5EBFAF;
  border-radius: 32px;
  position: absolute;
  width: 100%;
  height: 100%;
  right: -32px;
  bottom: -32px;
  z-index: 1;
}

@media screen and (max-width: 480px) {
  .about .header-page .container figure::before {
    right: -20px;
    bottom: -20px;
    border-radius: 20xp;
  }
}

.about .header-page .container figure img {
  border-radius: 32px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 480px) {
  .about .header-page .container figure img {
    border-radius: 20px;
  }
}

.about__differential .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about__differential .container * {
  text-align: center;
}

.about__differential .container .title-sec {
  max-width: 640px;
  width: 100%;
  margin: 0 auto 64px auto;
}

@media screen and (max-width: 480px) {
  .about__differential .container .title-sec {
    margin: 0 auto 40px auto;
  }
}

.about__differential .container section {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 48px 0;
  gap: 32px;
}

@media screen and (max-width: 480px) {
  .about__differential .container section {
    margin: 0 0 32px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.about__differential .container section aside {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 480px) {
  .about__differential .container section aside {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 100%;
  }
}

.about__differential .container section aside h4 {
  font: 700 20px/140% "Lato", sans-serif;
  margin: 24px 0;
}

@media screen and (max-width: 480px) {
  .about__differential .container section aside h4 {
    margin: 24px 0 16px 0;
  }
}

.about__differential .container section aside p strong {
  color: #4F4F4F;
}

.about__differential .container > p {
  max-width: 740px;
  width: 100%;
  margin: 0 auto;
}

.about__differential .container .button {
  margin: 0 0 32px 0;
}

@media screen and (max-width: 480px) {
  .about__differential .container .button {
    margin: 0 0 24px 0;
  }
}

.services .header-page {
  background-image: linear-gradient(315deg, rgba(25, 25, 25, 0.8) 0%, rgba(74, 74, 74, 0.8) 100%), url("../assets/pages/services/banner1.png");
  padding-bottom: 240px;
}

@media screen and (max-width: 1080px) {
  .services .header-page {
    padding-bottom: 144px;
  }
}

.services .header-page .container p {
  max-width: 530px;
  width: 100%;
  text-align: left;
  margin: 12px 0 0 0;
}

.services__interior {
  position: relative;
  z-index: 5;
}

.services__exterior .header-page {
  background-image: linear-gradient(315deg, rgba(25, 25, 25, 0.8) 0%, rgba(74, 74, 74, 0.8) 100%), url("../assets/pages/services/banner2.png");
  padding: 96px 0 180px 0;
  margin: 0 0 -124px 0;
}

@media screen and (max-width: 1080px) {
  .services__exterior .header-page {
    margin: 0 0 -96px 0;
    padding-bottom: 144px;
  }
}

.services__others {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 144px 0;
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 1080px) {
  .services__others {
    margin: 0 0 80px 0;
  }
}

.services__others > h2 {
  margin: 0 0 24px 0;
  font: 800 28px/140% "Biryani", sans-serif;
}

@media screen and (max-width: 1080px) {
  .services__others > h2 {
    font-size: 24px;
    margin: 0 0 16px 0;
  }
}

.services__others .services-cards {
  width: 100%;
}

.services__others > p {
  margin: 40px 0 24px 0;
  text-align: center;
  padding: 0 20px;
}

.services__others > p strong {
  display: block;
  color: #4F4F4F;
}

.portfolio .header-page {
  background-image: linear-gradient(315deg, rgba(25, 25, 25, 0.8) 0%, rgba(74, 74, 74, 0.8) 100%), url("../assets/pages/portfolio/banner.png");
  padding-bottom: 240px;
}

@media screen and (max-width: 1080px) {
  .portfolio .header-page {
    padding-bottom: 120px;
  }
}

.portfolio .header-page p {
  max-width: 550px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.portfolio__itens {
  margin: 0 0 144px 0;
}

@media screen and (max-width: 1080px) {
  .portfolio__itens {
    margin: 0 0 80px 0;
  }
}

.portfolio__itens .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

@media screen and (max-width: 1080px) {
  .portfolio__itens .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px 0;
  }
}

.portfolio__itens .container .card-job {
  max-width: 360px;
  width: 100%;
}

@media screen and (max-width: 480px) {
  .portfolio__itens .container .card-job {
    max-width: 100%;
  }
}

.contact .header-page {
  background-image: linear-gradient(315deg, rgba(25, 25, 25, 0.8) 0%, rgba(74, 74, 74, 0.8) 100%), url("../assets/pages/contact/banner.png");
  padding-bottom: 210px;
  margin: 0 0 -144px 0;
}

@media screen and (max-width: 1080px) {
  .contact .header-page {
    padding-bottom: 120px;
    margin: 0 0 -64px 0;
  }
}

.contact__form {
  margin: 0 0 144px 0;
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 1080px) {
  .contact__form {
    margin: 0 0 80px 0;
  }
}

.contact__form .container {
  max-width: 850px;
}

.contact__form .container form {
  border-radius: 40px;
  background: #FFFFFF;
  padding: 64px 40px 0 40px;
}

@media screen and (max-width: 1080px) {
  .contact__form .container form {
    border-radius: 32px;
    padding: 48px 20px 0 20px;
  }
}

.contact__form .container form section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 1080px) {
  .contact__form .container form section {
    display: block;
    margin: 0 0 24px 0;
  }
}

.contact__form .container form section fieldset {
  width: 100%;
}

.contact__form .container form section fieldset:not(:last-of-type) {
  margin: 0 24px 0 0;
}

@media screen and (max-width: 1080px) {
  .contact__form .container form section fieldset:not(:last-of-type) {
    margin: 0 0 24px 0;
  }
}

.contact__form .container form .upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 48px;
  border-radius: 8px;
  background: #FBFBFB;
  border: 1px solid #E1E1E1;
}

.contact__form .container form fieldset {
  margin: 0 0 24px 0;
}

.contact__form .container form label {
  display: block;
  margin: 0 0 12px 0;
  font: 500 15px/1 "Lato", sans-serif;
}

.contact__form .container form button {
  margin: 32px 0 0 0;
  width: 100%;
}

* {
  list-style: none;
  text-decoration: none;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: unset;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Lato", sans-serif;
  color: #282828;
}

::-moz-selection {
  background: #5EBFAF;
  color: #FFFFFF;
}

::selection {
  background: #5EBFAF;
  color: #FFFFFF;
}

html {
  overflow-x: hidden;
}

html,
body {
  scroll-behavior: smooth;
}

html.o-hidden,
body.o-hidden {
  overflow: hidden;
}

main > header {
  padding: 200px 0 0 0;
}

@media screen and (max-width: 1080px) {
  main > header {
    padding: 144px 0 0 0;
  }
}

h1 {
  font: 800 46px/140% "Biryani", sans-serif;
  letter-spacing: -0.02em;
}

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

h2 {
  font: 800 36px/140% "Biryani", sans-serif;
  letter-spacing: -0.02em;
}

@media screen and (max-width: 1080px) {
  h2 {
    font-size: 26px;
  }
}

p {
  color: #4F4F4F;
  font: 300 16px/160% "Lato", sans-serif;
}

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

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="number"],
textarea,
select,
option {
  border: 1px solid #E1E1E1;
  border-radius: 8px;
  display: block;
  width: 100%;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3px 16px 6px 16px;
  font: 500 16px/1 "Lato", sans-serif;
  -webkit-transition: 400ms ease;
  transition: 400ms ease;
  -webkit-appearance: unset;
     -moz-appearance: unset;
          appearance: unset;
  resize: none;
}

input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
option::-webkit-input-placeholder {
  opacity: .7;
}

input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
option:-ms-input-placeholder {
  opacity: .7;
}

input[type="text"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="search"]::-ms-input-placeholder,
input[type="number"]::-ms-input-placeholder,
textarea::-ms-input-placeholder,
select::-ms-input-placeholder,
option::-ms-input-placeholder {
  opacity: .7;
}

input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="tel"]::placeholder,
input[type="email"]::placeholder,
input[type="search"]::placeholder,
input[type="number"]::placeholder,
textarea::placeholder,
select::placeholder,
option::placeholder {
  opacity: .7;
}

input[type="text"]:focus, input[type="text"]:hover,
input[type="password"]:focus,
input[type="password"]:hover,
input[type="tel"]:focus,
input[type="tel"]:hover,
input[type="email"]:focus,
input[type="email"]:hover,
input[type="search"]:focus,
input[type="search"]:hover,
input[type="number"]:focus,
input[type="number"]:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover,
option:focus,
option:hover {
  border-color: #5EBFAF;
}

textarea {
  padding-top: 20px;
  height: 160px;
}

img {
  display: block;
  max-width: 100%;
}

button {
  cursor: pointer;
}

.container {
  max-width: calc(1130px + 80px);
  width: 100%;
  padding: 0 40px;
  margin: 0 auto;
}

@media screen and (max-width: 1080px) {
  .container {
    padding: 0 20px;
  }
}

.navbar {
  padding: 32px 0;
  -webkit-transition: 400ms ease;
  transition: 400ms ease;
  z-index: 999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}

@media screen and (max-width: 1080px) {
  .navbar {
    padding: 16px 0;
  }
}

.navbar .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1080px) {
  .navbar .container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.navbar.open .navbar__menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.navbar.open .navbar__icon {
  background: #282828;
}

.navbar.open .navbar__icon::before, .navbar.open .navbar__icon::after {
  width: 100%;
}

.navbar.open .navbar__icon::before {
  -webkit-transform: translateY(7px) rotate(-45deg);
          transform: translateY(7px) rotate(-45deg);
}

.navbar.open .navbar__icon::after {
  -webkit-transform: translateY(-7px) rotate(45deg);
          transform: translateY(-7px) rotate(45deg);
}

.navbar.fixed {
  padding: 16px 0;
  background: #282828;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.navbar__logo {
  display: block;
  max-width: 198px;
  min-width: 198px;
}

@media screen and (max-width: 1080px) {
  .navbar__logo {
    max-width: 144px;
    min-width: 144px;
    position: relative;
    z-index: 9;
  }
}

.navbar__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 18px 0;
}

@media screen and (max-width: 1080px) {
  .navbar__menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    background: #282828;
    z-index: 5;
    -webkit-transition: 500ms ease;
    transition: 500ms ease;
    display: block;
    padding: 110px 20px 20px 20px;
    overflow-y: auto;
  }
}

.navbar__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1080px) {
  .navbar__menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.navbar__menu ul li {
  margin: 0 56px 0 0;
  opacity: .5;
  -webkit-transition: 400ms ease;
  transition: 400ms ease;
  position: relative;
}

@media screen and (max-width: 1080px) {
  .navbar__menu ul li {
    margin: 0 0 32px 0;
  }
}

.navbar__menu ul li:hover {
  opacity: 1;
}

.navbar__menu ul li::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -14px;
  width: 100%;
  height: 2px;
  background: #5EBFAF;
  display: none;
}

@media screen and (max-width: 1080px) {
  .navbar__menu ul li::before {
    bottom: -12px;
  }
}

.navbar__menu ul li.active {
  opacity: 1;
}

.navbar__menu ul li.active::before {
  display: block;
}

.navbar__menu ul li a {
  color: #FFFFFF;
  font: 600 16px/1 "Lato", sans-serif;
  display: inline-block;
}

@media screen and (max-width: 1080px) {
  .navbar__menu ul li a {
    font-size: 18px;
  }
}

.navbar__menu .button {
  padding-left: 32px;
  padding-right: 32px;
  margin: 0 24px 0 0;
}

@media screen and (max-width: 1080px) {
  .navbar__menu .button {
    margin: 0 0 32px 0;
  }
}

.navbar__menu .button::before {
  content: url("../assets/general/budget.svg");
}

.navbar__menu .button:hover::before {
  content: url("../assets/general/budget-green.svg");
}

.navbar__menu aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar__menu aside a {
  -webkit-transition: 400ms ease;
  transition: 400ms ease;
  display: block;
}

.navbar__menu aside a:hover {
  opacity: .7;
}

.navbar__menu aside a:not(:last-of-type) {
  margin: 0 12px 0 0;
}

@media screen and (max-width: 1080px) {
  .navbar__menu aside a:not(:last-of-type) {
    margin: 0 16px 0 0;
  }
}

.navbar__icon {
  position: relative;
  z-index: 9;
  background: #5EBFAF;
  width: 24px;
  height: 2px;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
  display: none;
  margin: 0 0 0 20px;
}

@media screen and (max-width: 1080px) {
  .navbar__icon {
    display: block;
  }
}

.navbar__icon::before, .navbar__icon::after {
  content: "";
  position: absolute;
  right: 0;
  width: 100%;
  height: 2px;
  background: #5EBFAF;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}

.navbar__icon::before {
  top: -7px;
}

.navbar__icon::after {
  bottom: -7px;
}

.select {
  position: relative;
}

.select::after {
  position: absolute;
  bottom: 8px;
  right: 16px;
  content: url("../assets/general/arrow-select.svg");
}

.cookies {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 20px 0;
  background: #FFFFFF;
  z-index: 999;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
  -webkit-box-shadow: 0px -8px 32px rgba(0, 0, 0, 0.04);
          box-shadow: 0px -8px 32px rgba(0, 0, 0, 0.04);
}

.cookies.hidden {
  opacity: 0;
  visibility: hidden;
}

.cookies .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 480px) {
  .cookies .container {
    display: block;
  }
}

.cookies .container p {
  width: 100%;
  max-width: 620px;
}

@media screen and (max-width: 480px) {
  .cookies .container p {
    font: 400 14px/20px "Biryani", sans-serif;
    margin: 0 0 16px 0;
  }
}

.cookies .container p a {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #5EBFAF;
}

@media screen and (max-width: 480px) {
  .cookies .container button {
    width: 100%;
    display: block;
    font-size: 16px;
  }
}

.modal-form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 400ms ease;
  transition: 400ms ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
}

.modal-form.open {
  opacity: 1;
  visibility: visible;
}

.modal-form .container {
  max-width: 560px;
}

.modal-form .container * {
  text-align: center;
}

.modal-form .container div {
  padding: 64px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFFFF;
  border-radius: 32px;
  -webkit-box-shadow: 0 0 64px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 64px rgba(0, 0, 0, 0.16);
}

.modal-form .container div img {
  margin: 0 0 24px 0;
}

.modal-form .container div h3 {
  font: 700 32px/130% "Biryani", sans-serif;
  max-width: 360px;
  width: 100%;
  letter-spacing: -0.04em;
  margin: 0 auto;
}

.modal-form .container div p {
  font: 300 18px/1 "Lato", sans-serif;
  margin: 16px 0 32px 0;
}

.button {
  background: #5EBFAF;
  border: 1px solid #5EBFAF;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 42px;
  font: 700 15px/1 "Lato", sans-serif;
  text-align: center;
  padding: 0 40px 3px 40px;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}

.button:hover {
  border-color: #5EBFAF;
  background: unset;
  color: #5EBFAF;
}

.button::before {
  margin: 3px 8px 0 0;
}

.button--white {
  border-color: #FFFFFF;
  background: #FFFFFF;
  color: #5EBFAF;
}

.button--white:hover {
  border-color: #FFFFFF;
  color: #FFFFFF;
  background: unset;
}

.button--outline {
  background: unset;
  color: #5EBFAF;
}

.button--outline:hover {
  background: #5EBFAF;
  color: #FFFFFF;
}

.button--outline-white {
  border-color: #FFFFFF;
  background: unset;
  color: #FFFFFF;
}

.button--outline-white:hover {
  border-color: #FFFFFF;
  background: #FFFFFF;
  color: #5EBFAF;
}

.title-sec * {
  text-align: center;
}

.title-sec h6 {
  color: #5EBFAF;
  margin: 0 0 12px 0;
  text-transform: uppercase;
  font: 400 16px/28px "Biryani", sans-serif;
}

.title-sec--left * {
  text-align: left;
}

.title-sec--white h1,
.title-sec--white h2 {
  color: #FFFFFF;
}

.services-cards .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}

.services-cards article {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(245, 245, 245, 0)), to(rgba(245, 245, 245, 0.8)));
  background: linear-gradient(180deg, rgba(245, 245, 245, 0) 0%, rgba(245, 245, 245, 0.8) 100%);
  border-radius: 16px;
  padding: 16px 16px 24px 16px;
  -webkit-transition: 400ms ease;
  transition: 400ms ease;
  max-width: 270px;
  width: 100%;
}

@media screen and (max-width: 1080px) {
  .services-cards article {
    width: calc(50% - 8px);
    max-width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .services-cards article {
    max-width: 100%;
    width: 100%;
  }
}

.services-cards article:hover {
  background: #5EBFAF;
}

.services-cards article:hover h3,
.services-cards article:hover p {
  color: #FFFFFF;
}

.services-cards article img {
  margin: 0 0 24px 0;
  border-radius: 16px;
  height: 144px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1080px) {
  .services-cards article img {
    height: auto;
  }
}

.services-cards article h3 {
  font: 700 20px/28px "Lato", sans-serif;
  min-height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 8px;
  -webkit-transition: 400ms ease;
  transition: 400ms ease;
}

@media screen and (max-width: 480px) {
  .services-cards article h3 {
    min-height: auto;
  }
}

.services-cards article p {
  font: 300 15px/22px "Lato", sans-serif;
  margin: 16px 0 0 0;
  -webkit-transition: 400ms ease;
  transition: 400ms ease;
  padding: 0 8px;
}

.footer {
  margin: 144px 0 0 0;
}

@media screen and (max-width: 1080px) {
  .footer {
    margin: 80px 0 0 0;
  }
}

.footer__credentialing .container section {
  border-top: 1px solid #F1F1F1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  padding: 48px 0;
}

@media screen and (max-width: 1080px) {
  .footer__credentialing .container section {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer__credentialing .container section h6 {
  color: #B6B6B6;
  text-transform: uppercase;
  font: 400 16px/1 "Biryani", sans-serif;
  letter-spacing: 0.16em;
}

@media screen and (max-width: 1080px) {
  .footer__credentialing .container section h6 {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 1080px) {
  .footer__credentialing .container section img {
    max-width: calc(50% - 20px);
  }
}

.footer__content {
  background: #282828;
}

.footer__content a {
  color: #FFFFFF;
  display: inline-block;
  -webkit-transition: 400ms ease;
  transition: 400ms ease;
}

.footer__content a:hover {
  color: #5EBFAF;
}

.footer__content__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 64px 0;
}

@media screen and (max-width: 1080px) {
  .footer__content__header {
    display: block;
    padding: 48px 0;
  }
}

@media screen and (max-width: 1080px) {
  .footer__content__header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 1080px) {
  .footer__content__header__logo > a {
    width: 100%;
    margin: 0 0 16px 0;
  }
}

.footer__content__header__logo h6 {
  font: 300 16px/24px "Lato", sans-serif;
  opacity: .5;
  margin: 16px 0 0 0;
  color: #FFFFFF;
}

@media screen and (max-width: 1080px) {
  .footer__content__header__logo h6 {
    width: 50%;
    margin: 0;
  }
}

.footer__content__header__logo section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin: 32px 0 0 0;
}

@media screen and (max-width: 1080px) {
  .footer__content__header__logo section {
    width: 50%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 0;
  }
}

.footer__content__header__logo section a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #5EBFAF;
  width: 48px;
  height: 48px;
  -webkit-transition: 400ms ease;
  transition: 400ms ease;
}

.footer__content__header__logo section a:hover {
  background: rgba(94, 191, 175, 0.8);
}

.footer__content__header__logo section a:first-of-type {
  border-radius: 16px 0 0 0;
}

.footer__content__header__logo section a:last-of-type {
  border-radius: 0 16px 0 0;
}

.footer__content__header__links {
  padding: 0 0 0 64px;
}

@media screen and (max-width: 1080px) {
  .footer__content__header__links {
    padding: 0;
    margin: 40px 0;
  }
}

.footer__content__header__links h4 {
  color: #FFFFFF;
  margin: 0 0 24px 0;
  font: 800 16px/1 "Biryani", sans-serif;
}

.footer__content__header__links a {
  font: 500 16px/1 "Lato", sans-serif;
  display: block;
}

.footer__content__header__links a:not(:last-of-type) {
  margin: 0 0 16px 0;
}

.footer__content__header__contacts section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__content__header__contacts section:not(:last-of-type) {
  margin: 0 0 32px 0;
}

.footer__content__header__contacts section img {
  margin: 0 24px 0 0;
}

.footer__content__header__contacts section aside h6 {
  color: #FFFFFF;
  font: 400 14px/1 "Lato", sans-serif;
  margin: 0 0 8px 0;
}

.footer__content__header__contacts section aside a {
  font: 600 16px/1 "Lato", sans-serif;
}

.footer__content__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1080px) {
  .footer__content__bottom {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer__content__bottom aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1080px) {
  .footer__content__bottom aside:first-of-type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 0 16px 0;
  }
}

.footer__content__bottom aside h6 {
  color: rgba(255, 255, 255, 0.5);
  margin: 0 8px 0 0;
  font: 300 13px/1.2 "Lato", sans-serif;
}

.footer__content__bottom aside h6 a {
  font-family: "Lato", sans-serif;
  color: #FFFFFF;
  font-weight: 700;
  display: inline-block;
  -webkit-transition: 400ms ease;
  transition: 400ms ease;
}

@media screen and (max-width: 1080px) {
  .footer__content__bottom aside h6 a {
    margin: 8px 0 0 0;
  }
}

.footer__content__bottom aside > a:hover {
  opacity: .7;
}

.meet-us {
  background: #282828;
  margin: 144px 0;
}

@media screen and (max-width: 1080px) {
  .meet-us {
    margin: 80px 0;
  }
}

.meet-us * {
  color: #FFFFFF;
}

.meet-us .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1080px) {
  .meet-us .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.meet-us .container figure {
  position: relative;
  height: 810px;
  max-width: 550px;
  width: 100%;
}

@media screen and (max-width: 1080px) {
  .meet-us .container figure {
    height: auto;
    max-width: 100%;
  }
}

.meet-us .container figure::before {
  content: "";
  width: 100%;
  height: calc(100% - 48px);
  position: absolute;
  left: -28px;
  bottom: -28px;
  z-index: 1;
  background: #5EBFAF;
  border-radius: 0 0 0 96px;
}

@media screen and (max-width: 1080px) {
  .meet-us .container figure::before {
    left: -20px;
    bottom: -20px;
  }
}

.meet-us .container figure img {
  position: relative;
  z-index: 5;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 0 0 0 80px;
}

.meet-us .container aside {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 1080px) {
  .meet-us .container aside {
    padding: 80px 0 0 0;
  }
}

.meet-us .container aside .title-sec {
  margin: 0 0 32px 64px;
}

@media screen and (max-width: 1080px) {
  .meet-us .container aside .title-sec {
    margin: 0 0 24px 0;
  }
}

.meet-us .container aside > p {
  padding: 0 0 0 64px;
}

@media screen and (max-width: 1080px) {
  .meet-us .container aside > p {
    padding: 0;
  }
}

.meet-us .container aside > p:not(:last-of-type) {
  margin: 0 0 24px 0;
}

.meet-us .container aside .button {
  margin: 40px 0 0 64px;
}

@media screen and (max-width: 1080px) {
  .meet-us .container aside .button {
    margin: 32px 0 0 0;
  }
}

.meet-us .container aside footer {
  margin: 64px 0 0 0;
  width: 100%;
  padding: 32px 0 32px 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media screen and (max-width: 1080px) {
  .meet-us .container aside footer {
    padding: 24px 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 40px 0 0 0;
  }
}

.meet-us .container aside footer::before {
  content: "";
  background: -webkit-gradient(linear, right top, left top, from(rgba(94, 191, 175, 0.25)), to(rgba(94, 191, 175, 0)));
  background: linear-gradient(270deg, rgba(94, 191, 175, 0.25) 0%, rgba(94, 191, 175, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 230%;
  height: 100%;
  z-index: 1;
}

@media screen and (max-width: 1080px) {
  .meet-us .container aside footer::before {
    width: calc(100% + 40px);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
  }
}

.meet-us .container aside footer p {
  position: relative;
  z-index: 5;
  font-size: 18px;
  line-height: 160%;
}

@media screen and (max-width: 1080px) {
  .meet-us .container aside footer p {
    font-size: 15px;
  }
}

.meet-us .container aside footer p:not(:last-of-type) {
  margin: 0 96px 0 0;
}

@media screen and (max-width: 1080px) {
  .meet-us .container aside footer p:not(:last-of-type) {
    margin: 0;
  }
}

.meet-us .container aside footer p strong {
  font-weight: 900;
  line-height: 1;
  display: block;
  margin: 0 0 4px 0;
  font-size: 44px;
}

@media screen and (max-width: 1080px) {
  .meet-us .container aside footer p strong {
    font-size: 28px;
  }
}

.meet-us .container aside footer p strong::after {
  content: "+";
  font-weight: 700;
  color: #5EBFAF;
  font-size: 44px;
}

@media screen and (max-width: 1080px) {
  .meet-us .container aside footer p strong::after {
    font-size: 28px;
  }
}

.card-job {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(245, 245, 245, 0)), to(rgba(245, 245, 245, 0.8)));
  background: linear-gradient(180deg, rgba(245, 245, 245, 0) 0%, rgba(245, 245, 245, 0.8) 100%);
  border-radius: 12px;
  padding: 16px 16px 32px 16px;
}

.card-job .swiper {
  position: relative;
  margin: 0 0 24px 0;
  border-radius: 12px;
  overflow: hidden;
}

.card-job .swiper .swiper-slide img {
  width: 100%;
  height: 225px;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-job .swiper .pagination {
  position: absolute;
  bottom: 16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 9;
  width: auto;
}

.card-job .swiper .pagination span {
  width: 8px;
  height: 8px;
  border-radius: 1000px;
  margin: 0 5px;
  background: #FFFFFF !important;
  opacity: .4 !important;
  -webkit-transition: 400ms ease !important;
  transition: 400ms ease !important;
}

.card-job .swiper .pagination span.swiper-pagination-bullet-active {
  opacity: 1 !important;
}

.card-job h3 {
  font: 700 20px/130% "Lato", sans-serif;
  margin: 0 0 8px 0;
  min-height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 8px;
}

@media screen and (max-width: 1080px) {
  .card-job h3 {
    min-height: auto;
  }
}

.card-job p {
  margin: 0 0 24px 0;
  padding: 0 8px;
}

.card-job section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 8px;
}

.card-job section:not(:last-of-type) {
  margin: 0 0 12px 0;
}

.card-job section img {
  margin: 0 10px 0 0;
}

.card-job section span {
  font: 400 16px/1 "Lato", sans-serif;
  color: #4F4F4F;
  display: block;
}

.controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.controls button {
  width: 56px;
  height: 56px;
  background: #5EBFAF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 400ms ease;
  transition: 400ms ease;
}

.controls button.swiper-button-disabled {
  opacity: .5;
}

@media screen and (max-width: 1080px) {
  .controls button {
    width: 48px;
    height: 48px;
    padding: 5px;
  }
}

.controls__prev {
  border-radius: 16px 0 0 0;
  margin: 0 16px 0 0;
}

.controls__next {
  border-radius: 0 16px 0 0;
}

.comments {
  margin: 0 0 144px 0;
}

@media screen and (max-width: 1080px) {
  .comments {
    margin: 0 0 80px 0;
  }
}

.comments__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 40px 0;
  position: relative;
}

@media screen and (max-width: 1080px) {
  .comments__header {
    display: block;
    margin: 0 0 8px 0;
  }
}

@media screen and (max-width: 1080px) {
  .comments__header .controls {
    display: none;
  }
}

.comments__carrossel {
  overflow: hidden;
  border-radius: 24px;
}

.comments__carrossel .swiper-slide {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(245, 245, 245, 0.1)), to(rgba(245, 245, 245, 0.8)));
  background: linear-gradient(180deg, rgba(245, 245, 245, 0.1) 0%, rgba(245, 245, 245, 0.8) 100%);
  padding: 48px 64px;
}

@media screen and (max-width: 1080px) {
  .comments__carrossel .swiper-slide {
    padding: 40px 20px;
  }
}

.comments__carrossel .swiper-slide > img {
  margin: 0 0 40px 0;
}

@media screen and (max-width: 1080px) {
  .comments__carrossel .swiper-slide > img {
    margin: 0 0 32px 0;
  }
}

.comments__carrossel .swiper-slide h4 {
  margin: 0 0 24px 0;
  font: 300 22px/36px "Lato", sans-serif;
}

@media screen and (max-width: 1080px) {
  .comments__carrossel .swiper-slide h4 {
    font: 300 18px/30px "Lato", sans-serif;
    margin: 0 0 16px 0;
  }
}

.comments__carrossel .swiper-slide h4 strong {
  font-weight: 700;
}

.comments__carrossel .swiper-slide p {
  color: #282828;
  font-size: 18px;
  margin: 0 0 40px 0;
}

@media screen and (max-width: 1080px) {
  .comments__carrossel .swiper-slide p {
    font-size: 15px;
    margin: 0 0 32px 0;
  }
}

.comments__carrossel .swiper-slide footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.comments__carrossel .swiper-slide footer img:first-of-type {
  -o-object-fit: cover;
     object-fit: cover;
  width: 56px;
  height: 56px;
  border-radius: 1000px;
  margin: 0 24px 0 0;
}

@media screen and (max-width: 1080px) {
  .comments__carrossel .swiper-slide footer img:first-of-type {
    width: 48px;
    height: 48px;
  }
}

.customers {
  margin: 0 0 144px 0;
}

@media screen and (max-width: 1080px) {
  .customers {
    margin: 0 0 80px 0;
  }
}

.customers > section:not(:last-of-type) {
  margin: 0 0 96px 0;
}

@media screen and (max-width: 1080px) {
  .customers > section:not(:last-of-type) {
    margin: 0 0 64px 0;
  }
}

.customers > section .title-sec {
  margin: 0 0 40px 0;
}

@media screen and (max-width: 1080px) {
  .customers > section .title-sec {
    margin: 0 0 32px 0;
  }
}

.customers > section .swiper .swiper-wrapper {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.customers > section .swiper .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px;
}

@media screen and (max-width: 1080px) {
  .customers > section .swiper .swiper-wrapper .swiper-slide {
    padding: 0;
  }
}

.contact-banner {
  padding: 64px 0 0 0;
}

@media screen and (max-width: 1080px) {
  .contact-banner {
    padding: 32px 0 0 0;
  }
}

.contact-banner .container section {
  background: -webkit-gradient(linear, left top, right top, from(#5EBFAF), to(rgba(94, 191, 175, 0.4)));
  background: linear-gradient(90deg, #5EBFAF 0%, rgba(94, 191, 175, 0.4) 100%);
  border-radius: 32px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1080px) {
  .contact-banner .container section {
    display: block;
    padding: 56px 20px;
    overflow: hidden;
  }
}

.contact-banner .container section::before {
  content: url("../assets/general/graph-contact.svg");
  position: absolute;
  left: -64px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 1080px) {
  .contact-banner .container section::before {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.contact-banner .container section aside {
  max-width: 430px;
  width: 100%;
  position: relative;
  z-index: 5;
  padding: 0 0 0 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 1080px) {
  .contact-banner .container section aside {
    padding: 0;
    max-width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.contact-banner .container section aside h2 {
  color: #FFFFFF;
}

@media screen and (max-width: 1080px) {
  .contact-banner .container section aside h2 {
    text-align: center;
  }
}

.contact-banner .container section aside p {
  color: #FFFFFF;
  margin: 12px 0 0 0;
}

@media screen and (max-width: 1080px) {
  .contact-banner .container section aside p {
    text-align: center;
  }
}

.contact-banner .container section aside .button {
  margin: 32px 0 0 0;
}

@media screen and (max-width: 480px) {
  .contact-banner .container section aside .button {
    margin: 24px 0 0 0;
  }
}

.contact-banner .container section figure {
  height: 475px;
  max-width: 535px;
  width: 100%;
  position: relative;
  -webkit-transform: translateY(-64px);
          transform: translateY(-64px);
}

@media screen and (max-width: 1080px) {
  .contact-banner .container section figure {
    display: none;
  }
}

.contact-banner .container section figure img {
  border-radius: 48px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
}

.contact-banner .container section figure::before {
  content: "";
  background: #5EBFAF;
  border-radius: 48px;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  bottom: -32px;
  right: -32px;
}

.contacts {
  margin: 40px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
}

@media screen and (max-width: 480px) {
  .contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    margin: 32px 0 0 0;
  }
}

.contacts aside {
  min-width: 330px;
  background: rgba(255, 255, 255, 0.1);
  padding: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 480px) {
  .contacts aside {
    min-width: initial;
    width: 100%;
  }
}

.contacts aside img {
  margin: 0 24px 0 0;
}

.contacts aside div h6 {
  font: 400 14px/1 "Lato", sans-serif;
  color: #FFFFFF;
  opacity: .5;
  margin: 0 0 6px 0;
}

.contacts aside div a {
  font: 600 16px/1 "Lato", sans-serif;
  color: #FFFFFF;
  -webkit-transition: 400ms ease;
  transition: 400ms ease;
}

.contacts aside div a:hover {
  color: #5EBFAF;
}

.header-page {
  margin: 0 0 -184px 0;
  background: #282828;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

@media screen and (max-width: 1080px) {
  .header-page {
    margin: 0 0 -96px 0;
  }
}

.header-page .container {
  position: relative;
  z-index: 5;
}

.header-page .container p {
  text-align: center;
  margin: 12px auto 0 auto;
  color: #FFFFFF;
}

.cards-destaques {
  margin: 0 0 110px 0;
}

@media screen and (max-width: 1080px) {
  .cards-destaques {
    margin: 0 0 80px 0;
  }
}

.cards-destaques .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 32px 106px;
}

@media screen and (max-width: 480px) {
  .cards-destaques .container {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.cards-destaques .container aside {
  position: relative;
}

.cards-destaques .container aside::before {
  content: "";
  border-radius: 16px;
  background: #5EBFAF;
  position: absolute;
  right: -24px;
  bottom: -24px;
  width: 100%;
  height: 100%;
  z-index: 1;
}

@media screen and (max-width: 1080px) {
  .cards-destaques .container aside::before {
    right: -20px;
    bottom: -20px;
  }
}

.cards-destaques .container aside div {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 24px 24px 32px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  z-index: 5;
  height: 100%;
}

@media screen and (max-width: 480px) {
  .cards-destaques .container aside div {
    padding: 20px;
  }
}

.cards-destaques .container aside div img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  margin: 0 0 24px 0;
}

@media screen and (max-width: 480px) {
  .cards-destaques .container aside div img {
    height: auto;
  }
}

.cards-destaques .container aside div h4 {
  font: 700 24px/140% "Lato", sans-serif;
  margin: 0 0 16px 0;
}

@media screen and (max-width: 480px) {
  .cards-destaques .container aside div h4 {
    margin: 0 0 12px 0;
    font: 700 20px/140% "Lato", sans-serif;
  }
}

.cards-destaques .container aside div p {
  font: 300 18px/150% "Lato", sans-serif;
  min-height: 80px;
}

@media screen and (max-width: 480px) {
  .cards-destaques .container aside div p {
    font: 300 15px/160% "Lato", sans-serif;
    min-height: auto;
  }
}

.cards-destaques .container aside div .button {
  margin: 24px 0 0 0;
}

.policy-privacy .header-page {
  background-image: linear-gradient(315deg, rgba(25, 25, 25, 0.8) 0%, rgba(74, 74, 74, 0.8) 100%), url("../assets/general/policy-privacy.png");
  padding-bottom: 64px;
  margin: 0 0 64px 0;
}

@media screen and (max-width: 1080px) {
  .policy-privacy .header-page {
    padding-bottom: 32px;
    margin: 0 0 24px 0;
  }
}

.policy-privacy__content {
  margin: 80px 0 0 0;
}

@media screen and (max-width: 1080px) {
  .policy-privacy__content {
    margin: 56px 0 0 0;
  }
}

.policy-privacy__content .container {
  max-width: 750px;
}

.policy-privacy__content h1,
.policy-privacy__content h2,
.policy-privacy__content h3,
.policy-privacy__content h4,
.policy-privacy__content h5,
.policy-privacy__content h6 {
  margin: 0 0 32px 0;
}

@media screen and (max-width: 1080px) {
  .policy-privacy__content h1,
  .policy-privacy__content h2,
  .policy-privacy__content h3,
  .policy-privacy__content h4,
  .policy-privacy__content h5,
  .policy-privacy__content h6 {
    margin: 0 0 24px 0;
  }
}

.policy-privacy__content p:not(:last-of-type) {
  margin: 0 0 32px 0;
}

@media screen and (max-width: 1080px) {
  .policy-privacy__content p:not(:last-of-type) {
    margin: 0 0 24px 0;
  }
}

.policy-privacy__content a {
  color: #5EBFAF;
  font-weight: 600;
}

.policy-privacy__content a:hover {
  text-decoration: underline;
}

.policy-privacy__content ul {
  margin: 0 0 32px 0;
}

@media screen and (max-width: 1080px) {
  .policy-privacy__content ul {
    margin: 0 0 24px 0;
  }
}

.policy-privacy__content ul li {
  position: relative;
  padding-left:  1rem;
}

.policy-privacy__content ul li::before {
  content: "";
  min-width: 6px;
  height: 6px;
  background: #5EBFAF;
  border-radius: 1000px;
  position: absolute;
  top: 9px;
  left: 0;
}

.policy-privacy__content ul li:not(:last-of-type) {
  margin: 0 0 8px 0;
}

.policy-privacy__content ul li span {
  display: block;
  font: 300 15px/160% "Lato", sans-serif;
  padding: 0 0 0 calc(16px + 7px);
}

.policy-privacy__content ul li span strong {
  color: #4F4F4F;
  font-weight: 600;
}

p {
    color: #4F4F4F;
    font: 300 16px/160% "Lato", sans-serif;
}

.policy-privacy__content a {
    color: #5EBFAF;
    font-weight: 600;
}