@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@import url("https://fonts.googleapis.com/css2?family=Host+Grotesk:ital,wght@0,300..800;1,300..800&display=swap");
html,
body {
  margin: 0;
  padding: 0;
  background-color: #19191f;
  font-family: "Host Grotesk";
  scrollbar-width: thin;
  scrollbar-color: #3e7998 #212121;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 4px;
}
html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
  background-color: #212121;
}
html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  background-color: #3e7998;
}

html {
  font-size: 14px;
}
@media screen and (min-width: 576px) {
  html {
    font-size: 16px;
  }
}

body {
  font-size: 1.5rem;
  padding: 0;
}
body.without-hero {
  padding-top: 100px;
}
body > * {
  scroll-margin-top: 100px;
}

.sr-only {
  height: 1px;
  width: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
}
.sr-only:focus, .sr-only:focus-visible {
  height: auto;
  width: auto;
  clip: auto;
  visibility: visible;
}

.sr-only-focusable {
  display: block;
  border-radius: 12px;
  padding: 0.5rem 1rem;
  top: 50%;
  left: calc(204px + 0.5rem);
  z-index: 1050;
  transform: scale(1.05) translateY(-50%);
  background-color: transparent;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  outline-style: solid;
  outline-width: 2px;
  outline-color: #3e7998;
  outline-offset: 2px;
}

*:focus-visible {
  background-color: transparent !important;
  border-radius: 12px;
  outline-width: 2px !important;
  outline-style: solid !important;
  outline-color: #3e7998 !important;
  outline-offset: 2px !important;
  box-shadow: none !important;
}

ul.no-style {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.nav-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Host Grotesk";
  font-weight: 700;
  margin-bottom: 1rem;
  color: #e4eef5;
}

h1,
.h1-size {
  font-size: 4rem;
}

h2,
.h2-size {
  font-size: 3rem;
}

h3,
.h3-size {
  font-size: 2.25rem;
}

h4,
.h4-size {
  font-size: 2rem;
}

h5,
.h5-size {
  font-size: 1.5rem;
}

h6,
.h6-size {
  font-size: 0.875rem;
}

.font-size-base {
  font-size: 16px !important;
}

main {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  background-color: #19191f;
  color: #fff;
  padding: 4rem 2rem 4rem 2rem;
}
@media screen and (min-width: 768px) {
  main {
    gap: 4rem;
    padding: 4rem 4rem 4rem 4rem;
  }
}
@media screen and (min-width: 992px) {
  main {
    gap: 4rem;
    padding: 4rem 8rem 4rem 8rem;
  }
}

.boxed-container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

a {
  text-decoration: none;
  color: #3e7998;
  transform-origin: top left;
  cursor: pointer;
}
a:not(.cta) > * {
  display: inline-block;
  transition: transform 200ms ease-in-out;
  word-break: break-word;
}
a:not(.cta):hover > * {
  transform: scale(1.05);
  transition: transform 200ms ease-in-out;
}
a.hover-underline {
  position: relative;
}
a.hover-underline::after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #3e7998;
  transition: width 200ms ease-in-out;
}
a.hover-underline:hover::after {
  width: 100%;
  transition: width 200ms ease-in-out;
}

.cta {
  display: block;
  width: fit-content;
  position: relative;
  z-index: 2;
  transition: transform 200ms ease-in-out;
}
.cta:hover {
  transform: scale(1.05);
  transition: transform 200ms ease-in-out;
}
.cta.cta-btn {
  padding: 0.75rem 1.75rem 0.75rem 0.5rem;
  border-bottom: 1px solid #3e7998;
  background-color: transparent;
  color: #fff;
  font-size: 1rem;
}
.cta.cta-btn .cta-label {
  letter-spacing: 0.12em;
}
.cta.cta-block {
  width: 100%;
  padding: 1rem 1rem 1rem 1rem;
  background-color: #212121;
  border-radius: 12px;
}
.cta.cta-block .cta-label {
  color: #fff;
  letter-spacing: 0.12em;
}
.cta.cta-arrow {
  position: relative;
  padding-right: calc(130px + 1.5rem + 0.5rem);
  line-height: 1;
}
.cta.cta-arrow .cta-label {
  color: #fff;
  text-transform: initial;
}
.cta.cta-arrow::after {
  content: "";
  width: 130px;
  height: 100%;
  position: absolute;
  top: calc(50% + 2px);
  right: 1rem;
  left: unset;
  transform: translateY(-50%);
  background-image: url("../assets/icons/arrow-right.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.cta.empty-cta {
  border-bottom-color: #212121;
  color: #212121;
  pointer-events: none;
}
.cta.empty-cta .cta-label {
  display: inline-block;
}
.cta .cta-label {
  margin-bottom: 0;
  text-transform: uppercase;
}
.cta .cta {
  pointer-events: none;
}

.header {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0.5rem 1.5rem 0.5rem 1.5rem;
  background-color: rgba(25, 25, 31, 0.9);
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #486284;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  color: #fff;
  z-index: 99;
}
@media screen and (min-width: 768px) {
  .header {
    padding: 0.5rem 1.5rem 0.5rem 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .header {
    padding: 0.5rem 3.5rem 0.5rem 3.5rem;
  }
}
.header .header-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  color: #fff;
  gap: 0.5rem;
}
.header .logo-container {
  max-height: 100%;
  width: 204px;
  display: flex;
  align-items: center;
}
.header .logo-container .logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header .nav {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.header .nav .nav-menu {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .header .nav .nav-menu {
    gap: 0rem;
  }
}
@media screen and (min-width: 992px) {
  .header .nav .nav-menu {
    gap: 1rem;
  }
}
.header .nav .nav-menu .nav-item {
  height: fit-content;
}
.header .nav .nav-menu .nav-item.nav-cta {
  background-color: #3e7998;
  border: 1px solid #3e7998;
  transition: background-color 200ms ease-in-out;
}
.header .nav .nav-menu .nav-item.nav-cta .nav-link {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.header .nav .nav-menu .nav-item.nav-cta:hover {
  background-color: transparent;
  transition: background-color 200ms ease-in-out;
}
.header .nav .nav-menu .nav-item .nav-link {
  color: #fff;
  white-space: nowrap;
  transition: transform 200ms ease-in-out;
  transform-origin: center center;
}
.header .nav .nav-menu .nav-item .nav-link:hover {
  transform: scale(1.05);
  transition: transform 200ms ease-in-out;
}
.header .nav .nav-menu .nav-item:not(.nav-cta, .nav-lang) .nav-link {
  position: relative;
  transition: transform 200ms ease-in-out;
}
.header .nav .nav-menu .nav-item:not(.nav-cta, .nav-lang) .nav-link::after {
  content: "";
  width: 0%;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: 6px;
  transform: translateX(-50%);
  background-color: #3e7998;
  transition: width 200ms ease-in-out;
}
.header .nav .nav-menu .nav-item:not(.nav-cta, .nav-lang):hover .nav-link::after {
  width: 90%;
  transition: width 200ms ease-in-out;
}
.header .nav .nav-menu .nav-item:not(.nav-cta, .nav-lang).active .nav-link::after {
  width: 90%;
  transition: width 200ms ease-in-out;
}
.header .nav .nav-menu .nav-item.nav-lang {
  text-transform: uppercase;
}
.header .nav .nav-menu .nav-item.nav-lang .curr-lang {
  padding-right: 0;
}
.header .nav .nav-menu .nav-item.nav-lang .lang-menu {
  min-width: fit-content;
  background-color: #19191f;
  border: 2px solid #3e7998;
  color: #fff;
}
.header .nav .nav-menu .nav-item.nav-lang .lang-menu a {
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .header .nav .nav-menu .nav-item.nav-lang .lang-menu a {
    transform: none !important;
  }
}
.header .nav .nav-menu .nav-item.nav-lang .lang-menu a:hover {
  color: #3e7998;
}
.header .nav .nav-mobile {
  flex-direction: column;
}
.header .nav .nav-mobile .nav-toggle {
  font-size: 2rem;
  color: #3e7998;
}
.header .nav .nav-mobile .offcanvas {
  height: calc(100vh - 100px);
  top: 100px;
  background-color: transparent;
}
.header .nav .nav-mobile .offcanvas .offcanvas-body {
  background-color: #19191f;
  padding: 2rem 2rem 2rem 2rem;
}
.header .nav .nav-mobile .offcanvas-backdrop {
  top: 100px;
}
.header .nav .nav-mobile .nav-menu {
  flex-direction: column;
  align-items: flex-start;
}
.header .nav .nav-mobile .nav-menu .nav-item:not(.nav-cta, .nav-lang) .nav-link {
  padding-left: 0;
}
.header .nav .nav-mobile .nav-menu .nav-item:not(.nav-cta, .nav-lang) .nav-link::after {
  transform: unset;
  left: 0;
}
.header .nav .nav-mobile .nav-menu .nav-item:not(.nav-cta, .nav-lang) .nav-link:hover::after {
  width: 110%;
}
.header .nav .nav-mobile .nav-menu .nav-item .nav-link {
  font-size: 1.25rem;
}
.header .nav .nav-mobile .nav-menu .nav-lang {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0.5rem;
  margin: 2rem 2rem 2rem 2rem;
  gap: 1rem;
}
.header .nav .nav-mobile .nav-menu .nav-lang .nav-link {
  position: relative;
  transform: none !important;
  transition: transform 200ms ease-in-out;
}
.header .nav .nav-mobile .nav-menu .nav-lang .nav-link.curr-lang {
  background-color: #3e7998;
  padding-right: 1rem;
}
.header .nav .nav-mobile .nav-menu .nav-lang .nav-link:hover > span {
  transform: scale(1.05);
  transition: transform 200ms ease-in-out;
}
.header .nav .nav-mobile .nav-menu .nav-lang .nav-link::after {
  content: "";
  position: absolute;
  top: 0;
  right: -0.5rem;
  width: 1px;
  height: 100%;
  background-color: #3e7998;
}
.header .nav .nav-mobile .nav-menu .nav-lang .nav-link:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  left: -0.5rem;
  width: 1px;
  height: 100%;
  background-color: #3e7998;
}

.footer {
  background-color: #000;
}
.footer .footer-container {
  background-color: #212121;
  color: #fff;
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .footer .footer-container {
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .footer .footer-container {
    padding: 2.5rem 3.5rem 2.5rem 3.5rem;
  }
}
.footer .footer-container .logo-footer {
  max-width: 204px;
  display: flex;
  align-items: center;
}
.footer .footer-container .logo-footer .logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer .footer-container .nav-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.5rem 1.5rem 0 1.5rem;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .footer .footer-container .nav-menu {
    flex-direction: row;
    margin: 0;
  }
}
.footer .footer-container .nav-item {
  flex: 1;
  max-width: 350px;
}
.footer .footer-container .nav-item > .nav-link {
  opacity: 0.7;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  text-align: left;
}
.footer .footer-container .deep-menu {
  margin-top: 0.75rem;
  flex-direction: column;
  padding: 0;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .footer .footer-container .deep-menu {
    margin-top: 1.75rem;
  }
}
.footer .footer-container .deep-menu .deep-link .nav-link {
  font-weight: 700;
  opacity: 1;
  font-size: 1rem;
}
.footer .footer-legal {
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap-reverse;
  background-color: #000;
  color: #fff;
  padding: 2rem 1.5rem 2rem 1.5rem;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .footer .footer-legal {
    padding: 2rem 1.5rem 2rem 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer-legal {
    padding-left: 0;
    padding-right: 0;
  }
}
.footer .footer-legal .info {
  flex: 1 1 fit-content;
  font-size: 0.875rem;
}
.footer .footer-legal .info > p {
  display: block;
  text-align: center;
  margin: 0;
}
.footer .footer-legal .footer-policy {
  display: flex;
  gap: 1.5rem;
  list-style: none;
}
.footer .footer-legal .footer-policy .nav-link {
  color: #fff;
  font-size: 1.25rem;
  white-space: nowrap;
  text-decoration: none;
}

.img-container {
  height: fit-content;
}
.img-container:not(.icon) {
  border-radius: 12px;
  overflow: hidden;
}
.img-container:not(.icon) .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img-container.fit-content {
  overflow: visible;
}
.img-container.fit-content .img {
  min-height: fit-content;
  height: unset;
  width: unset;
  object-fit: contain;
  object-position: left;
}
.img-container.icon {
  display: inline;
}
.img-container.icon .img {
  width: 22px;
  object-fit: contain;
}
.img-container.no-radius {
  border-radius: 0;
}
.img-container.with-layer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25), 1px 1px 1px 0px rgba(255, 255, 255, 0.09) inset, -1px -1px 1px 0px #000 inset;
}

.paragraph {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 1rem;
}
.paragraph p {
  margin-bottom: 0;
}
.paragraph .title-container {
  display: flex;
  flex-direction: column;
}
.paragraph .title-container .up-title {
  width: fit-content;
  color: #959598;
  font-size: 1.125rem;
}
.paragraph .title-container .title {
  margin-bottom: 0;
  color: #e4eef5;
}
.paragraph .title-container .sub-title {
  width: fit-content;
  color: #959598;
  font-size: 1.125rem;
}
.paragraph .content {
  color: #fff;
  font-size: 1.25rem;
}
.paragraph.divider {
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
.paragraph.divider::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
}

.hero-container .hero {
  width: 100%;
  height: 80vh;
  position: relative;
}
.hero-container .hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-container .hero-caption {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
}
.hero-container .hero-caption .caption-container {
  width: 100%;
  margin: 4rem 2rem 4rem 2rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .hero-container .hero-caption .caption-container {
    width: 75%;
    margin: 4rem 4rem 4rem 4rem;
  }
}
@media screen and (min-width: 992px) {
  .hero-container .hero-caption .caption-container {
    width: 50%;
    margin: 4rem 8rem 4rem 8rem;
  }
}
.hero-container .hero-caption .caption-container .caption-title {
  margin-bottom: 0;
}
.hero-container .hero-caption .caption-container .caption-paragraph {
  font-size: 1.5rem;
}

.grid {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
}
.grid .grid-row {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .grid .grid-row {
    flex-direction: unset;
  }
}
.grid .grid-row .grid-item {
  flex: 1;
  position: relative;
  overflow: hidden;
}
.grid .grid-row .grid-item .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.grid .grid-row .grid-item .bg-image .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.grid .grid-row .grid-item .grid-item-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  gap: 1.5rem;
  padding: 1.5rem;
  z-index: 2;
}
.grid .grid-row .grid-item .grid-item-content .cta {
  width: fit-content;
}
.grid .grid-row .grid-item .grid-item-content * {
  margin: 0;
}
.grid .grid-row .grid-item .home-card {
  padding-top: 6rem;
}
.grid .grid-row .grid-item .cta-block {
  padding: 0 !important;
}

.section {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.row-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .row-section {
    flex-direction: row;
    align-items: center;
  }
}
.row-section > *:not(.img-container, .cta) {
  flex: 1;
}
@media screen and (min-width: 768px) {
  .row-section > .img-container {
    max-width: 50%;
  }
}
.row-section .empty-card {
  background-color: unset;
}
.row-section.no-break {
  flex-direction: row;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .row-section.row-reverse {
    flex-direction: row-reverse;
  }
}
.row-section.no-align {
  align-items: unset !important;
}
.row-section.align-start {
  align-items: flex-start !important;
}
.row-section.align-end {
  align-items: flex-end !important;
}
.row-section.no-justify {
  justify-content: unset !important;
}
.row-section.justify-start {
  justify-content: flex-start !important;
}
.row-section.justify-end {
  justify-content: flex-end !important;
}
.row-section.justify-center {
  justify-content: center !important;
}

.scrollspy-container {
  width: 100%;
  display: flex;
}
.scrollspy-container.scrollspy-right {
  flex-direction: row-reverse;
}
@media screen and (min-width: 768px) {
  .scrollspy-container.scrollspy-right .scrollspy-contents {
    gap: 4rem;
    padding-left: 0;
    padding-right: 1.5rem;
  }
}
.scrollspy-container .scrollspy-menu {
  display: none;
  min-width: fit-content;
  width: fit-content;
  height: fit-content;
  flex-direction: column;
  position: sticky;
  top: calc(100px + 1.5rem);
  gap: 1rem;
  padding: 0;
  background-color: #212121;
  border-radius: 12px;
}
@media screen and (min-width: 768px) {
  .scrollspy-container .scrollspy-menu {
    display: flex;
    padding: 1rem 1rem 1rem 1rem;
  }
}
@media screen and (min-width: 992px) {
  .scrollspy-container .scrollspy-menu {
    padding: 2rem 2rem 2rem 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .scrollspy-container .scrollspy-menu {
    min-width: 300px;
    padding: 2rem 2rem 2rem 2rem;
  }
}
.scrollspy-container .scrollspy-menu .scrollspy-title {
  color: #959598;
  font-size: 1rem;
  font-weight: 200;
  letter-spacing: 0.2em;
}
.scrollspy-container .scrollspy-menu .scrollspy-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  line-height: 1;
}
.scrollspy-container .scrollspy-contents {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding: 0 1.5rem 0 1.5rem;
  padding-right: 0;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .scrollspy-container .scrollspy-contents {
    gap: 4rem;
    padding-left: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .scrollspy-container .scrollspy-contents {
    gap: 4rem;
  }
}
.scrollspy-container .scrollspy-contents > * {
  scroll-margin-top: calc(100px + 1.5rem);
}
.scrollspy-container .scrollspy-contents .section {
  container-type: inline-size;
}
@container (max-width: 550px) {
  .scrollspy-container .scrollspy-contents .section .row-section.container-query-flex-column {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .scrollspy-container .scrollspy-contents .section .row-section.container-query-flex-column .custom-card {
    width: 100%;
  }
  .scrollspy-container .scrollspy-contents .section .row-section.container-query-flex-column .custom-card.empty-card {
    display: none;
  }
}

.custom-card {
  max-width: 400px;
  display: grid;
  position: relative;
  gap: 1.5rem;
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  background-color: #212121;
  border: 0px solid #959598;
  border-radius: 12px;
}
.custom-card.with-click {
  transform-origin: center;
  transition: 200ms ease-in-out;
}
.custom-card.with-click:hover {
  transform: scale(1.05);
  transition: 200ms ease-in-out;
}
.custom-card.with-click .clickable-item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.custom-card .card-content {
  height: 100%;
  display: grid;
  grid-template-rows: 1fr;
  grid-auto-rows: min-content;
}
.custom-card .card-content .paragraph {
  justify-content: flex-end;
}

.gallery-container .gallery {
  max-width: calc(100% + 5rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (min-width: 992px) {
  .gallery-container .gallery {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
}
.gallery-container .gallery .gallery-nav {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.gallery-container .gallery .gallery-items {
  width: calc(100% - 5rem);
}
.gallery-container .gallery .gallery-items .slick-slide {
  margin: 0 0.5rem;
}
.gallery-container .gallery .gallery-items .gallery-item {
  padding: 1rem 0;
  cursor: pointer;
  transition: all 200ms ease-in-out;
  transform-origin: center;
}
.gallery-container .gallery .gallery-items .gallery-item .img-container .img {
  height: 180px;
}
.gallery-container .gallery .gallery-items .gallery-item:hover {
  transform: scale(1.05);
  transition: all 200ms ease-in-out;
}
.gallery-container .modal-gallery .modal-dialog {
  max-width: unset;
  margin: 0;
}
.gallery-container .modal-gallery .modal-dialog .modal-content {
  height: 100vh;
  width: 100vw;
  background-color: transparent;
  border: none;
}
.gallery-container .modal-gallery .modal-dialog .modal-content .modal-header,
.gallery-container .modal-gallery .modal-dialog .modal-content .modal-footer {
  background-color: #212121;
  border-radius: 0;
  border-color: #3e7998;
}
.gallery-container .modal-gallery .modal-dialog .modal-content .btn-close {
  height: 50px;
  width: 50px;
  background: url("../assets/icons/close.svg");
  background-size: contain;
}
.gallery-container .modal-gallery .modal-dialog .modal-content .modal-body {
  display: flex;
  backdrop-filter: blur(24px);
}
.gallery-container .modal-gallery .modal-dialog .modal-content .gallery {
  max-width: 100%;
  margin: 0;
}
.gallery-container .modal-gallery .modal-dialog .modal-content .gallery .gallery-items .slick-track {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-container .modal-gallery .modal-dialog .modal-content .gallery .gallery-items .gallery-item {
  transform: none;
}
.gallery-container .modal-gallery .modal-dialog .modal-content .gallery .gallery-items .gallery-item .img-container {
  width: fit-content;
  margin: 0 auto;
}
.gallery-container .modal-gallery .modal-dialog .modal-content .gallery .gallery-items .gallery-item .img-container .img {
  max-height: unset;
  height: unset;
  max-width: 950px;
  width: 100%;
  object-fit: contain;
}

.kpi-container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem 1.5rem;
  container-type: inline-size;
}
@media screen and (min-width: 992px) {
  @container (max-width: 600px) {
    .kpi-container {
      grid-template-columns: 1fr;
    }
  }
}
.kpi-container .kpi {
  width: 100%;
  border-top: 1px solid #3e7998;
}
.kpi-container .kpi .data {
  color: #3e7998;
  font-size: 2.25rem;
  font-weight: 700;
}
.kpi-container .kpi .label {
  color: #3e7998;
  font-size: 1.5rem;
}

.go-back-container {
  width: fit-content;
  display: flex;
  align-items: center;
  position: sticky;
  top: 100px;
  z-index: 2;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  margin-bottom: -2.6666666667rem;
  background-color: rgba(25, 25, 31, 0.9);
  backdrop-filter: blur(24px);
  border-radius: 0 0 12px 12px;
}
@media screen and (min-width: 768px) {
  .go-back-container {
    margin-bottom: -2.6666666667rem;
  }
}
@media screen and (min-width: 992px) {
  .go-back-container {
    margin-bottom: -2.6666666667rem;
  }
}
.go-back-container .img-container {
  display: flex !important;
}
.go-back-container .go-back-link {
  display: flex;
  gap: 0.5rem;
}
.go-back-container .go-back-link span {
  color: #fff !important;
  letter-spacing: 0.2em;
}
.go-back-container .go-back-link span > * {
  margin: 0;
}

.tag {
  background-color: #3e7998;
  color: #fff !important;
  border-radius: 4px;
  padding: 0.25rem 1rem 0.25rem 1rem;
  font-size: 0.875rem !important;
  text-transform: uppercase;
}

.no-break {
  white-space: nowrap;
}

.primary-color {
  color: #3e7998 !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.link-white > span {
  color: #fff !important;
  transition: 200ms ease-in-out;
}
.link-white > span:hover {
  color: #3e7998 !important;
  transition: 200ms ease-in-out;
}

.link-underline > span {
  text-decoration: underline !important;
}

.cta-primary::after {
  background-image: url("../assets/icons/arrow-right-primary.png") !important;
}

.img-product .img {
  min-height: unset !important;
  max-height: 300px !important;
}

.custom-card .card-content .img-container {
  max-height: 200px;
  height: 100%;
}
.custom-card .card-content .img-container .img {
  object-fit: contain;
}

@container (max-width: 550px) {
  #products.section .row-section.container-query-flex-column {
    align-items: center !important;
  }
}

.scrollspy-container.scrollspy-right .scrollspy-menu .scrollspy-item {
  transition: transform 200ms ease-in-out;
}
.scrollspy-container.scrollspy-right .scrollspy-menu .scrollspy-item > * {
  transform: none !important;
}
.scrollspy-container.scrollspy-right .scrollspy-menu .scrollspy-item:hover {
  transform: scale(1.035);
  transition: transform 200ms ease-in-out;
}

@media screen and (min-width: 847px) {
  .footer .footer-legal .info p {
    text-align: left;
  }
}
.service-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.service-page main {
  flex: 1 1 auto;
}
.service-page .error-box {
  align-items: center;
}
.service-page .error-box .error-code {
  font-size: 13rem !important;
  color: #3e7998 !important;
  text-align: center;
  line-height: 1;
}
.service-page .error-box .error-message {
  font-size: 4rem !important;
  text-align: center;
}

/*# sourceMappingURL=style.css.map */
