.cross-decor {
  display: flex;
  justify-content: center;
  align-items: center;
}

.line-decor {
  flex: 1;
  height: 1px;
  background-color: #ACACAC;
}

.vertical-line-decor {
  width: 1px;
  height: 100%;
  background-color: #ACACAC;
}
.vertical-line-decor.null {
  background-color: transparent;
}

.decor-vlvl,
.decor-nvl {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}

.decor-clc,
.decor-nlc,
.decor-nnc,
.decor-cc {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  pointer-events: none;
}

#foto .decor-clc,
#foto .decor-cc {
  position: absolute;
  z-index: 3;
  inset: 132px 5.56vw auto 5.56vw;
}
@media (min-width: 980px) {
  #foto .decor-clc.top,
  #foto .decor-cc.top {
    top: 177px;
  }
}
#foto .decor-clc.bottom,
#foto .decor-cc.bottom {
  inset: auto 5.56vw 132px 5.56vw;
}
@media (min-width: 980px) {
  #foto .decor-clc.bottom,
  #foto .decor-cc.bottom {
    bottom: 150px;
  }
}
#foto .decor-vlvl {
  position: absolute;
  inset: 22vh calc(5.56vw + 11px);
  z-index: 3;
  height: 56vh;
}
@media (min-width: 980px) {
  #foto .decor-vlvl {
    height: auto;
    top: 30vh;
    bottom: calc(10vh + 200px);
  }
}

.decor-scroll {
  position: absolute;
  inset: auto 5.56vw;
  bottom: 54px;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 980px) {
  .decor-scroll {
    bottom: 0;
  }
}
.decor-scroll .scroll-text {
  margin: 0;
  color: #CECCCC;
  line-height: 100%;
  cursor: pointer;
}
.decor-scroll .vertical-line-decor {
  height: calc(80px - 2rem + 11px);
}

.section-hasModuleFullWidth .decor-nvl {
  position: absolute;
  inset: 10% clamp(31px, 5rem + 11px, 91px);
  z-index: 3;
  height: 80%;
}
.section-hasModuleFullWidth .decor-nvl {
  display: none;
}
@media (min-width: 980px) {
  .section-hasModuleFullWidth .decor-nvl {
    display: flex;
  }
}
.section-hasModuleFullWidth .decor-nnc {
  margin-bottom: 2rem;
}
@media (min-width: 980px) {
  .section-hasModuleFullWidth .decor-nnc .line-decor {
    visibility: hidden;
  }
}

@media (min-width: 980px) {
  #footer .decor-clc .sx {
    transform: translateX(-1.5rem);
  }
  #footer .decor-clc .dx {
    transform: translateX(1.5rem);
  }
}
@media (min-width: 980px) {
  #footer .decor-clc.top {
    display: none;
  }
}
#footer .decor-vlvl {
  display: none;
}
@media (min-width: 980px) {
  #footer .decor-vlvl {
    display: flex;
    position: absolute;
    top: -40px;
    bottom: 160px;
    left: clamp(20px, 5.56vw - 12px, 68px);
    right: clamp(20px, 5.56vw - 12px, 68px);
    overflow: hidden;
  }
}

@keyframes lineGrow {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}
/*@keyframes crossBlink3 {
  0%, 8% { opacity: 0; transform: rotateX(-25deg); }
  12%, 24% { opacity: 1; transform: rotateX(0deg); }
  28%, 40% { opacity: 0; transform: rotateX(25deg); }
  44%, 56% { opacity: 1; transform: rotateX(0deg); }
  60%, 72% { opacity: 0; transform: rotateX(-25deg); }
  76%, 100% { opacity: 1; transform: rotateX(0deg); }
}

@keyframes crossBlink4 {
  0%, 6% { opacity: 0; transform: rotateX(-30deg); }
  10%, 18% { opacity: 1; transform: rotateX(0deg); }
  22%, 30% { opacity: 0; transform: rotateX(30deg); }
  34%, 42% { opacity: 1; transform: rotateX(0deg); }
  46%, 54% { opacity: 0; transform: rotateX(-30deg); }
  58%, 66% { opacity: 1; transform: rotateX(0deg); }
  70%, 78% { opacity: 0; transform: rotateX(30deg); }
  82%, 100% { opacity: 1; transform: rotateX(0deg); }
}

@keyframes crossBlink5 {
  0%, 5% { opacity: 0; transform: rotateX(-35deg); }
  8%, 15% { opacity: 1; transform: rotateX(0deg); }
  18%, 25% { opacity: 0; transform: rotateX(35deg); }
  28%, 35% { opacity: 1; transform: rotateX(0deg); }
  38%, 45% { opacity: 0; transform: rotateX(-35deg); }
  48%, 55% { opacity: 1; transform: rotateX(0deg); }
  58%, 65% { opacity: 0; transform: rotateX(35deg); }
  68%, 75% { opacity: 1; transform: rotateX(0deg); }
  78%, 85% { opacity: 0; transform: rotateX(-35deg); }
  88%, 100% { opacity: 1; transform: rotateX(0deg); }
}*/
@keyframes moveDot1 {
  0% {
    top: 0;
    left: 0;
  }
  25% {
    top: 0;
    left: 100%;
  }
  25.001% {
    top: 0;
    left: 100%;
  }
  50% {
    top: 100%;
    left: 100%;
  }
  50.001% {
    top: 100%;
    left: 100%;
  }
  75% {
    top: 100%;
    left: 0;
  }
  75.001% {
    top: 100%;
    left: 0;
  }
  100% {
    top: 0;
    left: 0;
  }
}
@keyframes moveDot2 {
  0% {
    top: 0;
    left: 100%;
  }
  25% {
    top: 100%;
    left: 100%;
  }
  25.001% {
    top: 100%;
    left: 100%;
  }
  50% {
    top: 100%;
    left: 0;
  }
  50.001% {
    top: 100%;
    left: 0;
  }
  75% {
    top: 0;
    left: 0;
  }
  75.001% {
    top: 0;
    left: 0;
  }
  100% {
    top: 0;
    left: 100%;
  }
}
@keyframes moveDot3 {
  0% {
    top: 100%;
    left: 100%;
  }
  25% {
    top: 100%;
    left: 0;
  }
  25.001% {
    top: 100%;
    left: 0;
  }
  50% {
    top: 0;
    left: 0;
  }
  50.001% {
    top: 0;
    left: 0;
  }
  75% {
    top: 0;
    left: 100%;
  }
  75.001% {
    top: 0;
    left: 100%;
  }
  100% {
    top: 100%;
    left: 100%;
  }
}
@keyframes moveDot4 {
  0% {
    top: 100%;
    left: 0;
  }
  25% {
    top: 0;
    left: 0;
  }
  25.001% {
    top: 0;
    left: 0;
  }
  50% {
    top: 0;
    left: 100%;
  }
  50.001% {
    top: 0;
    left: 100%;
  }
  75% {
    top: 100%;
    left: 100%;
  }
  75.001% {
    top: 100%;
    left: 100%;
  }
  100% {
    top: 100%;
    left: 0;
  }
}
#foto .decor-vlvl .vertical-line-decor {
  transform-origin: top center;
  animation: lineGrow 1.2s ease-out forwards;
}
#foto .decor-clc,
#foto .decor-cc {
  perspective: 600px;
}
#foto .decor-clc .cross-decor,
#foto .decor-cc .cross-decor {
  transform-origin: center center;
  transform-style: preserve-3d;
}

.search-ct {
  position: fixed;
  inset: auto 0 0 0;
  z-index: 4;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  flex-direction: column;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 980px) {
  .search-ct {
    position: absolute;
    inset: auto 5.56vw 122px 5.56vw;
    width: calc(100% - 5.56vw - 5.56vw);
    height: auto;
    border-top: 0;
  }
}
.search-ct.is-searching {
  position: fixed;
  inset: auto 0 40vh 0;
  width: 100%;
  height: fit-content;
  background: #1E1E1E;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  border-radius: 30px 30px 0 0;
  border-top: 0;
}
@media (min-width: 980px) {
  .search-ct.is-searching {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
}
.search-ct.is-searching #hits {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.search-ct.is-searching form input {
  color: #FE5F0E !important;
}
.search-ct.is-searching form input::placeholder {
  color: #FE5F0E !important;
}
.search-ct #search-box {
  width: 100%;
  background: #1E1E1E;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 980px) {
  .search-ct #search-box {
    width: calc(100% - 48px - 46px);
    border-radius: 10px;
    border: 1px solid #ACACAC;
    background: rgba(0, 0, 0, 0.18);
  }
}
.search-ct #search-box form {
  all: unset;
}
.search-ct #search-box form:before {
  all: unset;
}
.search-ct #search-box form input {
  all: unset;
  color: #fff;
  line-height: 150%;
  font-size: 1.125rem;
  width: 100%;
  height: 3rem;
  margin: 0 1rem;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 980px) {
  .search-ct #search-box form input {
    margin: 0 2rem;
  }
}
.search-ct #search-box form input::placeholder {
  color: #fff;
  transition: all 0.4s ease-in-out;
}
.search-ct #search-box #searchbox {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
}
.search-ct #search-box #searchbox svg {
  margin: 1rem;
}
@media (min-width: 980px) {
  .search-ct #search-box #searchbox svg {
    margin: 1rem 2rem;
  }
}

#hits {
  position: fixed;
  inset: auto 0 0 0;
  z-index: 8;
  height: 40vh;
  background-color: #1E1E1E;
  padding: 0 2.5rem;
  overflow-x: hidden;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
  transition: all 0.4s ease-in-out;
}
#hits::-webkit-scrollbar {
  width: 6px;
}
#hits::-webkit-scrollbar-track {
  background: transparent;
}
#hits::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 3px;
}
#hits::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.5);
}
#hits .ais-Hits--empty {
  display: none;
}
#hits .ais-Hits-list {
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 2rem;
  overflow-x: scroll;
}
#hits .ais-Hits-list::-webkit-scrollbar {
  height: 6px;
}
#hits .ais-Hits-list::-webkit-scrollbar-track {
  background: transparent;
  cursor: pointer;
}
#hits .ais-Hits-list::-webkit-scrollbar-thumb {
  background: #FE5F0E;
  border-radius: 3px;
  cursor: grab;
}
#hits .ais-Hits-list::-webkit-scrollbar-thumb:hover {
  background: rgb(216.1033057851, 73.5289256198, 0.8966942149);
  cursor: grab;
}
#hits .ais-Hits-list::-webkit-scrollbar-thumb:active {
  cursor: grabbing;
}
#hits .ais-Hits-item {
  flex: 1;
  max-width: 300px;
  padding: 0;
  margin: 0;
  background-color: #1E1E1E;
}
#hits img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  width: 300px;
  height: 225px;
  border-radius: 20px;
}
#hits mark {
  background-color: rgba(84, 104, 255, 0.1);
  color: #FE5F0E !important;
  font-size: 25px !important;
}
#hits .result_link p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ais-SearchBox {
  flex: 1;
}

:root {
  font-size: 16px;
}

* {
  box-sizing: border-box !important;
  color: #111;
  font-size: 1rem;
  font-family: "Epilogue", sans-serif;
  margin: 0;
  padding: 0;
}

h1, h2, .h1, .h2, .title {
  color: #FE5F0E;
  font-size: 26px;
  line-height: 120%;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
@media (min-width: 980px) {
  h1, h2, .h1, .h2, .title {
    font-size: clamp(26px, 4.86vw, 70px);
  }
}

p, li {
  line-height: 150%;
  margin-top: 1.5rem;
}

a {
  text-decoration: none;
}
a:hover {
  cursor: pointer;
}

.btn {
  padding: 15px 25px 12px 25px;
  line-height: 100%;
  border-radius: 100px;
  background: #111;
  border: 2px solid #111;
  width: fit-content;
  margin: 1.5rem auto 0 auto;
  color: #fff !important;
  text-align: center;
  transition: all 0.25s ease-in-out;
}
@media (min-width: 980px) {
  .btn {
    margin-right: unset;
    margin-left: unset;
  }
}
.btn:hover {
  cursor: pointer;
  background: #fff;
  border-color: #111;
}
.btn:hover a {
  color: #111;
}
.btn:hover svg {
  transform: translateX(5px);
  color: #111;
  fill: #111;
  stroke: #111;
}
.btn:hover svg path {
  fill: #111;
  stroke: #111;
}
.btn a {
  color: #fff;
  font-size: 18px;
  line-height: 100%;
  transition: all 0.25s ease-in-out;
}
.btn svg {
  color: #fff;
  fill: #fff;
  stroke: #fff;
  transition: all 0.25s ease-in-out;
  width: 20px;
  height: 15px;
  vertical-align: top;
}
.btn svg path {
  fill: #fff;
  stroke: #fff;
  transition: all 0.25s ease-in-out;
}

.color-reversed {
  background-color: #1E1E1E;
}
.color-reversed p, .color-reversed li, .color-reversed a, .color-reversed span, .color-reversed div, .color-reversed strong {
  color: #fff;
}
.color-reversed .btn {
  color: #fff;
  border: 2px solid #fff;
}
.color-reversed .btn:hover {
  color: #111;
}

.highlight {
  font-size: 24px;
  color: #FE5F0E !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.mod-menu {
  list-style: none;
}
.mod-menu .parent {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.mod-menu .parent ul.mod-menu__sub {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  background-color: #fff;
  padding: 15px 20px;
}
.mod-menu .parent ul.mod-menu__sub .nav-item {
  padding: 15px 0;
  border-bottom: 1px solid #CECCCC;
}
.mod-menu .parent ul.mod-menu__sub .nav-item:last-child {
  border-bottom: none;
}
.mod-menu .parent ul.mod-menu__sub .nav-item:hover .arrow-ct path {
  fill: #FE5F0E;
}
.mod-menu .parent ul.mod-menu__sub .nav-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: clamp(16px, 1.25rem, 20px);
}
.mod-menu .parent ul.mod-menu__sub .nav-item a .arrow-ct {
  display: inline-block;
}
.mod-menu .parent ul.mod-menu__sub .nav-item a .arrow-ct path {
  transition: fill 0.3s ease;
}
.mod-menu .parent.clicked .icon-ct .plus {
  opacity: 0;
}
.mod-menu .parent.clicked .icon-ct .minus {
  opacity: 1;
}
.mod-menu .parent.clicked ul.mod-menu__sub {
  visibility: visible;
  opacity: 1;
}
.mod-menu .parent.active > .mod-menu__heading {
  color: #FE5F0E;
}
.mod-menu .parent.active > .icon-ct svg path {
  stroke: #FE5F0E;
}
.mod-menu .nav-item.active > a,
.mod-menu .nav-item.current > a {
  color: #FE5F0E;
}
.mod-menu .icon-ct {
  position: relative;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.mod-menu .icon-ct .plus, .mod-menu .icon-ct .minus {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease-in-out;
}
.mod-menu .icon-ct .plus {
  opacity: 1;
}
.mod-menu .icon-ct .minus {
  opacity: 0;
}

.nav-item:hover > a, .nav-item:hover > span {
  color: #FE5F0E;
}
.nav-item:hover .plus svg path, .nav-item:hover .minus svg path {
  stroke: #FE5F0E;
}

#header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 9;
  background-color: #fff;
  transition: all 0.4s ease-in-out;
  transform: translateY(0) scaleX(1);
  opacity: 1;
}
#header.header-hidden {
  transform: translateY(-100%) scaleX(0.95);
  opacity: 0;
}
#header:has(.clicked) {
  border-radius: 20px 20px 0 0;
}
#header ul {
  list-style: none;
}
#header li {
  margin: 0;
  line-height: 100%;
  cursor: pointer;
}
@media (min-width: 980px) {
  #header {
    inset: 40px 80px auto 80px;
    border-radius: 20px;
  }
}

.header-inner {
  padding: 15px 20px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
}

.header-logo img {
  display: block;
  max-width: 220px;
  height: auto;
}

.header-service {
  display: flex;
  justify-content: center;
  align-items: center;
  position: static;
}
.header-service .mod-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
}
@media (min-width: 980px) {
  .header-service .mod-menu {
    visibility: visible;
    opacity: 1;
    position: static;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
  }
}
.header-service .parent {
  position: static;
  margin-right: 2.5rem;
}
.header-service .parent ul.mod-menu__sub {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: -1;
  border-radius: 0 0 20px 20px;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.4s ease-in-out;
}
.header-service .parent ul.mod-menu__sub .nav-item {
  padding: 30px 0 15px 0;
}
.header-service .parent ul.mod-menu__sub .nav-item a {
  font-size: clamp(16px, 1.5rem, 24px);
  transition: all 0.25s ease-in-out;
}
.header-service .parent ul.mod-menu__sub .nav-item:hover a {
  color: #FE5F0E;
  transition: all 0.25s ease-in-out;
}
.header-service .parent.clicked ul.mod-menu__sub {
  transform: translateY(0);
  z-index: 6;
}

.hamburger-ct {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
@media (min-width: 980px) {
  .hamburger-ct {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
  }
}
.hamburger-ct .close-icon {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transition: all 0.25s ease-in-out;
}
.hamburger-ct .hamburger-icon {
  visibility: visible;
  opacity: 1;
  transition: all 0.25s ease-in-out;
}
.hamburger-ct.open .hamburger-icon {
  visibility: hidden;
  opacity: 0;
}
.hamburger-ct.open .close-icon {
  visibility: visible;
  opacity: 1;
}

#nav {
  position: fixed;
  inset: 0;
  z-index: 8;
  background-color: #fff;
  padding-top: 80px;
  transform: translateX(-100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
#nav.open {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
@media (min-width: 980px) {
  #nav {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
  }
}
#nav .nav-inner {
  padding: 20px;
  height: 100%;
  overflow-y: auto;
}
#nav .mod-menu > .nav-item {
  border-bottom: 1px solid #CECCCC;
}
#nav .mod-menu > .nav-item:last-child {
  border-bottom: none;
}
#nav .mod-menu > .nav-item > a {
  display: block;
  padding: 15px 0;
  font-size: 1.125rem;
}
#nav .mod-menu .parent {
  flex-wrap: wrap;
  padding: 15px 0;
}
#nav .mod-menu .parent > .mod-menu__heading {
  flex: 1;
  font-size: 1.125rem;
  cursor: pointer;
}
#nav .mod-menu .parent ul.mod-menu__sub {
  position: relative;
  width: 100%;
  padding: 0 0 0 20px;
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
}
#nav .mod-menu .parent ul.mod-menu__sub .nav-item {
  padding: 10px 0;
}
#nav .mod-menu .parent ul.mod-menu__sub .nav-item:hover .arrow-ct path {
  fill: #FE5F0E;
}
#nav .mod-menu .parent ul.mod-menu__sub .nav-item a {
  font-size: 1rem;
}
#nav .mod-menu .parent ul.mod-menu__sub .nav-item a .arrow-ct svg {
  width: 30px;
  height: 30px;
}
#nav .mod-menu .parent ul.mod-menu__sub .nav-item a .arrow-ct path {
  transition: fill 0.3s ease;
}
#nav .mod-menu .parent.clicked ul.mod-menu__sub {
  max-height: 1000px;
  visibility: visible;
  opacity: 1;
  padding: 10px 0 0 20px;
}
#nav ul {
  list-style: none;
}

#foto {
  position: relative;
  height: 100vh;
}
#foto::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 37.94%, rgba(0, 0, 0, 0.8) 100%);
}
#foto .list {
  height: 100%;
}
#foto .list img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  height: 100%;
}

#videobox-header {
  height: 100vh !important;
}

.slogan-ct {
  position: absolute;
  inset: 10vw;
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 980px) {
  .slogan-ct {
    bottom: 182px;
  }
}
.slogan-ct .title {
  display: block;
  max-width: 1080px;
  text-align: center;
  color: #fff;
}

body.noPhoto main {
  padding-top: 7rem;
}
body.noPhoto main:has(> section.color-reversed:first-of-type) {
  background-color: #1E1E1E;
}

.section-item,
.article {
  padding: 2.5rem 1rem;
}
@media (min-width: 980px) {
  .section-item,
  .article {
    padding: clamp(20px, 5rem, 80px);
  }
}
.section-item ul,
.article ul {
  margin: 1rem 2rem;
}
.section-item li,
.article li {
  margin: 0.5rem 0;
}
@media (min-width: 980px) {
  .section-item .container,
  .article .container {
    max-width: 1280px;
    margin: auto;
    width: 90%;
  }
}
.section-item :not(.btn) > a,
.article :not(.btn) > a {
  color: #FE5F0E;
}
.section-item :not(.btn) > a:hover,
.article :not(.btn) > a:hover {
  text-decoration: underline;
}

.article {
  text-align: center;
}

.section-text .container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 980px) {
  .section-text .container {
    flex-direction: row;
    gap: 3.125rem;
  }
}
.section-text .container .content {
  flex: 1;
}
@media (min-width: 980px) {
  .section-text .container .content {
    max-width: 70%;
  }
}
.section-text .container .logos {
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: start;
  flex-wrap: wrap;
  flex: 1;
  padding: 3.75rem 0 0.75rem 0;
  gap: 1.85rem;
}
@media (min-width: 980px) {
  .section-text .container .logos {
    align-items: center;
    width: calc(50% - 1.85rem);
    padding: 0;
  }
}
.section-text .container .logos img {
  display: block;
  width: fit-content;
  max-width: 200px;
  height: auto;
  object-fit: cover;
}
.section-text .container .section-element {
  flex: 1;
  margin-top: 2rem;
}
@media (min-width: 980px) {
  .section-text .container .section-element {
    margin-top: 0;
    width: calc(50% - 1.85rem);
  }
}
.section-text .container .section-element iframe {
  max-width: 100%;
}
.section-text .container .section-element img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  height: 100%;
}

.article-links {
  padding-top: clamp(32px, 5.56vw, 80px);
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
}
@media (min-width: 980px) {
  .article-links {
    justify-content: space-evenly;
  }
}

a.box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 1.25rem;
  width: clamp(300px, 33%, 400px);
  height: auto;
  aspect-ratio: 1/1;
  padding: 15px 25px 12px 25px;
  border: 3px solid #fff;
  border-radius: 10px;
}
a.box span {
  text-align: center;
}
a.box svg {
  transition: all 0.25s ease-in-out;
}
a.box .dot {
  position: absolute;
  width: 1rem;
  height: 1rem;
  background-color: #1E1E1E;
  border-radius: 100%;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: opacity 0.4s ease;
}
a.box .dot-1 {
  top: 0;
  left: 0;
}
a.box .dot-2 {
  top: 0;
  left: 100%;
}
a.box .dot-3 {
  top: 100%;
  left: 100%;
}
a.box .dot-4 {
  top: 100%;
  left: 0;
}
a.box:hover {
  border-color: #FE5F0E;
  text-decoration: none !important;
}
a.box:hover span {
  color: #FE5F0E;
}
a.box:hover path {
  stroke: #FE5F0E;
}
a.box:hover svg {
  transform: translateX(5px);
}
a.box:hover .dot {
  opacity: 1;
}
a.box:hover .dot-1 {
  animation: moveDot1 3s ease-in-out 3;
}
a.box:hover .dot-2 {
  animation: moveDot2 3s ease-in-out 3;
}
a.box:hover .dot-3 {
  animation: moveDot3 3s ease-in-out 3;
}
a.box:hover .dot-4 {
  animation: moveDot4 3s ease-in-out 3;
}
a.box:last-of-type {
  border: 3px solid #FE5F0E;
}
a.box:last-of-type span {
  color: #FE5F0E;
}
a.box:last-of-type path {
  stroke: #FE5F0E;
}
a.box:last-of-type .dot {
  background-color: #1E1E1E;
}

@media (min-width: 980px) {
  .section-textTwoCols h1, .section-textTwoCols .h1, .section-textTwoCols .title {
    margin-bottom: 0;
  }
}
@media (min-width: 980px) {
  .section-textTwoCols .container {
    display: flex;
    justify-content: center;
    gap: 3.125rem;
  }
  .section-textTwoCols .container .title, .section-textTwoCols .container .desc {
    flex: 1;
  }
}

.section-hasModuleFullWidth {
  position: relative;
}
@media (min-width: 980px) {
  .section-hasModuleFullWidth .container .content {
    max-width: 70%;
  }
}
.section-hasModuleFullWidth .container .module .mod-menu-brands {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-wrap: wrap;
  gap: 3rem;
}
.section-hasModuleFullWidth .container .module .brand-item {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 1.25rem;
  padding: 2rem 0;
}
@media (min-width: 980px) {
  .section-hasModuleFullWidth .container .module .brand-item {
    max-width: 360px;
    min-height: 660px;
  }
}
.section-hasModuleFullWidth .container .module .brand-item p {
  margin-bottom: 0;
}
.section-hasModuleFullWidth .container .module .brand-item svg {
  margin-bottom: 1.25rem;
}
.section-hasModuleFullWidth .container .module .brand-item__link {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.section-hasModuleFullWidth .container .module .brand-item__logo {
  margin-bottom: 1.25rem;
}
.section-hasModuleFullWidth .container .module .brand-item__logo img {
  display: block;
  width: auto;
  height: 30px;
}
.section-hasModuleFullWidth .container .module .brand-item__img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: 10px;
}

.section-rectangular .container {
  border-radius: 10px;
  border: 3px solid #FE5F0E;
  padding: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (min-width: 980px) {
  .section-rectangular .container {
    padding: 5rem;
  }
}
.section-rectangular * {
  color: #FE5F0E;
  margin: 0;
}
.section-rectangular .title {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  line-height: 80%;
}

.after-content {
  padding-top: 2rem;
}
@media (min-width: 980px) {
  .after-content {
    max-width: 1280px;
    margin: auto;
    width: 90%;
  }
}
.after-content__img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.after-content__img img {
  aspect-ratio: 2.06/1;
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.after-content .slider__img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 50px;
}
@media (hover: hover) {
  .after-content .slider__img {
    filter: grayscale(50%);
  }
}
.after-content .slider__text {
  display: flex;
  align-items: end;
  position: absolute;
  inset: 0;
  pointer-events: none;
  margin: 0;
  padding: 50% 50% 2rem 2rem;
  border-radius: 50px;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 37.94%, rgba(0, 0, 0, 0.8) 100%);
  color: #fff;
  font-size: clamp(16px, 1.5rem, 30px);
  visibility: visible;
  opacity: 1;
  transition: all 0.25s ease-in-out;
}
@media (hover: hover) {
  .after-content .slider__text {
    visibility: hidden;
    opacity: 0;
  }
}
.after-content .slider__container {
  position: relative;
}
.after-content .slider__container:hover {
  cursor: grab;
}
.after-content .slider__container:hover .slider__img {
  filter: grayscale(0%);
}
.after-content .slider__container:hover .slider__text {
  visibility: visible;
  opacity: 1;
  transition: all 0.25s ease-in-out;
}
.after-content .slider__container:active {
  cursor: grabbing;
}
.after-content .slider__container:has(.slider__text):hover {
  cursor: pointer;
}
.after-content__list {
  display: flex;
  flex-direction: column;
}
.after-content__list p {
  margin: 0;
}
.after-content__list-item {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 1.5rem;
  padding: 3rem 0 3.5rem 0;
}
@media (min-width: 980px) {
  .after-content__list-item {
    flex-direction: row;
    gap: 0;
  }
}
.after-content__list-item:first-of-type {
  padding-top: 0;
}
.after-content__list-item .list-item__1 {
  flex: 1;
}
.after-content__list-item .list-item__1 strong {
  font-size: 25px;
}
.after-content__list-item .list-item__2 {
  flex: 1;
}
.after-content__cta svg {
  vertical-align: middle;
}

.section-references h2:not(:has(+ p)) {
  margin-bottom: 2.7rem;
}
@media (min-width: 980px) {
  .section-references h2:not(:has(+ p)) {
    margin-bottom: 1.5rem;
  }
}

.projects-section {
  margin-bottom: 5rem;
}
.projects-section:last-of-type {
  margin-bottom: 0;
}
.projects-section .container {
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: start;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 980px) {
  .projects-section .container {
    max-width: 1280px;
    margin: auto;
    width: 90%;
  }
}
@media (min-width: 980px) {
  .projects-section .container {
    flex-direction: row;
  }
}
.projects-section .container .projects-slider,
.projects-section .container .projects-content {
  flex: 1;
  max-width: 100%;
}
@media (min-width: 980px) {
  .projects-section .container .projects-slider,
  .projects-section .container .projects-content {
    max-width: calc(50% - 1rem);
  }
}
.projects-section .projects-slider {
  position: relative;
}
.projects-section .projects-slider .project-slide__img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.projects-section .projects-nav {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: flex;
  gap: 0.5rem;
  z-index: 2;
}
.projects-section .projects-nav button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: #111;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
.projects-section .projects-nav button:hover {
  background: #fff;
  transform: scale(1.1);
}
.projects-section .projects-nav button.swiper-button-disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.projects-section .projects-nav button.swiper-button-disabled:hover {
  transform: none;
}
.projects-section .projects-nav button svg {
  width: 20px;
  height: 20px;
}
.projects-section .projects-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.projects-section .projects-content__cta {
  padding: 2rem 1.5rem 3.5rem 1.5rem;
  background-color: #F5F5F5;
  border-radius: 8px;
}
.projects-section .projects-content__cta strong:first-of-type {
  font-size: 25px;
}
.projects-section .projects-content__logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.projects-section .projects-content__logos .logo-ct {
  max-width: 200px;
}
.projects-section .projects-content__logos img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (min-width: 980px) {
  .projects-section:nth-of-type(even) .projects-slider {
    order: 2;
  }
}
.projects-section:after {
  content: "";
  width: 100%;
  display: block;
  height: 1px;
  background: #000;
  margin-top: 5rem;
}
@media (min-width: 980px) {
  .projects-section:after {
    display: none;
  }
}

.slider__container--link {
  position: relative;
}
.slider__container--link .slider__img--hidden {
  visibility: hidden;
}
.slider__container--link .box {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  aspect-ratio: unset;
  width: 100%;
  border-radius: 50px;
}

#footer {
  position: relative;
  background-color: #1E1E1E;
  padding: 2.5rem 1rem;
  padding-bottom: 7.5rem;
}
@media (min-width: 980px) {
  #footer {
    padding: clamp(20px, 5rem, 80px);
  }
}
#footer a:hover {
  cursor: pointer;
  text-decoration: underline;
}

.footer-main {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 980px) {
  .footer-main {
    max-width: 1280px;
    margin: auto;
    width: 90%;
  }
}
@media (min-width: 980px) {
  .footer-main {
    flex-direction: row;
  }
}
.footer-main .col-ct {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2.5rem;
  flex-wrap: wrap;
}
.footer-main .col-ct p, .footer-main .col-ct a {
  color: #fff;
  margin: 0;
}
.footer-main .col-ct .mod-ct {
  width: 100%;
}
@media (min-width: 980px) {
  .footer-main .col-ct .mod-ct {
    width: auto;
    min-width: 250px;
  }
}

.footer-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 980px) {
  .footer-logo {
    display: block;
  }
}
.footer-logo img {
  max-width: 110px;
  height: auto;
}

.footer-last {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
}
.footer-last * {
  color: #767676;
  text-align: center;
}

#jmap_sitemap {
  padding: 2.5rem 1rem;
  text-align: center;
}
@media (min-width: 980px) {
  #jmap_sitemap {
    padding: clamp(20px, 5rem, 80px);
  }
}
#jmap_sitemap li {
  padding: 0;
}
@media (min-width: 980px) {
  #jmap_sitemap .container {
    max-width: 1280px;
    margin: auto;
    width: 90%;
  }
}

#jmap_sitemap .folder,
#jmap_sitemap a[onclick="return false;"],
#jmap_sitemap > div > ul > li > ul > li:nth-child(1) > a {
  display: none;
}

.mod-languages .visually-hidden {
  display: none;
}
.mod-languages .mod-languages__list {
  padding-left: 2rem;
}
.mod-languages .mod-languages__list li, .mod-languages .mod-languages__list a {
  color: #ACACAC;
}

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