.section-title {
  font-family: "IBM Plex Mono", monospace;
  font-size: 40px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -2px;
  position: relative;
  z-index: 2;
}

.text-16 {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 170%;
}

.text-20 {
  text-align: center;
  font-family: "IBM Plex Mono", monospace;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}

.text-24 {
  font-family: "IBM Plex Mono", monospace;
  font-size: 24px;
  font-weight: 700;
  line-height: 110%;
}

@media (max-width: 991px) {
  .section-title {
    font-size: 28px;
  }
  .text-16 {
    font-size: 14px;
  }
}
.page-loader {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  z-index: 9999999;
  background-color: #E32320;
}
.page-loader #word-container {
  font-size: 40px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 600;
}
.page-loader #word-container img {
  height: 50px;
}
.page-loader .reveal-logo {
  display: none;
  width: 120px;
  height: 120px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s cubic-bezier(0.99, -0.07, 0.87, 0.55);
}
.page-loader .reveal-logo.scaled {
  top: -20%;
  width: 4300px;
  height: 3800px;
}

header {
  position: relative;
  z-index: 4;
  height: 96px;
}
header .hamburguer-menu {
  display: none;
}
header .header-btn #lettering path {
  fill: #FFFFFF;
}
header .language-selector {
  display: flex;
  align-items: center;
  gap: 12px;
}
header .language-selector button {
  padding: 0px;
  background-color: transparent;
  border: none;
  position: relative;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  font-family: "IBM Plex Mono", monospace;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.14px;
  transition: 0.3s ease-in-out;
}
header .language-selector button:hover {
  color: #fe5552;
}
header .language-selector button:hover svg path {
  fill: #fe5552;
}
header .language-selector button:hover svg circle {
  fill: #fe5552;
}
header .language-selector button:hover.active {
  color: #E32320;
}
header .language-selector button:hover.active svg path {
  fill: #E32320;
}
header .language-selector button svg {
  margin-right: 8px;
}
header .language-selector button svg path {
  transition: 0.3s ease-in-out;
  fill: #FFFFFF;
}
header .language-selector button svg circle {
  transition: 0.3s ease-in-out;
  fill: #FFFFFF;
}
header .language-selector button::after {
  content: "";
  height: 1px;
  width: 0px;
  background-color: #E32320;
  position: absolute;
  bottom: -4px;
  left: 0px;
  transition: 0.3s ease-in-out;
  z-index: 2;
}
header .language-selector button.active {
  color: #E32320;
}
header .language-selector button.active svg path {
  fill: #E32320;
}
header .language-selector button.active svg circle {
  fill: #E32320;
}
header .language-selector button.active::after {
  width: 100%;
}
header ul {
  gap: 40px;
}
header ul li, header ul a, header ul button {
  display: flex;
  color: #FFFFFF;
  font-family: "IBM Plex Mono", monospace;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  align-items: center;
}
header ul button {
  padding: 0px;
  background-color: transparent;
  border: none;
}
header ul li:nth-child(2) {
  margin-right: 8px;
}
header ul a, header ul button {
  padding: 4px;
  transition: color 0.3s ease-in-out;
  position: relative;
}
header ul a svg, header ul button svg {
  position: absolute;
  right: 4px;
  top: 0px;
  transform: translate(0%, 50%);
  height: 13px;
  width: 13px;
  transition: top 0.3s ease-in-out;
}
header ul a:hover, header ul button:hover {
  color: #E32320;
  font-weight: bold;
}
header ul a:hover svg, header ul button:hover svg {
  top: 3px;
}
header ul a:hover svg path, header ul button:hover svg path {
  fill: #E32320;
}
header .current-page {
  color: #E32320 !important;
  font-weight: bold;
  position: relative;
}
header .current-page svg path {
  fill: #E32320 !important;
}
header .current-page:hover {
  animation: none;
}
header .current-page:hover::before {
  animation: none !important;
  display: none;
  clip-path: none;
  content: none;
}
header .current-page:hover::after {
  animation: none !important;
  clip-path: none;
}
header .current-page::after {
  content: "" !important;
  position: absolute;
  width: 100%;
  height: 0px;
  bottom: 0px;
  left: 0px;
  background-color: #E32320;
}
header button.current-page::after {
  width: 100%;
}
header .dropdown-container {
  position: relative;
  z-index: 2;
}
header .dropdown-container.active button {
  color: #E32320;
  font-weight: bold;
}
header .dropdown-container.active .dropdown-content-container {
  height: initial;
  opacity: 1;
}
header .dropdown-container .dropdown-content-container {
  position: absolute;
  top: 40px;
  left: 0px;
  min-width: 256px;
  height: 0px;
  z-index: -1;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  filter: url(#noise);
  -webkit-filter: url(#noise);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
header .dropdown-container .dropdown-content-container img {
  height: 100%;
  position: absolute;
  min-height: 134px;
  min-width: 256px;
  max-width: 256px;
}
header .dropdown-container .dropdown-content-container .dropdown-content {
  position: relative;
  z-index: 3;
  padding: 24px;
}
header .dropdown-container .dropdown-content-container .dropdown-content a {
  display: flex;
  padding: 4px 8px;
  margin-bottom: 6px;
  width: 100%;
}
header .dropdown-container .dropdown-content-container .dropdown-content a:last-child {
  margin-bottom: 0px;
}
header .dropdown-container .dropdown-content-container .dropdown-content a:hover {
  color: #FFFFFF;
}
header .dropdown-container button {
  padding-right: 24px;
}

.our-team {
  position: relative;
  overflow: hidden;
  background-color: #0d0d0d;
}
.our-team .default-btn {
  margin: 0px auto;
  margin-top: 64px;
  z-index: 3;
  position: relative;
  max-width: fit-content;
}
.our-team .our-team-header {
  position: relative;
  margin-bottom: 40px;
  z-index: 3;
}
.our-team .our-team-header h2 {
  color: #FFFFFF;
}
.our-team .our-team-header svg {
  position: absolute;
  top: 0px;
  left: 0px;
  transform: translate(-24px, -42px);
  width: 414px;
}
.our-team::before, .our-team::after {
  position: absolute;
  top: -2px;
  width: 100%;
  height: 80px;
  content: "";
  background: linear-gradient(0deg, rgba(13, 13, 13, 0) 0%, rgb(13, 13, 13) 80%);
  z-index: 2;
}
.our-team::after {
  top: auto;
  bottom: -2px;
  background: linear-gradient(180deg, rgba(13, 13, 13, 0) 0%, rgb(13, 13, 13) 80%);
}
.our-team.light {
  background-color: #FFFFFF;
  border-top: 2px solid #FFFFFF;
  padding-top: 220px;
}
.our-team.light .our-team-header h2 {
  color: #0d0d0d;
}
.our-team.light::before, .our-team.light::after {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 80%);
}
.our-team.light::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 80%);
}

#success-modal .modal-dialog {
  max-width: 742px;
}
#success-modal .modal-content-align {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}
#success-modal .modal-content {
  padding: 40px 24px;
  width: 100%;
  background-color: transparent;
  border: none;
}
#success-modal .modal-content img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#success-modal .modal-content h2 {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 16px;
}
#success-modal .modal-content p {
  font-size: 14px;
  margin-bottom: 36px;
}
#success-modal .modal-content .close {
  position: absolute;
  right: 24px;
  top: 16px;
}
#success-modal .modal-content .default-btn {
  max-width: 107px;
  width: 100%;
  font-size: 14px;
  height: 42px;
}

.follower {
  position: fixed;
  width: 20px;
  height: 20px;
  background-color: grey;
  border-radius: 10px;
  transition-duration: 300ms;
  transition-timing-function: ease-out;
  position: fixed;
  transform: translate(-50%, -50%);
}

html {
  margin: 0px;
  overflow-x: hidden !important;
}
html.hidden-scroll {
  overflow: hidden !important;
}

.modal {
  padding-right: 0px !important;
  z-index: 9999999 !important;
}

.modal.show .modal-dialog {
  z-index: 99999 !important;
}

body {
  background-color: #0d0d0d;
  overflow-x: hidden !important;
  scroll-behavior: smooth;
  font-family: "IBM Plex Sans", sans-serif;
  overflow: hidden;
  color: #FFFFFF;
  padding-right: 0px !important;
}
body .content {
  scroll-behavior: smooth;
  overflow-y: scroll;
}
body::-webkit-scrollbar {
  width: 12px;
  border-radius: 4px;
}
body::-webkit-scrollbar-track {
  background: #CCCCCC;
}
body::-webkit-scrollbar-thumb {
  background: #E32320;
}
body::-webkit-scrollbar-thumb:hover {
  background: rgba(227, 35, 32, 0.4);
}

.custom-container {
  max-width: 1280px;
  margin: 0px auto;
  width: 100%;
  padding: 0px 15px;
}

strong {
  font-weight: bold;
}

input {
  max-width: 412px;
  height: 60px;
  width: 100%;
  padding-left: 16px;
}
input:focus {
  border-color: #E32320;
}

.default-btn {
  background-color: #E32320;
  color: #FFFFFF;
  text-align: center;
  font-family: "IBM Plex Mono", monospace;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  border: 1px solid transparent;
  border-color: transparent;
  padding: 0px;
  cursor: pointer;
  padding: 16px 24px;
  border-radius: 4px;
}
.default-btn:disabled {
  background-color: rgba(0, 0, 0, 0.16) !important;
}
.default-btn.lg {
  padding: 20px 32px;
}
.default-btn.black {
  background-color: #0d0d0d;
}
.default-btn.black.opacity-hover {
  background-color: #000000;
  color: #FFFFFF;
}
.default-btn.opacity-hover:hover {
  opacity: 0.8;
}
.default-btn.transparent:hover {
  background-color: transparent;
  color: #E32320;
  border: 1px solid #E32320;
}
.default-btn:hover {
  color: #E32320;
  background-color: #FFFFFF;
}
.default-btn.outlined {
  background-color: transparent;
  border: 1px solid #E32320;
}
.default-btn.bu-btn:hover {
  color: #FFFFFF;
  opacity: 0.7;
}
.default-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.centered-image-to-title-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.centered-image-to-title-container img {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, -34px);
  width: 561px;
}

.newsletter-wrapper {
  padding-bottom: 60px;
  padding-top: 0px;
}
.newsletter-wrapper .newsletter {
  background-color: #0d0d0d;
}
.newsletter-wrapper.black-illustration {
  background-color: #FFFFFF;
}
.newsletter-wrapper.black-illustration .newsletter {
  background-color: #FFFFFF;
}
.newsletter-wrapper.black-illustration .newsletter .wpcf7-submit {
  background-color: #E32320;
  border: 1px solid #E32320;
}
.newsletter-wrapper.black-illustration .newsletter #background {
  fill: #0d0d0d;
}
.newsletter-wrapper.black-illustration .newsletter #ilustracao-direita path {
  fill: #313131;
}

.newsletter {
  position: relative;
}
.newsletter h3 {
  text-align: center;
  font-family: "IBM Plex Mono", monospace;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -1px;
  margin-bottom: 16px;
}
.newsletter p {
  text-align: center;
  margin-bottom: 32px;
}
.newsletter .submit-email-form {
  display: flex;
  align-items: center;
  justify-content: center;
}
.newsletter .wpcf7-spinner {
  position: absolute;
}
.newsletter input {
  border-radius: 8px 0px 0px 8px;
  background-color: #FFFFFF;
  border: 1px solid transparent;
  height: 56px;
  border-left: right;
}
.newsletter label {
  text-align: left;
  width: 100%;
}
.newsletter .wpcf7-form {
  display: flex;
}
.newsletter .wpcf7-form p {
  height: 56px;
  margin: 0px;
}
.newsletter .wpcf7-form p:nth-child(2) {
  width: calc(100% - 134px);
}
.newsletter .wpcf7-submit {
  width: 134px;
  height: 56px;
  border-radius: 0px 8px 8px 0px;
  background-color: #0d0d0d;
  border: 1px solid #0d0d0d;
  color: #FFFFFF;
  font-family: "IBM Plex Mono", monospace;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 24px */
  border-left: none;
}
.newsletter .wpcf7-submit:disabled {
  background-color: rgba(239, 239, 239, 0.3) !important;
  border-color: rgba(239, 239, 239, 0.3) !important;
}
.newsletter svg {
  width: 100%;
  max-width: 100%;
}
.newsletter .newsletter-content-container {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 490px;
}
.newsletter .newsletter-mobile {
  display: none;
}

main {
  animation: fade-in 1.5s ease-in-out forwards;
}

.loader-wrapper {
  min-height: 100vh;
  width: 100vw;
  position: relative;
}
.loader-wrapper .loader-background-image {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  opacity: 0.1;
}

.modal {
  height: 100vh;
}
.modal .modal-content {
  filter: url(#noise);
  -webkit-filter: url(#noise);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

#contact-modal .modal-dialog {
  max-width: 1120px;
}
#contact-modal .contact-content-container {
  position: absolute !important;
  top: 50%;
  transform: translateY(-50%);
  left: 104px;
}
#contact-modal .close {
  position: absolute;
  right: 40px;
  top: 32px;
  color: #FFFFFF;
}
#contact-modal .modal-content {
  background-color: transparent;
  border: none;
  padding: 0px;
}
#contact-modal .modal-content .contact-modal-background {
  width: 100%;
}
#contact-modal .modal-content .rc-anchor-pt {
  display: none;
}
#contact-modal .modal-content h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 35.2px */
  letter-spacing: -1px;
  margin-bottom: 12px;
}
#contact-modal .modal-content p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
}
#contact-modal .modal-content .wpcf7-form-control-wrap {
  height: 40px;
  display: flex;
  margin-bottom: 16px;
}
#contact-modal .modal-content .wpcf7-form-control-wrap label {
  font-weight: 400;
}
#contact-modal .modal-content .wpcf7-form-control-wrap span {
  height: 40px;
}
#contact-modal .modal-content .wpcf7-form-control-wrap input {
  height: 40px !important;
  border-radius: 8px;
  padding-left: 16px;
  padding-bottom: 4px;
}
#contact-modal .modal-content .wpcf7-form-control-wrap textarea {
  width: 100%;
  border-radius: 8px;
  padding-left: 16px;
  height: 100px;
  padding-top: 4px;
  padding-top: 8px;
  max-height: 80px;
}
#contact-modal .modal-content .wpcf7-form-control-wrap.recaptcha {
  height: initial;
  display: flex;
  justify-content: flex-end;
}
#contact-modal .modal-content .wpcf7-form-control-wrap.recaptcha span {
  height: initial;
  display: block;
}
#contact-modal .modal-content .wpcf7-form-control-wrap .g-recaptcha {
  width: 100%;
  transform: scale(0.83) translateX(80px);
  transform-origin: 0 0;
  display: flex;
  justify-content: flex-end;
  margin: 0px 0px 0px auto;
}
#contact-modal .modal-content p br {
  display: none;
}
#contact-modal .modal-content p:nth-child(4) {
  height: 100px;
}
#contact-modal .modal-content .text-16 {
  margin-bottom: 24px;
}
#contact-modal .modal-content .wpcf7-submit {
  max-width: 130px;
  height: 48px;
  color: #FFFFFF;
  padding: 8px;
  background-color: #E32320;
  border: none;
  border-radius: 4px;
  margin: 0px 0px 0px auto;
  display: flex;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
#contact-modal .modal-content .wpcf7-submit:disabled {
  background-color: rgba(239, 239, 239, 0.3) !important;
  border-color: rgba(239, 239, 239, 0.3) !important;
}
#contact-modal .modal-content label {
  font-family: "IBM Plex Sans", sans-serif !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 14px */
  color: #FFFFFF;
}
#contact-modal .contact-modal-background.mobile {
  display: none;
}

.swiper-slide {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  height: auto;
}
.swiper-slide .bu-delivery-card {
  height: 100%;
}

.hero-background, .our-team-background, .about-hero-background {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  clip-path: circle(200px at var(--x, 50%) var(--y, 50%));
  transition: clip-path 100ms;
}
.hero-background .radial-gradient, .our-team-background .radial-gradient, .about-hero-background .radial-gradient {
  position: absolute;
  top: var(--y, 50%);
  left: var(--x, 50%);
  transform: translate(-50%, -50%);
  width: 400px;
  height: 400px;
  background: radial-gradient(circle at 50% 50%, rgba(13, 13, 13, 0.2) 20%, rgb(13, 13, 13));
  transition: 100ms;
  border-radius: 50%;
}
.hero-background img, .our-team-background img, .about-hero-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.05;
  z-index: 1;
}
.hero-background .background-overlay, .our-team-background .background-overlay, .about-hero-background .background-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #0d0d0d;
  opacity: 0;
  z-index: 2;
}

.about-hero-background {
  clip-path: circle(400px at var(--x, 50%) var(--y, 50%));
}
.about-hero-background .radial-gradient {
  background: radial-gradient(circle at 50% 50%, rgba(13, 13, 13, 0.2) 20%, rgb(13, 13, 13));
  width: 800px;
  height: 800px;
}
.about-hero-background img {
  opacity: 0.4;
}

.our-team .our-team-background {
  z-index: 1;
  clip-path: circle(400px at var(--x, 50%) var(--y, 50%));
}
.our-team .our-team-background .radial-gradient {
  width: 800px;
  height: 800px;
}
.our-team.light .our-team-background img {
  opacity: 0.4;
}
.our-team.light .our-team-background .radial-gradient {
  background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.2) 20%, rgb(255, 255, 255));
}

.aligncenter {
  margin: 0 auto;
}

.wp-caption-text {
  text-align: center;
}

.pagination-container {
  position: relative;
  margin-top: 80px;
  height: 8px;
  width: calc(100vw - 30px);
}
.pagination-container .swiper-pagination-progressbar-fill {
  background-color: #E32320;
}
.pagination-container .swiper-pagination {
  background-color: #474747;
}
.pagination-container .swiper-pagination {
  top: auto;
  bottom: 0px;
  height: 8px;
}
.pagination-container.quimera-team .swiper-pagination-progressbar-fill {
  background-color: #FBBA00;
}
.pagination-container.purple-team .swiper-pagination-progressbar-fill {
  background-color: #7536D8;
}
.pagination-container.devsec-team .swiper-pagination-progressbar-fill {
  background-color: #9A309B;
}
.pagination-container.pentest-team .swiper-pagination-progressbar-fill {
  background-color: #BE295D;
}
.pagination-container.red-team .swiper-pagination-progressbar-fill {
  background-color: #E32320;
}
.pagination-container.research-team .swiper-pagination-progressbar-fill {
  background-color: #E32320;
}

.testimonials {
  padding-top: 120px;
  position: relative;
}
.testimonials .centered-image-to-title-container img {
  width: 765px;
}
.testimonials .testimonials-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 70px;
  margin-bottom: 40px;
}
.testimonials .testimonials-container .col-lg-4 {
  padding: 15px;
}
.testimonials .default-btn {
  margin: 0px auto;
}
.testimonials .testimonial-background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.testimonials .testimonial-card {
  position: relative;
}
.testimonials .testimonial-card .testimonial-card-content {
  position: relative;
  z-index: 2;
  left: 0px;
  top: 0px;
  padding: 32px;
}
.testimonials .testimonial-card .testimonial-card-content .testimonial-header {
  margin-bottom: 18px;
  display: flex;
  align-items: center;
}
.testimonials .testimonial-card .testimonial-card-content .testimonial-header img {
  height: 64px;
  width: 64px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 24px;
}
.testimonials .testimonial-card .testimonial-card-content .testimonial-header p {
  font-family: "IBM Plex Mono", monospace;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 22px */
  letter-spacing: -1px;
  margin-bottom: 10px;
}
.testimonials .testimonial-card .testimonial-card-content .testimonial-header span {
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%; /* 17.6px */
}
.testimonials .testimonial-card .testimonial-card-content .testimonial-header p, .testimonials .testimonial-card .testimonial-card-content .testimonial-header span {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.testimonials .testimonial-card .testimonial-card-content .testimonial-text {
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 24px */
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.scroll-indicator-container {
  height: 40px;
  display: flex;
  align-items: center;
  width: fit-content;
  justify-content: center;
  margin: 0px auto;
  margin-top: 48px;
  overflow: hidden;
  position: relative;
}
.scroll-indicator-container::after {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  top: -2px;
  left: 0px;
  z-index: 2;
  background: linear-gradient(180deg, rgb(13, 13, 13) 30%, rgba(13, 13, 13, 0) 100%);
}
.scroll-indicator-container::before {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: -2px;
  left: 0px;
  z-index: 2;
  background: linear-gradient(0deg, rgb(13, 13, 13) 30%, rgba(13, 13, 13, 0) 100%);
}
.scroll-indicator-container .arrow {
  margin: 0px 6px;
  width: 2px;
  height: 100%;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 100%);
  display: flex;
  transform: translateY(-100%);
  animation: scroll 1s ease-in-out infinite;
}
.scroll-indicator-container .arrow:first-child {
  animation-delay: 0s;
}
.scroll-indicator-container .arrow:nth-child(2) {
  animation-delay: 0.25s;
}
.scroll-indicator-container .arrow:last-child {
  animation-delay: 0.5s;
}
@keyframes scroll {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}

.wpcf7-response-output {
  position: absolute;
  bottom: 0px;
  margin: 0px;
  transform: translate(0px, calc(100% + 32px));
}

.blog-section {
  position: relative;
  padding-bottom: 120px;
  padding-top: 104px;
}
.blog-section .default-btn {
  max-width: fit-content;
  margin: 0px auto;
  position: relative;
  z-index: 2;
  margin-top: 58px;
}
.blog-section.light {
  color: #0d0d0d !important;
}
.blog-section.light .post-horizontal-card, .blog-section.light .post-vertical-card {
  color: #0d0d0d !important;
}
.blog-section .blog-background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.blog-section .top-grafism {
  width: 100%;
  height: 58px;
  position: absolute;
  top: 13px;
  transform: translate(0px, -100%);
}
.blog-section .top-grafism.mobile {
  display: none;
}
.blog-section .blog-header {
  margin-bottom: 82px;
}

.post-vertical-card .image-container, .post-horizontal-card .image-container {
  position: relative;
}
.post-vertical-card .image-container .category, .post-horizontal-card .image-container .category {
  position: absolute;
  top: 0px;
  left: 0px;
  transform: translate(16px, 20px);
  padding: 8px 14px;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  background: rgba(0, 0, 0, 0.16);
}

.post-vertical-card {
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
}
.post-vertical-card .post-content {
  padding: 0px 16px;
  display: flex;
  flex-direction: column;
}
.post-vertical-card svg {
  width: 100%;
  height: auto;
}
.post-vertical-card h3 {
  font-family: "IBM Plex Mono", monospace;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -2px;
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 24px;
  margin-bottom: 12px;
}
.post-vertical-card .post-briefing {
  margin-bottom: 0px;
  overflow: hidden;
  -webkit-line-clamp: 4;
  width: 100%;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 170%;
}

.post-horizontal-card {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
.post-horizontal-card .image-container .category {
  transform: translate(12px, 12px);
}
.post-horizontal-card:hover {
  color: #0d0d0d;
}
.post-horizontal-card svg {
  min-width: 258px;
  max-width: 258px;
  height: auto;
  margin-right: 24px;
}
.post-horizontal-card h3 {
  font-family: "IBM Plex Mono", monospace;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -2px;
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 12px;
}
.post-horizontal-card .post-briefing {
  overflow: hidden;
  -webkit-line-clamp: 1;
  width: 100%;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 170%;
  margin: 0px;
}

.author-info {
  margin-top: 30px;
}
.author-info img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 10px;
}
.author-info p {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: 160%;
  margin: 0px;
}

.post-vertical-card, .post-horizontal-card {
  color: #FFFFFF !important;
}

.certifications {
  padding-top: 90px;
}
.certifications .col-lg-4 {
  margin-bottom: 24px;
}
.certifications .default-btn {
  margin-top: 64px;
}
.certifications .centered-image-to-title-container img {
  transform: translate(-50%, -24px);
  width: auto;
  max-width: 660px;
}
.certifications .centered-image-to-title-container .section-title {
  margin-bottom: 80px;
}
.certifications .certificate-card {
  position: relative;
  padding: 32px 40px;
  height: 100%;
}
.certifications .certificate-card .certificate-card-frame-background {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.certifications .certificate-card .certificate-card-content {
  position: relative;
  z-index: 2;
  height: 100%;
}
.certifications .certificate-card .certificate-card-content img {
  height: 64px;
  width: 64px;
  object-fit: contain;
  margin-right: 24px;
}
.certifications .certificate-card .certificate-card-content h3 {
  font-family: "IBM Plex Mono", monospace;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -1px;
}
.certifications .certificate-card .certificate-card-content p {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 24px */
}

.hero.search {
  margin: 0px auto;
}
.hero.search .hero-background {
  clip-path: circle(400px at var(--x, 50%) var(--y, 50%));
}
.hero.search .hero-background .radial-gradient {
  width: 800px;
  height: 800px;
}
.hero.search .hero-text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 140px;
}
.hero.search .hero-text-container .h1 {
  font-size: 40px;
  max-width: 732px;
  justify-content: center;
  margin-bottom: 16px;
}
.hero.search .hero-text-container .h1.not-found {
  margin-bottom: 0px;
  font-size: 80px;
  margin-bottom: 24px;
}
.hero.search .hero-text-container p {
  margin-bottom: 56px;
}

.arrow-link {
  font-weight: 300;
  font-size: 16px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  transition: 0.3s ease-in-out;
  background-color: transparent;
  border: none;
  padding: 0px;
}
.arrow-link:hover {
  color: #E32320;
}
.arrow-link:hover svg {
  transform: translateX(4px);
}
.arrow-link svg {
  width: 35px;
  margin-left: 8px;
  transition: 0.3s ease-in-out;
}

@media (max-width: 1218px) {
  .newsletter .wpcf7-form, .newsletter h3, .newsletter p {
    max-width: 360px;
    margin: 0px auto;
  }
  .newsletter p {
    font-size: 14px;
    margin-bottom: 24px;
  }
  .newsletter h3 {
    max-width: 320px;
    font-size: 26px;
    margin-bottom: 12px;
  }
  .testimonials .testimonial-card .testimonial-card-content .testimonial-header {
    margin-bottom: 12px;
  }
  .testimonials .testimonial-card .testimonial-card-content .testimonial-header img {
    height: 48px;
    width: 48px;
  }
  .testimonials .testimonial-card .testimonial-card-content .testimonial-header p {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .testimonials .testimonial-card .testimonial-card-content .testimonial-header span {
    font-size: 14px;
  }
  .testimonials .testimonial-card .testimonial-card-content .testimonial-text {
    font-size: 13px;
  }
  .certifications .certificate-card {
    padding: 32px 24px;
  }
  .certifications .certificate-card .certificate-card-content .mb-4 {
    margin-bottom: 12px !important;
  }
  .certifications .certificate-card .certificate-card-content h3 {
    font-size: 16px;
  }
  .certifications .certificate-card .certificate-card-content .text-16 {
    font-size: 14px;
  }
}
.close-mobile-btn {
  display: none;
}

@media (max-width: 992px) {
  .page-loader #word-container {
    font-size: 28px;
  }
  .hero.search .hero-text-container {
    margin: 80px 0px;
  }
  .hero.search .hero-text-container .h1 {
    font-size: 32px;
  }
  .hero.search .hero-text-container .h1.not-found {
    font-size: 64px;
  }
  .hero.search .hero-text-container p {
    margin-bottom: 24px;
  }
  .g-recaptcha {
    width: 100%;
    transform: scale(0.83) translateX(80px);
    transform-origin: 0 0;
    display: flex;
    justify-content: flex-end;
    margin: 0px 0px 0px auto;
  }
  .close-mobile-btn {
    position: fixed;
    top: 64px;
    right: -32px;
    z-index: 5;
    border: none;
    padding: 0px;
    background-color: transparent;
    color: #FFFFFF;
    display: block;
  }
  .close-mobile-btn.opened {
    right: 26px;
    transition: 0.4s;
    transition-delay: 1s;
  }
  header {
    height: 88px;
  }
  header ul a:hover, header ul button:hover {
    color: #FFFFFF;
    font-weight: 400;
  }
  header .mobile-current-page {
    font-weight: bold !important;
  }
  header .mobile-current-page a, header .mobile-current-page .card-header button {
    font-weight: bold !important;
  }
  header .mobile-current-page .card-body a {
    color: #FFFFFF;
  }
  header .hamburguer-menu {
    display: flex;
    position: relative;
    z-index: 3;
    transition: top 0.3s ease-in-out;
  }
  header .hamburguer-menu .mobile-menu-overlay {
    width: 100vw;
    height: 100vh;
    background-color: transparent;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 2;
    display: none;
  }
  header .hamburguer-menu .mobile-menu-overlay.opened {
    display: block;
  }
  header .hamburguer-menu .mobile-menu-content {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: fit-content;
    transform: translateY(-100%);
    transition: 0.3s ease-in 0s;
    min-height: 95vh;
    padding: 56px 32px;
    z-index: 99999999;
  }
  header .hamburguer-menu .mobile-menu-content img {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  header .hamburguer-menu .mobile-menu-content ul {
    display: block;
    overflow-y: auto;
    margin-top: 10px;
  }
  header .hamburguer-menu .mobile-menu-content ul li {
    display: block !important;
  }
  header .hamburguer-menu .mobile-menu-content ul li:first-child {
    margin-top: 10px !important;
  }
  header .hamburguer-menu #lines-wrapper {
    background-color: transparent;
    border: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    outline: none;
    height: 24px;
    width: 24px;
    position: relative;
    z-index: 3;
  }
  header .hamburguer-menu #lines-wrapper div {
    width: 18px;
    height: 2px;
    background-color: #E32320;
    transition: 0.3s ease-in 0s;
  }
  header .hamburguer-menu #lines-wrapper .top-bar {
    transform: translateY(-3px);
  }
  header .hamburguer-menu #lines-wrapper .bottom-bar {
    transform: translateY(3px);
  }
  header .hamburguer-menu.opened .mobile-menu-content {
    transform: translateY(0%);
    transition: 0.3s ease-in 0.6s;
  }
  header .hamburguer-menu.opened #lines-wrapper {
    -webkit-animation: slide-out 0.3s forwards;
    animation: slide-out 0.3s forwards;
    animation-delay: 0.4s;
  }
  header .hamburguer-menu.opened #lines-wrapper div {
    transition: 0.3s ease-in-out 0.4s;
  }
  header .hamburguer-menu.opened #lines-wrapper .top-bar {
    -webkit-animation: top-bar 0.4s forwards;
    animation: top-bar 0.4s forwards;
  }
  header .hamburguer-menu.opened #lines-wrapper .bottom-bar {
    -webkit-animation: bottom-bar 0.4s forwards;
    animation: bottom-bar 0.4s forwards;
  }
  header .hamburguer-menu .social-media-container {
    position: absolute;
    z-index: 3;
    color: #FFFFFF;
    bottom: 94px;
  }
  header .hamburguer-menu .social-media-container a:nth-child(2) {
    margin: 0px 32px;
  }
  header .hamburguer-menu .social-media-container svg {
    height: 32px;
    width: auto;
  }
  header .hamburguer-menu .social-media-container svg path {
    fill: #FFFFFF;
  }
  header .hamburguer-menu .mobile-menu-text-content {
    position: relative;
    z-index: 3;
    font-family: "IBM Plex Mono", monospace;
    color: #FFFFFF;
    display: block;
  }
  header .hamburguer-menu .mobile-menu-text-content p {
    font-size: 16px;
    line-height: 150%;
    height: 40px;
    display: flex;
    letter-spacing: 8px;
    align-items: center;
  }
  header .hamburguer-menu .mobile-menu-text-content .card {
    background-color: transparent;
    border: none;
    margin: 20px 0px;
  }
  header .hamburguer-menu .mobile-menu-text-content .card .card-header {
    padding: 0px;
    border: none;
    background-color: transparent;
  }
  header .hamburguer-menu .mobile-menu-text-content .card .card-header button {
    height: 40px;
    font-size: 22px;
    font-weight: 400;
    line-height: 150%;
    width: 100%;
    justify-content: flex-start;
    color: #FFFFFF;
    padding: 0px;
  }
  header .hamburguer-menu .mobile-menu-text-content .card .card-header button[aria-expanded=true] svg {
    transform: rotate(180deg);
  }
  header .hamburguer-menu .mobile-menu-text-content .card .card-header button svg {
    position: unset;
    margin: 0px;
    transform: none;
    height: 13px;
    width: auto;
    margin-left: 6px;
    transition: 0.3s ease-in-out;
  }
  header .hamburguer-menu .mobile-menu-text-content .card .card-header button svg path {
    fill: #FFFFFF;
  }
  header .hamburguer-menu .mobile-menu-text-content .card .card-body {
    color: #FFFFFF;
    border: none;
    padding: 0px;
    padding-left: 8px;
  }
  header .hamburguer-menu .mobile-menu-text-content .card .card-body a {
    font-size: 16px;
    font-weight: 300;
    line-height: 150%;
    padding: 0px;
    height: 36px;
    margin: 10px 0px;
    width: 100%;
  }
  header .hamburguer-menu .mobile-menu-text-content ul {
    max-height: 55vh;
    overflow-y: auto;
    display: block;
  }
  header .hamburguer-menu .mobile-menu-text-content ul::-webkit-scrollbar {
    width: 12px;
    border-radius: 4px;
  }
  header .hamburguer-menu .mobile-menu-text-content ul::-webkit-scrollbar-track {
    background: #CCCCCC;
  }
  header .hamburguer-menu .mobile-menu-text-content ul::-webkit-scrollbar-thumb {
    background: #FFFFFF;
  }
  header .hamburguer-menu .mobile-menu-text-content ul::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.4);
  }
  header .hamburguer-menu .mobile-menu-text-content ul li {
    margin: 20px 0px !important;
  }
  header .hamburguer-menu .mobile-menu-text-content ul li a {
    font-size: 22px;
    font-weight: 400;
    line-height: 150%;
    padding: 0px;
    height: 40px;
  }
  header nav ul li {
    display: none !important;
  }
  header .language-selector {
    display: none !important;
  }
  .post-vertical-card, .post-horizontal-card {
    flex-direction: row;
  }
  .post-vertical-card .image-container .category, .post-horizontal-card .image-container .category {
    display: none;
  }
  .post-vertical-card svg, .post-horizontal-card svg {
    min-width: 148px;
    max-width: 148px;
    margin-right: 16px;
  }
  .post-vertical-card .post-content, .post-horizontal-card .post-content {
    display: flex;
    justify-content: center;
    padding: 0px;
  }
  .post-vertical-card p, .post-vertical-card .author-info, .post-horizontal-card p, .post-horizontal-card .author-info {
    display: none !important;
  }
  .post-vertical-card h3, .post-horizontal-card h3 {
    font-size: 16px;
    margin: 0px;
  }
  .post-vertical-card svg, .post-horizontal-card svg {
    height: 86px;
  }
  .main-post .post-vertical-card {
    flex-direction: column;
  }
  .main-post .post-vertical-card .image-container .category {
    display: flex;
  }
  .main-post .post-vertical-card h3 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .main-post .post-vertical-card .author-info, .main-post .post-vertical-card p {
    display: flex !important;
  }
  .main-post .post-vertical-card .post-briefing {
    font-size: 14px;
    -webkit-line-clamp: 3;
    display: -webkit-box !important;
    margin-bottom: 16px;
  }
  .main-post .post-vertical-card svg {
    max-width: 100%;
    min-height: 180px;
    height: auto;
    margin-bottom: 24px;
  }
  .blog-section {
    padding-top: 80px;
    padding-bottom: 90px;
  }
  .blog-section .default-btn {
    margin-top: 24px;
  }
  .blog-section .blog-header {
    margin-bottom: 40px;
  }
  .blog-section .blog-header img {
    margin-bottom: 24px;
    max-width: 298px;
  }
  .blog-section .top-grafism {
    display: none;
  }
  .blog-section .top-grafism.mobile {
    display: block;
    height: 24px;
    top: 6px;
  }
  .our-team-header svg {
    width: 200px !important;
    transform: translate(-12px, -32px) !important;
  }
  .hero-background, .our-team-background {
    clip-path: none;
  }
  .radial-gradient {
    display: none;
  }
  .hero-background .background-overlay {
    opacity: 0.5;
  }
  #contact-modal .modal-content {
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    padding: 32px 16px;
  }
  #contact-modal .modal-content .wpcf7-form-control-wrap .g-recaptcha {
    transform: scale(0.83) translateX(0px);
    margin: 0px;
  }
  #contact-modal img {
    display: none;
  }
  #contact-modal .close {
    right: 50%;
    transform: translateX(calc(-50% + 146px));
  }
  #contact-modal .contact-modal-background.mobile {
    display: flex;
    width: initial;
    height: 480px;
    width: 310px;
    max-width: 310px;
  }
  #contact-modal .contact-content-container {
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
    z-index: 3;
    padding: 0px 15px;
    max-width: 280px;
    width: 100%;
  }
  #contact-modal .contact-content-container .submit-email-form {
    margin: 0px auto;
  }
  #contact-modal .contact-content-container .submit-email-form label, #contact-modal .contact-content-container .submit-email-form br {
    display: none;
  }
  #contact-modal .contact-content-container .submit-email-form p {
    margin-left: 0px;
  }
  #contact-modal .contact-content-container .submit-email-form .wpcf7-submit {
    margin: 0px auto;
    margin-top: -18px;
  }
  #contact-modal .close {
    top: 48px;
  }
  .default-btn {
    font-size: 16px;
  }
  #success-modal .modal-content {
    width: 100%;
    padding: 0px;
  }
  #success-modal .modal-content h2 {
    max-width: 100%;
    text-align: center;
  }
  #success-modal .modal-content .col-md-5 {
    margin: 0px auto;
  }
  .newsletter .newsletter-content-container {
    max-width: 266px;
    width: 100%;
    padding-left: 0px;
    top: 210px;
  }
  .newsletter .newsletter-content-container form {
    display: flex;
    flex-direction: column;
  }
  .newsletter .newsletter-content-container form input {
    width: 100%;
    text-align: center;
    padding-bottom: 2px;
  }
  .newsletter .newsletter-content-container form p:nth-child(2) {
    width: 100% !important;
    border-radius: 8px;
  }
  .newsletter .newsletter-content-container h3 {
    font-size: 20px;
    margin-bottom: 10px;
    max-width: 248px;
  }
  .newsletter .newsletter-content-container .text-16 {
    font-size: 13px;
    margin-bottom: 24px;
    max-width: 248px;
  }
  .newsletter .newsletter-content-container h3, .newsletter .newsletter-content-container .text-16 {
    margin-left: auto;
    margin-right: auto;
  }
  .newsletter .newsletter-mobile {
    display: block;
    margin: 0px auto;
    width: 100%;
  }
  .newsletter svg {
    display: none;
  }
  .newsletter .submit-email-form {
    justify-content: center;
  }
  .newsletter .submit-email-form .wpcf7-submit {
    width: 94px;
    height: 50px;
    padding-left: 8px;
  }
  .newsletter .submit-email-form .wpcf7-form p {
    height: 48px;
  }
  .newsletter .submit-email-form .wpcf7-form p input {
    height: 48px;
  }
  .newsletter .submit-email-form .wpcf7-form p:nth-child(2) {
    width: 100%;
  }
  .newsletter .submit-email-form .wpcf7-form p:nth-child(2) input {
    border-radius: 8px !important;
  }
  .newsletter .submit-email-form .wpcf7-form p:nth-child(3) {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .newsletter .submit-email-form .wpcf7-form p:nth-child(3) input {
    font-size: 14px;
    height: 42px;
  }
  .newsletter .submit-email-form .wpcf7-form .wpcf7-submit {
    border-radius: 8px;
    margin: 0px auto;
  }
  .close {
    position: absolute;
    right: 16px;
    top: 16px;
    z-index: 3;
  }
  .testimonials {
    padding-top: 80px;
  }
  .testimonials .centered-image-to-title-container h2 {
    max-width: 345px;
    text-align: center;
  }
  .testimonials .centered-image-to-title-container img {
    width: 300px;
    transform: translate(-50%, -12px);
  }
  .testimonials .testimonials-container {
    margin-top: 24px;
    margin-bottom: 16px;
  }
  .certifications {
    padding-top: 64px;
  }
  .certifications .centered-image-to-title-container img {
    width: 310px;
    transform: translate(-50%, -12px);
  }
  .certifications .centered-image-to-title-container .section-title {
    max-width: 345px;
    text-align: center;
    margin-bottom: 32px;
  }
  .certifications .default-btn {
    margin-top: 40px;
  }
  .about-wrapper {
    padding: 64px 0px;
  }
}
@media (max-height: 569px) {
  .contact-modal-background.mobile {
    max-height: 100vh !important;
  }
}
@keyframes top-bar {
  0% {
    transform: translateY(-3px);
  }
  50% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(3px);
  }
}
@-webkit-keyframes top-bar {
  0% {
    transform: translateY(-3px);
  }
  50% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(3px);
  }
}
@-webkit-keyframes bottom-bar {
  0% {
    transform: translateY(3px);
  }
  50% {
    transform: translateY(6px);
  }
  100% {
    transform: translateY(-3px);
  }
}
@keyframes bottom-bar {
  0% {
    transform: translateY(3px);
  }
  50% {
    transform: translateY(6px);
  }
  100% {
    transform: translateY(-3px);
  }
}
@-webkit-keyframes slide-out {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(100px);
    opacity: 0;
  }
}
@keyframes slide-out {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(100px);
    opacity: 0;
  }
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url("../fonts/ibmplexmono-bold-webfont.woff2") format("woff2"), url("../fonts/ibmplexmono-bold-webfont.woff") format("woff"), url("../fonts/ibmplexmono-bold-webfont.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url("../fonts/ibmplexmono-medium-webfont.woff2") format("woff2"), url("../fonts/ibmplexmono-medium-webfont.woff") format("woff"), url("../fonts/ibmplexmono-medium-webfont.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url("../fonts/ibmplexmono-regular-webfont.woff2") format("woff2"), url("../fonts/ibmplexmono-regular-webfont.woff") format("woff"), url("../fonts/ibmplexmono-regular-webfont.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url("../fonts/ibmplexmono-semibold-webfont.woff2") format("woff2"), url("../fonts/ibmplexmono-semibold-webfont.woff") format("woff"), url("../fonts/ibmplexmono-semibold-webfont.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/ibmplexsans-bold-webfont.woff2") format("woff2"), url("../fonts/ibmplexsans-bold-webfont.woff") format("woff"), url("../fonts/ibmplexsans-bold-webfont.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/ibmplexsans-medium-webfont.woff2") format("woff2"), url("../fonts/ibmplexsans-medium-webfont.woff") format("woff"), url("../fonts/ibmplexsans-medium-webfont.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/ibmplexsans-regular-webfont.woff2") format("woff2"), url("../fonts/ibmplexsans-regular-webfont.woff") format("woff"), url("../fonts/ibmplexsans-regular-webfont.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/ibmplexsans-semibold-webfont.woff2") format("woff2"), url("../fonts/ibmplexsans-semibold-webfont.woff") format("woff"), url("../fonts/ibmplexsans-semibold-webfont.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/ibmplexsans-light-webfont.woff2") format("woff2"), url("../fonts/ibmplexsans-light-webfont.woff") format("woff"), url("../fonts/ibmplexsans-light-webfont.ttf") format("truetype");
  font-weight: 300;
}
.glitched-text,
header ul li a:hover,
header ul li button:hover,
.page-links a:hover,
.dropdown-container.active button,
.text-glitchy-btn:hover span {
  width: fit-content;
  display: block;
  position: relative;
}

@keyframes glitchSkew {
  2%, 64% {
    transform: translate(2px, 0px) skew(0deg);
  }
  4%, 60% {
    transform: translate(-2px, 0px) skew(0deg);
  }
  62% {
    transform: translate(0px, 0px) skew(5deg);
  }
}
.glitched-text:before,
.glitched-text:after,
header ul li a:hover:before,
header ul li a:hover:after,
header ul li button:hover:before,
header ul li button:hover:after,
.page-links a:hover:before,
.page-links a:hover:after,
.text-glitchy-btn:hover span:before,
.text-glitchy-btn:hover span:after,
.dropdown-container.active button:before,
.dropdown-container.active button:after {
  content: attr(title);
  position: absolute;
  left: 0;
}

.glitched-text:before,
header ul li a:hover:before,
header ul li button:hover:before,
.page-links a:hover:before,
.text-glitchy-btn:hover span:before,
.dropdown-container.active button:before {
  animation: glitchTop 1s linear infinite;
  clip-path: polygon(0 0, 100% 0, 100% 33%, 0 33%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 33%, 0 33%);
  will-change: transform;
}

@keyframes glitchTop {
  2%, 64% {
    transform: translate(2px, -2px);
  }
  4%, 60% {
    transform: translate(-2px, 2px);
  }
  62% {
    transform: translate(13px, -1px) skew(-13deg);
  }
}
.glitched-text:after,
header ul li a:hover:after,
header ul li button:hover:after,
.page-links a:hover:after,
.text-glitchy-btn:hover span:after,
.dropdown-container.active button:after {
  animation: glitchBotom 1.5s linear infinite;
  clip-path: polygon(0 67%, 100% 67%, 100% 100%, 0 100%);
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  will-change: transform;
}

@keyframes glitchBotom {
  2%, 64% {
    transform: translate(-2px, 0);
  }
  4%, 60% {
    transform: translate(-2px, 0);
  }
  62% {
    transform: translate(-22px, 5px) skew(21deg);
  }
}
@media (max-width: 992px) {
  header ul li a:hover {
    animation: none;
    display: flex;
  }
  header ul li a:hover:before, header ul li a:hover:after {
    content: none;
    animation: none;
    position: relative;
  }
  header ul li button:hover {
    animation: none;
  }
  header ul li button:hover:before, header ul li button:hover:after {
    content: none;
    animation: none;
    position: relative;
  }
}
.infinite-carousel {
  transform: translate(0px, 0px);
  margin-top: -156px;
  position: relative;
  z-index: 3;
  width: calc(100vw + 30px);
  background: rgb(227, 35, 32);
  background: linear-gradient(176deg, rgb(227, 35, 32) 42%, rgb(255, 255, 255) 42%);
  height: 180px;
}
.infinite-carousel .teams-mobile {
  display: none;
}
.infinite-carousel .banner-left, .infinite-carousel .banner-right {
  display: flex;
  align-items: center;
}
.infinite-carousel .banner-left {
  transform: rotate(4.4deg);
}
.infinite-carousel .banner-right {
  transform: rotate(-4.44deg);
}

.marquee {
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: calc(100vw + 30px);
  background: transparent;
  white-space: nowrap;
}
.marquee img {
  width: calc(100vw + 30px);
  object-fit: cover;
}

.marquee--inner {
  display: block;
  width: 200%;
  position: absolute;
}
.marquee--inner span:first-child {
  transform: translateX(16px);
}

.marquee span {
  float: left;
  width: 50%;
  overflow: hidden;
}

@media (max-width: 450px) {
  body .infinite-carousel {
    padding-top: 16px;
  }
}
.swiper-slide-shadow-left,
.swiper-slide-shadow-right {
  display: none;
}

.swiper-slide-active .hakai-card:hover .hakai-card-front {
  transform: rotateY(180deg);
}
.swiper-slide-active .hakai-card:hover .hakai-card-back {
  transform: rotateY(0deg);
}

.hakai-card {
  position: relative;
}
.hakai-card .hakai-card-front {
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: rotateY(0deg);
  transition: 0.3s ease-in-out;
}
.hakai-card .hakai-card-back {
  transition: 0.3s ease-in-out;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
  top: 0px;
  transform: rotateY(180deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.hakai-card .hakai-card-back svg {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}
.hakai-card .hakai-card-back .card-back-content {
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
  padding: 48px 24px;
  color: #FFFFFF;
}
.hakai-card .hakai-card-back .card-back-content h3 {
  color: #FFFFFF;
  font-family: "IBM Plex Mono", monospace;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 4px;
}
.hakai-card .hakai-card-back .card-back-content span {
  display: block;
  margin-bottom: 24px;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 21px */
}
.hakai-card .hakai-card-back .card-back-content p {
  font-size: 15px;
  line-height: 130%;
  font-family: "IBM Plex Sans", sans-serif;
}

.our-team.light .pagination-container .swiper-pagination {
  background-color: rgba(0, 0, 0, 0.25);
}
.our-team.light .hakai-card svg path {
  stroke: transparent;
}
.our-team .hakai-card-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.our-team .hakai-card-content .user-image {
  height: 90px;
  width: 90px;
  border-radius: 50%;
  background-color: red;
  object-fit: cover;
  transition: 0.2s ease-in-out;
  filter: grayscale(1);
}
.our-team .hakai-card-content p {
  text-align: center;
  transition: 0.2s ease-in-out;
}
.our-team .hakai-card-content p:nth-child(2) {
  margin-top: 13px;
  font-size: 16px;
}
.our-team .hakai-card-content p:nth-child(3) {
  font-size: 12px;
  margin-top: 2px;
}
.our-team .card-background {
  max-height: 428px;
  width: 100%;
  height: auto;
}
.our-team .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.our-team .hakai-card-content .user-image {
  min-width: 140px !important;
  display: block;
  height: 140px;
  width: 140px;
}
.our-team p:nth-child(2) {
  margin-top: 24px;
  font-size: 18px;
}
.our-team p:nth-child(3) {
  font-size: 15px;
  margin-top: 4px;
}

@media (max-width: 991px) {
  .pagination-container {
    margin-top: 64px;
  }
  .hakai-card .hakai-card-back .card-back-content {
    padding: 32px 16px;
  }
  .hakai-card .hakai-card-back .card-back-content span {
    margin-bottom: 16px;
  }
  .hakai-card .hakai-card-back .card-back-content p {
    font-size: 12px;
  }
}
.deliveries-slider {
  width: 100%;
}
.deliveries-slider .delivery-card {
  position: relative;
}
.deliveries-slider .delivery-card .delivery-card-background {
  width: 100%;
  min-height: 380px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.deliveries-slider .delivery-card .delivery-card-content {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 0px 40px;
  min-height: 380px;
  z-index: 2;
}
.deliveries-slider .delivery-card .delivery-card-content div {
  display: flex;
  flex-direction: column;
  flex: 1;
  max-width: 50%;
}
.deliveries-slider .delivery-card .delivery-card-content div .default-btn {
  width: fit-content;
}
.deliveries-slider .delivery-card .delivery-card-content div h3 {
  margin-bottom: 12px;
}
.deliveries-slider .delivery-card .delivery-card-content div p {
  margin-bottom: 40px;
  line-height: 150%;
}
.deliveries-slider .delivery-card .delivery-card-content img {
  max-width: 264px;
  width: 100%;
  height: auto;
}

@media (max-width: 992px) {
  .deliveries-slider .delivery-card svg image {
    display: none;
  }
  .deliveries-slider .delivery-card .delivery-card-content {
    padding: 0px 32px;
  }
  .deliveries-slider .delivery-card .delivery-card-content div {
    max-width: 100%;
  }
}
@media (max-width: 569px) {
  .deliveries-slider .swiper-wrapper {
    padding-left: 15px;
  }
  .deliveries-slider .text-24 {
    font-size: 16px;
  }
  .deliveries-slider .text-16 {
    font-size: 14px;
  }
  .deliveries-slider .delivery-card .delivery-card-background {
    min-height: 310px;
  }
  .deliveries-slider .delivery-card .delivery-card-content {
    min-height: 310px;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  85% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cursor {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes flickering {
  0% {
    opacity: 1;
  }
  5% {
    opacity: 0.2;
  }
  10% {
    opacity: 1;
  }
  15% {
    opacity: 0.3;
  }
  20% {
    opacity: 1;
  }
  35% {
    opacity: 0.3;
  }
  40% {
    opacity: 1;
  }
  45% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
  55% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slideInUp {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideOutDown {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(100%);
    opacity: 0.5;
  }
}
@keyframes glitch-effect {
  0% {
    clip: rect(9px, 800px, 90px, 0);
  }
  5.8823529412% {
    clip: rect(121px, 800px, 292px, 0);
  }
  11.7647058824% {
    clip: rect(99px, 800px, 326px, 0);
  }
  17.6470588235% {
    clip: rect(212px, 800px, 298px, 0);
  }
  23.5294117647% {
    clip: rect(53px, 800px, 86px, 0);
  }
  29.4117647059% {
    clip: rect(279px, 800px, 214px, 0);
  }
  35.2941176471% {
    clip: rect(205px, 800px, 296px, 0);
  }
  41.1764705882% {
    clip: rect(56px, 800px, 406px, 0);
  }
  47.0588235294% {
    clip: rect(158px, 800px, 136px, 0);
  }
  52.9411764706% {
    clip: rect(291px, 800px, 36px, 0);
  }
  58.8235294118% {
    clip: rect(10px, 800px, 449px, 0);
  }
  64.7058823529% {
    clip: rect(70px, 800px, 143px, 0);
  }
  70.5882352941% {
    clip: rect(289px, 800px, 342px, 0);
  }
  76.4705882353% {
    clip: rect(186px, 800px, 401px, 0);
  }
  82.3529411765% {
    clip: rect(284px, 800px, 104px, 0);
  }
  88.2352941176% {
    clip: rect(136px, 800px, 196px, 0);
  }
  94.1176470588% {
    clip: rect(154px, 800px, 380px, 0);
  }
  100% {
    clip: rect(105px, 800px, 183px, 0);
  }
}
.hero .hero-text-container {
  margin-top: 106px;
}
.hero .hero-text-container .h1 {
  display: flex;
  flex-wrap: wrap;
  font-family: "IBM Plex Mono", monospace;
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -1.04px;
  margin-bottom: 32px;
  margin-left: -18px;
  max-width: 614px;
}
.hero .hero-text-container .h1 span {
  margin-left: 18px;
}
.hero .hero-text-container .h1 .glitched-text {
  color: #E32320;
}
.hero .hero-text-container p {
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
  max-width: 532px;
  margin-bottom: 24px;
}
.hero svg {
  max-width: 100%;
  height: auto;
}

.about-us {
  padding-top: 86px;
  margin-bottom: 90px;
}
.about-us .about-us-content-container {
  max-width: 532px;
  margin: 0px 0px 0px auto;
}
.about-us .about-us-title-container {
  position: relative;
  margin-top: 86px;
}
.about-us .about-us-title-container img {
  position: absolute;
  top: 0px;
  left: 0px;
  transform: translate(-86px, -28px);
  width: 744px;
}
.about-us .about-us-title-container h2 {
  margin-bottom: 24px;
  max-width: 506px;
}
.about-us h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 170%;
  margin-bottom: 24px;
}
.about-us p {
  margin-bottom: 32px;
}

.services {
  padding-top: 100px;
  display: flex;
  flex-direction: column;
}
.services .services-header-container {
  position: relative;
}
.services .services-header-container img {
  position: absolute;
  width: 346px;
  top: 0px;
  left: 0px;
  transform: translate(0px, -32px);
}
.services h2 {
  margin-bottom: 16px;
}
.services p {
  max-width: 532px;
}
.services .services-slider {
  margin: auto;
  display: flex;
  justify-content: flex-start;
  flex-grow: 1;
  width: 100%;
  margin-top: 80px;
}
.services .nav-buttons {
  display: flex;
  align-items: center;
  gap: 14px;
}
.services .nav-buttons div {
  height: 56px;
  width: 56px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(45deg, rgba(35, 35, 35, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  cursor: pointer;
  transition: 0.3s ease-in-out 0.1s;
}
.services .nav-buttons div.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.services .nav-buttons div:last-child {
  background: linear-gradient(-45deg, rgba(35, 35, 35, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
}
.services .nav-buttons div:last-child:hover {
  transform: translateX(4px);
}
.services .nav-buttons div:hover {
  transform: translateX(-4px);
}
.services .nav-buttons div:hover.swiper-button-disabled {
  transform: translate(0px);
}
.services .team-card {
  position: relative;
}
.services .team-card .team-logo {
  width: auto;
  height: 84px;
}
.services .team-card .team-card-content {
  padding: 70px 32px;
  max-width: 300px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  z-index: 2;
  margin: 0px auto;
}
.services .team-card .team-card-content .text-16 {
  font-size: 15px;
}
.services .team-card .team-card-content .text-glitchy-btn {
  background-color: transparent;
  border: none;
  padding: 4px;
  color: #FFFFFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 170%; /* 27.2px */
  transition: 0.3s ease-in-out;
  display: flex;
  align-items: center;
}
.services .team-card .team-card-content .text-glitchy-btn span {
  font-weight: 600;
}
.services .team-card .team-card-content .text-glitchy-btn:hover svg {
  transform: translate(4px);
}
.services .team-card .team-card-content .text-glitchy-btn svg {
  transition: 0.3s ease-in-out;
  margin-left: 8px;
}
.services .team-card .team-card-content p {
  max-width: 236px;
  font-weight: 300;
  margin: 16px 0px;
}
.services .team-card .team-card-background {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 0%);
  max-height: 440px;
}

.partners {
  padding-top: 140px;
}
.partners h2 {
  font-size: 28px;
}
.partners .partners-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  filter: url(#noise);
  -webkit-filter: url(#noise);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.partners .partners-container img {
  height: 40px;
  object-fit: contain;
  scale: 1;
}
.partners .partners-container .clients-slider {
  position: relative;
}
.partners .partners-container .clients-slider .client-slide {
  display: flex;
  justify-content: center;
}
.partners .partners-container .clients-slider::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 100%;
  background-color: red;
  left: 0px;
}
.partners p {
  max-width: 422px;
  margin: 56px auto 24px auto;
  text-align: center;
}
.partners .default-btn {
  margin: 0px auto;
}
.partners .centered-image-to-title-container img {
  width: 440px;
  transform: translate(-50%, -32px);
}

.metrics {
  position: relative;
  z-index: 4;
  margin-top: 124px;
  background-color: #E32320;
}
.metrics .metrics-top-background {
  position: absolute;
  top: 12px;
  width: 100vw;
  object-fit: cover;
  height: 100%;
  max-height: 60px;
  z-index: 2;
  transform: translateY(-100%);
}
.metrics .inline-metric-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid rgba(148, 1, 1, 0.5);
  padding: 28px 0px;
}
.metrics .inline-metric-info h4 {
  font-family: "IBM Plex Mono", monospace;
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 78.4px */
  color: rgba(182, 182, 182, 0.4);
  background: linear-gradient(to right, #fff, #fff) no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  background-size: 0%;
  transition: background-size cubic-bezier(0.1, 0.5, 0.5, 1) 0.5s;
}
.metrics .inline-metric-info p {
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%; /* 17.6px */
  margin-bottom: 4px;
  color: rgba(182, 182, 182, 0.4);
  background: linear-gradient(to right, #fff, #fff) no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  background-size: 0%;
  transition: background-size cubic-bezier(0.1, 0.5, 0.5, 1) 0.5s;
}
.metrics .inline-metric-info .text-container {
  margin-left: 40px;
}
.metrics .centered-image-to-title-container p {
  max-width: 576px;
  line-height: 120%;
}
.metrics .metrics-content {
  padding-top: 72px;
}
.metrics .centered-image-to-title-container {
  flex-direction: column;
  margin-bottom: 118px;
}
.metrics .centered-image-to-title-container h2 {
  margin-bottom: 8px;
}
.metrics .centered-image-to-title-container img {
  width: 348px;
  transform: translate(-50%, -24px);
}
.metrics .content-wrapper {
  padding-top: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 264px;
}

footer {
  background-color: #181515;
  padding-top: 52px;
}
footer .nav-container {
  margin-top: 16px;
}
footer .nav-container span {
  display: block;
  margin-bottom: 24px;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.4px;
}
footer .nav-container .page-links {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 24px;
  grid-auto-flow: row;
  width: fit-content;
  margin-right: 100px;
}
footer .nav-container .page-links a {
  color: #FFFFFF;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  transition: 0.3s ease-in-out;
}
footer .nav-container .page-links a:hover {
  color: #E32320;
}
footer .hakai-footer-logo p {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 16.9px */
}
footer .hakai-footer-logo img {
  margin-bottom: 16px;
  height: 50px;
  width: auto;
}
footer .hakai-footer-logo div {
  color: #FFFFFF;
}
footer .hakai-footer-logo .d-flex {
  margin-bottom: 8px;
}
footer .hakai-footer-logo .d-flex svg {
  margin-right: 8px;
}
footer .hakai-footer-logo .attack-to-protect {
  margin-bottom: 40px;
}
footer .social-media-container {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 16px;
}
footer .social-media-container a {
  transition: 0.3s ease-in-out;
}
footer .social-media-container a:hover {
  transform: translateY(-2px);
}
footer .all-rights-reserved {
  border-top: 1px solid rgba(72, 72, 72, 0.5);
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
}
footer .all-rights-reserved p {
  text-align: center;
  color: #646464;
  text-align: center;
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  padding: 24px 0px;
  margin: 0px;
}

@media (max-width: 1680px) {
  .participants .participants-illustration {
    max-width: 364px;
  }
}
@media (max-width: 1366px) {
  .participants .participants-illustration {
    max-width: 264px;
  }
}
@media (max-width: 1218px) {
  .hero .hero-text-container .h1 {
    font-size: 40px;
  }
  .hero .hero-text-container .h1 span {
    margin-left: 18px !important;
  }
  .our-team {
    padding-top: 160px;
  }
}
@media (max-width: 991px) {
  .hero {
    text-align: left;
  }
  .hero .hero-text-container {
    margin-top: 32px;
  }
  .hero .hero-text-container .h1 {
    max-width: 345px;
    margin-bottom: 12px;
    margin-left: -12px;
  }
  .hero .hero-text-container .h1 span {
    margin-left: 12px !important;
  }
  .hero .hero-text-container p {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .hero .row {
    flex-direction: column-reverse;
  }
  .about-us {
    margin-bottom: 0px;
  }
  .about-us .about-us-content-container {
    max-width: 345px;
    margin: 0px auto 0px 0px;
  }
  .about-us img {
    height: auto;
    width: 100%;
    display: flex;
    align-self: center;
    display: block;
  }
  .about-us .about-us-title-container {
    margin-top: 56px;
  }
  .about-us .about-us-title-container img {
    height: auto;
    width: 322px;
    transform: translate(-36px, -10px);
  }
  .about-us .about-us-title-container .section-title {
    margin-bottom: 24px;
    font-size: 26px;
  }
  .about-us h4 {
    font-size: 16px;
    max-width: 100%;
  }
  .services .team-card-content {
    text-align: left;
  }
  .services .services-header-container {
    justify-content: center;
    width: 100%;
  }
  .services .services-header-container img {
    width: 173px;
    transform: translate(-24px, -17px);
  }
  .services .services-header-container .section-title {
    max-width: 100%;
  }
  .services .team-card .team-card-content {
    padding: 56px 40px;
  }
  .services .team-card .team-card-background {
    height: 400px;
  }
  .services .carousel-container {
    margin-top: 40px;
  }
  .services p {
    max-width: 345px;
    font-size: 16px;
  }
  .services .nav-buttons {
    display: none;
  }
  .partners {
    padding-top: 90px;
  }
  .partners h2 {
    font-size: 22px;
  }
  .partners .centered-image-to-title-container img {
    width: 280px;
    transform: translate(-50%, -14px);
  }
  .partners .partners-container {
    display: flex;
    flex-wrap: wrap;
  }
  .partners .partners-container img {
    width: 50%;
    margin-bottom: 24px;
  }
  .partners .default-btn {
    margin-top: 24px;
  }
  .partners .partners-container-align p {
    margin-top: 8px;
    margin-bottom: 0px;
    max-width: 321px;
  }
  .partners .partners-container-align .partners-container {
    margin-top: 64px;
    margin-bottom: 32px;
  }
  .partners .text-16 {
    margin-top: 0px;
  }
  .metrics {
    margin-top: 124px;
  }
  .metrics .content-wrapper {
    padding-top: 0px;
    padding-bottom: 164px;
  }
  .metrics .text-20 {
    font-size: 16px;
  }
  .metrics .centered-image-to-title-container {
    margin-bottom: 32px;
  }
  .metrics .centered-image-to-title-container img {
    width: 260px;
    transform: translate(-50%, -24px);
  }
  .metrics .inline-metric-info {
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 0px;
  }
  .metrics .inline-metric-info h4 {
    font-size: 24px;
  }
  .metrics .inline-metric-info p {
    text-align: left;
    font-size: 14px;
    line-height: 132%;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .metrics .inline-metric-info .text-container {
    margin-left: 0px;
    width: 100%;
  }
  .our-team {
    background-position: center;
    background-size: cover;
    overflow: visible;
  }
  .our-team #our-team-carousel {
    margin: 0px;
  }
  .home-team-carousel .our-team.light {
    padding-top: 24px;
  }
  footer {
    text-align: center;
  }
  footer .footer-content-wrapper {
    flex-direction: column;
    align-items: center !important;
  }
  footer .nav-container {
    margin-top: 24px;
  }
  footer .nav-container .page-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0px auto;
  }
  footer .hakai-footer-logo .d-flex {
    justify-content: center;
  }
  footer .social-media-container {
    margin-top: 24px;
  }
}
@media (max-width: 576px) {
  .metrics .metrics-background {
    height: 1500px;
  }
}
@media (max-width: 450px) {
  .hero .btns-align-container {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  .hero .btns-align-container .default-btn {
    width: 100%;
    margin-left: 0px !important;
    margin-bottom: 16px;
  }
  .our-team {
    padding-top: 32px;
  }
  .our-team .our-teams-carousel-container #our-teams-carousel .card-background {
    height: auto;
  }
}
.about-hero {
  min-height: 80vh;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 180px;
  text-align: center;
  position: relative;
}
.about-hero span {
  text-align: center;
  font-family: "IBM Plex Mono", monospace;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.36px;
  display: block;
  margin-bottom: 16px;
}
.about-hero h1 {
  font-family: "IBM Plex Mono", monospace;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.96px;
  max-width: 1076px;
  margin: 0px auto;
  margin-bottom: 48px;
}
.about-hero p {
  max-width: 632px;
  margin: 0px auto;
  text-align: center;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}

.about-deliveries .section-title {
  margin-bottom: 16px;
}
.about-deliveries .text-16 {
  margin-bottom: 80px;
}

.about-projects {
  padding-top: 156px;
  position: relative;
}
.about-projects .projects-background-illustration {
  position: absolute;
  top: 10%;
  right: 0px;
}
.about-projects .projects-header-container {
  position: relative;
}
.about-projects .projects-header-container img {
  position: absolute;
  top: 0px;
  left: 0px;
  transform: translate(-24px, -32px);
}
.about-projects .section-title {
  margin-bottom: 16px;
}
.about-projects .text-16 {
  max-width: 532px;
  margin-bottom: 56px;
}
.about-projects .col-lg-6:last-child {
  margin-top: 200px;
}
.about-projects .project-card .image-container {
  position: relative;
}
.about-projects .project-card .image-container svg {
  width: 100%;
  height: auto;
  margin-bottom: 28px;
}
.about-projects .project-card .image-container .category {
  position: absolute;
  top: 0px;
  left: 0px;
  transform: translate(24px, 24px);
  padding: 12px 20px;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 100%;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  background: rgba(0, 0, 0, 0.16);
}
.about-projects .project-card .project-card-content h3 {
  margin-bottom: 12px;
}
.about-projects .project-card .project-card-content .text-16 {
  margin-bottom: 24px;
}

.about-team-carousel .our-team {
  padding: 200px 0px 80px 0px;
}
.about-team-carousel .default-btn {
  max-width: fit-content;
}
.about-team-carousel .default-btn:hover {
  color: #FFFFFF;
}

@media (max-width: 1080px) {
  .about-deliveries .centered-image-to-title-container .section-title {
    margin-bottom: 8px;
  }
  .about-deliveries .centered-image-to-title-container img {
    width: 316px;
    transform: translate(-50%, -16px);
  }
  .about-deliveries .text-16 {
    text-align: center;
    margin-bottom: 48px;
    max-width: 316px;
  }
  .about-deliveries .delivery-card .text-16 {
    text-align: left;
  }
  .about-projects .projects-header-container img {
    width: 306px;
    transform: translate(-16px, -16px);
  }
  .about-projects .projects-background-illustration {
    height: 400px;
    top: 600px;
    right: -198px;
  }
  .about-projects .project-card {
    margin-bottom: 40px;
  }
  .about-projects .col-lg-6:last-child {
    margin-top: 0px;
  }
  .about-team-carousel .our-team {
    padding: 80px 0px;
  }
}
@media (max-width: 992px) {
  .about-deliveries .centered-image-to-title-container img {
    width: 256px;
  }
  .about-deliveries .section-title {
    font-size: 20px;
    text-align: center;
  }
  .about-deliveries .text-16 {
    font-size: 14px;
  }
  .about-hero h1 {
    font-size: 30px;
    margin-bottom: 24px;
  }
  .about-hero p {
    font-size: 16px;
  }
  .about-team-carousel .default-btn {
    display: flex;
  }
}
@media (max-width: 569px) {
  .about-hero {
    min-height: 60vh;
  }
  .about-hero h1 {
    font-size: 22px;
    line-height: 120%;
    max-width: 360px;
  }
  .about-projects .project-card .image-container .category {
    transform: translate(16px, 16px);
  }
}
.page-quimera-wrapper .default-btn {
  color: #000000 !important;
}
.page-quimera-wrapper .benefit-modal .benefit-content-container h3, .page-quimera-wrapper .benefit-modal .benefit-content-container p {
  color: #0d0d0d;
}
.page-quimera-wrapper .benefit-modal .close path {
  fill: #000000;
}
.page-quimera-wrapper .bu-benefits .benefits-card-container .benefit-card .benefit-number-card p {
  color: #0d0d0d;
}

.page-research-wrapper .default-btn {
  background-color: #E32320 !important;
  color: #FFFFFF !important;
}
.page-research-wrapper .blog-section {
  margin-top: 80px;
  padding-top: 0px;
}
.page-research-wrapper .blog-section .container {
  border-top: 1px solid #808080;
  padding-top: 100px;
}

.benefit-modal .modal-dialog {
  max-width: 534px;
}
.benefit-modal .close {
  position: absolute;
  right: 24px;
  top: 20px;
  opacity: 1;
  z-index: 2;
}
.benefit-modal .close path {
  fill: #FFFFFF;
}
.benefit-modal .modal-content {
  position: relative;
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.benefit-modal .benefit-modal-frame {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.benefit-modal .benefit-content-container {
  position: relative;
  padding: 56px 24px 42px 24px;
  padding-top: 48px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  height: 100%;
  max-width: 532px;
  min-height: 428px;
}
.benefit-modal h3 {
  color: #FFFFFF;
  text-align: left;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
}
.benefit-modal p {
  color: #FFFFFF;
  margin-bottom: 24px;
}
.benefit-modal .benefit-icon {
  margin-right: 16px;
}
.benefit-modal .team-logo {
  max-width: 100%;
  width: fit-content;
  max-height: 36px;
}
.benefit-modal .benefit-content-header {
  margin-bottom: 32px;
}

.bu-hero {
  padding-top: 112px;
  position: relative;
  z-index: 2;
}
.bu-hero .bu-hero-logo {
  margin-bottom: 48px;
}
.bu-hero .bu-hero-content {
  max-width: 736px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bu-hero .bu-hero-content h1 {
  font-family: "IBM Plex Mono", monospace;
  font-size: 64px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
}
.bu-hero .bu-hero-content p {
  font-size: 18px;
  max-width: 632px;
  text-align: center;
  font-family: "IBM Plex Sans", sans-serif;
  margin-bottom: 48px;
  line-height: 140%;
}
.bu-hero .right-bu-hero-grafism {
  position: absolute;
  right: 0px;
  top: 232px;
  max-width: 256px;
}
.bu-hero .left-bu-hero-grafism {
  position: absolute;
  left: 0px;
  top: 60px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.our-focus-bu {
  padding-top: 64px;
}
.our-focus-bu .our-focus-grafism-mobile {
  display: none;
}
.our-focus-bu .default-btn {
  max-width: fit-content;
}
.our-focus-bu .our-focus-header-container {
  position: relative;
}
.our-focus-bu .our-focus-header-container svg {
  position: absolute;
  top: 0px;
  left: 0px;
  transform: translate(-12px, -36px);
}
.our-focus-bu .our-focus-header-container .section-title {
  margin-bottom: 24px;
}
.our-focus-bu .our-focus-text-container {
  max-width: 532px;
}
.our-focus-bu .our-focus-text-container .text-24 {
  font-family: "IBM Plex Sans", sans-serif;
  margin-bottom: 24px;
}
.our-focus-bu .our-focus-text-container .text-16 {
  margin-bottom: 40px;
}
.our-focus-bu .focus-image-container {
  display: flex;
  justify-content: center;
}
.our-focus-bu .focus-image-container svg {
  max-width: 75%;
  width: 100%;
  height: auto;
}

.bu-deliveries {
  padding-top: 140px;
}
.bu-deliveries .centered-image-to-title-container {
  margin-bottom: 72px;
}
.bu-deliveries .centered-image-to-title-container svg {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, -34px);
}
.bu-deliveries .bu-delivery-card {
  padding: 32px;
  font-family: "IBM Plex Sans", sans-serif;
  border: 1px solid #FBBA00;
}
.bu-deliveries .bu-delivery-card img {
  width: 36px;
  height: 36px;
  object-fit: cover;
  margin-bottom: 16px;
}
.bu-deliveries .bu-delivery-card h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 170%;
}
.bu-deliveries .bu-delivery-card p {
  font-size: 16px;
  margin-top: 8px;
  font-weight: 300;
  line-height: 170%;
}
.bu-deliveries .bu-deliveries-slider .bu-delivery-slide:last-child {
  margin-right: 32px;
}
.bu-deliveries .bu-deliveries-slider .pagination-container {
  margin-left: 0px;
}
.bu-deliveries .default-btn {
  margin: 64px auto 124px auto;
  max-width: fit-content;
}

.bu-benefits {
  position: relative;
  padding-bottom: 120px;
  padding-top: 104px;
}
.bu-benefits .benefits-background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.bu-benefits .top-grafism {
  width: 100%;
  height: 58px;
  position: absolute;
  top: 13px;
  transform: translate(0px, -100%);
}
.bu-benefits .top-grafism.mobile {
  display: none;
}
.bu-benefits .benefits-content-container {
  position: relative;
  z-index: 2;
  color: #000000;
}
.bu-benefits .benefits-content-container .benefits-header-container {
  position: relative;
}
.bu-benefits .benefits-content-container .benefits-header-container svg {
  position: absolute;
  top: 0px;
  left: 0px;
  transform: translate(-32px, -24px);
}
.bu-benefits .benefits-content-container .benefits-header-container .text-16 {
  max-width: 420px;
  margin-top: 16px;
  margin-bottom: 32px;
}
.bu-benefits .benefits-card-wrapper {
  position: relative;
}
.bu-benefits .benefits-card-wrapper .benefits-card-background-container {
  position: absolute;
  top: calc(50% - 89px);
  transform: translate(-50%, -50%);
  left: 50%;
}
.bu-benefits .benefits-card-wrapper .benefits-cards-background {
  max-height: calc(80% - 178px);
  max-width: 100%;
  z-index: -1;
}
.bu-benefits .benefits-card-container {
  margin: 0px;
  margin-bottom: 76px;
}
.bu-benefits .benefits-card-container .col-lg-4 {
  padding: 0px;
}
.bu-benefits .benefits-card-container .default-btn {
  margin: 64px auto;
}
.bu-benefits .benefits-card-container .benefit-card {
  border: 0.5px solid #DAD3D3;
  padding: 32px;
  text-align: left;
  height: 100%;
}
.bu-benefits .benefits-card-container .benefit-card img {
  margin-bottom: 12px;
}
.bu-benefits .benefits-card-container .benefit-card p {
  color: #0d0d0d;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 170%;
}
.bu-benefits .benefits-card-container .benefit-card .benefit-number-card {
  position: relative;
  z-index: 2;
  height: 36px;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.bu-benefits .benefits-card-container .benefit-card .benefit-number-card p {
  text-align: center;
  color: #0d0d0d;
  font-size: 15px;
  line-height: 100%;
  font-weight: 400;
}
.bu-benefits .benefits-card-container .benefit-card .benefit-number-card svg {
  position: absolute;
  top: 0px;
  z-index: -1;
  margin: 0px;
}
.bu-benefits .benefits-card-container .benefit-card .text-glitchy-btn {
  display: flex;
  align-items: center;
  color: #0d0d0d;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 170%;
  background-color: transparent;
  border: none;
  padding: 0px;
}
.bu-benefits .benefits-card-container .benefit-card .text-glitchy-btn span {
  display: block;
}
.bu-benefits .benefits-card-container .benefit-card .text-glitchy-btn:hover svg {
  transform: translate(4px);
}
.bu-benefits .benefits-card-container .benefit-card .text-glitchy-btn svg {
  transition: 0.3s ease-in-out;
  margin-left: 8px;
}
.bu-benefits .default-btn {
  margin: 0px auto;
}

.faq {
  padding-top: 150px;
  padding-bottom: 60px;
  position: relative;
}
.faq .mobile-faq-text-container {
  display: none;
}
.faq .faq-illustration-background {
  position: absolute;
  left: 0px;
  top: auto;
  bottom: -16px;
  height: 60%;
  max-height: 568px;
}
.faq .faq-header {
  position: relative;
  max-width: 426px;
}
.faq .faq-header .section-title {
  margin-bottom: 24px;
  font-size: 32px;
}
.faq .faq-header .text-16 {
  margin-bottom: 24px;
}
.faq .faq-header svg {
  position: absolute;
  top: 0px;
  left: 0px;
  transform: translate(-12px, -48px);
}
.faq .card {
  background-color: transparent;
  border: none;
  border-top: 1px solid #4F4F51;
  border-radius: 0px;
  padding: 32px 24px;
}
.faq .card .card-header, .faq .card .card-body {
  border: none;
  padding: 0px;
}
.faq .card button {
  width: 100%;
  background-color: transparent;
  border: none;
  padding: 0px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "IBM Plex Mono", monospace;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-align: left;
}
.faq .card .card-body {
  padding-top: 40px;
}
.faq .card .card-body p {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.bu-newsletter-wrapper {
  padding-top: 60px;
}

@media (max-width: 1280px) {
  .bu-hero .right-bu-hero-grafism svg, .bu-hero .left-bu-hero-grafism svg {
    height: 400px;
  }
  .bu-hero .right-bu-hero-grafism {
    right: -80px;
  }
  .bu-hero .left-bu-hero-grafism {
    left: -80px;
  }
}
@media (max-width: 991px) {
  .bu-hero .right-bu-hero-grafism, .bu-hero .left-bu-hero-grafism {
    display: none;
  }
  .bu-hero .bu-hero-content {
    max-width: 480px;
  }
  .bu-hero .bu-hero-content h1 {
    font-size: 48px;
  }
  .bu-hero .bu-hero-content p {
    font-size: 16px;
    margin-bottom: 80px;
  }
  .our-focus-bu {
    position: relative;
  }
  .our-focus-bu .our-focus-grafism-mobile {
    display: flex;
    width: auto;
    height: 100%;
    position: absolute;
    top: 60px;
    left: 0px;
    max-height: 718px;
  }
  .our-focus-bu .row {
    flex-direction: column-reverse;
  }
  .our-focus-bu .row .focus-image-container {
    margin-bottom: 80px;
  }
  .our-focus-bu .row .focus-image-container svg {
    max-width: 100%;
  }
  .bu-benefits {
    padding-top: 80px;
    padding-bottom: 90px;
  }
  .bu-benefits .benefits-card-container {
    margin-bottom: 24px;
  }
  .bu-benefits .benefits-card-container .default-btn {
    margin-top: 48px;
    margin-bottom: 0px;
  }
  .bu-benefits .top-grafism {
    display: none;
  }
  .bu-benefits .top-grafism.mobile {
    display: block;
    height: 24px;
    top: 6px;
  }
  .bu-benefits .benefits-card-container {
    display: flex;
    flex-direction: column;
  }
  .faq {
    padding-bottom: 12px;
  }
  .faq .faq-illustration-background {
    display: none;
  }
  .faq .faq-header .section-title {
    margin-bottom: 54px;
  }
  .faq .faq-header .text-16 {
    display: none;
  }
  .faq .default-btn {
    display: none;
  }
  .faq .mobile-faq-text-container {
    display: block;
  }
  .faq .mobile-faq-text-container .default-btn {
    display: flex;
    margin: 0px auto;
    margin-top: 28px;
  }
  .faq .mobile-faq-text-container .text-16 {
    font-size: 15px;
    text-align: center;
    max-width: 298px;
    margin: 0px auto;
    margin-top: 40px;
  }
  .page-research-wrapper .blog-section {
    margin-top: 48px;
    padding-bottom: 64px;
  }
  .page-research-wrapper .blog-section .container {
    padding-top: 48px;
  }
}
@media (max-width: 769px) {
  .our-focus-bu .our-focus-grafism-mobile {
    max-height: 518px;
    top: 32px;
  }
}
@media (max-width: 569px) {
  .bu-benefits .benefits-content-container .benefits-header-container svg {
    width: 250px;
    transform: translate(-12px, -24px);
  }
  .our-focus-bu .our-focus-text-container .text-24 {
    font-size: 20px;
  }
  .our-focus-bu .our-focus-text-container .text-16 {
    font-size: 14px;
  }
  .our-focus-bu .our-focus-header-container .section-title {
    font-size: 28px;
  }
  .our-focus-bu .our-focus-header-container svg {
    height: 32px;
    width: auto;
    transform: translate(-12px, -12px);
  }
  .bu-hero {
    padding-top: 70px;
  }
  .bu-hero .bu-hero-logo {
    max-height: 46px;
    margin-bottom: 40px;
  }
  .bu-hero .bu-hero-content {
    max-width: 345px;
  }
  .bu-hero .bu-hero-content .default-btn {
    display: none;
  }
  .bu-hero .bu-hero-content h1 {
    font-size: 32px;
    margin-bottom: 24px;
  }
  .bu-hero .bu-hero-content p {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .bu-deliveries {
    padding-top: 120px;
  }
  .bu-deliveries .centered-image-to-title-container svg {
    transform: translate(-50%, -32px);
    width: 305px;
  }
  .bu-deliveries .bu-deliveries-slider {
    padding-left: 15px !important;
  }
  .bu-deliveries .bu-deliveries-slider .pagination-container {
    margin-top: 32px;
  }
  .bu-deliveries .default-btn {
    margin-bottom: 88px;
  }
  .faq {
    padding-top: 32px;
  }
  .faq .faq-header svg {
    width: 134px;
    height: auto;
    transform: translate(-12px, -22px);
  }
}
@media (max-width: 480px) {
  .page-quimera-wrapper .benefit-modal h3 {
    font-size: 18px;
    line-height: 130%;
  }
  .our-focus-bu .our-focus-grafism-mobile {
    max-height: 398px;
  }
  .faq .faq-header {
    max-width: 100%;
  }
  .faq .faq-header .section-title {
    font-size: 24px;
    margin-bottom: 54px;
  }
  .faq .faq-header p {
    display: none;
  }
  .faq .col-lg-5 .default-btn {
    display: none;
  }
}
.blog-page-wrapper header {
  background-color: #000000;
  box-shadow: 1px 1px 20px 3px rgb(0, 0, 0);
}
.blog-page-wrapper header ul {
  margin: 0px;
  padding: 0px;
}

.insights-blog-page-wrapper .post-vertical-card, .insights-blog-page-wrapper .post-horizontal-card {
  color: #0d0d0d !important;
}
.insights-blog-page-wrapper header {
  background-color: #000000;
}
.insights-blog-page-wrapper header .header-btn #lettering path {
  fill: #FFFFFF;
}
.insights-blog-page-wrapper header .language-selector button {
  color: #FFFFFF;
}
.insights-blog-page-wrapper header .language-selector button.active {
  color: #E32320;
}
.insights-blog-page-wrapper header .language-selector button.active svg circle {
  fill: #E32320;
}
.insights-blog-page-wrapper header .language-selector button.active svg path {
  fill: #E32320;
}
.insights-blog-page-wrapper header .language-selector button svg circle {
  fill: #FFFFFF;
}
.insights-blog-page-wrapper header .language-selector button svg path {
  fill: #FFFFFF;
}
.insights-blog-page-wrapper header ul li .dropdown-content a {
  color: #FFFFFF;
}
.insights-blog-page-wrapper header ul li a, .insights-blog-page-wrapper header ul li button {
  /* color: colors.$white; */
  font-weight: normal;
}
.insights-blog-page-wrapper header ul li a svg path, .insights-blog-page-wrapper header ul li button svg path {
  fill: #FFFFFF;
}
.insights-blog-page-wrapper header .dropdown-container.active button {
  color: #E32320;
  font-weight: bold;
}
.insights-blog-page-wrapper header .dropdown-container.active button svg path {
  fill: #E32320;
}

.insights-blog-page-wrapper .blog-single {
  background-color: #F1F1F1;
  color: #0d0d0d;
}
.insights-blog-page-wrapper .blog-single .post-article-content .social-media-share-content p {
  color: #0d0d0d;
}
.insights-blog-page-wrapper .blog-single .newsletter {
  background-color: #F1F1F1;
  color: #FFFFFF;
}
.insights-blog-page-wrapper .related-posts .post-vertical-card .post-content {
  color: #FFFFFF;
}

.blog-wrapper {
  background-color: #0d0d0d;
}
.blog-wrapper .default-btn {
  background-color: #E32320;
  color: #FFFFFF;
}
.blog-wrapper .newsletter-wrapper {
  padding-top: 64px;
}
.blog-wrapper .newsletter-wrapper .newsletter {
  background-color: #0d0d0d;
}
.blog-wrapper.insights {
  background-color: #F1F1F1;
  color: #0d0d0d;
}
.blog-wrapper.insights .newsletter-wrapper .newsletter {
  background-color: #F1F1F1;
  color: #FFFFFF;
}
.blog-wrapper .blog-section {
  padding-top: 40px;
  padding-bottom: 140px;
}
.blog-wrapper .blog-section .blog-header {
  margin-bottom: 32px;
}
.blog-wrapper .blog-section .blog-header img {
  height: 48px;
}
.blog-wrapper .blog-section .default-btn {
  display: none;
}
.blog-wrapper .last-posts .last-posts-header {
  margin-bottom: 108px;
}
.blog-wrapper .last-posts .last-posts-header .header-with-background-text {
  position: relative;
}
.blog-wrapper .last-posts .last-posts-header .header-with-background-text img {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 40px;
  transform: translate(-24px, -18px);
}
.blog-wrapper .last-posts .last-posts-header form {
  display: flex;
  align-items: center;
  max-width: 490px;
  width: 100%;
}
.blog-wrapper .last-posts .last-posts-header form input, .blog-wrapper .last-posts .last-posts-header form button {
  height: 56px;
}
.blog-wrapper .last-posts .last-posts-header form button {
  width: 136px;
  padding: 0px;
  border: none;
  border-radius: 0px 8px 8px 0px;
  background-color: #E32320;
  color: #FFFFFF;
  font-family: "IBM Plex Mono", monospace;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 24px */
}
.blog-wrapper .last-posts .last-posts-header form input {
  width: calc(100% - 136px);
  background-color: #FFFFFF;
  border-radius: 8px 0px 0px 8px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  transition: 0.3s ease-in-out;
  border: none;
}
.blog-wrapper .last-posts .last-posts-header form input:focus {
  outline: none;
}
.blog-wrapper .last-posts .default-btn {
  margin: 60px auto;
}
.blog-wrapper .last-posts .post-vertical-card {
  margin-bottom: 64px;
}
.blog-wrapper .last-posts .post-vertical-card .post-article-content {
  padding: 0px;
}
.blog-wrapper .last-posts .post-vertical-card .post-article-content h3 {
  -webkit-line-clamp: 2;
  font-size: 20px;
}
.blog-wrapper .last-posts .post-vertical-card .post-article-content p {
  -webkit-line-clamp: 1;
}

.header-news-with-text {
  position: relative;
}
.header-news-with-text img {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 40px;
  transform: translate(-24px, -18px);
}

.blog-single {
  padding-top: 80px;
  background-color: #0d0d0d;
}
.blog-single .enlighter-default {
  padding: 16px;
  padding-top: 24px;
  border-radius: 10px;
  margin-top: 24px;
}
.blog-single.insights-blog {
  background-color: #F1F1F1;
  color: #000000;
}
.blog-single.insights-blog .post-article-content .social-media-share-content p {
  color: #0d0d0d;
}
.blog-single.insights-blog .newsletter-wrapper .newsletter {
  background-color: #F1F1F1;
  color: #FFFFFF;
}
.blog-single .thumb-nail {
  margin-top: 30px;
}
.blog-single .thumb-nail iframe {
  width: 100%;
  height: 600px;
}
.blog-single .thumb-nail svg {
  width: 100%;
  max-height: 400px;
  height: 100%;
}
.blog-single .newsletter-wrapper .newsletter {
  background-color: #0d0d0d;
}
.blog-single .post-article-content {
  /* General styling for the password protection form */
  /* Label styling */
  /* Input field styling */
  /* Submit button styling */
  /* Placeholder text styling */
  /* Social media icons styling */
}
.blog-single .post-article-content iframe {
  width: 100%;
  height: 400px;
}
.blog-single .post-article-content code {
  font-family: "Courier New", monospace; /* Set the font family to a monospaced font */
  font-size: 14px; /* Set the font size */
  background-color: #f4f4f4; /* Set a background color */
  padding: 4px 8px; /* Add padding for better readability */
  border: 1px solid #ccc; /* Add a border for visual separation */
  border-radius: 4px; /* Add rounded corners */
  color: #333; /* Set the text color */
  margin-bottom: 24px;
}
.blog-single .post-article-content figure {
  margin: 24px 0px;
}
.blog-single .post-article-content figure img {
  max-width: 100%;
  height: auto;
}
.blog-single .post-article-content h1 {
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "IBM Plex Mono", monospace;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 46.8px */
  letter-spacing: -2px;
  margin-bottom: 16px;
}
.blog-single .post-article-content .post-text-content {
  margin-top: 40px;
  margin-bottom: 64px;
}
.blog-single .post-article-content .post-text-content p {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 36px */
  margin-top: max(3.2vmin, 24px);
}
.blog-single .post-article-content .post-text-content .author-bio-section {
  display: none;
}
.blog-single .post-article-content .post-password-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #1c1c1c; /* Dark background */
  padding: 20px;
  border-radius: 8px;
  max-width: 400px;
  margin: 0 auto;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.6); /* Subtle shadow */
}
.blog-single .post-article-content .post-password-form label {
  font-size: 1.2em;
  color: #f5f5f5; /* White text */
  margin-bottom: 10px;
}
.blog-single .post-article-content .post-password-form input[type=password] {
  width: 100%;
  padding: 12px;
  border: 1px solid #e32320; /* Red border matching your theme */
  border-radius: 5px;
  background-color: #2c2c2c; /* Slightly lighter dark background */
  color: #fff; /* White text */
  font-size: 1em;
  margin-bottom: 15px;
  transition: border 0.3s ease;
}
.blog-single .post-article-content .post-password-form input[type=password]:focus {
  border: 1px solid #fff; /* White border on focus */
  outline: none;
}
.blog-single .post-article-content .post-password-form input[type=submit] {
  background-color: #e32320; /* Red button matching your theme */
  color: white;
  font-size: 1.2em;
  padding: 12px;
  border: none;
  border-radius: 5px;
  width: 100%;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.blog-single .post-article-content .post-password-form input[type=submit]:hover {
  background-color: #ff4c4c; /* Slightly lighter red on hover */
}
.blog-single .post-article-content .post-password-form input[type=password]::placeholder {
  color: #a0a0a0; /* Lighter gray for placeholder text */
}
.blog-single .post-article-content .social-media-share {
  margin-top: 20px;
  text-align: center;
}
.blog-single .post-article-content .social-media-share img {
  width: 30px;
  margin: 0 10px;
  transition: transform 0.3s ease;
}
.blog-single .post-article-content .social-media-share img:hover {
  transform: scale(1.2); /* Zoom effect on hover */
}
.blog-single .post-article-content .social-media-share a {
  color: #fff;
  text-decoration: none;
  font-size: 0.9em;
}
.blog-single .post-article-content .social-media-share-content p {
  color: rgba(255, 255, 255, 0.6);
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 16px;
  text-align: center;
}
.blog-single .post-article-content .social-media-share-content a {
  display: flex;
  align-items: center;
  color: #E32320;
  font-size: 24px;
  margin: 0px 8px;
  transition: 0.3s ease-in-out;
}
.blog-single .post-article-content .social-media-share-content a:last-child {
  margin-left: 2px;
  margin-bottom: 2px;
}
.blog-single .post-article-content .social-media-share-content a:last-child svg {
  height: 27px;
  width: 27px;
}
.blog-single .post-article-content .social-media-share-content a:hover {
  transform: translateY(-2px);
}
.blog-single .post-article-content .social-media-share-content a svg path {
  fill: #E32320;
}

.related-posts {
  background-color: #E32320;
  color: #FFFFFF;
  padding: 88px 0px 118px 0px;
}
.related-posts .section-title {
  margin-bottom: 80px;
  font-size: 32px;
}

.last-videos-container {
  margin-top: 176px;
}
.last-videos-container .header-news-with-text {
  margin-bottom: 56px;
}
.last-videos-container .default-btn {
  max-width: fit-content;
  margin: 0px auto;
  margin-top: 56px;
}

@media (max-width: 992px) {
  .last-videos-container {
    margin-top: 90px;
  }
  .blog-wrapper .newsletter-wrapper {
    padding: 48px 0px;
  }
  .blog-wrapper .last-posts .default-btn {
    margin: 24px auto 16px auto;
  }
  .blog-wrapper .last-posts .post-vertical-card {
    margin-bottom: 24px;
  }
  .blog-wrapper .last-posts .last-posts-header {
    flex-direction: column;
    margin-bottom: 48px;
  }
  .blog-wrapper .last-posts .last-posts-header form {
    max-width: 100%;
  }
  .blog-wrapper .last-posts .last-posts-header form button {
    width: 98px;
    font-size: 14px;
  }
  .blog-wrapper .last-posts .last-posts-header form input {
    width: calc(100% - 98px);
    font-size: 14px;
    max-width: 100%;
  }
  .blog-wrapper .last-posts .last-posts-header .header-with-background-text {
    width: 100%;
  }
  .blog-wrapper .last-posts .last-posts-header .header-with-background-text img {
    height: 32px;
    width: auto;
  }
  .blog-wrapper .last-posts .last-posts-header .section-title {
    text-align: left;
    margin-bottom: 32px;
  }
  .blog-wrapper .blog-section {
    padding-bottom: 40px;
  }
  .blog-wrapper .blog-section .blog-header {
    margin-bottom: 40px;
  }
  .blog-wrapper .blog-section .blog-header img {
    height: 36px;
    margin: 0px;
  }
  .related-posts {
    padding: 48px 0px 32px 0px;
  }
  .related-posts .section-title {
    font-size: 24px;
    margin-bottom: 48px;
  }
  .blog-single {
    padding-top: 40px;
  }
  .blog-single .thumb-nail {
    margin-bottom: 28px;
  }
  .blog-single .thumb-nail iframe {
    height: 360px;
  }
  .blog-single .thumb-nail svg {
    width: 100%;
    max-height: 100%;
    height: auto;
    min-height: 180px;
  }
  .blog-single .post-article-content h1 {
    font-size: 24px;
  }
  .blog-single .post-article-content .post-text-content {
    margin-bottom: 48px;
  }
  .blog-single .post-article-content .post-text-content p {
    font-size: 16px;
  }
}
.privacy-policy {
  background-image: url(../images/about-hero-background.svg);
  padding: 100px 0px;
  position: relative;
}
.privacy-policy::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0d0d0d;
  opacity: 0.5;
}
.privacy-policy .container {
  position: relative;
  z-index: 3;
}
.privacy-policy strong, .privacy-policy a {
  color: #E32320 !important;
}
.privacy-policy h1 {
  font-family: "IBM Plex Mono", monospace;
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -1.04px;
  margin-bottom: 16px;
  margin-left: -18px;
  text-align: center;
}
.privacy-policy h2 {
  font-size: 32px;
  font-weight: 600;
  margin-top: 40px;
}
.privacy-policy p {
  margin-top: 12px;
  font-size: 16px;
  line-height: 30px;
  font-family: 'IBM Plex Mono';
}
.privacy-policy ul {
  list-style: disc;
  margin-top: 16px;
  padding-left: 32px;
}
.privacy-policy ul li {
  margin-top: 3px;
  line-height: 20px;
  font-family: 'IBM Plex Mono';
}
.privacy-policy .last-updated {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  opacity: 0.5;
  margin-bottom: 64px;
  text-align: center;
}
.privacy-policy .accept-terms {
  margin-top: 56px;
  text-align: center;
  font-size: 14px;
  opacity: 0.5;
}

#cookie-popup {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100vw;
  height: 100%;
  padding: 32px 0px;
  z-index: 999;
  height: fit-content;
  background-color: #0d0d0d;
  display: flex;
  align-items: center;
  border-top: 1px solid #E32320;
  filter: url(#noise);
  -webkit-filter: url(#noise);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  animation: slideInUp 0.5s ease-in-out forwards;
  animation-delay: 3s;
  transform: translateY(100%);
}
#cookie-popup.slide-out {
  transform: translateY(0%);
  animation: slideOutDown 0.5s ease-in-out forwards;
  animation-delay: 0.3s !important;
}
#cookie-popup .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#cookie-popup p {
  max-width: 540px;
  margin-right: 40px;
  font-size: 16px;
}
#cookie-popup a {
  color: #E32320 !important;
  font-weight: 600;
  transition: opacity 0.3s ease-in-out;
}
#cookie-popup a:hover {
  text-decoration: underline;
  font-weight: 600 !important;
  opacity: 0.7;
}
#cookie-popup .cookies-action-container {
  display: flex;
  align-items: center;
}
#cookie-popup .cookies-action-container #decline-cookies {
  background-color: transparent;
  color: #E32320;
  margin-right: 16px;
  font-size: 15px;
  font-weight: 600;
  opacity: 0.7;
  box-shadow: none;
  border: none;
  padding: 8px 16px;
}

@media (max-width: 991px) {
  .privacy-policy {
    padding: 100px 20px;
  }
  .privacy-policy h1 {
    font-size: 40px;
    margin-left: 0px;
  }
  #cookie-popup .container {
    flex-direction: column;
  }
  #cookie-popup .cookies-action-container {
    flex-direction: column-reverse;
    margin-top: 16px;
  }
  #cookie-popup .cookies-action-container #decline-cookies {
    margin-right: 0px;
    margin-top: 10px;
  }
  #cookie-popup p {
    margin-right: 0px;
    text-align: center;
    margin-bottom: 16px;
    font-size: 14px;
  }
}
.videos-wrapper .podcast-logo {
  margin: 48px 0px;
  max-width: 100%;
}
.videos-wrapper .main-video-container {
  position: relative;
}
.videos-wrapper .main-video-container .background-illustration {
  position: absolute;
  top: 20%;
  right: 0px;
  z-index: 1;
  transform: translate(0, 70%);
  max-height: 508px;
  max-width: 508px;
}
.videos-wrapper .main-video-card iframe {
  max-width: 100%;
  width: 100%;
  height: 630px;
  position: relative;
  z-index: 2;
}
.videos-wrapper .main-video-card .video-title {
  margin-top: 96px;
  font-size: 36px;
  max-width: 840px;
  line-height: 130%;
  letter-spacing: -2px;
  font-weight: bold;
  font-family: "IBM Plex Mono", monospace;
  margin-bottom: 48px;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.videos-wrapper .main-video-card .default-btn {
  max-width: fit-content;
  margin-bottom: 116px;
  display: flex;
}
.videos-wrapper .videos-container {
  margin-bottom: 156px;
}

.blog-single .col-lg-3, .videos-container .col-lg-3 {
  display: flex;
  flex-direction: column;
}
.blog-single .col-lg-3:last-child .video-card-numbered, .videos-container .col-lg-3:last-child .video-card-numbered {
  border: none;
}
.blog-single .video-card-numbered, .videos-container .video-card-numbered {
  border-right: 1px solid rgba(255, 255, 255, 0.32);
  padding: 24px 8px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.blog-single .video-card-numbered .title, .videos-container .video-card-numbered .title {
  margin: 16px 0px 12px 0px;
  font-size: 24px;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-single .video-card-numbered .video-card-numbered-number, .videos-container .video-card-numbered .video-card-numbered-number {
  position: relative;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-single .video-card-numbered .video-card-numbered-number p, .videos-container .video-card-numbered .video-card-numbered-number p {
  position: relative;
  z-index: 2;
  margin: 0px;
}
.blog-single .video-card-numbered .video-card-numbered-number svg, .videos-container .video-card-numbered .video-card-numbered-number svg {
  position: absolute;
  top: 0px;
  left: 0px;
}

.blog-wrapper .last-posts .video-card {
  margin-bottom: 40px;
}
.blog-wrapper .last-posts .video-card .arrow-link svg {
  min-width: 35px;
  width: 35px;
  height: auto;
}
.blog-wrapper .last-posts .video-card h3 {
  margin-top: 24px;
  margin-bottom: 6px;
  font-size: 20px;
}
.blog-wrapper .last-posts .video-card .post-briefing {
  margin-bottom: 24px;
}

@media (max-width: 991px) {
  .blog-wrapper .last-posts .video-card {
    margin-bottom: 24px;
  }
  .blog-wrapper .last-posts .video-card h3 {
    margin-top: 0px;
  }
  .blog-wrapper .last-posts .video-card .arrow-link svg {
    min-width: 35px;
    width: 35px;
    height: auto;
  }
  .blog-single .col-lg-3:last-child .video-card-numbered, .videos-container .col-lg-3:last-child .video-card-numbered {
    border: none;
  }
  .blog-single .video-card-numbered, .videos-container .video-card-numbered {
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.32);
  }
  .blog-wrapper .last-posts .video-card h3 {
    -webkit-line-clamp: 2;
  }
  .videos-wrapper .podcast-logo {
    margin: 32px 0px;
    height: 48px;
  }
  .videos-wrapper .main-video-card iframe {
    height: 400px;
  }
  .videos-wrapper .main-video-card .default-btn {
    margin-bottom: 48px;
  }
  .videos-wrapper .videos-container {
    margin-bottom: 80px;
  }
  .videos-wrapper .main-video-container .background-illustration {
    max-height: 380px;
    top: 0px;
  }
  .videos-wrapper .main-video-container .video-title {
    margin-bottom: 24px;
    margin-top: 24px;
    font-size: 28px;
  }
}
.white-paper-card {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
.white-paper-card .post-content {
  padding: 24px 28px;
  padding-bottom: 40px;
}
.white-paper-card .post-content h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 12px;
}
.white-paper-card .post-content p {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 24px;
  line-height: 140%;
}
.white-paper-card .post-content a {
  font-weight: 500;
}
.white-paper-card .category {
  position: absolute;
  top: 0px;
  left: 0px;
  transform: translate(16px, 16px);
  padding: 12px 20px;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 100%;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  background: rgba(0, 0, 0, 0.16);
}
.white-paper-card .background-rectangle {
  height: 70%;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: #222222;
  z-index: -1;
}
.white-paper-card .image-container svg {
  width: 100%;
  height: 240px;
}

.white-paper-wrapper .field {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}
.white-paper-wrapper .main-post-container {
  margin-bottom: 88px;
  padding-top: 72px;
}
.white-paper-wrapper .main-post-container .wpcf7-form h2 {
  font-size: 32px;
  font-weight: bold;
  font-family: "IBM Plex Mono", monospace;
  margin-bottom: 20px;
}
.white-paper-wrapper .main-post-container .wpcf7-form .checkbox-container {
  display: flex;
  align-items: center;
  margin: 24px 0px;
}
.white-paper-wrapper .main-post-container .wpcf7-form .checkbox-container p {
  margin-left: 40px;
}
.white-paper-wrapper .main-post-container .wpcf7-form .checkbox-container p:first-child {
  display: none;
}
.white-paper-wrapper .main-post-container .wpcf7-form .checkbox-container label {
  position: relative;
  cursor: pointer;
  line-height: 160%;
  font-size: 16px;
  font-weight: 500;
  font-family: "IBM Plex Sans", sans-serif;
  padding-left: 16px;
}
.white-paper-wrapper .main-post-container .wpcf7-form .checkbox-container label.checked::after {
  background-color: #E32320;
}
.white-paper-wrapper .main-post-container .wpcf7-form .checkbox-container label::after {
  transition: 0.3s ease-in-out;
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translate(calc(-100% - 9px), -50%);
  width: 28px;
  height: 28px;
  border-radius: 3px;
  background-color: #FFFFFF;
  z-index: 2;
}
.white-paper-wrapper .main-post-container .wpcf7-form .checkbox-container label::before {
  left: 0px;
  top: 50%;
  position: absolute;
  content: "";
  height: 32px;
  width: 32px;
  border-radius: 4px;
  background-color: #FFFFFF;
  transform: translate(calc(-100% - 7px), -50%);
}
.white-paper-wrapper .main-post-container .wpcf7-form .checkbox-container .wpcf7-list-item-label {
  display: none;
}
.white-paper-wrapper .main-post-container .wpcf7-form .checkbox-container .wpcf7-list-item {
  margin-left: 0px;
}
.white-paper-wrapper .main-post-container .wpcf7-form p input[type=text], .white-paper-wrapper .main-post-container .wpcf7-form p input[type=email] {
  height: 48px;
  max-width: 100%;
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 8px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  transition: 0.3s ease-in-out;
  border: none;
}
.white-paper-wrapper .main-post-container .wpcf7-form p input[type=text]:focus, .white-paper-wrapper .main-post-container .wpcf7-form p input[type=email]:focus {
  outline: none;
}
.white-paper-wrapper .main-post-container .wpcf7-form p label {
  margin-bottom: 8px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 14px;
}
.white-paper-wrapper .main-post-container .wpcf7-form p:nth-child(2) {
  width: 100%;
}
.white-paper-wrapper .main-post-container .wpcf7-form p:nth-child(2) input {
  border-radius: 8px !important;
}
.white-paper-wrapper .main-post-container .wpcf7-form p:nth-child(3) {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.white-paper-wrapper .main-post-container .wpcf7-form p:nth-child(3) input {
  font-size: 14px;
  height: 42px;
}
.white-paper-wrapper .main-post-container .wpcf7-form .wpcf7-submit {
  border-radius: 8px;
  margin: 0px auto;
}
.white-paper-wrapper .terms-of-service-text {
  font-size: 16px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
  line-height: 160%;
  max-width: 440px;
}
.white-paper-wrapper .terms-of-service-text a {
  color: #E32320;
  font-weight: bold;
}
.white-paper-wrapper .white-paper-recaptcha {
  margin-bottom: 32px;
}

.form-container {
  background-color: #222222;
  padding: 32px 24px;
}
.form-container .default-btn {
  background-color: #E32320;
  transition: 0.3s ease-in-out;
}
.form-container .default-btn:hover {
  background-color: #fe5552;
}

.white-papers-header {
  margin-bottom: 32px;
  font-weight: bold;
  font-size: 18px;
}
.white-papers-header span {
  font-weight: 400;
}

.subscribed-main-post .white-paper-content {
  margin-top: 32px;
}
.subscribed-main-post .white-paper-content .white-paper-title {
  margin: 0px;
  margin-bottom: 24px;
}
.subscribed-main-post .white-paper-content .arrow-link {
  margin-top: 64px;
}

.main-white-paper-card .category {
  padding: 8px 16px;
  border: 1px solid #E32320;
  width: fit-content;
  -moz-width: fit-content;
  font-size: 12px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-white-paper-card .white-paper-title {
  font-size: 48px;
  font-weight: bold;
  line-height: 110%;
  margin-bottom: 68px;
  margin-top: 32px;
}
.main-white-paper-card img {
  min-width: 308px;
  width: 308px;
  height: 436px;
  margin-right: 30px;
  object-fit: cover;
}
.main-white-paper-card h3 {
  font-size: 18px;
  font-family: "IBM Plex Sans", sans-serif;
  line-height: 160%;
}

.white-paper-posts-container .col-lg-4 {
  display: flex;
}
.white-paper-posts-container .col-lg-4 .white-paper-card {
  flex-grow: 1;
}
.white-paper-posts-container .col-lg-4 .white-paper-card .post-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.white-paper-posts-container .col-lg-4 .white-paper-card .post-content .arrow-link {
  margin-top: auto;
}

author-info img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 10px;
}

.subscribed-main-post {
  display: none;
}

@media (max-width: 991px) {
  .white-paper-content {
    flex-direction: column !important;
  }
  .white-paper-content .white-paper-title {
    font-size: 32px;
  }
  .white-paper-wrapper .main-post-container {
    padding-top: 48px;
  }
  .main-white-paper-card h3 {
    margin-bottom: 40px;
  }
  .main-white-paper-card .white-paper-title {
    font-size: 28px;
    margin-bottom: 40px;
  }
  .main-white-paper-card img {
    margin-bottom: 16px;
    width: 100%;
  }
  .white-paper-card {
    margin-bottom: 24px;
  }
  .white-paper-card .post-content {
    padding: 24px 16px;
    padding-bottom: 32px;
  }
  .white-paper-card .image-container svg {
    height: 220px;
  }
  .white-paper-card h3 {
    font-size: 20px;
  }
  .white-paper-card p {
    font-size: 14px;
  }
  .blog-wrapper .last-posts .last-posts-header .section-title {
    font-size: 24px;
  }
  .white-paper-wrapper .terms-of-service-text {
    font-size: 14px;
  }
  .white-paper-wrapper .form-container {
    padding: 24px 16px;
  }
  .white-paper-wrapper .main-post-container .wpcf7-form h2 {
    font-size: 24px;
  }
  .white-paper-wrapper .main-post-container .wpcf7-form p input[type=email] {
    font-size: 14px;
  }
  .white-paper-wrapper .main-post-container .wpcf7-form p input[type=text] {
    font-size: 14px;
  }
  .white-paper-wrapper .main-post-container .wpcf7-form .checkbox-container label {
    font-size: 14px;
  }
}

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