﻿/**
 * Dica de abstração para esse sistema:
 * - o quanto mais 'para baixo', mais importa outros mixins
 * - /settings tem os tokens de design
 */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCs6KVjbNBYlgo6eA.ttf) format('truetype');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCjC3Ttw.ttf) format('truetype');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCxCvTtw.ttf) format('truetype');
}
*,
::after,
::before {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
  line-height: normal;
}
blockquote,
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
iframe {
  margin: 0;
}
a {
  display: block;
  text-decoration: none;
  width: fit-content;
}
a:hover {
  text-decoration: none;
}
address {
  font-style: normal;
  margin-bottom: 0;
}
button {
  border: 0;
  appearance: none;
  text-align: initial;
  background-color: transparent;
  padding-block: 0;
  padding-inline: 0;
  cursor: pointer;
}
dialog {
  border: none;
}
form {
  width: 100%;
  display: block;
}
fieldset {
  border: none;
  display: block;
}
iframe {
  border: none;
}
img {
  display: block;
}
label {
  display: block;
  margin-bottom: 0;
}
mark {
  padding: 0;
  background-color: transparent;
}
menu {
  padding-inline-start: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}
ul {
  list-style-type: none;
  padding-inline-start: 0;
}
summary {
  list-style: none;
  cursor: pointer;
}
time {
  display: block;
}
[role="button"] {
  cursor: pointer;
}
section,
article,
aside,
details,
figcaption,
figure,
header,
footer,
menu,
nav {
  display: block;
}
/** 
 * Glassmorphism style
 */
body {
  background-color: #EFF3FA;
  font-family: 'Ubuntu', sans-serif;
  line-height: 114.29%;
}
body p,
body h1,
body h2,
body h3,
body a {
  line-height: 114.29%;
}
body input,
body textarea,
body button {
  font-family: 'Ubuntu', sans-serif;
}
[data-hidden] {
  display: none !important;
}
@media (max-width: 1200px) {
  [data-desktop] {
    display: none !important;
  }
}
@media (max-width: 1200px) {
  [data-mobile] {
    display: inherit;
  }
}
@media (min-width: 1200px) {
  [data-mobile] {
    display: none !important;
  }
}
.debug {
  border: 2px dotted red;
  width: 100%;
  height: 100%;
}
/**
 * Tag Pill Component
 * -------------------------
 * <p>
 *   <span>Tag</span>
 * </p>
 *
 * States:
 *   :hover TODO
 */
/**
 * Button Selector Component
 * -------------------------
 * <button>
 *   <img class="icon">      # icon
 *   text                    # label
 * </button>
 *
 * States:
 *   :hover
 *   .is--active
 */
/**
 * Button Selector Small Component
 * -------------------------
 * <button>
 *   <span>text</span>         # label
 * </button>
 *
 * States:
 *   :hover
 *   .is--active
 */
/**
 * Button Small Component
 * -------------------------
 * <a>
 *   <span>text<span>      # label
 *   <img>                 # icon
 * </a>
 *
 * States:
 *   :hover TODO
 */
/**
 * Button Secondary Component
 * -------------------------
 * <a>
 *   <span>text<span>      # label
 *   <img>                 # icon
 * </a>
 *
 * States:
 *   :hover TODO
 */
/**
 * Button Selector Small Component
 * -------------------------
 * <button>
 *   <img>                  # icon
 *   <span>text</span>      # label
 * </button>
 *
 * States:
 *   :hover TODO
 */
.scrollUp {
  width: 56px;
  height: 56px;
  background: rgba(2, 22, 39, 0.16);
  backdrop-filter: blur(8px);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s linear;
}
.scrollUp:hover {
  background: #021627;
}
.scrollUp:hover img {
  filter: brightness(0) saturate(100%) invert(90%) sepia(2%) saturate(1826%) hue-rotate(195deg) brightness(108%) contrast(96%);
}
@media (max-width: 1200px) {
  .tab__pagination {
    display: flex !important;
  }
}
.cardCase {
  position: relative;
  border-radius: 8px;
  border: 1px solid #D0DCF0;
  background: #EFF3FA;
  cursor: pointer;
  transition: all 0.25s linear;
}
.cardCase .tag__upper {
  padding: 4px 8px;
  border-radius: 8px;
  background: linear-gradient(45deg, #005795 -2.6%, #5891AE 99.48%);
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
}
.cardCase .tag__upper span {
  color: #EFF3FA;
}
.cardCase .cover {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 160px;
}
.cardCase .cover .image {
  border-radius: 8px 8px 0px 0px;
  height: 160px;
  width: 100%;
  transition: all 0.25s linear;
  object-fit: cover;
}
.cardCase .cover .overlay {
  border-radius: 8px 8px 0px 0px;
  height: 160px;
  width: 100%;
  transition: all 0.25s linear;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(2, 22, 39, 0.32);
}
.cardCase .info {
  padding: 24px;
}
.cardCase .info .name {
  color: #021627;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
}
.cardCase .info .detail {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #7A7A7A;
  font-size: 16px;
  margin-bottom: 8px;
}
.cardCase .info .detail:last-of-type {
  margin-bottom: 0;
}
.cardCase .info .tags {
  margin-top: 24px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
}
.cardCase .info .tags .tag {
  padding: 4px 8px;
  border-radius: 8px;
  background: linear-gradient(45deg, rgba(0, 87, 149, 0.16) -2.6%, rgba(88, 145, 174, 0.16) 99.48%);
  white-space: nowrap;
}
.cardCase .info .tags .tag span {
  font-size: 12px;
  font-weight: 500;
  background: linear-gradient(45deg, #005795 -2.6%, #5891AE 99.48%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cardCase:hover {
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.09);
}
.cardCase:hover .cover .image {
  transform: scale(1.06);
}
.cardCase:hover .cover .overlay {
  opacity: 1;
}
.cardPost {
  border-radius: 8px;
  border: 1px solid #D0DCF0;
  background: #EFF3FA;
  height: 317px;
  width: 100%;
}
.cardPost .cover {
  height: 160px;
  width: 100%;
  object-fit: cover;
  border-radius: 8px 8px 0px 0px;
}
.cardPost .post__info {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 24px;
  padding-inline: 24px;
}
.cardPost .post__info .post__title {
  color: #021627;
  font-size: 18px;
  font-weight: 500;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cardPost .post__info .post__tags {
  display: flex;
  align-items: center;
  gap: 4px;
}
.cardPost .post__info .post__tags .tag {
  padding: 4px 8px;
  border-radius: 8px;
  background: linear-gradient(45deg, rgba(0, 87, 149, 0.16) -2.6%, rgba(88, 145, 174, 0.16) 99.48%);
  white-space: nowrap;
}
.cardPost .post__info .post__tags .tag span {
  font-size: 12px;
  font-weight: 500;
  background: linear-gradient(45deg, #005795 -2.6%, #5891AE 99.48%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cardPost:hover {
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.09);
}
/**
 * Sharing Toolbar for Blog Post
 * Auto 3 Columns Layout
 */
.sharingToolbar {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 58px;
  gap: 24px;
}
.sharingToolbar .button {
  width: 100%;
  border-radius: 4px;
  background-color: #EEEFF0;
  transition: all 0.25s linear;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sharingToolbar .button:hover {
  background-color: #E6EDFA;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.09);
}
@media (max-width: 1200px) {
  .sharingToolbar {
    gap: 12px;
  }
}
.modalCase .backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(75, 85, 99, 0.4);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(4px);
  border-radius: 8px;
}
.modalCase .backdrop .content {
  padding-top: 60px;
  padding-bottom: 60px;
  width: 100%;
  max-width: 1118px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  background-color: #EFF3FA;
  border-radius: 8px;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.09);
}
.modalCase .backdrop .content .heading {
  position: relative;
  margin-bottom: 29px;
  margin-left: 79px;
  margin-right: 79px;
}
.modalCase .backdrop .content .heading .subtitle {
  margin-bottom: 19px;
  color: #021627;
  font-size: 32px;
  font-weight: 500;
}
.modalCase .backdrop .content .heading .info {
  display: flex;
  align-items: center;
  gap: 12px;
}
.modalCase .backdrop .content .heading .info .detail {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #7A7A7A;
  font-size: 16px;
}
.modalCase .backdrop .content .heading .button--close {
  position: absolute;
  top: 5px;
  right: 0;
  padding: 8px;
  border-radius: 24px;
  transition: all 0.15s linear;
  border: 1px solid transparent;
}
.modalCase .backdrop .content .heading .button--close:hover {
  border-color: #5891AE;
  border-radius: 8px;
}
.modalCase .backdrop .content .splide {
  display: block;
}
.modalCase .backdrop .content .splide .splide__pagination {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.modalCase .backdrop .content .splide .splide__pagination .splide__dot {
  width: 8px;
  height: 8px;
  background: transparent;
  border-radius: 50%;
  border: 1px solid #666666;
}
.modalCase .backdrop .content .splide .splide__pagination .splide__dot.is-active {
  background: #666666;
}
.modalCase .backdrop .content .splide .cover {
  width: 100%;
  max-width: 413px;
  height: 305px;
  object-fit: cover;
  border-radius: 8px;
}
@media (max-width: 1200px) {
  .modalCase .backdrop {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .modalCase .backdrop .content {
    padding-top: 37px;
    padding-bottom: 37px;
  }
  .modalCase .backdrop .content .heading {
    margin-left: 9px;
    margin-right: 9px;
    margin-bottom: 32px;
  }
  .modalCase .backdrop .content .heading .subtitle {
    max-width: 249px;
  }
  .modalCase .backdrop .content .splide .cover {
    max-width: 310px;
  }
}
.the__alert {
  padding: 8px 18px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all 0.25s linear;
  font-size: 16px;
  font-weight: 400;
}
.the__alert .icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.the__alert.severity--success {
  background-color: #EDF7ED;
  color: #2e7d32;
}
.the__alert.severity--info {
  background-color: #E5F6FD;
  color: #0288d1;
}
.the__alert.severity--warning {
  background-color: #FFF4E5;
  color: #ed6c02;
}
.the__alert.severity--error {
  background-color: #FDEDED;
  color: #d32f2f;
}
[x-cloak] {
  display: none !important;
}
.alpine--file__picker {
  height: 126px;
  border-radius: 8px;
  border: 2px dashed #B0C1D2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.25s linear;
}
.alpine--file__picker .icon {
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}
.alpine--file__picker .instructions {
  color: #898C8F;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
}
.alpine--file__picker .instructions span {
  font-size: 10px;
}
.alpine--file__picker .name {
  color: #005795;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
}
.alpine--file__picker .is--hidden {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
}
.alpine--file__picker.has--file {
  border-color: #77CCFF;
}
.layout__header {
  position: absolute;
  z-index: 900;
  width: 100%;
}
.layout__header .header--desktop {
  width: 100%;
  max-width: 1124px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 34px;
  padding-left: 83px;
  padding-right: 83px;
  border-bottom: 1px solid rgba(19, 23, 45, 0.16);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.layout__header .header--desktop .navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}
.layout__header .header--desktop .navigation a {
  padding: 4px 6px;
  color: #13172D;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.25s linear;
}
.layout__header .header--desktop .navigation a:hover {
  color: #005795;
}
.layout__header .header--desktop .button {
  border-radius: 8px;
  background: linear-gradient(45deg, #005795 -2.6%, #5891AE 99.48%);
  color: #EFF3FA;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  padding: 8px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.layout__header .header--mobile {
  display: none;
}
@media (max-width: 1200px) {
  .layout__header .header--desktop {
    display: none;
  }
  .layout__header .header--mobile {
    display: block;
    max-width: calc(100% - 32px);
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 8px;
    background: #EFF3FA;
  }
  .layout__header .header--mobile .heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .layout__header .header--mobile .navbar {
    padding-top: 40px;
    padding-bottom: 47px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: flex-end;
  }
  .layout__header .header--mobile .navbar .navigation {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 18px;
  }
  .layout__header .header--mobile .navbar .navigation a {
    padding: 4px 6px;
    color: #13172D;
    font-size: 16px;
    font-weight: 400;
  }
  .layout__header .header--mobile .navbar .button {
    display: flex;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: linear-gradient(45deg, #005795 -2.6%, #5891AE 99.48%);
    color: #EFF3FA;
  }
  .layout__header .header--mobile .navbar .social {
    display: flex;
    align-items: center;
    gap: 13px;
  }
}
.layout__footer {
  padding-top: 96px;
  padding-bottom: 96px;
  background: url('views/img/footer-background.png');
  background-size: cover;
}
.layout__footer .main {
  margin-bottom: 74px;
  width: 100%;
  max-width: 1124px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 259px 148px 1fr 56px;
  gap: 48px;
}
.layout__footer .main .brand .upper {
  display: flex;
  align-items: center;
  gap: 40px;
}
.layout__footer .main .brand .upper .social {
  display: flex;
  align-items: center;
  gap: 13px;
}
.layout__footer .main .brand .upper .social a {
  transition: all 0.25s linear;
}
.layout__footer .main .brand .upper .social a:hover img {
  filter: brightness(1.1);
}
.layout__footer .main .brand .caption {
  margin-top: 25px;
  color: #021627;
  font-size: 14px;
  font-weight: 400;
}
.layout__footer .main .list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.layout__footer .main .list .title {
  margin-bottom: 3px;
  color: #021627;
  font-size: 18px;
  font-weight: 500;
  font-size: 20px;
}
.layout__footer .main .list a {
  padding: 4px 6px;
  color: #021627;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.25s linear;
}
.layout__footer .main .list a:hover {
  color: #005795;
}
.layout__footer .main .footer__up {
  width: 56px;
  height: 56px;
  background: rgba(2, 22, 39, 0.16);
  backdrop-filter: blur(8px);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s linear;
}
.layout__footer .main .footer__up:hover {
  background: #021627;
}
.layout__footer .main .footer__up:hover img {
  filter: brightness(0) saturate(100%) invert(90%) sepia(2%) saturate(1826%) hue-rotate(195deg) brightness(108%) contrast(96%);
}
.layout__footer .attribution {
  width: 100%;
  max-width: 1296px;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid rgba(2, 22, 39, 0.24);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.layout__footer .attribution .copyrights {
  display: flex;
  align-items: center;
  gap: 40px;
}
.layout__footer .attribution .copyrights .text {
  color: #021627;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
.layout__footer .attribution .actions {
  display: flex;
  align-items: center;
  gap: 24px;
}
.layout__footer .attribution .actions a {
  color: #021627;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-skip-ink: auto;
  transition: all 0.25s linear;
}
.layout__footer .attribution .actions a:hover {
  color: #005795;
}
@media (max-width: 1200px) {
  .layout__footer {
    padding-top: 64px;
    padding-bottom: 64px;
    background-position: right -1200px center;
    padding-left: 16px;
    padding-right: 16px;
  }
  .layout__footer .main {
    grid-template-columns: 1fr;
  }
  .layout__footer .main .brand .upper {
    justify-content: center;
  }
  .layout__footer .main .brand .caption {
    text-align: center;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
  .layout__footer .main .list {
    align-items: center;
  }
  .layout__footer .main .footer__up {
    margin-left: auto;
    margin-right: auto;
  }
  .layout__footer .attribution {
    flex-direction: column-reverse;
    align-items: center;
    gap: 64px;
  }
  .layout__footer .attribution .copyrights,
  .layout__footer .attribution .actions {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
}
.layout__breadcrumb {
  height: 311px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 49px;
  background-color: #E5E9F0;
}
.layout__breadcrumb .wrapper {
  width: 100%;
  max-width: 1085px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.layout__breadcrumb .wrapper .title {
  color: #021627;
  font-size: 48px;
  font-weight: 500;
}
.layout__breadcrumb .wrapper .navigation {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 7px;
}
.layout__breadcrumb .wrapper .navigation a {
  color: #13172D;
  transition: all 0.25s linear;
}
.layout__breadcrumb .wrapper .navigation a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-skip-ink: auto;
}
.layout__breadcrumb .wrapper .navigation a.is--active {
  cursor: default;
}
.layout__breadcrumb .wrapper .navigation a.is--active:hover {
  text-decoration: none;
}
@media (max-width: 1200px) {
  .layout__breadcrumb .wrapper {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
}
.home__banner {
  position: relative;
  height: 780px;
}
.home__banner .video {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.8;
}
.home__banner .video--overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #D8DBE0 0%, #D8DBE0 25.55%, rgba(216, 219, 224, 0) 76.49%);
  background-size: cover;
  background-position: top left;
}
.home__banner .wrapper {
  position: relative;
  z-index: 3;
  height: 100%;
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 219px;
}
.home__banner .wrapper .eyebrow {
  margin-bottom: 16px;
  width: fit-content;
  padding: 8px 16px;
  background: linear-gradient(45deg, rgba(0, 87, 149, 0.24) -2.6%, rgba(88, 145, 174, 0.24) 99.48%);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #EFF3FA;
  font-size: 14px;
  letter-spacing: 3.36px;
  border-radius: 8px;
  border: 1px solid #005795;
  background: linear-gradient(45deg, rgba(0, 87, 149, 0.57) -2.6%, rgba(88, 145, 174, 0.57) 99.48%);
}
.home__banner .wrapper .eyebrow span {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.88px;
  background: linear-gradient(45deg, #005795 -2.6%, #5891AE 99.48%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}
.home__banner .wrapper .eyebrow.is--mobile {
  display: none;
}
.home__banner .wrapper .text__shell {
  max-width: 706px;
}
.home__banner .wrapper .title {
  margin-top: 16px;
  margin-bottom: 16px;
  color: #13172D;
  font-size: 48px;
  font-weight: 500;
}
.home__banner .wrapper .description {
  color: #515151;
  font-size: 24px;
  font-weight: 400;
}
.home__banner .wrapper .actions {
  margin-top: 40px;
  margin-bottom: 62px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.home__banner .wrapper .actions .button {
  display: flex;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 400;
  border-radius: 8px;
}
.home__banner .wrapper .actions .button--primary {
  color: #EFF3FA;
  background: var(--Gradient-Blue, linear-gradient(45deg, #005795 -2.6%, #5891AE 99.48%));
}
.home__banner .wrapper .actions .button--secondary {
  color: #1E5995;
  background: rgba(255, 255, 255, 0.48);
}
.home__banner .wrapper .clients__carousel {
  display: flex;
  align-items: center;
  gap: 0;
}
.home__banner .wrapper .clients__carousel .subtitle {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 3.36px;
}
.home__banner .wrapper .scrolldown {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1200px) {
  .home__banner {
    height: 1011px;
  }
  .home__banner .video {
    height: 451px;
  }
  .home__banner .video--overlay {
    background: linear-gradient(180deg, rgba(216, 219, 224, 0) 28.68%, #D8DBE0 43.03%);
  }
  .home__banner .wrapper {
    padding-top: 312px;
  }
  .home__banner .wrapper .eyebrow.is--desktop {
    display: none;
  }
  .home__banner .wrapper .eyebrow.is--mobile {
    display: flex;
    margin-left: auto;
    margin-right: auto;
  }
  .home__banner .wrapper .text__shell {
    text-align: center;
    padding-left: 31px;
    padding-right: 31px;
  }
  .home__banner .wrapper .text__shell .title {
    margin-left: auto;
    margin-right: auto;
    font-size: 36px;
  }
  .home__banner .wrapper .text__shell .description {
    font-size: 16px;
  }
  .home__banner .wrapper .actions {
    margin-bottom: 24px;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-left: 31px;
    padding-right: 31px;
  }
  .home__banner .wrapper .actions .button {
    width: 100%;
  }
  .home__banner .wrapper .clients__carousel {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  .home__banner .wrapper .clients__carousel .subtitle {
    text-align: center;
  }
  .home__banner .wrapper .clients__carousel .splide {
    width: 100%;
    max-width: 375px;
  }
  .home__banner .wrapper .clients__carousel .splide .splide__pagination {
    margin-top: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }
  .home__banner .wrapper .clients__carousel .splide .splide__pagination .splide__dot {
    width: 8px;
    height: 8px;
    background: transparent;
    border-radius: 50%;
    border: 1px solid #666666;
  }
  .home__banner .wrapper .clients__carousel .splide .splide__pagination .splide__dot.is-active {
    background: #666666;
  }
  .home__banner .wrapper .clients__carousel .splide .splide__slide {
    max-height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .home__banner .wrapper .clients__carousel .splide .splide__slide img {
    object-fit: contain;
  }
  .home__banner .wrapper .scrolldown {
    left: 50%;
    transform: translateX(-50%);
  }
}
.home__services {
  padding-top: 96px;
  padding-bottom: 96px;
}
.home__services .wrapper {
  width: 100%;
  max-width: 1124px;
  margin-left: auto;
  margin-right: auto;
}
.home__services .heading {
  margin-bottom: 32px;
}
.home__services .heading .eyebrow {
  margin-bottom: 16px;
  width: fit-content;
  padding: 8px 16px;
  border-radius: 8px;
  background: linear-gradient(45deg, rgba(0, 87, 149, 0.24) -2.6%, rgba(88, 145, 174, 0.24) 99.48%);
  margin-left: auto;
  margin-right: auto;
}
.home__services .heading .eyebrow span {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.88px;
  background: linear-gradient(45deg, #005795 -2.6%, #5891AE 99.48%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}
.home__services .heading .title {
  color: #021627;
  font-size: 48px;
  font-weight: 500;
  text-align: center;
  padding-bottom: 8px;
}
.home__services .heading .description {
  color: #666666;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}
.home__services .tabs {
  display: flex;
  gap: 24px;
}
.home__services .tabs .selectors {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.home__services .tabs .selectors .button {
  display: flex;
  padding: 16px;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background-color: #F7F9FD;
  color: #7A7A7A;
  font-size: 18px;
  font-weight: 400;
  transition: all 0.25s linear;
  width: 282px;
}
.home__services .tabs .selectors .button:hover {
  background-color: #D0DCF0;
}
.home__services .tabs .selectors .button.is--active {
  color: #EFF3FA;
  background: linear-gradient(45deg, #005795 -2.6%, #5891AE 99.48%);
}
.home__services .tabs .selectors .button.is--active .icon {
  filter: brightness(0) saturate(100%) invert(90%) sepia(2%) saturate(1826%) hue-rotate(195deg) brightness(108%) contrast(96%);
}
.home__services .tabs .tab__pagination {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.home__services .tabs .tab__pagination button {
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid #666666;
  border-radius: 50%;
  transition: all 0.25s linear;
}
.home__services .tabs .tab__pagination button.is--active {
  background-color: #666666;
}
.home__services .tabs .panes {
  flex-grow: 1;
}
.home__services .tabs .panes .pane {
  display: none;
  padding: 24px;
  border-radius: 8px;
  background: #F7F9FD;
}
.home__services .tabs .panes .pane.is--active {
  display: block;
}
.home__services .tabs .panes .pane .heading {
  padding-bottom: 24px;
  border-bottom: 1px solid #E0E0E1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home__services .tabs .panes .pane .heading .title {
  display: flex;
  align-items: center;
  gap: 23px;
  color: #021627;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
}
.home__services .tabs .panes .pane .heading .text {
  width: 260px;
  flex-shrink: 0;
  color: #1E5995;
  text-align: right;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
}
.home__services .tabs .panes .pane .list .item {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.home__services .tabs .panes .pane .list .item .name {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #021627;
  font-size: 18px;
  font-weight: 500;
  color: #1E5995;
}
.home__services .tabs .panes .pane .list .item .text {
  color: #666666;
  font-size: 16px;
  font-weight: 400;
}
.home__services .tabs .panes .pane .actions {
  margin-top: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.home__services .tabs .panes .pane .actions .button--whatsapp,
.home__services .tabs .panes .pane .actions .button--more {
  width: 100%;
}
.home__services .tabs .panes .pane .actions .button--whatsapp {
  display: flex;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: linear-gradient(45deg, #005795 -2.6%, #5891AE 99.48%);
}
.home__services .tabs .panes .pane .actions .button--whatsapp span {
  color: #EFF3FA;
  font-size: 18px;
  font-weight: 400;
}
.home__services .tabs .panes .pane .actions .button--more {
  display: flex;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: linear-gradient(45deg, rgba(0, 87, 149, 0.16) -2.6%, rgba(88, 145, 174, 0.16) 99.48%);
}
.home__services .tabs .panes .pane .actions .button--more span {
  font-size: 18px;
  font-weight: 400;
  background: linear-gradient(45deg, #005795 -2.6%, #5891AE 99.48%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1200px) {
  .home__services {
    padding-top: 225px;
  }
  .home__services .wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
  .home__services .tabs {
    flex-direction: column;
    gap: 58px;
  }
  .home__services .tabs .selectors {
    flex-direction: row;
    overflow-x: scroll;
    padding-bottom: 12px;
    scrollbar-gutter: stable;
    -webkit-overflow-scrolling: touch;
  }
  .home__services .tabs .selectors .button {
    width: fit-content;
    min-width: 210px;
    padding: 16px;
  }
  .home__services .tabs .panes {
    flex-grow: 1;
  }
  .home__services .tabs .panes .pane .heading {
    flex-direction: column;
    gap: 16px;
    align-items: center;
  }
  .home__services .tabs .panes .pane .heading .title {
    line-height: normal;
  }
  .home__services .tabs .panes .pane .heading .text {
    text-align: center;
  }
  .home__services .tabs .panes .pane .actions {
    grid-template-columns: 1fr;
  }
}
.home__diferentials {
  padding-top: 96px;
  padding-bottom: 96px;
  background-color: #E6EDFA;
}
.home__diferentials .wrapper {
  width: 100%;
  max-width: 1124px;
  margin-left: auto;
  margin-right: auto;
}
.home__diferentials .heading {
  margin-bottom: 32px;
}
.home__diferentials .heading .eyebrow {
  margin-bottom: 16px;
  width: fit-content;
  padding: 8px 16px;
  border-radius: 8px;
  background: linear-gradient(45deg, rgba(0, 87, 149, 0.24) -2.6%, rgba(88, 145, 174, 0.24) 99.48%);
  margin-left: auto;
  margin-right: auto;
}
.home__diferentials .heading .eyebrow span {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.88px;
  background: linear-gradient(45deg, #005795 -2.6%, #5891AE 99.48%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}
.home__diferentials .heading .title {
  color: #021627;
  font-size: 48px;
  font-weight: 500;
  text-align: center;
}
.home__diferentials .boxes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 281px;
  gap: 19px;
}
.home__diferentials .boxes .box {
  border-radius: 8px;
  background: #F7F9FD;
  padding: 24px;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.09);
  border-bottom: 8px solid #005795;
}
.home__diferentials .boxes .box .icon {
  margin-left: auto;
  margin-right: auto;
}
.home__diferentials .boxes .box .name {
  color: #021627;
  font-size: 18px;
  font-weight: 500;
  margin-top: 12px;
  margin-bottom: 12px;
  text-align: center;
}
.home__diferentials .boxes .box .text {
  color: #666666;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .home__diferentials .wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
  .home__diferentials .boxes {
    grid-template-columns: 1fr;
    grid-auto-rows: initial;
  }
}
.home__portfolio {
  padding-top: 96px;
  padding-bottom: 96px;
}
.home__portfolio .wrapper {
  width: 100%;
  max-width: 1124px;
  margin-left: auto;
  margin-right: auto;
}
.home__portfolio .heading {
  margin-bottom: 32px;
}
.home__portfolio .heading .eyebrow {
  margin-bottom: 16px;
  width: fit-content;
  padding: 8px 16px;
  border-radius: 8px;
  background: linear-gradient(45deg, rgba(0, 87, 149, 0.24) -2.6%, rgba(88, 145, 174, 0.24) 99.48%);
  margin-left: auto;
  margin-right: auto;
}
.home__portfolio .heading .eyebrow span {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.88px;
  background: linear-gradient(45deg, #005795 -2.6%, #5891AE 99.48%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}
.home__portfolio .heading .title {
  color: #021627;
  font-size: 48px;
  font-weight: 500;
  text-align: center;
  padding-bottom: 8px;
}
.home__portfolio .heading .description {
  color: #666666;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}
.home__portfolio .actions {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.home__portfolio .actions .selectors {
  display: flex;
  align-items: center;
  gap: 8px;
  width: max-content;
  flex-shrink: 0;
}
.home__portfolio .actions .selectors .button {
  padding: 8px 16px;
  border-radius: 8px;
  background: linear-gradient(45deg, rgba(0, 87, 149, 0.16) -2.6%, rgba(88, 145, 174, 0.16) 99.48%);
  transition: all 0.25s linear;
}
.home__portfolio .actions .selectors .button span {
  font-size: 16px;
  font-weight: 400;
  background: linear-gradient(45deg, #005795 -2.6%, #5891AE 99.48%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home__portfolio .actions .selectors .button.is--active {
  background: linear-gradient(45deg, #005795 -2.6%, #5891AE 99.48%);
}
.home__portfolio .actions .selectors .button.is--active span {
  background: none;
  background-clip: initial;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: inherit;
  color: #EFF3FA;
}
.home__portfolio .actions .selectors .button:hover {
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.09);
}
.home__portfolio .actions .button--download {
  border-radius: 8px;
  background: linear-gradient(45deg, #005795 -2.6%, #5891AE 99.48%);
  color: #D0E0EF;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}
.home__portfolio .panes .pane {
  display: none;
}
.home__portfolio .panes .pane.is--active {
  display: block;
}
.home__portfolio .panes .modal__case .backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(75, 85, 99, 0.4);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(4px);
  border-radius: 8px;
}
.home__portfolio .panes .modal__case .backdrop .content {
  padding-top: 60px;
  padding-bottom: 60px;
  width: 100%;
  max-width: 1118px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  background-color: #EFF3FA;
  border-radius: 8px;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.09);
}
.home__portfolio .panes .modal__case .backdrop .content .heading {
  position: relative;
  margin-bottom: 29px;
  margin-left: 79px;
  margin-right: 79px;
}
.home__portfolio .panes .modal__case .backdrop .content .heading .subtitle {
  margin-bottom: 19px;
  color: #021627;
  font-size: 32px;
  font-weight: 500;
}
.home__portfolio .panes .modal__case .backdrop .content .heading .info {
  display: flex;
  align-items: center;
  gap: 12px;
}
.home__portfolio .panes .modal__case .backdrop .content .heading .info .detail {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #7A7A7A;
  font-size: 16px;
}
.home__portfolio .panes .modal__case .backdrop .content .heading .button--close {
  position: absolute;
  top: 5px;
  right: 0;
  padding: 8px;
  border-radius: 24px;
  transition: all 0.15s linear;
  border: 1px solid transparent;
}
.home__portfolio .panes .modal__case .backdrop .content .heading .button--close:hover {
  border-color: #5891AE;
  border-radius: 8px;
}
.home__portfolio .panes .modal__case .backdrop .content .splide {
  display: block;
}
.home__portfolio .panes .modal__case .backdrop .content .splide .splide__pagination {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.home__portfolio .panes .modal__case .backdrop .content .splide .splide__pagination .splide__dot {
  width: 8px;
  height: 8px;
  background: transparent;
  border-radius: 50%;
  border: 1px solid #666666;
}
.home__portfolio .panes .modal__case .backdrop .content .splide .splide__pagination .splide__dot.is-active {
  background: #666666;
}
.home__portfolio .panes .modal__case .backdrop .content .splide .cover {
  width: 100%;
  max-width: 413px;
  height: 305px;
  object-fit: cover;
  border-radius: 8px;
}
@media (max-width: 1200px) {
  .home__portfolio .panes .modal__case .backdrop {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .home__portfolio .panes .modal__case .backdrop .content {
    padding-top: 37px;
    padding-bottom: 37px;
  }
  .home__portfolio .panes .modal__case .backdrop .content .heading {
    margin-left: 9px;
    margin-right: 9px;
    margin-bottom: 32px;
  }
  .home__portfolio .panes .modal__case .backdrop .content .heading .subtitle {
    max-width: 249px;
  }
  .home__portfolio .panes .modal__case .backdrop .content .splide .cover {
    max-width: 310px;
  }
}
.home__portfolio .cases__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 24px;
}
.home__portfolio .cases__grid .case {
  position: relative;
  border-radius: 8px;
  border: 1px solid #D0DCF0;
  background: #EFF3FA;
  cursor: pointer;
  transition: all 0.25s linear;
}
.home__portfolio .cases__grid .case .tag__upper {
  padding: 4px 8px;
  border-radius: 8px;
  background: linear-gradient(45deg, #005795 -2.6%, #5891AE 99.48%);
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
}
.home__portfolio .cases__grid .case .tag__upper span {
  color: #EFF3FA;
}
.home__portfolio .cases__grid .case .cover {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 160px;
}
.home__portfolio .cases__grid .case .cover .image {
  border-radius: 8px 8px 0px 0px;
  height: 160px;
  width: 100%;
  transition: all 0.25s linear;
  object-fit: cover;
}
.home__portfolio .cases__grid .case .cover .overlay {
  border-radius: 8px 8px 0px 0px;
  height: 160px;
  width: 100%;
  transition: all 0.25s linear;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(2, 22, 39, 0.32);
}
.home__portfolio .cases__grid .case .info {
  padding: 24px;
}
.home__portfolio .cases__grid .case .info .name {
  color: #021627;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
}
.home__portfolio .cases__grid .case .info .detail {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #7A7A7A;
  font-size: 16px;
  margin-bottom: 8px;
}
.home__portfolio .cases__grid .case .info .detail:last-of-type {
  margin-bottom: 0;
}
.home__portfolio .cases__grid .case .info .tags {
  margin-top: 24px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
}
.home__portfolio .cases__grid .case .info .tags .tag {
  padding: 4px 8px;
  border-radius: 8px;
  background: linear-gradient(45deg, rgba(0, 87, 149, 0.16) -2.6%, rgba(88, 145, 174, 0.16) 99.48%);
  white-space: nowrap;
}
.home__portfolio .cases__grid .case .info .tags .tag span {
  font-size: 12px;
  font-weight: 500;
  background: linear-gradient(45deg, #005795 -2.6%, #5891AE 99.48%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home__portfolio .cases__grid .case:hover {
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.09);
}
.home__portfolio .cases__grid .case:hover .cover .image {
  transform: scale(1.06);
}
.home__portfolio .cases__grid .case:hover .cover .overlay {
  opacity: 1;
}
.home__portfolio .splide {
  display: none;
}
.home__portfolio .splide .splide__pagination {
  margin-top: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.home__portfolio .splide .splide__pagination .splide__dot {
  width: 8px;
  height: 8px;
  background: transparent;
  border-radius: 50%;
  border: 1px solid #666666;
}
.home__portfolio .splide .splide__pagination .splide__dot.is-active {
  background: #666666;
}
.home__portfolio .splide .case {
  position: relative;
  border-radius: 8px;
  border: 1px solid #D0DCF0;
  background: #EFF3FA;
  cursor: pointer;
  transition: all 0.25s linear;
}
.home__portfolio .splide .case .tag__upper {
  padding: 4px 8px;
  border-radius: 8px;
  background: linear-gradient(45deg, #005795 -2.6%, #5891AE 99.48%);
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
}
.home__portfolio .splide .case .tag__upper span {
  color: #EFF3FA;
}
.home__portfolio .splide .case .cover {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 160px;
}
.home__portfolio .splide .case .cover .image {
  border-radius: 8px 8px 0px 0px;
  height: 160px;
  width: 100%;
  transition: all 0.25s linear;
  object-fit: cover;
}
.home__portfolio .splide .case .cover .overlay {
  border-radius: 8px 8px 0px 0px;
  height: 160px;
  width: 100%;
  transition: all 0.25s linear;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(2, 22, 39, 0.32);
}
.home__portfolio .splide .case .info {
  padding: 24px;
}
.home__portfolio .splide .case .info .name {
  color: #021627;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
}
.home__portfolio .splide .case .info .detail {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #7A7A7A;
  font-size: 16px;
  margin-bottom: 8px;
}
.home__portfolio .splide .case .info .detail:last-of-type {
  margin-bottom: 0;
}
.home__portfolio .splide .case .info .tags {
  margin-top: 24px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
}
.home__portfolio .splide .case .info .tags .tag {
  padding: 4px 8px;
  border-radius: 8px;
  background: linear-gradient(45deg, rgba(0, 87, 149, 0.16) -2.6%, rgba(88, 145, 174, 0.16) 99.48%);
  white-space: nowrap;
}
.home__portfolio .splide .case .info .tags .tag span {
  font-size: 12px;
  font-weight: 500;
  background: linear-gradient(45deg, #005795 -2.6%, #5891AE 99.48%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home__portfolio .splide .case:hover {
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.09);
}
.home__portfolio .splide .case:hover .cover .image {
  transform: scale(1.06);
}
.home__portfolio .splide .case:hover .cover .overlay {
  opacity: 1;
}
@media (max-width: 1200px) {
  .home__portfolio {
    overflow: hidden;
  }
  .home__portfolio .actions {
    min-width: 0;
    overflow-x: scroll;
    padding-bottom: 12px;
    scrollbar-gutter: stable;
    -webkit-overflow-scrolling: touch;
    padding-left: 16px;
    padding-right: 16px;
    justify-content: flex-start;
    width: 100%;
  }
  .home__portfolio .actions .selectors {
    width: max-content;
    justify-content: flex-start;
    flex-shrink: 0;
  }
  .home__portfolio .heading,
  .home__portfolio .cases,
  .home__portfolio .splide {
    padding-left: 16px;
    padding-right: 16px;
  }
  .home__portfolio .cases__grid {
    display: none;
  }
  .home__portfolio .splide {
    display: block;
  }
}
.home__about {
  padding-top: 138px;
  padding-bottom: 138px;
  background: linear-gradient(42deg, #005795 42.34%, #5891AE 102.77%);
}
.home__about .wrapper {
  width: 100%;
  max-width: 1124px;
  margin-left: auto;
  margin-right: auto;
}
.home__about .heading {
  margin-bottom: 40px;
}
.home__about .heading .eyebrow {
  margin-bottom: 16px;
  width: fit-content;
  padding: 8px 16px;
  border-radius: 8px;
  background: linear-gradient(45deg, rgba(0, 87, 149, 0.24) -2.6%, rgba(88, 145, 174, 0.24) 99.48%);
  background: rgba(239, 243, 250, 0.24);
}
.home__about .heading .eyebrow span {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.88px;
  background: linear-gradient(45deg, #005795 -2.6%, #5891AE 99.48%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}
.home__about .heading .eyebrow span {
  color: #EFF3FA;
  background: none;
  background-clip: initial;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: inherit;
}
.home__about .heading .content {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 40px;
}
.home__about .heading .content .title {
  color: #EFF3FA;
  font-size: 40px;
  font-weight: 500;
}
.home__about .heading .content .text {
  color: #CCCCCC;
  font-size: 18px;
}
.home__about .core {
  display: grid;
  grid-template-columns: 1fr 618px;
  gap: 40px;
}
.home__about .core .box__ceo {
  border-radius: 8px;
  background: #F7F9FD;
  padding: 24px;
  border: 1px solid rgba(239, 243, 250, 0.24);
  background: rgba(239, 243, 250, 0.16);
  text-align: center;
}
.home__about .core .box__ceo .avatar {
  width: 119px;
  height: 119px;
  border-radius: 50%;
  object-fit: cover;
  object-position: top center;
  margin-left: auto;
  margin-right: auto;
}
.home__about .core .box__ceo .name {
  margin-top: 24px;
  color: #EFF3FA;
  font-size: 24px;
  font-weight: 500;
}
.home__about .core .box__ceo .role {
  margin-top: 8px;
  margin-bottom: 16px;
  color: #CBCCCD;
  font-size: 18px;
}
.home__about .core .box__ceo .text {
  color: #EFF3FA;
  font-size: 16px;
}
.home__about .core .grid__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.home__about .core .grid__content .caption {
  color: #EFF3FA;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 3.36px;
  text-transform: uppercase;
}
.home__about .core .grid__content .grid__values {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.home__about .core .grid__content .grid__values p {
  border-radius: 8px;
  background: #F7F9FD;
  padding: 24px;
  border: 1px solid rgba(239, 243, 250, 0.24);
  background: rgba(239, 243, 250, 0.16);
  display: flex;
  align-items: center;
  gap: 8px;
  color: #EFF3FA;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
}
.home__about .core .grid__content .grid__statistics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.home__about .core .grid__content .grid__statistics p {
  border-radius: 8px;
  background: #F7F9FD;
  padding: 24px;
  border: 1px solid rgba(239, 243, 250, 0.24);
  background: rgba(239, 243, 250, 0.16);
  display: flex;
  align-items: center;
  gap: 8px;
  color: #EFF3FA;
  flex-direction: column;
  align-items: flex-start;
  padding: 36px 32px;
  line-height: initial;
}
.home__about .core .grid__content .grid__statistics p span {
  display: block;
}
.home__about .core .grid__content .grid__statistics p .number {
  color: #77CCFF;
  font-size: 40px;
  font-weight: 700;
}
.home__about .core .grid__content .grid__statistics p .text {
  font-size: 18px;
}
.home__about .grid__brands {
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
}
.home__about .grid__brands .subtitle {
  color: #EFF3FA;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 3.36px;
  text-transform: uppercase;
  text-align: center;
  grid-column: span 5;
}
.home__about .grid__brands .brand {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1200px) {
  .home__about {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .home__about .wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
  .home__about .heading .eyebrow {
    margin-left: auto;
    margin-right: auto;
  }
  .home__about .heading .content {
    grid-template-columns: 1fr;
    gap: 24px;
    text-align: center;
  }
  .home__about .heading .content .title {
    font-size: 32px;
  }
  .home__about .core {
    grid-template-columns: 1fr;
  }
  .home__about .core .box__ceo {
    padding-bottom: 34px;
  }
  .home__about .core .grid__content .caption {
    text-align: center;
  }
  .home__about .core .grid__content .grid__values,
  .home__about .core .grid__content .grid__statistics {
    grid-template-columns: 1fr;
  }
  .home__about .core .grid__content p {
    text-align: center;
  }
  .home__about .grid__brands {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 21px;
    column-gap: 16px;
  }
  .home__about .grid__brands .subtitle {
    grid-column: span 3;
  }
  .home__about .grid__brands .brand img {
    max-height: 35px;
    max-width: 79px;
    object-fit: contain;
  }
}
/**
 * Testimonials
 * --------------
 * - O height, implícito, é a altura do slide 
 *   com mais texto. Evita layout shift.
 */
.home__testimonials {
  padding-top: 96px;
  padding-bottom: 96px;
  background-color: #E6EDFA;
}
.home__testimonials .wrapper {
  width: 100%;
  max-width: 1124px;
  margin-left: auto;
  margin-right: auto;
}
.home__testimonials .testimonial {
  text-align: center;
  width: 100%;
  max-width: 748px;
  margin-left: auto;
  margin-right: auto;
}
.home__testimonials .testimonial .icon {
  margin-left: auto;
  margin-right: auto;
}
.home__testimonials .testimonial .name {
  margin-top: 19px;
  margin-bottom: 8px;
  color: #1E5995;
  font-size: 24px;
  font-weight: 500;
}
.home__testimonials .testimonial .role {
  margin-bottom: 30px;
  color: #898C8F;
  font-size: 18px;
  font-weight: 400;
}
.home__testimonials .testimonial .text {
  color: #777A7D;
  font-size: 18px;
  font-weight: 400;
}
.home__testimonials .splide .splide__arrows {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home__testimonials .splide .splide__arrows .splide__arrow--prev,
.home__testimonials .splide .splide__arrows .splide__arrow--next {
  padding: 8px;
  border-radius: 24px;
  transition: all 0.25s linear;
}
.home__testimonials .splide .splide__arrows .splide__arrow--prev:hover,
.home__testimonials .splide .splide__arrows .splide__arrow--next:hover {
  background: rgba(2, 22, 39, 0.16);
  backdrop-filter: blur(8px);
  border-radius: 8px;
}
.home__testimonials .splide .splide__arrows .splide__arrow--prev:hover img,
.home__testimonials .splide .splide__arrows .splide__arrow--next:hover img {
  filter: brightness(0) saturate(100%) invert(90%) sepia(2%) saturate(1826%) hue-rotate(195deg) brightness(108%) contrast(96%);
}
.home__testimonials .splide .splide__arrows .splide__arrow--prev[disabled],
.home__testimonials .splide .splide__arrows .splide__arrow--next[disabled] {
  opacity: 0.5;
}
.home__testimonials .splide .splide__arrows .splide__arrow--prev[disabled]:hover,
.home__testimonials .splide .splide__arrows .splide__arrow--next[disabled]:hover {
  background: rgba(2, 22, 39, 0.08);
  backdrop-filter: blur(8px);
  border-radius: 8px;
}
.home__testimonials .splide .splide__pagination {
  margin-top: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.home__testimonials .splide .splide__pagination .splide__dot {
  width: 8px;
  height: 8px;
  background: transparent;
  border-radius: 50%;
  border: 1px solid #666666;
}
.home__testimonials .splide .splide__pagination .splide__dot.is-active {
  background: #666666;
}
.home__testimonials .splide .splide__relative {
  position: relative;
}
.home__testimonials .splide .splide__relative .splide___track {
  position: relative;
  z-index: 1;
}
.home__testimonials .splide .splide__relative .splide__arrows {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
@media (max-width: 1200px) {
  .home__testimonials {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .home__testimonials .testimonial {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.home__blog {
  padding-top: 96px;
  padding-bottom: 96px;
}
.home__blog .wrapper {
  width: 100%;
  max-width: 1124px;
  margin-left: auto;
  margin-right: auto;
}
.home__blog .heading {
  display: grid;
  grid-template-columns: 8fr 2fr;
  gap: 16px;
  margin-bottom: 32px;
}
.home__blog .heading .eyebrow {
  grid-column: span 2;
}
.home__blog .heading .button {
  justify-self: end;
  align-self: last baseline;
}
@media (max-width: 1200px) {
  .home__blog .heading {
    display: grid;
    grid-template-columns: 1fr;
  }
  .home__blog .heading .eyebrow {
    grid-column: span 1;
  }
}
.home__blog .heading .eyebrow {
  margin-bottom: 16px;
  width: fit-content;
  padding: 8px 16px;
  border-radius: 8px;
  background: linear-gradient(45deg, rgba(0, 87, 149, 0.24) -2.6%, rgba(88, 145, 174, 0.24) 99.48%);
  margin-bottom: 0;
}
.home__blog .heading .eyebrow span {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.88px;
  background: linear-gradient(45deg, #005795 -2.6%, #5891AE 99.48%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}
.home__blog .heading .title {
  color: #021627;
  font-size: 48px;
  font-weight: 500;
}
.home__blog .heading .button {
  display: flex;
  padding: 8px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: linear-gradient(45deg, rgba(0, 87, 149, 0.16) -2.6%, rgba(88, 145, 174, 0.16) 99.48%);
}
.home__blog .heading .button span {
  background: linear-gradient(45deg, #005795 -2.6%, #5891AE 99.48%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home__blog .post__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 19px;
}
.home__blog .post__list .post {
  border-radius: 8px;
  border: 1px solid #D0DCF0;
  background: #EFF3FA;
  height: 317px;
  width: 100%;
}
.home__blog .post__list .post .cover {
  height: 160px;
  width: 100%;
  object-fit: cover;
  border-radius: 8px 8px 0px 0px;
}
.home__blog .post__list .post .post__info {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 24px;
  padding-inline: 24px;
}
.home__blog .post__list .post .post__info .post__title {
  color: #021627;
  font-size: 18px;
  font-weight: 500;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home__blog .post__list .post .post__info .post__tags {
  display: flex;
  align-items: center;
  gap: 4px;
}
.home__blog .post__list .post .post__info .post__tags .tag {
  padding: 4px 8px;
  border-radius: 8px;
  background: linear-gradient(45deg, rgba(0, 87, 149, 0.16) -2.6%, rgba(88, 145, 174, 0.16) 99.48%);
  white-space: nowrap;
}
.home__blog .post__list .post .post__info .post__tags .tag span {
  font-size: 12px;
  font-weight: 500;
  background: linear-gradient(45deg, #005795 -2.6%, #5891AE 99.48%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home__blog .post__list .post:hover {
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.09);
}
.home__blog .splide {
  display: none;
}
.home__blog .splide .splide__pagination {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.home__blog .splide .splide__pagination .splide__dot {
  width: 8px;
  height: 8px;
  background: transparent;
  border-radius: 50%;
  border: 1px solid #666666;
}
.home__blog .splide .splide__pagination .splide__dot.is-active {
  background: #666666;
}
.home__blog .splide .post {
  border-radius: 8px;
  border: 1px solid #D0DCF0;
  background: #EFF3FA;
  height: 317px;
  width: 100%;
}
.home__blog .splide .post .cover {
  height: 160px;
  width: 100%;
  object-fit: cover;
  border-radius: 8px 8px 0px 0px;
}
.home__blog .splide .post .post__info {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 24px;
  padding-inline: 24px;
}
.home__blog .splide .post .post__info .post__title {
  color: #021627;
  font-size: 18px;
  font-weight: 500;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home__blog .splide .post .post__info .post__tags {
  display: flex;
  align-items: center;
  gap: 4px;
}
.home__blog .splide .post .post__info .post__tags .tag {
  padding: 4px 8px;
  border-radius: 8px;
  background: linear-gradient(45deg, rgba(0, 87, 149, 0.16) -2.6%, rgba(88, 145, 174, 0.16) 99.48%);
  white-space: nowrap;
}
.home__blog .splide .post .post__info .post__tags .tag span {
  font-size: 12px;
  font-weight: 500;
  background: linear-gradient(45deg, #005795 -2.6%, #5891AE 99.48%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home__blog .splide .post:hover {
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.09);
}
.home__blog .footer {
  display: none;
}
@media (max-width: 1200px) {
  .home__blog {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .home__blog .wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
  .home__blog .heading {
    text-align: center;
  }
  .home__blog .heading .eyebrow {
    margin-left: auto;
    margin-right: auto;
  }
  .home__blog .heading .title {
    font-size: 40px;
  }
  .home__blog .heading .button {
    display: none;
  }
  .home__blog .post__list {
    display: none;
  }
  .home__blog .splide {
    display: block;
  }
  .home__blog .footer {
    margin-top: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .home__blog .footer .button {
    display: flex;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: linear-gradient(45deg, rgba(0, 87, 149, 0.16) -2.6%, rgba(88, 145, 174, 0.16) 99.48%);
    width: 100%;
  }
  .home__blog .footer .button span {
    background: linear-gradient(45deg, #005795 -2.6%, #5891AE 99.48%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.home__sustainability {
  padding-top: 96px;
  padding-bottom: 96px;
}
.home__sustainability .shadow {
  position: absolute;
  z-index: 2;
  bottom: 160px;
  border-radius: 74px;
  background: rgba(2, 22, 39, 0.24);
  filter: blur(120px);
  width: 1097px;
  height: 64px;
}
.home__sustainability .wrapper {
  position: relative;
}
.home__sustainability .wrapper .shell {
  width: 100%;
  max-width: 1124px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 3;
}
.home__sustainability .background {
  position: absolute;
  z-index: 1;
  right: 24px;
  top: 0;
}
.home__sustainability .heading {
  margin-left: 24px;
  margin-right: 24px;
  margin-bottom: 46px;
  max-width: 416px;
}
.home__sustainability .heading .eyebrow {
  margin-bottom: 16px;
  width: fit-content;
  padding: 8px 16px;
  border-radius: 8px;
  background: linear-gradient(45deg, rgba(0, 87, 149, 0.24) -2.6%, rgba(88, 145, 174, 0.24) 99.48%);
  background: rgba(36, 159, 25, 0.24);
}
.home__sustainability .heading .eyebrow span {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.88px;
  background: linear-gradient(45deg, #005795 -2.6%, #5891AE 99.48%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}
.home__sustainability .heading .eyebrow span {
  color: #249F19;
  background: none;
  background-clip: initial;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: inherit;
}
.home__sustainability .heading .title {
  color: #021627;
  font-size: 48px;
  font-weight: 500;
  padding-bottom: 8px;
}
.home__sustainability .heading .description {
  color: #666666;
  font-size: 18px;
  font-weight: 400;
}
.home__sustainability .boxes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 265px;
  gap: 12px;
}
.home__sustainability .boxes .box {
  border-radius: 8px;
  background: #F7F9FD;
  padding: 24px;
}
.home__sustainability .boxes .box .name {
  margin-top: 23px;
  margin-bottom: 14px;
  color: #021627;
  font-size: 18px;
  font-weight: 500;
  font-size: 20px;
}
.home__sustainability .boxes .box .text {
  color: #666666;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .home__sustainability {
    padding-top: 73px;
    padding-bottom: 116px;
  }
  .home__sustainability .wrapper {
    padding-bottom: 343px;
  }
  .home__sustainability .shadow {
    bottom: 303px;
    width: 295px;
    height: 859px;
    left: 40px;
    right: 40px;
  }
  .home__sustainability .background {
    top: initial;
    bottom: 0;
    left: 0;
    right: 0;
    width: fit-content;
    object-fit: cover;
  }
  .home__sustainability .heading {
    padding-left: 40px;
    padding-right: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 23px;
    text-align: center;
  }
  .home__sustainability .heading .eyebrow {
    margin-left: auto;
    margin-right: auto;
  }
  .home__sustainability .heading .title {
    font-size: 40px;
  }
  .home__sustainability .boxes {
    padding-left: 16px;
    padding-right: 16px;
    grid-template-columns: 1fr;
    grid-auto-rows: initial;
  }
}
.home__work {
  padding-top: 96px;
  padding-bottom: 96px;
  width: 100%;
  max-width: 1124px;
  margin-left: auto;
  margin-right: auto;
}
.home__work .wrapper .heading {
  margin-bottom: 40px;
}
.home__work .wrapper .heading .eyebrow {
  margin-bottom: 16px;
  width: fit-content;
  padding: 8px 16px;
  border-radius: 8px;
  background: linear-gradient(45deg, rgba(0, 87, 149, 0.24) -2.6%, rgba(88, 145, 174, 0.24) 99.48%);
  margin-left: auto;
  margin-right: auto;
}
.home__work .wrapper .heading .eyebrow span {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.88px;
  background: linear-gradient(45deg, #005795 -2.6%, #5891AE 99.48%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}
.home__work .wrapper .heading .title {
  color: #021627;
  font-size: 48px;
  font-weight: 500;
  padding-bottom: 8px;
  text-align: center;
}
.home__work .wrapper .heading .description {
  color: #666666;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}
.home__work .wrapper .grid {
  display: grid;
  grid-template-columns: 518px 550px;
  gap: 56px;
}
.home__work .wrapper .grid .content {
  max-width: 100%;
}
.home__work .wrapper .grid .content .perks {
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.home__work .wrapper .grid .content .perks .subtitle {
  color: #021627;
  font-size: 32px;
  font-weight: 500;
}
.home__work .wrapper .grid .content .perks .box {
  border-radius: 8px;
  background: #F7F9FD;
  padding: 16px;
  display: flex;
  align-items: center;
  width: 100%;
  gap: 18px;
}
.home__work .wrapper .grid .content .perks .box .content .name {
  color: #021627;
  font-size: 18px;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 8px;
}
.home__work .wrapper .grid .content .perks .box .content .text {
  color: #666666;
  font-size: 18px;
  font-weight: 400;
}
.home__work .wrapper .grid .content .areas {
  padding: 24px;
  border-radius: 8px;
  border: 1px solid #1E5995;
  background: rgba(30, 89, 149, 0.16);
}
.home__work .wrapper .grid .content .areas .subtitle {
  margin-bottom: 16px;
  color: #1E5995;
  font-size: 24px;
  font-weight: 500;
}
.home__work .wrapper .grid .content .areas .list {
  color: #1E5995;
  font-size: 20px;
  line-height: 200%;
}
.home__work .wrapper .grid .form {
  border-radius: 8px;
  background: #F7F9FD;
  padding: 24px;
}
.home__work .wrapper .grid .form .subtitle {
  color: #021627;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 24px;
}
.home__work .wrapper .grid .form .list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.home__work .wrapper .grid .form .list label {
  margin-bottom: 8px;
  margin-left: 8px;
  color: #021627;
  font-size: 14px;
  font-weight: 400;
}
.home__work .wrapper .grid .form .list input {
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #B0C1D2;
  font-size: 14px;
  font-weight: 400;
  outline: 0;
  color: #021627;
  transition: all 0.25s linear;
  width: 100%;
}
.home__work .wrapper .grid .form .list input::placeholder {
  color: #898C8F;
}
.home__work .wrapper .grid .form .list input:focus-within {
  border-color: #1E5995;
}
.home__work .wrapper .grid .form .list input:hover {
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.09);
}
.home__work .wrapper .grid .form .list select {
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #B0C1D2;
  font-size: 14px;
  font-weight: 400;
  outline: 0;
  color: #021627;
  transition: all 0.25s linear;
  width: 100%;
}
.home__work .wrapper .grid .form .list select::placeholder {
  color: #898C8F;
}
.home__work .wrapper .grid .form .list select:focus-within {
  border-color: #1E5995;
}
.home__work .wrapper .grid .form .list select:hover {
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.09);
}
.home__work .wrapper .grid .form .list option {
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #B0C1D2;
  font-size: 14px;
  font-weight: 400;
  outline: 0;
  color: #021627;
  transition: all 0.25s linear;
}
.home__work .wrapper .grid .form .list option::placeholder {
  color: #898C8F;
}
.home__work .wrapper .grid .form .list option:focus-within {
  border-color: #1E5995;
}
.home__work .wrapper .grid .form .list option:hover {
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.09);
}
.home__work .wrapper .grid .form .list textarea {
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #B0C1D2;
  font-size: 14px;
  font-weight: 400;
  outline: 0;
  color: #021627;
  transition: all 0.25s linear;
  height: 107px;
  min-height: 107px;
  resize: vertical;
  width: 100%;
}
.home__work .wrapper .grid .form .list textarea::placeholder {
  color: #898C8F;
}
.home__work .wrapper .grid .form .list textarea:focus-within {
  border-color: #1E5995;
}
.home__work .wrapper .grid .form .list textarea:hover {
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.09);
}
.home__work .wrapper .grid .form .list button {
  display: flex;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: linear-gradient(45deg, #005795 -2.6%, #5891AE 99.48%);
  width: 100%;
}
.home__work .wrapper .grid .form .list button span {
  color: #EFF3FA;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .home__work {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .home__work .wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
  .home__work .wrapper .grid {
    grid-template-columns: 1fr;
  }
  .home__work .wrapper .grid .content .perks .subtitle {
    text-align: center;
  }
}
.home__contact {
  background-color: #E6EDFA;
  padding-top: 96px;
  padding-bottom: 96px;
}
.home__contact .wrapper {
  width: 100%;
  max-width: 1124px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 550px 1fr;
  gap: 68px;
}
.home__contact .form {
  border-radius: 8px;
  background: #F7F9FD;
  padding: 24px;
}
.home__contact .form .subtitle {
  color: #021627;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 24px;
}
.home__contact .form .list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.home__contact .form .list label {
  margin-bottom: 8px;
  margin-left: 8px;
  color: #021627;
  font-size: 14px;
  font-weight: 400;
}
.home__contact .form .list input {
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #B0C1D2;
  font-size: 14px;
  font-weight: 400;
  outline: 0;
  color: #021627;
  transition: all 0.25s linear;
  width: 100%;
}
.home__contact .form .list input::placeholder {
  color: #898C8F;
}
.home__contact .form .list input:focus-within {
  border-color: #1E5995;
}
.home__contact .form .list input:hover {
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.09);
}
.home__contact .form .list select {
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #B0C1D2;
  font-size: 14px;
  font-weight: 400;
  outline: 0;
  color: #021627;
  transition: all 0.25s linear;
  width: 100%;
}
.home__contact .form .list select::placeholder {
  color: #898C8F;
}
.home__contact .form .list select:focus-within {
  border-color: #1E5995;
}
.home__contact .form .list select:hover {
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.09);
}
.home__contact .form .list option {
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #B0C1D2;
  font-size: 14px;
  font-weight: 400;
  outline: 0;
  color: #021627;
  transition: all 0.25s linear;
}
.home__contact .form .list option::placeholder {
  color: #898C8F;
}
.home__contact .form .list option:focus-within {
  border-color: #1E5995;
}
.home__contact .form .list option:hover {
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.09);
}
.home__contact .form .list textarea {
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #B0C1D2;
  font-size: 14px;
  font-weight: 400;
  outline: 0;
  color: #021627;
  transition: all 0.25s linear;
  height: 107px;
  min-height: 107px;
  resize: vertical;
  width: 100%;
}
.home__contact .form .list textarea::placeholder {
  color: #898C8F;
}
.home__contact .form .list textarea:focus-within {
  border-color: #1E5995;
}
.home__contact .form .list textarea:hover {
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.09);
}
.home__contact .form .list button {
  display: flex;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: linear-gradient(45deg, #005795 -2.6%, #5891AE 99.48%);
  width: 100%;
}
.home__contact .form .list button span {
  color: #EFF3FA;
  font-size: 18px;
  font-weight: 400;
}
.home__contact .information {
  padding-top: 24px;
}
.home__contact .information .subtitle {
  color: #021627;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 35px;
}
.home__contact .information .social {
  margin-bottom: 37px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.home__contact .information .social .box {
  border-radius: 8px;
  background: #F7F9FD;
  padding: 16px;
  display: flex;
  align-items: center;
  width: 100%;
  gap: 24px;
  border-right: 8px solid transparent;
  transition: all 0.25s linear;
}
.home__contact .information .social .box .content .name {
  color: #021627;
  font-size: 18px;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 8px;
}
.home__contact .information .social .box .content .text {
  color: #666666;
  font-size: 18px;
  font-weight: 400;
}
.home__contact .information .social .box:hover {
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.09);
}
.home__contact .information .social .box:hover.style--whatsapp {
  border-right: 8px solid #249F19;
}
.home__contact .information .social .box:hover.style--email {
  border-right: 8px solid #1E5995;
}
.home__contact .information .social .box:hover.style--instagram {
  border-right: 8px solid #FF47AC;
}
.home__contact .information .social .box:hover.style--linkedin {
  border-right: 8px solid #0274B3;
}
.home__contact .information .hours {
  border-radius: 8px;
  background: #F7F9FD;
  background: linear-gradient(45deg, #005795 -2.6%, #5891AE 99.48%);
  padding: 24px;
}
.home__contact .information .hours .subtitle {
  color: #EFF3FA;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 24px;
}
.home__contact .information .hours .list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.home__contact .information .hours .list p {
  display: flex;
  justify-content: space-between;
  color: #EFF3FA;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .home__contact {
    padding-top: 64px;
    padding-bottom: 64px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .home__contact .wrapper {
    grid-template-columns: 1fr;
  }
  .home__contact .information .social .box {
    padding: 16px 0 16px 8px;
    gap: 16px;
  }
  .home__contact .information .social .box .text {
    font-size: 14px;
  }
}
.blog__page {
  padding-top: 106px;
  padding-bottom: 174px;
  width: 100%;
  max-width: 1124px;
  margin-left: auto;
  margin-right: auto;
}
.blog__page .heading {
  margin-bottom: 62px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.blog__page .heading .eyebrow {
  margin-bottom: 16px;
  width: fit-content;
  padding: 8px 16px;
  border-radius: 8px;
  background: linear-gradient(45deg, rgba(0, 87, 149, 0.24) -2.6%, rgba(88, 145, 174, 0.24) 99.48%);
}
.blog__page .heading .eyebrow span {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.88px;
  background: linear-gradient(45deg, #005795 -2.6%, #5891AE 99.48%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}
.blog__page .heading .title {
  color: #021627;
  font-size: 48px;
  font-weight: 500;
  margin-bottom: 8px;
}
.blog__page .heading .description {
  color: #666666;
  font-size: 18px;
  font-weight: 400;
}
.blog__page .categories {
  margin-bottom: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.blog__page .categories a {
  padding: 8px 16px;
  border-radius: 8px;
  background: linear-gradient(45deg, rgba(0, 87, 149, 0.16) -2.6%, rgba(88, 145, 174, 0.16) 99.48%);
  transition: all 0.25s linear;
}
.blog__page .categories a span {
  font-size: 16px;
  font-weight: 400;
  background: linear-gradient(45deg, #005795 -2.6%, #5891AE 99.48%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.blog__page .categories a.is--active {
  background: linear-gradient(45deg, #005795 -2.6%, #5891AE 99.48%);
}
.blog__page .categories a.is--active span {
  background: none;
  background-clip: initial;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: inherit;
  color: #EFF3FA;
}
.blog__page .categories a:hover {
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.09);
}
.blog__page .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 24px;
}
.blog__page .grid .post {
  border-radius: 8px;
  border: 1px solid #D0DCF0;
  background: #EFF3FA;
  height: 317px;
  width: 100%;
}
.blog__page .grid .post .cover {
  height: 160px;
  width: 100%;
  object-fit: cover;
  border-radius: 8px 8px 0px 0px;
}
.blog__page .grid .post .post__info {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 24px;
  padding-inline: 24px;
}
.blog__page .grid .post .post__info .post__title {
  color: #021627;
  font-size: 18px;
  font-weight: 500;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog__page .grid .post .post__info .post__tags {
  display: flex;
  align-items: center;
  gap: 4px;
}
.blog__page .grid .post .post__info .post__tags .tag {
  padding: 4px 8px;
  border-radius: 8px;
  background: linear-gradient(45deg, rgba(0, 87, 149, 0.16) -2.6%, rgba(88, 145, 174, 0.16) 99.48%);
  white-space: nowrap;
}
.blog__page .grid .post .post__info .post__tags .tag span {
  font-size: 12px;
  font-weight: 500;
  background: linear-gradient(45deg, #005795 -2.6%, #5891AE 99.48%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.blog__page .grid .post:hover {
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.09);
}
@media (max-width: 1200px) {
  .blog__page {
    padding-top: 64px;
    padding-bottom: 64px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .blog__page .grid {
    grid-template-columns: 1fr;
  }
}
.blog__post {
  padding-top: 105px;
  padding-bottom: 100px;
  width: 100%;
  max-width: 1124px;
  margin-left: auto;
  margin-right: auto;
}
.blog__post .heading {
  margin-bottom: 50px;
}
.blog__post .heading .title {
  margin-bottom: 26px;
  color: #021627;
  font-size: 48px;
  font-weight: 500;
  font-size: 40px;
  padding-right: 73px;
}
.blog__post .heading .info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}
.blog__post .heading .info .tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
}
.blog__post .heading .info .tags .tag {
  padding: 4px 8px;
  border-radius: 8px;
  background: linear-gradient(45deg, rgba(0, 87, 149, 0.16) -2.6%, rgba(88, 145, 174, 0.16) 99.48%);
  white-space: nowrap;
}
.blog__post .heading .info .tags .tag span {
  font-size: 12px;
  font-weight: 500;
  background: linear-gradient(45deg, #005795 -2.6%, #5891AE 99.48%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.blog__post .heading .info .author {
  font-weight: 500;
  color: #898C8F;
}
.blog__post .intro {
  margin-bottom: 77px;
}
.blog__post .intro .cover {
  width: 100%;
  height: 433px;
  object-fit: cover;
  object-position: center;
  border-radius: 4px;
}
.blog__post .intro .share {
  margin-top: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 58px;
  gap: 24px;
}
.blog__post .intro .share .button {
  width: 100%;
  border-radius: 4px;
  background-color: #EEEFF0;
  transition: all 0.25s linear;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog__post .intro .share .button:hover {
  background-color: #E6EDFA;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.09);
}
@media (max-width: 1200px) {
  .blog__post .intro .share {
    gap: 12px;
  }
}
.blog__post .content {
  padding-left: 16px;
  padding-right: 16px;
  color: #4B5563;
  font-size: 16px;
  line-height: 120%;
}
@media (max-width: 1200px) {
  .blog__post {
    padding-top: 64px;
    padding-bottom: 64px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .blog__post .heading .title {
    font-size: 28px;
    padding-right: 0;
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
  }
  .blog__post .intro {
    margin-bottom: 32px;
  }
}
.post__related {
  padding-bottom: 100px;
  width: 100%;
  max-width: 1124px;
  margin-left: auto;
  margin-right: auto;
}
.post__related .title {
  color: #021627;
  font-size: 48px;
  font-weight: 500;
  margin-bottom: 29px;
}
.post__related .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 24px;
}
.post__related .grid .post {
  border-radius: 8px;
  border: 1px solid #D0DCF0;
  background: #EFF3FA;
  height: 317px;
  width: 100%;
}
.post__related .grid .post .cover {
  height: 160px;
  width: 100%;
  object-fit: cover;
  border-radius: 8px 8px 0px 0px;
}
.post__related .grid .post .post__info {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 24px;
  padding-inline: 24px;
}
.post__related .grid .post .post__info .post__title {
  color: #021627;
  font-size: 18px;
  font-weight: 500;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.post__related .grid .post .post__info .post__tags {
  display: flex;
  align-items: center;
  gap: 4px;
}
.post__related .grid .post .post__info .post__tags .tag {
  padding: 4px 8px;
  border-radius: 8px;
  background: linear-gradient(45deg, rgba(0, 87, 149, 0.16) -2.6%, rgba(88, 145, 174, 0.16) 99.48%);
  white-space: nowrap;
}
.post__related .grid .post .post__info .post__tags .tag span {
  font-size: 12px;
  font-weight: 500;
  background: linear-gradient(45deg, #005795 -2.6%, #5891AE 99.48%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.post__related .grid .post:hover {
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.09);
}
@media (max-width: 1200px) {
  .post__related {
    padding-bottom: 64px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .post__related .grid {
    grid-template-columns: 1fr;
  }
}