:root {
  font-synthesis: none;
  --ti-cursor-color: var(--accent);
  --black: #0e0e0e;
  --accentlight: #f9ecd7;
  --accent: #ffa228;
  --white: #eae8e5;
  --grey: #e1deda;
  --lightgrey: #f5f6f5;
  --gap: 1.111rem;
  --gap-small: .444rem;
  --gap-large: 2.222rem
}
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(255,255,255,0)
}
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  font-variation-settings: 'ital' 0,'slnt' 0;
  font-feature-settings: "liga" 1,"clig" 1,"dlig" 1,"ordn" 1,"zero" 1,"kern" 1,"swsh" 1;
  font-family: r24main,sans-serif!important;
  touch-action: manipulation
}
main {
  flex: 1 0 auto;
  overflow-y: auto
}
.button,
.meta-languages,
.navlink,
.plyr__controls,
.w-button,
.w-embed,
audio,
button,
canvas,
embed,
figure,
img,
input,
path,
picture,
progress,
svg,
video {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: r24main,sans-serif!important;
  text-wrap: balance
}
p {
  text-wrap: pretty;
  overflow-wrap: break-word
}
cite,
em,
i {
  font-family: r24main,sans-serif!important;
  font-style: italic;
  font-variation-settings: 'ital' 1,'slnt' 1
}
cite {
  display: block;
  font-style: italic;
  letter-spacing: .033rem;
  font-size: .88rem;
  margin-top: .15rem;
  opacity: .88
}
html {
  height: 100%;
  font-size: 16px
}
@media screen and (min-width:1920px) {
  html {
    font-size: 110%
  }
}
@media screen and (min-width:1440px) and (max-width:1919px) {
  html {
    font-size: 105%;
    line-height: 105%
  }
}
@media screen and (min-width:1280px) and (max-width:1439px) {
  html {
    font-size: 102%;
    line-height: 102%
  }
}
@media screen and (min-width:992px) and (max-width:1279px) {
  html {
    font-size: 100%;
    line-height: 100%
  }
}
@media screen and (max-width:991px) and (min-width:768px) {
  html {
    font-size: 110%
  }
}
@media screen and (max-width:767px) and (min-width:480px) {
  html {
    font-size: 95%
  }
}
@media screen and (max-width:479px) {
  html {
    font-size: 105%
  }
}
.skip-link {
  position: absolute;
  top: -100px;
  left: 0;
  background-color: var(--white);
  padding: var(--gap);
  z-index: 99;
  transition: top .2s ease-in-out
}
.skip-link:focus {
  top: 0;
  outline: 2px solid var(--accent);
  outline-offset: -2px
}
.section {
  background-image: linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px);
  background-size: 200px 200px,200px 200px,20px 20px,20px 20px;
  background-position: -2px -2px,-2px -2px,-1px -1px,-1px -1px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent
}
.section.cta {
  background-image: linear-gradient(rgba(0,0,0,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,.03) 1px,transparent 1px),linear-gradient(rgba(0,0,0,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,.03) 1px,transparent 1px)
}
.section:focus {
  outline: 0
}
.section:focus::before {
  display: none
}
.section:focus-visible::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255,162,40,.1);
  pointer-events: none;
  z-index: -1;
  display: block
}
@supports not selector(:focus-visible) {
  .section:focus:not(:focus-visible)::before {
    display: none
  }
  .section:focus::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,162,40,.1);
    pointer-events: none;
    z-index: -1;
    display: block
  }
}
.char {
  display: inline-block;
  position: relative
}
.split-line {
  display: block;
  position: relative
}
.helloheading {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none
}
.sr-only {
  width: auto;
  height: 0;
  padding: 0;
  overflow: visible;
  clip: rect(0,0,0,0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
  margin: 0
}
.carousel {
  margin-top: 4.4vh;
  width: 100%;
  height: 55svh;
  min-height: 400px;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  display: flex;
  -webkit-overflow-scrolling: touch
}
.carousel-slide {
  position: relative;
  flex: 0 0 75%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--accent);
  scroll-snap-align: center;
  overflow: hidden;
  border-radius: .777rem
}
.carousel-slide img {
  position: absolute;
  left: 0;
  width: 150%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: none!important
}
.carousel-slide h2 {
  font-size: 2rem
}
.carousel-slide h5 {
  font-size: 1rem
}
.carousel-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: static;
  width: 100%;
  margin-bottom: -1rem;
  margin-top: 1rem;
  top: auto;
  z-index: auto;
  gap: var(--gap-small)
}
.carousel-nav button {
  cursor: pointer;
  border: none;
  font-size: 2rem;
  width: 2rem;
  height: 2rem;
  background-color: transparent;
  overflow: visible;
  position: static;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0
}
.carousel-nav-count {
  flex-basis: 100%;
  text-align: left
}
.carousel-nav svg {
  position: static;
  width: 100%;
  height: 100%;
  color: var(--accent)
}
.slide-link {
  position: absolute;
  width: auto;
  bottom: var(--gap-small);
  left: var(--gap-small);
  right: auto;
  padding: var(--gap-small);
  background: var(--accent);
  color: var(--black);
  text-decoration: none;
  font-weight: 444;
  font-size: .7rem;
  text-align: center;
  border-radius: .222rem;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: var(--gap-small);
  transition: background .1s ease-out,transform .2s ease-out;
  transform: translateY(0);
  top: auto
}
.slide-link svg {
  width: 1.2rem;
  height: 1.2rem
}
.slide-link:hover {
  background: var(--accentlight)
}
.tech-stack-slider {
  margin-top: 2rem;
  width: 100%;
  height: 4rem;
  gap: var(--gap-large);
  overflow: hidden;
  scroll-snap-type: none;
  display: flex;
  align-items: center;
  -webkit-overflow-scrolling: auto;
  touch-action: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  pointer-events: none
}
.tech-logo {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  scroll-snap-align: none;
  opacity: .7;
  transition: opacity .3s;
  filter: grayscale(100%) brightness(.8);
  pointer-events: none;
  touch-action: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none
}
.tech-logo img {
  -o-object-fit: contain;
  object-fit: contain;
  filter: grayscale(100%) brightness(.8);
  transition: filter .3s;
  pointer-events: none;
  touch-action: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none
}
.price-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: var(--gap-large)
}
.price-table td {
  padding: var(--gap-small) 0;
  border: none;
  border-right: 1px dotted var(--accent);
  border-bottom: 1px dotted var(--accent)
}
.price-table td:last-child {
  border-right: none;
  text-align: right;
  font-weight: 600
}
.price-table tr:last-child td {
  border-bottom: none
}
.scrollup {
  position: fixed;
  z-index: 90;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 2rem;
  margin-bottom: 2rem;
  border-radius: 50%;
  bottom: 0;
  right: 0;
  background: var(--accent,#ffa228);
  color: var(--black);
  box-shadow: 0 4px 12px rgba(255,162,40,.3);
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  display: flex;
  align-items: center;
  justify-content: center
}
.scrollup.visible {
  opacity: 1;
  visibility: visible
}
.scrollup:hover {
  transform: translateY(-1rem)
}
.scrollup svg {
  width: 1rem;
  height: 1rem;
  margin-top: .2rem
}
/*# sourceMappingURL=r24.min.css.map */
