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;
  }
}
.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;
  }
}
.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: 8px;
  height: 8px;
  animation-name: move-frames-1;
  animation-duration: 20879ms;
  animation-delay: 2800ms;
}
@keyframes move-frames-1 {
  from {
    transform: translate3d(80vw, 109vh, 0);
  }
  to {
    transform: translate3d(71vw, -116vh, 0);
  }
}
.circle-container:nth-child(1) .circle {
  animation-delay: 493ms;
}
.circle-container:nth-child(2) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-2;
  animation-duration: 22050ms;
  animation-delay: 3743ms;
}
@keyframes move-frames-2 {
  from {
    transform: translate3d(42vw, 107vh, 0);
  }
  to {
    transform: translate3d(21vw, -127vh, 0);
  }
}
.circle-container:nth-child(2) .circle {
  animation-delay: 515ms;
}
.circle-container:nth-child(3) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-3;
  animation-duration: 23902ms;
  animation-delay: 2346ms;
}
@keyframes move-frames-3 {
  from {
    transform: translate3d(14vw, 108vh, 0);
  }
  to {
    transform: translate3d(14vw, -111vh, 0);
  }
}
.circle-container:nth-child(3) .circle {
  animation-delay: 1362ms;
}
.circle-container:nth-child(4) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-4;
  animation-duration: 20363ms;
  animation-delay: 3828ms;
}
@keyframes move-frames-4 {
  from {
    transform: translate3d(88vw, 106vh, 0);
  }
  to {
    transform: translate3d(10vw, -111vh, 0);
  }
}
.circle-container:nth-child(4) .circle {
  animation-delay: 1913ms;
}
.circle-container:nth-child(5) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-5;
  animation-duration: 23237ms;
  animation-delay: 335ms;
}
@keyframes move-frames-5 {
  from {
    transform: translate3d(95vw, 109vh, 0);
  }
  to {
    transform: translate3d(48vw, -132vh, 0);
  }
}
.circle-container:nth-child(5) .circle {
  animation-delay: 2113ms;
}
.circle-container:nth-child(6) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-6;
  animation-duration: 23577ms;
  animation-delay: 10915ms;
}
@keyframes move-frames-6 {
  from {
    transform: translate3d(24vw, 105vh, 0);
  }
  to {
    transform: translate3d(67vw, -111vh, 0);
  }
}
.circle-container:nth-child(6) .circle {
  animation-delay: 814ms;
}
.circle-container:nth-child(7) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-7;
  animation-duration: 20135ms;
  animation-delay: 1450ms;
}
@keyframes move-frames-7 {
  from {
    transform: translate3d(84vw, 101vh, 0);
  }
  to {
    transform: translate3d(55vw, -103vh, 0);
  }
}
.circle-container:nth-child(7) .circle {
  animation-delay: 347ms;
}
.circle-container:nth-child(8) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-8;
  animation-duration: 21331ms;
  animation-delay: 5320ms;
}
@keyframes move-frames-8 {
  from {
    transform: translate3d(73vw, 101vh, 0);
  }
  to {
    transform: translate3d(27vw, -115vh, 0);
  }
}
.circle-container:nth-child(8) .circle {
  animation-delay: 1329ms;
}
.circle-container:nth-child(9) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-9;
  animation-duration: 21833ms;
  animation-delay: 3187ms;
}
@keyframes move-frames-9 {
  from {
    transform: translate3d(72vw, 101vh, 0);
  }
  to {
    transform: translate3d(46vw, -112vh, 0);
  }
}
.circle-container:nth-child(9) .circle {
  animation-delay: 3478ms;
}
.circle-container:nth-child(10) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-10;
  animation-duration: 21467ms;
  animation-delay: 6641ms;
}
@keyframes move-frames-10 {
  from {
    transform: translate3d(93vw, 110vh, 0);
  }
  to {
    transform: translate3d(66vw, -125vh, 0);
  }
}
.circle-container:nth-child(10) .circle {
  animation-delay: 1212ms;
}
.circle-container:nth-child(11) {
  width: 9px;
  height: 9px;
  animation-name: move-frames-11;
  animation-duration: 20345ms;
  animation-delay: 1715ms;
}
@keyframes move-frames-11 {
  from {
    transform: translate3d(28vw, 103vh, 0);
  }
  to {
    transform: translate3d(40vw, -123vh, 0);
  }
}
.circle-container:nth-child(11) .circle {
  animation-delay: 2536ms;
}
.circle-container:nth-child(12) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-12;
  animation-duration: 20829ms;
  animation-delay: 7560ms;
}
@keyframes move-frames-12 {
  from {
    transform: translate3d(92vw, 109vh, 0);
  }
  to {
    transform: translate3d(18vw, -125vh, 0);
  }
}
.circle-container:nth-child(12) .circle {
  animation-delay: 2211ms;
}
.circle-container:nth-child(13) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-13;
  animation-duration: 20617ms;
  animation-delay: 2372ms;
}
@keyframes move-frames-13 {
  from {
    transform: translate3d(66vw, 110vh, 0);
  }
  to {
    transform: translate3d(30vw, -123vh, 0);
  }
}
.circle-container:nth-child(13) .circle {
  animation-delay: 2214ms;
}
.circle-container:nth-child(14) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-14;
  animation-duration: 22082ms;
  animation-delay: 6204ms;
}
@keyframes move-frames-14 {
  from {
    transform: translate3d(45vw, 104vh, 0);
  }
  to {
    transform: translate3d(4vw, -115vh, 0);
  }
}
.circle-container:nth-child(14) .circle {
  animation-delay: 3430ms;
}
.circle-container:nth-child(15) {
  width: 9px;
  height: 9px;
  animation-name: move-frames-15;
  animation-duration: 22186ms;
  animation-delay: 10293ms;
}
@keyframes move-frames-15 {
  from {
    transform: translate3d(44vw, 108vh, 0);
  }
  to {
    transform: translate3d(79vw, -115vh, 0);
  }
}
.circle-container:nth-child(15) .circle {
  animation-delay: 3886ms;
}
.circle-container:nth-child(16) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-16;
  animation-duration: 21678ms;
  animation-delay: 10099ms;
}
@keyframes move-frames-16 {
  from {
    transform: translate3d(18vw, 103vh, 0);
  }
  to {
    transform: translate3d(66vw, -126vh, 0);
  }
}
.circle-container:nth-child(16) .circle {
  animation-delay: 3887ms;
}
.circle-container:nth-child(17) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-17;
  animation-duration: 22983ms;
  animation-delay: 10646ms;
}
@keyframes move-frames-17 {
  from {
    transform: translate3d(27vw, 105vh, 0);
  }
  to {
    transform: translate3d(42vw, -124vh, 0);
  }
}
.circle-container:nth-child(17) .circle {
  animation-delay: 888ms;
}
.circle-container:nth-child(18) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-18;
  animation-duration: 22576ms;
  animation-delay: 10869ms;
}
@keyframes move-frames-18 {
  from {
    transform: translate3d(7vw, 104vh, 0);
  }
  to {
    transform: translate3d(9vw, -119vh, 0);
  }
}
.circle-container:nth-child(18) .circle {
  animation-delay: 3594ms;
}
.circle-container:nth-child(19) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-19;
  animation-duration: 22201ms;
  animation-delay: 834ms;
}
@keyframes move-frames-19 {
  from {
    transform: translate3d(68vw, 109vh, 0);
  }
  to {
    transform: translate3d(84vw, -127vh, 0);
  }
}
.circle-container:nth-child(19) .circle {
  animation-delay: 1753ms;
}
.circle-container:nth-child(20) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-20;
  animation-duration: 20662ms;
  animation-delay: 8241ms;
}
@keyframes move-frames-20 {
  from {
    transform: translate3d(39vw, 108vh, 0);
  }
  to {
    transform: translate3d(3vw, -116vh, 0);
  }
}
.circle-container:nth-child(20) .circle {
  animation-delay: 2815ms;
}
.circle-container:nth-child(21) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-21;
  animation-duration: 21203ms;
  animation-delay: 9046ms;
}
@keyframes move-frames-21 {
  from {
    transform: translate3d(32vw, 107vh, 0);
  }
  to {
    transform: translate3d(24vw, -127vh, 0);
  }
}
.circle-container:nth-child(21) .circle {
  animation-delay: 1895ms;
}
.circle-container:nth-child(22) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-22;
  animation-duration: 22004ms;
  animation-delay: 3684ms;
}
@keyframes move-frames-22 {
  from {
    transform: translate3d(14vw, 110vh, 0);
  }
  to {
    transform: translate3d(82vw, -117vh, 0);
  }
}
.circle-container:nth-child(22) .circle {
  animation-delay: 839ms;
}
.circle-container:nth-child(23) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-23;
  animation-duration: 20518ms;
  animation-delay: 7721ms;
}
@keyframes move-frames-23 {
  from {
    transform: translate3d(61vw, 102vh, 0);
  }
  to {
    transform: translate3d(79vw, -115vh, 0);
  }
}
.circle-container:nth-child(23) .circle {
  animation-delay: 3446ms;
}
.circle-container:nth-child(24) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-24;
  animation-duration: 23280ms;
  animation-delay: 8839ms;
}
@keyframes move-frames-24 {
  from {
    transform: translate3d(33vw, 104vh, 0);
  }
  to {
    transform: translate3d(25vw, -127vh, 0);
  }
}
.circle-container:nth-child(24) .circle {
  animation-delay: 987ms;
}
.circle-container:nth-child(25) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-25;
  animation-duration: 23708ms;
  animation-delay: 906ms;
}
@keyframes move-frames-25 {
  from {
    transform: translate3d(85vw, 110vh, 0);
  }
  to {
    transform: translate3d(81vw, -125vh, 0);
  }
}
.circle-container:nth-child(25) .circle {
  animation-delay: 2897ms;
}
.circle-container:nth-child(26) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-26;
  animation-duration: 20245ms;
  animation-delay: 289ms;
}
@keyframes move-frames-26 {
  from {
    transform: translate3d(6vw, 107vh, 0);
  }
  to {
    transform: translate3d(31vw, -121vh, 0);
  }
}
.circle-container:nth-child(26) .circle {
  animation-delay: 2194ms;
}
.circle-container:nth-child(27) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-27;
  animation-duration: 21973ms;
  animation-delay: 2911ms;
}
@keyframes move-frames-27 {
  from {
    transform: translate3d(93vw, 103vh, 0);
  }
  to {
    transform: translate3d(74vw, -112vh, 0);
  }
}
.circle-container:nth-child(27) .circle {
  animation-delay: 1398ms;
}
.circle-container:nth-child(28) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-28;
  animation-duration: 22220ms;
  animation-delay: 2690ms;
}
@keyframes move-frames-28 {
  from {
    transform: translate3d(82vw, 102vh, 0);
  }
  to {
    transform: translate3d(89vw, -120vh, 0);
  }
}
.circle-container:nth-child(28) .circle {
  animation-delay: 1705ms;
}
.circle-container:nth-child(29) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-29;
  animation-duration: 23698ms;
  animation-delay: 4934ms;
}
@keyframes move-frames-29 {
  from {
    transform: translate3d(98vw, 106vh, 0);
  }
  to {
    transform: translate3d(15vw, -131vh, 0);
  }
}
.circle-container:nth-child(29) .circle {
  animation-delay: 105ms;
}
.circle-container:nth-child(30) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-30;
  animation-duration: 21186ms;
  animation-delay: 7433ms;
}
@keyframes move-frames-30 {
  from {
    transform: translate3d(35vw, 110vh, 0);
  }
  to {
    transform: translate3d(14vw, -115vh, 0);
  }
}
.circle-container:nth-child(30) .circle {
  animation-delay: 1941ms;
}
.circle-container:nth-child(31) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-31;
  animation-duration: 23076ms;
  animation-delay: 10686ms;
}
@keyframes move-frames-31 {
  from {
    transform: translate3d(70vw, 108vh, 0);
  }
  to {
    transform: translate3d(1vw, -112vh, 0);
  }
}
.circle-container:nth-child(31) .circle {
  animation-delay: 762ms;
}
.circle-container:nth-child(32) {
  width: 10px;
  height: 10px;
  animation-name: move-frames-32;
  animation-duration: 22676ms;
  animation-delay: 5991ms;
}
@keyframes move-frames-32 {
  from {
    transform: translate3d(39vw, 102vh, 0);
  }
  to {
    transform: translate3d(1vw, -107vh, 0);
  }
}
.circle-container:nth-child(32) .circle {
  animation-delay: 3654ms;
}
.circle-container:nth-child(33) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-33;
  animation-duration: 22270ms;
  animation-delay: 5845ms;
}
@keyframes move-frames-33 {
  from {
    transform: translate3d(51vw, 109vh, 0);
  }
  to {
    transform: translate3d(6vw, -113vh, 0);
  }
}
.circle-container:nth-child(33) .circle {
  animation-delay: 1500ms;
}
.circle-container:nth-child(34) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-34;
  animation-duration: 21780ms;
  animation-delay: 5134ms;
}
@keyframes move-frames-34 {
  from {
    transform: translate3d(60vw, 106vh, 0);
  }
  to {
    transform: translate3d(54vw, -114vh, 0);
  }
}
.circle-container:nth-child(34) .circle {
  animation-delay: 1015ms;
}
.circle-container:nth-child(35) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-35;
  animation-duration: 23309ms;
  animation-delay: 5555ms;
}
@keyframes move-frames-35 {
  from {
    transform: translate3d(5vw, 102vh, 0);
  }
  to {
    transform: translate3d(76vw, -116vh, 0);
  }
}
.circle-container:nth-child(35) .circle {
  animation-delay: 3246ms;
}
.circle-container:nth-child(36) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-36;
  animation-duration: 21260ms;
  animation-delay: 905ms;
}
@keyframes move-frames-36 {
  from {
    transform: translate3d(1vw, 107vh, 0);
  }
  to {
    transform: translate3d(18vw, -128vh, 0);
  }
}
.circle-container:nth-child(36) .circle {
  animation-delay: 854ms;
}
.circle-container:nth-child(37) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-37;
  animation-duration: 21029ms;
  animation-delay: 2809ms;
}
@keyframes move-frames-37 {
  from {
    transform: translate3d(45vw, 110vh, 0);
  }
  to {
    transform: translate3d(35vw, -134vh, 0);
  }
}
.circle-container:nth-child(37) .circle {
  animation-delay: 3716ms;
}
.circle-container:nth-child(38) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-38;
  animation-duration: 23394ms;
  animation-delay: 3341ms;
}
@keyframes move-frames-38 {
  from {
    transform: translate3d(14vw, 110vh, 0);
  }
  to {
    transform: translate3d(5vw, -116vh, 0);
  }
}
.circle-container:nth-child(38) .circle {
  animation-delay: 1635ms;
}
.circle-container:nth-child(39) {
  width: 10px;
  height: 10px;
  animation-name: move-frames-39;
  animation-duration: 23500ms;
  animation-delay: 1191ms;
}
@keyframes move-frames-39 {
  from {
    transform: translate3d(47vw, 106vh, 0);
  }
  to {
    transform: translate3d(88vw, -109vh, 0);
  }
}
.circle-container:nth-child(39) .circle {
  animation-delay: 319ms;
}
.circle-container:nth-child(40) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-40;
  animation-duration: 21596ms;
  animation-delay: 8899ms;
}
@keyframes move-frames-40 {
  from {
    transform: translate3d(36vw, 104vh, 0);
  }
  to {
    transform: translate3d(64vw, -115vh, 0);
  }
}
.circle-container:nth-child(40) .circle {
  animation-delay: 1072ms;
}
.circle-container:nth-child(41) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-41;
  animation-duration: 23960ms;
  animation-delay: 1425ms;
}
@keyframes move-frames-41 {
  from {
    transform: translate3d(22vw, 108vh, 0);
  }
  to {
    transform: translate3d(53vw, -137vh, 0);
  }
}
.circle-container:nth-child(41) .circle {
  animation-delay: 2382ms;
}
.circle-container:nth-child(42) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-42;
  animation-duration: 22808ms;
  animation-delay: 3384ms;
}
@keyframes move-frames-42 {
  from {
    transform: translate3d(7vw, 106vh, 0);
  }
  to {
    transform: translate3d(65vw, -126vh, 0);
  }
}
.circle-container:nth-child(42) .circle {
  animation-delay: 1351ms;
}
.circle-container:nth-child(43) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-43;
  animation-duration: 21004ms;
  animation-delay: 8001ms;
}
@keyframes move-frames-43 {
  from {
    transform: translate3d(28vw, 110vh, 0);
  }
  to {
    transform: translate3d(63vw, -131vh, 0);
  }
}
.circle-container:nth-child(43) .circle {
  animation-delay: 2120ms;
}
.circle-container:nth-child(44) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-44;
  animation-duration: 21256ms;
  animation-delay: 6168ms;
}
@keyframes move-frames-44 {
  from {
    transform: translate3d(78vw, 102vh, 0);
  }
  to {
    transform: translate3d(46vw, -112vh, 0);
  }
}
.circle-container:nth-child(44) .circle {
  animation-delay: 1160ms;
}
.circle-container:nth-child(45) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-45;
  animation-duration: 23916ms;
  animation-delay: 10949ms;
}
@keyframes move-frames-45 {
  from {
    transform: translate3d(63vw, 103vh, 0);
  }
  to {
    transform: translate3d(51vw, -113vh, 0);
  }
}
.circle-container:nth-child(45) .circle {
  animation-delay: 1476ms;
}
.circle-container:nth-child(46) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-46;
  animation-duration: 20944ms;
  animation-delay: 2898ms;
}
@keyframes move-frames-46 {
  from {
    transform: translate3d(84vw, 107vh, 0);
  }
  to {
    transform: translate3d(51vw, -117vh, 0);
  }
}
.circle-container:nth-child(46) .circle {
  animation-delay: 1405ms;
}
.circle-container:nth-child(47) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-47;
  animation-duration: 20642ms;
  animation-delay: 10393ms;
}
@keyframes move-frames-47 {
  from {
    transform: translate3d(47vw, 102vh, 0);
  }
  to {
    transform: translate3d(45vw, -125vh, 0);
  }
}
.circle-container:nth-child(47) .circle {
  animation-delay: 753ms;
}
.circle-container:nth-child(48) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-48;
  animation-duration: 22796ms;
  animation-delay: 5632ms;
}
@keyframes move-frames-48 {
  from {
    transform: translate3d(65vw, 101vh, 0);
  }
  to {
    transform: translate3d(15vw, -119vh, 0);
  }
}
.circle-container:nth-child(48) .circle {
  animation-delay: 2332ms;
}
.circle-container:nth-child(49) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-49;
  animation-duration: 20466ms;
  animation-delay: 1289ms;
}
@keyframes move-frames-49 {
  from {
    transform: translate3d(40vw, 103vh, 0);
  }
  to {
    transform: translate3d(7vw, -113vh, 0);
  }
}
.circle-container:nth-child(49) .circle {
  animation-delay: 2075ms;
}
.circle-container:nth-child(50) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-50;
  animation-duration: 23713ms;
  animation-delay: 296ms;
}
@keyframes move-frames-50 {
  from {
    transform: translate3d(64vw, 106vh, 0);
  }
  to {
    transform: translate3d(49vw, -132vh, 0);
  }
}
.circle-container:nth-child(50) .circle {
  animation-delay: 1535ms;
}
.circle-container:nth-child(51) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-51;
  animation-duration: 22056ms;
  animation-delay: 2108ms;
}
@keyframes move-frames-51 {
  from {
    transform: translate3d(83vw, 108vh, 0);
  }
  to {
    transform: translate3d(59vw, -132vh, 0);
  }
}
.circle-container:nth-child(51) .circle {
  animation-delay: 439ms;
}
.circle-container:nth-child(52) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-52;
  animation-duration: 20415ms;
  animation-delay: 1567ms;
}
@keyframes move-frames-52 {
  from {
    transform: translate3d(6vw, 110vh, 0);
  }
  to {
    transform: translate3d(56vw, -134vh, 0);
  }
}
.circle-container:nth-child(52) .circle {
  animation-delay: 3785ms;
}
.circle-container:nth-child(53) {
  width: 10px;
  height: 10px;
  animation-name: move-frames-53;
  animation-duration: 22933ms;
  animation-delay: 7960ms;
}
@keyframes move-frames-53 {
  from {
    transform: translate3d(65vw, 102vh, 0);
  }
  to {
    transform: translate3d(81vw, -117vh, 0);
  }
}
.circle-container:nth-child(53) .circle {
  animation-delay: 1915ms;
}
.circle-container:nth-child(54) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-54;
  animation-duration: 20848ms;
  animation-delay: 4505ms;
}
@keyframes move-frames-54 {
  from {
    transform: translate3d(5vw, 106vh, 0);
  }
  to {
    transform: translate3d(100vw, -111vh, 0);
  }
}
.circle-container:nth-child(54) .circle {
  animation-delay: 929ms;
}
.circle-container:nth-child(55) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-55;
  animation-duration: 20671ms;
  animation-delay: 8309ms;
}
@keyframes move-frames-55 {
  from {
    transform: translate3d(59vw, 108vh, 0);
  }
  to {
    transform: translate3d(66vw, -113vh, 0);
  }
}
.circle-container:nth-child(55) .circle {
  animation-delay: 1053ms;
}
.circle-container:nth-child(56) {
  width: 10px;
  height: 10px;
  animation-name: move-frames-56;
  animation-duration: 20759ms;
  animation-delay: 3091ms;
}
@keyframes move-frames-56 {
  from {
    transform: translate3d(27vw, 103vh, 0);
  }
  to {
    transform: translate3d(50vw, -125vh, 0);
  }
}
.circle-container:nth-child(56) .circle {
  animation-delay: 3814ms;
}
.circle-container:nth-child(57) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-57;
  animation-duration: 23599ms;
  animation-delay: 3427ms;
}
@keyframes move-frames-57 {
  from {
    transform: translate3d(84vw, 105vh, 0);
  }
  to {
    transform: translate3d(6vw, -122vh, 0);
  }
}
.circle-container:nth-child(57) .circle {
  animation-delay: 2248ms;
}
.circle-container:nth-child(58) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-58;
  animation-duration: 20157ms;
  animation-delay: 7735ms;
}
@keyframes move-frames-58 {
  from {
    transform: translate3d(88vw, 108vh, 0);
  }
  to {
    transform: translate3d(69vw, -125vh, 0);
  }
}
.circle-container:nth-child(58) .circle {
  animation-delay: 3119ms;
}
.circle-container:nth-child(59) {
  width: 10px;
  height: 10px;
  animation-name: move-frames-59;
  animation-duration: 20875ms;
  animation-delay: 5208ms;
}
@keyframes move-frames-59 {
  from {
    transform: translate3d(28vw, 105vh, 0);
  }
  to {
    transform: translate3d(75vw, -135vh, 0);
  }
}
.circle-container:nth-child(59) .circle {
  animation-delay: 168ms;
}
.circle-container:nth-child(60) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-60;
  animation-duration: 20267ms;
  animation-delay: 8345ms;
}
@keyframes move-frames-60 {
  from {
    transform: translate3d(82vw, 102vh, 0);
  }
  to {
    transform: translate3d(93vw, -129vh, 0);
  }
}
.circle-container:nth-child(60) .circle {
  animation-delay: 1666ms;
}
.circle-container:nth-child(61) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-61;
  animation-duration: 21116ms;
  animation-delay: 8172ms;
}
@keyframes move-frames-61 {
  from {
    transform: translate3d(71vw, 105vh, 0);
  }
  to {
    transform: translate3d(41vw, -126vh, 0);
  }
}
.circle-container:nth-child(61) .circle {
  animation-delay: 82ms;
}
.circle-container:nth-child(62) {
  width: 9px;
  height: 9px;
  animation-name: move-frames-62;
  animation-duration: 21608ms;
  animation-delay: 1024ms;
}
@keyframes move-frames-62 {
  from {
    transform: translate3d(87vw, 106vh, 0);
  }
  to {
    transform: translate3d(87vw, -110vh, 0);
  }
}
.circle-container:nth-child(62) .circle {
  animation-delay: 3891ms;
}
.circle-container:nth-child(63) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-63;
  animation-duration: 22376ms;
  animation-delay: 7895ms;
}
@keyframes move-frames-63 {
  from {
    transform: translate3d(84vw, 107vh, 0);
  }
  to {
    transform: translate3d(97vw, -121vh, 0);
  }
}
.circle-container:nth-child(63) .circle {
  animation-delay: 3747ms;
}
.circle-container:nth-child(64) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-64;
  animation-duration: 22912ms;
  animation-delay: 7434ms;
}
@keyframes move-frames-64 {
  from {
    transform: translate3d(7vw, 103vh, 0);
  }
  to {
    transform: translate3d(89vw, -117vh, 0);
  }
}
.circle-container:nth-child(64) .circle {
  animation-delay: 1248ms;
}
.circle-container:nth-child(65) {
  width: 9px;
  height: 9px;
  animation-name: move-frames-65;
  animation-duration: 21409ms;
  animation-delay: 900ms;
}
@keyframes move-frames-65 {
  from {
    transform: translate3d(24vw, 103vh, 0);
  }
  to {
    transform: translate3d(1vw, -110vh, 0);
  }
}
.circle-container:nth-child(65) .circle {
  animation-delay: 2981ms;
}
.circle-container:nth-child(66) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-66;
  animation-duration: 21005ms;
  animation-delay: 5869ms;
}
@keyframes move-frames-66 {
  from {
    transform: translate3d(84vw, 107vh, 0);
  }
  to {
    transform: translate3d(82vw, -131vh, 0);
  }
}
.circle-container:nth-child(66) .circle {
  animation-delay: 2554ms;
}
.circle-container:nth-child(67) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-67;
  animation-duration: 21077ms;
  animation-delay: 6298ms;
}
@keyframes move-frames-67 {
  from {
    transform: translate3d(97vw, 110vh, 0);
  }
  to {
    transform: translate3d(58vw, -121vh, 0);
  }
}
.circle-container:nth-child(67) .circle {
  animation-delay: 2151ms;
}
.circle-container:nth-child(68) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-68;
  animation-duration: 21080ms;
  animation-delay: 786ms;
}
@keyframes move-frames-68 {
  from {
    transform: translate3d(38vw, 109vh, 0);
  }
  to {
    transform: translate3d(94vw, -127vh, 0);
  }
}
.circle-container:nth-child(68) .circle {
  animation-delay: 2631ms;
}
.circle-container:nth-child(69) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-69;
  animation-duration: 22186ms;
  animation-delay: 2550ms;
}
@keyframes move-frames-69 {
  from {
    transform: translate3d(56vw, 104vh, 0);
  }
  to {
    transform: translate3d(44vw, -116vh, 0);
  }
}
.circle-container:nth-child(69) .circle {
  animation-delay: 2270ms;
}
.circle-container:nth-child(70) {
  width: 10px;
  height: 10px;
  animation-name: move-frames-70;
  animation-duration: 20048ms;
  animation-delay: 5382ms;
}
@keyframes move-frames-70 {
  from {
    transform: translate3d(94vw, 104vh, 0);
  }
  to {
    transform: translate3d(73vw, -116vh, 0);
  }
}
.circle-container:nth-child(70) .circle {
  animation-delay: 1056ms;
}
.circle-container:nth-child(71) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-71;
  animation-duration: 20623ms;
  animation-delay: 5316ms;
}
@keyframes move-frames-71 {
  from {
    transform: translate3d(52vw, 105vh, 0);
  }
  to {
    transform: translate3d(79vw, -116vh, 0);
  }
}
.circle-container:nth-child(71) .circle {
  animation-delay: 523ms;
}
.circle-container:nth-child(72) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-72;
  animation-duration: 21778ms;
  animation-delay: 8461ms;
}
@keyframes move-frames-72 {
  from {
    transform: translate3d(61vw, 109vh, 0);
  }
  to {
    transform: translate3d(18vw, -126vh, 0);
  }
}
.circle-container:nth-child(72) .circle {
  animation-delay: 699ms;
}
.circle-container:nth-child(73) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-73;
  animation-duration: 23751ms;
  animation-delay: 10418ms;
}
@keyframes move-frames-73 {
  from {
    transform: translate3d(84vw, 105vh, 0);
  }
  to {
    transform: translate3d(41vw, -117vh, 0);
  }
}
.circle-container:nth-child(73) .circle {
  animation-delay: 705ms;
}
.circle-container:nth-child(74) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-74;
  animation-duration: 22674ms;
  animation-delay: 606ms;
}
@keyframes move-frames-74 {
  from {
    transform: translate3d(52vw, 108vh, 0);
  }
  to {
    transform: translate3d(90vw, -138vh, 0);
  }
}
.circle-container:nth-child(74) .circle {
  animation-delay: 1285ms;
}
.circle-container:nth-child(75) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-75;
  animation-duration: 21639ms;
  animation-delay: 2952ms;
}
@keyframes move-frames-75 {
  from {
    transform: translate3d(66vw, 103vh, 0);
  }
  to {
    transform: translate3d(83vw, -132vh, 0);
  }
}
.circle-container:nth-child(75) .circle {
  animation-delay: 3776ms;
}
.circle-container:nth-child(76) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-76;
  animation-duration: 23493ms;
  animation-delay: 10257ms;
}
@keyframes move-frames-76 {
  from {
    transform: translate3d(26vw, 106vh, 0);
  }
  to {
    transform: translate3d(54vw, -129vh, 0);
  }
}
.circle-container:nth-child(76) .circle {
  animation-delay: 1169ms;
}
.circle-container:nth-child(77) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-77;
  animation-duration: 22811ms;
  animation-delay: 1858ms;
}
@keyframes move-frames-77 {
  from {
    transform: translate3d(67vw, 108vh, 0);
  }
  to {
    transform: translate3d(91vw, -113vh, 0);
  }
}
.circle-container:nth-child(77) .circle {
  animation-delay: 3371ms;
}
.circle-container:nth-child(78) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-78;
  animation-duration: 22378ms;
  animation-delay: 7551ms;
}
@keyframes move-frames-78 {
  from {
    transform: translate3d(70vw, 102vh, 0);
  }
  to {
    transform: translate3d(53vw, -129vh, 0);
  }
}
.circle-container:nth-child(78) .circle {
  animation-delay: 3161ms;
}
.circle-container:nth-child(79) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-79;
  animation-duration: 20519ms;
  animation-delay: 5459ms;
}
@keyframes move-frames-79 {
  from {
    transform: translate3d(2vw, 108vh, 0);
  }
  to {
    transform: translate3d(3vw, -136vh, 0);
  }
}
.circle-container:nth-child(79) .circle {
  animation-delay: 209ms;
}
.circle-container:nth-child(80) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-80;
  animation-duration: 23433ms;
  animation-delay: 1721ms;
}
@keyframes move-frames-80 {
  from {
    transform: translate3d(55vw, 106vh, 0);
  }
  to {
    transform: translate3d(20vw, -108vh, 0);
  }
}
.circle-container:nth-child(80) .circle {
  animation-delay: 397ms;
}
.circle-container:nth-child(81) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-81;
  animation-duration: 20029ms;
  animation-delay: 6306ms;
}
@keyframes move-frames-81 {
  from {
    transform: translate3d(73vw, 105vh, 0);
  }
  to {
    transform: translate3d(54vw, -130vh, 0);
  }
}
.circle-container:nth-child(81) .circle {
  animation-delay: 1638ms;
}
.circle-container:nth-child(82) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-82;
  animation-duration: 20169ms;
  animation-delay: 6714ms;
}
@keyframes move-frames-82 {
  from {
    transform: translate3d(55vw, 110vh, 0);
  }
  to {
    transform: translate3d(18vw, -131vh, 0);
  }
}
.circle-container:nth-child(82) .circle {
  animation-delay: 2507ms;
}
.circle-container:nth-child(83) {
  width: 9px;
  height: 9px;
  animation-name: move-frames-83;
  animation-duration: 20359ms;
  animation-delay: 5375ms;
}
@keyframes move-frames-83 {
  from {
    transform: translate3d(79vw, 110vh, 0);
  }
  to {
    transform: translate3d(100vw, -118vh, 0);
  }
}
.circle-container:nth-child(83) .circle {
  animation-delay: 2117ms;
}
.circle-container:nth-child(84) {
  width: 10px;
  height: 10px;
  animation-name: move-frames-84;
  animation-duration: 21881ms;
  animation-delay: 9112ms;
}
@keyframes move-frames-84 {
  from {
    transform: translate3d(59vw, 110vh, 0);
  }
  to {
    transform: translate3d(81vw, -135vh, 0);
  }
}
.circle-container:nth-child(84) .circle {
  animation-delay: 3820ms;
}
.circle-container:nth-child(85) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-85;
  animation-duration: 21904ms;
  animation-delay: 1000ms;
}
@keyframes move-frames-85 {
  from {
    transform: translate3d(53vw, 106vh, 0);
  }
  to {
    transform: translate3d(43vw, -120vh, 0);
  }
}
.circle-container:nth-child(85) .circle {
  animation-delay: 1832ms;
}
.circle-container:nth-child(86) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-86;
  animation-duration: 21543ms;
  animation-delay: 8815ms;
}
@keyframes move-frames-86 {
  from {
    transform: translate3d(49vw, 106vh, 0);
  }
  to {
    transform: translate3d(60vw, -117vh, 0);
  }
}
.circle-container:nth-child(86) .circle {
  animation-delay: 23ms;
}
.circle-container:nth-child(87) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-87;
  animation-duration: 20368ms;
  animation-delay: 5023ms;
}
@keyframes move-frames-87 {
  from {
    transform: translate3d(40vw, 104vh, 0);
  }
  to {
    transform: translate3d(54vw, -134vh, 0);
  }
}
.circle-container:nth-child(87) .circle {
  animation-delay: 644ms;
}
.circle-container:nth-child(88) {
  width: 9px;
  height: 9px;
  animation-name: move-frames-88;
  animation-duration: 21746ms;
  animation-delay: 4919ms;
}
@keyframes move-frames-88 {
  from {
    transform: translate3d(31vw, 110vh, 0);
  }
  to {
    transform: translate3d(56vw, -113vh, 0);
  }
}
.circle-container:nth-child(88) .circle {
  animation-delay: 1032ms;
}
.circle-container:nth-child(89) {
  width: 9px;
  height: 9px;
  animation-name: move-frames-89;
  animation-duration: 20934ms;
  animation-delay: 6932ms;
}
@keyframes move-frames-89 {
  from {
    transform: translate3d(64vw, 102vh, 0);
  }
  to {
    transform: translate3d(80vw, -125vh, 0);
  }
}
.circle-container:nth-child(89) .circle {
  animation-delay: 1697ms;
}
.circle-container:nth-child(90) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-90;
  animation-duration: 20307ms;
  animation-delay: 6691ms;
}
@keyframes move-frames-90 {
  from {
    transform: translate3d(72vw, 105vh, 0);
  }
  to {
    transform: translate3d(29vw, -111vh, 0);
  }
}
.circle-container:nth-child(90) .circle {
  animation-delay: 1245ms;
}
.circle-container:nth-child(91) {
  width: 10px;
  height: 10px;
  animation-name: move-frames-91;
  animation-duration: 22802ms;
  animation-delay: 2128ms;
}
@keyframes move-frames-91 {
  from {
    transform: translate3d(11vw, 110vh, 0);
  }
  to {
    transform: translate3d(24vw, -139vh, 0);
  }
}
.circle-container:nth-child(91) .circle {
  animation-delay: 1914ms;
}
.circle-container:nth-child(92) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-92;
  animation-duration: 22392ms;
  animation-delay: 1680ms;
}
@keyframes move-frames-92 {
  from {
    transform: translate3d(15vw, 106vh, 0);
  }
  to {
    transform: translate3d(99vw, -116vh, 0);
  }
}
.circle-container:nth-child(92) .circle {
  animation-delay: 2915ms;
}
.circle-container:nth-child(93) {
  width: 10px;
  height: 10px;
  animation-name: move-frames-93;
  animation-duration: 21472ms;
  animation-delay: 6781ms;
}
@keyframes move-frames-93 {
  from {
    transform: translate3d(56vw, 101vh, 0);
  }
  to {
    transform: translate3d(96vw, -123vh, 0);
  }
}
.circle-container:nth-child(93) .circle {
  animation-delay: 3865ms;
}
.circle-container:nth-child(94) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-94;
  animation-duration: 20469ms;
  animation-delay: 8264ms;
}
@keyframes move-frames-94 {
  from {
    transform: translate3d(100vw, 103vh, 0);
  }
  to {
    transform: translate3d(70vw, -107vh, 0);
  }
}
.circle-container:nth-child(94) .circle {
  animation-delay: 2898ms;
}
.circle-container:nth-child(95) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-95;
  animation-duration: 20009ms;
  animation-delay: 9339ms;
}
@keyframes move-frames-95 {
  from {
    transform: translate3d(99vw, 105vh, 0);
  }
  to {
    transform: translate3d(76vw, -116vh, 0);
  }
}
.circle-container:nth-child(95) .circle {
  animation-delay: 2676ms;
}
.circle-container:nth-child(96) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-96;
  animation-duration: 20878ms;
  animation-delay: 10019ms;
}
@keyframes move-frames-96 {
  from {
    transform: translate3d(46vw, 101vh, 0);
  }
  to {
    transform: translate3d(13vw, -125vh, 0);
  }
}
.circle-container:nth-child(96) .circle {
  animation-delay: 3120ms;
}
.circle-container:nth-child(97) {
  width: 10px;
  height: 10px;
  animation-name: move-frames-97;
  animation-duration: 20919ms;
  animation-delay: 8057ms;
}
@keyframes move-frames-97 {
  from {
    transform: translate3d(62vw, 107vh, 0);
  }
  to {
    transform: translate3d(76vw, -114vh, 0);
  }
}
.circle-container:nth-child(97) .circle {
  animation-delay: 3583ms;
}
.circle-container:nth-child(98) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-98;
  animation-duration: 21027ms;
  animation-delay: 1383ms;
}
@keyframes move-frames-98 {
  from {
    transform: translate3d(57vw, 106vh, 0);
  }
  to {
    transform: translate3d(80vw, -120vh, 0);
  }
}
.circle-container:nth-child(98) .circle {
  animation-delay: 36ms;
}
.circle-container:nth-child(99) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-99;
  animation-duration: 20152ms;
  animation-delay: 4105ms;
}
@keyframes move-frames-99 {
  from {
    transform: translate3d(25vw, 108vh, 0);
  }
  to {
    transform: translate3d(38vw, -109vh, 0);
  }
}
.circle-container:nth-child(99) .circle {
  animation-delay: 1646ms;
}
.circle-container:nth-child(100) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-100;
  animation-duration: 20305ms;
  animation-delay: 6792ms;
}
@keyframes move-frames-100 {
  from {
    transform: translate3d(27vw, 106vh, 0);
  }
  to {
    transform: translate3d(77vw, -136vh, 0);
  }
}
.circle-container:nth-child(100) .circle {
  animation-delay: 1142ms;
}

@-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%;
  }
}
.overview {
  background: url(../images/about-overview.jpg) repeat left top;
  background-size: 100% auto;
}
.overview-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
}
.overview-img {
  line-height: 0;
  position: relative;
}
.overview-img img {
  width: 100%;
  height: auto;
}
.overview-content {
  display: flex;
  text-align: center;
}
.overview h1 {
  color: #fff;
  font-family: "Anybody", serif;
  font-weight: 400;
  line-height: 1;
  display: block;
  margin: 0 auto;
}
.overview h1 span {
  display: block;
  text-align: right;
}
.overview h1 span:not(:last-child) {
  text-align: left;
}
.overview h1 span:not(.highlight) {
  font-style: italic;
  text-transform: uppercase;
}
.overview h1 .highlight {
  font-weight: 700;
}
.overview .scrolldown__but {
  line-height: 0;
  cursor: pointer;
  position: absolute;
  top: auto;
  left: auto;
}
.overview .scrolldown__but img {
  width: 100%;
  height: auto;
}

.intro {
  background-color: #fff;
}
.intro h2 {
  font-family: "Anybody", serif;
  font-weight: 600;
}
.intro-box {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}
.intro-txt {
  font-family: "Anybody", serif;
  font-weight: 400;
  line-height: 1.4;
  font-style: italic;
}
.intro-img {
  line-height: 0;
  width: 100%;
  overflow: hidden;
}
.intro-img img {
  width: 100%;
  height: auto;
}

.why {
  background: url(../images/about-why.jpg) repeat left top;
  background-size: 100% auto;
}
.why-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.why h2,
.why h3 {
  font-family: "Anybody", serif;
  font-weight: 600;
}
.why .reason-item {
  width: 100%;
  height: auto;
  cursor: pointer;
}
.why .reason-title {
  display: flex;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.why .reason-title:hover, .why .reason-title.active {
  background-color: #fff;
  color: #EA4335;
}
.why .reason-title:hover .reason-icon, .why .reason-title.active .reason-icon {
  opacity: 1;
}
.why .reason-title.active .reason-icon {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
.why .reason-title.active + .reason-content {
  opacity: 1;
}
.why .reason .reason-icon {
  opacity: 0;
  margin-left: auto;
  line-height: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.why .reason .reason-icon img {
  width: 100%;
  height: auto;
}
.why .reason-content {
  opacity: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: height 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.why .reason-detail {
  width: 100%;
  height: auto;
  font-family: "Anybody", serif;
  font-weight: 400;
  background-color: #fff;
  line-height: 1.4;
}

.team {
  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%);
}
.team .container {
  overflow: hidden;
}
.team-title {
  color: #fff;
}
.team h2 {
  font-family: "Anybody", serif;
  font-weight: 700;
}
.team__list {
  display: flex;
}
.team__list.blur .team__item:not(:hover) {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
.team__item {
  position: relative;
  -webkit-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
}
.team .member {
  color: #fff;
}
.team .member-name {
  font-family: "Anybody", serif;
  font-weight: 700;
}
.team .member-role {
  font-weight: 400;
}
.team .member-img {
  line-height: 0;
}
.team .member-img img {
  width: 100%;
  height: auto;
}
.team .member-txt {
  font-weight: 400;
  color: #fff;
  line-height: 1.4;
  padding: 0;
}
.team .card-front .member {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: 1;
}
.team .card-front .member-name {
  color: #EA4335;
}
.team .card-front .member-role {
  color: #fff;
}
.team .card-back {
  background: url(../images/team-item.jpg) repeat left top;
  background-size: 100% auto;
}

@media screen and (min-width: 1024px) {
  .overview .container {
    padding: 5.7291666667vw 5.2083333333%;
  }
  .overview h1 {
    position: relative;
    left: -3.125vw;
    font-size: 4.1666666667vw;
  }
  .overview h1 .highlight {
    font-size: 90%;
  }
  .overview h1 span:not(.highlight) {
    margin-bottom: 0.5208333333vw;
  }
  .overview h1 span:last-child {
    position: relative;
    left: 5.1041666667vw;
  }
  .overview-img__top {
    width: 27.1875vw;
    margin-left: auto;
    right: 13.4375vw;
    margin-bottom: -3.3333333333vw;
  }
  .overview-img__bot {
    left: 9.375vw;
    width: 25.1041666667vw;
    margin-top: -2.0833333333vw;
  }
  .overview .scrolldown__but {
    width: 12.5vw;
    right: 0.78125vw;
    bottom: -2.6041666667vw;
  }
  .intro-box {
    padding: 5.2083333333vw 5.2083333333%;
  }
  .intro-img {
    padding: 5.2083333333vw 5.2083333333%;
  }
  .intro h2 {
    font-size: 2.0833333333vw;
  }
  .intro-title {
    flex: 0 0 32.5581395349%;
    max-width: 32.5581395349%;
  }
  .intro-txt {
    flex-grow: 1;
    font-size: 2.0833333333vw;
    padding-left: 0.5208333333vw;
    max-width: 67.4418604651%;
  }
  .why .container {
    padding: 5.7291666667vw 5.2083333333%;
  }
  .why h2,
  .why h3 {
    font-size: 2.0833333333vw;
  }
  .why-title {
    flex: 0 0 33.7209302326%;
    max-width: 33.7209302326%;
    padding: 1.0416666667vw 0;
  }
  .why .reason {
    flex-grow: 1;
    max-width: 66.2790697674%;
  }
  .why .reason-item {
    margin-bottom: 1px;
  }
  .why .reason-title {
    padding: 1.0416666667vw 2.0833333333vw;
  }
  .why .reason-detail {
    padding: 0.5208333333vw 2.0833333333vw 1.0416666667vw 2.0833333333vw;
    font-size: 1.3541666667vw;
  }
  .why .reason .reason-icon {
    flex: 0 0 1.5625vw;
    max-width: 1.5625vw;
  }
  .team .container {
    padding: 6.7708333333vw 5.2083333333% 10.4166666667vw 5.2083333333%;
  }
  .team-title {
    margin-bottom: 8.8541666667vw;
  }
  .team h2 {
    font-size: 3.75vw;
  }
  .team__anim {
    position: relative;
    width: 100%;
    height: 300vh;
  }
  .team__list {
    padding-left: 5.3333333333vw;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100vw;
    height: 100vh;
    align-items: center;
  }
  .team__item {
    position: relative;
    width: 14.5833333333vw;
  }
  .team__item:nth-child(6n+1) {
    -webkit-transform: rotate(-7.96deg) translate(1.7708333333vw, -1.9791666667vw);
    transform: rotate(-7.96deg) translate(1.7708333333vw, -1.9791666667vw);
    z-index: 1;
  }
  .team__item:nth-child(6n+1):hover {
    -webkit-transform: rotate(0deg) translate(1.7708333333vw, -1.9791666667vw) scale(1.2);
    transform: rotate(0deg) translate(1.7708333333vw, -1.9791666667vw) scale(1.2);
  }
  .team__item:nth-child(6n+2) {
    -webkit-transform: rotate(-3.35deg) translateY(0.8333333333vw);
    transform: rotate(-3.35deg) translateY(0.8333333333vw);
    z-index: 2;
  }
  .team__item:nth-child(6n+2):hover {
    -webkit-transform: rotate(0deg) translateY(0.8333333333vw) scale(1.2);
    transform: rotate(0deg) translateY(0.8333333333vw) scale(1.2);
  }
  .team__item:nth-child(6n+3) {
    -webkit-transform: rotate(-7.44deg) translateY(-4.4791666667vw);
    transform: rotate(-7.44deg) translateY(-4.4791666667vw);
    z-index: 4;
  }
  .team__item:nth-child(6n+3):hover {
    -webkit-transform: rotate(0deg) translateY(-4.4791666667vw) scale(1.2);
    transform: rotate(0deg) translateY(-4.4791666667vw) scale(1.2);
  }
  .team__item:nth-child(6n+4) {
    -webkit-transform: rotate(3.31deg) translateY(-0.9375vw);
    transform: rotate(3.31deg) translateY(-0.9375vw);
    z-index: 3;
  }
  .team__item:nth-child(6n+4):hover {
    -webkit-transform: rotate(0deg) translateY(-0.9375vw) scale(1.2);
    transform: rotate(0deg) translateY(-0.9375vw) scale(1.2);
  }
  .team__item:nth-child(6n+5) {
    -webkit-transform: rotate(-3deg) translate(-1.25vw, 4.1666666667vw);
    transform: rotate(-3deg) translate(-1.25vw, 4.1666666667vw);
    z-index: 2;
  }
  .team__item:nth-child(6n+5):hover {
    -webkit-transform: rotate(0deg) translate(-1.25vw, 4.1666666667vw) scale(1.2);
    transform: rotate(0deg) translate(-1.25vw, 4.1666666667vw) scale(1.2);
  }
  .team__item:nth-child(6n+6) {
    -webkit-transform: rotate(5.49deg) translate(-3.125vw, -2.0833333333vw);
    transform: rotate(5.49deg) translate(-3.125vw, -2.0833333333vw);
    z-index: 1;
  }
  .team__item:nth-child(6n+6):hover {
    -webkit-transform: rotate(0deg) translate(-3.125vw, -2.0833333333vw) scale(1.2);
    transform: rotate(0deg) translate(-3.125vw, -2.0833333333vw) scale(1.2);
  }
  .team__item:hover {
    z-index: 10;
  }
  .team__item.active {
    -webkit-filter: blur(0px) !important;
    filter: blur(0px) !important;
  }
  .team .card-front .member {
    padding: 2.0833333333vw 1.0416666667vw;
  }
  .team .member-txt {
    display: flex;
    align-items: center;
    font-size: 0.8333333333vw;
  }
  .team .member-name {
    font-size: 1.3541666667vw;
    margin-bottom: 0.5208333333vw;
  }
  .team .member-role {
    font-size: 0.7291666667vw;
  }
  .team .block {
    padding: 2.0833333333vw 1.0416666667vw;
  }
}
@media screen and (max-width: 1023px) {
  .overview .container {
    padding: 10.6666666667vw 5.3333333333%;
  }
  .overview h1 {
    font-size: 9.6vw;
    margin-bottom: 6.9333333333vw;
  }
  .overview h1 .highlight {
    font-size: 90%;
  }
  .overview h1 span:not(.highlight) {
    margin-bottom: 2.6666666667vw;
  }
  .overview-img__top {
    width: 63.2vw;
    margin-left: auto;
    margin-bottom: 6.9333333333vw;
  }
  .overview-img__bot {
    width: 58.6666666667vw;
  }
  .overview .scrolldown__but {
    width: 7.2916666667vw;
    right: 0;
    bottom: 0;
  }
  .intro-box {
    padding: 10.6666666667vw 5.3333333333%;
  }
  .intro-img {
    padding: 10.6666666667vw 5.3333333333%;
  }
  .intro h2 {
    font-size: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
  .intro-txt {
    font-size: 5.3333333333vw;
  }
  .why .container {
    padding: 10.6666666667vw 5.3333333333%;
  }
  .why h2,
  .why h3 {
    font-size: 5.3333333333vw;
  }
  .why-title {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .why .reason {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .why .reason-item {
    margin-bottom: 1px;
    border-bottom: 1px solid #0C0C0C;
  }
  .why .reason-item:hover .reason-title, .why .reason-item.active .reason-title {
    background-color: transparent;
  }
  .why .reason-title {
    padding: 5.3333333333vw 0;
    background-color: transparent;
  }
  .why .reason-detail {
    background-color: transparent;
    padding-bottom: 4.8vw;
    font-size: 5.3333333333vw;
  }
  .why .reason .reason-icon {
    opacity: 1;
    flex: 0 0 6.4vw;
    max-width: 6.4vw;
  }
  .team {
    position: relative;
  }
  .team .container {
    padding: 10.6666666667vw 5.2083333333%;
  }
  .team-title {
    margin-bottom: 16vw;
  }
  .team h2 {
    font-size: 8.5333333333vw;
    line-height: 1.25;
  }
  .team__anim {
    position: relative;
    width: 100%;
    height: 300vh;
  }
  .team__list {
    padding-left: 5.3333333333vw;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100vw;
    height: 100vh;
    align-items: center;
  }
  .team__item {
    position: relative;
    width: 64vw;
    display: block;
    margin-right: 10.6666666667vw;
  }
  .team__item:nth-child(6n+1) {
    -webkit-transform: rotate(-7.96deg);
    transform: rotate(-7.96deg);
    z-index: 1;
  }
  .team__item:nth-child(6n+1):hover {
    -webkit-transform: rotate(0) scale(1.2);
    transform: rotate(0) scale(1.2);
  }
  .team__item:nth-child(6n+2) {
    -webkit-transform: rotate(-3.35deg);
    transform: rotate(-3.35deg);
    z-index: 2;
  }
  .team__item:nth-child(6n+2):hover {
    -webkit-transform: rotate(0) scale(1.2);
    transform: rotate(0) scale(1.2);
  }
  .team__item:nth-child(6n+3) {
    -webkit-transform: rotate(-7.44deg);
    transform: rotate(-7.44deg);
    z-index: 4;
  }
  .team__item:nth-child(6n+3):hover {
    -webkit-transform: rotate(0) scale(1.2);
    transform: rotate(0) scale(1.2);
  }
  .team__item:nth-child(6n+4) {
    -webkit-transform: rotate(3.31deg);
    transform: rotate(3.31deg);
    z-index: 3;
  }
  .team__item:nth-child(6n+4):hover {
    -webkit-transform: rotate(0) scale(1.2);
    transform: rotate(0) scale(1.2);
  }
  .team__item:nth-child(6n+5) {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
    z-index: 2;
  }
  .team__item:nth-child(6n+5):hover {
    -webkit-transform: rotate(0) scale(1.2);
    transform: rotate(0) scale(1.2);
  }
  .team__item:nth-child(6n+6) {
    -webkit-transform: rotate(5.49deg);
    transform: rotate(5.49deg);
    z-index: 1;
  }
  .team__item:nth-child(6n+6):hover {
    -webkit-transform: rotate(0) scale(1.2);
    transform: rotate(0) scale(1.2);
  }
  .team__item:hover {
    z-index: 10;
  }
  .team .card-front .member {
    padding: 5.3333333333vw;
  }
  .team .member-txt {
    display: flex;
    align-items: center;
    font-size: 4.2666666667vw;
  }
  .team .member-name {
    font-size: 4.8vw;
    margin-bottom: 2.1333333333vw;
  }
  .team .member-role {
    font-size: 3.2vw;
  }
  .team .block {
    padding: 5.3333333333vw;
  }
}
