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

body {
    margin: 0
}

main {
    display: block
}

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

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: 'Montserrat', sans-serif;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: 'Montserrat', sans-serif;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

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

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

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden], template {
    display: none
}

html {
    box-sizing: border-box
}

[hidden], template {
    display: none
}

*, :after, :before {
    box-sizing: inherit
}

address {
    font-style: inherit
}

cite, dfn, em, i {
    font-style: italic
}

b, strong {
    font-weight: 700
}

a {
    text-decoration: none
}

a svg {
    pointer-events: none
}

ol, ul {
    list-style: none
}

figure, ol, p, ul {
    margin: 0;
    padding: 0
}

[tabindex], a, area, button, input, label, select, textarea {
    touch-action: manipulation
}

[hreflang]>abbr[title] {
    text-decoration: none
}

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

hr {
    display: block;
    margin: 1em 0;
    padding: 0;
    height: 1px;
    border: 0;
    border-top: 1px solid #272727
}

audio, canvas, iframe, img, svg, video {
    vertical-align: middle
}

audio:not([controls]) {
    display: none;
    height: 0
}

img, svg {
    max-width: 100%;
    height: auto
}

img[height], img[width], svg[height], svg[width] {
    max-width: none
}

img {
    font-style: italic
}

svg {
    fill: currentColor
}

input, select, textarea {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    outline: 0;
    border: 0;
    border-radius: 0;
    background: none transparent;
    color: inherit;
    font: inherit;
    line-height: normal;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select {
    text-transform: none
}

select::-ms-expand {
    display: none
}

select::-ms-value {
    background: none;
    color: inherit
}

textarea {
    overflow: auto;
    resize: vertical
}

.o-button, button {
    display: inline-block;
    overflow: visible;
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    background: none transparent;
    color: inherit;
    vertical-align: middle;
    text-align: center;
    text-transform: none;
    font: inherit;
    line-height: normal;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.o-button, .o-button:focus, .o-button:hover, button, button:focus, button:hover {
    text-decoration: none
}

html {
    color: #222;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.5
}

@media (max-width:699px) {
    html {
        font-size: 12px
    }
}

@media (min-width:700px) and (max-width:999px) {
    html {
        font-size: 13px
    }
}

@media (min-width:1000px) and (max-width:1199px) {
    html {
        font-size: 14px
    }
}

@media (min-width:1200px) and (max-width:1599px) {
    html {
        font-size: 16px
    }
}

@media (min-width:1600px) and (max-width:1999px) {
    html {
        font-size: 18px
    }
}

@media (min-width:2000px) and (max-width:2399px) {
    html {
        font-size: 21px
    }
}

@media (min-width:2400px) {
    html {
        font-size: 24px
    }
}

html:not(.has-scroll-init) {
    cursor: wait;
    overflow: hidden
}

::-moz-selection {
    background-color: #272727;
    color: #fff;
    text-shadow: none
}

::selection {
    background-color: #272727;
    color: #fff;
    text-shadow: none
}

a {
    transition: color .3s cubic-bezier(.215, .61, .355, 1);
    color: #272727
}

@media (min-width:1200px) {
    a:focus, a:hover {
        color: #fff
    }
}

a.-underline {
    text-decoration: underline
}

.o-h, .o-h1, .o-h2, .o-h3, .o-h4, .o-h5, .o-h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    line-height: 1.5;
    margin-bottom: 0;
    line-height: 1;
    font-weight: 600
}

.o-h1, h1 {
    line-height: .9;
    text-transform: uppercase
}

@media (max-width:699px) {
    .o-h1, h1 {
        font-size: 9vw
    }
    .c-summary_list {
        margin-bottom: 15px;
    }
    .c-cta_button {
        margin-top: 10px!important;
    }
}



@media (min-width:700px) and (max-width:1599px) {
    .o-h1, h1 {
        font-size: 9vw
    }
    .c-cta_button {
        margin-top: 20px!important;
    }
}

@media (min-width:1600px) {
    .o-h1, h1 {
        font-size: 10vw
    }
}

.o-h2, h2 {
    font-size: 2rem
}

.o-h3, h3 {
    font-size: 1.5rem
}

.o-h4, h4 {
    line-height: 1.2
}

.o-h4, .o-h5, h4, h5 {
    font-size: 1rem
}

.o-h6, h6 {
    font-size: .9375rem
}

.o-container {
    margin-right: auto;
    margin-left: auto;
    max-width: 95rem;
}

@media (max-width:699px) {
    .o-container {
        padding-right: 20px;
        padding-left: 20px
    }
}

@media (min-width:700px) {
    .o-container {
        padding-right: 2.5rem;
        padding-left: 2.5rem
    }
}

.o-ratio {
    position: relative;
    display: block;
    overflow: hidden
}

.o-ratio:before {
    display: block;
    padding-bottom: 100%;
    width: 100%;
    content: ""
}

.o-ratio>embed, .o-ratio>iframe, .o-ratio>img, .o-ratio>object, .o-ratio_content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%
}

.o-layout {
    padding: 0;
    list-style: none;
    font-size: 0;
    margin: 0
}

.o-layout.-gutter {
    margin-left: -3.75rem
}

.o-layout.-gutter-small {
    margin-left: -1.875rem
}

.o-layout.-center {
    text-align: center
}

.o-layout.-right {
    text-align: right
}

.o-layout.-reverse {
    direction: rtl
}

.o-layout.-reverse.-flex {
    flex-direction: row-reverse
}

.o-layout.-flex {
    display: flex
}

.o-layout.-flex.-top {
    align-items: flex-start
}

.o-layout.-flex.-middle {
    align-items: center
}

.o-layout.-flex.-bottom {
    align-items: flex-end
}

.o-layout.-stretch {
    align-items: stretch
}

.o-layout_item {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    font-size: 1rem;
    padding-left: 0
}

.o-layout.-gutter>.o-layout_item {
    padding-left: 3.75rem
}

.o-layout.-gutter-small>.o-layout_item {
    padding-left: 1.875rem
}

.o-layout.-middle>.o-layout_item {
    vertical-align: middle
}

.o-layout.-bottom>.o-layout_item {
    vertical-align: bottom
}

.o-layout.-center>.o-layout_item, .o-layout.-reverse>.o-layout_item, .o-layout.-right>.o-layout_item {
    text-align: left
}

.o-layout.-reverse>.o-layout_item {
    direction: ltr
}

.o-checkbox-label, .o-label, .o-radio-label {
    display: block;
    margin-bottom: .9375rem
}

.o-input, .o-select, .o-textarea {
    padding: .625rem;
    border: 1px solid #d3d3d3;
    background-color: #fff
}

.o-input:focus, .o-select:focus, .o-textarea:focus {
    border-color: grey
}

.o-input::-webkit-input-placeholder, .o-select::-webkit-input-placeholder, .o-textarea::-webkit-input-placeholder {
    color: grey
}

.o-input::-moz-placeholder, .o-select::-moz-placeholder, .o-textarea::-moz-placeholder {
    color: grey
}

.o-input:-ms-input-placeholder, .o-select:-ms-input-placeholder, .o-textarea:-ms-input-placeholder {
    color: grey
}

.o-input::-ms-input-placeholder, .o-select::-ms-input-placeholder, .o-textarea::-ms-input-placeholder {
    color: grey
}

.o-input::placeholder, .o-select::placeholder, .o-textarea::placeholder {
    color: grey
}

.o-checkbox, .o-radio {
    position: absolute;
    width: 0;
    opacity: 0
}

.o-checkbox:focus+.o-checkbox-label:before, .o-checkbox:focus+.o-radio-label:before, .o-radio:focus+.o-checkbox-label:before, .o-radio:focus+.o-radio-label:before {
    border-color: grey
}

.o-checkbox:checked+.o-checkbox-label:after, .o-checkbox:checked+.o-radio-label:after, .o-radio:checked+.o-checkbox-label:after, .o-radio:checked+.o-radio-label:after {
    opacity: 1
}

.o-checkbox-label, .o-radio-label {
    position: relative;
    display: inline-block;
    margin-right: .5em;
    padding-left: 1.75rem
}

.o-checkbox-label:after, .o-checkbox-label:before, .o-radio-label:after, .o-radio-label:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    margin-top: -.5625rem;
    padding: 0;
    width: 1.125rem;
    height: 1.125rem;
    content: ""
}

.o-checkbox-label:before, .o-radio-label:before {
    background-color: #fff
}

.o-checkbox-label:after, .o-radio-label:after {
    border-color: transparent;
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='10.5'%3E%3Cpath fill='%23424242' d='M4.8 5.8L2.4 3.3 0 5.7l4.8 4.8L13 2.4 10.6 0 4.8 5.8z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-size: .8125rem;
    background-repeat: no-repeat;
    opacity: 0
}

.o-radio-label:after, .o-radio-label:before {
    border-radius: 50%
}

.o-radio-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13'%3E%3Ccircle fill='%23424242' cx='6.5' cy='6.5' r='6.5'/%3E%3C/svg%3E");
    background-size: .5rem
}

.o-select {
    z-index: 1;
    padding-right: 2.5rem
}

.o-select, .o-select-wrap {
    position: relative
}

.o-select-wrap:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 2.5rem;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='11.3'%3E%3Cpath fill='%23424242' d='M6.5 11.3L3.3 5.6 0 0h13L9.8 5.6z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-size: .625rem;
    background-repeat: no-repeat;
    content: "";
    pointer-events: none
}

.o-textarea {
    min-height: 6.25rem
}

.o-button {
    position: relative;
    z-index: 1;
    color: #fff;
    padding: 2rem 2.1875rem;
    font-size: 1.5rem;
    background-color: #272727;
    transition: color .3s cubic-bezier(.215, .61, .355, 1);
    width: 100%;
    text-align: left
}

.o-button:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
    transform: scaleY(0);
    transform-origin: center top;
    background-color: #fff;
    transition: transform .3s cubic-bezier(.215, .61, .355, 1)
}

.o-button:focus, .o-button:hover {
    color: #272727
}

.o-button:focus:before, .o-button:hover:before {
    transform: scaleY(1);
    transform-origin: center bottom
}

.o-button_icon {
    display: inline-block;
    vertical-align: middle;
    width: 3.4375rem;
    height: 3.4375rem;
    margin-right: .9375rem
}

.o-button_icon svg {
    display: block;
    width: 100%;
    height: 100%
}

.o-button_arrow {
    position: absolute;
    top: 50%;
    right: 2.1875rem;
    transform: translateY(-50%)
}

.o-scroll {
    background-color: #ffffff;
    overflow: hidden
}

.o-title {
    margin: 0;
    padding: 2.5rem 0;
    perspective: 600px;
    -webkit-perspective: 600px
}

.o-title_line {
    display: block;
    opacity: 0;
    transform-origin: center top;
    transform-style: preserve-3d;
    transform: translateY(100%) rotateX(-80deg);
    transition: opacity .8s cubic-bezier(.215, .61, .355, 1), transform .8s cubic-bezier(.215, .61, .355, 1);
    font-size: 0
}

.o-title.is-inview .o-title_line {
    transform: none;
    opacity: 1
}

.o-title.is-inview .o-title_line:first-child {
    transition-delay: .4s
}

.o-title.is-inview .o-title_line:nth-child(2) {
    transition-delay: .5s
}

.o-title.is-inview .o-title_line:nth-child(3) {
    transition-delay: .6s
}

.o-title.is-inview .o-title_line:nth-child(4) {
    transition-delay: .7s
}

.o-title_line span {
    display: inline-block;
    min-width: .05em;
    font-size: 13.5vw
}

.o-image_wrapper {
    position: relative;
    overflow: hidden;
    background-color: #d4c9c9
}

.o-image {
    opacity: .75;
    mix-blend-mode: multiply
}

.o-image img {
    width: 100%;
    opacity: 0;
    transform: scale(1.4);
    transition: opacity 1.2s cubic-bezier(.215, .61, .355, 1), transform 1.2s cubic-bezier(.215, .61, .355, 1)
}

.o-image.is-inview img {
    opacity: 1;
    transform: scale(1);
    transition-delay: .6s
}

html.has-scroll-smooth {
    overflow: hidden
}

html.has-scroll-dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.has-scroll-smooth body {
    overflow: hidden
}

.has-scroll-smooth [data-scroll-container] {
    min-height: 100vh
}

.c-header {
    position: relative
}

@media (max-width:699px) {
    .c-header {
        height: 60vh;
        min-height: 340px
    }
}

@media (min-width:700px) and (max-width:999px) {
    .c-header {
        height: 80vh;
        min-height: 380px
    }
}

@media (min-width:1000px) {
    .c-header {
        height: 100vh;
        min-height: 46.875rem
    }
}

.c-header_title {
    padding: 2.5rem 0;
    perspective: 600px;
    -webkit-perspective: 600px
}

.c-header_line, .c-header_title {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0
}

.c-header_line {
    right: 0;
    transform: scaleX(0);
    transition: transform .6s cubic-bezier(.215, .61, .355, 1)
}

.c-header_line.is-inview {
    transform: scaleX(1)
}

.c-header_title_line {
    display: block;
    opacity: 0;
    transform-origin: center top;
    transform-style: preserve-3d;
    transform: translateY(100%) rotateX(-80deg);
    transition: opacity 0s cubic-bezier(.215, .61, .355, 1), transform 0s cubic-bezier(.215, .61, .355, 1)
}

html.is-ready .c-header_title_line {
    transform: none;
    opacity: 1;
    transition-duration: .8s
}

html.is-ready .c-header_title_line:first-child {
    transition-delay: .1s
}

html.is-ready .c-header_title_line:nth-child(2) {
    transition-delay: .2s
}

html.is-ready .c-header_title_line:nth-child(3) {
    transition-delay: .3s
}

html.is-ready .c-header_title_line:nth-child(4) {
    transition-delay: .4s
}

.c-header_title_line span {
    display: inline-block
}

.c-header_title_line.-version {
    text-transform: none;
    font-size: 0
}

.c-header_heading {
    padding: 1.875rem 0
}

.c-header_heading_label {
    display: block;
    transition: transform 0s cubic-bezier(.215, .61, .355, 1);
    transform: translateY(-60px)
}

html.is-ready .c-header_heading_label {
    transform: none;
    transition-duration: .6s
}

html.is-ready .o-layout_item:nth-child(2) .c-header_heading_label {
    transition-delay: .1s
}

.c-header_logo {
    position: absolute;
    bottom: 2.5rem;
    right: 0;
    opacity: 0;
    transform: translateY(120px);
    transition: opacity 0s cubic-bezier(.215, .61, .355, 1), transform 0s cubic-bezier(.215, .61, .355, 1)
}

@media (max-width:699px) {
    .c-header_logo {
        width: 30px;
        height: 66px
    }
}

@media (min-width:700px) {
    .c-header_logo {
        width: 4rem;
        height: 8.75rem
    }
}

.c-header_logo svg {
    display: block;
    width: 100%;
    height: 100%
}

html.is-ready .c-header_logo {
    transform: none;
    opacity: 1;
    transition-delay: .6s;
    transition-duration: .6s
}

.c-fixed_wrapper {
    position: relative;
    overflow: hidden;
    background-color: #d4c9c9
}

@media (min-width:1000px) {
    .c-fixed_wrapper {
        height: 100vh
    }
}

@media (max-width:999px) {
    .c-fixed_wrapper {
        height: 50vh
    }
}

.c-fixed_target {
    bottom: -100vhdirection
}

.c-fixed, .c-fixed_target {
    position: absolute;
    top: -100vh;
    right: 0;
    left: 0
}

.c-fixed {
    height: 100%;
    background-size: cover;
    background-position: 50%;
    opacity: .75;
    mix-blend-mode: multiply
}

html:not(.has-scroll-smooth) .c-fixed {
    top: 0
}

.c-intro {
    margin: 7.5rem 0;
    font-size: 2.1875rem;
    line-height: 1.2;
    opacity: 0;
    transform: translateY(60px);
    transition: opacity .6s cubic-bezier(.215, .61, .355, 1), transform .6s cubic-bezier(.215, .61, .355, 1)
}

.c-intro.is-inview {
    opacity: 1;
    transform: none;
    transition-delay: .3s
}

.c-features {
    padding: 7.5rem 0
}

.c-features_item {
    background-color: rgba(0, 0, 0, .1);
    border-radius: 20px;
    padding: 3.75rem;
    margin-bottom: 3.75rem
}

.c-summary {
    margin: 3.75rem 0 7.5rem
}

.c-summary_text {
    font-size: 1.125rem;
    font-weight: 600;
    opacity: 0;
    transform: translateY(60px);
    transition: transform 1s cubic-bezier(.215, .61, .355, 1)
}

.c-summary.is-inview .c-summary_text {
    opacity: 1;
    transform: none
}

@media (min-width:1000px) {
    .c-summary_text {
        max-width: 320px
    }
}

@media (max-width:999px) {
    .c-summary_list {
        margin-top: 1.875rem
    }
}

.c-summary_list_item {
    position: relative;
    opacity: 0;
    transform: translateY(60px);
    transition: opacity .6s cubic-bezier(.215, .61, .355, 1), transform .6s cubic-bezier(.215, .61, .355, 1)
}

.c-summary_list_item:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 1px;
    background-color: #272727;
    transform: scaleX(0);
    transform-origin: center left;
    transition: transform .6s cubic-bezier(.215, .61, .355, 1)
}

.c-summary_list_item.is-inview {
    transform: none;
    opacity: 1
}


.c-summary_list_item.is-inview:after {
    transform: scaleX(1)
}

.c-summary_list_item.is-inview:first-child {
    transition-delay: .1s
}

.c-summary_list_item.is-inview:first-child:after {
    transition-delay: .5s
}

.c-summary_list_item.is-inview:nth-child(2) {
    transition-delay: .2s
}

.c-summary_list_item.is-inview:nth-child(2):after {
    transition-delay: .6s
}

.c-summary_list_item.is-inview:nth-child(3) {
    transition-delay: .3s
}

.c-summary_list_item.is-inview:nth-child(3):after {
    transition-delay: .7s
}

.c-summary_list_item.is-inview:nth-child(4) {
    transition-delay: .4s
}

.c-summary_list_item.is-inview:nth-child(4):after {
    transition-delay: .8s
}

.c-summary_list_item.is-inview:nth-child(5) {
    transition-delay: .5s
}

.c-summary_list_item.is-inview:nth-child(5):after {
    transition-delay: .9s
}

.c-summary_list_item.is-inview:nth-child(6) {
    transition-delay: .6s
}

.c-summary_list_item.is-inview:nth-child(6):after {
    transition-delay: 1s
}

.c-summary_list_item a {
    display: block;
    padding: 8px 0
}

.c-summary_list_item a:hover {
    text-decoration: none;
    color: #c52550;
}

.c-summary_list_icon {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) translateX(30px) rotate(90deg);
    opacity: 0;
    transition: opacity .4s cubic-bezier(.215, .61, .355, 1), transform .4s cubic-bezier(.215, .61, .355, 1)
}

.c-summary_list_item.is-inview .c-summary_list_icon {
    transform: translateY(-50%) rotate(0deg);
    opacity: 1
}

.c-summary_list_item.is-inview:first-child .c-summary_list_icon {
    transition-delay: .6s
}

.c-summary_list_item.is-inview:nth-child(2) .c-summary_list_icon {
    transition-delay: .7s
}

.c-summary_list_item.is-inview:nth-child(3) .c-summary_list_icon {
    transition-delay: .8s
}

.c-summary_list_item.is-inview:nth-child(4) .c-summary_list_icon {
    transition-delay: .9s
}

.c-summary_list_item.is-inview:nth-child(5) .c-summary_list_icon {
    transition-delay: 1s
}

.c-summary_list_item.is-inview:nth-child(6) .c-summary_list_icon {
    transition-delay: 1.1s
}

.c-section {
    position: relative
}

@media (max-width:1199px) {
    .c-section {
        padding-bottom: 10vh;
        margin-bottom: 10vh
    }
}

@media (min-width:1200px) {
    .c-section {
        margin-bottom: 35vh
    }
}

.c-section_infos {
    position: relative;
    max-width: 320px;
    z-index: 0
}

@media (min-width:1000px) {
    .c-section_infos {
        padding-top: 7.5rem
    }

    .c-section_infos.-padding {
        padding-top: 35vh
    }
}

@media (max-width:999px) {
    .c-section_infos {
        margin-bottom: 1.875rem
    }
}

.c-section_infos_inner>* {
    opacity: 0;
    transform: translateY(60px);
    transition: opacity .6s cubic-bezier(.215, .61, .355, 1), transform .6s cubic-bezier(.215, .61, .355, 1)
}

.c-section_infos_inner.is-inview>* {
    opacity: 1;
    transform: none
}

.c-section_infos_inner.is-inview>:first-child {
    transition-delay: .06s
}

.c-section_infos_inner.is-inview>:nth-child(2) {
    transition-delay: .12s
}

.c-section_infos_inner.is-inview>:nth-child(3) {
    transition-delay: .18s
}

.c-sections_infos_text {
    margin-top: 1.25rem
}

.c-speed-block {
    position: relative
}

@media (min-width:1000px) {
    .c-speed-block.-margin {
        margin-top: 7.5rem
    }
}

@media (max-width:999px) {
    .c-speed-block {
        margin: 1.875rem 0
    }
}

@media (max-width:699px) {
    .c-speed-block {
        margin: 15px 0
    }
}

.c-speed-block_image {
    margin-top: -30px;
    margin-bottom: -30px
}

.c-speed-block_title {
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 3.75rem;
    right: 0;
    left: 0;
    opacity: 0;
    transform: translateY(60px);
    transition: opacity .6s cubic-bezier(.215, .61, .355, 1), transform .6s cubic-bezier(.215, .61, .355, 1)
}

.c-speed-block_title.is-inview {
    opacity: 1;
    transform: none;
    transition-delay: .3s
}

@media (max-width:1199px) {
    .c-speed-block_title {
        display: none
    }
}

.c-speed-block_bubble {
    position: absolute;
    right: 20px;
    top: 30%;
    z-index: 1;
    color: #d4c9c9;
    padding: 1.5rem 2.5rem;
    font-size: 1.25rem
}

.c-speed-block_bubble.-right {
    right: -30px
}

.c-speed-block_bubble.-left {
    right: auto;
    left: -30px
}

.c-speed-block_bubble.-top {
    top: -20%
}

.c-speed-block_bubble.-bottom {
    top: auto;
    bottom: 0
}

.c-speed-block_bubble:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
    background-color: #272727;
    border-radius: 50%;
    transform: scale(0);
    transition: transform .6s cubic-bezier(.17, .67, .3, 1.33)
}

.c-speed-block_bubble.is-inview:before {
    transform: scale(1);
    transition-delay: .3s
}

@media (max-width:1199px) {
    .c-speed-block_bubble {
        display: none
    }
}

.c-direction-block_wrapper {
    margin-bottom: 31.25rem
}

@media (min-width:1200px) {
    .c-direction-block_wrapper {
        min-height: 180vh
    }
}

@media (min-width:1000px) and (max-width:1199px) {
    .c-direction-block_wrapper {
        min-height: 130vh
    }
}

@media (min-width:700px) and (max-width:999px) {
    .c-direction-block_wrapper {
        min-height: 100vh
    }
}

@media (max-width:699px) {
    .c-direction-block_wrapper {
        min-height: 70vh
    }
}

@media (min-width:1000px) {
    .c-direction-block_wrapper {
        margin-top: -35vh
    }
}

.c-direction-block {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 1
}

@media (min-width:1200px) {
    .c-direction-block {
        top: -50vh;
        bottom: -50vh
    }
}

@media (min-width:700px) and (max-width:1199px) {
    .c-direction-block {
        top: -30vh;
        bottom: -50vh
    }
}

@media (max-width:699px) {
    .c-direction-block {
        top: -15vh;
        bottom: 0
    }
}

@media (min-width:1000px) and (max-width:1199px) {
    .c-direction-block {
        margin-top: 6.25rem
    }
}

@media (min-width:1200px) {
    .c-direction-block {
        margin-top: 18.75rem
    }
}

.c-direction-block_item {
    position: absolute;
    font-size: 10vw;
    white-space: nowrap;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1
}

.c-direction-block_item span {
    display: block;
    background-color: #fff;
    white-space: nowrap;
    padding: 0 20px
}

.c-direction-block_item.-one {
    top: 33%;
    transform: translateX(-50vw) rotate(26deg)
}

.c-direction-block_item.-two {
    top: 45%
}

.c-direction-block_item.-three {
    top: 55%;
    transform: rotate(9deg)
}

.c-direction-block_item.-four {
    top: 68%;
    transform: translateX(-50vw) rotate(-19deg)
}

.c-direction-block_item.-five {
    top: 63%;
    transform: translateX(-10vw) rotate(3deg)
}

.c-lerp-block {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10rem
}

@media (min-width:1000px) {
    .c-lerp-block:not(:first-child) {
        margin-top: 3.75rem
    }
}

@media (max-width:999px) {
    .c-lerp-block {
        margin-top: 1.875rem
    }
}

.c-lerp-block_index {
    vertical-align: middle;
    color: #d4c9c9;
    width: 3.75rem;
    height: 2.8125rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    position: relative;
    z-index: 1
}

.c-lerp-block_index:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
    background-color: #272727;
    border-radius: 50%;
    transform: scale(0);
    transition: transform .6s cubic-bezier(.17, .67, .3, 1.33)
}

.c-lerp-block_index.is-inview:before {
    transform: scale(1);
    transition-delay: .3s
}

.c-lerp-block_title {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    margin-left: 1.25rem;
    line-height: 1.1
}

.c-lerp-block_title.is-inview>span:not([data-scroll]) {
    opacity: 1;
    transform: none;
    transition-delay: .4s
}

.c-lerp-block_title>span:not([data-scroll]) {
    opacity: 0;
    transform: translateY(60px);
    transition: opacity .6s cubic-bezier(.215, .61, .355, 1), transform .6s cubic-bezier(.215, .61, .355, 1)
}

.c-lerp-block_title span {
    display: inline-block;
    min-width: .3em
}

@media (max-width:699px) {
    .c-lerp-block_title span {
        font-size: 1.5625rem
    }
}

@media (min-width:700px) {
    .c-lerp-block_title span {
        font-size: 4.375rem
    }
}

.c-cta_line {
    margin: 0;
    transform: scaleX(0);
    transition: transform .6s cubic-bezier(.215, .61, .355, 1)
}

.c-cta_line.-margin {
    margin-bottom: 30px
}

.c-cta_line.is-inview {
    transform: scaleX(1)
}

.c-cta_content {
    margin: 3.75rem 0
}

.c-cta_content_text {
    max-width: 520px
}

.c-cta_content_text>* {
    opacity: 0;
    transform: translateY(60px);
    transition: opacity .6s cubic-bezier(.215, .61, .355, 1), transform .6s cubic-bezier(.215, .61, .355, 1)
}

.c-cta_content_text>:not(:first-child) {
    margin-top: 1.875rem
}

.c-cta_content_text.is-inview>* {
    opacity: 1;
    transform: none
}

.c-cta_content_text.is-inview>:first-child {
    transition-delay: .06s
}

.c-cta_content_text.is-inview>:nth-child(2) {
    transition-delay: .12s
}

.c-cta_content_text.is-inview>:nth-child(3) {
    transition-delay: .18s
}

.c-cta_button {
    opacity: 0;
    transform: translateY(60px);
    transition: opacity .6s cubic-bezier(.215, .61, .355, 1), transform .6s cubic-bezier(.215, .61, .355, 1);
    margin-top: 5.625rem
}

.c-cta_button.is-inview {
    opacity: 1;
    transform: none
}

.c-cta_button:hover{
    background-color: rgb(197,37,80);
}


.c-cta_section {
    margin-bottom: 11.25rem
}

.c-choochoo_item {
    padding: 50vh 0;
    font-size: 6.25rem
}

.c-choochoo_item span {
    display: block
}

.c-choochoo_item.-reverse span, html[data-direction=up] .c-choochoo_item span {
    transform: rotateY(180deg)
}

html[data-direction=up] .c-choochoo_item.-reverse span {
    transform: rotateY(0deg)
}

@media (max-width:1199px) {
    .c-choochoo_item {
        display: none
    }
}

@media (max-width:999px) {
    .c-damn {
        padding: 150vh 0 0
    }
}

@media (min-width:1000px) {
    .c-damn {
        padding: 100vh 0 0
    }
}

.c-scrollbar {
    width: 10px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100vh;
    transform-origin: center right;
    transform: scaleX(1);
    transition: transform .2s linear
}

.c-scrollbar:hover {
    transform: scaleX(1.3);
    cursor: -webkit-grab;
    cursor: grab
}

.c-scrollbar_thumb {
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.c-scrollbar_thumb:hover {
    cursor: pointer
}

.u-2\:1:before {
    padding-bottom: 50%
}

.u-4\:3:before {
    padding-bottom: 75%
}

.u-16\:9:before {
    padding-bottom: 56.25%
}

.u-1\/1 {
    width: 100% !important
}

.u-1\/2 {
    width: 50% !important
}

.u-2\/2 {
    width: 100% !important
}

.u-1\/3 {
    width: 33.33333% !important
}

.u-2\/3 {
    width: 66.66667% !important
}

.u-3\/3 {
    width: 100% !important
}

.u-1\/4 {
    width: 25% !important
}

.u-2\/4 {
    width: 50% !important
}

.u-3\/4 {
    width: 75% !important
}

.u-4\/4 {
    width: 100% !important
}

.u-1\/5 {
    width: 20% !important
}

.u-2\/5 {
    width: 40% !important
}

.u-3\/5 {
    width: 60% !important
}

.u-4\/5 {
    width: 80% !important
}

.u-5\/5 {
    width: 100% !important
}

@media (min-width:700px) {
    .u-1\/2\@from-small {
        width: 50%
    }
}

@media (min-width:1000px) {
    .u-1\/3\@from-medium {
        width: 33.33333%
    }
}

@media (min-width:1000px) {
    .u-1\/2\@from-medium {
        width: 50%
    }
}

@media (min-width:1000px) {
    .u-2\/5\@from-medium {
        width: 40%
    }
}

@media (min-width:1000px) {
    .u-3\/5\@from-medium {
        width: 60%
    }
}

.u-float-left {
    float: left !important
}

.u-float-right {
    float: right !important
}

.u-text-center {
    text-align: center !important
}

.u-text-left {
    text-align: left !important
}

.u-text-right {
    text-align: right !important
}

.u-text-right p {
    font-size: 1em;
}

.u-align-baseline {
    vertical-align: baseline !important
}

.u-align-bottom {
    vertical-align: bottom !important
}

.u-align-middle {
    vertical-align: middle !important
}

.u-align-top {
    vertical-align: top !important
}

.u-vertical-center {
    font-size: 0
}

.u-vertical-center:before {
    display: inline-block;
    height: 100%;
    content: "";
    vertical-align: middle
}

.u-vertical-center>* {
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem
}

.u-white {
    color: #fff
}

.u-label {
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 600
}

.u-icon {
    font-family: Lucida Grande;
    font-size: 1.125rem
}

.u-text {
    font-size: .875rem
}

.u-clearfix:after {
    display: block;
    clear: both;
    content: ""
}

.u-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    max-width: 100%
}

[hidden][aria-hidden=false] {
    position: absolute;
    display: inherit;
    clip: rect(0, 0, 0, 0)
}

[hidden][aria-hidden=false]:focus {
    clip: auto
}

.u-screen-reader-text {
    position: absolute !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    margin: 0;
    padding: 0;
    width: 1px;
    height: 1px;
    border: 0
}

@media not print {
    .u-screen-reader-text\@screen {
        position: absolute !important;
        overflow: hidden;
        clip: rect(0 0 0 0);
        margin: 0;
        padding: 0;
        width: 1px;
        height: 1px;
        border: 0
    }
}

.u-screen-reader-text.-focusable:active, .u-screen-reader-text.-focusable:focus {
    clip: auto;
    width: auto;
    height: auto
}

.sub_red {
    color: #c52550;
}


/*--------------------------------------------------------------
# Resume
--------------------------------------------------------------*/
.resume .resume-title {
    font-size: 26px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #45505b;
  }
  
  .resume .resume-item {
    padding: 0 0 20px 20px;
    margin-top: -2px;
    border-left: 2px solid #c52550;
    position: relative;
  }
  
  .resume .resume-item h4 {
    line-height: 18px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #c52550;
    margin-bottom: 10px;
  }
  
  .resume .resume-item h5 {
    font-size: 16px;
    background: #f7f8f9;
    padding: 5px 15px;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 10px;
  }
  
  .resume .resume-item ul {
    padding-left: 20px;
  }
  
  .resume .resume-item ul li {
    padding-bottom: 10px;
  }
  
  .resume .resume-item:last-child {
    padding-bottom: 0;
  }
  
  .resume .resume-item::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50px;
    left: -9px;
    top: 0;
    background: #fff;
    border: 2px solid #c52550;
  }

  .sec-title span{
      font-size: 1em;
  }

.bgred {
    background-color: #c52550;   
    color: white;
    padding: 3px;
    transition: 1s;
}

.bgred:hover {
    background-color: #3d3d3d;   
    color: white;
    padding: 3px;
}


/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills .progress {
    height: 50px;
    display: block;
    background: none;
  }
  
  .skills .progress .skill {
    padding: 10px 0;
    margin: 0 0 6px 0;
    text-transform: uppercase;
    display: block;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    color: #45505b;
  }
  
  .skills .progress .skill .val {
    float: right;
    font-style: normal;
  }
  
  .skills .progress-bar-wrap {
    background: #ececec;
  }
  
  .skills .progress-bar {
    width: 1px;
    height: 10px;
    background-color: #c52550;
  }

  .progress-bar {
    width: 0;
    -webkit-animation: progress 1.5s ease-in-out forwards;
            animation: progress 1.5s ease-in-out forwards;
  }
  .progress-bar .title {
    opacity: 0;
    -webkit-animation: show 0.35s forwards ease-in-out 0.5s;
            animation: show 0.35s forwards ease-in-out 0.5s;
  }
  
  @-webkit-keyframes progress {
    from {
      width: 0;
    }
    to {
      width: 100%;
    }
  }
  
  @keyframes progress {
    from {
      width: 0;
    }
    to {
      width: 100%;
    }
  }
  @-webkit-keyframes show {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes show {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  
  
 
/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
    margin-bottom: 30px;
  }
  
  #folio1 {
    background: url(../images/portfolio/coupang.png);
  }
  
  #folio2 {
    background: url(../images/portfolio/hol.png );
  }
  
  #folio3 {
    background: url(../images/portfolio/lr.png);
  }
  
  #folio4 {
    background: url(../images/portfolio/jblc.png);
  }
  
  #folio5 {
    background: url(../images/portfolio/190deg.png);
  }
  
  #folio6 {
    background: url(../images/portfolio/jvd.png);
  }

  #folio7 {
    background: url(../images/portfolio/teckleong.png);
  }

  #folio8 {
    background: url(../images/portfolio/korea.png);
  }

  #folio9 {
    background: url(../images/portfolio/achieve.png);
  }
  
  #folio1:hover, #folio2:hover, #folio3:hover, #folio4:hover, #folio5:hover, #folio6:hover, #folio7:hover, #folio8:hover, #folio9:hover {
    background-position: bottom;
  }
  
  #folio1, #folio2, #folio3, #folio4, #folio5, #folio6, #folio7, #folio8, #folio9  {
    background-size: cover;
    background-position: top;
    width: 100%;
    height: 400px;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.08);
    transition: 5s;
    -webkit-transition: 5s;
  }





/*bg2 */


@media (max-width:699px) {
    body .dotWrapper {
        position: relative;
        display: none;
      }
    .thankyou {
        margin-top: 30px;
    }
}

@media (min-width:700px) {
  body .dotWrapper {
    position: absolute;
  }
  body .dotWrapper-1 {
    top: 71%;
    left: 96%;
    -webkit-animation: flying 50s ease-in-out -2.1s infinite alternate;
            animation: flying 50s ease-in-out -2.1s infinite alternate;
  }
  body .dotWrapper-2 {
    top: 92%;
    left: 24%;
    -webkit-animation: flying 57s ease-in-out -4.4s infinite alternate;
            animation: flying 57s ease-in-out -4.4s infinite alternate;
  }
  body .dotWrapper-3 {
    top: 90%;
    left: 22%;
    -webkit-animation: flying 47s ease-in-out -4.1s infinite alternate;
            animation: flying 47s ease-in-out -4.1s infinite alternate;
  }
  body .dotWrapper-4 {
    top: 83%;
    left: 48%;
    -webkit-animation: flying 23s ease-in-out -6.3s infinite alternate;
            animation: flying 23s ease-in-out -6.3s infinite alternate;
  }
  body .dotWrapper-5 {
    top: 23%;
    left: 97%;
    -webkit-animation: flying 40s ease-in-out -5.6s infinite alternate;
            animation: flying 40s ease-in-out -5.6s infinite alternate;
  }
  body .dotWrapper-6 {
    top: 76%;
    left: 25%;
    -webkit-animation: flying 31s ease-in-out -0.1s infinite alternate;
            animation: flying 31s ease-in-out -0.1s infinite alternate;
  }
  body .dotWrapper-7 {
    top: 61%;
    left: 5%;
    -webkit-animation: flying 67s ease-in-out -4.5s infinite alternate;
            animation: flying 67s ease-in-out -4.5s infinite alternate;
  }
  body .dotWrapper-8 {
    top: 64%;
    left: 99%;
    -webkit-animation: flying 21s ease-in-out -9.4s infinite alternate;
            animation: flying 21s ease-in-out -9.4s infinite alternate;
  }
  body .dotWrapper-9 {
    top: 37%;
    left: 77%;
    -webkit-animation: flying 54s ease-in-out -1.5s infinite alternate;
            animation: flying 54s ease-in-out -1.5s infinite alternate;
  }
  body .dotWrapper-10 {
    top: 85%;
    left: 71%;
    -webkit-animation: flying 27s ease-in-out -6.4s infinite alternate;
            animation: flying 27s ease-in-out -6.4s infinite alternate;
  }
  body .dotWrapper-11 {
    top: 49%;
    left: 20%;
    -webkit-animation: flying 32s ease-in-out -7s infinite alternate;
            animation: flying 32s ease-in-out -7s infinite alternate;
  }
  body .dotWrapper-12 {
    top: 46%;
    left: 85%;
    -webkit-animation: flying 27s ease-in-out -2.7s infinite alternate;
            animation: flying 27s ease-in-out -2.7s infinite alternate;
  }
  body .dotWrapper-13 {
    top: 73%;
    left: 13%;
    -webkit-animation: flying 57s ease-in-out -6.6s infinite alternate;
            animation: flying 57s ease-in-out -6.6s infinite alternate;
  }
  body .dotWrapper-14 {
    top: 76%;
    left: 39%;
    -webkit-animation: flying 28s ease-in-out -2.6s infinite alternate;
            animation: flying 28s ease-in-out -2.6s infinite alternate;
  }
  body .dotWrapper-15 {
    top: 11%;
    left: 30%;
    -webkit-animation: flying 22s ease-in-out -7.3s infinite alternate;
            animation: flying 22s ease-in-out -7.3s infinite alternate;
  }
  body .dotWrapper-16 {
    top: 96%;
    left: 11%;
    -webkit-animation: flying 52s ease-in-out -1s infinite alternate;
            animation: flying 52s ease-in-out -1s infinite alternate;
  }
  body .dotWrapper-17 {
    top: 90%;
    left: 70%;
    -webkit-animation: flying 22s ease-in-out -5.1s infinite alternate;
            animation: flying 22s ease-in-out -5.1s infinite alternate;
  }
  body .dotWrapper-18 {
    top: 33%;
    left: 18%;
    -webkit-animation: flying 32s ease-in-out -5.5s infinite alternate;
            animation: flying 32s ease-in-out -5.5s infinite alternate;
  }
  body .dotWrapper-19 {
    top: 45%;
    left: 31%;
    -webkit-animation: flying 31s ease-in-out -2.3s infinite alternate;
            animation: flying 31s ease-in-out -2.3s infinite alternate;
  }
  body .dotWrapper-20 {
    top: 98%;
    left: 50%;
    -webkit-animation: flying 51s ease-in-out -2.8s infinite alternate;
            animation: flying 51s ease-in-out -2.8s infinite alternate;
  }
  body .dotWrapper-21 {
    top: 33%;
    left: 23%;
    -webkit-animation: flying 36s ease-in-out -6.6s infinite alternate;
            animation: flying 36s ease-in-out -6.6s infinite alternate;
  }
  body .dotWrapper-22 {
    top: 2%;
    left: 36%;
    -webkit-animation: flying 23s ease-in-out -3.3s infinite alternate;
            animation: flying 23s ease-in-out -3.3s infinite alternate;
  }
  body .dotWrapper-23 {
    top: 78%;
    left: 80%;
    -webkit-animation: flying 23s ease-in-out -5.9s infinite alternate;
            animation: flying 23s ease-in-out -5.9s infinite alternate;
  }
  body .dotWrapper-24 {
    top: 5%;
    left: 47%;
    -webkit-animation: flying 64s ease-in-out -0.4s infinite alternate;
            animation: flying 64s ease-in-out -0.4s infinite alternate;
  }
  body .dotWrapper-25 {
    top: 27%;
    left: 27%;
    -webkit-animation: flying 55s ease-in-out -2.9s infinite alternate;
            animation: flying 55s ease-in-out -2.9s infinite alternate;
  }
  body .dotWrapper-26 {
    top: 57%;
    left: 38%;
    -webkit-animation: flying 66s ease-in-out -6.8s infinite alternate;
            animation: flying 66s ease-in-out -6.8s infinite alternate;
  }
  body .dotWrapper-27 {
    top: 71%;
    left: 52%;
    -webkit-animation: flying 44s ease-in-out -0.1s infinite alternate;
            animation: flying 44s ease-in-out -0.1s infinite alternate;
  }
  body .dotWrapper-28 {
    top: 69%;
    left: 39%;
    -webkit-animation: flying 49s ease-in-out -9.4s infinite alternate;
            animation: flying 49s ease-in-out -9.4s infinite alternate;
  }
  body .dotWrapper-29 {
    top: 85%;
    left: 94%;
    -webkit-animation: flying 27s ease-in-out -6.4s infinite alternate;
            animation: flying 27s ease-in-out -6.4s infinite alternate;
  }
  body .dotWrapper-30 {
    top: 79%;
    left: 89%;
    -webkit-animation: flying 47s ease-in-out -1.8s infinite alternate;
            animation: flying 47s ease-in-out -1.8s infinite alternate;
  }
  body .dotWrapper-31 {
    top: 14%;
    left: 87%;
    -webkit-animation: flying 48s ease-in-out -7.1s infinite alternate;
            animation: flying 48s ease-in-out -7.1s infinite alternate;
  }
  body .dotWrapper-32 {
    top: 43%;
    left: 79%;
    -webkit-animation: flying 62s ease-in-out -8s infinite alternate;
            animation: flying 62s ease-in-out -8s infinite alternate;
  }
  body .dotWrapper-33 {
    top: 73%;
    left: 70%;
    -webkit-animation: flying 41s ease-in-out -2.8s infinite alternate;
            animation: flying 41s ease-in-out -2.8s infinite alternate;
  }
  body .dotWrapper-34 {
    top: 88%;
    left: 98%;
    -webkit-animation: flying 24s ease-in-out -6.2s infinite alternate;
            animation: flying 24s ease-in-out -6.2s infinite alternate;
  }
  body .dotWrapper-35 {
    top: 4%;
    left: 96%;
    -webkit-animation: flying 39s ease-in-out -2.4s infinite alternate;
            animation: flying 39s ease-in-out -2.4s infinite alternate;
  }
  body .dotWrapper-36 {
    top: 98%;
    left: 48%;
    -webkit-animation: flying 38s ease-in-out -9.2s infinite alternate;
            animation: flying 38s ease-in-out -9.2s infinite alternate;
  }
  body .dotWrapper-37 {
    top: 30%;
    left: 5%;
    -webkit-animation: flying 30s ease-in-out -8.6s infinite alternate;
            animation: flying 30s ease-in-out -8.6s infinite alternate;
  }
  body .dotWrapper-38 {
    top: 67%;
    left: 36%;
    -webkit-animation: flying 21s ease-in-out -7.4s infinite alternate;
            animation: flying 21s ease-in-out -7.4s infinite alternate;
  }
  body .dotWrapper-39 {
    top: 80%;
    left: 66%;
    -webkit-animation: flying 44s ease-in-out -2.9s infinite alternate;
            animation: flying 44s ease-in-out -2.9s infinite alternate;
  }
  body .dotWrapper-40 {
    top: 65%;
    left: 44%;
    -webkit-animation: flying 41s ease-in-out -8.1s infinite alternate;
            animation: flying 41s ease-in-out -8.1s infinite alternate;
  }
  body .dotWrapper-41 {
    top: 89%;
    left: 41%;
    -webkit-animation: flying 65s ease-in-out -6.4s infinite alternate;
            animation: flying 65s ease-in-out -6.4s infinite alternate;
  }
  body .dotWrapper-42 {
    top: 72%;
    left: 89%;
    -webkit-animation: flying 25s ease-in-out -3.4s infinite alternate;
            animation: flying 25s ease-in-out -3.4s infinite alternate;
  }
  body .dotWrapper-43 {
    top: 26%;
    left: 3%;
    -webkit-animation: flying 66s ease-in-out -9.8s infinite alternate;
            animation: flying 66s ease-in-out -9.8s infinite alternate;
  }
  body .dotWrapper-44 {
    top: 54%;
    left: 65%;
    -webkit-animation: flying 56s ease-in-out -5.5s infinite alternate;
            animation: flying 56s ease-in-out -5.5s infinite alternate;
  }
  body .dotWrapper-45 {
    top: 99%;
    left: 56%;
    -webkit-animation: flying 42s ease-in-out -5.4s infinite alternate;
            animation: flying 42s ease-in-out -5.4s infinite alternate;
  }
  body .dotWrapper-46 {
    top: 11%;
    left: 2%;
    -webkit-animation: flying 56s ease-in-out -1.5s infinite alternate;
            animation: flying 56s ease-in-out -1.5s infinite alternate;
  }
  body .dotWrapper-47 {
    top: 3%;
    left: 96%;
    -webkit-animation: flying 45s ease-in-out -5.1s infinite alternate;
            animation: flying 45s ease-in-out -5.1s infinite alternate;
  }
  body .dotWrapper-48 {
    top: 57%;
    left: 25%;
    -webkit-animation: flying 48s ease-in-out -6.3s infinite alternate;
            animation: flying 48s ease-in-out -6.3s infinite alternate;
  }
  body .dotWrapper-49 {
    top: 7%;
    left: 76%;
    -webkit-animation: flying 50s ease-in-out -8.8s infinite alternate;
            animation: flying 50s ease-in-out -8.8s infinite alternate;
  }
  body .dotWrapper-50 {
    top: 13%;
    left: 68%;
    -webkit-animation: flying 49s ease-in-out -6.8s infinite alternate;
            animation: flying 49s ease-in-out -6.8s infinite alternate;
  }
  body .dotWrapper-51 {
    top: 49%;
    left: 66%;
    -webkit-animation: flying 66s ease-in-out -8.9s infinite alternate;
            animation: flying 66s ease-in-out -8.9s infinite alternate;
  }
  body .dotWrapper-52 {
    top: 19%;
    left: 94%;
    -webkit-animation: flying 30s ease-in-out -5.7s infinite alternate;
            animation: flying 30s ease-in-out -5.7s infinite alternate;
  }
  body .dotWrapper-53 {
    top: 21%;
    left: 9%;
    -webkit-animation: flying 27s ease-in-out -1.8s infinite alternate;
            animation: flying 27s ease-in-out -1.8s infinite alternate;
  }
  body .dotWrapper-54 {
    top: 6%;
    left: 96%;
    -webkit-animation: flying 58s ease-in-out -7.6s infinite alternate;
            animation: flying 58s ease-in-out -7.6s infinite alternate;
  }
  body .dotWrapper-55 {
    top: 18%;
    left: 52%;
    -webkit-animation: flying 69s ease-in-out -9.7s infinite alternate;
            animation: flying 69s ease-in-out -9.7s infinite alternate;
  }
  body .dotWrapper-56 {
    top: 50%;
    left: 52%;
    -webkit-animation: flying 38s ease-in-out -6.9s infinite alternate;
            animation: flying 38s ease-in-out -6.9s infinite alternate;
  }
  body .dotWrapper-57 {
    top: 96%;
    left: 32%;
    -webkit-animation: flying 38s ease-in-out -8.6s infinite alternate;
            animation: flying 38s ease-in-out -8.6s infinite alternate;
  }
  body .dotWrapper-58 {
    top: 54%;
    left: 50%;
    -webkit-animation: flying 67s ease-in-out -0.1s infinite alternate;
            animation: flying 67s ease-in-out -0.1s infinite alternate;
  }
  body .dotWrapper-59 {
    top: 100%;
    left: 27%;
    -webkit-animation: flying 48s ease-in-out -2.8s infinite alternate;
            animation: flying 48s ease-in-out -2.8s infinite alternate;
  }
  body .dotWrapper-60 {
    top: 23%;
    left: 37%;
    -webkit-animation: flying 53s ease-in-out -8.8s infinite alternate;
            animation: flying 53s ease-in-out -8.8s infinite alternate;
  }
  body .dotWrapper-61 {
    top: 11%;
    left: 68%;
    -webkit-animation: flying 32s ease-in-out -5.6s infinite alternate;
            animation: flying 32s ease-in-out -5.6s infinite alternate;
  }
  body .dotWrapper-62 {
    top: 91%;
    left: 10%;
    -webkit-animation: flying 55s ease-in-out -3.7s infinite alternate;
            animation: flying 55s ease-in-out -3.7s infinite alternate;
  }
  body .dotWrapper-63 {
    top: 25%;
    left: 64%;
    -webkit-animation: flying 25s ease-in-out -3.4s infinite alternate;
            animation: flying 25s ease-in-out -3.4s infinite alternate;
  }
  body .dotWrapper-64 {
    top: 5%;
    left: 21%;
    -webkit-animation: flying 35s ease-in-out -9.5s infinite alternate;
            animation: flying 35s ease-in-out -9.5s infinite alternate;
  }
  body .dotWrapper-65 {
    top: 27%;
    left: 53%;
    -webkit-animation: flying 52s ease-in-out -8.1s infinite alternate;
            animation: flying 52s ease-in-out -8.1s infinite alternate;
  }
  body .dotWrapper-66 {
    top: 21%;
    left: 7%;
    -webkit-animation: flying 55s ease-in-out -8.4s infinite alternate;
            animation: flying 55s ease-in-out -8.4s infinite alternate;
  }
  body .dotWrapper-67 {
    top: 77%;
    left: 14%;
    -webkit-animation: flying 51s ease-in-out -0.9s infinite alternate;
            animation: flying 51s ease-in-out -0.9s infinite alternate;
  }
  body .dotWrapper-68 {
    top: 2%;
    left: 33%;
    -webkit-animation: flying 63s ease-in-out -4.8s infinite alternate;
            animation: flying 63s ease-in-out -4.8s infinite alternate;
  }
  body .dotWrapper-69 {
    top: 64%;
    left: 77%;
    -webkit-animation: flying 40s ease-in-out -9.6s infinite alternate;
            animation: flying 40s ease-in-out -9.6s infinite alternate;
  }
  body .dotWrapper-70 {
    top: 13%;
    left: 20%;
    -webkit-animation: flying 53s ease-in-out -1.8s infinite alternate;
            animation: flying 53s ease-in-out -1.8s infinite alternate;
  }
  body .dotWrapper-71 {
    top: 36%;
    left: 2%;
    -webkit-animation: flying 57s ease-in-out -6.8s infinite alternate;
            animation: flying 57s ease-in-out -6.8s infinite alternate;
  }
  body .dotWrapper-72 {
    top: 5%;
    left: 48%;
    -webkit-animation: flying 23s ease-in-out -8.6s infinite alternate;
            animation: flying 23s ease-in-out -8.6s infinite alternate;
  }
  body .dotWrapper-73 {
    top: 56%;
    left: 19%;
    -webkit-animation: flying 40s ease-in-out -0.4s infinite alternate;
            animation: flying 40s ease-in-out -0.4s infinite alternate;
  }
  body .dotWrapper-74 {
    top: 74%;
    left: 7%;
    -webkit-animation: flying 24s ease-in-out -6.1s infinite alternate;
            animation: flying 24s ease-in-out -6.1s infinite alternate;
  }
  body .dotWrapper-75 {
    top: 40%;
    left: 74%;
    -webkit-animation: flying 35s ease-in-out -9.3s infinite alternate;
            animation: flying 35s ease-in-out -9.3s infinite alternate;
  }
  body .dot {
    width: 4px;
    height: 4px;
    background: #c52550;
    border-radius: 50%;
  }
  body .dot-1 {
    -webkit-transform-origin: 13px 12px;
            transform-origin: 13px 12px;
    -webkit-animation: rotating 22s ease-in-out -2s infinite;
            animation: rotating 22s ease-in-out -2s infinite;
  }
  body .dot-2 {
    -webkit-transform-origin: 3px 5px;
            transform-origin: 3px 5px;
    -webkit-animation: rotating 22s ease-in-out -3.8s infinite;
            animation: rotating 22s ease-in-out -3.8s infinite;
  }
  body .dot-3 {
    -webkit-transform-origin: 10px -4px;
            transform-origin: 10px -4px;
    -webkit-animation: rotating 20s ease-in-out -2.8s infinite;
            animation: rotating 20s ease-in-out -2.8s infinite;
  }
  body .dot-4 {
    -webkit-transform-origin: 11px -6px;
            transform-origin: 11px -6px;
    -webkit-animation: rotating 25s ease-in-out -10s infinite;
            animation: rotating 25s ease-in-out -10s infinite;
  }
  body .dot-5 {
    -webkit-transform-origin: 8px 9px;
            transform-origin: 8px 9px;
    -webkit-animation: rotating 11s ease-in-out -0.6s infinite;
            animation: rotating 11s ease-in-out -0.6s infinite;
  }
  body .dot-6 {
    -webkit-transform-origin: 7px 5px;
            transform-origin: 7px 5px;
    -webkit-animation: rotating 29s ease-in-out -4.6s infinite;
            animation: rotating 29s ease-in-out -4.6s infinite;
  }
  body .dot-7 {
    -webkit-transform-origin: 14px 13px;
            transform-origin: 14px 13px;
    -webkit-animation: rotating 12s ease-in-out -0.7s infinite;
            animation: rotating 12s ease-in-out -0.7s infinite;
  }
  body .dot-8 {
    -webkit-transform-origin: -11px -13px;
            transform-origin: -11px -13px;
    -webkit-animation: rotating 29s ease-in-out -5.2s infinite;
            animation: rotating 29s ease-in-out -5.2s infinite;
  }
  body .dot-9 {
    -webkit-transform-origin: -5px 2px;
            transform-origin: -5px 2px;
    -webkit-animation: rotating 19s ease-in-out -9.8s infinite;
            animation: rotating 19s ease-in-out -9.8s infinite;
  }
  body .dot-10 {
    -webkit-transform-origin: 7px -11px;
            transform-origin: 7px -11px;
    -webkit-animation: rotating 16s ease-in-out -9.1s infinite;
            animation: rotating 16s ease-in-out -9.1s infinite;
  }
  body .dot-11 {
    -webkit-transform-origin: -2px 6px;
            transform-origin: -2px 6px;
    -webkit-animation: rotating 30s ease-in-out -6.3s infinite;
            animation: rotating 30s ease-in-out -6.3s infinite;
  }
  body .dot-12 {
    -webkit-transform-origin: -11px -7px;
            transform-origin: -11px -7px;
    -webkit-animation: rotating 29s ease-in-out -8.4s infinite;
            animation: rotating 29s ease-in-out -8.4s infinite;
  }
  body .dot-13 {
    -webkit-transform-origin: 12px 15px;
            transform-origin: 12px 15px;
    -webkit-animation: rotating 17s ease-in-out -0.4s infinite;
            animation: rotating 17s ease-in-out -0.4s infinite;
  }
  body .dot-14 {
    -webkit-transform-origin: 6px 8px;
            transform-origin: 6px 8px;
    -webkit-animation: rotating 26s ease-in-out -5.8s infinite;
            animation: rotating 26s ease-in-out -5.8s infinite;
  }
  body .dot-15 {
    -webkit-transform-origin: 14px 5px;
            transform-origin: 14px 5px;
    -webkit-animation: rotating 14s ease-in-out -4s infinite;
            animation: rotating 14s ease-in-out -4s infinite;
  }
  body .dot-16 {
    -webkit-transform-origin: -13px 3px;
            transform-origin: -13px 3px;
    -webkit-animation: rotating 18s ease-in-out -6.1s infinite;
            animation: rotating 18s ease-in-out -6.1s infinite;
  }
  body .dot-17 {
    -webkit-transform-origin: -12px 2px;
            transform-origin: -12px 2px;
    -webkit-animation: rotating 23s ease-in-out -6.6s infinite;
            animation: rotating 23s ease-in-out -6.6s infinite;
  }
  body .dot-18 {
    -webkit-transform-origin: 5px 8px;
            transform-origin: 5px 8px;
    -webkit-animation: rotating 30s ease-in-out -9.1s infinite;
            animation: rotating 30s ease-in-out -9.1s infinite;
  }
  body .dot-19 {
    -webkit-transform-origin: -4px -8px;
            transform-origin: -4px -8px;
    -webkit-animation: rotating 30s ease-in-out -2.1s infinite;
            animation: rotating 30s ease-in-out -2.1s infinite;
  }
  body .dot-20 {
    -webkit-transform-origin: -13px -10px;
            transform-origin: -13px -10px;
    -webkit-animation: rotating 11s ease-in-out -1.9s infinite;
            animation: rotating 11s ease-in-out -1.9s infinite;
  }
  body .dot-21 {
    -webkit-transform-origin: 2px 6px;
            transform-origin: 2px 6px;
    -webkit-animation: rotating 22s ease-in-out -8.1s infinite;
            animation: rotating 22s ease-in-out -8.1s infinite;
  }
  body .dot-22 {
    -webkit-transform-origin: 3px 4px;
            transform-origin: 3px 4px;
    -webkit-animation: rotating 23s ease-in-out -3.5s infinite;
            animation: rotating 23s ease-in-out -3.5s infinite;
  }
  body .dot-23 {
    -webkit-transform-origin: -3px -7px;
            transform-origin: -3px -7px;
    -webkit-animation: rotating 28s ease-in-out -1.1s infinite;
            animation: rotating 28s ease-in-out -1.1s infinite;
  }
  body .dot-24 {
    -webkit-transform-origin: 12px -6px;
            transform-origin: 12px -6px;
    -webkit-animation: rotating 28s ease-in-out -6.2s infinite;
            animation: rotating 28s ease-in-out -6.2s infinite;
  }
  body .dot-25 {
    -webkit-transform-origin: -12px -13px;
            transform-origin: -12px -13px;
    -webkit-animation: rotating 13s ease-in-out -4.7s infinite;
            animation: rotating 13s ease-in-out -4.7s infinite;
  }
  body .dot-26 {
    -webkit-transform-origin: 13px -14px;
            transform-origin: 13px -14px;
    -webkit-animation: rotating 26s ease-in-out -0.5s infinite;
            animation: rotating 26s ease-in-out -0.5s infinite;
  }
  body .dot-27 {
    -webkit-transform-origin: -2px 6px;
            transform-origin: -2px 6px;
    -webkit-animation: rotating 26s ease-in-out -3.3s infinite;
            animation: rotating 26s ease-in-out -3.3s infinite;
  }
  body .dot-28 {
    -webkit-transform-origin: -8px 11px;
            transform-origin: -8px 11px;
    -webkit-animation: rotating 29s ease-in-out -1.1s infinite;
            animation: rotating 29s ease-in-out -1.1s infinite;
  }
  body .dot-29 {
    -webkit-transform-origin: 5px -12px;
            transform-origin: 5px -12px;
    -webkit-animation: rotating 22s ease-in-out -9.5s infinite;
            animation: rotating 22s ease-in-out -9.5s infinite;
  }
  body .dot-30 {
    -webkit-transform-origin: -9px 10px;
            transform-origin: -9px 10px;
    -webkit-animation: rotating 14s ease-in-out -8.3s infinite;
            animation: rotating 14s ease-in-out -8.3s infinite;
  }
  body .dot-31 {
    -webkit-transform-origin: 7px 14px;
            transform-origin: 7px 14px;
    -webkit-animation: rotating 15s ease-in-out -0.6s infinite;
            animation: rotating 15s ease-in-out -0.6s infinite;
  }
  body .dot-32 {
    -webkit-transform-origin: 14px -5px;
            transform-origin: 14px -5px;
    -webkit-animation: rotating 18s ease-in-out -8.6s infinite;
            animation: rotating 18s ease-in-out -8.6s infinite;
  }
  body .dot-33 {
    -webkit-transform-origin: 4px -5px;
            transform-origin: 4px -5px;
    -webkit-animation: rotating 28s ease-in-out -8.7s infinite;
            animation: rotating 28s ease-in-out -8.7s infinite;
  }
  body .dot-34 {
    -webkit-transform-origin: 2px 15px;
            transform-origin: 2px 15px;
    -webkit-animation: rotating 16s ease-in-out -9.6s infinite;
            animation: rotating 16s ease-in-out -9.6s infinite;
  }
  body .dot-35 {
    -webkit-transform-origin: -2px 15px;
            transform-origin: -2px 15px;
    -webkit-animation: rotating 23s ease-in-out -9.9s infinite;
            animation: rotating 23s ease-in-out -9.9s infinite;
  }
  body .dot-36 {
    -webkit-transform-origin: 1px 14px;
            transform-origin: 1px 14px;
    -webkit-animation: rotating 22s ease-in-out -7.5s infinite;
            animation: rotating 22s ease-in-out -7.5s infinite;
  }
  body .dot-37 {
    -webkit-transform-origin: -1px -14px;
            transform-origin: -1px -14px;
    -webkit-animation: rotating 22s ease-in-out -9.1s infinite;
            animation: rotating 22s ease-in-out -9.1s infinite;
  }
  body .dot-38 {
    -webkit-transform-origin: -9px 9px;
            transform-origin: -9px 9px;
    -webkit-animation: rotating 13s ease-in-out -2.8s infinite;
            animation: rotating 13s ease-in-out -2.8s infinite;
  }
  body .dot-39 {
    -webkit-transform-origin: -12px -12px;
            transform-origin: -12px -12px;
    -webkit-animation: rotating 11s ease-in-out -6.8s infinite;
            animation: rotating 11s ease-in-out -6.8s infinite;
  }
  body .dot-40 {
    -webkit-transform-origin: 4px 1px;
            transform-origin: 4px 1px;
    -webkit-animation: rotating 27s ease-in-out -5.9s infinite;
            animation: rotating 27s ease-in-out -5.9s infinite;
  }
  body .dot-41 {
    -webkit-transform-origin: 13px 10px;
            transform-origin: 13px 10px;
    -webkit-animation: rotating 12s ease-in-out -8.7s infinite;
            animation: rotating 12s ease-in-out -8.7s infinite;
  }
  body .dot-42 {
    -webkit-transform-origin: -8px -4px;
            transform-origin: -8px -4px;
    -webkit-animation: rotating 30s ease-in-out -0.4s infinite;
            animation: rotating 30s ease-in-out -0.4s infinite;
  }
  body .dot-43 {
    -webkit-transform-origin: 5px 14px;
            transform-origin: 5px 14px;
    -webkit-animation: rotating 29s ease-in-out -1.5s infinite;
            animation: rotating 29s ease-in-out -1.5s infinite;
  }
  body .dot-44 {
    -webkit-transform-origin: 5px 13px;
            transform-origin: 5px 13px;
    -webkit-animation: rotating 13s ease-in-out -9.6s infinite;
            animation: rotating 13s ease-in-out -9.6s infinite;
  }
  body .dot-45 {
    -webkit-transform-origin: -12px -5px;
            transform-origin: -12px -5px;
    -webkit-animation: rotating 25s ease-in-out -9.3s infinite;
            animation: rotating 25s ease-in-out -9.3s infinite;
  }
  body .dot-46 {
    -webkit-transform-origin: 9px -14px;
            transform-origin: 9px -14px;
    -webkit-animation: rotating 29s ease-in-out -3.2s infinite;
            animation: rotating 29s ease-in-out -3.2s infinite;
  }
  body .dot-47 {
    -webkit-transform-origin: 10px 4px;
            transform-origin: 10px 4px;
    -webkit-animation: rotating 25s ease-in-out -2.6s infinite;
            animation: rotating 25s ease-in-out -2.6s infinite;
  }
  body .dot-48 {
    -webkit-transform-origin: 7px 0px;
            transform-origin: 7px 0px;
    -webkit-animation: rotating 24s ease-in-out -8.7s infinite;
            animation: rotating 24s ease-in-out -8.7s infinite;
  }
  body .dot-49 {
    -webkit-transform-origin: 6px -4px;
            transform-origin: 6px -4px;
    -webkit-animation: rotating 23s ease-in-out -7.1s infinite;
            animation: rotating 23s ease-in-out -7.1s infinite;
  }
  body .dot-50 {
    -webkit-transform-origin: -4px 14px;
            transform-origin: -4px 14px;
    -webkit-animation: rotating 20s ease-in-out -4s infinite;
            animation: rotating 20s ease-in-out -4s infinite;
  }
  
  @-webkit-keyframes rotating {
    0% {
      opacity: 0;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    25%, 75% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 0;
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  
  @keyframes rotating {
    0% {
      opacity: 0;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    25%, 75% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 0;
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  @-webkit-keyframes flying {
    0% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
    }
    10% {
      -webkit-transform: translate(20px, 50px);
              transform: translate(20px, 50px);
    }
    20% {
      -webkit-transform: translate(-30px, 10px);
              transform: translate(-30px, 10px);
    }
    30% {
      -webkit-transform: translate(10px, 60px);
              transform: translate(10px, 60px);
    }
    40% {
      -webkit-transform: translate(50px, 0px);
              transform: translate(50px, 0px);
    }
    50% {
      -webkit-transform: translate(-10px, -40px);
              transform: translate(-10px, -40px);
    }
    60% {
      -webkit-transform: translate(-40px, 20px);
              transform: translate(-40px, 20px);
    }
    70% {
      -webkit-transform: translate(30px, -30px);
              transform: translate(30px, -30px);
    }
    80% {
      -webkit-transform: translate(0px, -60px);
              transform: translate(0px, -60px);
    }
    90% {
      -webkit-transform: translate(40px, 10px);
              transform: translate(40px, 10px);
    }
    100% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
    }
  }
  @keyframes flying {
    0% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
    }
    10% {
      -webkit-transform: translate(20px, 50px);
              transform: translate(20px, 50px);
    }
    20% {
      -webkit-transform: translate(-30px, 10px);
              transform: translate(-30px, 10px);
    }
    30% {
      -webkit-transform: translate(10px, 60px);
              transform: translate(10px, 60px);
    }
    40% {
      -webkit-transform: translate(50px, 0px);
              transform: translate(50px, 0px);
    }
    50% {
      -webkit-transform: translate(-10px, -40px);
              transform: translate(-10px, -40px);
    }
    60% {
      -webkit-transform: translate(-40px, 20px);
              transform: translate(-40px, 20px);
    }
    70% {
      -webkit-transform: translate(30px, -30px);
              transform: translate(30px, -30px);
    }
    80% {
      -webkit-transform: translate(0px, -60px);
              transform: translate(0px, -60px);
    }
    90% {
      -webkit-transform: translate(40px, 10px);
              transform: translate(40px, 10px);
    }
    100% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
    }
  }
}

/***mouse cursor***/

/* #pointer-dot {
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border: 2.5px solid #494949;
    position: fixed;
    border-radius: 4px;
    z-index: 1;
    pointer-events: none;
    transition: border-color 0.5s;
} */

/* #pointer-ring {
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    padding: 15px;
    border: 2px solid #c52550;
    position: fixed;
    border-radius: 100px;
    z-index: 2;
    pointer-events: none;
} */

/* html {
    cursor: none !important;
} */

/* a {
    cursor: none !important;
} */