html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}

footer,
header,
main,
nav,
section {
  display: block;
}

canvas,
video {
  vertical-align: baseline;
  display: inline-block;
}

[hidden] {
  display: none;
}

a {
  background-color: #0000;
}

a:active,
a:hover {
  outline: 0;
}

strong {
  font-weight: 700;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
}

[class^="w-icon-"],
[class*="\ w-icon-"] {
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  font-family: webflow-icons !important;
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  color: #333;
  background-color: #fff;
  min-height: 100%;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}

html.dt-mod-touch * {
  background-attachment: scroll !important;
}

.dt-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

input.dt-button {
  -webkit-appearance: button;
}

html[data-w-dynpage] [data-w-cloak] {
  color: #0000 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 10px;
  font-weight: 700;
}

h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.dt-embed:before,
.dt-embed:after {
  content: " ";
  grid-area: 1/1/2/2;
  display: table;
}

.dt-embed:after {
  clear: both;
}

button,
[type="button"],
[type="reset"] {
  cursor: pointer;
  -webkit-appearance: button;
  border: 0;
}

.dt-form {
  margin: 0 0 15px;
}

.dt-form-done {
  text-align: center;
  background-color: #ddd;
  padding: 20px;
  display: none;
}

.dt-form-fail {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
  display: none;
}

.dt-input {
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  display: block;
}

.dt-input::placeholder {
  color: #999;
}

.dt-input:focus {
  border-color: #3898ec;
}

.dt-input[disabled],
.dt-input[readonly],
fieldset[disabled] .dt-input {
  cursor: not-allowed;
}

.dt-input[disabled]:not(.dt-input-disabled),
.dt-input[readonly],
fieldset[disabled]:not(.dt-input-disabled) .dt-input {
  background-color: #eee;
}

textarea.dt-input {
  height: auto;
}

.dt-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.dt-container:before,
.dt-container:after {
  content: " ";
  grid-area: 1/1/2/2;
  display: table;
}

.dt-container:after {
  clear: both;
}

.dt-background-video {
  color: #fff;
  height: 500px;
  position: relative;
  overflow: hidden;
}

.dt-background-video > video {
  object-fit: cover;
  z-index: -100;
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  inset: -100%;
}

.dt-background-video > video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important;
}

.dt-dropdown {
  text-align: left;
  z-index: 900;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative;
}

.dt-dropdown-toggle {
  vertical-align: top;
  color: #222;
  text-align: left;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  position: relative;
}

.dt-dropdown-toggle {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  padding-right: 40px;
  display: inline-block;
}



.dt-dropdown-list {
  background: #ddd;
  min-width: 100%;
  display: none;
  position: absolute;
}

.dt-dropdown-list.dt-open {
  display: block;
}

.dt-richtext:before,
.dt-richtext:after {
  content: " ";
  grid-area: 1/1/2/2;
  display: table;
}

.dt-richtext:after {
  clear: both;
}

.dt-richtext[contenteditable="true"]:before,
.dt-richtext[contenteditable="true"]:after {
  white-space: initial;
}

.dt-richtext ol,
.dt-richtext ul {
  overflow: hidden;
}

.dt-richtext figure[data-rt-type="video"] > div:after {
  content: "";
  display: none;
  position: absolute;
  inset: 0;
}

.dt-richtext figure {
  max-width: 60%;
  position: relative;
}

.dt-richtext figure > div:before {
  cursor: default !important;
}

.dt-richtext figure img {
  width: 100%;
}

.dt-richtext figure div {
  color: #0000;
  font-size: 0;
}

.dt-richtext figure[data-rt-type="image"] {
  display: table;
}

.dt-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}

.dt-richtext figure[data-rt-type="image"] > figcaption {
  caption-side: bottom;
  display: table-caption;
}

.dt-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}

.dt-richtext figure[data-rt-type="video"] iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.dt-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}

.dt-nav {
  z-index: 1000;
  background: #ddd;
  position: relative;
}

.dt-nav:before,
.dt-nav:after {
  content: " ";
  grid-area: 1/1/2/2;
  display: table;
}

.dt-nav:after {
  clear: both;
}

.dt-nav-brand {
  float: left;
  color: #333;
  text-decoration: none;
  position: relative;
}

.dt-nav-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.dt-nav-link.dt-current {
  color: #0082f3;
}

.dt-nav-menu {
  float: right;
  position: relative;
}

[data-nav-menu-open] {
  text-align: center;
  background: #c8c8c8;
  min-width: 200px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: visible;
  display: block !important;
}

.dt-nav[data-animation="over-left"] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  right: auto;
}

.dt-nav[data-animation="over-right"] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  left: auto;
}

.dt-nav-button {
  float: right;
  cursor: pointer;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  -webkit-user-select: none;
  user-select: none;
  padding: 18px;
  font-size: 24px;
  display: none;
  position: relative;
}



.dt-nav-button.dt-open {
  color: inherit;
  background-color: transparent;
}

.dt-nav[data-collapse="all"] .dt-nav-menu {
  display: none;
}

.dt-nav[data-collapse="all"] .dt-nav-button {
  display: block;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

@font-face {
  font-family: Inter;
  src: url(../fonts/Inter-Light.woff2) format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url(../fonts/Inter-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url(../fonts/Inter-Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url(../fonts/Inter-SemiBold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url(../fonts/Inter-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg--200: #f3f0e8;
  --txt--800: #212121;
  --border--300: #e7e7e7;
  --txt--500: #919191;
  --txt--600: #575757;
  --bg--300: #f2f2f2;
  --bg--900: #121214;
  --bg--white: white;
  --border--400: #ccc;
  --transparent: transparent;
  --txt--550: #595959;
  --border--700: #3b3b3f;
  --txt--600-disabled: #ccc;
}

.dt-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.dt-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

body {
  background-color: var(--bg--200);
  color: var(--txt--800);
  letter-spacing: 0.17px;
  font-family: Inter, Arial, sans-serif;
  font-size: 17rem;
  font-weight: 400;
  line-height: 141%;
}

h1 {
  letter-spacing: -1.5rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 64rem;
  font-weight: 400;
  line-height: 106%;
}

h2 {
  letter-spacing: -0.8rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32rem;
  font-weight: 500;
  line-height: 112%;
}

h3 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 28rem;
  font-weight: 500;
  line-height: 128%;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

ul {
  grid-column-gap: 12rem;
  grid-row-gap: 12rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 40px;
  display: flex;
}

ol {
  grid-column-gap: 12rem;
  grid-row-gap: 12rem;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 24rem;
  display: flex;
}

img {
  max-width: 100%;
  display: inline-block;
}

strong {
  font-weight: 700;
}

.container {
  max-width: 100%;
  padding-left: 48rem;
  padding-right: 48rem;
}

.footer {
  border-top-width: 1px;
  border-top-color: var(--border--300);
}

.svg {
  width: 8rem;
  height: 16rem;
}

.text-color-grey {
  color: var(--txt--500);
}

.caption-text {
  letter-spacing: 0.27rem;
  font-size: 13rem;
  line-height: 123%;
}

.caption-text.underline-trail {
  text-decoration: none;
  position: relative;
}

.font-weight-medium {
  font-weight: 500;
}

.section {
  border-bottom: 1px solid var(--border--300);
  padding-top: 80rem;
  padding-bottom: 80rem;
}

.section.offer-section {
  border-bottom: 1px solid var(--border--300);
  margin-bottom: 1rem;
  padding-bottom: 0;
}

.section.cases-section {
  z-index: 2;
}

.section.background-color-black {
  background-color: var(--bg--900);
  border-bottom-style: none;
}

.section.cover-section {
  border-bottom-style: none;
  padding-top: 140rem;
}

.heading {
  letter-spacing: 0.8rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32rem;
  font-weight: 400;
  line-height: 112%;
}

.list {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  letter-spacing: 0.3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20rem;
  margin-bottom: 32rem;
  padding-left: 0;
  font-size: 15rem;
  line-height: 133%;
  list-style-type: none;
  display: flex;
}

.portfolio-layout {
  position: relative;
}

.portfolio-card {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 16rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.portfolio-card-image {
  z-index: 1;
  object-fit: cover;
  border-radius: 16rem;
  width: 100%;
  height: 100%;
  transition: transform 0.3s;
  display: block;
  position: relative;
  overflow: hidden;
}

.portfolio-card-image.background-image {
  z-index: 0;
  opacity: 0;
  filter: blur(10px);
  transition-property: opacity;
  transition-duration: 0.3s;
  display: block;
  position: absolute;
  inset: 0%;
}

.portfolio-card-title {
  font-weight: 450;
  text-decoration: none;
  display: inline;
}

.portfolio-card-name-box {
  margin-top: 16rem;
}

.portfolio-card-description {
  color: var(--txt--600);
  margin-left: 4rem;
  text-decoration: none;
  display: inline;
}

.tags-collection-wrapper {
  color: var(--txt--600);
  letter-spacing: 0.27rem;
  font-size: 13rem;
  line-height: 123%;
}

.tags-collection-list {
  grid-column-gap: 12rem;
  grid-row-gap: 12rem;
  display: flex;
}

.cover-button {
  background-color: var(--txt--800);
  color: #f1f1f1;
  border-radius: 8rem;
  margin-top: 50rem;
  padding: 12rem 18rem;
}

.main {
  overflow: clip;
}

.next {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  color: var(--txt--800);
  border-style: none;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 8rem 12rem;
  font-size: 17rem;
  text-decoration: none;
  display: flex;
}

.cover-description-layout {
  grid-column-gap: 0px;
  grid-row-gap: 24rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  display: grid;
}

.cover-description-box {
  grid-column-gap: 12rem;
  grid-row-gap: 12rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.cover-description-video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.navbar {
  border-bottom: 1px solid var(--border--300);
  background-color: var(--transparent);
}

.navbar-layout {
  justify-content: flex-end;
  align-items: center;
  padding-top: 14rem;
  padding-bottom: 14rem;
  display: flex;
  position: relative;
}

.navbar-logo {
  width: 116rem;
  color: var(--txt--800);
  display: flex;
}

.brand {
  justify-content: flex-start;
  align-items: center;
  width: 116rem;
  display: flex;
  position: absolute;
  inset: auto auto auto 0%;
}

.navbar-links-box {
  grid-column-gap: 24rem;
  grid-row-gap: 24rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-link {
  border-radius: 8rem;
  padding: 8rem 10rem;
  font-family: Inter, Arial, sans-serif;
  font-size: 13rem;
  font-weight: 400;
  line-height: 123%;
  transition: background-color 0.3s;
}

.nav-link:hover {
  background-color: transparent;
}

.nav-link.dt-current {
  background-color: var(--bg--300);
  color: var(--txt--800);
}

.nav-menu {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  display: flex;
}

.portfolio-card-image-box {
  aspect-ratio: 4/3;
  border-radius: 16rem;
  width: 100%;
  min-height: 377rem;
  position: relative;
  overflow: visible;
}

.underline-animation-link {
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  display: inline-flex;
  overflow: hidden;
}

.article-body {
  flex: 1;
  margin-top: 0;
  line-height: 164%;
}

.article-body h1,
.article-body h2,
.article-body h3 {
  scroll-margin-top: 80rem;
}

.article-body h2 {
  letter-spacing: 0;
  padding-top: 40rem;
  padding-bottom: 20rem;
  font-size: 28rem;
  font-weight: 400;
  line-height: 128%;
}

.article-body p {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.article-body ol {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  margin-top: 8rem;
}

.article-body li {
  padding-bottom: 8rem;
}

.article-body ul {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding-left: 24rem;
}

.article-body h4 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 16rem;
  padding-bottom: 8rem;
  font-size: 17rem;
  font-weight: 500;
  line-height: 141%;
}

.article-body img {
  border: 1px solid var(--border--300);
  border-radius: 8rem;
}

.article-body figcaption {
  color: var(--txt--600);
  text-align: left;
  letter-spacing: 0.27rem;
  margin-top: 16rem;
  font-size: 13rem;
  line-height: 138%;
}

.article-body figure {
  padding-top: 24rem;
  padding-bottom: 24rem;
}

.article-body h3 {
  padding-top: 32rem;
  padding-bottom: 16rem;
  font-size: 20rem;
  line-height: 140%;
}

.article-body h1 {
  letter-spacing: -0.4px;
  font-size: 32rem;
  font-weight: 500;
  line-height: 137%;
}

.article-body strong {
  font-weight: 500;
}

.article-body a {
  text-decoration: underline;
}

.button {
  background-color: var(--transparent);
  cursor: pointer;
  padding: 0;
  display: inline-flex;
  position: relative;
}

.button.cover-button {
  z-index: 0;
  display: inline-block;
}

.button-text {
  z-index: 1;
  border-top-style: solid;
  border-top-width: 0.5px;
  border-top-color: var(--border--400);
  border-right-style: solid;
  border-right-width: 0.5px;
  border-right-color: var(--border--400);
  border-bottom-style: solid;
  border-bottom-width: 0.5px;
  border-bottom-color: var(--border--400);
  border-left-style: solid;
  border-left-width: 0.5px;
  border-left-color: var(--border--400);
  background-color: var(--bg--white);
  color: var(--txt--800);
  border-radius: 6rem;
  padding: 8rem 10rem;
  font-family: Inter, Arial, sans-serif;
  font-size: 13rem;
  font-weight: 400;
  line-height: 123%;
  transition-property: transform;
  transition-duration: 0.35s;
  transition-timing-function: ease;
  position: relative;
  bottom: 0;
  box-shadow: 0 1px 2px #2323230a;
}

.button-text.big-button {
  background-color: var(--txt--800);
  color: #f1f1f1;
  border-style: none;
  padding: 12rem 18rem;
  font-size: 17rem;
  line-height: 141%;
}

.button-text.big-button.white-button {
  background-color: var(--bg--white);
  color: var(--border--700);
}

.header {
  z-index: 997;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: rgba(243, 240, 232, 0.7);
  transition:
    opacity 50ms,
    z-index 50ms;
  position: fixed;
  inset: 0% 0% auto;
}

.article-body-layout {
  grid-column-gap: 96rem;
  grid-row-gap: 96rem;
  justify-content: center;
  align-items: flex-start;
  padding-top: 50rem;
  padding-bottom: 80rem;
  font-style: normal;
  display: flex;
}

.article-content {
  flex: none;
  width: 662rem;
}

.form-block {
  z-index: 1;
  width: 100%;
  max-width: 568rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.form-fields-box {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.form-field-box {
  display: block;
}

.text-field {
  border: 1px solid var(--transparent);
  background-color: var(--txt--800);
  min-height: 48rem;
  color: var(--bg--white);
  border-radius: 8rem;
  margin-bottom: 0;
  padding: 12rem 16rem;
  font-size: 17rem;
  transition: border-color 0.35s;
}

.text-field:focus {
  border-color: var(--txt--800);
  color: var(--bg--white);
  font-size: 17rem;
}

.text-field::placeholder {
  color: var(--txt--500);
  font-size: 17rem;
  line-height: 141%;
}

.text-field.text-area {
  field-sizing: content;
  resize: none;
  min-height: 96rem;
  max-height: 200rem;
}

.text-field.text-area.white-input {
  justify-content: flex-start;
  align-items: flex-start;
  display: inline-flex;
}

.text-field.white-input {
  background-color: var(--bg--300);
  color: var(--bg--900);
}

.submit-button {
  z-index: 2;
  background-color: var(--transparent);
  position: absolute;
  inset: 0%;
}

.submit-button:disabled {
  pointer-events: none;
}

.submit-button.white-button {
  pointer-events: auto;
}

.submit-button.white-button:disabled {
  pointer-events: none;
}

.form-submit-button-box {
  max-width: 174rem;
  position: relative;
}

.underline-trail {
  display: inline-block;
  position: relative;
}

.case-card {
  cursor: pointer;
}

.success-message {
  background-color: var(--transparent);
  padding: 0;
}

.success-message.contact-form-success {
  z-index: 100030;
  position: fixed;
  inset: 0%;
}

.success-message-box {
  background-color: var(--bg--white);
  color: var(--bg--900);
  border-radius: 16rem;
  overflow: hidden;
}

.success-message-box.contact-form {
  z-index: 1;
  max-width: 568rem;
  position: relative;
}

.success-message-text-box {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 48rem;
  display: block;
}

.success-message-description {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 24rem;
  margin-bottom: 32rem;
  display: flex;
}

.case-collection-list {
  grid-column-gap: 24rem;
  grid-row-gap: 72rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.case-collection-list-wrapper {
  margin-top: 28rem;
}

.case-collection-item {
  position: relative;
}

.fallback-svg {
  z-index: 1;
  width: 100%;
  min-height: 25rem;
  position: absolute;
  inset: auto 0%;
}

.heading-3 {
  object-fit: fill;
}

.footer-form-layout {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  color: var(--bg--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-form-heading-box {
  grid-column-gap: 12rem;
  grid-row-gap: 12rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.form-submit-layout {
  grid-column-gap: 24rem;
  grid-row-gap: 24rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 24rem;
  margin-bottom: 40rem;
  display: flex;
}

.form-description-box {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.faq-layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.faq-heading-box {
  max-width: 50%;
}

.dropdown {
  width: 100%;
}

.dropdown-toggle {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.dropdown-list {
  background-color: var(--transparent);
  display: block;
  position: relative;
  top: -8rem;
  overflow: hidden;
}

.text-color-600 {
  color: var(--txt--600);
}

.dropdown-toggle-icon {
  justify-content: center;
  align-items: center;
  width: 12rem;
  height: 12rem;
  display: flex;
}

.dropdown-toggle-horizontal-line {
  background-color: var(--bg--900);
  width: 12rem;
  height: 2rem;
  position: absolute;
}

.dropdown-toggle-vertical-line {
  background-color: var(--bg--900);
  width: 2rem;
  height: 12rem;
}

.hidden-input {
  display: none;
}

.get-in-touch-h2 {
  font-size: 32rem;
}

#dt-node-_796a95f0-0515-5e7e-d832-ed01212bfba1-b725a95a {
  grid-area: 1/2/2/3;
}

#dt-node-abc51839-b1c8-9490-8340-7b92f3c6551e-b725a95a {
  align-self: start;
}

.faq-list .dropdown-list,
.faq-list .dt-dropdown-list {
  position: relative !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  white-space: normal !important;
}

.faq-list .dropdown-conent-box,
.faq-list .dropdown-conent-box p {
  width: 100% !important;
  max-width: 100% !important;
  white-space: normal !important;
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
  display: block !important;
}

.section {
  border-bottom: none !important;
  border-bottom-style: none !important;
  padding-top: 100rem !important;
  padding-bottom: 100rem !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.section.cover-section {
  padding-top: 140rem !important;
}

.section.background-color-black {
  padding-top: 100rem !important;
  padding-bottom: 100rem !important;
}

.case-card,
.case-card *,
.portfolio-card,
.portfolio-card * {
  cursor: default !important;
}

#contact-us .get-in-touch-h2 {
  color: #ffffff !important;
}

#contact-us .form-submit-layout,
#contact-us .form-submit-button-box {
  width: 100% !important;
  max-width: none !important;
}

#contact-us .button-text.big-button {
  width: 100% !important;
  box-sizing: border-box !important;
}

.footer {
  background-color: #151515 !important;
  border-top: none !important;
  padding-top: 24rem !important;
  padding-bottom: 24rem !important;
}

.custom-footer-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.custom-footer-links {
  display: flex;
  grid-column-gap: 24rem;
  grid-row-gap: 24rem;
  align-items: center;
}

.custom-footer-line .caption-text,
.custom-footer-links a {
  color: var(--txt--500) !important;
}

.custom-footer-links a:hover {
  color: #ffffff !important;
}

.dropdown-list {
  transition: height 0.3s cubic-bezier(0.25, 1, 0.5, 1), visibility 0s linear 0.3s !important;
  overflow: hidden !important;
  display: block !important;
  height: 0px;
  visibility: hidden;
}
.dropdown-list.dt-open {
  transition: height 0.3s cubic-bezier(0.25, 1, 0.5, 1), visibility 0s linear 0s !important;
  visibility: visible;
}

.dt-icon-nav-menu {
  display: block;
  color: inherit;
  pointer-events: none;
}

.nav-link {
  color: var(--txt--800) !important;
  transition: color 0.2s ease !important;
}

.nav-link:hover {
  background-color: transparent !important;
  color: var(--txt--500) !important;
}

.nav-link.underline-trail::before {
  top: calc(100% - 8rem);
}

.portfolio-card-image-box {
  aspect-ratio: 1920/1080 !important;
  min-height: auto !important;
  border-radius: 16rem !important;
  overflow: hidden !important;
  isolation: isolate !important;
}

.portfolio-card-image-box .cover-description-video,
.portfolio-card-image-box video {
  border-radius: 16rem !important;
  overflow: hidden !important;
}

html {
  scrollbar-gutter: stable;
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

label.error {
  color: #eb4f75;
  font-size: 12rem;
  font-weight: 400;
}

.text-field.error {
  color: #eb4f75;
}

.swiper {
  overflow: visible;
}

html,
body {
  overflow-anchor: none;
}

h2:not(.article-body *):not(.article-rick-text *),
[data-heading-animation],
.custom-offer-title {
  font-family: Inter, sans-serif !important;
  font-size: 48rem !important;
  font-weight: 500 !important;
  line-height: 1.15 !important;
  letter-spacing: -0.015em !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  color: var(--txt--800) !important;
}

.custom-offer-layout {
  /* padding: 100rem 0; */
  color: var(--txt--800);
}

.custom-offer-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  margin-bottom: 72rem;
}

.custom-offer-subtitle {
  font-family: Inter, sans-serif;
  font-size: 18rem;
  line-height: 1.6;
  max-width: 900rem;
  color: var(--txt--600);
  margin-top: 24rem;
}

.custom-offer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.custom-offer-item {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-left: 28rem;
  /* min-height: 240rem; */
  text-align: left;
}

.custom-offer-marker {
  position: absolute;
  left: -1rem;
  top: 0;
  height: 28rem;
  width: 3rem;
  background-color: var(--txt--800);
}

.custom-offer-text-box {
  margin-bottom: auto;
}

.custom-offer-item-title {
  font-family: Inter, sans-serif;
  font-size: 22rem;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 14rem;
  color: var(--txt--800);
  line-height: 1.3;
}

.custom-offer-item-desc {
  font-family: Inter, sans-serif;
  font-size: 15rem;
  line-height: 1.65;
  color: var(--txt--600);
  margin: 0;
}

::selection {
  background: rgba(255, 86, 224, 0.21);
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: inherit;
}



* {
  -webkit-tap-highlight-color: transparent;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
  -webkit-transition-delay: 9999s;
}

input {
  -webkit-appearance: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-appearance: none;
}

.underline-animation-link {
  position: relative;
  text-decoration: none;
  overflow: hidden;
}

.underline-animation-link::before,
.underline-animation-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: var(--txt--800);
  height: 1px;
  transition: transform 0.5s ease;
}

.underline-animation-link.text-color-white::before,
.underline-animation-link.text-color-white::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: white;
  height: 1px;
  transition: transform 0.5s ease;
}

.underline-animation-link::before {
  left: 0;
  transform: translateX(0);
}

.underline-animation-link::after {
  left: 0;
  transform: translateX(-250%);
}

.underline-animation-link:hover::before {
  transform: translateX(250%);
}

.underline-animation-link:hover::after {
  transform: translateX(0%);
}

.button .button-text,
.button .big-button {
  transform: translateY(0rem);
}

.button:hover .button-text,
.form-submit-button-box:hover .button-text {
  transform: translateY(-1rem);
}

.button:hover .big-button {
  transform: translateY(-2rem);
}

.submit-button:disabled + .button-text.big-button {
  background-color: #919191;
}

.button {
  box-shadow: 0 8px 11px -8px rgba(35, 35, 35, 0.3);
}

.button:hover {
  box-shadow: 0 8px 11px -8px rgba(35, 35, 35, 0);
}

.underline-trail::before,
.underline-trail::after {
  position: absolute;
  width: 100%;
  height: 1px;
  background: currentColor;
  top: 100%;
  left: 0;
  pointer-events: none;
}

.underline-trail::before {
  content: "";
  opacity: 0;
}

.underline-trail:hover::before {
  opacity: 1;
}

@keyframes heartbeat {
  0% {
    transform: scale(1);
  }

  2% {
    transform: scale(1);
  }

  4% {
    transform: scale(1.08);
  }

  8% {
    transform: scale(1.1);
  }

  20% {
    transform: scale(0.96);
  }

  24% {
    transform: scale(1.1);
  }

  32% {
    transform: scale(1.08);
  }

  40% {
    transform: scale(1);
  }
}

@-webkit-keyframes heartbeat {
  0% {
    -webkit-transform: scale(1);
  }

  2% {
    -webkit-transform: scale(1);
  }

  4% {
    -webkit-transform: scale(1.08);
  }

  8% {
    -webkit-transform: scale(1.1);
  }

  20% {
    -webkit-transform: scale(0.96);
  }

  24% {
    -webkit-transform: scale(1.1);
  }

  32% {
    -webkit-transform: scale(1.08);
  }

  40% {
    -webkit-transform: scale(1);
  }
}

.form-block {
  box-shadow:
    0 3px 36px 0 rgba(0, 0, 0, 0.03),
    0 4px 12px 0 rgba(0, 0, 0, 0.03);
}

@keyframes anim1 {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }

  50% {
    transform: translate(120rem, 100rem) scale(1.12);
  }
}

@keyframes anim2 {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }

  50% {
    transform: translate(-120rem, 140rem) scale(0.88);
  }
}

@keyframes anim3 {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }

  50% {
    transform: translate(-80rem, -110rem) scale(0.9);
  }
}

.case-collection-item:hover .portfolio-card-image {
  transform: translateY(-4rem);
}

.case-collection-item:hover .portfolio-card-image.background-image {
  opacity: 0.35;
}

.fallback-svg.hidden {
  opacity: 0;
  pointer-events: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-bg {
  background: transparent;
}

.cover-button::after {
  content: "";
  position: absolute;
  width: 106%;
  height: 110%;
  top: 0;
  right: -3%;
  filter: blur(10px);
  background-image: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.cover-button:hover::after {
  opacity: 1;
}

.cover-button {
  position: relative;
  display: inline-block;
}

.dropdown-toggle .font-weight-medium {
  white-space: normal;
}

html.dt-mod-js:not(.dt-mod-ix3) :is(.roadmap-card) {
  visibility: hidden !important;
}

html {
  scrollbar-gutter: stable;
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

label.error {
  color: #eb4f75;
  font-size: 12rem;
  font-weight: 400;
}

.text-field.error {
  color: #eb4f75;
}

.swiper {
  overflow: visible;
}

html,
body {
  overflow-anchor: none;
}

ul {
  list-style-type: disc;
}

ul li {
  padding-left: 6rem;
}

figure > div {
  padding-bottom: 0 !important;
}

::selection {
  background: rgba(255, 86, 224, 0.21);
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: inherit;
}



* {
  -webkit-tap-highlight-color: transparent;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
  -webkit-transition-delay: 9999s;
}

input {
  -webkit-appearance: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-appearance: none;
}

.underline-animation-link {
  position: relative;
  text-decoration: none;
  overflow: hidden;
}

.underline-animation-link::before,
.underline-animation-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: var(--txt--800);
  height: 1px;
  transition: transform 0.5s ease;
}

.underline-animation-link.text-color-white::before,
.underline-animation-link.text-color-white::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: white;
  height: 1px;
  transition: transform 0.5s ease;
}

.underline-animation-link::before {
  left: 0;
  transform: translateX(0);
}

.underline-animation-link::after {
  left: 0;
  transform: translateX(-250%);
}

.underline-animation-link:hover::before {
  transform: translateX(250%);
}

.underline-animation-link:hover::after {
  transform: translateX(0%);
}

.button .button-text,
.button .big-button {
  transform: translateY(0rem);
}

.button:hover .button-text,
.form-submit-button-box:hover .button-text {
  transform: translateY(-1rem);
}

.button:hover .big-button {
  transform: translateY(-2rem);
}

.submit-button:disabled + .button-text.big-button {
  background-color: #919191;
}

.button {
  box-shadow: 0 8px 11px -8px rgba(35, 35, 35, 0.3);
}

.button:hover {
  box-shadow: 0 8px 11px -8px rgba(35, 35, 35, 0);
}

.underline-trail::before,
.underline-trail::after {
  position: absolute;
  width: 100%;
  height: 1px;
  background: currentColor;
  top: 100%;
  left: 0;
  pointer-events: none;
}

.underline-trail::before {
  content: "";
  opacity: 0;
}

.underline-trail:hover::before {
  opacity: 1;
}

@keyframes heartbeat {
  0% {
    transform: scale(1);
  }

  2% {
    transform: scale(1);
  }

  4% {
    transform: scale(1.08);
  }

  8% {
    transform: scale(1.1);
  }

  20% {
    transform: scale(0.96);
  }

  24% {
    transform: scale(1.1);
  }

  32% {
    transform: scale(1.08);
  }

  40% {
    transform: scale(1);
  }
}

@-webkit-keyframes heartbeat {
  0% {
    -webkit-transform: scale(1);
  }

  2% {
    -webkit-transform: scale(1);
  }

  4% {
    -webkit-transform: scale(1.08);
  }

  8% {
    -webkit-transform: scale(1.1);
  }

  20% {
    -webkit-transform: scale(0.96);
  }

  24% {
    -webkit-transform: scale(1.1);
  }

  32% {
    -webkit-transform: scale(1.08);
  }

  40% {
    -webkit-transform: scale(1);
  }
}

.form-block {
  box-shadow:
    0 3px 36px 0 rgba(0, 0, 0, 0.03),
    0 4px 12px 0 rgba(0, 0, 0, 0.03);
}

@keyframes anim1 {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }

  50% {
    transform: translate(120rem, 100rem) scale(1.12);
  }
}

@keyframes anim2 {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }

  50% {
    transform: translate(-120rem, 140rem) scale(0.88);
  }
}

@keyframes anim3 {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }

  50% {
    transform: translate(-80rem, -110rem) scale(0.9);
  }
}

@keyframes glowBoxMoveTransform {
  0% {
    transform: translate(0, 0);
  }

  33% {
    transform: translate(calc(-20% - 15rem), 0);
  }

  66% {
    transform: translate(calc(-5% - 15rem), calc(5% + 15rem));
  }

  100% {
    transform: translate(0, 0);
  }
}

.case-collection-item:hover .portfolio-card-image {
  transform: translateY(-4rem);
}

.case-collection-item:hover .portfolio-card-image.background-image {
  opacity: 0.35;
}

.fallback-svg.hidden {
  opacity: 0;
  pointer-events: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-bg {
  background: transparent;
}

.cover-button::after {
  content: "";
  position: absolute;
  width: 106%;
  height: 110%;
  top: 0;
  right: -3%;
  filter: blur(10px);
  background-image: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.cover-button:hover::after {
  opacity: 1;
}

.cover-button {
  position: relative;
  display: inline-block;
}

.dropdown-toggle .font-weight-medium {
  white-space: normal;
}

@media screen and (max-width: 991px) {
  .dt-container {
    max-width: 728px;
  }

  .dt-nav[data-collapse="medium"] .dt-nav-menu {
    display: none;
  }

  .dt-nav[data-collapse="medium"] .dt-nav-button {
    display: block;
  }

  .dt-layout-blockcontainer {
    max-width: 728px;
  }

  .container {
    max-width: 100%;
  }

  .section {
    padding-top: 48rem;
    padding-bottom: 48rem;
  }

  .cover-layout {
    padding-top: 26rem;
  }

  .cover-description-layout {
    grid-template-columns: 1fr 452rem;
    margin-top: 1rem;
  }

  .nav-link {
    line-height: 123%;
  }

  .portfolio-card-image-box {
    min-height: auto;
  }

  .article-body h2 {
    padding-top: 24rem;
    padding-bottom: 4rem;
  }

  .article-body h4 {
    padding-top: 16rem;
    padding-bottom: 8rem;
    font-size: 17rem;
  }

  .article-body-layout {
    padding-top: 140rem;
  }

  .article-content {
    min-width: calc(100vw - 96rem);
  }

  .form-submit-layout {
    grid-column-gap: 16rem;
    grid-row-gap: 16rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .faq-layout {
    flex-flow: column;
    display: flex;
  }

  .faq-heading-box {
    max-width: 100%;
  }

  .get-in-touch-h2 {
    letter-spacing: -0.5rem;
  }

  .dt-nav-button {
    display: block !important;
    border: none !important;
    background: none !important;
    padding: 12px !important;
    cursor: pointer !important;
  }
  .nav-menu.dt-nav-menu {
    display: none;
  }
  .nav-menu.dt-nav-menu.dt-open {
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
    position: fixed;
    top: 72rem;
    left: 0;
    right: 0;
    width: auto;
    background-color: #f3f0e8;
    border-bottom: 1px solid #d5d1c5;
    padding: 20rem;
    z-index: 9999;
  }
  .nav-menu.dt-nav-menu.dt-open .nav-link {
    width: 100%;
    justify-content: flex-start;
    padding: 12rem 20rem;
    font-size: 18rem;
    border-bottom: 1px solid rgba(0,0,0,0.05);
  }
  .nav-menu.dt-nav-menu.dt-open .nav-link:last-child {
    border-bottom: none;
  }
}

@media screen and (max-width: 479px) {
  .dt-container {
    max-width: none;
  }

  .dt-nav[data-collapse="tiny"] .dt-nav-menu {
    display: none;
  }

  .dt-nav[data-collapse="tiny"] .dt-nav-button {
    display: block;
  }

  h1 {
    letter-spacing: -2.5rem;
    font-size: 44rem;
    line-height: 109%;
  }

  h2 {
    font-size: 24rem;
    line-height: 116%;
  }

  h3 {
    font-size: 17rem;
    line-height: 117%;
  }

  .container {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .section {
    padding-top: 32rem;
    padding-bottom: 32rem;
  }

  .section.offer-section {
    margin-bottom: 0;
  }

  .portfolio-card-image {
    object-fit: cover;
  }

  .cover-layout {
    padding-top: 0;
  }

  .cover-button {
    margin-top: 32rem;
  }

  .cover-description-layout {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .navbar-layout {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .brand {
    padding-left: 0;
  }

  .nav-menu {
    display: none;
  }

  .button-text.big-button {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .article-body-layout {
    padding-top: 116rem;
  }

  .article-content {
    width: 100%;
    min-width: calc(100vw - 96rem);
  }

  .form-block {
    margin-bottom: 0;
  }

  .form {
    padding: 0;
  }

  .form-fields-box {
    margin-top: 16rem;
  }

  .text-field.phone-field::placeholder {
    font-size: 17rem;
  }

  .success-message-text-box {
    padding: 34rem 24rem;
  }

  .case-collection-list {
    flex-flow: column;
    display: flex;
  }

  .fallback-svg {
    top: auto;
    bottom: auto;
  }

  .footer-form-layout {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .form-submit-layout {
    grid-column-gap: 16rem;
    grid-row-gap: 16rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .form-description-box {
    padding-bottom: 8rem;
  }

  .heading-600 {
    letter-spacing: -0.5px;
    font-size: 24rem;
    line-height: 116%;
  }

  .dropdown-toggle-icon {
    flex: none;
  }

  .get-in-touch-h2 {
    font-size: 24rem;
  }

  #dt-node-_796a95f0-0515-5e7e-d832-ed01212bfba1-b725a95a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  .dt-nav[data-collapse="small"] .dt-nav-menu {
    display: none;
  }

  .dt-nav[data-collapse="small"] .dt-nav-button {
    display: block;
  }

  .dt-nav-brand {
    padding-left: 10px;
  }

  .dt-layout-blockcontainer {
    max-width: none;
  }
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 84rem;
  }

  h2 {
    font-size: 40rem;
  }

  .container {
    max-width: 1152rem;
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .section {
    padding-top: 112rem;
    padding-bottom: 112rem;
  }

  .portfolio-card-name-box {
    margin-top: 24rem;
    line-height: 141%;
  }

  .cover-button {
    margin-top: 56rem;
  }

  .next {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .cover-description-layout {
    margin-top: 1rem;
  }

  .portfolio-card-image-box {
    min-height: 405rem;
  }

  .underline-animation-link {
    display: block;
    overflow: hidden;
  }

  .article-body h2 {
    letter-spacing: -0.4rem;
    font-size: 32rem;
    line-height: 137%;
  }

  .article-body h4 {
    letter-spacing: 0;
    font-size: 20rem;
    font-weight: 500;
    line-height: 140%;
  }

  .article-body h3 {
    letter-spacing: 0;
    font-size: 24rem;
    line-height: 133%;
  }

  .article-body h1 {
    letter-spacing: -0.8px;
    font-size: 48rem;
    line-height: 125%;
  }

  .article-body-layout {
    padding-bottom: 150rem;
  }

  .faq-heading-box {
    max-width: 70%;
  }

  .get-in-touch-h2 {
    font-size: 40rem;
    line-height: 110%;
  }
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1200px;
  }

  .section {
    border-bottom: 1px solid var(--border--300);
  }

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

  .portfolio-card-image-box {
    min-height: 423rem;
  }

  .button-text.big-button {
    box-shadow: 0 1px 2px #2323234d;
  }

  .hidden-input {
    display: none;
  }
}

@media (max-width: 767px) {
  .custom-footer-line {
    flex-direction: column;
    grid-row-gap: 12rem;
    align-items: center;
    text-align: center;
  }

  .custom-footer-links {
    flex-direction: column;
    grid-row-gap: 8rem;
  }
}

@media (max-width: 991px) {
  h2:not(.article-body *):not(.article-rick-text *),
  [data-heading-animation],
  .custom-offer-title {
    font-size: 36rem !important;
  }

  .custom-offer-grid {
    grid-template-columns: 1fr;
    gap: 48rem;
  }

  .custom-offer-subtitle {
    font-size: 16rem;
    margin-top: 20rem;
  }

  .custom-offer-item {
    min-height: auto;
  }
}

@media (max-width: 479px) {
  html {
    font-size: calc(1vw / 4.14);
  }

  html.dt-mod-js:not(.dt-mod-ix)
    [data-dt-id="d0f3f779-b005-3466-b045-6fe530ff83cd"] {
    height: 0px;
  }

  html {
    font-size: calc(1vw / 4.14);
  }
}

@media (min-width: 480px) {
  html {
    font-size: calc(1vw / 7.68);
  }

  html {
    font-size: calc(1vw / 7.68);
  }
}

@media (min-width: 768px) {
  html {
    font-size: calc(1vw / 7.68);
  }

  html {
    font-size: calc(1vw / 7.68);
  }
}

@media (min-width: 992px) {
  html {
    font-size: calc(1vw / 11.26);
  }

  html {
    font-size: calc(1vw / 11.26);
  }
}

@media (min-width: 1280px) {
  html {
    font-size: 1px;
  }

  html {
    font-size: 1px;
  }
}

@media only screen and (max-width: 999px) {
  a {
    cursor: default;
  }

  a {
    cursor: default;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  html.dt-mod-js:not(.dt-mod-ix)
    [data-dt-id="d0f3f779-b005-3466-b045-6fe530ff83cd"] {
    height: 0px;
  }
}

@media (max-width: 767px) and (min-width: 480px) {
  html.dt-mod-js:not(.dt-mod-ix)
    [data-dt-id="d0f3f779-b005-3466-b045-6fe530ff83cd"] {
    height: 0px;
  }
}

.text-color-white {
  color: #ffffff !important;
}

/* ==========================================================================\n   Accessibility and readability refinements — Dotaris, August 2026\n   ========================================================================== */

:root {
  --focus-ring: #1f5eff;
  --focus-ring-offset-light: #f3f0e8;
  --focus-ring-offset-dark: #121214;
  --txt--500: #6f6f6f;
  --txt--600: #4f4f4f;
}

body {
  font-size: 18rem;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

/* Never remove keyboard focus without providing a visible replacement. */
*:focus {
  outline: revert !important;
}

:where(a, button, input, textarea, select, [tabindex]):focus {
  outline: none !important;
}

:where(a, button, input, textarea, select, [tabindex]):focus-visible {
  outline: 3px solid var(--focus-ring) !important;
  outline-offset: 4px !important;
  border-radius: 6rem;
}

.header :where(a, button):focus-visible,
.main:not(#contact-us) :where(a, button):focus-visible,
.footer :where(a, button):focus-visible {
  box-shadow: 0 0 0 2px var(--focus-ring-offset-light);
}

#contact-us :where(a, button, input, textarea):focus-visible {
  box-shadow: 0 0 0 2px var(--focus-ring-offset-dark);
}

/* Header and navigation */
.navbar-layout {
  min-height: 72rem;
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.nav-menu {
  gap: 6rem;
}

.nav-link {
  min-height: 44rem;
  padding: 12rem 14rem;
  font-size: 16rem;
  font-weight: 500;
  line-height: 1.25;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.nav-link:hover {
  color: var(--txt--800) !important;
  background-color: transparent !important;
}

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

.navbar-logo {
  width: 124rem;
}

.brand {
  width: 124rem;
  min-height: 44rem;
  margin-right: auto;
}

/* Main typographic hierarchy */
h1 {
  max-width: 15ch;
  font-size: clamp(48rem, 5.4vw, 84rem);
  line-height: 1.05;
  letter-spacing: -0.035em;
}

h2:not(.article-body *):not(.article-rick-text *),
[data-heading-animation],
.custom-offer-title {
  font-size: clamp(38rem, 4vw, 52rem) !important;
  line-height: 1.12 !important;
}

.cover-description-box,
.custom-offer-subtitle,
.faq-heading-box > .custom-offer-subtitle {
  font-size: 18rem;
  line-height: 1.65;
}

.custom-offer-subtitle {
  max-width: 760rem;
}

/* Services */
.custom-offer-item-title {
  font-size: 23rem;
  line-height: 1.3;
}

.custom-offer-item-desc {
  font-size: 17rem;
  line-height: 1.65;
}

.custom-offer-marker {
  width: 3rem;
  height: 32rem;
}

/* Work cards */
.portfolio-card-name-box {
  margin-top: 18rem;
  line-height: 1.55;
}

.portfolio-card-title {
  font-size: 18rem;
  font-weight: 600;
  line-height: 1.4;
}

.portfolio-card-description {
  display: block;
  margin-top: 8rem;
  margin-left: 0;
  color: var(--txt--600);
  font-size: 16rem;
  line-height: 1.6;
}

.portfolio-card-description br:first-child {
  display: none;
}

/* FAQ */
.dropdown-toggle {
  min-height: 56rem;
  padding-top: 14rem;
  padding-bottom: 14rem;
  cursor: pointer;
}

.dropdown-toggle .font-weight-medium {
  padding-right: 24rem;
  font-size: 17rem;
  font-weight: 500;
  line-height: 1.45;
}

.faq-list .dropdown-conent-box p {
  color: var(--txt--600);
  font-size: 16rem;
  line-height: 1.65;
}

.dropdown-toggle-icon {
  flex: 0 0 20rem;
  width: 20rem;
  height: 20rem;
}

.dropdown-toggle-horizontal-line {
  width: 14rem;
}

.dropdown-toggle-vertical-line {
  height: 14rem;
}

/* Contact form */
.footer-form-heading-box > p,
.form-description-box {
  font-size: 16rem;
  line-height: 1.55;
}

.get-in-touch-h2 {
  font-size: clamp(36rem, 4vw, 48rem);
  line-height: 1.1;
}

.text-field,
.text-field:focus,
.text-field::placeholder {
  font-size: 16rem;
}

.text-field {
  min-height: 52rem;
  padding: 14rem 16rem;
  border-color: #454545;
}

.text-field:focus {
  border-color: #ffffff;
}

.text-field.text-area {
  min-height: 128rem;
  line-height: 1.5;
}

.button-text.big-button {
  min-height: 48rem;
  padding-top: 12rem;
  padding-bottom: 12rem;
  font-size: 16rem;
  font-weight: 500;
}

/* Footer */
.caption-text,
.custom-footer-links a {
  font-size: 14rem;
  line-height: 1.4;
}

.custom-footer-links a {
  min-height: 44rem;
  padding-top: 12rem;
  padding-bottom: 12rem;
  display: inline-flex;
  align-items: center;
}

/* Improve readability for legal and long-form pages. */
.article-body {
  font-size: 17rem;
  line-height: 1.7;
}

.article-body h1 {
  max-width: none;
}

.article-body a {
  text-underline-offset: 0.18em;
  text-decoration-thickness: 0.08em;
}

/* Respect operating-system motion preferences. */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  #hero-particles {
    display: none !important;
  }

  .portfolio-card-image,
  .portfolio-card-image.background-image {
    transform: none !important;
    filter: none !important;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 17rem;
  }

  .navbar-layout {
    min-height: 68rem;
  }

  .nav-link {
    font-size: 15rem;
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .custom-offer-grid {
    gap: 40rem;
  }

  .case-collection-list {
    grid-row-gap: 56rem;
  }
}

@media screen and (max-width: 767px) {
  .section,
  .section.background-color-black {
    padding-top: 72rem !important;
    padding-bottom: 72rem !important;
  }

  .section.cover-section {
    padding-top: 120rem !important;
  }

  .case-collection-list {
    grid-template-columns: 1fr;
  }

  .footer-form-layout {
    gap: 48rem;
  }

  .custom-footer-links {
    flex-flow: row wrap;
    justify-content: center;
    gap: 4rem 18rem;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 17rem;
  }

  h1 {
    font-size: 44rem;
    line-height: 1.08;
    letter-spacing: -0.03em;
  }

  h2:not(.article-body *):not(.article-rick-text *),
  [data-heading-animation],
  .custom-offer-title {
    font-size: 34rem !important;
  }

  .navbar-logo,
  .brand {
    width: 112rem;
  }

  .custom-offer-header {
    margin-bottom: 48rem;
  }

  .custom-offer-item {
    padding-left: 24rem;
  }

  .custom-offer-item-title {
    font-size: 22rem;
  }

  .custom-offer-item-desc,
  .portfolio-card-description,
  .faq-list .dropdown-conent-box p {
    font-size: 16rem;
  }

  .portfolio-card-title {
    font-size: 18rem;
  }

  .text-field,
  .text-field:focus,
  .text-field::placeholder {
    font-size: 16rem;
  }

  .caption-text,
  .custom-footer-links a {
    font-size: 14rem;
  }
}

/* Accessibility Styles and Overrides — Dotaris */
.skip-link {
  position: absolute;
  top: -100px;
  left: 0;
  background: #0056b3;
  color: #ffffff;
  padding: 10px 20px;
  z-index: 10000;
  transition: top 0.2s;
  border-radius: 0 0 4px 0;
  font-weight: 500;
  font-size: 14px;
}
.skip-link:focus-visible {
  top: 0;
  outline: 3px solid #ffffff;
  outline-offset: 2px;
}

.form-field-label {
  display: block;
  font-family: Inter, Arial, sans-serif;
  font-size: 13rem;
  font-weight: 500;
  margin-bottom: 6rem;
  color: var(--txt--600);
  text-align: left;
}

#contact-us .form-field-label {
  color: #c8c8c8;
}

#contact-us .form-description-box .text-color-grey {
  color: #9b9b9b !important;
}

.custom-footer-line .caption-text,
.custom-footer-links a {
  color: #9b9b9b !important;
}

#contact-us .form-submit-button-box .button-text.big-button {
  text-align: center;
}

#contact-us .form-submit-button-box.is-feedback .button-text.big-button {
  color: #fff;
}

#contact-us .form-submit-button-box.is-error .button-text.big-button {
  background-color: #d96868;
}

#contact-us .form-submit-button-box.is-success .button-text.big-button {
  background-color: #4f9a69;
}

.video-control-btn {
  position: absolute;
  bottom: 12rem;
  right: 12rem;
  width: 36rem;
  height: 36rem;
  border-radius: 50%;
  background-color: rgba(18, 18, 20, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: background-color 0.2s, transform 0.2s;
  padding: 0;
}
.video-control-btn:hover {
  background-color: rgba(18, 18, 20, 0.8);
  transform: scale(1.05);
}
.video-control-btn:focus-visible {
  outline: 2px solid #ffffff !important;
  outline-offset: 2px !important;
}

.dt-nav-button {
  background: none;
  border: none;
  padding: 18px;
}
#contact-us :focus-visible,
.footer :focus-visible {
  outline-color: #ffffff !important;
}

/* P3 hover glow replacement */
.portfolio-card-image-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--card-img);
  background-size: cover;
  background-position: center;
  z-index: 0;
  opacity: 0;
  filter: blur(10px);
  transition: opacity 0.3s;
  border-radius: 16rem;
  pointer-events: none;
}
.case-collection-item:hover .portfolio-card-image-box::before {
  opacity: 0.35;
}

/* Rebranded navbar toggle X transform */
.dt-icon-nav-menu rect {
  transition: transform 0.25s ease, opacity 0.25s ease;
  transform-box: fill-box;
  transform-origin: center;
}
.dt-nav-button.dt-open .dt-icon-nav-menu rect:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.dt-nav-button.dt-open .dt-icon-nav-menu rect:nth-child(2) {
  opacity: 0;
}
.dt-nav-button.dt-open .dt-icon-nav-menu rect:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* Accordion & dropdown toggle background reset */
.dropdown-toggle,
.dt-dropdown-toggle {
  background: none !important;
  border: none !important;
  font-family: inherit !important;
  color: inherit !important;
  text-align: left !important;
  box-shadow: none !important;
}

/* Mobile spacing between button and description */
@media screen and (max-width: 767px) {
  .cover-description-layout {
    margin-top: 32rem !important;
  }
}
@media screen and (max-width: 479px) {
  .cover-description-layout {
    margin-top: 32rem !important;
  }
}


