/*
Needed as an entry point for tailwind.
*/
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
.btn-red-purple {
  display: inline-block;
  border-radius: 1.5rem;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(152 56 213 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(152 56 213 / var(--tw-bg-opacity, 1));
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.btn-red-purple:hover {
  --tw-border-opacity: 1;
  border-color: rgb(30 58 138 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity, 1));
  text-decoration-line: none;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.left-0 {
  left: 0px;
}
.left-full {
  left: 100%;
}
.right-3 {
  right: 0.75rem;
}
.top-0 {
  top: 0px;
}
.top-3 {
  top: 0.75rem;
}
.z-10 {
  z-index: 10;
}
.z-\[1\] {
  z-index: 1;
}
.m-auto {
  margin: auto;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.-mr-5 {
  margin-right: -1.25rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[4\.5rem\] {
  margin-bottom: 4.5rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mt-0 {
  margin-top: 0px;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.box-border {
  box-sizing: border-box;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-full {
  height: 100%;
}
.min-h-\[448px\] {
  min-height: 448px;
}
.w-16 {
  width: 4rem;
}
.w-full {
  width: 100%;
}
.max-w-80 {
  max-width: 20rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.shrink-0 {
  flex-shrink: 0;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.justify-end {
  justify-content: flex-end;
}
.justify-between {
  justify-content: space-between;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.justify-self-center {
  justify-self: center;
}
.overflow-hidden {
  overflow: hidden;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-solid {
  border-style: solid;
}
.border-none {
  border-style: none;
}
.border-red-purple {
  --tw-border-opacity: 1;
  border-color: rgb(152 56 213 / var(--tw-border-opacity, 1));
}
.bg-\[\#ffffff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-red-purple {
  --tw-bg-opacity: 1;
  background-color: rgb(152 56 213 / var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}
.bg-glass-gradient {
  background-image: linear-gradient(142deg, #0E67D3 12.62%, rgba(0, 76, 178, 0.40) 112.91%);
}
.bg-cover {
  background-size: cover;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.stroke-current {
  stroke: currentColor;
}
.p-0 {
  padding: 0px;
}
.p-4 {
  padding: 1rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-\[40px\] {
  font-size: 40px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.leading-10 {
  line-height: 2.5rem;
}
.leading-\[48px\] {
  line-height: 48px;
}
.leading-tight {
  line-height: 1.25;
}
.text-dark-blue {
  --tw-text-opacity: 1;
  color: rgb(8 29 77 / var(--tw-text-opacity, 1));
}
.text-mid-blue {
  --tw-text-opacity: 1;
  color: rgb(21 101 192 / var(--tw-text-opacity, 1));
}
.text-red-purple {
  --tw-text-opacity: 1;
  color: rgb(152 56 213 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.no-underline {
  text-decoration-line: none;
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur {
  --tw-backdrop-blur: blur(8px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-filter {
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[left\] {
  transition-property: left;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-1000 {
  transition-duration: 1000ms;
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
section p {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body > .wp-site-blocks {
  padding-top: 0;
  padding-bottom: 0;
}

header {
  position: sticky;
  top: 0;
  z-index: 1;
}

.wp-block-button.custom-button-gradient a {
  background-image: linear-gradient(to right, #314ae5, #007AFF, #314ae5);
  background-size: 200% 100%;
  background-position: 0 0;
  border: none;
  padding: 15px 30px;
  color: white;
  font-size: 18px;
  cursor: pointer;
  transition: background-position 0.5s ease;
  box-shadow: 0 0 37.403px 0 #6A00FF;
  border-radius: 60px;
  border: 1px solid white;
}
.wp-block-button.custom-button-gradient a:hover {
  background-position: 100% 0;
}

.location-hero__container .has-centered-borders {
  display: flex;
  align-items: center;
  justify-content: initial;
  margin-block-start: 0;
}
.location-hero__container .has-centered-borders::before {
  margin: 0 1em 0 0;
  border-bottom: 2px solid #fff;
  content: "";
  flex: 1;
  max-width: 90px;
}
.location-hero__container .has-centered-borders::after {
  margin: 0 0 0 1rem;
  border-bottom: 2px solid #fff;
  content: "";
  flex: 1;
  max-width: 90px;
}

.blue-glass {
  background: linear-gradient(216deg, rgba(0, 166, 255, 0.7) 6.35%, rgba(0, 65, 244, 0.7) 95.03%);
  backdrop-filter: blur(5px);
  border-radius: 1rem;
}

.to-top-button {
  font-size: 18px;
  height: 36px;
  text-indent: 60px;
  vertical-align: middle;
  position: relative;
  width: 36px !important;
  padding: 0px;
  white-space: nowrap;
  overflow: hidden;
}
.to-top-button a::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23FFFFFF' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 15L12 9L18 15'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #32373C;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  background-position: center center;
}

footer .wp-block-group {
  padding-bottom: 0px;
  padding-top: 0px;
}
footer ul li a, footer ul.wp-block-navigation li, footer #teconsent a {
  color: #000;
  text-decoration: none;
  transition: color 200ms ease-in-out;
}
footer ul li a:hover, footer ul.wp-block-navigation li:hover, footer #teconsent a:hover {
  color: #2abaff;
  text-decoration: none;
}
footer .columns-container {
  -moz-column-count: 3;
       column-count: 3;
}
footer .columns-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .navigation-group-name {
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 16px;
  text-transform: uppercase;
}
footer .navigation-link {
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 24px;
}
footer .navigation-link a {
  color: #000;
  transition: color 200ms ease-in-out;
}
footer .navigation-link a:hover {
  color: #2abaff;
}
footer .description {
  color: #000;
  font-size: 11px;
  font-weight: 400;
}

#teconsent a {
  margin-right: 1rem;
  font-size: 13px;
}

.real-ai-hero .wp-block-cover {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
@media (min-width: 768px) {
  .real-ai-hero .wp-block-cover {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
    height: 100vh;
  }
}
.real-ai-hero .wp-block-cover video.wp-block-cover__video-background {
  -o-object-position: 70% 0;
     object-position: 70% 0;
}
@media (min-width: 768px) {
  .real-ai-hero .wp-block-cover video.wp-block-cover__video-background {
    -o-object-position: center center;
       object-position: center center;
  }
}

.wp-block-group {
  padding-top: 100px;
  padding-bottom: 100px;
}
.wp-block-group.container.hero {
  padding-top: 0;
  padding-bottom: 0;
}

main > .wp-block-group:first-of-type {
  padding-top: 60px;
}

#consent_blackbar {
  background: #fff;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9997;
  box-shadow: 0 -2px 16px 0 rgba(0, 0, 0, 0.12);
}

.use-case-main .single-use-case__back-link:hover svg path {
  stroke: #081D4D;
}
.use-case-main ul {
  margin: 0;
  padding: 0;
  list-style-position: outside;
  margin-left: 1em;
}
.use-case-main ul li {
  padding-bottom: 2.5rem;
}

main .wp-block-cover {
  padding: 0;
}

.use-case-link {
  position: relative;
  padding: 0.69rem 2.5rem;
  color: white;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  border-radius: 1.57rem;
  border: 1px solid white;
  background-color: transparent;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s, border-color 0.3s ease 0s;
  --focucOutlineSpace: -1px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 2px solid #fff;
  background: 0 0;
  padding: 0.69rem 4rem 0.69rem 2.5rem;
  cursor: pointer;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.use-case-link:hover::after {
  animation: bounceRight 0.6s infinite;
}
.use-case-link::after {
  content: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='12'%20viewBox='0%200%2016%2012'%20fill='none'%3E%3Cpath%20d='M0.75%205.99023H14.75'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'/%3E%3Cpath%20d='M8.99422%200.71753L14.6261%205.86213'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'/%3E%3Cpath%20d='M8.99426%2011.2671L14.6463%206.19162'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'/%3E%3C/svg%3E");
  display: inline-block;
  width: 16px;
  height: 12px;
  vertical-align: middle;
  position: absolute;
  right: 39px;
  transition: transform 0.3s ease;
}
@keyframes bounceRight {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
}
.hover\:border-blue-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(30 58 138 / var(--tw-border-opacity, 1));
}
.hover\:bg-blue-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity, 1));
}
.hover\:no-underline:hover {
  text-decoration-line: none;
}
@media (min-width: 640px) {
  .sm\:justify-self-end {
    justify-self: end;
  }
}
@media (min-width: 768px) {
  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }
  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .md\:mb-16 {
    margin-bottom: 4rem;
  }
  .md\:mb-8 {
    margin-bottom: 2rem;
  }
  .md\:inline-block {
    display: inline-block;
  }
  .md\:w-20 {
    width: 5rem;
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:p-10 {
    padding: 2.5rem;
  }
  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .xl\:max-w-7xl {
    max-width: 80rem;
  }
}