html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
}

strong {
  font-weight: 700;
}

input,
button,
textarea {
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
}

html {
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Montserrat", serif;
  font-weight: 400;
  background-color: #F1F1F1;
  color: #0C0C0C;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", serif;
  font-weight: 700;
  line-height: 1.4;
}

.hide {
  display: none;
}

.hide-txt {
  font-size: 0;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.nowrap {
  flex-wrap: nowrap;
}

.flex-auto {
  flex: 1 0 auto;
}

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

.ali-start {
  align-items: flex-start;
}

.ali-end {
  align-items: flex-end;
}

.jus-start {
  justify-content: start;
}

.jus-end {
  justify-content: flex-end;
}

.jus-center {
  justify-content: center;
}

.jus-around {
  justify-content: space-around;
}

.jus-between {
  justify-content: space-around;
}

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

.ta-left {
  text-align: left;
}

.flex-grow {
  flex-grow: 1;
}

.row-reverse {
  flex-direction: row-reverse;
}

.container {
  display: block;
  width: 100%;
  margin: 0 auto;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.main {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.highlight {
  color: #EA4335;
}

.bg-black {
  background-color: #000;
}

.view-link {
  color: #0C0C0C;
  font-weight: 500;
}

.card {
  position: relative;
  background-color: transparent;
  width: 100%;
  height: auto;
  perspective: 1000px;
}
.card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  transform-style: preserve-3d;
}
.card-front {
  position: relative;
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 2;
}
.card-back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.tailored-work--wrap.active:hover .card-inner {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.team__item.active:hover .card-inner {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.block {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 5px;
}
.block__header {
  position: relative;
  width: 100%;
  height: auto;
  padding: 20px 10px;
}
.block__body {
  padding: 0 10px;
  flex-grow: 1;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}
.block__action {
  width: 100%;
  height: auto;
  padding: 10px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #0C0C0C;
  border: 1px solid #D9D9D9;
  text-decoration: none;
}

.btn-view--arrow {
  line-height: 0;
}
.btn-view--arrow img {
  width: 100%;
  height: auto;
}

.scrolldown__but {
  position: relative;
}

@media screen and (min-width: 1024px) {
  .main {
    padding-top: clamp(40px, 5.7291666667vw, 90px);
  }
  .scrolldown__but::before {
    content: "";
    width: 3.125vw;
    height: 3.125vw;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(../images/scroll-down-arrow.svg) no-repeat center center;
    background-size: 100% auto;
  }
  .sp {
    display: none !important;
  }
  .container {
    width: 100%;
  }
  .container.fullscreen {
    height: calc(100vh - clamp(40px, 5.7291666667vw, 90px));
  }
  .view-link {
    font-size: 1.4583333333vw;
  }
  .btn-view {
    font-size: 0.9375vw;
    width: 8.8541666667vw;
    height: 2.2916666667vw;
  }
  .btn-view--arrow {
    width: 1.1458333333vw;
    margin-left: 0.4166666667vw;
  }
}
@media screen and (max-width: 1023px) {
  .main {
    padding-top: 16vw;
  }
  .pc {
    display: none !important;
  }
  .scrolldown__but::before {
    content: "";
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(../images/scroll-down-arrow.svg) no-repeat center center;
    background-size: 100% auto;
  }
  .view-link {
    font-size: 4.2666666667vw;
  }
  .btn-view {
    font-size: 4.8vw;
    width: 45.3333333333vw;
    height: 11.7333333333vw;
  }
  .btn-view--arrow {
    width: 5.8666666667vw;
    margin-left: 2.1333333333vw;
  }
  .container {
    width: 100%;
  }
  .container.fullscreen {
    height: calc(100vh - 16vw);
  }
}
.scrolldown__but img {
  animation: rotate360 10s linear infinite;
}

@keyframes rotate360 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate360 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.header {
  background-color: #fff;
  z-index: 10;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  -webkit-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.header.fixed {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.header__wrap {
  width: 100%;
}
.header__logo a {
  line-height: 0;
  display: block;
  position: relative;
}
.header__logo a img {
  width: 100%;
  height: auto;
}
.header__logo--white {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}
.header__nav a {
  font-weight: 500;
  color: #0C0C0C;
  text-decoration: none;
}
.header__nav li.active a {
  color: #EA4335;
}
.header__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #D9D9D9;
  font-weight: 500;
  color: #0C0C0C;
}

@media screen and (min-width: 1024px) {
  .header__container {
    padding: 0 5.1041666667%;
  }
  .header__wrap {
    display: grid;
    height: clamp(40px, 5.7291666667vw, 90px);
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
  }
  .header__nav {
    display: flex;
    align-items: center;
  }
  .header__nav ul {
    display: flex;
    align-items: center;
    gap: 3.125vw;
  }
  .header__nav li {
    flex-grow: 1;
  }
  .header__nav a {
    font-size: 1.0416666667vw;
    line-height: 3.125vw;
    border-bottom: 1px solid transparent;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: block;
  }
  .header__nav a:hover {
    color: #EA4335;
    border-bottom-color: #EA4335;
  }
  .header__logo {
    width: 8.3333333333vw;
  }
  .header__logo--white {
    opacity: 0;
  }
  .header__btn {
    margin-left: auto;
    width: 8.3333333333vw;
    height: 2.6041666667vw;
    font-size: 1.0416666667vw;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }
  .header__btn:hover {
    background-color: #EA4335;
    color: #fff;
  }
  body[data-page=about-us] .header {
    background-color: #000;
  }
  body[data-page=about-us] .header .header__logo--normal {
    opacity: 0;
  }
  body[data-page=about-us] .header .header__logo--white {
    opacity: 1;
  }
  body[data-page=about-us] .header__btn {
    color: #fff;
  }
  body[data-page=about-us] .header__nav li:not(.active) a {
    color: #fff;
  }
  body[data-page=about-us] .header__nav li:not(.active) a:hover {
    color: #EA4335;
  }
}
@media screen and (max-width: 1023px) {
  .header__container {
    padding: 0 5.3333333333%;
  }
  .header__wrap {
    display: flex;
    align-items: center;
    height: 16vw;
  }
  .header__nav {
    position: fixed;
    right: 0;
    top: 16vw;
    width: 100%;
    height: calc(var(--height-16vw));
    padding: 0 5.3333333333%;
    background-color: #000;
    -webkit-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    display: flex;
    flex-direction: column;
    z-index: 10;
  }
  .header__nav ul {
    width: 100%;
    padding: 21.3333333333vw 0;
  }
  .header__nav li {
    margin-bottom: 12.8vw;
  }
  .header__nav li:last-child {
    margin-bottom: 0;
  }
  .header__nav li.active a {
    color: #EA4335;
  }
  .header__nav li.active a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1.5px;
    background-color: #EA4335;
  }
  .header__nav a {
    position: relative;
    padding: 5px 0;
    font-size: 7.4666666667vw;
    line-height: 1.2;
    color: #fff;
    font-family: "Anybody", serif;
    font-weight: 400;
  }
  .header__logo {
    position: relative;
    top: 1.3333333333vw;
    width: 32vw;
    z-index: 11;
  }
  .header__logo--white {
    opacity: 0;
  }
  .header__btn {
    margin-left: auto;
    width: 25.6vw;
    height: 8.5333333333vw;
    font-size: 4.2666666667vw;
    z-index: 11;
    position: relative;
  }
  .header__burger {
    position: relative;
    width: 8vw;
    height: 8vw;
    margin-left: 3.7333333333vw;
    cursor: pointer;
    color: #343434;
    z-index: 11;
  }
  .header__burger--close {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
  .header__burger svg {
    width: 100%;
    height: 100%;
  }
  .header .copyright__top {
    font-family: "Anybody", serif;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    font-size: 4.2666666667vw;
    margin-top: auto;
    padding-bottom: 10.6666666667vw;
  }
  .open__menu {
    height: 100%;
    overflow: hidden;
  }
  .open__menu .header {
    background-color: #000;
    height: 100%;
  }
  .open__menu .header__logo--normal {
    opacity: 0;
  }
  .open__menu .header__logo--white {
    opacity: 1;
  }
  .open__menu .header__nav {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .open__menu .header__btn {
    color: #fff;
  }
  .open__menu .header__burger {
    color: #fff;
  }
  .open__menu .header__burger--normal {
    opacity: 0;
  }
  .open__menu .header__burger--close {
    opacity: 1;
  }
}
/**
 * Swiper 8.1.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 16, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.section__anim {
  display: flex;
  width: 100%;
}

.bg-gradient {
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: linear-gradient(90deg, #EA4335 0%, #FF8A00 100%), radial-gradient(35.04% 56.07% at 5.09% 19.88%, rgba(234, 67, 53, 0) 0%, rgba(255, 245, 0, 0.56) 100%), radial-gradient(51.28% 82.04% at 100% -12.21%, rgba(255, 136, 49, 0) 0%, rgba(233, 32, 32, 0.81) 100%), radial-gradient(33.41% 53.46% at 34.51% 103.46%, rgba(255, 123, 123, 0) 0%, rgba(255, 199, 0, 0.49) 100%), radial-gradient(33.75% 54% at 0% 0%, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0) 100%);
}

.circles {
  opacity: 0;
}

.banner,
.reality,
.vision,
.tailored,
.bg-gradient {
  height: 100vh;
}

.banner {
  background-color: #f1f1f1;
}
.banner-box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
}
.banner-txt h1,
.banner-txt h2 {
  font-family: "Anybody", serif;
  font-weight: 700;
  line-height: 1.25;
}
.banner-img {
  line-height: 0;
  pointer-events: none;
}
.banner-img img {
  width: 100%;
  height: auto;
  opacity: 0.1;
}
.banner .scrolldown__but {
  line-height: 0;
  cursor: pointer;
}
.banner .scrolldown__but img {
  width: 100%;
  height: auto;
}

.reality {
  position: relative;
  overflow: hidden;
}
.reality-box {
  position: relative;
  width: 100%;
  height: auto;
}
.reality-txt {
  color: #fff;
  text-align: center;
}
.reality-txt h2 {
  font-family: "Anybody", serif;
  font-weight: 700;
  line-height: 1.25;
}
.reality-img {
  opacity: 0;
  line-height: 0;
}
.reality-img img {
  width: 100%;
  height: auto;
}

.vision {
  position: relative;
  overflow: hidden;
}
.vision-box {
  width: 100%;
}
.vision-item {
  color: #fff;
  font-weight: 400;
  line-height: 1.25;
}
.vision-item h2,
.vision-item p {
  font-family: "Anybody", serif;
}
.vision-item h2 {
  font-weight: 700;
}
.vision-img {
  line-height: 0;
}
.vision-img img {
  width: 100%;
  height: auto;
}

.tailored {
  position: relative;
}
.tailored-work--wrap {
  cursor: pointer;
}
.tailored .container {
  position: relative;
  z-index: 1;
}
.tailored-box {
  width: 100%;
}
.tailored-title {
  position: absolute;
  color: #fff;
}
.tailored-title h2 {
  font-family: "Anybody", serif;
  font-weight: 700;
  line-height: 1.25;
}
.tailored .card {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.tailored .card-front {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tailored .card-front h3 {
  position: relative;
  color: #EA4335;
  font-weight: 700;
  font-family: "Anybody", serif;
  z-index: 1;
}
.tailored .card-back {
  background-color: transparent;
}
.tailored .card-back .tailored-txt {
  width: 100%;
  height: 100%;
  line-height: 1.4;
}

@media screen and (min-width: 1024px) {
  .banner {
    padding: 0 5.1041666667%;
  }
  .banner .container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .banner-box {
    padding: 1.5625vw 0;
    justify-content: space-between;
  }
  .banner-txt {
    flex: 0 0 50.464037123%;
    max-width: 50.464037123%;
    padding-top: 1.5625vw;
  }
  .banner-txt h1,
  .banner-txt h2 {
    margin-bottom: 1.0416666667vw;
  }
  .banner-txt h1 {
    font-size: 3.6458333333vw;
  }
  .banner-txt h2 {
    font-size: 2.8125vw;
  }
  .banner-img {
    flex: 0 0 46.403712297%;
    max-width: 46.403712297%;
  }
  .banner .scrolldown__but {
    width: 27.5862068966%;
  }
  .reality {
    padding: 0 5.1041666667%;
  }
  .reality-box {
    height: 100%;
    padding: 1.5625vw 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .reality-img {
    width: 55.3125%;
    margin: 0 auto;
  }
  .reality-txt {
    position: absolute;
    width: 49.6519721578%;
  }
  .reality-txt h2 {
    font-size: 3.6458333333vw;
  }
  .vision-box {
    padding: 0 5.1041666667%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .vision-item {
    position: absolute;
    flex: 0 0 24.1666666667vw;
    max-width: 24.1666666667vw;
    -webkit-transform: translateX(64vw);
    transform: translateX(64vw);
  }
  .vision-item h2 {
    font-size: 2.6041666667vw;
    margin-bottom: 1.0416666667vw;
  }
  .vision-item p {
    font-size: 1.4583333333vw;
  }
  .vision-img {
    position: absolute;
    width: 58.125%;
    left: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transform: translate(-40%, 15%);
    transform: translate(-40%, 15%);
  }
  .vision .span-highlight {
    display: inline-flex;
  }
  .tailored-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/tailored-bg.jpg) no-repeat center center;
    background-size: cover;
  }
  .tailored-box {
    height: 100%;
  }
  .tailored-title {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
  .tailored-title h2 {
    font-size: 3.3333333333vw;
  }
  .tailored-scene {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    margin: 0 auto;
    overflow: hidden;
  }
  .tailored-work {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 100vw;
    height: 100%;
    perspective: 10000px;
    will-change: transform;
    display: flex;
    align-items: flex-end;
    padding-bottom: 10vh;
    gap: 1.9791666667vw;
  }
  .tailored-work--wrap {
    position: relative;
    display: block;
    line-height: 0;
    width: 100%;
    height: auto;
    background: url(../images/tailored-item-bg.png) no-repeat center center;
    background-size: cover;
    width: 32vh;
  }
  .tailored-work--wrap::before {
    content: "";
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 166.6666666667%;
  }
  .tailored-work--wrap:hover .tailored-work--img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .tailored-work--img {
    position: absolute;
    height: 100%;
    width: auto;
    right: 0;
    bottom: 0;
    -webkit-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
  }
  .tailored .card-front h3 {
    font-size: clamp(12px, 1.6666666667vw, 3.16666vh);
  }
  .tailored .card-back h3 {
    font-size: clamp(12px, 1.6666666667vw, 3.16666vh);
  }
  .tailored .card-back p {
    font-size: clamp(12px, 1.0416666667vw, 1.9666vh);
  }
  .tailored .card-back .btn-view {
    max-width: 100%;
    font-size: clamp(12px, 0.9375vw, 1.9666vh);
  }
  .tailored-txt {
    padding: 0 1.1458333333vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .tailored-txt .block {
    height: auto;
    max-height: 80%;
  }
  .section__anim {
    display: flex;
    width: 100%;
    height: 1600vh;
    overflow: hidden;
    background-color: #fff;
  }
  .section__anim .banner,
  .section__anim .reality,
  .section__anim .vision,
  .section__anim .tailored {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section__anim .banner .container,
  .section__anim .reality .container,
  .section__anim .vision .container,
  .section__anim .tailored .container {
    width: 100%;
    height: var(--height);
  }
  .section__anim .reality,
  .section__anim .vision {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    pointer-events: none;
  }
  .section__anim .tailored {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateY(100vh);
    transform: translateY(100vh);
  }
  .section__anim .reality-txt {
    -webkit-transform: translateY(100vh);
    transform: translateY(100vh);
  }
}
@media screen and (max-width: 1023px) {
  .banner {
    padding: 0 5.3333333333%;
  }
  .banner-box {
    height: 100%;
    flex-direction: column;
    flex-direction: column;
    padding: 5.3333333333vw 0;
  }
  .banner-txt h1,
  .banner-txt h2 {
    margin-bottom: 4vw;
  }
  .banner-txt h1 {
    font-size: 8.5333333333vw;
  }
  .banner-txt h2 {
    font-size: 6.4vw;
  }
  .banner-img {
    position: absolute;
    left: 0;
    bottom: 20px;
  }
  .banner .scrolldown__but {
    width: 37.3333333333vw;
    top: 52vh;
    position: absolute;
  }
  .reality {
    padding: 0 5.3333333333%;
  }
  .reality-box {
    display: flex;
    height: 100%;
    flex-direction: column;
    flex-direction: column;
    justify-content: center;
    padding: 5.3333333333vw 0;
  }
  .reality-txt {
    position: absolute;
  }
  .reality-txt h2 {
    font-size: 8.5333333333vw;
  }
  .vision-box {
    padding: 0 5.3333333333%;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .vision-item {
    position: absolute;
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw);
    margin-right: 29.3333333333vw;
  }
  .vision-item h2 {
    font-size: 6.4vw;
    margin-bottom: 4vw;
  }
  .vision-item p {
    font-size: 4.8vw;
  }
  .vision .span-highlight {
    display: inline-flex;
  }
  .vision-img {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .vision-img img {
    height: 110%;
    width: auto;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .tailored-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/tailored-bg.jpg) no-repeat center center;
    background-size: cover;
  }
  .tailored-box {
    height: 100%;
  }
  .tailored-title {
    width: 100%;
    text-align: center;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
  .tailored-title h2 {
    font-size: 7.4666666667vw;
  }
  .tailored-scene {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
  }
  .tailored-work {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 100vw;
    height: 100%;
    perspective: 10000px;
    will-change: transform;
    display: flex;
    align-items: flex-end;
    padding-bottom: 10vh;
    gap: 20px;
  }
  .tailored-work--wrap {
    position: relative;
    display: block;
    line-height: 0;
    width: 100%;
    height: auto;
    background: url(../images/tailored-item-bg.png) no-repeat center center;
    background-size: cover;
    width: 32vh;
  }
  .tailored-work--wrap::before {
    content: "";
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 166.6666666667%;
  }
  .tailored-work--img {
    position: absolute;
    height: 100%;
    width: auto;
    right: 0;
    bottom: 0;
  }
  .tailored .card-front h3 {
    font-size: 6.4vw;
  }
  .tailored .card-back h3 {
    font-size: 5.3333333333vw;
  }
  .tailored .card-back p {
    font-size: 3.7333333333vw;
  }
  .tailored-txt {
    padding: 0 2.6666666667vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .tailored-txt .block {
    height: auto;
    max-height: 80%;
  }
  .section__anim {
    display: flex;
    width: 100%;
    height: 1600vh;
    overflow: hidden;
    background-color: #fff;
  }
  .section__anim .banner,
  .section__anim .reality,
  .section__anim .vision,
  .section__anim .tailored {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section__anim .banner .container,
  .section__anim .reality .container,
  .section__anim .vision .container,
  .section__anim .tailored .container {
    width: 100%;
    height: var(--height);
  }
  .section__anim .reality,
  .section__anim .vision {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    pointer-events: none;
  }
  .section__anim .tailored {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateY(100vh);
    transform: translateY(100vh);
  }
  .section__anim .reality-txt {
    -webkit-transform: translateY(100vh);
    transform: translateY(100vh);
  }
}
.projects {
  position: relative;
  background: url(../images/projects-bg.png) repeat left top;
  background-size: 50px auto;
}
.projects .title {
  display: flex;
  justify-content: space-between;
}
.projects .title h2 {
  font-family: "Anybody", serif;
  font-weight: 400;
  line-height: 1.25;
}
.projects .title h2 span {
  font-weight: 700;
}
.projects-box {
  width: 100%;
}
.projects .swiper-slide {
  height: auto;
}
.projects-item {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: relative;
}
.projects-item.active .block {
  opacity: 1;
  height: 100%;
}
.projects-txt {
  background-color: #fff;
}
.projects-txt h3 {
  font-family: "Anybody", serif;
  color: #EA4335;
  font-weight: 500;
}
.projects-txt .slug {
  font-family: "Anybody", serif;
  font-weight: 400;
  font-style: italic;
}
.projects .block {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
  height: 0;
  opacity: 0;
  -webkit-transition: height 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: height 0.3s ease-in-out, opacity 0.3s ease-in-out;
  overflow: hidden;
}
.projects-detail {
  font-weight: 400;
  line-height: 1.4;
}
.projects-img {
  width: 100%;
  height: auto;
  line-height: 0;
}
.projects-img img {
  width: 100%;
  height: auto;
}
.projects .view-project {
  position: absolute;
  line-height: 0;
  cursor: pointer;
}
.projects .view-project img {
  width: 100%;
  height: auto;
}
.projects .view-link {
  position: relative;
  text-decoration: none;
}
.projects .view-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background-color: #EA4335;
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

@media screen and (min-width: 1024px) {
  .projects {
    padding-left: 5.1041666667%;
    padding-top: 7.8125vw;
    padding-bottom: 6.7708333333vw;
  }
  .projects .view-link:hover::after {
    opacity: 1;
  }
  .projects .title {
    padding-right: 5.1041666667%;
    align-items: flex-end;
    margin-bottom: 5.2083333333vw;
  }
  .projects .title h2 {
    font-size: 3.3333333333vw;
  }
  .projects .title h2 span {
    font-size: 112.5%;
  }
  .projects-box {
    width: 100%;
  }
  .projects-txt h3 {
    font-size: 1.6666666667vw;
    margin-bottom: 0.3125vw;
    max-width: calc(100% - 2.8125vw);
  }
  .projects-txt .slug {
    font-size: 0.8333333333vw;
  }
  .projects-detail {
    font-size: 0.8333333333vw;
  }
  .projects-detail p {
    margin-bottom: 0.625vw;
  }
  .projects .view-project {
    right: 10px;
    top: 10px;
    width: 2.5vw;
    height: 2.5vw;
  }
}
@media screen and (max-width: 1023px) {
  .projects {
    padding-left: 5.3333333333%;
    padding-top: 16vw;
    padding-bottom: 16vw;
    background-size: 30px auto;
  }
  .projects .title {
    padding-right: 5.3333333333%;
    flex-wrap: wrap;
    margin-bottom: 10.6666666667vw;
    text-align: center;
  }
  .projects .title h2 {
    width: 100%;
    font-size: 7.4666666667vw;
    margin-bottom: 5.3333333333vw;
  }
  .projects .title h2 span {
    font-size: 114.5%;
  }
  .projects .title .view-link {
    display: inline-flex;
    margin: 0 auto;
  }
  .projects .title .view-link::after {
    opacity: 1;
    bottom: -3px;
  }
  .projects-box {
    width: 100%;
  }
  .projects-txt h3 {
    font-size: 6.4vw;
    margin-bottom: 2.6666666667vw;
    max-width: calc(100% - 12.2666666667vw);
  }
  .projects-txt .slug {
    font-size: 5.3333333333vw;
  }
  .projects-detail {
    font-size: 4.2666666667vw;
  }
  .projects-detail p {
    margin-bottom: 3.2vw;
  }
  .projects .view-project {
    right: 10px;
    top: 10px;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
.clients {
  position: relative;
  background-color: #fff;
}
.clients h2 {
  font-family: "Anybody", serif;
  font-weight: 700;
  line-height: 1.25;
  text-align: right;
}
.clients-box {
  position: relative;
  width: 100%;
}
.clients-list {
  background-color: #7C7C7C;
  border: 1px solid #7C7C7C;
}
.clients-item {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #fff;
}
.clients-item::before {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  padding-top: 100%;
}
.clients-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.clients-img img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.clients-img:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

@media screen and (min-width: 1024px) {
  .clients {
    padding: 9.8958333333vw 12.5%;
  }
  .clients h2 {
    font-size: 2.9166666667vw;
    margin-bottom: 2.9166666667vw;
  }
  .clients-box {
    width: 100%;
  }
  .clients-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
  }
}
@media screen and (max-width: 1023px) {
  .clients {
    padding: 16vw 5.3333333333%;
  }
  .clients h2 {
    font-size: 6.4vw;
    margin-bottom: 6.4vw;
  }
  .clients-box {
    width: 100%;
  }
  .clients-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    background-color: #fff;
    border: none;
  }
  .clients-item {
    border: 1px solid #7C7C7C;
  }
}
.partners {
  position: relative;
  background-color: #fff;
}
.partners h2 {
  font-family: "Anybody", serif;
  font-weight: 700;
  line-height: 1.25;
}
.partners-box {
  width: 100%;
}
.partners-list {
  background-color: #7C7C7C;
  border: 1px solid #7C7C7C;
}
.partners-item {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #fff;
}
.partners-item::before {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  padding-top: 100%;
}
.partners-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partners-img img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.partners-img:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

@media screen and (min-width: 1024px) {
  .partners {
    padding: 0 12.5%;
    padding-bottom: 9.8958333333vw;
  }
  .partners h2 {
    font-size: 2.9166666667vw;
    margin-bottom: 2.9166666667vw;
  }
  .partners-box {
    width: 100%;
  }
  .partners-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
  }
}
@media screen and (max-width: 1023px) {
  .partners {
    padding: 0 5.3333333333% 16vw 5.3333333333%;
  }
  .partners h2 {
    font-size: 6.4vw;
    margin-bottom: 6.4vw;
  }
  .partners-box {
    width: 100%;
  }
  .partners-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    background-color: #fff;
    border: none;
  }
  .partners-item {
    border: 1px solid #7C7C7C;
  }
}
.job {
  background-color: #000;
}
.job-checkout {
  display: flex;
  font-family: "Anybody", serif;
  font-weight: 400;
  color: #fff;
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  .job-checkout {
    padding: 1.35555vw 0 1vw 0;
    font-size: 3.3333333333vw;
  }
  .job-checkout--marquee {
    display: flex;
    align-items: center;
    white-space: nowrap;
  }
  .job-checkout img {
    width: 4.1666666667vw;
    height: auto;
    margin: 0 2.34375vw;
  }
}
@media screen and (max-width: 1023px) {
  .job-checkout {
    padding: 2.5333333333vw 0;
    font-size: 9.6vw;
  }
  .job-checkout--marquee {
    display: flex;
    align-items: center;
    white-space: nowrap;
  }
  .job-checkout img {
    width: 10.6666666667vw;
    height: auto;
    margin: 0 5.3333333333vw;
  }
}
.circle-container {
  position: absolute;
  transform: translateY(-10vh);
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.circle-container .circles {
  opacity: 0;
}
.circle-container .circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  mix-blend-mode: screen;
  background-image: radial-gradient(hsl(0, 0%, 100%), hsl(0, 0%, 100%) 10%, hsla(0, 0%, 100%, 0) 56%);
  animation: fadein-frames 200ms infinite, scale-frames 2s infinite;
}
@keyframes fade-frames {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scale-frames {
  0% {
    transform: scale3d(0.4, 0.4, 1);
  }
  50% {
    transform: scale3d(1, 1, 1);
  }
  100% {
    transform: scale3d(0.4, 0.4, 1);
  }
}
.circle-container:nth-child(1) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-1;
  animation-duration: 21954ms;
  animation-delay: 4332ms;
}
@keyframes move-frames-1 {
  from {
    transform: translate3d(88vw, 104vh, 0);
  }
  to {
    transform: translate3d(87vw, -127vh, 0);
  }
}
.circle-container:nth-child(1) .circle {
  animation-delay: 1759ms;
}
.circle-container:nth-child(2) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-2;
  animation-duration: 23243ms;
  animation-delay: 882ms;
}
@keyframes move-frames-2 {
  from {
    transform: translate3d(27vw, 110vh, 0);
  }
  to {
    transform: translate3d(78vw, -120vh, 0);
  }
}
.circle-container:nth-child(2) .circle {
  animation-delay: 1911ms;
}
.circle-container:nth-child(3) {
  width: 9px;
  height: 9px;
  animation-name: move-frames-3;
  animation-duration: 21604ms;
  animation-delay: 2168ms;
}
@keyframes move-frames-3 {
  from {
    transform: translate3d(50vw, 105vh, 0);
  }
  to {
    transform: translate3d(39vw, -110vh, 0);
  }
}
.circle-container:nth-child(3) .circle {
  animation-delay: 3399ms;
}
.circle-container:nth-child(4) {
  width: 9px;
  height: 9px;
  animation-name: move-frames-4;
  animation-duration: 21589ms;
  animation-delay: 5632ms;
}
@keyframes move-frames-4 {
  from {
    transform: translate3d(76vw, 109vh, 0);
  }
  to {
    transform: translate3d(86vw, -113vh, 0);
  }
}
.circle-container:nth-child(4) .circle {
  animation-delay: 3683ms;
}
.circle-container:nth-child(5) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-5;
  animation-duration: 23094ms;
  animation-delay: 6204ms;
}
@keyframes move-frames-5 {
  from {
    transform: translate3d(70vw, 107vh, 0);
  }
  to {
    transform: translate3d(18vw, -108vh, 0);
  }
}
.circle-container:nth-child(5) .circle {
  animation-delay: 2713ms;
}
.circle-container:nth-child(6) {
  width: 10px;
  height: 10px;
  animation-name: move-frames-6;
  animation-duration: 21124ms;
  animation-delay: 8995ms;
}
@keyframes move-frames-6 {
  from {
    transform: translate3d(63vw, 103vh, 0);
  }
  to {
    transform: translate3d(53vw, -110vh, 0);
  }
}
.circle-container:nth-child(6) .circle {
  animation-delay: 3838ms;
}
.circle-container:nth-child(7) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-7;
  animation-duration: 22529ms;
  animation-delay: 7048ms;
}
@keyframes move-frames-7 {
  from {
    transform: translate3d(9vw, 102vh, 0);
  }
  to {
    transform: translate3d(57vw, -121vh, 0);
  }
}
.circle-container:nth-child(7) .circle {
  animation-delay: 1526ms;
}
.circle-container:nth-child(8) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-8;
  animation-duration: 22900ms;
  animation-delay: 10460ms;
}
@keyframes move-frames-8 {
  from {
    transform: translate3d(12vw, 109vh, 0);
  }
  to {
    transform: translate3d(95vw, -135vh, 0);
  }
}
.circle-container:nth-child(8) .circle {
  animation-delay: 1765ms;
}
.circle-container:nth-child(9) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-9;
  animation-duration: 21976ms;
  animation-delay: 10535ms;
}
@keyframes move-frames-9 {
  from {
    transform: translate3d(23vw, 104vh, 0);
  }
  to {
    transform: translate3d(96vw, -111vh, 0);
  }
}
.circle-container:nth-child(9) .circle {
  animation-delay: 3273ms;
}
.circle-container:nth-child(10) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-10;
  animation-duration: 20361ms;
  animation-delay: 1545ms;
}
@keyframes move-frames-10 {
  from {
    transform: translate3d(62vw, 103vh, 0);
  }
  to {
    transform: translate3d(18vw, -125vh, 0);
  }
}
.circle-container:nth-child(10) .circle {
  animation-delay: 214ms;
}
.circle-container:nth-child(11) {
  width: 10px;
  height: 10px;
  animation-name: move-frames-11;
  animation-duration: 20884ms;
  animation-delay: 9454ms;
}
@keyframes move-frames-11 {
  from {
    transform: translate3d(62vw, 107vh, 0);
  }
  to {
    transform: translate3d(15vw, -117vh, 0);
  }
}
.circle-container:nth-child(11) .circle {
  animation-delay: 2010ms;
}
.circle-container:nth-child(12) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-12;
  animation-duration: 20409ms;
  animation-delay: 6700ms;
}
@keyframes move-frames-12 {
  from {
    transform: translate3d(77vw, 109vh, 0);
  }
  to {
    transform: translate3d(61vw, -116vh, 0);
  }
}
.circle-container:nth-child(12) .circle {
  animation-delay: 2103ms;
}
.circle-container:nth-child(13) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-13;
  animation-duration: 21798ms;
  animation-delay: 1688ms;
}
@keyframes move-frames-13 {
  from {
    transform: translate3d(74vw, 103vh, 0);
  }
  to {
    transform: translate3d(19vw, -122vh, 0);
  }
}
.circle-container:nth-child(13) .circle {
  animation-delay: 3888ms;
}
.circle-container:nth-child(14) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-14;
  animation-duration: 21447ms;
  animation-delay: 5625ms;
}
@keyframes move-frames-14 {
  from {
    transform: translate3d(34vw, 102vh, 0);
  }
  to {
    transform: translate3d(80vw, -117vh, 0);
  }
}
.circle-container:nth-child(14) .circle {
  animation-delay: 1829ms;
}
.circle-container:nth-child(15) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-15;
  animation-duration: 21167ms;
  animation-delay: 8245ms;
}
@keyframes move-frames-15 {
  from {
    transform: translate3d(63vw, 110vh, 0);
  }
  to {
    transform: translate3d(38vw, -129vh, 0);
  }
}
.circle-container:nth-child(15) .circle {
  animation-delay: 1287ms;
}
.circle-container:nth-child(16) {
  width: 9px;
  height: 9px;
  animation-name: move-frames-16;
  animation-duration: 20361ms;
  animation-delay: 2320ms;
}
@keyframes move-frames-16 {
  from {
    transform: translate3d(57vw, 110vh, 0);
  }
  to {
    transform: translate3d(57vw, -124vh, 0);
  }
}
.circle-container:nth-child(16) .circle {
  animation-delay: 2336ms;
}
.circle-container:nth-child(17) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-17;
  animation-duration: 22505ms;
  animation-delay: 10768ms;
}
@keyframes move-frames-17 {
  from {
    transform: translate3d(92vw, 101vh, 0);
  }
  to {
    transform: translate3d(1vw, -118vh, 0);
  }
}
.circle-container:nth-child(17) .circle {
  animation-delay: 907ms;
}
.circle-container:nth-child(18) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-18;
  animation-duration: 20552ms;
  animation-delay: 5613ms;
}
@keyframes move-frames-18 {
  from {
    transform: translate3d(53vw, 104vh, 0);
  }
  to {
    transform: translate3d(89vw, -106vh, 0);
  }
}
.circle-container:nth-child(18) .circle {
  animation-delay: 3024ms;
}
.circle-container:nth-child(19) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-19;
  animation-duration: 20182ms;
  animation-delay: 2066ms;
}
@keyframes move-frames-19 {
  from {
    transform: translate3d(87vw, 104vh, 0);
  }
  to {
    transform: translate3d(55vw, -119vh, 0);
  }
}
.circle-container:nth-child(19) .circle {
  animation-delay: 656ms;
}
.circle-container:nth-child(20) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-20;
  animation-duration: 20886ms;
  animation-delay: 6242ms;
}
@keyframes move-frames-20 {
  from {
    transform: translate3d(36vw, 102vh, 0);
  }
  to {
    transform: translate3d(25vw, -126vh, 0);
  }
}
.circle-container:nth-child(20) .circle {
  animation-delay: 3188ms;
}
.circle-container:nth-child(21) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-21;
  animation-duration: 20460ms;
  animation-delay: 9186ms;
}
@keyframes move-frames-21 {
  from {
    transform: translate3d(73vw, 102vh, 0);
  }
  to {
    transform: translate3d(8vw, -124vh, 0);
  }
}
.circle-container:nth-child(21) .circle {
  animation-delay: 348ms;
}
.circle-container:nth-child(22) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-22;
  animation-duration: 23482ms;
  animation-delay: 6063ms;
}
@keyframes move-frames-22 {
  from {
    transform: translate3d(82vw, 107vh, 0);
  }
  to {
    transform: translate3d(80vw, -137vh, 0);
  }
}
.circle-container:nth-child(22) .circle {
  animation-delay: 638ms;
}
.circle-container:nth-child(23) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-23;
  animation-duration: 20004ms;
  animation-delay: 9859ms;
}
@keyframes move-frames-23 {
  from {
    transform: translate3d(10vw, 105vh, 0);
  }
  to {
    transform: translate3d(35vw, -130vh, 0);
  }
}
.circle-container:nth-child(23) .circle {
  animation-delay: 2441ms;
}
.circle-container:nth-child(24) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-24;
  animation-duration: 20338ms;
  animation-delay: 3212ms;
}
@keyframes move-frames-24 {
  from {
    transform: translate3d(53vw, 108vh, 0);
  }
  to {
    transform: translate3d(58vw, -125vh, 0);
  }
}
.circle-container:nth-child(24) .circle {
  animation-delay: 1693ms;
}
.circle-container:nth-child(25) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-25;
  animation-duration: 23264ms;
  animation-delay: 414ms;
}
@keyframes move-frames-25 {
  from {
    transform: translate3d(9vw, 110vh, 0);
  }
  to {
    transform: translate3d(43vw, -112vh, 0);
  }
}
.circle-container:nth-child(25) .circle {
  animation-delay: 2923ms;
}
.circle-container:nth-child(26) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-26;
  animation-duration: 20651ms;
  animation-delay: 1766ms;
}
@keyframes move-frames-26 {
  from {
    transform: translate3d(54vw, 104vh, 0);
  }
  to {
    transform: translate3d(28vw, -130vh, 0);
  }
}
.circle-container:nth-child(26) .circle {
  animation-delay: 2318ms;
}
.circle-container:nth-child(27) {
  width: 10px;
  height: 10px;
  animation-name: move-frames-27;
  animation-duration: 23598ms;
  animation-delay: 7487ms;
}
@keyframes move-frames-27 {
  from {
    transform: translate3d(76vw, 101vh, 0);
  }
  to {
    transform: translate3d(62vw, -129vh, 0);
  }
}
.circle-container:nth-child(27) .circle {
  animation-delay: 3701ms;
}
.circle-container:nth-child(28) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-28;
  animation-duration: 23065ms;
  animation-delay: 4873ms;
}
@keyframes move-frames-28 {
  from {
    transform: translate3d(93vw, 102vh, 0);
  }
  to {
    transform: translate3d(3vw, -132vh, 0);
  }
}
.circle-container:nth-child(28) .circle {
  animation-delay: 91ms;
}
.circle-container:nth-child(29) {
  width: 9px;
  height: 9px;
  animation-name: move-frames-29;
  animation-duration: 23284ms;
  animation-delay: 1393ms;
}
@keyframes move-frames-29 {
  from {
    transform: translate3d(20vw, 106vh, 0);
  }
  to {
    transform: translate3d(59vw, -110vh, 0);
  }
}
.circle-container:nth-child(29) .circle {
  animation-delay: 1367ms;
}
.circle-container:nth-child(30) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-30;
  animation-duration: 21864ms;
  animation-delay: 9462ms;
}
@keyframes move-frames-30 {
  from {
    transform: translate3d(43vw, 103vh, 0);
  }
  to {
    transform: translate3d(32vw, -119vh, 0);
  }
}
.circle-container:nth-child(30) .circle {
  animation-delay: 2072ms;
}
.circle-container:nth-child(31) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-31;
  animation-duration: 23779ms;
  animation-delay: 6235ms;
}
@keyframes move-frames-31 {
  from {
    transform: translate3d(18vw, 105vh, 0);
  }
  to {
    transform: translate3d(28vw, -135vh, 0);
  }
}
.circle-container:nth-child(31) .circle {
  animation-delay: 2019ms;
}
.circle-container:nth-child(32) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-32;
  animation-duration: 21825ms;
  animation-delay: 3067ms;
}
@keyframes move-frames-32 {
  from {
    transform: translate3d(62vw, 105vh, 0);
  }
  to {
    transform: translate3d(73vw, -107vh, 0);
  }
}
.circle-container:nth-child(32) .circle {
  animation-delay: 807ms;
}
.circle-container:nth-child(33) {
  width: 10px;
  height: 10px;
  animation-name: move-frames-33;
  animation-duration: 21626ms;
  animation-delay: 5325ms;
}
@keyframes move-frames-33 {
  from {
    transform: translate3d(29vw, 108vh, 0);
  }
  to {
    transform: translate3d(83vw, -127vh, 0);
  }
}
.circle-container:nth-child(33) .circle {
  animation-delay: 762ms;
}
.circle-container:nth-child(34) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-34;
  animation-duration: 22125ms;
  animation-delay: 3893ms;
}
@keyframes move-frames-34 {
  from {
    transform: translate3d(50vw, 101vh, 0);
  }
  to {
    transform: translate3d(65vw, -105vh, 0);
  }
}
.circle-container:nth-child(34) .circle {
  animation-delay: 2238ms;
}
.circle-container:nth-child(35) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-35;
  animation-duration: 20361ms;
  animation-delay: 5428ms;
}
@keyframes move-frames-35 {
  from {
    transform: translate3d(56vw, 110vh, 0);
  }
  to {
    transform: translate3d(87vw, -124vh, 0);
  }
}
.circle-container:nth-child(35) .circle {
  animation-delay: 2977ms;
}
.circle-container:nth-child(36) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-36;
  animation-duration: 20705ms;
  animation-delay: 9440ms;
}
@keyframes move-frames-36 {
  from {
    transform: translate3d(22vw, 109vh, 0);
  }
  to {
    transform: translate3d(4vw, -128vh, 0);
  }
}
.circle-container:nth-child(36) .circle {
  animation-delay: 1005ms;
}
.circle-container:nth-child(37) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-37;
  animation-duration: 22997ms;
  animation-delay: 792ms;
}
@keyframes move-frames-37 {
  from {
    transform: translate3d(37vw, 103vh, 0);
  }
  to {
    transform: translate3d(80vw, -108vh, 0);
  }
}
.circle-container:nth-child(37) .circle {
  animation-delay: 3713ms;
}
.circle-container:nth-child(38) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-38;
  animation-duration: 20276ms;
  animation-delay: 7714ms;
}
@keyframes move-frames-38 {
  from {
    transform: translate3d(7vw, 105vh, 0);
  }
  to {
    transform: translate3d(5vw, -115vh, 0);
  }
}
.circle-container:nth-child(38) .circle {
  animation-delay: 2153ms;
}
.circle-container:nth-child(39) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-39;
  animation-duration: 22666ms;
  animation-delay: 3409ms;
}
@keyframes move-frames-39 {
  from {
    transform: translate3d(5vw, 104vh, 0);
  }
  to {
    transform: translate3d(92vw, -122vh, 0);
  }
}
.circle-container:nth-child(39) .circle {
  animation-delay: 277ms;
}
.circle-container:nth-child(40) {
  width: 9px;
  height: 9px;
  animation-name: move-frames-40;
  animation-duration: 23747ms;
  animation-delay: 379ms;
}
@keyframes move-frames-40 {
  from {
    transform: translate3d(66vw, 108vh, 0);
  }
  to {
    transform: translate3d(87vw, -117vh, 0);
  }
}
.circle-container:nth-child(40) .circle {
  animation-delay: 891ms;
}
.circle-container:nth-child(41) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-41;
  animation-duration: 20940ms;
  animation-delay: 7848ms;
}
@keyframes move-frames-41 {
  from {
    transform: translate3d(51vw, 101vh, 0);
  }
  to {
    transform: translate3d(93vw, -105vh, 0);
  }
}
.circle-container:nth-child(41) .circle {
  animation-delay: 1434ms;
}
.circle-container:nth-child(42) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-42;
  animation-duration: 22479ms;
  animation-delay: 919ms;
}
@keyframes move-frames-42 {
  from {
    transform: translate3d(80vw, 101vh, 0);
  }
  to {
    transform: translate3d(32vw, -105vh, 0);
  }
}
.circle-container:nth-child(42) .circle {
  animation-delay: 59ms;
}
.circle-container:nth-child(43) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-43;
  animation-duration: 23464ms;
  animation-delay: 3342ms;
}
@keyframes move-frames-43 {
  from {
    transform: translate3d(1vw, 104vh, 0);
  }
  to {
    transform: translate3d(1vw, -113vh, 0);
  }
}
.circle-container:nth-child(43) .circle {
  animation-delay: 1859ms;
}
.circle-container:nth-child(44) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-44;
  animation-duration: 23465ms;
  animation-delay: 1880ms;
}
@keyframes move-frames-44 {
  from {
    transform: translate3d(97vw, 105vh, 0);
  }
  to {
    transform: translate3d(9vw, -131vh, 0);
  }
}
.circle-container:nth-child(44) .circle {
  animation-delay: 3154ms;
}
.circle-container:nth-child(45) {
  width: 9px;
  height: 9px;
  animation-name: move-frames-45;
  animation-duration: 22126ms;
  animation-delay: 2856ms;
}
@keyframes move-frames-45 {
  from {
    transform: translate3d(2vw, 108vh, 0);
  }
  to {
    transform: translate3d(76vw, -138vh, 0);
  }
}
.circle-container:nth-child(45) .circle {
  animation-delay: 3543ms;
}
.circle-container:nth-child(46) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-46;
  animation-duration: 22184ms;
  animation-delay: 8636ms;
}
@keyframes move-frames-46 {
  from {
    transform: translate3d(59vw, 103vh, 0);
  }
  to {
    transform: translate3d(43vw, -107vh, 0);
  }
}
.circle-container:nth-child(46) .circle {
  animation-delay: 1692ms;
}
.circle-container:nth-child(47) {
  width: 9px;
  height: 9px;
  animation-name: move-frames-47;
  animation-duration: 21008ms;
  animation-delay: 980ms;
}
@keyframes move-frames-47 {
  from {
    transform: translate3d(14vw, 103vh, 0);
  }
  to {
    transform: translate3d(100vw, -111vh, 0);
  }
}
.circle-container:nth-child(47) .circle {
  animation-delay: 648ms;
}
.circle-container:nth-child(48) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-48;
  animation-duration: 20854ms;
  animation-delay: 1106ms;
}
@keyframes move-frames-48 {
  from {
    transform: translate3d(34vw, 110vh, 0);
  }
  to {
    transform: translate3d(43vw, -133vh, 0);
  }
}
.circle-container:nth-child(48) .circle {
  animation-delay: 2733ms;
}
.circle-container:nth-child(49) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-49;
  animation-duration: 21218ms;
  animation-delay: 8801ms;
}
@keyframes move-frames-49 {
  from {
    transform: translate3d(52vw, 102vh, 0);
  }
  to {
    transform: translate3d(28vw, -105vh, 0);
  }
}
.circle-container:nth-child(49) .circle {
  animation-delay: 3579ms;
}
.circle-container:nth-child(50) {
  width: 9px;
  height: 9px;
  animation-name: move-frames-50;
  animation-duration: 23776ms;
  animation-delay: 1414ms;
}
@keyframes move-frames-50 {
  from {
    transform: translate3d(8vw, 105vh, 0);
  }
  to {
    transform: translate3d(88vw, -116vh, 0);
  }
}
.circle-container:nth-child(50) .circle {
  animation-delay: 654ms;
}
.circle-container:nth-child(51) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-51;
  animation-duration: 20697ms;
  animation-delay: 9040ms;
}
@keyframes move-frames-51 {
  from {
    transform: translate3d(33vw, 102vh, 0);
  }
  to {
    transform: translate3d(59vw, -124vh, 0);
  }
}
.circle-container:nth-child(51) .circle {
  animation-delay: 303ms;
}
.circle-container:nth-child(52) {
  width: 9px;
  height: 9px;
  animation-name: move-frames-52;
  animation-duration: 23150ms;
  animation-delay: 7451ms;
}
@keyframes move-frames-52 {
  from {
    transform: translate3d(81vw, 106vh, 0);
  }
  to {
    transform: translate3d(31vw, -107vh, 0);
  }
}
.circle-container:nth-child(52) .circle {
  animation-delay: 750ms;
}
.circle-container:nth-child(53) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-53;
  animation-duration: 21393ms;
  animation-delay: 10943ms;
}
@keyframes move-frames-53 {
  from {
    transform: translate3d(64vw, 104vh, 0);
  }
  to {
    transform: translate3d(62vw, -113vh, 0);
  }
}
.circle-container:nth-child(53) .circle {
  animation-delay: 2754ms;
}
.circle-container:nth-child(54) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-54;
  animation-duration: 21705ms;
  animation-delay: 1951ms;
}
@keyframes move-frames-54 {
  from {
    transform: translate3d(24vw, 107vh, 0);
  }
  to {
    transform: translate3d(77vw, -131vh, 0);
  }
}
.circle-container:nth-child(54) .circle {
  animation-delay: 2107ms;
}
.circle-container:nth-child(55) {
  width: 10px;
  height: 10px;
  animation-name: move-frames-55;
  animation-duration: 23321ms;
  animation-delay: 376ms;
}
@keyframes move-frames-55 {
  from {
    transform: translate3d(58vw, 106vh, 0);
  }
  to {
    transform: translate3d(22vw, -134vh, 0);
  }
}
.circle-container:nth-child(55) .circle {
  animation-delay: 110ms;
}
.circle-container:nth-child(56) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-56;
  animation-duration: 22667ms;
  animation-delay: 4933ms;
}
@keyframes move-frames-56 {
  from {
    transform: translate3d(65vw, 109vh, 0);
  }
  to {
    transform: translate3d(12vw, -137vh, 0);
  }
}
.circle-container:nth-child(56) .circle {
  animation-delay: 2009ms;
}
.circle-container:nth-child(57) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-57;
  animation-duration: 21593ms;
  animation-delay: 3211ms;
}
@keyframes move-frames-57 {
  from {
    transform: translate3d(98vw, 101vh, 0);
  }
  to {
    transform: translate3d(25vw, -128vh, 0);
  }
}
.circle-container:nth-child(57) .circle {
  animation-delay: 2254ms;
}
.circle-container:nth-child(58) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-58;
  animation-duration: 23835ms;
  animation-delay: 1351ms;
}
@keyframes move-frames-58 {
  from {
    transform: translate3d(28vw, 109vh, 0);
  }
  to {
    transform: translate3d(37vw, -128vh, 0);
  }
}
.circle-container:nth-child(58) .circle {
  animation-delay: 28ms;
}
.circle-container:nth-child(59) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-59;
  animation-duration: 22399ms;
  animation-delay: 4749ms;
}
@keyframes move-frames-59 {
  from {
    transform: translate3d(90vw, 107vh, 0);
  }
  to {
    transform: translate3d(49vw, -115vh, 0);
  }
}
.circle-container:nth-child(59) .circle {
  animation-delay: 3377ms;
}
.circle-container:nth-child(60) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-60;
  animation-duration: 23231ms;
  animation-delay: 3607ms;
}
@keyframes move-frames-60 {
  from {
    transform: translate3d(74vw, 106vh, 0);
  }
  to {
    transform: translate3d(98vw, -121vh, 0);
  }
}
.circle-container:nth-child(60) .circle {
  animation-delay: 2274ms;
}
.circle-container:nth-child(61) {
  width: 10px;
  height: 10px;
  animation-name: move-frames-61;
  animation-duration: 21944ms;
  animation-delay: 2144ms;
}
@keyframes move-frames-61 {
  from {
    transform: translate3d(34vw, 102vh, 0);
  }
  to {
    transform: translate3d(79vw, -114vh, 0);
  }
}
.circle-container:nth-child(61) .circle {
  animation-delay: 2927ms;
}
.circle-container:nth-child(62) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-62;
  animation-duration: 20828ms;
  animation-delay: 7555ms;
}
@keyframes move-frames-62 {
  from {
    transform: translate3d(39vw, 105vh, 0);
  }
  to {
    transform: translate3d(23vw, -112vh, 0);
  }
}
.circle-container:nth-child(62) .circle {
  animation-delay: 12ms;
}
.circle-container:nth-child(63) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-63;
  animation-duration: 21055ms;
  animation-delay: 6586ms;
}
@keyframes move-frames-63 {
  from {
    transform: translate3d(34vw, 103vh, 0);
  }
  to {
    transform: translate3d(100vw, -119vh, 0);
  }
}
.circle-container:nth-child(63) .circle {
  animation-delay: 3658ms;
}
.circle-container:nth-child(64) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-64;
  animation-duration: 20601ms;
  animation-delay: 1127ms;
}
@keyframes move-frames-64 {
  from {
    transform: translate3d(33vw, 103vh, 0);
  }
  to {
    transform: translate3d(22vw, -127vh, 0);
  }
}
.circle-container:nth-child(64) .circle {
  animation-delay: 804ms;
}
.circle-container:nth-child(65) {
  width: 9px;
  height: 9px;
  animation-name: move-frames-65;
  animation-duration: 21875ms;
  animation-delay: 4110ms;
}
@keyframes move-frames-65 {
  from {
    transform: translate3d(66vw, 105vh, 0);
  }
  to {
    transform: translate3d(29vw, -107vh, 0);
  }
}
.circle-container:nth-child(65) .circle {
  animation-delay: 911ms;
}
.circle-container:nth-child(66) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-66;
  animation-duration: 21521ms;
  animation-delay: 8681ms;
}
@keyframes move-frames-66 {
  from {
    transform: translate3d(69vw, 107vh, 0);
  }
  to {
    transform: translate3d(37vw, -117vh, 0);
  }
}
.circle-container:nth-child(66) .circle {
  animation-delay: 2106ms;
}
.circle-container:nth-child(67) {
  width: 9px;
  height: 9px;
  animation-name: move-frames-67;
  animation-duration: 20224ms;
  animation-delay: 9912ms;
}
@keyframes move-frames-67 {
  from {
    transform: translate3d(5vw, 104vh, 0);
  }
  to {
    transform: translate3d(52vw, -116vh, 0);
  }
}
.circle-container:nth-child(67) .circle {
  animation-delay: 3540ms;
}
.circle-container:nth-child(68) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-68;
  animation-duration: 20286ms;
  animation-delay: 5283ms;
}
@keyframes move-frames-68 {
  from {
    transform: translate3d(79vw, 102vh, 0);
  }
  to {
    transform: translate3d(11vw, -131vh, 0);
  }
}
.circle-container:nth-child(68) .circle {
  animation-delay: 3543ms;
}
.circle-container:nth-child(69) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-69;
  animation-duration: 22126ms;
  animation-delay: 2535ms;
}
@keyframes move-frames-69 {
  from {
    transform: translate3d(47vw, 109vh, 0);
  }
  to {
    transform: translate3d(85vw, -132vh, 0);
  }
}
.circle-container:nth-child(69) .circle {
  animation-delay: 524ms;
}
.circle-container:nth-child(70) {
  width: 10px;
  height: 10px;
  animation-name: move-frames-70;
  animation-duration: 21683ms;
  animation-delay: 10719ms;
}
@keyframes move-frames-70 {
  from {
    transform: translate3d(84vw, 101vh, 0);
  }
  to {
    transform: translate3d(65vw, -116vh, 0);
  }
}
.circle-container:nth-child(70) .circle {
  animation-delay: 3877ms;
}
.circle-container:nth-child(71) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-71;
  animation-duration: 21530ms;
  animation-delay: 8497ms;
}
@keyframes move-frames-71 {
  from {
    transform: translate3d(70vw, 109vh, 0);
  }
  to {
    transform: translate3d(65vw, -111vh, 0);
  }
}
.circle-container:nth-child(71) .circle {
  animation-delay: 2358ms;
}
.circle-container:nth-child(72) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-72;
  animation-duration: 23651ms;
  animation-delay: 9642ms;
}
@keyframes move-frames-72 {
  from {
    transform: translate3d(27vw, 104vh, 0);
  }
  to {
    transform: translate3d(48vw, -107vh, 0);
  }
}
.circle-container:nth-child(72) .circle {
  animation-delay: 2248ms;
}
.circle-container:nth-child(73) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-73;
  animation-duration: 20975ms;
  animation-delay: 3137ms;
}
@keyframes move-frames-73 {
  from {
    transform: translate3d(11vw, 102vh, 0);
  }
  to {
    transform: translate3d(94vw, -119vh, 0);
  }
}
.circle-container:nth-child(73) .circle {
  animation-delay: 3152ms;
}
.circle-container:nth-child(74) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-74;
  animation-duration: 21098ms;
  animation-delay: 10864ms;
}
@keyframes move-frames-74 {
  from {
    transform: translate3d(46vw, 104vh, 0);
  }
  to {
    transform: translate3d(87vw, -126vh, 0);
  }
}
.circle-container:nth-child(74) .circle {
  animation-delay: 1091ms;
}
.circle-container:nth-child(75) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-75;
  animation-duration: 20466ms;
  animation-delay: 5786ms;
}
@keyframes move-frames-75 {
  from {
    transform: translate3d(71vw, 101vh, 0);
  }
  to {
    transform: translate3d(49vw, -131vh, 0);
  }
}
.circle-container:nth-child(75) .circle {
  animation-delay: 1153ms;
}
.circle-container:nth-child(76) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-76;
  animation-duration: 23427ms;
  animation-delay: 10090ms;
}
@keyframes move-frames-76 {
  from {
    transform: translate3d(65vw, 108vh, 0);
  }
  to {
    transform: translate3d(73vw, -135vh, 0);
  }
}
.circle-container:nth-child(76) .circle {
  animation-delay: 2753ms;
}
.circle-container:nth-child(77) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-77;
  animation-duration: 23787ms;
  animation-delay: 3916ms;
}
@keyframes move-frames-77 {
  from {
    transform: translate3d(72vw, 104vh, 0);
  }
  to {
    transform: translate3d(63vw, -107vh, 0);
  }
}
.circle-container:nth-child(77) .circle {
  animation-delay: 885ms;
}
.circle-container:nth-child(78) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-78;
  animation-duration: 21717ms;
  animation-delay: 492ms;
}
@keyframes move-frames-78 {
  from {
    transform: translate3d(24vw, 102vh, 0);
  }
  to {
    transform: translate3d(52vw, -112vh, 0);
  }
}
.circle-container:nth-child(78) .circle {
  animation-delay: 3090ms;
}
.circle-container:nth-child(79) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-79;
  animation-duration: 21854ms;
  animation-delay: 3789ms;
}
@keyframes move-frames-79 {
  from {
    transform: translate3d(84vw, 103vh, 0);
  }
  to {
    transform: translate3d(45vw, -106vh, 0);
  }
}
.circle-container:nth-child(79) .circle {
  animation-delay: 3522ms;
}
.circle-container:nth-child(80) {
  width: 9px;
  height: 9px;
  animation-name: move-frames-80;
  animation-duration: 20681ms;
  animation-delay: 7195ms;
}
@keyframes move-frames-80 {
  from {
    transform: translate3d(2vw, 104vh, 0);
  }
  to {
    transform: translate3d(16vw, -130vh, 0);
  }
}
.circle-container:nth-child(80) .circle {
  animation-delay: 3318ms;
}
.circle-container:nth-child(81) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-81;
  animation-duration: 21621ms;
  animation-delay: 3394ms;
}
@keyframes move-frames-81 {
  from {
    transform: translate3d(15vw, 108vh, 0);
  }
  to {
    transform: translate3d(29vw, -111vh, 0);
  }
}
.circle-container:nth-child(81) .circle {
  animation-delay: 1901ms;
}
.circle-container:nth-child(82) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-82;
  animation-duration: 23551ms;
  animation-delay: 994ms;
}
@keyframes move-frames-82 {
  from {
    transform: translate3d(31vw, 106vh, 0);
  }
  to {
    transform: translate3d(59vw, -129vh, 0);
  }
}
.circle-container:nth-child(82) .circle {
  animation-delay: 2145ms;
}
.circle-container:nth-child(83) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-83;
  animation-duration: 21773ms;
  animation-delay: 603ms;
}
@keyframes move-frames-83 {
  from {
    transform: translate3d(85vw, 105vh, 0);
  }
  to {
    transform: translate3d(62vw, -128vh, 0);
  }
}
.circle-container:nth-child(83) .circle {
  animation-delay: 1719ms;
}
.circle-container:nth-child(84) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-84;
  animation-duration: 20678ms;
  animation-delay: 3151ms;
}
@keyframes move-frames-84 {
  from {
    transform: translate3d(28vw, 107vh, 0);
  }
  to {
    transform: translate3d(73vw, -129vh, 0);
  }
}
.circle-container:nth-child(84) .circle {
  animation-delay: 3743ms;
}
.circle-container:nth-child(85) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-85;
  animation-duration: 20912ms;
  animation-delay: 5435ms;
}
@keyframes move-frames-85 {
  from {
    transform: translate3d(49vw, 110vh, 0);
  }
  to {
    transform: translate3d(80vw, -136vh, 0);
  }
}
.circle-container:nth-child(85) .circle {
  animation-delay: 986ms;
}
.circle-container:nth-child(86) {
  width: 9px;
  height: 9px;
  animation-name: move-frames-86;
  animation-duration: 21100ms;
  animation-delay: 9243ms;
}
@keyframes move-frames-86 {
  from {
    transform: translate3d(53vw, 108vh, 0);
  }
  to {
    transform: translate3d(74vw, -125vh, 0);
  }
}
.circle-container:nth-child(86) .circle {
  animation-delay: 2651ms;
}
.circle-container:nth-child(87) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-87;
  animation-duration: 23772ms;
  animation-delay: 6790ms;
}
@keyframes move-frames-87 {
  from {
    transform: translate3d(51vw, 103vh, 0);
  }
  to {
    transform: translate3d(21vw, -115vh, 0);
  }
}
.circle-container:nth-child(87) .circle {
  animation-delay: 2519ms;
}
.circle-container:nth-child(88) {
  width: 10px;
  height: 10px;
  animation-name: move-frames-88;
  animation-duration: 21756ms;
  animation-delay: 1752ms;
}
@keyframes move-frames-88 {
  from {
    transform: translate3d(71vw, 109vh, 0);
  }
  to {
    transform: translate3d(29vw, -127vh, 0);
  }
}
.circle-container:nth-child(88) .circle {
  animation-delay: 617ms;
}
.circle-container:nth-child(89) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-89;
  animation-duration: 20781ms;
  animation-delay: 2954ms;
}
@keyframes move-frames-89 {
  from {
    transform: translate3d(99vw, 101vh, 0);
  }
  to {
    transform: translate3d(60vw, -125vh, 0);
  }
}
.circle-container:nth-child(89) .circle {
  animation-delay: 3255ms;
}
.circle-container:nth-child(90) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-90;
  animation-duration: 23031ms;
  animation-delay: 2516ms;
}
@keyframes move-frames-90 {
  from {
    transform: translate3d(40vw, 105vh, 0);
  }
  to {
    transform: translate3d(79vw, -113vh, 0);
  }
}
.circle-container:nth-child(90) .circle {
  animation-delay: 2394ms;
}
.circle-container:nth-child(91) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-91;
  animation-duration: 20439ms;
  animation-delay: 4613ms;
}
@keyframes move-frames-91 {
  from {
    transform: translate3d(86vw, 101vh, 0);
  }
  to {
    transform: translate3d(50vw, -112vh, 0);
  }
}
.circle-container:nth-child(91) .circle {
  animation-delay: 1160ms;
}
.circle-container:nth-child(92) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-92;
  animation-duration: 22817ms;
  animation-delay: 8068ms;
}
@keyframes move-frames-92 {
  from {
    transform: translate3d(25vw, 107vh, 0);
  }
  to {
    transform: translate3d(72vw, -135vh, 0);
  }
}
.circle-container:nth-child(92) .circle {
  animation-delay: 2466ms;
}
.circle-container:nth-child(93) {
  width: 10px;
  height: 10px;
  animation-name: move-frames-93;
  animation-duration: 22381ms;
  animation-delay: 4ms;
}
@keyframes move-frames-93 {
  from {
    transform: translate3d(3vw, 103vh, 0);
  }
  to {
    transform: translate3d(95vw, -113vh, 0);
  }
}
.circle-container:nth-child(93) .circle {
  animation-delay: 1148ms;
}
.circle-container:nth-child(94) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-94;
  animation-duration: 23591ms;
  animation-delay: 2242ms;
}
@keyframes move-frames-94 {
  from {
    transform: translate3d(51vw, 109vh, 0);
  }
  to {
    transform: translate3d(16vw, -136vh, 0);
  }
}
.circle-container:nth-child(94) .circle {
  animation-delay: 1680ms;
}
.circle-container:nth-child(95) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-95;
  animation-duration: 20280ms;
  animation-delay: 318ms;
}
@keyframes move-frames-95 {
  from {
    transform: translate3d(19vw, 106vh, 0);
  }
  to {
    transform: translate3d(76vw, -112vh, 0);
  }
}
.circle-container:nth-child(95) .circle {
  animation-delay: 776ms;
}
.circle-container:nth-child(96) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-96;
  animation-duration: 23943ms;
  animation-delay: 2491ms;
}
@keyframes move-frames-96 {
  from {
    transform: translate3d(98vw, 104vh, 0);
  }
  to {
    transform: translate3d(41vw, -130vh, 0);
  }
}
.circle-container:nth-child(96) .circle {
  animation-delay: 3170ms;
}
.circle-container:nth-child(97) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-97;
  animation-duration: 23459ms;
  animation-delay: 4633ms;
}
@keyframes move-frames-97 {
  from {
    transform: translate3d(28vw, 110vh, 0);
  }
  to {
    transform: translate3d(35vw, -129vh, 0);
  }
}
.circle-container:nth-child(97) .circle {
  animation-delay: 2292ms;
}
.circle-container:nth-child(98) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-98;
  animation-duration: 23331ms;
  animation-delay: 7338ms;
}
@keyframes move-frames-98 {
  from {
    transform: translate3d(73vw, 108vh, 0);
  }
  to {
    transform: translate3d(68vw, -125vh, 0);
  }
}
.circle-container:nth-child(98) .circle {
  animation-delay: 3018ms;
}
.circle-container:nth-child(99) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-99;
  animation-duration: 21460ms;
  animation-delay: 1954ms;
}
@keyframes move-frames-99 {
  from {
    transform: translate3d(31vw, 107vh, 0);
  }
  to {
    transform: translate3d(76vw, -118vh, 0);
  }
}
.circle-container:nth-child(99) .circle {
  animation-delay: 3906ms;
}
.circle-container:nth-child(100) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-100;
  animation-duration: 22164ms;
  animation-delay: 10052ms;
}
@keyframes move-frames-100 {
  from {
    transform: translate3d(98vw, 101vh, 0);
  }
  to {
    transform: translate3d(16vw, -112vh, 0);
  }
}
.circle-container:nth-child(100) .circle {
  animation-delay: 3444ms;
}

@-webkit-keyframes headerAnim {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes headerAnim {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.effect-txt__top,
.effect-img__top,
.effect-txt__bot,
.our-goals,
.achievement-title,
.achievement-extra,
.achievement__list,
.being-title,
.being-item,
.job-box,
.tag-title,
.development-title,
.development-txt,
.clients-box .title,
.clients-list,
.explore-title,
.explore-box,
.overview-img__top,
.overview-img__bot,
.overview-content h1,
.intro-title,
.intro-txt,
.why-title,
.reason,
.team-title,
.partners-box .title,
.partners-list,
.projects-box .title,
.projects-list {
  opacity: 0;
}

.projects-box .title.in-view,
.projects-list.in-view,
.clients-box .title.in-view,
.clients-list.in-view,
.partners-box .title.in-view,
.partners-list.in-view,
.being-title.in-view,
.being-item.in-view {
  -webkit-animation: fadeInUp 1.5s forwards;
  animation: fadeInUp 1.5s forwards;
}

@-webkit-keyframes rotate360 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate360 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.being-title.in-view .being-icon {
  -webkit-animation: rotate360 1.2s forwards;
  animation: rotate360 1.2s forwards;
}

.footer {
  position: relative;
  background-color: #000;
  color: #fff;
  font-family: "Anybody", serif;
  font-weight: 400;
  line-height: 1.4;
}
.footer a {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
}
.footer__container {
  width: 100%;
}
.footer__wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.footer .side__info {
  display: flex;
  flex-wrap: wrap;
}
.footer .company--name {
  font-weight: 700;
  text-transform: uppercase;
}
.footer .side__email {
  display: flex;
}
.footer .side__email span.icon svg {
  width: 100%;
  height: 100%;
}
.footer .slogan,
.footer .copyright {
  text-transform: uppercase;
}
.footer__happen {
  line-height: 0;
  opacity: 0.3;
}
.footer__happen img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 1024px) {
  .footer {
    padding-top: 3.9583333333vw;
    height: calc(100vh - clamp(40px, 5.7291666667vw, 90px));
    min-height: 460px;
    font-size: 0.8333333333vw;
  }
  .footer__container {
    padding: 0 5.1041666667%;
  }
  .footer__wrap .slogan {
    flex: 0 0 29.7916666667vw;
    max-width: 29.7916666667vw;
  }
  .footer__wrap .side {
    flex: 0 0 calc(100% - 29.7916666667vw);
    max-width: calc(100% - 29.7916666667vw);
  }
  .footer__happen {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 64.8666666667%;
  }
  .footer .slogan {
    font-size: 1.875vw;
  }
  .footer .company {
    flex: 0 0 15.1041666667vw;
    max-width: 15.1041666667vw;
  }
  .footer .menu {
    flex-grow: 1;
    display: flex;
  }
  .footer .menu ul {
    padding-left: 7.5vw;
  }
  .footer .side__email {
    font-size: 3.125vw;
    padding-top: 1.1458333333vw;
    padding-bottom: 4.1666666667vw;
    align-items: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .footer .side__email:hover .txt {
    opacity: 1;
  }
  .footer .side__email:hover span.icon {
    opacity: 1;
    color: #EA4335;
  }
  .footer .side__email span.txt,
  .footer .side__email span.icon {
    opacity: 0.3;
  }
  .footer .side__email span.icon {
    width: 3.6458333333vw;
    height: 3.6458333333vw;
    margin-left: 2.1875vw;
  }
  .footer .company--name,
  .footer .company--address,
  .footer .company--tax,
  .footer .menu ul li {
    margin-bottom: 1.0416666667vw;
  }
}
@media screen and (max-width: 1023px) {
  .footer {
    padding-top: 26.6666666667vw;
    padding-bottom: 27.7333333333vw;
    font-size: 4.2666666667vw;
    line-height: 1.4;
  }
  .footer__container {
    padding: 0 5.3333333333%;
  }
  .footer__happen {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 66.6666666667vw;
  }
  .footer .slogan {
    font-size: 5.3333333333vw;
    margin-bottom: 12.8vw;
  }
  .footer .side__email {
    display: flex;
    font-size: 6.4vw;
    padding-bottom: 21.3333333333vw;
    word-break: break-word;
    align-items: center;
  }
  .footer .side__email span.txt {
    opacity: 0.3;
  }
  .footer .side__email span.icon {
    color: #EA4335;
    flex: 0 0 9.6vw;
    max-width: 9.6vw;
    height: 9.6vw;
    margin-left: 8vw;
  }
  .footer .company--name,
  .footer .company--address,
  .footer .company--tax,
  .footer .menu ul li {
    margin-bottom: 5.3333333333vw;
  }
  .footer .company--address {
    padding-right: 15%;
  }
  .footer .menu {
    padding: 5.3333333333vw 0;
  }
  .footer__happen {
    width: 95%;
  }
}
