:root {
  --size-1: clamp(0.38rem, calc(0.24rem + 0.56vw), 0.75rem);
  --size-2: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem);
  --size-3: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
  --size-4: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
  --size-5: clamp(1.44rem, calc(0.91rem + 2.25vw), 2.94rem);
  --size-6: clamp(2.19rem, calc(1.42rem + 3.29vw), 4.38rem);
  --size-7: clamp(2.94rem, calc(1.90rem + 4.41vw), 5.88rem);
  --size-8: clamp(4.38rem, calc(2.83rem + 6.57vw), 8.75rem);
  --size-9: clamp(6.56rem, calc(4.25rem + 9.86vw), 13.13rem);
  --size-10: clamp(8.75rem, calc(5.67rem + 13.15vw), 17.50rem);
}

@font-face {
  font-family: "Alegreya SC";
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/alegreyasc-bold-webfont.woff2") format("woff2"), url("/fonts/alegreyasc-bold-webfont.woff") format("woff");
}
@font-face {
  font-family: "Poppins";
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/poppins-regular-webfont.woff2") format("woff2"), url("/fonts/poppins-regular-webfont.woff") format("woff");
}
@font-face {
  font-family: "Poppins";
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/poppins-semibold-webfont.woff2") format("woff2"), url("/fonts/poppins-semibold-webfont.woff") format("woff");
}
@font-face {
  font-family: "Poppins";
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/poppins-bold-webfont.woff2") format("woff2"), url("/fonts/poppins-bold-webfont.woff") format("woff");
}
:root {
  --neutral-100: white;
  --neutral-900: black;
  --primary-400: #FBCC0F;
  --white-opacity-100: rgba(255, 255, 255, 0.1);
  --white-opacity-200: rgba(255, 255, 255, 0.2);
  --white-opacity-300: rgba(255, 255, 255, 0.3);
  --white-opacity-400: rgba(255, 255, 255, 0.4);
  --white-opacity-500: rgba(255, 255, 255, 0.5);
  --white-opacity-600: rgba(255, 255, 255, 0.6);
  --white-opacity-700: rgba(255, 255, 255, 0.7);
  --white-opacity-800: rgba(255, 255, 255, 0.8);
  --white-opacity-900: rgba(255, 255, 255, 0.9);
  --black-opacity-100: rgba(0, 0, 0, 0.1);
  --black-opacity-200: rgba(0, 0, 0, 0.2);
  --black-opacity-300: rgba(0, 0, 0, 0.3);
  --black-opacity-400: rgba(0, 0, 0, 0.4);
  --black-opacity-500: rgba(0, 0, 0, 0.5);
  --black-opacity-600: rgba(0, 0, 0, 0.6);
  --black-opacity-700: rgba(0, 0, 0, 0.7);
  --black-opacity-800: rgba(0, 0, 0, 0.8);
  --black-opacity-900: rgba(0, 0, 0, 0.9);
}

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/* Remove default margin in favour of better control in authored CSS */
body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
  margin-block-end: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core body defaults */
body {
  min-height: 100vh;
}

/* Set shorter line heights on headings and interactive elements */
h1, h2, h3, h4,
button, input, label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
h1, h2,
h3, h4 {
  text-wrap: balance;
  font-weight: unset;
  font-size: unset;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input, button,
textarea, select {
  font-family: inherit;
  font-size: inherit;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

::-moz-selection {
  color: #000;
  background: #fbcc0f;
}

::selection {
  color: #000;
  background: #fbcc0f;
}

.max-width {
  width: min(90%, 1440px);
  margin: 0 auto;
}
.max-width[data-type=case-study] {
  width: min(90%, 920px);
}

.error_page {
  padding: 200px 0px 100px 0px;
  text-align: center;
}
.error_page h1 {
  font-size: clamp(2.49rem, calc(2.05rem + 2.21vw), 3.82rem);
}
.error_page .btn-wrap {
  display: grid;
  justify-items: center;
}
.error_page a {
  text-decoration: none;
}

@media (min-width: 768px) {
  .animate-scroll-fade-in {
    opacity: 0;
    transform: translateY(40px);
  }
}

/* ------------------------- Split Words -------------------------------------------------- */
@media (min-width: 768px) {
  .split-words {
    position: relative;
    transform: translateY(0) translateZ(0) rotate(0.001deg);
  }
  .split-words .word {
    position: relative;
    overflow: hidden;
    transform: translateY(10%) rotate(0.001deg);
    margin: -0.17em 0 -0.08em 0;
    padding: 0.1em 0;
    font-family: inherit;
    line-height: 1;
  }
  .split-words .word .single-word-inner {
    position: relative;
    transform: translateY(6%) rotate(0.001deg);
    transform-origin: left top;
    font-family: inherit;
    line-height: 1;
  }
  .split-words.animate-scroll {
    opacity: 0;
  }
  .split-words.animate-scroll .word .single-word-inner {
    transform: translateY(120%) rotate(6deg);
  }
}

body {
  font-family: "RidleyGroteskRegular";
  font-weight: 400;
  font-size: clamp(1.00rem, calc(0.96rem + 0.19vw), 1.13rem);
  color: var(--neutral-900);
  background-color: #f7f7f7;
}

main {
  min-height: 100vh;
  min-height: 100svh;
}

h1, h2, h3, h4 {
  text-wrap: balance;
}

p {
  line-height: 1.6;
  text-wrap: pretty;
}

a {
  display: block;
  color: inherit;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul[data-type=list] {
  margin: clamp(1.44rem, calc(0.91rem + 2.25vw), 2.94rem) 0;
  padding-left: clamp(1.44rem, calc(0.91rem + 2.25vw), 2.94rem);
}
ul[data-type=list] li {
  line-height: 1.6;
  list-style: disc;
}

ol {
  margin: clamp(1.44rem, calc(0.91rem + 2.25vw), 2.94rem) 0;
  padding-left: clamp(1.44rem, calc(0.91rem + 2.25vw), 2.94rem);
}
ol li {
  line-height: 1.6;
}

#main-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8));
  opacity: 0;
  pointer-events: none;
  backdrop-filter: blur(0.1em);
  -webkit-backdrop-filter: blur(0.1em);
}

.lenis {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

/**
* AUTO-GRID LAYOUT
*
* This CSS utility creates a responsive grid layout that automatically adjusts the number of columns
* based on the available space and specified constraints. It aims to fit as many cells as possible
* in a single row, while respecting minimum cell width and maximum columns constraints.
*
* Customizable Properties:
* --auto-grid-min-size: Sets the minimum width for each cell in the grid.
*                       Default is 10rem.
* --auto-grid-max-columns: Sets the maximum number of columns in the grid.
*                          Default is 'infinity' (as many as can fit).
* --auto-grid-gap: Sets the horizontal gap between grid cells. It also sets
*                  the vertical gap if --auto-grid-gap-vertical is not defined.
*                  Default is 1rem.
* --auto-grid-gap-vertical: Specifically sets the vertical gap between rows
*                           of cells. If not set, it falls back to the value
*                           of '--auto-grid-gap'.
*
* The grid utilizes CSS 'display: grid' with the 'auto-fit' feature and the 'minmax()'
* function to ensure that cells expand to fill available space while maintaining
* the set minimum size.
*
* Example Usage:
* <div class="auto-grid" style="--auto-grid-min-size: 20rem; --auto-grid-max-columns: 3; --auto-grid-gap: 3rem;">
*   <!-- grid items here -->
* </div>
*
* The above example will create a grid with a minimum cell width of 20rem, a maximum
* of 3 columns, and a gap of 3rem between both rows and columns.
*/
.auto-grid {
  --max-column-width: 100% / var(--auto-grid-max-columns, infinity) - var(--auto-grid-gap);
  --column-width: max(
      var(--max-column-width),
      min(var(--auto-grid-min-size, 10rem), 100%)
  );
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(var(--column-width), 1fr));
  /* vertical gap falls back to general gap then falls back to 1rem*/
  gap: var(--auto-grid-gap-vertical, var(--auto-grid-gap, 1rem)) var(--auto-grid-gap, 1rem);
}

.btn {
  margin-top: clamp(0.75rem, calc(0.48rem + 1.34vw), 1.44rem);
  background: #000;
  cursor: pointer;
  border: 0;
  display: flex;
  align-items: center;
  transition: background 0.1s;
  padding: clamp(0.38rem, calc(0.23rem + 0.73vw), 0.75rem) clamp(0.75rem, calc(0.48rem + 1.34vw), 1.44rem);
  gap: 2rem;
  border-radius: 10rem;
  color: #ffffff;
  font-family: "RidleyGroteskMedium";
  text-transform: uppercase;
  text-decoration: none;
  max-width: fit-content;
}
.btn.secondary {
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
}

.swipe {
  transition: transform 0.3s cubic-bezier(0.45, 0.02, 0.09, 0.98);
}
@media (min-width: 768px) {
  .swipe:hover {
    transform: scale(0.98);
  }
  .swipe:hover .link-out {
    transform: translateY(-100%);
    opacity: 0;
  }
  .swipe:hover .link-in {
    transform: translateY(0);
    opacity: 1;
  }
}
.swipe:not(.swipe:hover) span {
  transition: none;
}
.swipe span {
  z-index: 1;
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0.1rem;
}
.swipe span.wrap {
  overflow: hidden;
  display: inline-flex;
}
.swipe span.link-out {
  opacity: 1;
  transition: 0.3s;
}
.swipe span.link-in {
  transition: 0.3s;
  position: absolute;
  top: 0;
  left: auto;
  right: auto;
  bottom: 0;
  transform: translateY(75%);
  opacity: 0;
  margin: 0 auto;
}

.back-to-top {
  position: fixed;
  z-index: 3;
  right: 30px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  background: #008BCB url("/images/icons/arrow-up.svg") no-repeat center/1.5rem;
  border: 2px solid #f7f7f7;
  display: grid;
  place-content: center;
  transition: 0.1s;
  display: none;
  cursor: pointer;
}
.back-to-top.show {
  display: grid;
}
@media (min-width: 768px) {
  .back-to-top:hover {
    background: #DF006E url("/images/icons/arrow-up.svg") no-repeat center/1.5rem;
  }
}

@media (min-width: 661px) {
  .back-to-top.bottom {
    bottom: 90px;
  }
}
@media (min-width: 1470px) {
  .back-to-top.bottom {
    bottom: 30px;
  }
}
.btn-expand {
  width: 13.5rem;
  height: auto;
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
}
@media (min-width: 768px) {
  .btn-expand:hover .circle {
    width: 100%;
  }
  .btn-expand:hover .circle .icon.arrow {
    background: #fff;
    transform: translate(1rem, 0);
  }
  .btn-expand:hover .button-text {
    color: #fff;
  }
}
.btn-expand .circle {
  transition: all 0.4s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: #000;
  border-radius: 10rem;
}
.btn-expand .circle .icon {
  transition: all 0.4s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
.btn-expand .circle .icon.arrow {
  transition: all 0.4s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}
.btn-expand .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}
.btn-expand .button-text {
  transition: all 0.4s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 1.85rem;
  color: #000;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
}

.plus__wrapper {
  padding: clamp(0.75rem, calc(0.48rem + 1.34vw), 1.44rem);
  position: absolute;
  bottom: 0;
  right: 0;
}
.plus__wrapper .plus {
  width: 50px;
  height: 50px;
  position: relative;
  overflow: hidden;
  user-select: none;
  background-color: transparent;
  border-radius: 10rem;
}
.plus__wrapper .plus::before, .plus__wrapper .plus::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: 0.6s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  border-radius: 10rem;
}
.plus__wrapper .plus::before {
  transform: translateY(101%);
  background: #000;
  z-index: 1;
}
.plus__wrapper .plus::after {
  pointer-events: none;
  background: rgba(0, 0, 0, 0.4);
}
.plus__wrapper .plus .plus__inner {
  position: relative;
  display: flex;
  height: 100%;
}
.plus__wrapper .plus .plus__inner .plus__content {
  display: grid;
  place-content: center;
  transform: translateY(0);
  transition: 0.6s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  top: 100%;
  min-width: 100%;
  height: 100%;
  z-index: 1;
}
.plus__wrapper .plus .plus__inner .plus__content:nth-child(2) {
  position: absolute;
  left: 0;
}
.plus__wrapper .plus .plus__inner .plus__content svg {
  width: 16px;
  height: 16px;
}
.plus__wrapper .plus .plus__inner .plus__content svg path {
  stroke-width: 3;
}

@media (any-hover: hover) {
  a.work-card:hover .plus__wrapper .plus::before, a.card:hover .plus__wrapper .plus::before, a.article:hover .plus__wrapper .plus::before {
    transform: translateY(0);
  }
  a.work-card:hover .plus__wrapper .plus .plus__inner .plus__content, a.card:hover .plus__wrapper .plus .plus__inner .plus__content, a.article:hover .plus__wrapper .plus .plus__inner .plus__content {
    transform: translateY(-100%);
  }
}
[data-animate-text] {
  overflow: hidden;
  white-space: nowrap;
  line-height: 1.3;
  text-decoration: none;
}
[data-animate-text] > * {
  display: inline-block;
  text-shadow: 0px 1.3em currentColor;
  transform: translateY(0em) rotate(0.001deg);
  transition: 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}
@media (hover: hover) and (pointer: fine) {
  [data-animate-text]:hover > * {
    transform: translateY(-1.3em) rotate(0.001deg);
  }
}

.button {
  line-height: 1.2;
  text-decoration: none;
  display: flex;
  justify-self: start;
  justify-content: start;
  align-self: start;
}
.button .btn-content {
  border-radius: 100vw;
  padding: 0.7em 1.2em;
  position: relative;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}
.button .btn-content .btn-mask {
  z-index: 1;
  display: flex;
  position: relative;
  overflow: hidden;
}
.button .btn-content .btn-mask .btn-text {
  color: #fff;
  --text-duplicate-distance: 1.5em;
  text-shadow: 0px var(--text-duplicate-distance) currentColor;
  transition: all 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  font-family: "RidleyGroteskRegular";
}
.button .btn-content .btn-bg {
  z-index: 0;
  width: 120%;
  height: 100%;
  position: absolute;
  bottom: 0%;
  left: -10%;
  transform: translate(0, 175%);
  transition: all 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}
.button[data-icon] .btn-content {
  display: flex;
  align-items: center;
  gap: 0.7em;
}
.button[data-icon] .btn-content svg {
  width: 100%;
  max-width: 1em;
  position: relative;
  z-index: 1;
}
.button[data-icon] .btn-content svg path {
  transition: all 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  stroke-width: 1.5;
  vector-effect: non-scaling-stroke;
}
.button[data-type=primary] .btn-content {
  background-color: black;
}
.button[data-type=primary] .btn-content .btn-mask .btn-text {
  color: var(--neutral-100);
}
.button[data-type=primary] .btn-content .btn-bg {
  background-color: black;
}
.button[data-type=secondary] .btn-content {
  background-color: transparent;
  border: 1px solid var(--neutral-900);
}
.button[data-type=secondary] .btn-content .btn-mask .btn-text {
  color: var(--neutral-900);
}
.button[data-type=secondary] .btn-content .btn-bg {
  background-color: transparent;
}
.button[data-type=white-outline] .btn-content {
  background-color: transparent;
  border: 1px solid var(--neutral-100);
}
.button[data-type=white-outline] .btn-content .btn-mask .btn-text {
  color: var(--neutral-100);
}
.button[data-type=white-outline] .btn-content .btn-bg {
  background-color: transparent;
}
@media (hover: hover) and (pointer: fine) {
  .button:hover .btn-content .btn-mask .btn-text {
    transform: translate(0px, calc(-1 * var(--text-duplicate-distance)));
  }
  .button:hover .btn-content .btn-bg {
    transform: translate(0px, 0%);
  }
}

.marquee-advanced {
  width: 100vw;
  position: relative;
  overflow: hidden;
}

.marquee-advanced__scroll {
  will-change: transform;
  width: 100%;
  display: flex;
  position: relative;
}

.marquee-advanced__collection {
  will-change: transform;
  display: flex;
  position: relative;
}

.marquee-advanced__item-width {
  background-color: white;
  margin: 1vw;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 3/1.7;
  width: 12.5vw;
  min-width: 200px;
  border-radius: 0.25em;
}
@media (min-width: 768px) {
  .marquee-advanced__item-width {
    min-width: 300px;
  }
}
.marquee-advanced__item-width img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: contain;
  max-height: 50%;
  max-width: 50%;
}

#footer {
  background: #000;
  color: #fff;
}
#footer .wrapper {
  padding: clamp(4.4rem, calc(2.89rem + 8.05vw), 8.73rem) 0 clamp(2.25rem, calc(1.45rem + 4.02vw), 4.31rem) 0;
  display: grid;
  gap: clamp(2.25rem, calc(1.45rem + 4.02vw), 4.31rem);
}
#footer .wrapper ul {
  padding: 0;
  margin: 0;
}
#footer .wrapper ul li {
  list-style: none;
  margin-bottom: 0.3rem;
}
#footer .wrapper ul li a {
  text-decoration: none;
  color: #fff;
  font-family: "RidleyGroteskLight";
  transition: 0.1s;
}
@media (hover) {
  #footer .wrapper ul li a:hover {
    color: #008BCB;
  }
}
@media (hover) {
  #footer .wrapper .services ul li:nth-of-type(2) a:hover {
    color: #FBCC0F;
  }
}
@media (hover) {
  #footer .wrapper .services ul li:nth-of-type(3) a:hover {
    color: #DF006E;
  }
}
@media (hover) {
  #footer .wrapper .services ul li:last-of-type a:hover {
    color: #FBCC0F;
  }
}
#footer .wrapper h4 {
  margin-bottom: clamp(0.75rem, calc(0.48rem + 1.34vw), 1.44rem);
  font-size: clamp(1.00rem, calc(0.92rem + 0.42vw), 1.1rem);
}
#footer .wrapper .logo {
  display: grid;
  justify-items: flex-start;
}
#footer .wrapper .logo img {
  max-width: 10rem;
}
#footer .wrapper .logo p {
  font-family: "RidleyGroteskLight";
}
#footer .wrapper .logo a.phone {
  color: #fff;
  transition: 0.05s;
  margin-top: 0.3rem;
  text-decoration: none;
}
#footer .wrapper .logo a.phone:hover {
  color: #008BCB;
}
#footer .wrapper .logo .btn {
  border: 1px solid #fff;
  color: #fff;
}
#footer .bottom-footer {
  font-size: clamp(0.69rem, calc(0.66rem + 0.18vw), 0.80rem);
  padding: 1rem 0 1.5rem 0;
  display: grid;
  gap: 1rem;
}
#footer .bottom-footer .details {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  align-items: center;
}
#footer .bottom-footer .details a {
  color: #fff;
  font-family: "RidleyGroteskLight";
  text-decoration: none;
}
#footer .bottom-footer .details p {
  margin: 0;
  font-family: "RidleyGroteskLight";
}
#footer .bottom-footer .social {
  display: flex;
  align-items: center;
  gap: 1rem;
}
#footer .bottom-footer .social svg {
  width: 100%;
}
#footer .bottom-footer .social svg path {
  fill: #ffffff90;
  transition: 0.1s;
}
@media (hover) {
  #footer .bottom-footer .social svg:hover path {
    fill: #fff;
  }
}

@media (min-width: 850px) {
  #footer .wrapper {
    padding: clamp(4.4rem, calc(2.89rem + 8.05vw), 8.73rem) 0 clamp(4.4rem, calc(2.89rem + 8.05vw), 8.73rem) 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(4.4rem, calc(2.89rem + 8.05vw), 8.73rem);
  }
  #footer .wrapper .column {
    padding-top: clamp(1.13rem, calc(0.71rem + 2.07vw), 2.19rem);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  #footer .bottom-footer {
    display: flex;
    justify-content: space-between;
  }
  #footer .bottom-footer .details a, #footer .bottom-footer .details p {
    font-family: "RidleyGroteskThin";
  }
}
#header {
  background: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  transition: 0.3s;
}
#header.scroll {
  transform: translateY(-100%);
}
#header.home {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(1em);
  -webkit-backdrop-filter: blur(1em);
}
#header.background {
  background-color: #fff;
}
#header .desktop-nav-wrapper .desktop-nav-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 1rem 0;
}
#header .desktop-nav-wrapper .desktop-nav-inner .desktop-nav-logo img {
  max-width: 10rem;
}
#header .desktop-nav-wrapper .desktop-nav-inner .burger-menu {
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
}
#header .desktop-nav-wrapper .desktop-nav-inner .burger-menu span {
  margin: 0 auto;
  position: relative;
  top: 12px;
  width: 30px;
  height: 4px;
  background-color: #000;
  display: block;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
#header .desktop-nav-wrapper .desktop-nav-inner .burger-menu span.active {
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
#header .desktop-nav-wrapper .desktop-nav-inner .burger-menu span.active::before {
  margin-top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 0s, 0.2s;
  transition-delay: 0s, 0.2s;
}
#header .desktop-nav-wrapper .desktop-nav-inner .burger-menu span.active::after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition-delay: 0s, 0.2s;
  transition-delay: 0s, 0.2s;
}
#header .desktop-nav-wrapper .desktop-nav-inner .burger-menu span::after, #header .desktop-nav-wrapper .desktop-nav-inner .burger-menu span::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 4px;
  background-color: #000;
  display: block;
}
#header .desktop-nav-wrapper .desktop-nav-inner .burger-menu span::before {
  margin-top: -12px;
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s, 0s;
  transition-delay: 0.2s, 0s;
}
#header .desktop-nav-wrapper .desktop-nav-inner .burger-menu span::after {
  margin-top: 12px;
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s, 0s;
  transition-delay: 0.2s, 0s;
}
#header .desktop-nav-wrapper .desktop-nav-inner .desktop-nav-links {
  display: none;
}
#header .desktop-nav-wrapper .desktop-nav-inner .desktop-nav-links ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 2.2rem;
}
#header .desktop-nav-wrapper .desktop-nav-inner .desktop-nav-links ul li {
  list-style: none;
  position: relative;
}
#header .desktop-nav-wrapper .desktop-nav-inner .desktop-nav-links ul li span.line {
  display: none;
}
#header .desktop-nav-wrapper .desktop-nav-inner .desktop-nav-links ul li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: black;
  transform: translateY(-1.6rem);
  display: none;
}
#header .desktop-nav-wrapper .desktop-nav-inner .desktop-nav-links ul li.active::after {
  display: block;
}
#header .desktop-nav-wrapper .desktop-nav-inner .desktop-nav-links ul li.active a span {
  transition: none;
}
#header .desktop-nav-wrapper .desktop-nav-inner .desktop-nav-links ul li a {
  text-decoration: none;
  color: #000;
  transition: 0.1s;
}
#header .desktop-nav-wrapper .desktop-nav-inner .desktop-nav-links ul li a.desktop-nav-contact {
  padding: 0.1rem 1rem;
  border: 1px solid #000;
  border-radius: 10rem;
}
#header .desktop-nav-wrapper .desktop-nav-inner .desktop-nav-links ul li a.desktop-nav-contact.contact-active {
  font-family: "RidleyGroteskBold";
  padding-top: 2rem;
  border: 0;
  border-top: 5px solid #000;
  color: #000;
}
#header .mobile-nav-wrapper {
  height: 0;
  overflow: scroll;
  transition: 0.4s ease-in-out;
}
#header .mobile-nav-wrapper.active {
  height: 100vh;
}
#header .mobile-nav-wrapper.active .mobile-nav-links ul {
  opacity: 1;
  transform: translateY(0px);
}
#header .mobile-nav-wrapper .mobile-nav-links {
  margin-top: 2rem;
}
#header .mobile-nav-wrapper .mobile-nav-links ul {
  padding: 0;
  margin: 0;
  opacity: 0;
  transform: translateY(-50px);
  transition: 0.4s ease-in-out;
}
#header .mobile-nav-wrapper .mobile-nav-links ul li {
  list-style: none;
  transition: 0.4s;
}
#header .mobile-nav-wrapper .mobile-nav-links ul li.active {
  border-left: 5px solid #000;
}
#header .mobile-nav-wrapper .mobile-nav-links ul li.active a {
  color: #000;
  font-family: "RidleyGroteskBold";
  margin-left: 1.7rem;
}
#header .mobile-nav-wrapper .mobile-nav-links ul li:last-child a {
  border-bottom: 0;
}
#header .mobile-nav-wrapper .mobile-nav-links ul li a {
  text-decoration: none;
  color: #000;
  font-size: clamp(1.20rem, calc(1.08rem + 0.60vw), 1.56rem);
  margin-left: 2rem;
  display: block;
  border-bottom: 1px solid #D1D1D1;
  padding: 1rem 0;
}

@media (min-width: 1000px) {
  #header .desktop-nav-wrapper .desktop-nav-inner .burger-menu {
    display: none;
  }
  #header .desktop-nav-wrapper .desktop-nav-inner .desktop-nav-links {
    display: block;
  }
}
.hero-images-block .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}
.hero-images-block .image {
  aspect-ratio: 1/1.2;
  background-color: #000;
}
.hero-images-block .image.small {
  grid-column: 2/3;
}
.hero-images-block .image.large {
  grid-row: 1/2;
}
.hero-images-block .image img, .hero-images-block .image picture {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-images-block .text {
  grid-column: 1/3;
  max-width: 40ch;
}
@media (min-width: 900px) {
  .hero-images-block .grid {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 0.5fr 1fr;
  }
  .hero-images-block .image.small {
    width: 35%;
    justify-self: end;
  }
  .hero-images-block .image.large {
    grid-row: 1/3;
  }
  .hero-images-block .text {
    grid-column: 2/3;
    justify-self: end;
  }
}
@media (min-width: 1050px) {
  .hero-images-block .grid {
    grid-template-columns: 1fr 1fr;
  }
}

#loader-animation {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 100vh;
}

.loader {
  position: relative;
  margin: 0 auto;
  width: 50px;
}
.loader:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.circular {
  animation: rotate 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite, color 4s ease-in-out infinite;
  stroke-linecap: round;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes color {
  100%, 0% {
    stroke: #FBCC0F;
  }
  40% {
    stroke: #DF006E;
  }
  66% {
    stroke: #008BCB;
  }
  80%, 90% {
    stroke: #FBCC0F;
  }
}
#umber-icon {
  max-width: 5rem;
  margin: 0 auto;
  margin-bottom: 0.5rem;
}

#loader-text {
  font-size: 4rem;
  letter-spacing: -2px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  margin: 0.5rem 0 2rem 0;
  line-height: 4rem;
}
#loader-text .line {
  line-height: 4rem;
}
#loader-text .line .word {
  line-height: 4rem;
}
#loader-text .line .word .char {
  font-family: "RidleyGroteskSemiBold";
  transform: translateY(115px);
  transition: 0.5s;
  line-height: 4rem;
}

.login {
  padding: clamp(9.38rem, calc(7.82rem + 6.63vw), 13.13rem) 0 clamp(4.4rem, calc(2.89rem + 8.05vw), 8.73rem) 0;
  display: grid;
  justify-content: center;
}
.login .login-form-wrapper {
  padding-top: clamp(2.25rem, calc(1.45rem + 4.02vw), 4.31rem);
}
.login .login-form-wrapper h1 {
  padding-bottom: clamp(1.50rem, calc(0.96rem + 2.68vw), 2.88rem);
}
.login .login-form-wrapper form {
  display: grid;
}
.login .login-form-wrapper form input {
  width: 100%;
  padding: 1rem 1.5rem;
  margin-top: 0.5rem;
}
.login .login-form-wrapper form input[type=checkbox] {
  margin-top: 0;
  padding: 0;
  margin-right: 0.2em;
}
.login .login-form-wrapper form label {
  margin-bottom: 0.5rem;
}
.login .login-form-wrapper form .form-group {
  margin-bottom: 2rem;
}
.login .login-form-wrapper form .rememberme {
  display: flex;
  gap: 0.3rem;
}
.login .login-form-wrapper form .rememberme input {
  width: 15px;
}
.login .login-form-wrapper form .login_offset input {
  width: 1.5rem;
}
.login .login-form-wrapper form .btn {
  padding: 0;
  transition: 0.1s;
  background: #000;
  border-radius: 10rem;
  cursor: pointer;
  border: 0;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.login .login-form-wrapper form .btn span {
  color: #ffffff;
  padding: 0rem 1rem;
  text-transform: uppercase;
  border: 0;
}
.login .login-form-wrapper form .btn img {
  padding: 1rem 1.5rem;
  transform: rotate(45deg);
}
.login .login-form-wrapper form .swipe:hover {
  transform: scale(0.992);
}

.mobile-menu .content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  pointer-events: none;
}
.mobile-menu .content .global-menu {
  padding: 50px 0 50px 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 100;
}
.mobile-menu .content .global-menu .wrapper .menu-item {
  color: #000;
  font-family: "RidleyGroteskSemiBold";
  font-size: clamp(2.07rem, calc(1.75rem + 1.63vw), 3.05rem);
  opacity: 0;
  transform: translateY(-100%);
  pointer-events: none;
  display: block;
  margin: 0.25em 0;
  transition: transform 0.3s, opacity 0.3s;
  transition-timing-function: ease-in;
  transition: transform 0.1s, opacity 0.1s;
  transform: translateY(100%);
  transition-timing-function: ease-out;
  text-decoration: none;
}
.mobile-menu .content .global-menu .wrapper .menu-item.active {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .mobile-menu .content .global-menu .wrapper .menu-item:hover {
    color: #fff;
  }
}
.mobile-menu .content .global-menu .wrapper .menu-item.is-opened {
  opacity: 1;
  transform: translateY(0) rotate(0);
  pointer-events: auto;
  transition-timing-function: ease;
  transition-duration: 0.3s;
}
.mobile-menu .content .global-menu .wrapper .menu-item.is-opened:nth-of-type(1) {
  transition-delay: 0.65s;
}
.mobile-menu .content .global-menu .wrapper .menu-item.is-opened:nth-of-type(2) {
  transition-delay: 0.7s;
}
.mobile-menu .content .global-menu .wrapper .menu-item.is-opened:nth-of-type(3) {
  transition-delay: 0.75s;
}
.mobile-menu .content .global-menu .wrapper .menu-item.is-opened:nth-of-type(4) {
  transition-delay: 0.8s;
}
.mobile-menu .content .global-menu .wrapper .menu-item.is-opened:nth-of-type(5) {
  transition-delay: 0.85s;
}
.mobile-menu .content .global-menu .wrapper .menu-item.is-opened:nth-of-type(6) {
  transition-delay: 0.9s;
}

.shape-overlays {
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
.shape-overlays.is-opened {
  pointer-events: auto;
}
.shape-overlays .shape-path:nth-of-type(1) {
  fill: #008BCB;
}
.shape-overlays .shape-path:nth-of-type(2) {
  fill: #DF006E;
}
.shape-overlays .shape-path:nth-of-type(3) {
  fill: #FBCC0F;
}

.our-home .text {
  text-align: center;
}
.our-home .text p {
  max-width: 780px;
  margin: 0 auto;
  padding: clamp(0.56rem, calc(0.37rem + 0.98vw), 1.06rem) 0 clamp(1.50rem, calc(0.96rem + 2.68vw), 2.88rem) 0;
}
.our-home .about-carousel {
  --f-carousel-slide-width: 75%;
  --f-carousel-spacing: 1.5rem;
}
@media (min-width: 768px) {
  .our-home .about-carousel {
    --f-carousel-slide-width: 55%;
    --f-carousel-spacing: 3rem;
  }
}
.our-home .about-carousel .f-button {
  top: 50%;
  border-radius: 10rem;
  --f-button-width: 50px;
  --f-button-height: 50px;
  --f-button-color: #fff;
  --f-button-hover-color: #fff;
  --f-button-bg: rgb(0 0 0 / 70%);
  --f-button-hover-bg: #000;
  --f-button-active-bg: var(--f-button-bg);
  --f-button-svg-width: 24px;
  --f-button-svg-height: 24px;
  --f-button-next-pos: 50px;
  --f-button-prev-pos: 50px;
}
.our-home .about-carousel .f-carousel__dots {
  bottom: -3.5rem;
  gap: 1rem;
  --f-carousel-dots-height: 0;
  --f-carousel-dots-width: 4rem;
  --f-carousel-dot-width: 4rem;
  --f-carousel-dot-height: 1.5px;
  --f-carousel-dot-radius: 0;
}
.our-home #counter {
  display: block;
  text-align: center;
  margin: 5.5rem 0 clamp(4.4rem, calc(2.89rem + 8.05vw), 8.73rem) 0;
}

.our-process {
  padding: clamp(4.4rem, calc(2.89rem + 8.05vw), 8.73rem) 0 clamp(4.4rem, calc(2.89rem + 8.05vw), 8.73rem) 0;
}
.our-process h2 {
  margin-bottom: clamp(1.50rem, calc(0.96rem + 2.68vw), 2.88rem);
  font-family: "RidleyGroteskSemiBold";
}
.our-process .process-wrapper {
  display: grid;
}
.our-process .process-wrapper .process .number {
  color: #008BCB;
  font-family: "RidleyGroteskBold";
  font-size: clamp(1.44rem, calc(1.27rem + 0.86vw), 1.95rem);
  margin-bottom: 0.5rem;
}
.our-process .process-wrapper .process h3 {
  font-family: "RidleyGroteskSemiBold";
  font-size: clamp(1.20rem, calc(1.08rem + 0.60vw), 1.56rem);
}

@media (min-width: 800px) {
  .our-process .lines {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(2.25rem, calc(1.45rem + 4.02vw), 4.31rem);
    border-top: 1px solid #D1D1D1;
  }
  .our-process .lines .line {
    border-left: 1px solid #D1D1D1;
    height: 50px;
  }
  .our-process .lines .line:last-child {
    border-right: 1px solid #D1D1D1;
  }
  .our-process .process-wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(2.25rem, calc(1.45rem + 4.02vw), 4.31rem);
  }
}
.pager-wrapper {
  margin-bottom: clamp(4.4rem, calc(2.89rem + 8.05vw), 8.73rem);
  margin-top: -30px;
}
.pager-wrapper .pager {
  list-style: none;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0;
}
.pager-wrapper .pager a {
  text-decoration: none;
  padding: 0.8rem 1.4rem;
  color: #000;
  transition: 0.2s;
}
.pager-wrapper .pager .next, .pager-wrapper .pager .previous {
  font-size: 1.5rem;
}
.pager-wrapper .pager .next a, .pager-wrapper .pager .previous a {
  border: none;
  padding: 0.5rem 1.2rem;
  font-family: "RidleyGroteskLight";
}
@media (min-width: 768px) {
  .pager-wrapper .pager .next a:hover, .pager-wrapper .pager .previous a:hover {
    background: #f0f0f0;
  }
}
.pager-wrapper .pager .page-no span {
  background: #008BCB;
  color: #ffffff;
  padding: 0.8rem 1.4rem;
  font-family: "RidleyGroteskSemiBold";
}
@media (min-width: 768px) {
  .pager-wrapper .pager .page-no a:hover {
    background: #f0f0f0;
  }
}

.recent-projects h2 {
  margin-bottom: clamp(1.50rem, calc(0.96rem + 2.68vw), 2.88rem);
}
.recent-projects .listing {
  display: grid;
  gap: clamp(1.50rem, calc(0.96rem + 2.68vw), 2.88rem);
  align-items: flex-start;
}
.recent-projects .listing .card {
  text-decoration: none;
  color: #000;
  display: grid;
}
@media (min-width: 768px) {
  .recent-projects .listing .card:hover .work-card-img img {
    transform: scale(1.07);
  }
}
.recent-projects .listing .card .work-card-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.recent-projects .listing .card .work-card-img img {
  width: 100%;
  transition: 0.4s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  aspect-ratio: 16/10;
  object-fit: cover;
  object-position: center;
}
.recent-projects .listing .card .work-card-content {
  display: grid;
}
.recent-projects .listing .card .work-card-content .text {
  padding: clamp(0.75rem, calc(0.48rem + 1.34vw), 1.44rem) 0;
}
.recent-projects .listing .card .work-card-content .text .tags {
  padding-bottom: 1rem;
  display: flex;
  gap: 0.5rem;
}
.recent-projects .listing .card .work-card-content .text .tags .tag {
  padding: 0 0.5rem;
  font-size: clamp(0.83rem, calc(0.78rem + 0.28vw), 1.00rem);
  border: 1px solid #000;
  border-radius: 10rem;
}
.recent-projects .listing .card .work-card-content .text .tags .tag.active {
  background: #000;
  color: #fff;
}
.recent-projects .listing .card .work-card-content .text p {
  margin-top: clamp(0.38rem, calc(0.23rem + 0.73vw), 0.75rem);
}
.recent-projects .listing .card .work-card-content .btn {
  width: 100%;
  justify-content: space-between;
  align-self: flex-end;
  background: #008BCB;
  border-radius: 0;
  padding: 0;
}
.recent-projects .listing .card .work-card-content .btn img {
  border-left: 1px solid #fff;
  padding: 0.8rem 0.8rem;
  transition: 0.1s;
  width: 50px;
  height: 50px;
}
.recent-projects .listing .card .work-card-content .btn span {
  border: 0;
  padding: 0 clamp(0.75rem, calc(0.48rem + 1.34vw), 1.44rem);
  transition: 0.1s;
}
@media (min-width: 768px) {
  .recent-projects .listing {
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(1.50rem, calc(0.96rem + 2.68vw), 2.88rem) clamp(1.13rem, calc(0.71rem + 2.07vw), 2.19rem);
  }
  .recent-projects .listing .work-card:hover .btn {
    background: #DF006E;
  }
  .recent-projects .listing .work-card .work-card-content .btn img {
    width: 65px;
    height: 65px;
    padding: 1rem 1rem;
    border-left: 1.5px solid #fff;
  }
}

.services-list .wrapper {
  padding: 0 0 clamp(4.4rem, calc(2.89rem + 8.05vw), 8.73rem) 0;
  display: grid;
  gap: clamp(1.50rem, calc(0.96rem + 2.68vw), 2.88rem);
}
@media (min-width: 450px) {
  .services-list .wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(3.00rem, calc(1.93rem + 5.37vw), 5.75rem);
  }
}
@media (min-width: 768px) {
  .services-list .wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(3.00rem, calc(1.93rem + 5.37vw), 5.75rem);
  }
}
.services-list .wrapper .service {
  display: grid;
  justify-items: flex-start;
  align-content: flex-start;
}
@media (min-width: 768px) {
  .services-list .wrapper .service:hover h3.mouse-over::before {
    transform: scaleX(1);
    transform-origin: bottom left;
  }
}
.services-list .wrapper .service.design-service .list .flex a:hover {
  color: #008BCB;
}
.services-list .wrapper .service.print-service .list .flex a:hover {
  color: #FBCC0F;
}
.services-list .wrapper .service.digital-service .list .flex a:hover {
  color: #DF006E;
}
.services-list .wrapper .service h3 {
  margin-bottom: 1rem;
}
.services-list .wrapper .service h3.mouse-over {
  position: relative;
}
.services-list .wrapper .service h3.mouse-over::before {
  transform: scaleX(0);
  transform-origin: bottom right;
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  inset: 0 0 0 0;
  z-index: -1;
  transition: transform 0.35s cubic-bezier(0.65, 0, 0.076, 1);
}
.services-list .wrapper .service h3.design {
  transition: color 0.15s cubic-bezier(0.65, 0, 0.076, 1);
}
.services-list .wrapper .service h3.design::before {
  background: #008BCB;
}
.services-list .wrapper .service h3.print::before {
  background: #FBCC0F;
}
.services-list .wrapper .service h3.digital {
  transition: color 0.15s ease;
}
.services-list .wrapper .service h3.digital::before {
  background: #DF006E;
}
.services-list .wrapper .service .list {
  display: grid;
  gap: 0.3rem;
}
.services-list .wrapper .service .list .flex {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.services-list .wrapper .service .list .flex a {
  color: #000;
  font-size: clamp(0.83rem, calc(0.78rem + 0.28vw), 1.00rem);
  text-decoration: none;
  transition: 0.1s;
}
.services-list .wrapper .service .list .flex img {
  width: 0.7rem;
}

.page-blocks {
  display: grid;
  gap: clamp(2.94rem, calc(1.90rem + 4.41vw), 5.88rem);
}
.page-blocks .block.text {
  display: grid;
  gap: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
}
.page-blocks .block.text h2 {
  font-family: "RidleyGroteskSemiBold";
  font-size: clamp(1.73rem, calc(1.49rem + 1.19vw), 2.44rem);
  line-height: 1.2;
  letter-spacing: -1px;
  font-weight: normal;
}
@media (min-width: 768px) {
  .page-blocks .block.text h2 {
    letter-spacing: 0;
  }
}
.page-blocks .block.text h3 {
  font-family: "RidleyGroteskSemiBold";
  font-size: clamp(1.44rem, calc(1.27rem + 0.86vw), 1.95rem);
  line-height: 1.2;
  letter-spacing: -1px;
  font-weight: normal;
}
@media (min-width: 768px) {
  .page-blocks .block.text h3 {
    letter-spacing: 0;
  }
}
.page-blocks .block.text h4 {
  font-family: "RidleyGroteskSemiBold";
  font-size: clamp(1.20rem, calc(1.08rem + 0.60vw), 1.56rem);
  line-height: 1.2;
  font-weight: normal;
}
.page-blocks .block.text ul {
  list-style: disc;
  margin: 0;
  padding: 0;
  padding-left: 2.5rem;
  max-width: 65ch;
  display: grid;
  gap: 0.6rem;
  line-height: 1.5;
}
.page-blocks .block.text ol {
  margin: 0;
  padding: 0;
  padding-left: 2.5rem;
  max-width: 65ch;
  display: grid;
  gap: 0.6rem;
  line-height: 1.5;
}
.page-blocks .block.text strong {
  font-family: "RidleyGroteskBold";
}
.page-blocks .block.text a {
  display: inline-block;
  justify-self: start;
  color: var(--neutral-900);
  line-height: 1.5;
  text-decoration: none;
  position: relative;
}
.page-blocks .block.text a::before, .page-blocks .block.text a::after {
  content: "";
  position: absolute;
  bottom: 0em;
  left: 0;
  width: 100%;
  height: 0.0625em;
  background-color: var(--neutral-900);
  transition: transform 0.735s cubic-bezier(0.625, 0.05, 0, 1);
  transform-origin: right;
  transform: scaleX(0) rotate(0.001deg);
}
.page-blocks .block.text a::before {
  transform-origin: left;
  transform: scaleX(1) rotate(0.001deg);
  transition-delay: 0.3s;
}
.page-blocks .block.text a::after {
  transform-origin: right;
  transform: scaleX(0) rotate(0.001deg);
  transition-delay: 0s;
}
@media (hover: hover) and (pointer: fine) {
  .page-blocks .block.text a:hover::before {
    transform-origin: right;
    transform: scaleX(0) rotate(0.001deg);
    transition-delay: 0s;
  }
  .page-blocks .block.text a:hover::after {
    transform-origin: left;
    transform: scaleX(1) rotate(0.001deg);
    transition-delay: 0.3s;
  }
}
.page-blocks .block.text p {
  max-width: 65ch;
}
.page-blocks .block.image {
  border-radius: 0.25em;
  overflow: hidden;
}
.page-blocks .block.image img {
  aspect-ratio: 16/10;
  object-fit: cover;
  object-position: center;
}
.page-blocks .block.file {
  max-width: 500px;
}
.page-blocks .block.file a {
  text-decoration: none;
}
.page-blocks .block.file .file_wrapper {
  background: #008BCB;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.1s;
}
@media (min-width: 768px) {
  .page-blocks .block.file .file_wrapper:hover {
    background: #DF006E;
  }
}
.page-blocks .block.file .file_wrapper .filename {
  font-family: "RidleyGroteskBold";
  padding-right: 3rem;
  word-break: break-word;
  padding-left: clamp(0.56rem, calc(0.37rem + 0.98vw), 1.06rem);
}
.page-blocks .block.file .file_wrapper img {
  border-left: 1px solid #fff;
  padding: clamp(0.56rem, calc(0.37rem + 0.98vw), 1.06rem);
}
.page-blocks .block.quote {
  display: grid;
  align-items: center;
  grid-template-columns: 50px 1fr;
  gap: 1rem;
}
.page-blocks .block.quote .quote_line {
  display: grid;
  grid-template-rows: 1fr 31px 1fr;
  gap: 1.5rem;
  margin-left: -2.8rem;
  height: 100%;
  justify-items: center;
}
.page-blocks .block.quote .quote_line .line {
  width: 5px;
  height: 100%;
  min-height: 50px;
  background: #DF006E;
}
.page-blocks .block.quote .quote_line img {
  user-select: none;
}
.page-blocks .block.quote .quote_text p {
  font-family: "RidleyGroteskSemiBold";
  font-size: clamp(1.20rem, calc(1.08rem + 0.60vw), 1.56rem);
  margin: 0;
  line-height: 1.25;
}
.page-blocks .block.quote .quote_text .author-role {
  display: block;
  margin-top: 0.5rem;
  font-family: "RidleyGroteskLight";
}
.page-blocks .block.youtube {
  border-radius: 0.25em;
  overflow: hidden;
}
.page-blocks .block.youtube iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}

.html-video {
  width: 100%;
}

div.block.gallery, .f-thumbs.is-classic, .fancybox__toolbar, .fancybox__nav {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border-radius: 4px;
  --f-button-color: #0d0c22;
  --f-button-hover-color: #000;
  --f-button-bg: #f1f5f9;
  --f-button-hover-bg: #e2e8f0;
  --f-button-active-bg: #e2e8f0;
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 2.25;
  --f-button-svg-filter: none;
  --f-button-svg-disabled-opacity: 0.2;
}

.f-carousel__viewport {
  height: auto;
}

div.block.gallery .f-carousel__slide {
  display: flex;
  align-items: center;
  justify-items: center;
}
div.block.gallery .f-carousel__slide img {
  aspect-ratio: 16/10;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
div.block.gallery .f-carousel__nav .f-button {
  top: 35%;
}
@media (hover: hover) and (pointer: fine) {
  div.block.gallery .f-carousel__nav {
    opacity: 0;
    transition: opacity 0.15s;
  }
  div.block.gallery:hover, div.block.gallery:focus {
    opacity: 1;
  }
  div.block.gallery:hover .f-carousel__nav, div.block.gallery:focus .f-carousel__nav {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  div.block.gallery .f-carousel__nav .f-button {
    top: 45%;
  }
}

.f-thumbs__track {
  padding-top: clamp(1.13rem, calc(0.71rem + 2.07vw), 2.19rem);
}

.auto-columns {
  display: grid;
  gap: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
  grid-template-columns: repeat(auto-fit, minmax(min(250px, 100%), 1fr));
}

.even-columns {
  display: grid;
  gap: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
}
@media screen and (min-width: 62em) {
  .even-columns {
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
  }
}

/**
 * AUTO-GRID LAYOUT
 *
 * This CSS utility creates a responsive grid layout that automatically adjusts the number of columns
 * based on the available space and specified constraints. It aims to fit as many cells as possible
 * in a single row, while respecting minimum cell width and maximum columns constraints.
 *
 * Customizable Properties:
 * --auto-grid-min-size: Sets the minimum width for each cell in the grid.
 *                       Default is 10rem.
 * --auto-grid-max-columns: Sets the maximum number of columns in the grid.
 *                          Default is 'infinity' (as many as can fit).
 * --auto-grid-gap: Sets the horizontal gap between grid cells. It also sets
 *                  the vertical gap if --auto-grid-gap-vertical is not defined.
 *                  Default is 1rem.
 * --auto-grid-gap-vertical: Specifically sets the vertical gap between rows
 *                           of cells. If not set, it falls back to the value
 *                           of '--auto-grid-gap'.
 *
 * The grid utilizes CSS 'display: grid' with the 'auto-fit' feature and the 'minmax()'
 * function to ensure that cells expand to fill available space while maintaining
 * the set minimum size.
 *
 * Example Usage:
 * <div class="auto-grid" style="--auto-grid-min-size: 10rem; --auto-grid-max-columns: 3; --auto-grid-gap: 0.5rem;">
 *   <!-- grid items here -->
 * </div>
 *
 * The above example will create a grid with a minimum cell width of 10rem, a maximum
 * of 3 columns, and a gap of 0.5rem between both rows and columns.
 */
.auto-grid {
  --auto-grid-max-column-width: 100% / var(--auto-grid-max-columns, infinity) - var(--auto-grid-gap);
  --auto-grid-column-width: max(
      var(--auto-grid-max-column-width),
      min(var(--auto-grid-min-size, 10rem), 100%)
  );
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-column-width), 1fr));
  /* vertical gap falls back to general gap then falls back to 1rem*/
  gap: var(--auto-grid-gap-vertical, var(--auto-grid-gap, 1rem)) var(--auto-grid-gap, 1rem);
}
@media screen and (min-width: 48em) {
  .auto-grid[data-type=reverse] div:last-of-type {
    order: -1;
  }
}

.flex {
  display: flex;
  flex-wrap: wrap;
  column-gap: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem);
  width: fit-content;
  align-items: center;
}
.flex.space-between {
  justify-content: space-between;
}

.grid {
  display: grid;
}

.justify-self-end {
  justify-self: end;
}

.justify-self-center {
  justify-self: center;
}

.pile {
  display: grid;
  grid-template-areas: "pile";
  place-content: center;
}
.pile > * {
  grid-area: pile;
}

.clr-neutral-100 {
  color: var(--neutral-100);
}

.bg-neutral-100 {
  background-color: var(--neutral-100);
}

.clr-neutral-900 {
  color: var(--neutral-900);
}

.bg-neutral-900 {
  background-color: var(--neutral-900);
}

.clr-primary-400 {
  color: var(--primary-400);
}

.bg-primary-400 {
  background-color: var(--primary-400);
}

.clr-white-opacity-100 {
  color: var(--white-opacity-100);
}

.bg-white-opacity-100 {
  background-color: var(--white-opacity-100);
}

.clr-white-opacity-200 {
  color: var(--white-opacity-200);
}

.bg-white-opacity-200 {
  background-color: var(--white-opacity-200);
}

.clr-white-opacity-300 {
  color: var(--white-opacity-300);
}

.bg-white-opacity-300 {
  background-color: var(--white-opacity-300);
}

.clr-white-opacity-400 {
  color: var(--white-opacity-400);
}

.bg-white-opacity-400 {
  background-color: var(--white-opacity-400);
}

.clr-white-opacity-500 {
  color: var(--white-opacity-500);
}

.bg-white-opacity-500 {
  background-color: var(--white-opacity-500);
}

.clr-white-opacity-600 {
  color: var(--white-opacity-600);
}

.bg-white-opacity-600 {
  background-color: var(--white-opacity-600);
}

.clr-white-opacity-700 {
  color: var(--white-opacity-700);
}

.bg-white-opacity-700 {
  background-color: var(--white-opacity-700);
}

.clr-white-opacity-800 {
  color: var(--white-opacity-800);
}

.bg-white-opacity-800 {
  background-color: var(--white-opacity-800);
}

.clr-white-opacity-900 {
  color: var(--white-opacity-900);
}

.bg-white-opacity-900 {
  background-color: var(--white-opacity-900);
}

.clr-black-opacity-100 {
  color: var(--black-opacity-100);
}

.bg-black-opacity-100 {
  background-color: var(--black-opacity-100);
}

.clr-black-opacity-200 {
  color: var(--black-opacity-200);
}

.bg-black-opacity-200 {
  background-color: var(--black-opacity-200);
}

.clr-black-opacity-300 {
  color: var(--black-opacity-300);
}

.bg-black-opacity-300 {
  background-color: var(--black-opacity-300);
}

.clr-black-opacity-400 {
  color: var(--black-opacity-400);
}

.bg-black-opacity-400 {
  background-color: var(--black-opacity-400);
}

.clr-black-opacity-500 {
  color: var(--black-opacity-500);
}

.bg-black-opacity-500 {
  background-color: var(--black-opacity-500);
}

.clr-black-opacity-600 {
  color: var(--black-opacity-600);
}

.bg-black-opacity-600 {
  background-color: var(--black-opacity-600);
}

.clr-black-opacity-700 {
  color: var(--black-opacity-700);
}

.bg-black-opacity-700 {
  background-color: var(--black-opacity-700);
}

.clr-black-opacity-800 {
  color: var(--black-opacity-800);
}

.bg-black-opacity-800 {
  background-color: var(--black-opacity-800);
}

.clr-black-opacity-900 {
  color: var(--black-opacity-900);
}

.bg-black-opacity-900 {
  background-color: var(--black-opacity-900);
}

.fs-200 {
  font-size: clamp(0.69rem, calc(0.69rem + 0.04vw), 0.72rem);
}

.fs-300 {
  font-size: clamp(0.83rem, calc(0.81rem + 0.10vw), 0.90rem);
}

.fs-400 {
  font-size: clamp(1.00rem, calc(0.96rem + 0.19vw), 1.13rem);
}

.fs-500 {
  font-size: clamp(1.20rem, calc(1.13rem + 0.31vw), 1.41rem);
}

.fs-600 {
  font-size: clamp(1.44rem, calc(1.33rem + 0.48vw), 1.76rem);
}

.fs-700 {
  font-size: clamp(1.73rem, calc(1.56rem + 0.71vw), 2.20rem);
  line-height: 1.2;
}

.fs-800 {
  font-size: clamp(2.07rem, calc(1.84rem + 1.01vw), 2.75rem);
  line-height: 1.2;
}

.fs-900 {
  font-size: clamp(2.49rem, calc(2.16rem + 1.42vw), 3.43rem);
  line-height: 1.2;
}

.section-padding {
  padding-block: clamp(4.38rem, calc(2.83rem + 6.57vw), 8.75rem);
}

.mx-auto {
  margin-inline: auto;
}

.push-right {
  margin-left: auto;
}

.margin-1 {
  margin: clamp(0.38rem, calc(0.24rem + 0.56vw), 0.75rem);
}
.margin-top-1 {
  margin-block-start: clamp(0.38rem, calc(0.24rem + 0.56vw), 0.75rem);
}
.margin-bottom-1 {
  margin-block-end: clamp(0.38rem, calc(0.24rem + 0.56vw), 0.75rem);
}
.margin-block-1 {
  margin-block: clamp(0.38rem, calc(0.24rem + 0.56vw), 0.75rem);
}
.margin-left-1 {
  margin-inline-start: clamp(0.38rem, calc(0.24rem + 0.56vw), 0.75rem);
}
.margin-right-1 {
  margin-inline-end: clamp(0.38rem, calc(0.24rem + 0.56vw), 0.75rem);
}
.margin-inline-1 {
  margin-inline: clamp(0.38rem, calc(0.24rem + 0.56vw), 0.75rem);
}

.padding-1 {
  padding: clamp(0.38rem, calc(0.24rem + 0.56vw), 0.75rem);
}
.padding-top-1 {
  padding-block-start: clamp(0.38rem, calc(0.24rem + 0.56vw), 0.75rem);
}
.padding-bottom-1 {
  padding-block-end: clamp(0.38rem, calc(0.24rem + 0.56vw), 0.75rem);
}
.padding-block-1 {
  padding-block: clamp(0.38rem, calc(0.24rem + 0.56vw), 0.75rem);
}
.padding-left-1 {
  padding-inline-start: clamp(0.38rem, calc(0.24rem + 0.56vw), 0.75rem);
}
.padding-right-1 {
  padding-inline-end: clamp(0.38rem, calc(0.24rem + 0.56vw), 0.75rem);
}
.padding-inline-1 {
  padding-inline: clamp(0.38rem, calc(0.24rem + 0.56vw), 0.75rem);
}

.margin-2 {
  margin: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem);
}
.margin-top-2 {
  margin-block-start: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem);
}
.margin-bottom-2 {
  margin-block-end: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem);
}
.margin-block-2 {
  margin-block: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem);
}
.margin-left-2 {
  margin-inline-start: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem);
}
.margin-right-2 {
  margin-inline-end: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem);
}
.margin-inline-2 {
  margin-inline: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem);
}

.padding-2 {
  padding: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem);
}
.padding-top-2 {
  padding-block-start: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem);
}
.padding-bottom-2 {
  padding-block-end: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem);
}
.padding-block-2 {
  padding-block: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem);
}
.padding-left-2 {
  padding-inline-start: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem);
}
.padding-right-2 {
  padding-inline-end: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem);
}
.padding-inline-2 {
  padding-inline: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem);
}

.margin-3 {
  margin: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
}
.margin-top-3 {
  margin-block-start: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
}
.margin-bottom-3 {
  margin-block-end: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
}
.margin-block-3 {
  margin-block: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
}
.margin-left-3 {
  margin-inline-start: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
}
.margin-right-3 {
  margin-inline-end: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
}
.margin-inline-3 {
  margin-inline: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
}

.padding-3 {
  padding: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
}
.padding-top-3 {
  padding-block-start: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
}
.padding-bottom-3 {
  padding-block-end: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
}
.padding-block-3 {
  padding-block: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
}
.padding-left-3 {
  padding-inline-start: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
}
.padding-right-3 {
  padding-inline-end: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
}
.padding-inline-3 {
  padding-inline: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
}

.margin-4 {
  margin: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
}
.margin-top-4 {
  margin-block-start: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
}
.margin-bottom-4 {
  margin-block-end: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
}
.margin-block-4 {
  margin-block: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
}
.margin-left-4 {
  margin-inline-start: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
}
.margin-right-4 {
  margin-inline-end: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
}
.margin-inline-4 {
  margin-inline: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
}

.padding-4 {
  padding: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
}
.padding-top-4 {
  padding-block-start: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
}
.padding-bottom-4 {
  padding-block-end: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
}
.padding-block-4 {
  padding-block: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
}
.padding-left-4 {
  padding-inline-start: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
}
.padding-right-4 {
  padding-inline-end: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
}
.padding-inline-4 {
  padding-inline: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
}

.margin-5 {
  margin: clamp(1.44rem, calc(0.91rem + 2.25vw), 2.94rem);
}
.margin-top-5 {
  margin-block-start: clamp(1.44rem, calc(0.91rem + 2.25vw), 2.94rem);
}
.margin-bottom-5 {
  margin-block-end: clamp(1.44rem, calc(0.91rem + 2.25vw), 2.94rem);
}
.margin-block-5 {
  margin-block: clamp(1.44rem, calc(0.91rem + 2.25vw), 2.94rem);
}
.margin-left-5 {
  margin-inline-start: clamp(1.44rem, calc(0.91rem + 2.25vw), 2.94rem);
}
.margin-right-5 {
  margin-inline-end: clamp(1.44rem, calc(0.91rem + 2.25vw), 2.94rem);
}
.margin-inline-5 {
  margin-inline: clamp(1.44rem, calc(0.91rem + 2.25vw), 2.94rem);
}

.padding-5 {
  padding: clamp(1.44rem, calc(0.91rem + 2.25vw), 2.94rem);
}
.padding-top-5 {
  padding-block-start: clamp(1.44rem, calc(0.91rem + 2.25vw), 2.94rem);
}
.padding-bottom-5 {
  padding-block-end: clamp(1.44rem, calc(0.91rem + 2.25vw), 2.94rem);
}
.padding-block-5 {
  padding-block: clamp(1.44rem, calc(0.91rem + 2.25vw), 2.94rem);
}
.padding-left-5 {
  padding-inline-start: clamp(1.44rem, calc(0.91rem + 2.25vw), 2.94rem);
}
.padding-right-5 {
  padding-inline-end: clamp(1.44rem, calc(0.91rem + 2.25vw), 2.94rem);
}
.padding-inline-5 {
  padding-inline: clamp(1.44rem, calc(0.91rem + 2.25vw), 2.94rem);
}

.margin-6 {
  margin: clamp(2.19rem, calc(1.42rem + 3.29vw), 4.38rem);
}
.margin-top-6 {
  margin-block-start: clamp(2.19rem, calc(1.42rem + 3.29vw), 4.38rem);
}
.margin-bottom-6 {
  margin-block-end: clamp(2.19rem, calc(1.42rem + 3.29vw), 4.38rem);
}
.margin-block-6 {
  margin-block: clamp(2.19rem, calc(1.42rem + 3.29vw), 4.38rem);
}
.margin-left-6 {
  margin-inline-start: clamp(2.19rem, calc(1.42rem + 3.29vw), 4.38rem);
}
.margin-right-6 {
  margin-inline-end: clamp(2.19rem, calc(1.42rem + 3.29vw), 4.38rem);
}
.margin-inline-6 {
  margin-inline: clamp(2.19rem, calc(1.42rem + 3.29vw), 4.38rem);
}

.padding-6 {
  padding: clamp(2.19rem, calc(1.42rem + 3.29vw), 4.38rem);
}
.padding-top-6 {
  padding-block-start: clamp(2.19rem, calc(1.42rem + 3.29vw), 4.38rem);
}
.padding-bottom-6 {
  padding-block-end: clamp(2.19rem, calc(1.42rem + 3.29vw), 4.38rem);
}
.padding-block-6 {
  padding-block: clamp(2.19rem, calc(1.42rem + 3.29vw), 4.38rem);
}
.padding-left-6 {
  padding-inline-start: clamp(2.19rem, calc(1.42rem + 3.29vw), 4.38rem);
}
.padding-right-6 {
  padding-inline-end: clamp(2.19rem, calc(1.42rem + 3.29vw), 4.38rem);
}
.padding-inline-6 {
  padding-inline: clamp(2.19rem, calc(1.42rem + 3.29vw), 4.38rem);
}

.margin-7 {
  margin: clamp(2.94rem, calc(1.90rem + 4.41vw), 5.88rem);
}
.margin-top-7 {
  margin-block-start: clamp(2.94rem, calc(1.90rem + 4.41vw), 5.88rem);
}
.margin-bottom-7 {
  margin-block-end: clamp(2.94rem, calc(1.90rem + 4.41vw), 5.88rem);
}
.margin-block-7 {
  margin-block: clamp(2.94rem, calc(1.90rem + 4.41vw), 5.88rem);
}
.margin-left-7 {
  margin-inline-start: clamp(2.94rem, calc(1.90rem + 4.41vw), 5.88rem);
}
.margin-right-7 {
  margin-inline-end: clamp(2.94rem, calc(1.90rem + 4.41vw), 5.88rem);
}
.margin-inline-7 {
  margin-inline: clamp(2.94rem, calc(1.90rem + 4.41vw), 5.88rem);
}

.padding-7 {
  padding: clamp(2.94rem, calc(1.90rem + 4.41vw), 5.88rem);
}
.padding-top-7 {
  padding-block-start: clamp(2.94rem, calc(1.90rem + 4.41vw), 5.88rem);
}
.padding-bottom-7 {
  padding-block-end: clamp(2.94rem, calc(1.90rem + 4.41vw), 5.88rem);
}
.padding-block-7 {
  padding-block: clamp(2.94rem, calc(1.90rem + 4.41vw), 5.88rem);
}
.padding-left-7 {
  padding-inline-start: clamp(2.94rem, calc(1.90rem + 4.41vw), 5.88rem);
}
.padding-right-7 {
  padding-inline-end: clamp(2.94rem, calc(1.90rem + 4.41vw), 5.88rem);
}
.padding-inline-7 {
  padding-inline: clamp(2.94rem, calc(1.90rem + 4.41vw), 5.88rem);
}

.margin-8 {
  margin: clamp(4.38rem, calc(2.83rem + 6.57vw), 8.75rem);
}
.margin-top-8 {
  margin-block-start: clamp(4.38rem, calc(2.83rem + 6.57vw), 8.75rem);
}
.margin-bottom-8 {
  margin-block-end: clamp(4.38rem, calc(2.83rem + 6.57vw), 8.75rem);
}
.margin-block-8 {
  margin-block: clamp(4.38rem, calc(2.83rem + 6.57vw), 8.75rem);
}
.margin-left-8 {
  margin-inline-start: clamp(4.38rem, calc(2.83rem + 6.57vw), 8.75rem);
}
.margin-right-8 {
  margin-inline-end: clamp(4.38rem, calc(2.83rem + 6.57vw), 8.75rem);
}
.margin-inline-8 {
  margin-inline: clamp(4.38rem, calc(2.83rem + 6.57vw), 8.75rem);
}

.padding-8 {
  padding: clamp(4.38rem, calc(2.83rem + 6.57vw), 8.75rem);
}
.padding-top-8 {
  padding-block-start: clamp(4.38rem, calc(2.83rem + 6.57vw), 8.75rem);
}
.padding-bottom-8 {
  padding-block-end: clamp(4.38rem, calc(2.83rem + 6.57vw), 8.75rem);
}
.padding-block-8 {
  padding-block: clamp(4.38rem, calc(2.83rem + 6.57vw), 8.75rem);
}
.padding-left-8 {
  padding-inline-start: clamp(4.38rem, calc(2.83rem + 6.57vw), 8.75rem);
}
.padding-right-8 {
  padding-inline-end: clamp(4.38rem, calc(2.83rem + 6.57vw), 8.75rem);
}
.padding-inline-8 {
  padding-inline: clamp(4.38rem, calc(2.83rem + 6.57vw), 8.75rem);
}

.margin-9 {
  margin: clamp(6.56rem, calc(4.25rem + 9.86vw), 13.13rem);
}
.margin-top-9 {
  margin-block-start: clamp(6.56rem, calc(4.25rem + 9.86vw), 13.13rem);
}
.margin-bottom-9 {
  margin-block-end: clamp(6.56rem, calc(4.25rem + 9.86vw), 13.13rem);
}
.margin-block-9 {
  margin-block: clamp(6.56rem, calc(4.25rem + 9.86vw), 13.13rem);
}
.margin-left-9 {
  margin-inline-start: clamp(6.56rem, calc(4.25rem + 9.86vw), 13.13rem);
}
.margin-right-9 {
  margin-inline-end: clamp(6.56rem, calc(4.25rem + 9.86vw), 13.13rem);
}
.margin-inline-9 {
  margin-inline: clamp(6.56rem, calc(4.25rem + 9.86vw), 13.13rem);
}

.padding-9 {
  padding: clamp(6.56rem, calc(4.25rem + 9.86vw), 13.13rem);
}
.padding-top-9 {
  padding-block-start: clamp(6.56rem, calc(4.25rem + 9.86vw), 13.13rem);
}
.padding-bottom-9 {
  padding-block-end: clamp(6.56rem, calc(4.25rem + 9.86vw), 13.13rem);
}
.padding-block-9 {
  padding-block: clamp(6.56rem, calc(4.25rem + 9.86vw), 13.13rem);
}
.padding-left-9 {
  padding-inline-start: clamp(6.56rem, calc(4.25rem + 9.86vw), 13.13rem);
}
.padding-right-9 {
  padding-inline-end: clamp(6.56rem, calc(4.25rem + 9.86vw), 13.13rem);
}
.padding-inline-9 {
  padding-inline: clamp(6.56rem, calc(4.25rem + 9.86vw), 13.13rem);
}

.margin-10 {
  margin: clamp(8.75rem, calc(5.67rem + 13.15vw), 17.50rem);
}
.margin-top-10 {
  margin-block-start: clamp(8.75rem, calc(5.67rem + 13.15vw), 17.50rem);
}
.margin-bottom-10 {
  margin-block-end: clamp(8.75rem, calc(5.67rem + 13.15vw), 17.50rem);
}
.margin-block-10 {
  margin-block: clamp(8.75rem, calc(5.67rem + 13.15vw), 17.50rem);
}
.margin-left-10 {
  margin-inline-start: clamp(8.75rem, calc(5.67rem + 13.15vw), 17.50rem);
}
.margin-right-10 {
  margin-inline-end: clamp(8.75rem, calc(5.67rem + 13.15vw), 17.50rem);
}
.margin-inline-10 {
  margin-inline: clamp(8.75rem, calc(5.67rem + 13.15vw), 17.50rem);
}

.padding-10 {
  padding: clamp(8.75rem, calc(5.67rem + 13.15vw), 17.50rem);
}
.padding-top-10 {
  padding-block-start: clamp(8.75rem, calc(5.67rem + 13.15vw), 17.50rem);
}
.padding-bottom-10 {
  padding-block-end: clamp(8.75rem, calc(5.67rem + 13.15vw), 17.50rem);
}
.padding-block-10 {
  padding-block: clamp(8.75rem, calc(5.67rem + 13.15vw), 17.50rem);
}
.padding-left-10 {
  padding-inline-start: clamp(8.75rem, calc(5.67rem + 13.15vw), 17.50rem);
}
.padding-right-10 {
  padding-inline-end: clamp(8.75rem, calc(5.67rem + 13.15vw), 17.50rem);
}
.padding-inline-10 {
  padding-inline: clamp(8.75rem, calc(5.67rem + 13.15vw), 17.50rem);
}

.container {
  --max-width: 90rem;
  width: min(90%, var(--max-width));
  margin-inline: auto;
}

.container[data-type=small] {
  --max-width: 70rem;
}

.container[data-type=large] {
  --max-width: 90%;
}

.container[data-type=full-bleed] {
  --max-width: 100%;
}

.fw-200 {
  font-family: "RidleyGroteskThin";
}

.fw-300 {
  font-family: "RidleyGroteskLight";
}

.fw-400 {
  font-family: "RidleyGroteskRegular";
}

.fw-500 {
  font-family: "RidleyGroteskMedium";
}

.fw-600 {
  font-family: "RidleyGroteskSemiBold";
}

.fw-700 {
  font-family: "RidleyGroteskBold";
}

.gap-1 {
  gap: clamp(0.38rem, calc(0.24rem + 0.56vw), 0.75rem);
}

.gap-2 {
  gap: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem);
}

.gap-3 {
  gap: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
}

.gap-4 {
  gap: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
}

.gap-5 {
  gap: clamp(1.44rem, calc(0.91rem + 2.25vw), 2.94rem);
}

.gap-6 {
  gap: clamp(2.19rem, calc(1.42rem + 3.29vw), 4.38rem);
}

.gap-7 {
  gap: clamp(2.94rem, calc(1.90rem + 4.41vw), 5.88rem);
}

.gap-8 {
  gap: clamp(4.38rem, calc(2.83rem + 6.57vw), 8.75rem);
}

.gap-9 {
  gap: clamp(6.56rem, calc(4.25rem + 9.86vw), 13.13rem);
}

.gap-10 {
  gap: clamp(8.75rem, calc(5.67rem + 13.15vw), 17.50rem);
}

.ff-base {
  font-family: "RidleyGroteskRegular";
}

.ff-accent {
  font-family: serif;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-underline {
  text-decoration: underline;
}

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

.text-right {
  text-align: center;
}

.box-shadow-1 {
  box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.012), 0px 22px 18px rgba(0, 0, 0, 0.018), 0px 100px 80px rgba(0, 0, 0, 0.03);
}

.box-shadow-2 {
  box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.016), 0px 22px 18px rgba(0, 0, 0, 0.024), 0px 100px 80px rgba(0, 0, 0, 0.04);
}

.box-shadow-3 {
  box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.02), 0px 22px 18px rgba(0, 0, 0, 0.03), 0px 100px 80px rgba(0, 0, 0, 0.05);
}

.box-shadow-4 {
  box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.03), 0px 22px 18px rgba(0, 0, 0, 0.042), 0px 100px 80px rgba(0, 0, 0, 0.07);
}

.box-shadow-5 {
  box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.04), 0px 22px 18px rgba(0, 0, 0, 0.06), 0px 100px 80px rgba(0, 0, 0, 0.1);
}

.heading-1 {
  font-family: "RidleyGroteskSemiBold";
  font-size: clamp(2.07rem, calc(1.75rem + 1.63vw), 3.05rem);
  line-height: 1.2;
  letter-spacing: -1px;
  font-weight: normal;
}
@media (min-width: 768px) {
  .heading-1 {
    letter-spacing: 0;
  }
}

.heading-2 {
  font-family: "RidleyGroteskSemiBold";
  font-size: clamp(1.73rem, calc(1.49rem + 1.19vw), 2.44rem);
  line-height: 1.2;
  letter-spacing: -1px;
  font-weight: normal;
}
@media (min-width: 768px) {
  .heading-2 {
    letter-spacing: 0;
  }
}

.heading-3 {
  font-family: "RidleyGroteskSemiBold";
  font-size: clamp(1.44rem, calc(1.27rem + 0.86vw), 1.95rem);
  line-height: 1.2;
  letter-spacing: -1px;
  font-weight: normal;
}
@media (min-width: 768px) {
  .heading-3 {
    letter-spacing: 0;
  }
}

.heading-4 {
  font-family: "RidleyGroteskSemiBold";
  font-size: clamp(1.20rem, calc(1.08rem + 0.60vw), 1.56rem);
  line-height: 1.2;
  font-weight: normal;
}

.round {
  border-radius: 50%;
  aspect-ratio: 1/1;
}

#about-page .about-hero {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url("/images/about/about-hero.jpg") no-repeat 0% 55%/cover;
}
#about-page .about-hero .text {
  padding: clamp(4.4rem, calc(2.89rem + 8.05vw), 8.73rem) 0 clamp(4.4rem, calc(2.89rem + 8.05vw), 8.73rem) 0;
  height: clamp(22.50rem, calc(17.84rem + 19.89vw), 33.75rem);
  display: grid;
  justify-items: flex-start;
  color: #fff;
  align-items: center;
}
#about-page .about-hero .text h1 {
  max-width: 600px;
}
#about-page .about-hero .text h1 .line {
  line-height: 1.2;
  overflow: hidden;
}
#about-page .about-hero .text h1 .line .word {
  opacity: 0;
  transform: translateY(120%);
  line-height: 1.2;
}
#about-page .about-hero .text h1 .line .word .char {
  font-family: "RidleyGroteskSemiBold";
  line-height: 1.2;
}
#about-page .about-hero .text .btn {
  background: #fff;
  margin-top: clamp(1.50rem, calc(0.96rem + 2.68vw), 2.88rem);
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
@media (min-width: 1000px) {
  #about-page .about-hero .text .btn {
    margin-top: 0;
    justify-self: center;
  }
}
#about-page .intro-text .wrapper {
  padding: clamp(4.4rem, calc(2.89rem + 8.05vw), 8.73rem) 0 0 0;
  width: min(90%, 1280px);
  margin: 0 auto;
}
#about-page .intro-text .wrapper .text p:first-child {
  margin: 0;
}
@media (min-width: 1000px) {
  #about-page .intro-text .wrapper {
    width: auto;
    margin-left: max(5%, (100% - 1440px) / 2);
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: clamp(3.00rem, calc(1.93rem + 5.37vw), 5.75rem);
  }
  #about-page .intro-text .wrapper .text {
    padding: clamp(4.4rem, calc(2.89rem + 8.05vw), 8.73rem) 0;
    max-width: 49ch;
  }
}
#about-page .parallax-trigger {
  --trigger-height: 0;
  height: var(--trigger-height);
  overflow: hidden;
  position: relative;
}
#about-page .parallax-trigger .parallax-target {
  height: 100%;
}
#about-page .parallax-trigger .parallax-target img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 70% 50%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1025px) {
  #about-page .parallax-trigger .parallax-target {
    --parallax-height: 0;
    height: calc(100% + var(--parallax-height));
    transform: translateY(calc(var(--parallax-height) * -1));
  }
}
#about-page .about-images-block {
  padding-top: clamp(4.4rem, calc(2.89rem + 8.05vw), 8.73rem);
}
#about-page .about-images-block .grid {
  display: grid;
  grid-template-columns: 1fr 40%;
  gap: 3rem clamp(2.25rem, calc(1.45rem + 4.02vw), 4.31rem);
}
#about-page .about-images-block .image {
  width: 100%;
  aspect-ratio: 1/1.2;
}
#about-page .about-images-block .image.small {
  width: 100%;
  grid-column: 2/3;
  justify-self: end;
  align-self: flex-end;
}
#about-page .about-images-block .image.large {
  grid-row: 1/2;
}
#about-page .about-images-block .image img, #about-page .about-images-block .image picture {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#about-page .about-images-block .text {
  grid-column: 1/3;
  max-width: 55ch;
  display: grid;
  justify-items: start;
}
@media (min-width: 900px) {
  #about-page .about-images-block .grid {
    grid-template-columns: 1fr 1fr;
    gap: clamp(2.25rem, calc(1.45rem + 4.02vw), 4.31rem) clamp(4.4rem, calc(2.89rem + 8.05vw), 8.73rem);
  }
  #about-page .about-images-block .image.small {
    width: min(100%, 270px);
    justify-self: end;
    align-self: flex-start;
  }
  #about-page .about-images-block .image.large {
    grid-row: 2/3;
    align-self: flex-start;
  }
  #about-page .about-images-block .text {
    grid-column: 2/3;
    justify-self: end;
    align-self: flex-end;
  }
  #about-page .about-images-block[data-type=reverse] .image.large {
    grid-column: 2/3;
  }
  #about-page .about-images-block[data-type=reverse] .image.small {
    grid-column: 1/2;
    justify-self: start;
  }
  #about-page .about-images-block[data-type=reverse] .text {
    grid-column: 1/2;
    grid-row: 2/3;
    justify-self: start;
  }
}
@media (min-width: 1050px) {
  #about-page .about-images-block .grid {
    grid-template-columns: 1fr 1fr;
  }
  #about-page .about-images-block .image.large {
    grid-row: 1/3;
    align-self: flex-end;
  }
}
@media (min-width: 1600px) {
  #about-page .about-images-block .image.large {
    aspect-ratio: auto;
    height: 100%;
  }
}
@media (min-width: 900px) {
  #about-page .our-process {
    display: none;
  }
}
#about-page .desktop-process {
  display: none;
  position: relative;
  overflow: hidden;
}
@media (min-width: 900px) {
  #about-page .desktop-process {
    display: block;
  }
}
#about-page .desktop-process .container {
  position: relative;
  height: 100vh;
}
#about-page .desktop-process .scroll {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  position: absolute;
  top: 8%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#about-page .desktop-process .scroll p {
  margin-top: 0.2em;
}
#about-page .desktop-process .pin-height {
  height: 500vh;
}
#about-page .desktop-process .circles {
  height: 100%;
}
#about-page .desktop-process .circle {
  width: 250vw;
  height: 600vw;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0);
  will-change: transform;
}
#about-page .desktop-process .circle:nth-child(1) .card {
  background-color: #008BCB;
  color: #fff;
}
#about-page .desktop-process .circle:nth-child(2) .card {
  background-color: #FBCC0F;
  color: #000;
  border: 2px solid black;
}
#about-page .desktop-process .circle:nth-child(3) .card {
  background-color: #DF006E;
  color: #fff;
  border: 2px solid white;
}
#about-page .desktop-process .card {
  width: min(35vw, 450px);
  aspect-ratio: 1;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 55vh);
  will-change: transform;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(1.13rem, calc(0.71rem + 2.07vw), 2.19rem);
  border-radius: 0.25em;
}
#about-page .desktop-process .card p {
  line-height: 1.5;
}
#about-page .desktop-process .card h3 {
  font-family: "RidleyGroteskSemiBold";
  font-size: clamp(1.73rem, calc(1.49rem + 1.19vw), 2.44rem);
  line-height: 1.2;
  letter-spacing: -1px;
  font-weight: normal;
}
@media (min-width: 768px) {
  #about-page .desktop-process .card h3 {
    letter-spacing: 0;
  }
}
#about-page .the-team .wrapper {
  padding: 0 0 clamp(4.4rem, calc(2.89rem + 8.05vw), 8.73rem) 0;
}
#about-page .the-team .wrapper h2 {
  margin-bottom: clamp(1.50rem, calc(0.96rem + 2.68vw), 2.88rem);
}
#about-page .the-team .wrapper .team-container .gallery-wrap {
  display: grid;
}
#about-page .the-team .wrapper .team-container .gallery-wrap .item {
  flex: 1;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.45s cubic-bezier(0.45, 0.02, 0.09, 0.98);
  position: relative;
  cursor: pointer;
  overflow: hidden;
  aspect-ratio: 1/0.7;
}
#about-page .the-team .wrapper .team-container .gallery-wrap .item.item-1 {
  background-image: url("/images/about/team/kev.jpg");
  background-position: 64% 50%;
}
#about-page .the-team .wrapper .team-container .gallery-wrap .item.item-2 {
  background-image: url("/images/about/team/luke1.jpg");
  background-position: 69% 50%;
}
#about-page .the-team .wrapper .team-container .gallery-wrap .item.item-3 {
  background-image: url("/images/about/team/tom.jpg");
  background-position: 62% 50%;
}
#about-page .the-team .wrapper .team-container .gallery-wrap .item.item-4 {
  background-image: url("/images/about/team/will.jpg");
  background-position: 69% 50%;
}
#about-page .the-team .wrapper .team-container .gallery-wrap .item.item-5 {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.4)), url("/images/about/team/karen.jpg") no-repeat 59% 50%/cover;
}
#about-page .the-team .wrapper .team-container .gallery-wrap .item .text {
  transition: 0.45s cubic-bezier(0.45, 0.02, 0.09, 0.98);
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  color: #fff;
}
#about-page .the-team .wrapper .team-container .gallery-wrap .item .text h4 {
  font-family: "RidleyGroteskRegular";
  margin-bottom: 0.2rem;
  font-size: clamp(0.83rem, calc(0.78rem + 0.28vw), 1.00rem);
}
@media (min-width: 700px) {
  #about-page .the-team .wrapper .team-container .gallery-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  #about-page .the-team .wrapper .team-container .gallery-wrap .item.item-1 {
    order: 1;
  }
  #about-page .the-team .wrapper .team-container .gallery-wrap .item.item-2 {
    order: 2;
  }
  #about-page .the-team .wrapper .team-container .gallery-wrap .item.item-3 {
    order: 4;
  }
  #about-page .the-team .wrapper .team-container .gallery-wrap .item.item-4 {
    order: 3;
  }
  #about-page .the-team .wrapper .team-container .gallery-wrap .item.item-5 {
    order: 5;
  }
  #about-page .the-team .wrapper .team-container .gallery-wrap .item.item-6 {
    order: 6;
  }
}
@media (min-width: 850px) {
  #about-page .the-team .wrapper .team-container .gallery-wrap {
    display: flex;
    height: clamp(22.50rem, calc(11.25rem + 23.44vw), 30.00rem);
  }
  #about-page .the-team .wrapper .team-container .gallery-wrap .item {
    aspect-ratio: 0;
    transition: 0.7s cubic-bezier(0.45, 0.02, 0.09, 0.98);
  }
  #about-page .the-team .wrapper .team-container .gallery-wrap .item.active {
    flex: 4;
    background-position: center;
  }
  #about-page .the-team .wrapper .team-container .gallery-wrap .item.active .text {
    opacity: 1;
  }
  #about-page .the-team .wrapper .team-container .gallery-wrap .item.item-3 {
    order: 3;
  }
  #about-page .the-team .wrapper .team-container .gallery-wrap .item.item-4 {
    order: 4;
  }
  #about-page .the-team .wrapper .team-container .gallery-wrap .item .text {
    white-space: nowrap;
    transition: 0.7s cubic-bezier(0.45, 0.02, 0.09, 0.98);
    opacity: 0;
    transition-delay: 0.1s;
  }
}

main#apprenticeship-page section.hero-images-block {
  padding: clamp(3.00rem, calc(1.93rem + 5.37vw), 5.75rem) 0 clamp(4.4rem, calc(2.89rem + 8.05vw), 8.73rem) 0;
  border-bottom: 1px solid hwb(0 0% 100%/0.2);
}
main#apprenticeship-page section.hero-images-block h1 {
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  font-size: clamp(1.00rem, calc(0.92rem + 0.42vw), 1.1rem);
  font-family: "RidleyGroteskMedium";
  padding-bottom: 1rem;
}
main#apprenticeship-page section.hero-images-block span {
  display: block;
  font-family: "RidleyGroteskSemiBold";
  font-weight: 700;
  font-size: clamp(2.07rem, calc(1.75rem + 1.63vw), 3.05rem);
  line-height: 1.1;
  letter-spacing: -1px;
}
@media (min-width: 768px) {
  main#apprenticeship-page section.hero-images-block span {
    letter-spacing: 0;
  }
}
main#apprenticeship-page section.hero-images-block .text img {
  max-width: 15rem;
  margin-bottom: 1.5rem;
}
main#apprenticeship-page section.hero-images-block .image.small img, main#apprenticeship-page section.hero-images-block .image.small picture {
  object-position: 0% 50%;
}
main#apprenticeship-page section.body {
  padding-block: clamp(4.4rem, calc(2.89rem + 8.05vw), 8.73rem);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
main#apprenticeship-page section.body .content {
  display: grid;
  gap: clamp(2.25rem, calc(1.45rem + 4.02vw), 4.31rem);
}
main#apprenticeship-page section.body .content .body-text {
  max-width: 50ch;
}
main#apprenticeship-page section.body .content .body-text h2:not(:first-of-type) {
  padding-top: clamp(1.50rem, calc(0.96rem + 2.68vw), 2.88rem);
}
main#apprenticeship-page section.body .content .body-text .btn {
  margin-top: clamp(1.50rem, calc(0.96rem + 2.68vw), 2.88rem);
}
main#apprenticeship-page section.body .content .body-text p.quote-pull-out {
  font-family: "RidleyGroteskSemiBold";
}
main#apprenticeship-page section.body .content .body-text .skills {
  margin-top: clamp(1.50rem, calc(0.96rem + 2.68vw), 2.88rem);
  background-color: #fff;
  padding: clamp(1.50rem, calc(0.96rem + 2.68vw), 2.88rem);
}
main#apprenticeship-page section.body .content .body-text .skills ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
main#apprenticeship-page section.body .content .body-text .skills ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-block: 1rem;
}
main#apprenticeship-page section.body .content .body-text .skills ul li:first-of-type {
  padding-top: 0;
}
main#apprenticeship-page section.body .content .body-text .skills ul li:last-of-type {
  border: 0;
  padding-bottom: 0;
}
main#apprenticeship-page section.body .content .body-text img.kara-pic {
  max-width: 15rem;
  padding-top: clamp(1.50rem, calc(0.96rem + 2.68vw), 2.88rem);
}
main#apprenticeship-page section.body .content .sidebar {
  background-color: #fff;
  padding: clamp(1.50rem, calc(0.96rem + 2.68vw), 2.88rem);
  width: 100%;
}
main#apprenticeship-page section.body .content .sidebar h2 {
  font-size: clamp(0.83rem, calc(0.78rem + 0.28vw), 1.00rem);
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.4);
  font-family: "RidleyGroteskMedium";
  padding-bottom: 0.5rem;
}
main#apprenticeship-page section.body .content .sidebar h2:not(:first-of-type) {
  padding-top: clamp(1.13rem, calc(0.71rem + 2.07vw), 2.19rem);
}
main#apprenticeship-page section.body .content .sidebar h3 {
  font-size: clamp(1.20rem, calc(1.08rem + 0.60vw), 1.56rem);
}
main#apprenticeship-page section.body .content .sidebar .btn {
  margin-top: clamp(1.13rem, calc(0.71rem + 2.07vw), 2.19rem);
}
main#apprenticeship-page section.body .content .sidebar img {
  padding-top: 0.4rem;
  max-width: 8rem;
}
main#apprenticeship-page section.body .content .sidebar .grid {
  padding-top: clamp(1.13rem, calc(0.71rem + 2.07vw), 2.19rem);
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 900px) {
  main#apprenticeship-page section.body .content {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
  main#apprenticeship-page section.body .content .body-text {
    order: -1;
  }
  main#apprenticeship-page section.body .content .body-text .skills {
    padding: clamp(1.13rem, calc(0.71rem + 2.07vw), 2.19rem);
  }
  main#apprenticeship-page section.body .content .sidebar {
    padding: clamp(1.13rem, calc(0.71rem + 2.07vw), 2.19rem);
    position: sticky;
    top: 10rem;
    justify-self: end;
    max-width: 25rem;
  }
}
main#apprenticeship-page .our-home {
  padding-top: clamp(4.4rem, calc(2.89rem + 8.05vw), 8.73rem);
}

.case-study-page .case-study-header {
  padding: clamp(4.4rem, calc(2.89rem + 8.05vw), 8.73rem) 0 clamp(3.00rem, calc(1.93rem + 5.37vw), 5.75rem) 0;
}
.case-study-page .case-study-header h1 {
  line-height: 1.1;
}
.case-study-page .case-study-header p {
  margin-bottom: 2rem;
}
.case-study-page .case-study-header .key-features {
  display: grid;
  gap: clamp(2.25rem, calc(1.45rem + 4.02vw), 4.31rem);
  padding: clamp(2.25rem, calc(1.45rem + 4.02vw), 4.31rem) 0;
}
@media (min-width: 600px) {
  .case-study-page .case-study-header .key-features {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 900px) {
  .case-study-page .case-study-header .key-features.three {
    grid-template-columns: repeat(3, 1fr);
  }
  .case-study-page .case-study-header .key-features.four {
    grid-template-columns: repeat(4, 1fr);
  }
}
.case-study-page .case-study-header .key-features h3 {
  font-family: "RidleyGroteskRegular";
  text-transform: uppercase;
  font-size: clamp(1.00rem, calc(0.92rem + 0.42vw), 1.1rem);
  color: rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: clamp(0.75rem, calc(0.48rem + 1.34vw), 1.44rem);
}
.case-study-page .case-study-header .key-features p {
  margin-top: clamp(0.75rem, calc(0.48rem + 1.34vw), 1.44rem);
}
.case-study-page .case-study-header .header-image {
  position: relative;
}
.case-study-page .case-study-header .header-image img {
  width: 100%;
  aspect-ratio: 16/7;
  object-fit: cover;
  object-position: center;
}
.case-study-page .case-study-header .header-image .button {
  position: absolute;
  margin: clamp(0.75rem, calc(0.48rem + 1.34vw), 1.44rem);
  bottom: 0;
  left: 0;
  font-size: clamp(0.83rem, calc(0.78rem + 0.28vw), 1.00rem);
  padding: 0.6rem 1.2rem;
}
.case-study-page .case-study-wrapper {
  padding-bottom: clamp(4.4rem, calc(2.89rem + 8.05vw), 8.73rem);
}
.case-study-page .case-study-wrapper.next-project {
  padding-bottom: 0;
}
.case-study-page .case-study-wrapper .case-study-content .intro {
  width: min(90%, 55ch);
  margin: 0 auto;
  margin-bottom: clamp(2.25rem, calc(1.45rem + 4.02vw), 4.31rem);
}
.case-study-page .case-study-wrapper .case-study-content .intro h2 {
  margin: clamp(1.13rem, calc(0.71rem + 2.07vw), 2.19rem) 0 clamp(0.38rem, calc(0.23rem + 0.73vw), 0.75rem) 0;
}
.case-study-page .case-study-wrapper .case-study-content .intro h2:first-child {
  margin-top: 0;
}
.case-study-page .case-study-wrapper .case-study-content .intro h4 {
  padding-top: clamp(0.75rem, calc(0.48rem + 1.34vw), 1.44rem);
}
.case-study-page .case-study-wrapper .case-study-content .intro .wysiwyg p {
  margin-top: clamp(0.56rem, calc(0.37rem + 0.98vw), 1.06rem);
}
.case-study-page .case-study-wrapper .case-study-content .intro .wysiwyg p:first-child {
  margin-top: 0;
}
.case-study-page .case-study-wrapper .case-study-content .intro .wysiwyg p a {
  color: #008BCB;
  transition: 0.1s;
}
.case-study-page .case-study-wrapper .case-study-content .intro .wysiwyg p a:hover {
  color: #DF006E;
}
.case-study-page .case-study-wrapper .case-study-content .intro .wysiwyg p strong {
  font-family: "RidleyGroteskBold";
}
.case-study-page .case-study-wrapper .case-study-content .page-blocks .block.text {
  width: min(90%, 55ch);
  margin-inline: auto;
}
.case-study-page .case-study-wrapper .case-study-content .page-blocks .block.image {
  width: min(90%, 1440px);
  margin-inline: auto;
}
.case-study-page .case-study-wrapper .case-study-content .page-blocks .block.file {
  width: min(90%, 500px);
  margin-inline: auto;
}
.case-study-page .case-study-wrapper .case-study-content .page-blocks .block.quote {
  width: min(90%, 900px);
  margin-inline: auto;
}
.case-study-page .case-study-wrapper .case-study-content .page-blocks .block.youtube {
  width: min(90%, 1440px);
  margin-inline: auto;
}
.case-study-page .case-study-wrapper .case-study-content .page-blocks .block.gallery {
  position: relative;
  --f-carousel-slide-width: 75%;
  --f-carousel-spacing: 1.5rem;
  margin-bottom: clamp(4.4rem, calc(2.89rem + 8.05vw), 8.73rem);
}
@media (min-width: 768px) {
  .case-study-page .case-study-wrapper .case-study-content .page-blocks .block.gallery {
    --f-carousel-slide-width: 55%;
    --f-carousel-spacing: 3rem;
  }
}
.case-study-page .case-study-wrapper .case-study-content .page-blocks .block.gallery img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  object-position: center;
}
.case-study-page .case-study-wrapper .case-study-content .page-blocks .block.gallery .f-button {
  top: 50%;
  border-radius: 10rem;
  --f-button-width: 50px;
  --f-button-height: 50px;
  --f-button-color: #fff;
  --f-button-hover-color: #fff;
  --f-button-bg: rgb(0 0 0 / 70%);
  --f-button-hover-bg: #000;
  --f-button-active-bg: var(--f-button-bg);
  --f-button-svg-width: 24px;
  --f-button-svg-height: 24px;
  --f-button-next-pos: 50px;
  --f-button-prev-pos: 50px;
}
.case-study-page .case-study-wrapper .case-study-content .page-blocks .block.gallery .f-carousel__dots {
  bottom: -3.5rem;
  gap: 0.3rem;
  --f-carousel-dot-width: 23px;
  --f-carousel-dot-height: 5px;
  --f-carousel-dot-radius: 0;
}
.case-study-page .html-video {
  width: min(90%, 900px);
}
.case-study-page .desktop-video {
  display: grid;
  padding-block: clamp(3.00rem, calc(1.93rem + 5.37vw), 5.75rem);
}
.case-study-page .desktop-video img {
  grid-area: 1/1;
}
.case-study-page .desktop-video .mask {
  grid-area: 1/1;
  mask-image: url("/images/case-study/mask-desktop.png");
  -webkit-mask-image: url("/images/case-study/mask-desktop.png");
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  mask-size: cover;
  -webkit-mask-size: cover;
}
.case-study-page .desktop-video .mask video {
  max-width: 100%;
  padding: 1% 1% 0% 1%;
}
.case-study-page .laptop-video {
  display: grid;
  padding-block: clamp(3.00rem, calc(1.93rem + 5.37vw), 5.75rem);
}
.case-study-page .laptop-video img {
  grid-area: 1/1;
}
.case-study-page .laptop-video .mask {
  grid-area: 1/1;
  mask-image: url("/images/case-study/mask-laptop.png");
  -webkit-mask-image: url("/images/case-study/mask-laptop.png");
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  mask-size: cover;
  -webkit-mask-size: cover;
}
.case-study-page .laptop-video .mask video {
  max-width: 100%;
  padding: 0.5% 6.9% 0% 6.9%;
}
.case-study-page .mobile-video {
  display: grid;
}
.case-study-page .mobile-video img {
  grid-area: 1/1;
}
.case-study-page .mobile-video .mask {
  grid-area: 1/1;
  mask-image: url("/images/case-study/mobile-mask.png");
  -webkit-mask-image: url("/images/case-study/mobile-mask.png");
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  mask-size: cover;
  -webkit-mask-size: cover;
}
.case-study-page .mobile-video .mask video {
  max-width: 100%;
  padding: 7% 38.5% 0% 38.5%;
}
.case-study-page .screen-video {
  background: #ededed;
  padding: clamp(6.56rem, calc(4.25rem + 9.86vw), 13.13rem) 0;
}
.case-study-page .screen-video video.screen {
  max-width: 100%;
  display: grid;
  border-radius: 0.5rem;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
}
.case-study-page section.next-case-study {
  margin-block: clamp(3.00rem, calc(1.93rem + 5.37vw), 5.75rem);
}
.case-study-page section.next-case-study.screen {
  margin: clamp(3.00rem, calc(1.93rem + 5.37vw), 5.75rem) 0 0 0;
  background-color: #E7E7E7;
}
.case-study-page section.next-case-study.screen .two-grid {
  gap: clamp(1.50rem, calc(0.96rem + 2.68vw), 2.88rem);
}
.case-study-page section.next-case-study .two-grid {
  display: grid;
  padding-top: clamp(3.00rem, calc(1.93rem + 5.37vw), 5.75rem);
  gap: clamp(3.00rem, calc(1.93rem + 5.37vw), 5.75rem);
}
.case-study-page section.next-case-study .two-grid .text {
  order: -1;
  display: grid;
  justify-content: center;
  text-align: center;
}
.case-study-page section.next-case-study .two-grid .text p {
  text-transform: uppercase;
  opacity: 0.4;
  padding-bottom: clamp(0.75rem, calc(0.48rem + 1.34vw), 1.44rem);
}
.case-study-page section.next-case-study .two-grid .text h3 {
  font-size: clamp(1.73rem, calc(1.49rem + 1.19vw), 2.44rem);
}
.case-study-page section.next-case-study .two-grid .text .button-flex {
  padding-top: clamp(1.50rem, calc(0.96rem + 2.68vw), 2.88rem);
  display: flex;
  gap: clamp(0.75rem, calc(0.48rem + 1.34vw), 1.44rem) 1rem;
  justify-content: center;
  flex-wrap: wrap;
}
.case-study-page section.next-case-study .two-grid .text .button-flex .btn {
  margin: 0;
}
.case-study-page section.next-case-study .two-grid .image img {
  width: 100%;
}
@media (min-width: 900px) {
  .case-study-page section.next-case-study.screen .two-grid {
    grid-template-columns: 1.2fr 1fr;
    padding-top: clamp(2.25rem, calc(1.45rem + 4.02vw), 4.31rem);
    gap: 0;
  }
  .case-study-page section.next-case-study.screen .two-grid .text {
    padding: 0 0 clamp(2.25rem, calc(1.45rem + 4.02vw), 4.31rem) clamp(1.13rem, calc(0.71rem + 2.07vw), 2.19rem);
    margin-top: -2.5rem;
  }
  .case-study-page section.next-case-study .two-grid {
    gap: 0;
    align-items: center;
    grid-template-columns: repeat(2, 1fr);
  }
  .case-study-page section.next-case-study .two-grid .text {
    order: 1;
    justify-content: flex-start;
    text-align: left;
    padding-left: clamp(3.00rem, calc(1.93rem + 5.37vw), 5.75rem);
  }
  .case-study-page section.next-case-study .two-grid .text .button-flex {
    justify-content: flex-start;
  }
}

#contact-page .map-wrapper {
  max-width: 100%;
  max-height: 100%;
  margin: 0;
  padding: 0;
  border: 0 none;
  box-sizing: border-box;
  overflow: hidden;
}
#contact-page .map-wrapper .map {
  top: 0;
  left: 0;
  width: 100vw;
  height: 50vh;
  display: block;
  position: absolute;
  z-index: 10;
  padding: 0px;
  margin-top: 78px;
  transition: 0.1s;
}
@media (min-width: 768px) {
  #contact-page .map-wrapper .map {
    height: 500px;
  }
}
#contact-page .clear {
  margin-top: 50vh;
}
@media (min-width: 768px) {
  #contact-page .clear {
    margin-top: 500px;
  }
}
#contact-page .contact-wrapper {
  padding: clamp(4.4rem, calc(2.89rem + 8.05vw), 8.73rem) 0 clamp(4.4rem, calc(2.89rem + 8.05vw), 8.73rem) 0;
  display: grid;
  gap: clamp(3.00rem, calc(1.93rem + 5.37vw), 5.75rem);
}
#contact-page .contact-wrapper .how-to-find-us h2 {
  margin-bottom: clamp(1.50rem, calc(0.96rem + 2.68vw), 2.88rem);
}
#contact-page .contact-wrapper .how-to-find-us .info {
  display: grid;
  gap: 1.5rem;
  font-size: clamp(1.20rem, calc(1.08rem + 0.60vw), 1.56rem);
}
#contact-page .contact-wrapper .how-to-find-us .info .icon-and-text {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
#contact-page .contact-wrapper .how-to-find-us .info .icon-and-text img {
  width: 3rem;
}
#contact-page .contact-wrapper .how-to-find-us .info .icon-and-text a {
  color: #000;
  text-decoration: underline;
  transition: 0.1s;
}
@media (min-width: 768px) {
  #contact-page .contact-wrapper .how-to-find-us .info .icon-and-text a:hover {
    color: #008BCB;
  }
}
#contact-page .contact-wrapper .how-to-find-us .info .icon-and-text p span {
  font-family: "RidleyGroteskBold";
}
#contact-page .contact-wrapper .how-to-find-us .info .icon-and-text:first-child img {
  margin-top: -4.3rem;
}
#contact-page .contact-wrapper .enquiry h2 {
  margin-bottom: clamp(1.50rem, calc(0.96rem + 2.68vw), 2.88rem);
}
#contact-page .contact-wrapper .enquiry .enquiry-form .fieldblock {
  margin-bottom: 3rem;
}
#contact-page .contact-wrapper .enquiry .enquiry-form p {
  margin-top: 3rem;
}
#contact-page .contact-wrapper .enquiry .enquiry-form .interested {
  margin-bottom: 3rem;
  margin-top: 1rem;
  display: flex;
  gap: clamp(0.56rem, calc(0.37rem + 0.98vw), 1.06rem);
}
#contact-page .contact-wrapper .enquiry .enquiry-form .interested .contact-subject {
  position: relative;
  cursor: pointer;
}
#contact-page .contact-wrapper .enquiry .enquiry-form .interested .contact-subject label {
  cursor: pointer;
  width: 100%;
  height: 100%;
  padding: 0.7rem 1.6rem;
  background: #eeecea;
  border-radius: 10rem;
}
#contact-page .contact-wrapper .enquiry .enquiry-form .interested .contact-subject label .text {
  cursor: pointer;
  border: none;
  user-select: none;
}
#contact-page .contact-wrapper .enquiry .enquiry-form .interested .contact-subject label.active {
  background: #000;
  color: #fff;
}
#contact-page .contact-wrapper .enquiry .enquiry-form .interested .contact-subject input {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: -3px;
  width: 100%;
  height: 100%;
  visibility: hidden;
}
#contact-page .contact-wrapper .enquiry .enquiry-form input, #contact-page .contact-wrapper .enquiry .enquiry-form textarea, #contact-page .contact-wrapper .enquiry .enquiry-form select {
  width: 100%;
  padding: 1rem 0rem;
  border: 0;
  border-bottom: 1px solid #000;
  resize: none;
  background: transparent;
  border-radius: 0;
}
#contact-page .contact-wrapper .enquiry .enquiry-form input.error::placeholder, #contact-page .contact-wrapper .enquiry .enquiry-form textarea.error::placeholder, #contact-page .contact-wrapper .enquiry .enquiry-form select.error::placeholder {
  color: #e50000;
}
#contact-page .contact-wrapper .enquiry .enquiry-form input:focus, #contact-page .contact-wrapper .enquiry .enquiry-form textarea:focus, #contact-page .contact-wrapper .enquiry .enquiry-form select:focus {
  background-color: transparent;
  border-bottom: 1px solid #000;
  outline: 0;
}
#contact-page .contact-wrapper .enquiry .enquiry-form textarea {
  border: 1px solid #000;
  padding: 1rem;
}
#contact-page .contact-wrapper .enquiry .enquiry-form select {
  margin-bottom: 2rem;
  appearance: none;
  background: url("/images/icons/contact-dropdown.svg") no-repeat 97% center;
}
#contact-page .contact-wrapper .enquiry .enquiry-form .btn {
  padding: 0;
  transition: 0.1s;
  background: #000;
  border-radius: 10rem;
  cursor: pointer;
  border: 0;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
#contact-page .contact-wrapper .enquiry .enquiry-form .btn span {
  color: #ffffff;
  padding: 0rem 1rem;
  text-transform: uppercase;
  border: 0;
}
#contact-page .contact-wrapper .enquiry .enquiry-form .btn img {
  padding: 1rem 1.5rem;
  transform: rotate(45deg);
}
#contact-page .contact-wrapper .enquiry .enquiry-form .swipe:hover {
  transform: scale(0.992);
}
@media (min-width: 768px) {
  #contact-page .contact-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  #contact-page .contact-wrapper .enquiry .enquiry-form .btn img {
    padding: 1rem 1.5rem;
  }
  #contact-page .contact-wrapper .enquiry .enquiry-form .btn span {
    font-family: "RidleyGroteskMedium";
  }
}
#contact-page .confirmation {
  color: #00a200;
  font-size: clamp(1.20rem, calc(1.08rem + 0.60vw), 1.56rem);
  font-family: "RidleyGroteskMedium";
}
#contact-page #errors strong {
  color: #e50000;
  font-family: "RidleyGroteskMedium";
}

#home-page .floating-elements {
  z-index: 200;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
#home-page .floating-elements .loading-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
#home-page .floating-elements .loading-container .loading-screen {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}
#home-page #umber-icon {
  width: 100%;
  max-width: 4rem;
  margin: 0 auto;
  transform: scale(0);
  overflow: visible;
}
#home-page #umber-icon path {
  transform-origin: center;
}
#home-page #loader-text {
  opacity: 0;
  font-size: 4rem;
  letter-spacing: -2px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  margin: 0 0 2rem 0;
  line-height: 4rem;
}
#home-page #loader-text .line {
  line-height: 4rem;
}
#home-page #loader-text .line .word {
  line-height: 4rem;
}
#home-page #loader-text .line .word .char {
  font-family: "RidleyGroteskSemiBold";
  transform: translateY(115px);
  transition: 0.5s;
  line-height: 4rem;
}
#home-page .homepage-hero {
  height: 100vh;
  height: 100svh;
  position: relative;
  overflow: hidden;
}
#home-page .homepage-hero video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}
#home-page .homepage-hero .max-width {
  display: grid;
  height: 100%;
}
#home-page .homepage-hero .content {
  position: relative;
  z-index: 3;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-self: flex-end;
  padding-bottom: 8vh;
  gap: 2rem;
}
#home-page .homepage-hero .content h2 {
  font-size: clamp(3.125rem, 2.3121rem + 3.4682vi, 5rem);
}
#home-page .homepage-hero .content h2 .word .single-word-inner {
  transform: translateY(120%) rotate(6deg);
}
#home-page .homepage-hero .content h1 {
  font-size: clamp(1.20rem, calc(1.08rem + 0.60vw), 1.56rem);
  font-family: "RidleyGroteskRegular";
  padding-bottom: 1rem;
}
#home-page .homepage-hero .content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.5rem;
}
#home-page .homepage-hero .content ul a {
  font-size: clamp(1.20rem, calc(1.08rem + 0.60vw), 1.56rem);
  font-family: "RidleyGroteskRegular";
  color: #fff;
  text-decoration: none;
}
#home-page .homepage-hero::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1));
  z-index: 2;
}
@media (min-width: 768px) {
  #home-page .homepage-hero .content {
    flex-direction: row;
    align-items: end;
    justify-content: space-between;
  }
  #home-page .homepage-hero .content ul {
    text-align: right;
    gap: 1rem;
  }
  #home-page .homepage-hero .content ul h3 {
    color: white;
  }
}
@media (min-width: 1500px) {
  #home-page .homepage-hero {
    min-height: 600px;
    max-height: 85vh;
    max-height: 85svh;
  }
}
#home-page .loop-lines {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  transform: translate3d(0, 0, 0) translateZ(0);
  -webkit-transform: translate3d(0, 0, 0) translateZ(0);
  isolation: isolate;
  backface-visibility: hidden;
  transform-style: flat;
  z-index: 0;
  font-family: sans-serif;
}
#home-page .loop-lines span {
  position: absolute;
  height: 100%;
  z-index: 0;
  font-family: "RidleyGroteskSemiBold";
  line-height: 1.2;
  letter-spacing: -1px;
  font-weight: normal;
  will-change: transform;
}
@media (min-width: 768px) {
  #home-page .loop-lines span {
    letter-spacing: 0;
  }
}
#home-page .loop-lines span[data-slideshow-slide-status=active] {
  transform: translateY(0%) rotate(0.001deg) translateZ(0);
  transition: transform 0.8s cubic-bezier(0.87, 0, 0.13, 1);
  transform-origin: left bottom;
}
#home-page .loop-lines span[data-slideshow-slide-status=not-active] {
  transform: translateY(100%) rotate(12deg) translateZ(0);
  transform-origin: left bottom;
}
#home-page .loop-lines span[data-slideshow-slide-status=transition-out] {
  transform: translateY(-100%) rotate(12deg) translateZ(0);
  transition: transform 0.8s cubic-bezier(0.87, 0, 0.13, 1);
  transform-origin: right bottom;
}
#home-page .featured-projects {
  overflow: hidden;
  background: #f7f7f7;
}
#home-page .featured-projects .wrapper {
  padding: clamp(4.4rem, calc(2.89rem + 8.05vw), 8.73rem) 0 0 0;
}
#home-page .featured-projects .wrapper .head {
  padding: 0 0 clamp(1.50rem, calc(0.96rem + 2.68vw), 2.88rem) 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
#home-page .featured-projects .wrapper .head .buttons {
  display: none;
}
#home-page .featured-projects .wrapper .projects {
  --f-carousel-slide-padding: 0;
  --f-carousel-slide-width: 100%;
  --f-carousel-spacing: 1.5rem;
  --f-carousel-slide-width: calc(100% / 1.1);
  position: relative;
}
#home-page .featured-projects .wrapper .projects .f-carousel__viewport {
  overflow: visible;
}
#home-page .featured-projects .wrapper .projects .project {
  text-decoration: none;
  display: grid;
  grid-template-rows: 1fr auto;
}
#home-page .featured-projects .wrapper .projects .project .image {
  overflow: hidden;
  display: grid;
  user-select: none;
}
#home-page .featured-projects .wrapper .projects .project .image img.logo {
  margin: clamp(1.13rem, calc(0.71rem + 2.07vw), 2.19rem);
  position: relative;
  z-index: 1;
}
#home-page .featured-projects .wrapper .projects .project .image img.visual {
  transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin: 0 auto;
  clip-path: polygon(1% 1%, 99% 1%, 99% 99%, 1% 99%);
}
@media (min-width: 768px) {
  #home-page .featured-projects .wrapper .projects .project .image:hover .visual {
    transform: scale(1.04);
  }
}
#home-page .featured-projects .wrapper .projects .project.feo {
  background: #3b2f6b;
}
#home-page .featured-projects .wrapper .projects .project.feo .image .logo {
  width: 15%;
}
#home-page .featured-projects .wrapper .projects .project.feo .image .visual {
  width: 100%;
}
#home-page .featured-projects .wrapper .projects .project.ggp {
  background: #2B3944;
}
#home-page .featured-projects .wrapper .projects .project.ggp .image .logo {
  width: 19%;
}
#home-page .featured-projects .wrapper .projects .project.ggp .image .visual {
  width: 100%;
}
#home-page .featured-projects .wrapper .projects .project.tigers-trust {
  background: #F18A00;
}
#home-page .featured-projects .wrapper .projects .project.tigers-trust .image .logo {
  width: 55%;
}
#home-page .featured-projects .wrapper .projects .project.tigers-trust .image .visual {
  width: 95%;
}
#home-page .featured-projects .wrapper .projects .project.fetu {
  background: #021A1A;
  position: relative;
}
#home-page .featured-projects .wrapper .projects .project.fetu .image .logo {
  width: 23%;
}
#home-page .featured-projects .wrapper .projects .project.designs {
  background: #1F1F1F;
}
#home-page .featured-projects .wrapper .projects .project.designs .image .logo {
  width: 24%;
}
#home-page .featured-projects .wrapper .projects .project.santis {
  background: #131E44;
}
#home-page .featured-projects .wrapper .projects .project.santis .image .logo {
  width: 25%;
}
#home-page .featured-projects .wrapper .projects .project.ockelton {
  background: #303030;
}
#home-page .featured-projects .wrapper .projects .project.ockelton .image .visual {
  max-width: 95%;
}
#home-page .featured-projects .wrapper .projects .project.ockelton .image .logo {
  max-width: 35%;
}
#home-page .featured-projects .wrapper .projects .project.focus {
  background-color: #4B090A;
}
#home-page .featured-projects .wrapper .projects .project.focus .image .logo {
  width: 32%;
}
#home-page .featured-projects .wrapper .projects .project .text {
  color: #fff;
  margin: auto clamp(1.13rem, calc(0.71rem + 2.07vw), 2.19rem) 0 clamp(1.13rem, calc(0.71rem + 2.07vw), 2.19rem);
  padding-bottom: clamp(1.13rem, calc(0.71rem + 2.07vw), 2.19rem);
}
#home-page .featured-projects .wrapper .projects .project .text h3 {
  font-size: clamp(1.20rem, calc(1.08rem + 0.60vw), 1.56rem);
  margin-top: clamp(0.56rem, calc(0.37rem + 0.98vw), 1.06rem);
}
#home-page .featured-projects .wrapper .projects .project .text p {
  margin-top: 0.2rem;
  font-family: "RidleyGroteskLight";
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.6em;
}
#home-page .featured-projects .wrapper .projects .project .text p span {
  font-family: "RidleyGroteskLight";
}
#home-page .featured-projects .wrapper .projects .carousel__slide {
  padding: 0 clamp(1.13rem, calc(0.71rem + 2.07vw), 2.19rem) 0 0;
  width: 80%;
}
#home-page .featured-projects .wrapper .projects .carousel__dots {
  margin-top: clamp(1.13rem, calc(0.71rem + 2.07vw), 2.19rem);
  justify-content: center;
  gap: 0.5rem;
}
#home-page .featured-projects .wrapper .projects .carousel__dots .carousel__dot {
  color: #717171;
}
#home-page .featured-projects .wrapper .projects .carousel__dots .carousel__dot.is-selected {
  color: #008BCB;
}
#home-page .featured-projects .wrapper .projects .carousel__dots .carousel__dot:after {
  border-radius: 0;
  width: 23px;
  height: 5px;
}
@media (min-width: 500px) {
  #home-page .featured-projects .wrapper .projects {
    --f-carousel-slide-width: calc(100% / 1.7);
  }
}
@media (min-width: 900px) {
  #home-page .featured-projects .wrapper .head .buttons {
    display: flex;
    gap: 1rem;
    align-items: center;
  }
  #home-page .featured-projects .wrapper .head .buttons .f-button {
    --f-button-bg: rgb(0 0 0 / 80%);
    --f-button-hover-bg: #000;
    --f-button-active-bg: rgb(0 0 0 / 80%);
    --f-button-color: #fff;
    --f-button-hover-color: #fff;
    --f-button-border-radius: 10rem;
    --f-button-height: 3rem;
    --f-button-width: 3rem;
    --f-button-svg-width: 1.2rem;
    --f-button-svg-stroke-width: 2.5;
  }
  #home-page .featured-projects .wrapper .head .buttons .f-button svg {
    stroke-linecap: butt;
    stroke-linejoin: miter;
  }
  #home-page .featured-projects .wrapper .head .buttons .f-button.disabled {
    --f-button-bg: #dddddd;
    pointer-events: none;
  }
  #home-page .featured-projects .wrapper .projects {
    --f-carousel-spacing: 2.3rem;
    --f-carousel-slide-width: calc(100% / 2.5);
  }
  #home-page .featured-projects .wrapper .projects .carousel__dots {
    justify-content: flex-start;
  }
}
@media (min-width: 1550px) {
  #home-page .featured-projects .wrapper .projects {
    --f-carousel-slide-width: calc(100% / 2.8);
  }
}
#home-page .ready-to-start-project {
  display: grid;
  justify-items: center;
  margin-top: clamp(4.4rem, calc(2.89rem + 8.05vw), 8.73rem);
}
#home-page .ready-to-start-project h2 {
  text-align: center;
}
#home-page .ready-to-start-project .buttons {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0.56rem, calc(0.37rem + 0.98vw), 1.06rem);
  justify-content: center;
}
@media (min-width: 600px) {
  #home-page .ready-to-start-project .buttons {
    gap: clamp(0.75rem, calc(0.48rem + 1.34vw), 1.44rem);
  }
}
#home-page .services-section {
  padding-top: clamp(6.56rem, calc(4.25rem + 9.86vw), 13.13rem);
}
#home-page .services-section h2 {
  padding-bottom: clamp(2.25rem, calc(1.45rem + 4.02vw), 4.31rem);
  text-align: center;
}
#home-page .services-section .service-wrapper {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  position: relative;
  background-color: #F7F7F7;
  overflow: hidden;
}
#home-page .services-section .service-wrapper:first-of-type {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
#home-page .services-section .service-wrapper:last-of-type {
  border-bottom: 0;
}
#home-page .services-section .service-wrapper .opacity {
  display: none;
}
#home-page .services-section .service-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: clamp(1.50rem, calc(0.96rem + 2.68vw), 2.88rem);
  padding-block: clamp(1.50rem, calc(0.96rem + 2.68vw), 2.88rem);
}
#home-page .services-section .service-grid span {
  grid-column: 2/3;
}
#home-page .services-section .service-grid h3 {
  grid-column: 1/2;
  grid-row: 1/2;
}
#home-page .services-section .service-grid h3 a {
  color: #000;
  text-decoration: none;
  line-height: 1.2;
}
#home-page .services-section .service-grid h4 {
  font-size: clamp(0.69rem, calc(0.66rem + 0.18vw), 0.80rem);
  font-family: "RidleyGroteskRegular";
}
#home-page .services-section .service-grid p {
  margin: 0;
  font-size: clamp(0.83rem, calc(0.78rem + 0.28vw), 1.00rem);
  grid-column: 1/3;
}
#home-page .services-section .service-grid ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3em 0.9em;
  margin: 0;
  padding: 0;
  font-size: clamp(0.69rem, calc(0.66rem + 0.18vw), 0.80rem);
  list-style: none;
  grid-column: 1/3;
  grid-row: 3/4;
}
#home-page .services-section .service-grid ul a {
  color: #DF006E;
  text-decoration: none;
}
@media (min-width: 850px) {
  #home-page .services-section .service-wrapper .opacity {
    display: block;
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(to bottom, black, rgba(0, 0, 0, 0));
  }
  #home-page .services-section .service-wrapper.first {
    z-index: 4;
  }
  #home-page .services-section .service-wrapper.second {
    z-index: 3;
    transform: translateY(-100%) rotate(-2.5deg);
    transform-origin: left top;
  }
  #home-page .services-section .service-wrapper.second .opacity {
    opacity: 0.2;
  }
  #home-page .services-section .service-wrapper.third {
    z-index: 2;
    transform: translateY(-200%) rotate(-5deg);
    transform-origin: left top;
  }
  #home-page .services-section .service-wrapper.third .opacity {
    opacity: 0.4;
  }
  #home-page .services-section .service-wrapper.fourth {
    z-index: 1;
    transform: translateY(-300%) rotate(-7.5deg);
    transform-origin: left top;
  }
  #home-page .services-section .service-wrapper.fourth .opacity {
    opacity: 0.6;
  }
  #home-page .services-section .service-grid {
    grid-template-columns: auto 0.8fr 0.5fr 1fr;
  }
  #home-page .services-section .service-grid h3, #home-page .services-section .service-grid p, #home-page .services-section .service-grid ul, #home-page .services-section .service-grid span {
    grid-column: unset;
    grid-row: unset;
  }
  #home-page .services-section .service-grid ul {
    display: unset;
  }
}
#home-page .recent-news .wrapper h2 {
  padding: clamp(4.4rem, calc(2.89rem + 8.05vw), 8.73rem) 0 clamp(1.13rem, calc(0.71rem + 2.07vw), 2.19rem) 0;
  text-align: center;
}
@media (min-width: 768px) {
  #home-page .recent-news .wrapper h2 {
    text-align: left;
  }
}
#home-page .recent-news .wrapper .news-listing {
  display: grid;
  gap: clamp(1.50rem, calc(0.96rem + 2.68vw), 2.88rem);
  align-items: flex-start;
}
@media (min-width: 768px) {
  #home-page .recent-news .wrapper .news-listing {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1100px) {
  #home-page .recent-news .wrapper .news-listing {
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(2.25rem, calc(1.45rem + 4.02vw), 4.31rem) clamp(1.13rem, calc(0.71rem + 2.07vw), 2.19rem);
  }
}
#home-page .recent-news .wrapper .news-listing .article {
  text-decoration: none;
  color: #000;
  display: grid;
}
@media (min-width: 768px) {
  #home-page .recent-news .wrapper .news-listing .article:hover .article-img img {
    scale: 1.05;
  }
}
#home-page .recent-news .wrapper .news-listing .article .article-img {
  overflow: hidden;
  position: relative;
}
#home-page .recent-news .wrapper .news-listing .article .article-img img {
  aspect-ratio: 16/10;
  object-fit: cover;
  object-position: center;
  transition: 0.4s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}
#home-page .recent-news .wrapper .news-listing .article .article-content {
  display: grid;
}
#home-page .recent-news .wrapper .news-listing .article .article-content .article-text {
  padding: clamp(0.56rem, calc(0.37rem + 0.98vw), 1.06rem) 0;
  display: grid;
  justify-items: flex-start;
}
#home-page .recent-news .wrapper .news-listing .article .article-content .article-text p {
  margin: 0;
  font-size: clamp(0.83rem, calc(0.78rem + 0.28vw), 1.00rem);
  margin-bottom: clamp(0.38rem, calc(0.23rem + 0.73vw), 0.75rem);
  border: 1px solid #000;
  border-radius: 10rem;
  padding: 0 0.5rem;
}
#home-page .recent-news .wrapper .news-listing .article .article-content .article-text h3 {
  font-size: clamp(1.20rem, calc(1.08rem + 0.60vw), 1.56rem);
}
#home-page .recent-news .wrapper .news-listing .article .article-content .btn {
  width: 100%;
  justify-content: space-between;
  align-self: flex-end;
  background: #008BCB;
  border-radius: 0;
  padding: 0;
}
#home-page .recent-news .wrapper .news-listing .article .article-content .btn img {
  border-left: 1px solid #fff;
  padding: 0.8rem 0.8rem;
  transition: 0.1s;
  width: 50px;
  height: 50px;
}
@media (min-width: 768px) {
  #home-page .recent-news .wrapper .news-listing .article .article-content .btn img {
    width: 65px;
    height: 65px;
    padding: 1rem 1rem;
    border-left: 1.5px solid #fff;
  }
}
#home-page .recent-news .wrapper .news-listing .article .article-content .btn span {
  border: 0;
  padding: 0 clamp(0.75rem, calc(0.48rem + 1.34vw), 1.44rem);
  transition: 0.1s;
}

.news-article-page .news-article-header {
  padding: clamp(3.00rem, calc(1.93rem + 5.37vw), 5.75rem) 0 clamp(2.25rem, calc(1.45rem + 4.02vw), 4.31rem) 0;
}
.news-article-page .news-article-header h1 {
  margin-bottom: clamp(1.13rem, calc(0.71rem + 2.07vw), 2.19rem);
}
.news-article-page .news-article-header img {
  width: 100%;
}
.news-article-page .news-content-wrapper {
  padding-bottom: clamp(4.4rem, calc(2.89rem + 8.05vw), 8.73rem);
}
.news-article-page .news-content-wrapper .recent-news-articles {
  display: none;
}
@media (min-width: 900px) {
  .news-article-page .news-content-wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: clamp(2.25rem, calc(1.45rem + 4.02vw), 4.31rem);
    align-items: start;
  }
  .news-article-page .news-content-wrapper .page-blocks {
    border-right: 1px solid #D1D1D1;
    padding-right: clamp(2.25rem, calc(1.45rem + 4.02vw), 4.31rem);
  }
  .news-article-page .news-content-wrapper .recent-news-articles {
    display: grid;
    align-self: flex-start;
  }
  .news-article-page .news-content-wrapper .recent-news-articles.scroll-stick {
    position: sticky;
    top: 150px;
    z-index: 1;
  }
  .news-article-page .news-content-wrapper .recent-news-articles .recent-news {
    display: grid;
    justify-items: flex-start;
    border-bottom: 1px solid #D1D1D1;
    padding-bottom: clamp(1.13rem, calc(0.71rem + 2.07vw), 2.19rem);
    padding-top: clamp(1.13rem, calc(0.71rem + 2.07vw), 2.19rem);
    color: #000;
    text-decoration: none;
  }
  .news-article-page .news-content-wrapper .recent-news-articles .recent-news:first-child {
    padding-top: 0;
  }
  .news-article-page .news-content-wrapper .recent-news-articles .recent-news:last-child {
    border-bottom: 0;
  }
  .news-article-page .news-content-wrapper .recent-news-articles .recent-news .date {
    border: 1px solid #000;
    border-radius: 10rem;
    padding: 0 0.5rem;
    margin: 0;
    font-size: clamp(0.83rem, calc(0.78rem + 0.28vw), 1.00rem);
    margin-bottom: 1rem;
  }
}

.news-page .news-hero .text {
  padding: clamp(4.4rem, calc(2.89rem + 8.05vw), 8.73rem) 0 clamp(2.25rem, calc(1.45rem + 4.02vw), 4.31rem) 0;
}
.news-page .news-hero .text h1 {
  font-family: "RidleyGroteskSemiBold";
}
.news-page .news-hero .text p {
  max-width: 650px;
}
.news-page .listing {
  display: grid;
  gap: clamp(2.25rem, calc(1.45rem + 4.02vw), 4.31rem);
  padding-bottom: clamp(4.4rem, calc(2.89rem + 8.05vw), 8.73rem);
  align-items: flex-start;
}
@media (min-width: 768px) {
  .news-page .listing {
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(2.25rem, calc(1.45rem + 4.02vw), 4.31rem) clamp(1.13rem, calc(0.71rem + 2.07vw), 2.19rem);
  }
}
@media (min-width: 1100px) {
  .news-page .listing {
    grid-template-columns: repeat(3, 1fr);
  }
}
.news-page .listing .card {
  text-decoration: none;
  color: #000;
  display: grid;
}
.news-page .listing .card .article-img {
  position: relative;
  overflow: hidden;
}
.news-page .listing .card .article-img img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  object-position: center;
  transition: 0.4s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}
@media (min-width: 768px) {
  .news-page .listing .card:hover .article-img img {
    scale: 1.05;
  }
  .news-page .listing .card:hover .btn-expand .circle {
    width: 100%;
  }
  .news-page .listing .card:hover .btn-expand .circle .icon.arrow {
    background: #fff;
    transform: translate(1rem, 0);
  }
  .news-page .listing .card:hover .btn-expand .button-text {
    color: #fff;
  }
}
.news-page .listing .card .article-content {
  display: grid;
}
.news-page .listing .card .article-content .article-text {
  padding: clamp(0.56rem, calc(0.37rem + 0.98vw), 1.06rem) 0;
  display: grid;
  justify-items: flex-start;
}
.news-page .listing .card .article-content .article-text p {
  margin: 0;
  font-size: clamp(0.83rem, calc(0.78rem + 0.28vw), 1.00rem);
  margin-bottom: clamp(0.38rem, calc(0.23rem + 0.73vw), 0.75rem);
  border: 1px solid #000;
  border-radius: 10rem;
  padding: 0 0.5rem;
}
.news-page .listing .card .article-content .article-text h3 {
  font-size: clamp(1.20rem, calc(1.08rem + 0.60vw), 1.56rem);
}
.news-page .listing .card .article-content .btn {
  width: 100%;
  justify-content: space-between;
  align-self: flex-end;
  background: #008BCB;
  border-radius: 0;
  padding: 0;
}
.news-page .listing .card .article-content .btn img {
  border-left: 1px solid #fff;
  padding: 0.8rem 0.8rem;
  transition: 0.1s;
  width: 50px;
  height: 50px;
}
@media (min-width: 768px) {
  .news-page .listing .card .article-content .btn img {
    width: 65px;
    height: 65px;
    padding: 1rem 1rem;
    border-left: 1.5px solid #fff;
  }
}
.news-page .listing .card .article-content .btn span {
  border: 0;
  padding: 0 clamp(0.75rem, calc(0.48rem + 1.34vw), 1.44rem);
  transition: 0.1s;
}

#privacy-page .wrapper {
  padding: clamp(3.00rem, calc(1.93rem + 5.37vw), 5.75rem) 0 clamp(4.4rem, calc(2.89rem + 8.05vw), 8.73rem) 0;
  width: min(90%, 800px);
  margin: 0 auto;
}
#privacy-page .wrapper h2 {
  margin-top: clamp(1.50rem, calc(0.96rem + 2.68vw), 2.88rem);
  font-size: clamp(1.44rem, calc(1.27rem + 0.86vw), 1.95rem);
}
#privacy-page .wrapper h3 {
  font-size: clamp(1.20rem, calc(1.08rem + 0.60vw), 1.56rem);
  margin-top: clamp(1.13rem, calc(0.71rem + 2.07vw), 2.19rem);
}
#privacy-page .wrapper a {
  color: #008BCB;
  word-break: break-all;
}
#privacy-page .wrapper a:hover {
  color: #DF006E;
}
#privacy-page .wrapper ol {
  display: grid;
  gap: 1rem;
}
#privacy-page .wrapper ol p:first-child {
  margin: 0;
}
#privacy-page .wrapper table {
  border: 1px solid #000;
  border-collapse: collapse;
  margin-top: clamp(0.75rem, calc(0.48rem + 1.34vw), 1.44rem);
}
#privacy-page .wrapper table tr, #privacy-page .wrapper table td {
  border: 1px solid #000;
}
#privacy-page .wrapper table th {
  font-family: "RidleyGroteskSemiBold";
}
#privacy-page .wrapper table tr td:first-child {
  text-align: center;
}
#privacy-page .wrapper table tr td:last-child {
  text-align: center;
}
#privacy-page .wrapper table td {
  padding: 1rem;
}

#service-page {
  overflow: hidden;
}
#service-page .service-hero .text {
  padding: clamp(4.4rem, calc(2.89rem + 8.05vw), 8.73rem) 0 clamp(4.4rem, calc(2.89rem + 8.05vw), 8.73rem) 0;
}
#service-page .service-hero .text h1 {
  font-family: "RidleyGroteskSemiBold";
}
#service-page .service-hero .text p {
  max-width: 50ch;
}
#service-page .list {
  max-width: 100%;
}
#service-page .list .wrapper {
  padding-block: clamp(6.56rem, calc(4.25rem + 9.86vw), 13.13rem);
}
#service-page .list .wrapper h2 {
  margin-bottom: clamp(1.50rem, calc(0.96rem + 2.68vw), 2.88rem);
}
#service-page .list .wrapper .cards-wrapper {
  padding: 0;
  list-style-type: none;
}
#service-page .list .wrapper .cards-wrapper .card {
  padding: clamp(1.13rem, calc(0.71rem + 2.07vw), 2.19rem);
  background: white;
  position: relative;
  transition: background 0.1s;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#service-page .list .wrapper .cards-wrapper .card:hover {
  --active: 1;
}
#service-page .list .wrapper .cards-wrapper .card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at calc(var(--x) * 1px) calc(var(--y) * 1px), rgba(0, 139, 204, 0.7), transparent 15vmin), transparent;
  background-attachment: fixed;
  pointer-events: none;
  mask: linear-gradient(white, white) 50% 0/100% 2px no-repeat, linear-gradient(white, white) 50% 100%/100% 2px no-repeat, linear-gradient(white, white) 0 50%/2px 100% no-repeat, linear-gradient(white, white) 100% 50%/2px 100% no-repeat;
  -webkit-mask: linear-gradient(white, white) 50% 0/100% 2px no-repeat, linear-gradient(white, white) 50% 100%/100% 2px no-repeat, linear-gradient(white, white) 0 50%/2px 100% no-repeat, linear-gradient(white, white) 100% 50%/2px 100% no-repeat;
}
#service-page .list .wrapper .cards-wrapper .card h3 {
  font-size: clamp(1.20rem, calc(1.08rem + 0.60vw), 1.56rem);
}
#service-page .list .wrapper .cards-wrapper .card ul {
  display: grid;
  padding-left: 1rem;
  gap: 0.6rem;
  margin-bottom: 0;
  margin-top: 1rem;
}
#service-page .list .wrapper .cards-wrapper .card ul li {
  line-height: 1.4;
  list-style: disc;
}
#service-page .text-image {
  margin-bottom: clamp(4.4rem, calc(2.89rem + 8.05vw), 8.73rem);
}
#service-page .text-image .wrapper {
  width: min(90%, 1440px);
  margin: 0 auto;
  display: grid;
}
#service-page .text-image .wrapper .text {
  margin-top: clamp(2.25rem, calc(1.45rem + 4.02vw), 4.31rem);
}
#service-page .text-image .wrapper .text p {
  max-width: 45ch;
}
#service-page .text-image .wrapper .text h2:last-of-type {
  margin-top: clamp(1.50rem, calc(0.96rem + 2.68vw), 2.88rem);
}
#service-page .text-image .wrapper .image .img {
  display: none;
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center;
  border-radius: 3px;
}
#service-page .text-image .wrapper .image .img:last-child {
  border-radius: 3px 0 0 3px;
}
#service-page .text-image .wrapper .image .main {
  aspect-ratio: 16/7;
  object-fit: cover;
  object-position: center;
  border-radius: 3px 0 0 3px;
}
@media (min-width: 1000px) {
  #service-page .text-image .wrapper {
    margin: auto;
    width: auto;
    margin-left: max(5%, (100% - 1440px) / 2);
    grid-template-columns: 1fr 1.2fr;
    align-items: start;
    gap: clamp(2.25rem, calc(1.45rem + 4.02vw), 4.31rem);
  }
  #service-page .text-image .wrapper .text {
    order: -1;
    margin-top: 0;
  }
  #service-page .text-image .wrapper .image {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  #service-page .text-image .wrapper .image .img {
    display: block;
  }
  #service-page .text-image .wrapper .image .main {
    grid-column: 1/3;
  }
}
#service-page .ready-to-start-project {
  display: grid;
  justify-items: center;
  margin-bottom: clamp(4.4rem, calc(2.89rem + 8.05vw), 8.73rem);
}
#service-page .ready-to-start-project h2 {
  margin-bottom: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
  text-align: center;
}
#service-page .ready-to-start-project .buttons {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0.56rem, calc(0.37rem + 0.98vw), 1.06rem);
  justify-content: center;
}
@media (min-width: 600px) {
  #service-page .ready-to-start-project .buttons {
    gap: clamp(1.13rem, calc(0.71rem + 2.07vw), 2.19rem);
  }
}
#service-page .ready-to-start-project .buttons .secondary {
  background: transparent;
  border: 1px solid #000;
  color: #000;
}

#work-page .work-hero .text {
  padding: clamp(4.4rem, calc(2.89rem + 8.05vw), 8.73rem) 0 clamp(3.00rem, calc(1.93rem + 5.37vw), 5.75rem) 0;
}
#work-page .work-hero .text h1 {
  font-family: "RidleyGroteskSemiBold";
}
#work-page .work-hero .text p {
  max-width: 650px;
}
#work-page .work-filter {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0.56rem, calc(0.37rem + 0.98vw), 1.06rem);
  align-items: center;
  margin-bottom: clamp(2.25rem, calc(1.45rem + 4.02vw), 4.31rem);
}
#work-page .work-filter .filter-btn {
  text-decoration: none;
  border-radius: 100vw;
  background-color: #eeecea;
  cursor: pointer;
  transition: color 0.2s cubic-bezier(0.625, 0.05, 0, 1), background-color 0.2s cubic-bezier(0.625, 0.05, 0, 1);
}
#work-page .work-filter .filter-btn .btn-text {
  color: #000;
  text-transform: unset;
  font-family: "RidleyGroteskRegular";
}
#work-page .work-filter .filter-btn[data-filter-status=active] {
  background-color: #000;
}
#work-page .work-filter .filter-btn[data-filter-status=active] .btn-text {
  color: #fff;
}
#work-page .work-filter .filter-btn .btn-content {
  padding: 0.5em 1.2em;
}
#work-page .work-filter .reset-btn {
  outline-offset: -2px;
  -webkit-appearance: none;
  appearance: none;
  background-color: #c90f0f0d !important;
  border-radius: 10em;
  outline: 2px solid #c90f0f !important;
  transition: all 0.2s cubic-bezier(0.625, 0.05, 0, 1);
  opacity: 0;
  visibility: hidden;
}
#work-page .work-filter .reset-btn .btn-text {
  color: #c90f0f !important;
}
#work-page .work-filter .reset-btn[data-filter-status=active] {
  opacity: 1;
  visibility: visible;
}
#work-page .work-filter .reset-btn[data-filter-status=active] .btn-text {
  color: #c90f0f !important;
}
#work-page .listing {
  display: grid;
  gap: clamp(1.50rem, calc(0.96rem + 2.68vw), 2.88rem);
  padding-bottom: clamp(4.4rem, calc(2.89rem + 8.05vw), 8.73rem);
  align-items: flex-start;
}
#work-page .listing .card {
  text-decoration: none;
  color: #000;
  display: grid;
}
@media (min-width: 768px) {
  #work-page .listing .card:hover .work-card-img img {
    transform: scale(1.07);
  }
}
#work-page .listing .card .work-card-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#work-page .listing .card .work-card-img img {
  width: 100%;
  transition: 0.4s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  aspect-ratio: 16/10;
  object-fit: cover;
  object-position: center;
}
#work-page .listing .card .work-card-content {
  display: grid;
}
#work-page .listing .card .work-card-content .text {
  padding: clamp(0.75rem, calc(0.48rem + 1.34vw), 1.44rem) 0;
}
#work-page .listing .card .work-card-content .text .tags {
  padding-bottom: 1rem;
  display: flex;
  gap: 0.5rem;
}
#work-page .listing .card .work-card-content .text .tags .tag {
  padding: 0.2rem 0.7rem;
  font-size: clamp(0.69rem, calc(0.66rem + 0.18vw), 0.80rem);
  border: 1px solid rgba(0, 0, 0, 0.02);
  background-color: #eeecea;
  border-radius: 100vw;
}
#work-page .listing .card .work-card-content .text .tags .tag[data-filter-status=active] {
  background-color: #000;
  color: #fff;
}
#work-page .listing .card .work-card-content .text p {
  margin-top: clamp(0.38rem, calc(0.23rem + 0.73vw), 0.75rem);
}
#work-page .listing .card .work-card-content .btn {
  width: 100%;
  justify-content: space-between;
  align-self: flex-end;
  background: #008BCB;
  border-radius: 0;
  padding: 0;
}
#work-page .listing .card .work-card-content .btn img {
  border-left: 1px solid #fff;
  padding: 0.8rem 0.8rem;
  transition: 0.1s;
  width: 50px;
  height: 50px;
}
#work-page .listing .card .work-card-content .btn span {
  border: 0;
  padding: 0 clamp(0.75rem, calc(0.48rem + 1.34vw), 1.44rem);
  transition: 0.1s;
}
@media (min-width: 768px) {
  #work-page .listing {
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(1.50rem, calc(0.96rem + 2.68vw), 2.88rem) clamp(1.13rem, calc(0.71rem + 2.07vw), 2.19rem);
  }
  #work-page .listing .work-card:hover .btn {
    background: #DF006E;
  }
  #work-page .listing .work-card .work-card-content .btn img {
    width: 65px;
    height: 65px;
    padding: 1rem 1rem;
    border-left: 1.5px solid #fff;
  }
}
#work-page .filter-list__item[data-filter-status=active] {
  transition: opacity 0.45s cubic-bezier(0.625, 0.05, 0, 1), transform 0.45s cubic-bezier(0.625, 0.05, 0, 1);
  transform: scale(1) rotate(0.001deg);
  opacity: 1;
  visibility: visible;
  position: relative;
}
#work-page .filter-list__item[data-filter-status=transition-out] {
  transition: opacity 0.45s cubic-bezier(0.625, 0.05, 0, 1), transform 0.45s cubic-bezier(0.625, 0.05, 0, 1);
  transform: scale(0.9) rotate(0.001deg);
  opacity: 0;
  visibility: visible;
}
#work-page .filter-list__item[data-filter-status=not-active] {
  transform: scale(0.9) rotate(0.001deg);
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

#services-listing-page .service-grid {
  display: grid;
  gap: clamp(2.19rem, calc(1.42rem + 3.29vw), 4.38rem);
}
#services-listing-page .service-grid img {
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 1000px) {
  #services-listing-page .service-grid {
    grid-template-columns: auto 1.5fr 1fr;
    gap: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem) clamp(2.19rem, calc(1.42rem + 3.29vw), 4.38rem);
  }
  #services-listing-page .service-grid .image {
    grid-column: 2/3;
  }
  #services-listing-page .service-grid .list {
    grid-row: 2/3;
    grid-column: 3/4;
  }
}
#services-listing-page ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
#services-listing-page ol li {
  border-top: 1px solid var(--black-opacity-200);
}
#services-listing-page ol a {
  text-decoration: none;
  padding-block: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem);
  display: flex;
  align-items: center;
  gap: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
}
#services-listing-page ol a span {
  font-size: clamp(0.83rem, calc(0.81rem + 0.10vw), 0.90rem);
}

.page {
  padding-top: 80px;
}

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