body {
  font-family: "Lato", "Segoe UI", -apple-system, BlinkMacSystemFont,
    "Helvetica Neue", Arial, sans-serif !important;
}

html {
  scroll-behavior: smooth;
}

.site-title {
  font-family: "Playfair Display", serif;
}

#blurb {
  font-size: 1.25rem;
  font-weight: 300;
}

@media (max-width: 767px) {
  #blurb {
    font-size: 1.2rem;
    font-weight: 400;
  }
}

#credentials {
  overflow: hidden;
}

@media (max-width: 767px) {
  .trust-blurb {
    font-size: 1.1rem !important;
  }
}

.send-blurb {
  font-family: "Playfair Display";
  line-height: 1.6rem;
}

@media (max-width: 767px) {
  .send-blurb {
    font-size: 1.3rem !important;
  }
}

.heading-1 {
  font-family: "Playfair Display", serif;
}

.navbar-nav .nav-link {
  color: rgb(255, 255, 255);
}

.navbar-toggler {
  border: none;
}

.toggler-button {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform-origin: center;
  -webkit-transform-origin: center;
}

.navbar-toggler:focus {
  box-shadow: none;
}

body,
#main-container {
  -webkit-overflow-scrolling: touch;
}

.nav-link:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}

#copy-email:hover {
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 0.5px;
}

.icon-btn {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  transition: transform 0.2s ease;
  height: 100%;
}

.icon-symbol {
  font-size: 4rem;
  font-weight: 400;
  color: #212529;
  transition: color 0.3s ease;
  display: block;
  margin: 0 auto 0.5rem;
  line-height: 1;
  font-family: "Bebas Neue", "Roboto Mono", sans-serif;
}

.icon-btn.active .icon-symbol {
  color: #dc3545;
}

.icon-label {
  display: block;
  margin-top: 0.3rem;
  font-size: 1.3rem;
  color: #212529;
  font-family: "Playfair Display", serif;
  transition: color 0.3s ease;
}

.icon-btn.active .icon-label {
  color: #dc3545;
  font-weight: bold;
}

@media (max-width: 1200px) {
  .icon-label {
    font-size: 1.2rem;
  }
}

.brackets-container {
  position: relative;
  display: inline-block;
}

.bracket-left,
.bracket-right {
  display: inline-block;
  position: relative;
  transition: none;
}

.font-size-util-1 {
  font-size: 1.25rem;
  font-family: "Lato";
  font-weight: 400;
}

@media (max-width: 767px) {
  .font-size-util-1 {
    font-size: 1.0625rem;
    font-weight: 500;
  }

  .font-size-util-1 strong {
    font-weight: 600;
  }
}

.font-size-util-2 {
  font-size: 1.05rem;
}

@media (max-width: 767px) {
  .font-size-util-2 {
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .headline-jump {
    font-size: 1.2rem !important;
  }
}

@media (min-width: 600px) and (max-width: 1023px) and (max-height: 800px) {
  .layout-balance {
    display: none;
  }
}

@media (max-width: 767px) {
  .layout-balance {
    display: none;
  }
}

.responsive-break {
  display: block;
}

@media (min-width: 1050px) {
  .responsive-break {
    display: none;
  }
}

#typed-container {
  display: inline-block;
  font-weight: bold;
  color: #dc3545;
  white-space: normal;
}

#typed-text {
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  white-space: normal;
  position: relative;
}

.caret {
  display: inline-block;
  color: inherit;
  font-weight: normal;
  font-size: 1em;
  line-height: 1;
  transition: all 0.3s ease;
  animation: blink 1s step-start infinite;
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}

#tick-mark {
  stroke-dasharray: 748.46;
  stroke-dashoffset: 748.46;
  transition: stroke-dashoffset 1s ease;
  display: inline-block;
  margin-left: 3px;
}

#floating-horn-panel {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
  z-index: 9999;
  background: none;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

#floating-horn-panel img {
  width: 40px;
  height: 40px;
  cursor: pointer;
}

#floating-horn-panel.show {
  opacity: 1;
  pointer-events: auto;
}

#close-horn-panel {
  filter: none;
  background-color: #dc3545;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  opacity: 1;
  top: 30px;
  left: 130px;
}

.note {
  opacity: 0;
  transform-origin: center;
  transform-box: fill-box;
  transform: translateY(0) scale(0.8);
  transition: opacity 0.15s ease, transform 0.15s ease;
  pointer-events: none;
}

.note.animate {
  opacity: 1;
  transform: translateY(-30px) scale(1.2);
  pointer-events: auto;
}

.horn-container {
  position: relative;
  display: inline-block;
}

.service-swiper {
  max-width: 1120px;
  width: 100%;
  display: block;
  flex-direction: column;
  overflow: hidden !important;
  touch-action: pan-y;
}

.service-swiper .swiper-wrapper {
  display: flex;
  max-width: 100%;
  flex-grow: 1;
}

.service-swiper .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  .service-swiper .swiper-slide {
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .service-swiper .swiper-slide.swiper-slide-active {
    opacity: 1;
  }
}

.service-swiper .swiper-pagination {
  position: static !important;
  padding: 0.5rem 0;
  max-width: 300px;
  margin: 0 auto 0;
  text-align: center;
  user-select: none;
  display: none;
}

.service-swiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  margin: 0 12px !important;
  border-radius: 0;
  transition: background-color 0.3s ease;
  cursor: pointer;
  background-color: #212529;
}

.service-swiper .swiper-pagination-bullet-active {
  background-color: #dc3545;
}

@media (max-width: 767px) {
  .service-swiper .swiper-slide {
    width: 100%;
    margin-right: 0;
  }
}

.mute-icon {
  position: absolute;
  top: 40px;
  left: 4px;
  background: transparent;
  padding: 2px 4px;
  border-radius: 3px;
  cursor: pointer;
  user-select: none;
}

.email-tooltip {
  position: absolute;
  left: -60px;
  background-color: #212529;
  color: #fff;
  padding: 0.25rem 0.5rem;
  font-size: 0.8rem;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  pointer-events: none;
}

@keyframes subtle-vertical-shake {
  0%,
  100% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-2px);
  }
  50% {
    transform: translateY(1.5px);
  }
  75% {
    transform: translateY(-1px);
  }
}

.shake {
  animation: subtle-vertical-shake 0.4s ease-in-out;
}

#resummon-container {
  position: absolute;
  top: 55px;
  right: -4.8rem;
  background: none;
  color: #dc3545;
  padding: 10px;
  border-radius: 0.5rem;
  cursor: pointer;
  font-weight: bold;
  font-family: "Lato";
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

#resummon-container.show {
  opacity: 1;
  pointer-events: auto;
}

.swiper {
  overflow-x: hidden;
}

@media (min-width: 768px) {
  .swiper {
    overflow: visible;
  }
}

.mySwiper,
.swiper-wrapper {
  position: relative;
  width: 100%;
}

.mySwiper {
  margin: 0 auto !important;
}

@media (max-width: 768px) {
  .mySwiper,
  .swiper-wrapper {
    align-items: center;
  }
}

.swiper-slide {
  transition: all 0.3s ease;
  opacity: 0.5;
  padding: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  box-sizing: border-box;
  backface-visibility: hidden;
  will-change: transform;
}

.swiper-slide-active {
  opacity: 1;
  filter: none;
  z-index: 2;
}

.testimonial-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 1rem;
  margin-top: 1rem;
}

.client-name {
  font-weight: 600;
  color: #dc3545;
  font-size: 1rem;
}

.client-title {
  color: #dc3545;
  font-size: 0.9rem;
  font-family: "Lato", sans-serif;
  font-style: italic;
  font-weight: 400;
}

.testimonial-text {
  font-size: 20px;
  line-height: 28px;
  color: #333;
  margin-bottom: 1.5rem;
  position: relative;
}

.testimonial-card {
  backdrop-filter: blur(10px);
  padding: 2rem;
  margin: 0 1rem;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  width: 100%;
}

@keyframes shake-diff {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(-4px);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.shake-once {
  animation: shake-diff 0.3s ease;
}

#reveal-arrow {
  transition: transform 0.3s ease;
  width: 100%;
  height: auto;
}

#reveal-arrow.open {
  transform: rotate(90deg);
}

.label-break::after {
  content: " ";
}

@media (max-width: 1000px), (max-height: 500px) and (orientation: landscape) {
  .label-break::after {
    content: "\A";
    white-space: pre;
  }
}

#brag-container {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.6s ease, opacity 0.6s ease;
}

#brag-container.open {
  max-height: 2500px;
  opacity: 1;
}

.quote-container {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
}

.quote-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 100%;
  height: 100%;
  background-color: #dc3545;
  transition: transform 0.4s ease;
  z-index: 1;
  transform-origin: center;
}

.quote-text {
  position: relative;
  z-index: 2;
  transition: color 0.3s ease;
  font-family: "Playfair Display";
  font-size: 1.6rem;
}

@media (max-width: 768px) {
  .quote-text {
    font-size: 1.5rem;
  }
}

@media (hover: hover) {
  .quote-container:hover::before {
    transform: translateX(-50%) scaleX(1);
  }

  .quote-container:hover .quote-text {
    color: white !important;
  }
}

#samples {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.5s ease;
}

#samples.show {
  max-height: 500px;
  opacity: 1;
}

#reveal-arrow2 {
  cursor: pointer;
  max-width: 36px;
  width: 36px;
  height: 36px;
  transform-origin: center;
  transform-box: fill-box;
  will-change: transform;
  transition: transform 0.4s ease;
}

#reveal-arrow2.open {
  transform: rotate(90deg);
}

.link-letstalk {
  text-underline-offset: 9px;
  text-decoration-thickness: 1px;
}

.sample-request {
  position: relative;
  color: #dc3545;
  cursor: pointer;
  display: inline-block;
  z-index: 0;
  overflow: hidden;
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 1px;
}

.sample-request::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background-color: #dc3545;
  z-index: -1;
  transition: height 0.4s ease;
}

.sample-request.active::before {
  height: 100%;
}

.sample-request a {
  color: #dc3545;
  transition: color 0.4s ease;
  position: relative;
  z-index: 1;
}

.sample-request.active a {
  color: white;
}

@media (min-width: 992px) {
  .sample-request:hover::before {
    height: 100%;
  }

  .sample-request:hover a {
    color: white;
  }
}

.strong-language {
  font-weight: 600;
}

.no-hover .nav-link:hover {
  background-color: transparent !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

.nav-link {
  color: white;
}

.nav-link:focus,
.nav-link:active {
  color: white !important;
  background-color: transparent !important;
}

@media (max-width: 767px) {
  .nav-link {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
}

.call-action {
  font-family: "Playfair Display", serif;
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  z-index: 0;
  transition: color 0.3s ease;
  color: white;
  text-decoration: none;
  border-left: 3px solid #dc3545;
  line-height: 1.2;
  text-wrap: balance;
}

@media (max-width: 767px) {
  .translate-file {
    display: none;
  }
}

@media (max-width: 767px) {
  .call-action {
    font-size: 1.4rem !important;
  }
}

@media (max-width: 767px) {
  .friction {
    color: #dc3545 !important;
  }
}

.call-action::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background-color: #dc3545;
  z-index: -1;
  transition: width 0.8s ease;
}

@media (hover: hover) and (pointer: fine) {
  .call-action:hover::before {
    width: 100%;
  }

  .call-action:hover {
    color: white;
    text-decoration: none;
  }
}

.call-action.animate::before {
  width: 100%;
}

.call-action.animate {
  color: white;
  text-decoration: none;
}

.call-action span {
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
}

.privacy-link {
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}

.modal-content {
  border-radius: 0px !important;
}

.nav-bullet {
  width: 16px;
  height: 16px;
  background-color: #212529;
  position: relative;
  overflow: hidden;
  transition: background-color 0.4s ease;
}

.nav-bullet::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0%;
  height: 0%;
  background-color: #dc3545;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 1s ease, height 1s ease;
  z-index: 1;
}

.nav-bullet.bullet-fill::before {
  width: 200%;
  height: 200%;
}

#sample-link {
  text-decoration-thickness: 1px;
}

.modal-link {
  text-decoration: none;
}

.btn-close:focus,
.btn-close:active {
  outline: none;
  box-shadow: none;
  border: none;
}

.flip-container {
  position: relative;
  transform-style: preserve-3d;
  transition: none;
}

.flip-side {
  backface-visibility: hidden;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.flip-front {
  transform: rotateY(0deg);
}

.flip-back {
  transform: rotateY(180deg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.flip-back .service-text {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.flip-back .bg-dark {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.flip-back .additional-info {
  opacity: 0.9;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.slide-wrapper {
  position: relative;
}

.flip-trigger.fab {
  position: absolute;
  bottom: 0rem;
  right: 0rem;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #dc3545;
  color: white;
  border: none;
  font-size: 1.25rem;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flip-icon {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  flex-shrink: 0;
}

@media (max-width: 576px) {
  .flip-trigger.fab {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }

  .flip-icon {
    width: 1.2rem;
    height: 1.2rem;
  }
}

.secondary-background {
  position: relative;
  background-color: #2c363c;
  background-image: repeating-linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.05),
    rgba(255, 255, 255, 0.05) 1px,
    transparent 1px,
    transparent 4rem
  );
  color: #ffffff;
  overflow: hidden;
}

.slide-container {
  position: relative;
  overflow: hidden;
}

.slide-side {
  width: 100%;
  will-change: transform;
}

.slide-front {
  transform: translateY(0%);
}

.slide-back {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #2c363c;
  background-image: repeating-linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.04) 0px,
      rgba(255, 255, 255, 0.04) 1px,
      transparent 1px,
      transparent 6px
    ),
    repeating-linear-gradient(
      -45deg,
      rgba(255, 255, 255, 0.04) 0px,
      rgba(255, 255, 255, 0.04) 1px,
      transparent 1px,
      transparent 6px
    );
  background-blend-mode: overlay;
  transform: translateY(100%) translateZ(0);
  box-shadow: 0 -1px 0 0 #2a3439;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.slide-front .bg-dark {
  box-shadow: 0 1px 0 0 #343a40;
}

.slide-back .service-text {
  width: 100%;
  flex: 1;
  display: flex;
  justify-content: center;
}

.slide-trigger.fab {
  position: absolute;
  bottom: 0rem;
  right: 0rem;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #dc3545;
  border: none;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide-icon {
  width: 1.25rem;
  height: 1.25rem;
  display: block;
}

.phrase {
  position: absolute;
  bottom: 4px;
  left: 50%;
  width: 94%;
  max-width: 94%;
  font-size: 1.8rem;
  font-weight: 600;
  cursor: pointer;
  font-family: "Playfair Display", serif;
  color: #dc3545;
  z-index: 2;
  background: transparent;
  white-space: normal;
  pointer-events: auto;
  user-select: none;
  opacity: 0;
  text-align: center;
  line-height: 1.4;
}

.phrase::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: white;
  overflow: hidden;
  clip-path: inset(0 0 calc(100% - var(--white-height, 0%)) 0);
  z-index: 1;
  pointer-events: none;
  padding: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.explicated {
  font-size: 1.3rem;
  color: #dc3545;
  font-family: "Lato", sans-serif;
  line-height: 1.5;
  width: 1000px;
  max-width: 90%;
  text-align: center;
  background: transparent;
  cursor: pointer;
  transform: scale(0.8);
  position: relative;
  opacity: 0;
  z-index: 1;
}

.gsap-translation-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
}

@media (max-width: 768px) {
  .phrase {
    font-size: 1.5rem;
    padding: 15px 20px;
    max-width: 85%;
  }

  .explicated {
    font-size: 1.3rem;
    padding: 10px 8px;
    width: 90vw;
    max-width: 90%;
  }
}

@media (max-width: 480px) {
  .phrase {
    font-size: 1.2rem;
    padding: 4px 4px;
    max-width: 80%;
  }

  .explicated {
    font-size: 1rem;
    width: 90%;
  }
}

@media (min-width: 600px) and (max-width: 1023px) and (min-height: 800px) {
  .phrase {
    font-size: 1.4rem;
  }

  .explicated {
    font-size: 1.1rem;
    width: 90%;
  }
}

@media (min-width: 600px) and (max-width: 1023px) and (max-height: 800px) {
  .phrase {
    font-size: 1.2rem;
  }

  .explicated {
    font-size: 1.1rem;
  }
}

@media (max-width: 767px) {
  .service-swiper {
    width: 95vw !important;
    position: relative !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    margin: 0 !important;
    max-width: none !important;
  }
}

.translation-console {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  height: 10%;
  box-sizing: border-box;
  font-family: "Courier Prime", monospace;
  background-color: #1e1e1e;
  color: #dc3545;
  padding: 12px 20px;
  font-size: 1.3rem;
  box-shadow: inset 0 0 10px #000;
  white-space: normal;
  user-select: none;
  min-height: 3em;
  opacity: 1;
  transform: none;
  transition: none;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .translation-console {
    min-height: 2rem;
    font-size: 1rem;
  }
}

.translation-console.visible {
  opacity: 1;
  transform: translateY(0);
}

.phrase-container {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 12rem;
  max-height: 12rem;
  text-wrap: balance;
}

@media (min-width: 768px) {
  .phrase-container {
    min-height: 8rem;
    max-height: 8rem;
  }
}

@media (min-width: 1024px) {
  .phrase-container {
    min-height: 6rem;
    max-height: 6rem;
  }
}

@media (min-width: 1200px) {
  .phrase-container {
    min-height: 4rem;
    max-height: 4rem;
  }
}

@media (min-width: 600px) and (max-width: 1023px) and (min-height: 800px) {
  .phrase-container {
    min-height: 10rem;
    max-height: 10rem;
  }
}

@media (min-width: 600px) and (max-width: 1023px) and (max-height: 800px) {
  .phrase-container {
    min-height: 5rem;
    max-height: 5rem;
  }
}

.phrase-container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background-image: url('data:image/svg+xml;utf8,<svg width="20" height="4" xmlns="http://www.w3.org/2000/svg"><rect width="10" height="4" fill="%23dc3545"/><rect x="10" width="10" height="4" fill="%23a52a2a"/></svg>');
  background-repeat: repeat-x;
  animation: conveyorMove 3s linear infinite;
  pointer-events: none;
  opacity: 0.9;
  border-radius: 2px;
}

@keyframes conveyorMove {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 20px 0;
  }
}

.ship-btn {
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  height: 50px;
  padding: 0;
  font-weight: bold;
  font-size: 1.2rem;
  color: white;
  background-color: #dc3545;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.05em;
  font-size: 2rem;
}

.boldish {
  font-weight: 600;
  font-size: 18px;
}

@media (max-width: 767px) {
  .boldish {
    font-size: 1rem;
  }
}

.lato {
  font-family: "Lato;";
  font-size: 1.4rem;
  font-weight: 300;
}

.courier-prime {
  font-family: "Courier Prime";
  font-weight: 400;
}

@media (max-height: 500px) {
  .phrase-container {
    min-height: 7rem;
    max-height: 7rem;
  }

  .explicated {
    font-size: 1.2rem;
    transform: scale(0.9);
  }

  .translation-console {
    font-size: 1rem;
    padding: 10px;
  }
}

.original-contact {
  position: relative;
  overflow: hidden;
  max-width: 1100px;
  z-index: 1;
  background: radial-gradient(
      circle at 20% 50%,
      rgba(255, 255, 255, 0.04) 1px,
      transparent 1px
    ),
    radial-gradient(
      circle at 80% 20%,
      rgba(255, 255, 255, 0.03) 1px,
      transparent 1px
    ),
    radial-gradient(
      circle at 40% 80%,
      rgba(255, 255, 255, 0.02) 1px,
      transparent 1px
    ),
    repeating-linear-gradient(
      45deg,
      transparent,
      transparent 2px,
      rgba(255, 255, 255, 0.015) 2px,
      rgba(255, 255, 255, 0.015) 4px
    ),
    #212529;
  background-size: 30px 30px, 20px 20px, 40px 40px, 20px 20px;
}

.form-container {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2c363c;
  color: white;
  z-index: 10;
  will-change: transform;
}

.form-container::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 20px;
  background-color: #2c363c;
  z-index: 1;
}

.form-content {
  padding: 2rem 2rem 2.1rem 2rem;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.contact-content {
  position: relative;
  z-index: 1;
  transform: translateY(0);
}

.switch-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
}

.rect-switch {
  position: relative;
  width: 120px;
  height: 32px;
  background-color: #f0f0ec;
  cursor: pointer;
  transition: background-color 0.3s ease;
  overflow: hidden;
}

.switch-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 34px;
  background-color: #dc3545;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.switch-slider.active {
  transform: translateX(60px);
}

.switch-option {
  position: absolute;
  top: 50%;
  font-size: 20px;
  user-select: none;
  z-index: 2;
  padding-bottom: 3px;
  transition: color 0.3s ease;
  color: #000;
}

.switch-option.left {
  left: 25%;
  transform: translate(-50%, -50%);
}

.switch-option.right {
  left: 75%;
  transform: translate(-50%, -50%);
}

.switch-option.active {
  color: white;
}

.switch-option.inactive {
  color: #000;
}

@media (max-width: 768px) {
  .rect-switch {
    width: 100px;
    height: 30px;
  }
  .switch-slider {
    width: 50px;
    height: 32px;
  }
  .switch-slider.active {
    transform: translateX(50px);
  }
  .switch-option {
    font-size: 17px;
  }
  .switch-option.left,
  .switch-option.right {
    left: 25%;
    transform: translate(-50%, -50%);
  }
  .switch-option.right {
    left: 75%;
  }
}

.name-form,
.contact-form {
  margin: 0 auto 1rem;
}

.custom-input,
textarea.custom-input {
  border-radius: 0;
  color: #212529;
  box-shadow: none;
  resize: none;
  min-height: 120px;
}

.custom-input:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

.message-form {
  position: relative;
  z-index: 10;
  height: 80px;
  will-change: transform;
}

.message-form .custom-input {
  resize: none;
  overflow: hidden;
  transition: height 0.2s ease;
  min-height: 80px;
}

.message-form .custom-input.overflowing {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 15;
  background-color: white;
  border: none;
  box-shadow: none;
}

.message-form.has-overflow .form-floating > label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  color: rgba(var(--bs-body-color-rgb), 0.65);
}

.message-form.has-overflow::after {
  content: "";
  display: block;
  height: 80px;
  width: 100%;
}

.form-floating > label {
  color: #212529;
  font-weight: 500;
}

#fileDropzone.dropzone {
  border: 2px dashed #e0dfdf !important;
  border-radius: 0 !important;
  background: transparent !important;
  padding: 1rem !important;
  transition: all 0.3s ease-in-out !important;
  cursor: pointer !important;
  width: 100% !important;
  position: relative !important;
  overflow-y: auto !important;
}

@media (hover: hover) and (pointer: fine) {
  #fileDropzone.dropzone:hover,
  #fileDropzone.dropzone.dz-drag-hover {
    border-color: #dc3545 !important;
    background-color: #fff !important;
  }
}

#fileDropzone.dropzone .dz-message {
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 100% !important;
  position: absolute !important;
  inset: 0 !important;
}

.dropzone-content p {
  color: #dc3545 !important;
  font-size: 1.3rem !important;
  font-weight: 500 !important;
  margin-bottom: 0.15rem !important;
}

.dropzone-content .small {
  font-size: 0.85rem !important;
  color: #6c757d !important;
  padding: 0;
}

@media (max-width: 767px) {
  .dropzone-content p {
    font-size: 0.85rem !important;
  }
}

@media (hover: none) and (pointer: coarse) {
  #fileDropzone.dropzone .dz-preview {
    pointer-events: auto !important;
    cursor: pointer !important;
  }
  #fileDropzone.dropzone .dz-preview[data-file-type^="image"] {
    filter: none !important;
    backdrop-filter: none !important;
  }
  #fileDropzone.dropzone .dz-preview[data-file-type^="image"] .dz-details,
  #fileDropzone.dropzone .dz-preview[data-file-type^="image"] .dz-filename {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }
  #fileDropzone.dropzone .dz-preview * {
    pointer-events: none !important;
    filter: none !important;
    backdrop-filter: none !important;
  }
  #fileDropzone.dropzone .dz-preview *:hover,
  #fileDropzone.dropzone .dz-preview *:focus,
  #fileDropzone.dropzone .dz-preview *:active {
    outline: none !important;
    box-shadow: none !important;
    background: none !important;
    border: none !important;
    filter: none !important;
    backdrop-filter: none !important;
  }
  #fileDropzone.dropzone .dz-preview .dz-remove {
    display: block !important;
    pointer-events: auto !important;
    cursor: pointer !important;
  }
}

#fileDropzone.dropzone .dz-preview {
  display: inline-block !important;
  margin: 2px !important;
  padding: 8px 12px !important;
  background: #f8f9fa !important;
  border: 1px solid #e0dfdf !important;
  border-radius: 4px !important;
  position: relative !important;
  z-index: 1 !important;
  max-height: 100px;
  box-sizing: border-box !important;
  overflow: hidden !important;
  width: calc(20% - 4px) !important;
  flex: 0 0 calc(20% - 4px) !important;
}

#fileDropzone.dropzone .dz-preview .dz-details {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-width: 0 !important;
  height: 100% !important;
}

#fileDropzone.dropzone .dz-preview .dz-filename {
  font-size: 0.85rem !important;
  color: #212529 !important;
  margin: 0 !important;
  text-align: center !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  user-select: none !important;
  pointer-events: none !important;
}

#fileDropzone.dropzone .dz-preview .dz-remove {
  color: #dc3545 !important;
  font-size: 2rem !important;
  font-weight: bold !important;
  line-height: 1 !important;
  text-decoration: none !important;
  position: absolute !important;
  top: 4px !important;
  right: 6px !important;
  z-index: 100 !important;
  cursor: pointer !important;
  pointer-events: auto !important;
  user-select: none !important;
}

#fileDropzone.dropzone .dz-preview .dz-size,
#fileDropzone.dropzone .dz-preview .dz-progress,
#fileDropzone.dropzone .dz-preview .dz-success-mark,
#fileDropzone.dropzone .dz-preview .dz-error-mark {
  display: none !important;
}

#fileDropzone.dropzone.dz-started {
  height: 120px !important;
}

#fileDropzone.dropzone .dz-preview.loading {
  position: relative;
  overflow: hidden;
}

#fileDropzone.dropzone .dz-preview.loading::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(220, 53, 69, 0.3),
    transparent
  );
  animation: loading-sweep 0.8s ease-in-out;
  z-index: 10;
}

#fileDropzone.dropzone .dz-preview.loading .dz-details,
#fileDropzone.dropzone .dz-preview.loading .dz-remove {
  opacity: 0.5;
}

#fileDropzone.has-files {
  border-color: #dc3545 !important;
  background-color: #fff !important;
}

.send-btn {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background: transparent;
  border: none;
  color: white;
  font-family: "Playfair Display", serif;
  font-size: 1.6rem;
  padding: 12px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  z-index: 0;
  line-height: 1;
}

.send-btn::before,
.send-btn::after {
  content: "";
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #dc3545;
  transform: scaleX(0);
  transition: transform 0.4s ease;
  z-index: -1;
}

.send-btn::before {
  left: 0;
  transform-origin: left;
}

.send-btn::after {
  right: 0;
  transform-origin: right;
}

@media (hover: hover) {
  .send-btn:hover::before,
  .send-btn:hover::after {
    transform: scaleX(1);
  }
}

.send-btn.mobile-active::before,
.send-btn.mobile-active::after,
.send-btn.desktop-active::before,
.send-btn.desktop-active::after,
.send-btn.keep-red::before,
.send-btn.keep-red::after {
  transform: scaleX(1) !important;
  transition: transform 0.4s ease !important;
}

.send-btn.desktop-active,
.send-btn.keep-red {
  background-color: #dc3545 !important;
}

.send-btn.reset-animation::before,
.send-btn.reset-animation::after {
  transform: scaleX(0) !important;
  transition: none !important;
}

.send-wrapper {
  position: relative;
  display: inline-block;
  align-items: center;
  margin: 0;
  vertical-align: top;
}

.send-wrapper.uploading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -50px;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  border: 3px solid #dc3545;
  border-top: 3px solid transparent;
  border-radius: 50%;
  animation: spinner-rotate 0.8s linear infinite;
  z-index: 10;
}

#thankYouMessage {
  position: absolute;
  background: transparent;
  color: #dc3545;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.2;
  opacity: 0;
  visibility: hidden;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.form-error {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
  background-color: #dc3545;
  color: white;
  font-size: 0.9rem;
  padding: 4px 8px;
  white-space: nowrap;
  pointer-events: none;
  font-family: "Roboto Mono", "Courier Prime", monospace;
  z-index: 9999;
}

.form-error.visible {
  display: block;
}

@media (max-width: 768px) {
  .send-wrapper {
    vertical-align: text-top;
  }

  #fileDropzone.dropzone .dz-preview {
    width: calc(50% - 4px) !important;
    flex: 0 0 calc(50% - 4px) !important;
  }

  #fileDropzone.dropzone .dz-preview .dz-filename {
    font-size: 0.75rem !important;
  }

  #fileDropzone.dropzone .dz-preview .dz-remove {
    font-size: 2rem !important;
    top: 3px !important;
    right: 4px !important;
  }
}

@media (max-width: 880px) {
  #thankYouMessage {
    width: 90%;
    font-size: 1rem;
    bottom: 0.1rem;
  }
}

@media (max-width: 480px) {
  #fileDropzone.dropzone .dz-preview {
    width: calc(100% - 4px) !important;
    flex: 0 0 calc(100% - 4px) !important;
  }

  .dropzone-content p,
  .dropzone-content .small {
    padding: 10px;
  }
}

@keyframes loading-sweep {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

@keyframes spinner-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.tooltip-word {
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-offset: 2px;
}

.tooltip .tooltip-inner {
  background-color: #b1b1ae;
  color: #212529;
  border-radius: 0;
  font-family: "Lato", sans-serif;
  font-size: 0.9rem;
  padding: 8px 12px;
}

.tooltip .tooltip-arrow {
  display: none;
}

.italic-proper {
  font-family: "Lato", sans-serif;
  font-style: italic;
  font-weight: 400;
}

.legal-translation {
  position: relative;
  background-color: #212529;
  color: #ffffff;
  overflow: hidden;
  background-image: repeating-linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.05),
    rgba(255, 255, 255, 0.05) 1px,
    transparent 1px,
    transparent 3rem
  );
}

.engineering-paper {
  background-color: #212529;
  background-image: linear-gradient(
      to right,
      rgba(255, 255, 255, 0.05) 1px,
      transparent 1px
    ),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 1px,
      rgba(255, 255, 255, 0.02) 2px
    );
  background-size: 20px 20px;
}

.media-localization {
  position: relative;
  color: #fff;
  background: linear-gradient(
    145deg,
    #212529 0%,
    #2b262e 15%,
    #39232c 30%,
    #4a1f2c 45%,
    #5c252e 60%,
    #732930 75%,
    #8f2d33 90%,
    #dc3545 100%
  );
  overflow: hidden;
}

.media-localization::after {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  pointer-events: none;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.15) 0%,
    rgba(255, 255, 255, 0.05) 25%,
    transparent 60%
  );
  animation: cornerGlow 7s ease-in-out infinite alternate;
}

@keyframes cornerGlow {
  0%,
  100% {
    opacity: 0.1;
    transform: scale(1);
  }
  50% {
    opacity: 0.25;
    transform: scale(1.05);
  }
}

.marketing-translation {
  position: relative;
  background-color: #212529;
  background-image: repeating-radial-gradient(
    circle at center,
    rgba(255, 255, 255, 0.03) 0 2px,
    transparent 2px 10px
  );
  color: #ffffff;
  overflow: hidden;
}

.ripple {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.12);
  transform: translate(-50%, -50%);
  pointer-events: none;
}
