@font-face {
  font-family: 'OrticaAngular-Bold';
  src: url('/fonts/OrticaAngular-Bold.eot');
  src: local('OrticaAngular-Bold'), local('OrticaAngular-Bold'),
    url('/fonts/OrticaAngular-Bold.eot?#iefix') format('embedded-opentype'),
    url('/fonts/OrticaAngular-Bold.woff2') format('woff2'),
    url('/fonts/OrticaAngular-Bold.woff') format('woff');
  font-style: normal;
}
@font-face {
  font-family: 'OrticaLinear-Regular';
  src: url('/fonts/OrticaLinear-Regular.eot');
  src: local('OrticaLinear-Regular'), local('OrticaLinear-Regular'),
    url('/fonts/OrticaLinear-Regular.eot?#iefix') format('embedded-opentype'),
    url('/fonts/OrticaLinear-Regular.woff2') format('woff2'),
    url('/fonts/OrticaLinear-Regular.woff') format('woff');
  font-style: normal;
}
@font-face {
  font-family: "Uncut-Sans-Bold";
  src: url("/fonts/Uncut-Sans-Bold.woff2") format("woff2"), url("/fonts/Uncut-Sans-Bold.woff") format("woff");
  font-style: normal;
}
@font-face {
  font-family: "Uncut-Sans-Medium";
  src: url("/fonts/Uncut-Sans-Medium.woff2") format("woff2"), url("/fonts/Uncut-Sans-Medium.woff") format("woff");
  font-style: normal;
}
@font-face {
  font-family: "Uncut-Sans-Regular";
  src: url("/fonts/Uncut-Sans-Regular.woff2") format("woff2"), url("/fonts/Uncut-Sans-Regular.woff") format("woff");
  font-style: normal;
}
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  scrollbar-width: thin;
  scrollbar-color: #a8bf56 #191716;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 4px;
}

*::-webkit-scrollbar-track {
  background: #191716;
}

*::-webkit-scrollbar-thumb {
  background-color: #a8bf56;
  border-radius: 5px;
  border: none;
}

html {
  font-size: 10px;
}

::-moz-selection {
  color: #f6f6f6;
  background: #a8bf56;
}

::selection {
  color: #f6f6f6;
  background: #a8bf56;
}

#my-cal-inline {
  overflow: scroll;
  width: 90%;
  padding: 16px;
  background-color: white;
  height: 100%;
  border-radius: 10px;
}

.light-mode {
  background-color: #f6f6f6;
  color: #191716;
}
.light-mode *::-webkit-scrollbar-track {
  background: #f6f6f6;
}
.light-mode *::-webkit-scrollbar-thumb {
  background-color: #a8bf56;
  border-radius: 5px;
  border: none;
}
.light-mode .toggle .sun {
  display: none;
}
.light-mode .toggle .moon {
  display: flex;
  flex-direction: row;
  gap: 16px;
  justify-content: center;
  align-items: center;
}
.light-mode .toggle .moon svg {
  fill: #f6f6f6;
}
.light-mode p.tag {
  background-color: #ececec;
  color: #939393;
}
.light-mode button {
  background-color: #ececec;
  color: #a8bf56;
}
.light-mode button svg {
  fill: #a8bf56;
}
.light-mode button:hover {
  color: #a8bf56;
  border: 1px solid #a8bf56;
}

body {
  background-color: #191716;
  color: #f6f6f6;
  margin: 40px 3vw 0 3vw;
  max-width: 2240px;
  position: relative;
}
body .hero-video {
  position: fixed;
  top: -20%;
  left: -50%;
  mix-blend-mode: color-dodge;
}
body .hero-video video {
  opacity: 0.6;
}

h1 {
  font-family: "OrticaLinear-Regular";
  font-size: 9em;
  line-height: 109.5%;
  letter-spacing: -2px;
  font-weight: 100;
  display: inline;
  cursor: default;
}
h1 .span {
  font-family: "OrticaAngular-Bold";
  display: inline;
}
@keyframes stroke {
  0% {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: transparent;
  }
  50% {
    -webkit-text-fill-color: #191716;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #f6f6f6;
  }
  100% {
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: transparent;
  }
}

h2 {
  font-family: "Uncut-Sans-Regular";
  font-size: 2.5em;
  line-height: auto;
  letter-spacing: -1px;
  font-weight: 100;
  cursor: default;
}

h3 {
  font-family: "OrticaLinear-Regular";
  font-size: 6.4em;
  line-height: 110%;
  letter-spacing: 0;
  font-weight: 100;
  display: inline;
  cursor: default;
}
h3 .span {
  font-family: "OrticaAngular-Bold";
  display: inline;
}
h3 a {
  font-family: "OrticaLinear-Regular";
  font-size: inherit;
}

h4 {
  font-family: "OrticaLinear-Regular";
  font-size: 4.8em;
  line-height: auto;
  letter-spacing: -1px;
  font-weight: 100;
  cursor: default;
}

h5 {
  font-family: "Uncut-Sans-Regular";
  font-size: 3em;
  line-height: auto;
  letter-spacing: -1px;
  font-weight: 100;
  cursor: default;
}

h5.about {
  color: #939393;
}

a.titles {
  font-family: "OrticaLinear-Regular";
  font-size: 3.6em;
  line-height: auto;
  letter-spacing: -1px;
  font-weight: 100;
  color: #f6f6f6;
  cursor: pointer;
  mix-blend-mode: exclusion;
}

a {
  font-family: "Uncut-Sans-Regular";
  font-size: 1.8em;
  line-height: auto;
  letter-spacing: -1px;
  font-weight: 200;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: all 0.6s cubic-bezier(0.45, 0, 0.55, 1);
}

a.readmore {
  font-size: 1em;
  font-family: "OrticaLinear-Regular";
}

.watch a:hover {
  opacity: 0.5;
}

footer a {
  mix-blend-mode: exclusion;
}
footer .credit a {
  color: #f6f6f6;
}

.nav .link {
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  color: #f6f6f6;
}

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

.nav .link::before {
  content: "";
  /* show by default */
}

.nav .link--metis::before {
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s;
}

.link--metis:hover::before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}

.nav.links svg {
  fill: white;
}

p {
  font-family: "Uncut-Sans-Regular";
  font-size: 1.8em;
  line-height: 120%;
  letter-spacing: 0px;
  font-weight: 200;
  letter-spacing: -1px;
  cursor: default;
}
p a {
  font-size: inherit;
  font-family: "OrticaLinear-Regular";
}

.light p {
  cursor: pointer;
  color: #f6f6f6;
}

p.tag {
  font-family: "Uncut-Sans-Regular";
  font-size: 1.5em;
  line-height: auto;
  letter-spacing: 0px;
  font-weight: 200;
  color: #7b7b7b;
  background-color: #292929;
  padding: 8px 16px;
  display: inline-block;
  border-radius: 5px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  cursor: default;
}

button {
  display: flex;
  align-items: center;
  gap: 1.6em;
  font-family: "Uncut-Sans-Regular";
  font-size: 18px;
  line-height: auto;
  letter-spacing: -1px;
  font-weight: 200;
  color: #f6f6f6;
  background-color: #191716;
  padding: 16px 32px;
  margin: 0 auto;
  border: 0;
  border-radius: 10px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.6s cubic-bezier(0.45, 0, 0.55, 1);
}
button a {
  font-size: 1em;
}

button.toggle {
  background-color: transparent;
  border: none;
  font-size: 1em;
  line-height: auto;
  letter-spacing: -1px;
}
button.toggle .sun {
  display: flex;
  flex-direction: row;
  gap: 16px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}
button.toggle .sun svg {
  width: 2em;
  height: 2em;
}
button.toggle .moon {
  display: none;
  border-radius: 4px;
}
button.toggle .moon svg {
  width: 1.5em;
  height: 1.5em;
}

button.toggle:hover {
  border: none;
}

button:hover {
  color: #f6f6f6;
  border: 1px solid #a8bf56;
}

img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

ul {
  list-style: none;
  display: flex;
  align-items: center;
}

li {
  list-style: none;
  padding: 0 0 0 32px;
}

svg.link-icon {
  margin-left: 10px;
  fill: #f6f6f6;
}

.dash {
  display: inline-block;
  width: 8vw;
  height: 1px;
  background-color: #939393;
}

video {
  width: 100%;
  border-radius: 10px;
}

.items-center {
  align-items: left;
}

#curTime {
  color: #f6f6f6;
  font-size: 1.8em;
  font-family: "Uncut-Sans-Regular";
}

.sm-top {
  margin-top: 32px;
}

.sm-bottom {
  margin-bottom: 32px;
}

.sm-right {
  margin-right: 32px;
}

.sm-left {
  margin-left: 32px;
}

.mm-top {
  margin-top: 40px;
}

.mm-bottom {
  margin-bottom: 40px;
}

.mm-right {
  margin-right: 40px;
}

.mm-left {
  margin-left: 40px;
}

.lm-top {
  margin-top: 88px;
}

.lm-bottom {
  margin-bottom: 88px;
}

.lm-right {
  margin-right: 88px;
}

.lm-left {
  margin-left: 88px;
}

.xlm-top {
  margin-top: 220px;
}

.xlm-bottom {
  margin-bottom: 220px;
}

.xlm-right {
  margin-right: 220px;
}

.xlm-left {
  margin-left: 220px;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 32px;
       column-gap: 32px;
  row-gap: 88px;
  justify-content: space-between;
  align-content: start;
  align-items: start;
  justify-items: stretch;
  position: relative;
}

.project-grid {
  display: grid;
  grid-auto-columns: auto;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  gap: 32px 0px;
  grid-template-areas: "img" "info";
  justify-content: space-between;
  align-content: stretch;
  justify-items: start;
  align-items: start;
}
.project-grid .img {
  grid-area: img;
  position: relative;
  width: 100%;
}
.project-grid .img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.project-grid .img video {
  width: 100%;
  height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.project-grid .img video.bn {
  height: 100%;
}
.project-grid .info {
  grid-area: info;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: -moz-available;
}

.col1-12 {
  grid-column: span 1;
}

.col2-12 {
  grid-column: span 2;
}

.col3-12 {
  grid-column: span 3;
}

.col4-12 {
  grid-column: span 4;
}

.col5-12 {
  grid-column: span 5;
}

.col6-12 {
  grid-column: span 6;
}

.col6-12-rt {
  grid-column: 7/span 6;
}

.col6-12-ct {
  grid-column: 4/span 6;
}

.col7-12 {
  grid-column: span 7;
}

.col8-12 {
  grid-column: span 8;
}

.col8-12-ct {
  grid-column: 3/span 8;
}

.col8-12-rt {
  grid-column: 5/span 8;
}

.col9-12 {
  grid-column: span 9;
}

.col10-12 {
  grid-column: span 10;
}

.col10-12-ct {
  grid-column: 2/span 10;
}

.col11-12 {
  grid-column: span 11;
}

.col12-12 {
  grid-column: span 12;
}

header {
  margin: 40px auto;
  position: fixed;
  top: 0;
  right: 3vw;
  left: 3vw;
  mix-blend-mode: exclusion;
  background-color: transparent;
  z-index: 10;
}
header nav.desktop {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header nav.desktop .center {
  display: flex;
  align-items: center;
  gap: 16px;
}
header nav.desktop .center lottie-player {
  width: 40px;
  height: 40px;
}
header nav.desktop .center .avaibality {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
header nav.mobile {
  display: none;
}

.stick {
  position: sticky;
  top: 20%;
  z-index: -1;
}

main .body.about {
  margin: 200px auto 220px auto;
}
main .body {
  margin: 436px auto 220px auto;
}
main .body .hero {
  position: relative;
}
main .body .hero .stick {
  position: sticky;
  top: 20%;
  z-index: -1;
}
main .body .hero .heading {
  margin-bottom: 32px;
}
main .body .hero .heading img.avatar-mb {
  display: none;
}
main .body .hero .heading img.avatar-dt {
  display: inline;
  margin-left: 8px;
  width: 14%;
}
main .body .hero .heading .case {
  opacity: 0.5;
  display: flex;
  align-items: center;
  gap: 8px;
}
main .body .hero .heading h4 {
  font-size: 4.1em;
  line-height: 50px;
}
main .body .hero .video {
  width: 100%;
  margin-top: 32px;
}
main .body .hero .video video {
  width: 100%;
  height: 650px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
main .body .hero .video img {
  width: 100%;
  height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
main .body .hero .capabilites h2 {
  font-family: "OrticaAngular-Bold";
  opacity: 1;
  border-top: 2px solid #f6f6f6;
  padding-top: 8px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
}
main .body .hero .capabilites p {
  margin-bottom: 8px;
}
main .body .hero .capabilites .skills {
  color: #f6f6f6;
  padding: 32px;
  border-radius: 10px;
  background-color: rgb(0, 0, 0);
}
main .body .hero .capabilites .skills svg {
  width: 24px;
  height: 24px;
}
main .body .about .text {
  max-width: 60%;
}
main .body .about .social {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
main .body .cp-ct {
  height: 4vh;
}
main .body .capabilities.container {
  position: relative;
  margin-left: -3vw;
  margin-right: -3vw;
}
main .body .capabilities.container .services {
  overflow: hidden;
  position: absolute;
  display: flex;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
main .body .capabilities.container .services .service {
  white-space: nowrap;
  font-size: 3em;
  font-family: "OrticaLinear-Regular";
  animation: scroll 15s linear infinite;
}
@keyframes scroll {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
main .body .dev .img a img {
  position: relative;
}
main .body .dev .img a svg {
  position: absolute;
  bottom: 12%;
  right: 4%;
  fill: #a8bf56;
  z-index: 5;
  border-radius: 65px;
  box-shadow: rgba(0, 0, 0, 0.22) 0px 19px 43px, rgba(0, 0, 0, 0.18) 0px 4px 11px;
  fill: #939393;
}
main .body .dev .img a svg rect {
  fill: #191716;
}
main .body .dev .img a svg:hover {
  fill: #a8bf56;
}
main .body .dev .img a svg:hover rect {
  fill: #f6f6f6;
}
main .body .more-work {
  display: block;
}
main .body .more-work button {
  margin-left: auto;
  margin-right: auto;
}
main .body .contact a.titles {
  font-family: "OrticaAngular-Bold";
}
main .body .contact .mail {
  display: flex;
  flex-direction: column;
}
main .body .contact .mail .nav.copylink {
  display: flex;
  align-items: center;
  gap: 16px;
}
main .body .contact .mail .nav.copylink .addCode {
  position: relative;
  cursor: pointer;
}
main .body .contact .mail .nav.copylink .addCode #add_to_me {
  position: absolute;
  top: 170%;
  right: 0;
}
main .body .contact .mail .nav.copylink .addCode #add_to_me p {
  background-color: #a8bf56;
  padding: 8px;
  font-size: 1.5em;
  font-family: "Uncut-Sans-Regular";
  border-radius: 4px;
}
main .body .contact .social {
  display: flex;
  flex-direction: column;
}
main .body .case p {
  font-size: 2.4em;
  line-height: 120%;
  font-weight: 100;
}
main .body .case p.tag {
  font-size: 1.5em;
}
main .body .case h3 {
  text-transform: none;
  font-size: 3em;
  line-height: 110%;
}
main .body .legal ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 2em;
  font-family: "OrticaLinear-Regular";
  margin-left: 16px;
}
main .body .legal ul li {
  margin: 0 0 16px 0;
  list-style: circle;
}
main .p404 {
  margin-top: 15vw;
  margin-bottom: 15vw;
}
main .p404 button {
  margin: 0;
}
main .p404 h3 {
  font-size: 7.2em;
}
main .p404 p {
  font-size: 2.3em;
  opacity: 0.7;
}

footer nav.ft {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer nav.ft .left-st {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}
footer nav.ft .left-st .credit p {
  font-family: "OrticaLinear-Regular";
}

.cookie {
  position: fixed;
  bottom: -100px;
  right: 3vw;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 16px;
  border-radius: 5px;
  background-color: #a8bf56;
}
.cookie p {
  margin-right: 32px;
}
.cookie button {
  background-color: #f6f6f6;
  color: #a8bf56;
  padding: 16px;
}

.cookie.active {
  bottom: 40px;
}

@media only screen and (min-width: 2340px) {
  .logo svg.logoSvg {
    fill: #f6f6f6;
  }
  .light-mode header nav.mobile .nav-container .hamburger-lines .line {
    background-color: #191716;
  }
  .light-mode header nav.mobile .navbar .menu-items {
    background-color: #f6f6f6;
    color: #f6f6f6;
  }
  .light-mode h5.light {
    color: #191716;
  }
  .light-mode a.sm {
    color: #191716;
  }
  .light-mode .logo svg {
    fill: #191716;
  }
  body {
    margin: 40px auto;
  }
  header {
    right: 3vw;
    left: 3vw;
  }
}
@media only screen and (max-width: 1000px) {
  .logo svg.logoSvg {
    fill: #f6f6f6;
  }
  .light-mode header nav.mobile .nav-container .hamburger-lines .line {
    background-color: #191716;
  }
  .light-mode header nav.mobile .navbar .menu-items {
    background-color: #f6f6f6;
    color: #f6f6f6;
  }
  .light-mode h5.light {
    color: #191716;
  }
  .light-mode a.sm {
    color: #191716;
  }
  .light-mode .logo svg {
    fill: #191716;
  }
  body .hero-video {
    top: 20%;
    left: -150%;
  }
  body .hero-video video {
    width: 150%;
  }
  h1 {
    font-size: 6em;
  }
  h2 {
    font-size: 2em;
  }
  h4 {
    font-size: 2em;
  }
  h3 {
    font-size: 3.5em;
  }
  a.titles {
    font-size: 3em;
  }
  p.tag {
    font-size: 0.9em;
  }
  li {
    padding: 0 8px 0 8px;
  }
  .body.home .grid-container {
    row-gap: 92px;
  }
  .grid-container {
    grid-template-columns: repeat(6, 1fr);
    -moz-column-gap: 16px;
         column-gap: 16px;
    row-gap: 32px;
  }
  .project-grid .img video {
    height: 400px;
  }
  .col2-12,
  .col3-12,
  .col4-12,
  .col5-12,
  .col6-12,
  .col6-12-rt,
  .col7-12,
  .col8-12,
  .col8-12-ct,
  .col8-12-rt,
  .col9-12,
  .col10-12,
  .col10-12-ct,
  .col11-12,
  .col12-12 {
    grid-column: 1/span 6;
    justify-self: start;
    width: 100%;
  }
  header {
    mix-blend-mode: normal;
  }
  header nav.desktop {
    display: none;
  }
  header nav.desktop .center lottie-player {
    display: none;
  }
  header nav.mobile {
    display: inline;
  }
  header nav.mobile lottie-player {
    width: 60px;
    height: 60px;
    text-align: center;
    margin: 0 auto;
  }
  header nav.mobile .navbar {
    width: 100%;
  }
  header nav.mobile .nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header nav.mobile .container.nav-container .menu-items {
    padding-top: 140px;
  }
  header nav.mobile .navbar .nav-container li {
    list-style: none;
    padding-bottom: 32px;
  }
  header nav.mobile .navbar .nav-container a {
    text-decoration: none;
    font-size: 4.5em;
  }
  header nav.mobile .navbar .nav-container a:hover {
    font-family: "OrticaAngular-Bold";
  }
  header nav.mobile .nav-container {
    display: block;
    position: relative;
    height: 60px;
    margin-top: -40px;
  }
  header nav.mobile .nav-container .checkbox {
    position: absolute;
    display: block;
    height: 32px;
    width: 32px;
    top: 40px;
    right: 0;
    z-index: 5;
    opacity: 0;
    cursor: pointer;
  }
  header nav.mobile .nav-container .hamburger-lines {
    display: block;
    height: 26px;
    position: absolute;
    top: 30px;
    right: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  header nav.mobile .nav-container .hamburger-lines .line {
    display: block;
    height: 2px;
    width: 100%;
    border-radius: 5px;
    background: #f6f6f6;
  }
  header nav.mobile .nav-container .hamburger-lines .line1 {
    transform-origin: 0% 0%;
    transition: transform 0.4s ease-in-out;
  }
  header nav.mobile .nav-container .hamburger-lines .line2 {
    transition: transform 0.2s ease-in-out;
    width: 50%;
  }
  header nav.mobile .nav-container .hamburger-lines .line3 {
    transform-origin: 0% 100%;
    transition: transform 0.4s ease-in-out;
  }
  header nav.mobile .navbar .menu-items {
    padding-top: 88px;
    height: 100vh;
    width: 100%;
    transform: translate(150%);
    display: flex;
    flex-direction: column;
    transition: transform 0.5s ease-in-out;
    text-align: center;
    background-color: #191716;
  }
  header nav.mobile .navbar .menu-items li {
    margin-bottom: 1.2rem;
  }
  header nav.mobile li.sm-links {
    display: flex;
    margin: 0 auto;
  }
  header nav.mobile li.sm-links a.sm {
    font-size: 2em;
    padding: 40px 16px;
  }
  header nav.mobile .logo {
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 6;
  }
  header nav.mobile .nav-container input[type=checkbox]:checked ~ .menu-items {
    transform: translateX(0);
  }
  header nav.mobile .nav-container input[type=checkbox]:checked ~ .hamburger-lines .line1 {
    transform: rotate(30deg);
  }
  header nav.mobile .nav-container input[type=checkbox]:checked ~ .hamburger-lines .line2 {
    transform: scaleY(0);
  }
  header nav.mobile .nav-container input[type=checkbox]:checked ~ .hamburger-lines .line3 {
    transform: rotate(-50deg);
  }
  main .body {
    margin: 324px auto;
  }
  main .body .hero {
    position: relative;
  }
  main .body .hero .stick {
    position: sticky;
    top: 20%;
    right: 30%;
    z-index: -1;
  }
  main .body .hero .heading h1 {
    font-size: 4em;
  }
  main .body .hero .heading img.avatar-mb {
    display: none;
    margin-right: 8px;
    width: 25%;
  }
  main .body .hero .heading img.avatar-dt {
    display: none;
  }
  main .body .hero .heading .span.ct {
    display: none;
  }
  main .body .hero .heading h4.about {
    font-family: "Uncut-Sans-Regular";
    font-size: 2.5em;
    line-height: 36px;
  }
  main .body .hero .video video {
    height: 350px;
  }
  main .body .about .text {
    max-width: 100%;
  }
  main .body .about .social {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
  }
  main .body .contact .mail {
    display: flex;
    flex-direction: column;
  }
  main .body .contact .social .links {
    display: flex;
    flex-wrap: wrap;
  }
  main .body .cp-ct {
    height: 1vh;
  }
  main .p404 {
    margin-top: 220px;
  }
  footer nav.ft {
    flex-wrap: wrap;
  }
  footer nav.ft .left-st {
    margin-left: auto;
    margin-right: auto;
  }
  footer nav.ft .right-st {
    margin-left: auto;
    margin-right: auto;
  }
}