@charset "UTF-8";

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ""
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url(/_next/static/media/ajax-loader.0b80f665.gif) 50% no-repeat
}

@font-face {
    font-family: slick;
    font-weight: 400;
    font-style: normal;
    src: url(/_next/static/media/slick.25572f22.eot);
    src: url(/_next/static/media/slick.25572f22.eot?#iefix) format("embedded-opentype"), url(/_next/static/media/slick.653a4cbb.woff) format("woff"), url(/_next/static/media/slick.6aa1ee46.ttf) format("truetype"), url(/_next/static/media/slick.f895cfdf.svg#slick) format("svg")
}

.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    transform: translateY(-50%);
    cursor: pointer;
    border: none
}

.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
    color: transparent;
    outline: none;
    background: transparent
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: "→"
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0
}

.slick-dots li,
.slick-dots li button {
    width: 20px;
    height: 20px;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 5px;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: none
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
caption,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
var {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    outline: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block
}

blockquote {
    quotes: none
}

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

ol,
ul {
    padding: 0
}

ol,
ol li,
ul,
ul li {
    margin: 0
}

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

a {
    cursor: pointer !important;
    color: white;
    text-decoration: none;
}

a {}

iframe {
    max-width: 100%
}

del {
    text-decoration: line-through
}

a,
i {
    border: none
}

a:hover {
    text-decoration: none
}

textarea {
    border-radius: 0;
    font-size: 13px;
    resize: vertical;
    font-family: Poppins;
    letter-spacing: 1.2px !important;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.4;
    padding: 10px !important;
    width: 100%;
    border: 1px solid #eee;
    transition: all .3s ease
}

.uneditable-input,
input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week] {
    border-radius: 0;
    font-size: 13px;
    min-width: auto;
    letter-spacing: 1.4px;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Poppins;
    line-height: 1.6;
    padding: 10px 15px !important;
    height: 44px;
    vertical-align: middle;
    border: 1px solid #eee;
    transition: all .3s ease
}

.uneditable-input:focus,
input[type=color]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
textarea:focus {
    border-color: #ccc;
    background: #eee
}

input[type=submit] {
    padding: 13px 15px;
    height: 40px;
    line-height: 1;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: .5px;
    border: none;
    cursor: pointer;
    color: #fff;
    background: #777;
    transition: all .3s ease
}

input[type=submit]:hover {
    background: #444
}

select {
    padding: 8px;
    border: 2px solid #eee
}

input[type=button] {
    cursor: pointer;
    transition: all .3s ease
}

.mymodal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #ccc;
    background: #fff;
    overflow: initial;
    border-radius: 4px;
    outline: none
}

.myoverlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .75);
    z-index: 99
}

.ReactModal__Overlay {
    opacity: 0;
    transition: all .3s ease
}

.ReactModal__Overlay--after-open {
    opacity: 1
}

.ReactModal__Overlay--before-close {
    opacity: 0
}

* {
    box-sizing: border-box
}

.close-modal {
    background: transparent;
    border: none;
    display: flex;
    width: 45px;
    height: 45px;
    position: absolute;
    z-index: 4;
    right: -50px;
    top: -32px
}

@media screen and (max-width:1199px) {
    .close-modal {
        right: 0;
        top: -60px
    }
}

@media screen and (max-width:575px) {
    .close-modal {
        right: -10px;
        top: -37px
    }
}

.close-modal img {
    width: 45px;
    height: 45px;
    cursor: pointer;
    position: absolute;
    filter: invert(1);
    transition: .3s
}

@media screen and (max-width:575px) {
    .close-modal img {
        width: 30px;
        height: 30px
    }
}

.close-modal:hover img {
    filter: invert(.8)
}

.tokyo_tm_intro .short_info {
    position: fixed;
    top: 6%;
    width: 100%;
    text-align: center
}

.tokyo_tm_intro .short_info img {
    margin-bottom: 20px
}

.tokyo_tm_intro .short_info h3 {
    font-size: 20px;
    line-height: 1.4;
    color: #767676
}

.tokyo_tm_intro {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff
}

.tokyo_tm_intro .slick-arrow {
    display: none !important
}

.tokyo_tm_intro .container {
    max-width: 1100px
}

.tokyo_tm_intro .slick-dots {
    bottom: -24px
}

.tokyo_tm_intro .slick-dots li {
    margin: 0 3px
}

.tokyo_tm_intro .slick-dots li button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: relative
}

.tokyo_tm_intro .slick-dots li button:before {
    content: "";
    font-size: 0;
    opacity: 1;
    border: 2px solid #000;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transition: .3s ease-in-out
}

.tokyo_tm_intro .slick-dots li button:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 2px;
    top: 2px;
    transform: scale(0);
    background: #000;
    transition: .3s ease-in-out;
    border-radius: inherit;
    z-index: 5
}

.tokyo_tm_intro .slick-dots li.slick-active button:after {
    transform: scale(.6)
}

.tokyo_tm_intro .left,
.tokyo_tm_intro .right {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 20px
}

.tokyo_tm_intro .left a,
.tokyo_tm_intro .right a {
    text-decoration: none
}

.tokyo_tm_intro .demos img {
    max-width: 400px;
    margin-bottom: 25px
}

@media(max-width:1040px) {
    .tokyo_tm_intro .demos img {
        max-width: 100%
    }
}

.tokyo_tm_intro .desc {
    position: relative;
    top: 0;
    transition: all .3s ease
}

.tokyo_tm_intro .desc h3 {
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
    font-weight: 800
}

@media(max-width:575px) {
    .tokyo_tm_intro .desc h3 {
        font-size: 18px
    }
}

.tokyo_tm_intro .intro_line,
.tokyo_tm_intro .intro_line_2,
.tokyo_tm_intro .intro_line_3 {
    position: fixed;
    top: 0;
    width: 1px;
    height: 200%;
    left: 50%;
    transform: translateY(-50%);
    z-index: -1;
    background-color: rgba(0, 0, 0, .06)
}

.tokyo_tm_intro .intro_line {
    left: 25%
}

.tokyo_tm_intro .intro_line_2 {
    left: 50%;
    transform: translateY(-50%)
}

.tokyo_tm_intro .intro_line_3 {
    left: 75%
}

.tokyo_tm_intro .intro_link {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.tokyo_tm_intro .left:hover .desc,
.tokyo_tm_intro .right:hover .desc {
    top: -20px
}

.tokyo_tm_intro_fixed_price .anim,
.tokyo_tm_intro_fixed_price .pricing-info {
    text-decoration: none;
    color: #fff;
    font-family: Montserrat;
    background-color: #e54b4b;
    position: fixed;
    font-size: 18px;
    text-align: center;
    z-index: 3;
    border-radius: 100%;
    height: 60px;
    width: 60px;
    line-height: 60px;
    display: inline-block;
    left: 50%;
    bottom: 10%;
    margin-left: -25px;
    font-weight: 600;
    transition: all .2s
}

@media screen and (max-width:1919px) {

    .tokyo_tm_intro_fixed_price .anim,
    .tokyo_tm_intro_fixed_price .pricing-info {
        bottom: 35px
    }
}

@keyframes myAnim {
    0% {
        transform: scale(.1);
        opacity: 0
    }

    50% {
        opacity: .3
    }

    to {
        transform: scale(2);
        opacity: 0
    }
}

.tokyo_tm_intro_fixed_price .anim:first-child {
    animation: myAnim 2s infinite
}

.tokyo_tm_intro_fixed_price .anim:nth-child(2) {
    animation: myAnim 2s .3s infinite
}

.tokyo_tm_intro_fixed_price .anim:nth-child(3) {
    animation: myAnim 2s .6s infinite
}

.tokyo_tm_button a {
    color: #fff;
    display: inline-block;
    background-color: #000;
    padding: 12px 40px;
    transition: all .3s ease;
    text-decoration: none
}

.tokyo_tm_about .top_author_image {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    position: relative;
    margin-bottom: 35px
}

.tokyo_tm_about .top_author_image img {
    min-width: 100%
}

.tokyo_tm_about .about_title {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 20px;
    margin-bottom: 27px
}

.tokyo_tm_about .about_title h3 {
    font-size: 22px;
    font-weight: 700
}

.tokyo_tm_about .about_text {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 31px;
    margin-bottom: 30px
}

.tokyo_tm_about .about_text p {
    margin-bottom: 11px
}

.tokyo_tm_about .about_text p:last-child {
    margin-bottom: 0
}

.tokyo_tm_short_info {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    display: flex;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 30px;
    margin-bottom: 40px
}

.tokyo_tm_short_info .left {
    width: 50%;
    padding-right: 50px
}

.tokyo_tm_short_info .right {
    width: 50%;
    padding-left: 50px
}

.tokyo_tm_info {
    width: 100%;
    height: auto;
    clear: both;
    float: left
}

.tokyo_tm_info ul {
    margin: 0;
    list-style-type: none
}

.tokyo_tm_info ul li {
    margin: 0
}

.tokyo_tm_info ul li span:first-child {
    min-width: 100px;
    float: left;
    margin-right: 10px;
    font-weight: 700;
    color: #000
}

.tokyo_tm_info ul li a {
    color: #767676;
    transition: all .3s ease;
    text-decoration: none
}

.tokyo_tm_info ul li a:hover {
    color: #000
}

.tokyo_tm_progressbox {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    background-color: #fff;
    padding: 93px 0 100px
}

.tokyo_tm_progressbox .in {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    display: flex
}

.tokyo_tm_progressbox .left {
    width: 50%;
    padding-right: 50px
}

.tokyo_tm_progressbox .right {
    width: 50%;
    padding-left: 50px
}

.progress_inner .background .bar_in {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0
}

.progress_inner .background .bar {
    position: relative
}

.tokyo_tm_skillbox {
    padding: 90px 0
}

.tokyo_tm_skillbox,
.tokyo_tm_skillbox .in {
    width: 100%;
    height: auto;
    clear: both;
    float: left
}

.tokyo_tm_skillbox .in {
    display: flex
}

.tokyo_tm_skillbox .left {
    width: 50%;
    padding-right: 50px
}

.tokyo_tm_skillbox .right {
    width: 50%;
    padding-left: 50px
}

.tokyo_section_title {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    margin-bottom: 40px
}

.tokyo_section_title h3 {
    font-size: 20px;
    font-weight: 700
}

.tokyo_tm_skill_list {
    width: 100%;
    height: auto;
    clear: both;
    float: left
}

.tokyo_tm_skill_list ul {
    margin: 0;
    list-style-type: none
}

.tokyo_tm_skill_list ul li {
    margin: 0;
    padding-left: 25px;
    position: relative
}

.tokyo_tm_skill_list ul li .svg {
    color: #000;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.tokyo_tm_resumebox {
    background-color: #fff;
    padding: 93px 0
}

.tokyo_tm_resumebox,
.tokyo_tm_resumebox .in {
    width: 100%;
    height: auto;
    clear: both;
    float: left
}

.tokyo_tm_resumebox .in {
    display: flex
}

.tokyo_tm_resumebox .left {
    width: 50%;
    padding-right: 50px
}

.tokyo_tm_resumebox .right {
    width: 50%;
    padding-left: 50px
}

.tokyo_tm_resume_list {
    width: 100%;
    height: auto;
    clear: both;
    float: left
}

.tokyo_tm_resume_list ul {
    margin: 0;
    list-style-type: none;
    position: relative;
    display: inline-block;
    padding-top: 10px
}

.tokyo_tm_resume_list ul:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .07)
}

.tokyo_tm_resume_list ul li {
    margin: 0;
    width: 100%;
    float: left;
    position: relative;
    padding-left: 20px;
    padding-bottom: 45px
}

.tokyo_tm_resume_list ul li:last-child {
    padding-bottom: 0
}

.tokyo_tm_resume_list ul li:before {
    content: "";
    position: absolute;
    height: 18px;
    width: 18px;
    background: #fff;
    border-radius: 100%;
    border: 1px solid #ccc;
    left: -9px;
    top: 8px
}

.tokyo_tm_resume_list ul li .list_inner {
    width: 100%;
    height: auto;
    clear: both;
    display: flex;
    position: relative
}

.tokyo_tm_resume_list ul li .time {
    width: 50%;
    padding-right: 20px
}

.tokyo_tm_resume_list ul li .time span {
    display: inline-block;
    padding: 5px 25px;
    background-color: rgba(0, 0, 0, .05);
    border-radius: 50px;
    font-size: 14px;
    white-space: nowrap
}

.tokyo_tm_resume_list ul li .place {
    width: 50%;
    padding-left: 20px
}

.tokyo_tm_resume_list ul li .place h3 {
    font-size: 16px;
    margin-bottom: 2px;
    font-weight: 600
}

.tokyo_tm_resume_list ul li .place span {
    font-size: 14px
}

.tokyo_tm_testimonials {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    padding: 100px 0
}

.tokyo_tm_testimonials .list {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    overflow: hidden
}

.tokyo_tm_testimonials .list ul {
    margin: 0;
    list-style-type: none;
    cursor: e-resize
}

.tokyo_tm_testimonials .list ul li {
    margin: 0
}

.tokyo_tm_testimonials .list ul li .list_inner,
.tokyo_tm_testimonials .list ul li .text {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    position: relative
}

.tokyo_tm_testimonials .list ul li .text {
    border: 2px solid #e5edf4;
    padding: 40px;
    margin-bottom: 30px
}

.tokyo_tm_testimonials .list ul li .text:before {
    position: absolute;
    content: "";
    height: 0;
    width: 0;
    top: 100%;
    left: 50px;
    border: solid transparent;
    border-top: solid #e5edf4;
    border-width: 18px 18px 0 0
}

.tokyo_tm_testimonials .list ul li .text:after {
    position: absolute;
    content: "";
    top: 100%;
    left: 50px;
    height: 0;
    width: 0;
    border: solid transparent;
    border-top: solid #f6fbff;
    border-width: 14px 13px 0 0;
    margin-left: 2px
}

.tokyo_tm_testimonials .list ul li .text i {
    position: absolute;
    z-index: 1;
    font-size: 30px;
    top: -29px;
    left: 50px
}

.tokyo_tm_testimonials .details {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    display: flex;
    align-items: center;
    padding-left: 20px
}

.tokyo_tm_testimonials .details .image {
    position: relative;
    width: 60px;
    height: 60px
}

.tokyo_tm_testimonials .details .image .main {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    border-radius: 100%
}

.tokyo_tm_testimonials .details .info {
    padding-left: 20px
}

.tokyo_tm_testimonials .details .info h3 {
    font-size: 16px;
    margin-bottom: 2px;
    font-weight: 600
}

.tokyo_tm_testimonials .details .info span {
    font-size: 14px
}

.tokyo_tm_testimonials .owl-carousel .owl-stage-outer {
    overflow: hidden;
    overflow: visible
}

.tokyo_tm_testimonials .owl-item.active {
    opacity: 1
}

.tokyo_tm_testimonials .owl-item {
    opacity: 0
}

@media(max-width:768px) {
    .tokyo_tm_short_info {
        flex-direction: column
    }

    .tokyo_tm_short_info .left {
        width: 100%;
        padding-right: 0
    }

    .tokyo_tm_short_info .right {
        width: 100%;
        padding-left: 0
    }

    .tokyo_tm_progressbox .in {
        flex-direction: column
    }

    .tokyo_tm_progressbox .in .left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 60px
    }

    .tokyo_tm_progressbox .in .right {
        width: 100%;
        padding-left: 0
    }

    .tokyo_tm_skillbox .in {
        flex-direction: column
    }

    .tokyo_tm_skillbox .in .left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 60px
    }

    .tokyo_tm_skillbox .in .right {
        width: 100%;
        padding-left: 0
    }

    .tokyo_tm_resumebox .in {
        flex-direction: column
    }

    .tokyo_tm_resumebox .in .left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 60px
    }

    .tokyo_tm_resumebox .in .right {
        width: 100%;
        padding-left: 0
    }
}

.testimonila-slider-wrapper .slick-slide {
    padding: 0 15px
}

.testimonila-slider-wrapper .slick-list {
    margin: 0 -15px
}

.tokyo_tm_services {
    padding: 100px 0
}

.tokyo_tm_services,
.tokyo_tm_services .list {
    width: 100%;
    height: auto;
    clear: both;
    float: left
}

.tokyo_tm_services .list ul {
    margin: 0 0 0 -40px;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap
}

.tokyo_tm_services .list ul li {
    margin: 0 0 40px;
    width: 33.3333%;
    padding-left: 40px
}

.tokyo_tm_services .list ul li .list_inner {
    width: 100%;
    height: 100%;
    clear: both;
    float: left;
    position: relative;
    border: 1px solid rgba(0, 0, 0, .1);
    background-color: #fff;
    padding: 45px 30px 40px;
    transition: all .3s ease;
    cursor: pointer
}

.tokyo_tm_services .list ul li .list_inner:hover {
    border: 1px solid rgba(0, 0, 0, .2)
}

.tokyo_tm_services .list ul li .number {
    display: inline-block;
    margin-bottom: 25px;
    position: relative;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, .03);
    font-weight: 700;
    color: #000;
    font-family: Montserrat;
    transition: all .3s ease
}

.tokyo_tm_services .list ul li .list_inner:hover .number {
    background-color: rgba(0, 0, 0, .08)
}

.tokyo_tm_services .list ul li .title {
    font-weight: 700;
    color: #000;
    font-size: 18px;
    margin-bottom: 15px
}

.tokyo_tm_services .list ul li .tokyo_tm_read_more {
    margin-top: 7px
}

.tokyo_tm_services .list ul li .list_inner:hover .tokyo_tm_read_more .read-more:before {
    animation: read-more-anim-2;
    animation-fill-mode: forwards;
    animation-duration: .4s;
    animation-timing-function: cubic-bezier(.6, .01, 0, 1)
}

.tokyo_tm_services .list ul li .list_inner:hover .tokyo_tm_read_more .read-more span {
    transform: translateX(0)
}

.tokyo_tm_services .popup_service_image,
.tokyo_tm_services .service_hidden_details {
    opacity: 0;
    visibility: hidden;
    display: none;
    position: absolute;
    z-index: -111
}

.tokyo_tm_modalbox .service_popup_informations {
    width: 100%;
    height: auto;
    clear: both;
    float: left
}

.tokyo_tm_modalbox .service_popup_informations .image {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 37px
}

.tokyo_tm_modalbox .service_popup_informations .image img {
    position: relative;
    min-width: 100%;
    opacity: 0
}

.tokyo_tm_modalbox .service_popup_informations .image .main {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

.tokyo_tm_modalbox .service_popup_informations .main_title {
    width: 100%;
    float: left;
    margin-bottom: 23px
}

.tokyo_tm_modalbox .service_popup_informations .main_title h3 {
    font-size: 23px;
    font-weight: 600
}

.tokyo_tm_modalbox .service_popup_informations .descriptions {
    width: 100%;
    float: left
}

.tokyo_tm_modalbox .service_popup_informations .descriptions p {
    margin-bottom: 15px
}

.tokyo_tm_modalbox .service_popup_informations .descriptions p:last-child {
    margin-bottom: 0
}

.tokyo_tm_partners {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    background-color: #fff;
    padding: 100px 0
}

.tokyo_tm_partners .partners_inner {
    width: 100%;
    float: left;
    clear: both;
    overflow: hidden;
    border: 2px solid #eee
}

.tokyo_tm_partners ul {
    margin: -2px -10px -2px -2px;
    list-style-type: none;
    padding-top: 2px;
    float: left;
    padding-left: 2px;
    min-width: calc(100% + 12px)
}

.tokyo_tm_partners ul li {
    float: left;
    width: 25%;
    border: 2px solid #eee;
    text-align: center;
    height: 145px;
    line-height: 145px;
    position: relative;
    margin: -2px 0 0 -2px;
    overflow: hidden
}

.tokyo_tm_partners ul li img {
    max-width: 55%;
    max-height: 100px
}

.tokyo_tm_partners ul li .list_inner {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    opacity: .5;
    transition: all .3s ease
}

.tokyo_tm_partners ul li .list_inner:hover {
    opacity: 1
}

.tokyo_tm_pricing {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    padding: 100px 0 60px;
    background-color: #fff
}

.tokyo_tm_pricing .tokyo_tm_button a {
    padding: 8px 40px
}

.tokyo_tm_pricing .list {
    width: 100%;
    height: auto;
    clear: both;
    float: left
}

.tokyo_tm_pricing .list>ul {
    margin: 0 0 0 -40px;
    list-style-type: none
}

.tokyo_tm_pricing .list>ul>li {
    margin: 0 0 40px;
    padding-left: 40px;
    width: 33.3333%;
    float: left
}

.tokyo_tm_pricing .list>ul>li .list_inner {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    position: relative;
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 27px 40px 45px
}

.tokyo_tm_pricing .price {
    width: 100%;
    float: left
}

.tokyo_tm_pricing .price h3 {
    font-size: 40px;
    font-weight: 600
}

.tokyo_tm_pricing .price span {
    position: relative;
    display: inline-block
}

.tokyo_tm_pricing .price .currency {
    position: absolute !important;
    bottom: 10px;
    right: -10px;
    font-size: 15px
}

.tokyo_tm_pricing .plan {
    width: 100%;
    float: left
}

.tokyo_tm_pricing .plan h3 {
    font-weight: 600;
    font-size: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 20px;
    padding-bottom: 20px
}

.tokyo_tm_pricing .item {
    margin: 0;
    list-style-type: none
}

.tokyo_tm_pricing .item li {
    margin: 0;
    opacity: .5
}

.tokyo_tm_pricing .item li.active {
    opacity: 1
}

.tokyo_tm_pricing .tokyo_tm_button {
    margin-top: 30px
}

.tokyo_tm_pricing .popular {
    position: absolute;
    display: inline-block;
    background-color: rgba(0, 0, 0, .65);
    color: #fff;
    font-size: 13px;
    padding: 0 20px 3px;
    top: -17px;
    right: 10px
}

.tokyo_tm_facts {
    padding: 100px 0 60px
}

.tokyo_tm_facts,
.tokyo_tm_facts .list {
    width: 100%;
    height: auto;
    clear: both;
    float: left
}

.tokyo_tm_facts .list ul {
    margin: 0 0 0 -40px;
    list-style-type: none
}

.tokyo_tm_facts .list ul li {
    margin: 0 0 40px;
    padding-left: 40px;
    width: 33.333%;
    float: left
}

.tokyo_tm_facts .list ul li .list_inner {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    position: relative;
    border: 1px solid rgba(0, 0, 0, .1);
    text-align: center;
    padding: 40px 20px
}

.tokyo_tm_facts .list h3 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 3px
}

html {
    overflow-x: hidden;
    padding: 0;
    margin: 0;
    scroll-behavior: smooth
}

body {
    font-family: Mulish;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: .5px;
    word-wrap: break-word;
    font-weight: 400;
    background-color: #f8f8f8;
    color: #767676;
    box-sizing: border-box
}

svg {
    fill: currentcolor
}

img.svg,
svg {
    width: 15px;
    height: 15px
}

::placeholder {
    color: #6f6f6f
}

.container {
    max-width: 1070px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    padding: 0 40px;
    position: relative;
    clear: both
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    line-height: 1.2;
    font-family: Montserrat;
    color: #000
}

h1 {
    font-size: 45px
}

h2 {
    font-size: 36px
}

h3 {
    font-size: 30px
}

h4 {
    font-size: 24px
}

h5 {
    font-size: 20px
}

h6 {
    font-size: 16px
}

.tokyo_tm_all_wrap {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    position: relative
}

.tokyo_tm_all_wrap,
.tokyo_tm_all_wrap * {
    box-sizing: border-box
}

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    display: flex
}

#preloader:after,
#preloader:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
    background-color: #000;
    transition: all .3s ease 0s
}

#preloader:after {
    left: auto;
    right: 0
}

#preloader .loader_line {
    margin: auto;
    width: 1px;
    height: 250px;
    position: relative;
    overflow: hidden;
    transition: all .8s ease 0s
}

.loader_line:before {
    top: 50%;
    height: 0%;
    transform: translateY(-50%);
    background-color: #fff;
    animation: lineheight 1s ease-in-out 0s forwards
}

.loader_line:after,
.loader_line:before {
    content: "";
    position: absolute;
    left: 0;
    width: 1px
}

.loader_line:after {
    top: 0;
    height: 100%;
    background-color: #999;
    transform: translateY(-100%);
    animation: lineround 1.2s linear 0s infinite;
    animation-delay: 2s
}

@keyframes lineheight {
    0% {
        height: 0%
    }

    to {
        height: 100%
    }
}

@keyframes lineround {
    0% {
        transform: translateY(-100%)
    }

    to {
        transform: translateY(200%)
    }
}

.preloaded .loader_line:after {
    opacity: 0
}

.preloaded .loader_line {
    opacity: 0;
    height: 100% !important
}

.preloaded:after,
.preloaded:before {
    animation: preloadedzero .3s ease-in-out .5s forwards
}

@keyframes preloadedzero {
    0% {
        width: 50%
    }

    to {
        width: 0
    }
}

.tokyo_tm_all_wrap .leftpart {
    width: 450px;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    z-index: 10;
    padding: 0 100px;
    background-color: #fff;
    border-right: 1px solid #f9f9f9
}

.tokyo_tm_all_wrap .leftpart_inner {
    width: 100%;
    height: auto
}

.tokyo_tm_all_wrap .leftpart img {
    max-width: 150px
}

.tokyo_tm_all_wrap .leftpart .menu {
    padding: 40px 0 50px;
    width: 100%;
    float: left
}

.tokyo_tm_all_wrap .leftpart .menu ul {
    margin: 0;
    list-style-type: none
}

.tokyo_tm_all_wrap .leftpart .menu ul li a {
    width: 100%;
    text-decoration: none;
    color: #767676;
    display: inline-block;
    font-weight: 500;
    font-family: Montserrat;
    transition: all .3s ease;
    cursor: pointer;
    margin: 0 0 10px
}

.tokyo_tm_all_wrap .leftpart .menu ul li a .svg {
    margin-right: 10px;
    opacity: .7;
    transition: all .3s ease
}

.tokyo_tm_all_wrap .leftpart .menu ul li a.active,
.tokyo_tm_all_wrap .leftpart .menu>ul li:hover {
    color: #000;
    letter-spacing: 2px
}

.tokyo_tm_all_wrap .leftpart .menu ul li a.active .svg {
    opacity: 1
}

.tokyo_tm_all_wrap .leftpart .copyright {
    width: 100%;
    float: left
}

.tokyo_tm_all_wrap .leftpart .copyright p {
    font-size: 15px;
    color: #999;
    font-family: Montserrat;
    line-height: 25px;
    font-style: italic
}

.tokyo_tm_all_wrap .leftpart .copyright a {
    text-decoration: none;
    color: #787878;
    font-weight: 500;
    padding-left: 5px;
    transition: all .3s ease
}

.tokyo_tm_all_wrap .leftpart .copyright a:hover {
    color: #000;
    letter-spacing: 2px
}

.tokyo_tm_all_wrap .rightpart {
    width: 100%;
    min-height: calc(100vh - 50px);
    float: left;
    position: relative;
    background-color: #f8f8f8
}

@media screen and (min-width:1601px) {
    .tokyo_tm_all_wrap .rightpart {
        padding-left: 450px
    }
}

.tokyo_tm_all_wrap .rightpart_in {
    position: relative;
    width: 100%;
    float: left;
    clear: both
}

.slick-next,
.slick-prev {
    cursor: pointer !important
}

@keyframes customOne {
    0% {
        opacity: 0;
        transform: translateX(-50px)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.customOne {
    animation-name: customOne
}

.tokyo_tm_intro .left,
.tokyo_tm_intro .right {
    animation: slideTop .8s ease-in-out 0s 1 normal none running
}

@keyframes slideTop {
    0% {
        opacity: 0;
        transform: translateY(-50px)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.slideTop {
    animation-name: slideTop
}

.tokyo_tm_home {
    width: 100%;
    min-height: calc(100vh - 30px);
    clear: both;
    justify-content: center;
    position: relative
}

.tokyo_tm_home,
.tokyo_tm_home .home_content {
    display: flex;
    align-items: center
}

.tokyo_tm_home .avatar {
    min-width: 300px;
    min-height: 300px;
    position: relative;
    border-radius: 100%
}

.tokyo_tm_home .avatar .image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    animation: morph 8s ease-in-out 1s infinite;
    background-blend-mode: multiply;
    box-shadow: inset 0 0 0 9px hsla(0, 0%, 100%, .3);
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
    overflow: hidden
}

@keyframes morph {
    0% {
        border-radius: 60% 40% 30% 70%/60% 30% 70% 40%
    }

    50% {
        border-radius: 30% 60% 70% 40%/50% 60% 30% 60%
    }

    to {
        border-radius: 60% 40% 30% 70%/60% 30% 70% 40%
    }
}

.tokyo_tm_home .details {
    margin-left: 80px
}

.tokyo_tm_home .details .name {
    font-size: 48px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 15px
}

.tokyo_tm_home .details .typer {
    margin-bottom: 15px
}

.tokyo_tm_home .details .job {
    font-family: Montserrat;
    font-weight: 500;
    max-width: 450px;
    margin-bottom: 20px
}

.tokyo_tm_home .social {
    width: 100%;
    float: left
}

.social {
    margin: 0;
    list-style-type: none
}

.social li {
    margin: 0 15px 0 0;
    display: inline-flex
}

.social li:last-child {
    margin-right: 0
}

.social li a {
    text-decoration: none;
    color: #000;
    transition: .3s ease-in-out
}

.social li a:hover {
    filter: opacity(.7);
    transform: translateY(-5px)
}

.social li .svg {
    width: 17px;
    height: 17px
}

.tokyo_tm_about {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    padding: 100px 0 45px;
}

.tokyo_tm_about .about_image {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    margin-bottom: 48px
}

.tokyo_tm_about .about_image img {
    min-width: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, .12)
}

.tokyo_tm_about .description {
    width: 100%;
    height: auto;
    clear: both
}

.tokyo_tm_about .description_inner {
    width: 100%;
    display: flex;
    justify-content: space-between
}

.tokyo_tm_about .description .left {
    width: 55%;
    padding-right: 50px
}

.tokyo_tm_about .description .left p {
    margin-bottom: 35px;
    font-style: italic
}

.tokyo_tm_about .description .name {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 26px
}

.tokyo_tm_about .description .right {
    width: 45%;
    padding-left: 50px
}

.tokyo_tm_about .description .right>ul {
    margin: 0;
    list-style-type: none
}

.tokyo_tm_about .description .right>ul>li {
    margin: 0;
    width: 100%;
    float: left
}

.tokyo_tm_about .description .right>ul>li span {
    min-width: 90px;
    display: inline-block;
    font-weight: 700;
    color: #000
}

.tokyo_tm_about .description .right>ul>li a {
    text-decoration: none;
    color: #787878;
    transition: all .3s ease
}

.tokyo_tm_about .description .right>ul>li a:hover {
    color: #000;
    letter-spacing: 2px
}

.tokyo_tm_button {
    width: 100%;
    height: auto;
    clear: both;
    float: left
}

.ib-button,
.tokyo_tm_button a {
    text-decoration: none;
    color: #fff;
    display: inline-block;
    background-color: #000;
    padding: 11px 40px;
    transition: all .3s ease
}

.ib-button {
    font-size: 15px;
    line-height: 15px;
    padding: 19px 40px;
    border: none;
    cursor: pointer
}

.ib-button:focus {
    outline: none
}

.ib-button:hover,
.tokyo_tm_button a:hover {
    letter-spacing: 2px
}

.tokyo_tm_modalbox_about .close .svg {
    width: 50px;
    height: 50px
}

.tokyo_tm_modalbox_about .description_wrap {
    position: relative;
    padding: 110px 70px 70px;
    overflow: auto
}

.tokyo_tm_modalbox_about .my_box {
    width: 100%;
    height: auto;
    clear: both;
    display: flex;
    margin-bottom: 92px
}

@media screen and (max-width:767px) {
    .tokyo_tm_modalbox_about .my_box {
        margin-bottom: 60px
    }
}

.tokyo_tm_modalbox_about .my_box .left {
    width: 50%;
    padding-right: 50px
}

.tokyo_tm_modalbox_about .about_title h3 {
    font-weight: 700;
    color: #000;
    font-size: 20px
}

.tokyo_progress {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    padding-top: 33px
}

.progress_inner {
    width: 100%;
    margin-bottom: 17px
}

.progress_inner:last-child {
    margin-bottom: 0
}

.progress_inner>span {
    margin: 0 0 5px;
    width: 100%;
    display: block;
    text-align: left;
    color: #000;
    font-style: italic
}

.progress_inner span.number {
    float: right
}

.progress_inner .background {
    background: rgba(0, 0, 0, .09);
    width: 100%;
    min-width: 100%;
    position: relative;
    height: 3px
}

.progress_inner .background .bar_in {
    height: 100%;
    background: #000;
    width: 0;
    overflow: hidden
}

.progress_inner .background .bar {
    width: 100%;
    height: 100%
}

.progress_inner .background .bar.open {
    animation: wow 2s cubic-bezier(.165, .84, .44, 1);
    width: 100%
}

@keyframes wow {
    0% {
        width: 0
    }

    to {
        width: 100%
    }
}

.tokyo_tm_modalbox_about .my_box .right {
    width: 50%;
    padding-left: 50px
}

.tokyo_tm_modalbox_about .counter {
    width: 100%;
    float: left;
    clear: both
}

@media screen and (max-width:767px) {
    .tokyo_tm_modalbox_about .counter {
        margin-bottom: 30px
    }
}

.tokyo_tm_modalbox_about .counter ul {
    margin: 0 0 42px -30px;
    list-style-type: none;
    padding-top: 45px;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.tokyo_tm_modalbox_about .counter ul li {
    margin: 0 0 50px;
    width: 33.3333%;
    float: left;
    padding-left: 30px
}

@media screen and (max-width:767px) {
    .tokyo_tm_modalbox_about .counter ul li {
        margin-bottom: 30px
    }
}

.tokyo_tm_modalbox_about .list_inner {
    width: 100%;
    height: 100%;
    clear: both;
    float: left;
    position: relative;
    border: 1px solid rgba(0, 0, 0, .1);
    text-align: center;
    padding: 40px 20px
}

.tokyo_tm_modalbox_about .counter ul li h3 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 3px
}

.tokyo_tm_modalbox_about .counter ul li span {
    font-style: italic
}

.tokyo_tm_modalbox_about .partners {
    width: 100%;
    height: auto;
    clear: both;
    float: left
}

.tokyo_tm_modalbox_about .partners .slick-list {
    margin-top: 20px
}

.tokyo_tm_modalbox_about .partners .slick-list .slick-slide li img {
    background: #efefef
}

.tokyo_tm_modalbox_about .partners ul {
    margin: 0;
    list-style-type: none;
    padding-top: 15px
}

.tokyo_tm_modalbox_about .partners ul .slick-initialized .slick-slide {
    padding: 5px
}

.tokyo_tm_modalbox_about .partners ul li {
    margin: 0;
    opacity: .5;
    transition: all .3s ease
}

.tokyo_tm_modalbox_about .partners ul li:hover {
    opacity: 1
}

.tokyo_tm_title {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    margin-bottom: 62px
}

.tokyo_tm_title h3 {
    font-weight: 800;
    font-family: Montserrat
}

.tokyo_tm_title span {
    display: inline-block;
    background-color: rgba(0, 0, 0, .04);
    text-transform: uppercase;
    padding: 4px 10px;
    font-weight: 600;
    font-size: 12px;
    color: #333;
    font-family: Montserrat;
    letter-spacing: 0;
    margin-bottom: 15px
}

.tokyo_tm_title .title_flex {
    width: 100%;
    height: auto;
    clear: both;
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.tokyo_tm_portfolio,
.tokyo_tm_portfolio .list_wrapper {
    width: 100%;
    height: auto;
    clear: both;
    float: left
}

.tokyo_tm_portfolio {
    padding: 100px 0 50px;
    position: relative
}

.tokyo_tm_portfolio .portfolio_list {
    margin: 0 0 0 -50px;
    list-style-type: none
}

.tokyo_tm_portfolio .portfolio_list li {
    margin: 0 0 50px;
    float: left;
    width: 50%;
    padding-left: 50px
}

@media(max-width:576px) {
    .tokyo_tm_portfolio .portfolio_list li {
        margin: 0 0 30px
    }
}

.tokyo_tm_portfolio .portfolio_list li .inner {
    width: 100%;
    height: 100%;
    clear: both;
    float: left;
    overflow: hidden;
    position: relative
}

.tokyo_tm_portfolio .portfolio_list li .inner .entry,
.tokyo_tm_portfolio .portfolio_list li .inner a {
    position: relative;
    overflow: hidden
}

.tokyo_tm_portfolio .portfolio_list li .inner .entry:hover img,
.tokyo_tm_portfolio .portfolio_list li .inner a:hover img {
    transform: scale(1.1)
}

.tokyo_tm_portfolio .portfolio_list li .inner img {
    width: 100%;
    height: 415px;
    object-fit: cover;
    cursor: pointer;
    transition: .5s
}

@media(max-width:576px) {
    .tokyo_tm_portfolio .portfolio_list li .inner img {
        height: auto
    }
}

.p_wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 62px
}

@media(max-width:991px) {
    .p_wrapper {
        flex-wrap: wrap;
        margin-bottom: 30px
    }
}

.p_wrapper .tokyo_tm_title {
    margin-bottom: 0
}

@media(max-width:991px) {
    .p_wrapper .tokyo_tm_title {
        margin-bottom: 20px
    }
}

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

@media(max-width:767px) {
    .filter_list {
        flex-wrap: wrap
    }
}

.filter_list li {
    color: #767676;
    cursor: pointer;
    display: inline-block;
    font-family: Montserrat;
    font-weight: 500;
    text-decoration: none;
    transition: all .3s ease;
    margin-bottom: 5px
}

.filter_list li:not(:last-child) {
    margin-right: 25px
}

@media(max-width:767px) {
    .filter_list li:not(:last-child) {
        margin-right: 15px
    }
}

.filter_list li.active,
.filter_list li:hover {
    color: #000;
    letter-spacing: .4px
}

.tokyo_tm_portfolio .portfolio_list li .inner .main_image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    transition: all .3s ease
}

.tokyo_tm_portfolio .portfolio_list li .inner:hover .main_image {
    transform: scale(1.1) translateZ(0)
}

.tokyo_tm_portfolio_titles {
    white-space: nowrap;
    background: #fff;
    font-size: 18px;
    padding: 5px 15px;
    font-family: Montserrat;
    font-weight: 600;
    color: #000;
    position: fixed;
    z-index: 6;
    opacity: 0;
    visibility: hidden
}

.tokyo_tm_portfolio_titles.visible {
    opacity: 1;
    visibility: visible
}

.tokyo_tm_portfolio_titles .work__cat {
    position: absolute;
    background: #fff;
    top: 100%;
    left: 0;
    margin-top: -10px;
    font-family: Mulish;
    font-weight: 500;
    padding: 5px 15px;
    color: #767676;
    font-size: 15px;
    font-style: italic
}

.entry {
    position: relative
}

.tokyo_tm_news {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    padding: 100px 0 45px
}

.tokyo_tm_news ul {
    margin: 0 0 0 -50px;
    list-style-type: none
}

.tokyo_tm_news ul li {
    margin: 2px 50px;
    float: left;
    width: 100%;
    padding-left: 25px;
}

@media screen and (max-width:576px) {
    .tokyo_tm_news ul li {
        margin: 0 0 40px
    }
}

.tokyo_tm_news ul li .list_inner {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    position: relative;
    background: #fff;
    box-shadow: 0 0 20px #dfdfdf;
    cursor: pointer
}

.tokyo_tm_news ul li .image {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    min-height: 260px
}

.tokyo_tm_news ul li .image img {
    min-width: 100%;
    opacity: 0
}

.tokyo_tm_news ul li .image .main {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    transition: all .3s ease-in-out
}

.tokyo_tm_news ul li .list_inner:hover .main {
    transform: scale(1.1) translateZ(0)
}

.tokyo_tm_news ul li .details {
    width: 100%;
    float: left;
    padding: 25px 40px 20px
}

@media screen and (max-width:767px) {
    .tokyo_tm_news ul li .details {
        padding: 30px 25px 25px
    }
}

.tokyo_tm_news ul li .details .title {
    position: relative;
    margin-bottom: 10px;
    text-decoration: none;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    display: inline-block;
    cursor: pointer
}

.tokyo_tm_news ul li .extra {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 5px
}

.tokyo_tm_read_more {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    position: relative;
    overflow: hidden
}

.tokyo_tm_read_more .read-more {
    text-decoration: none;
    display: inline-block;
    overflow: hidden;
    color: #000;
    padding-right: 32px;
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    font-family: montserrat;
    cursor: pointer
}

.tokyo_tm_read_more .read-more:before {
    position: absolute;
    content: "";
    background-color: #000;
    margin: auto;
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    bottom: 0;
    transform: scaleX(.2);
    transform-origin: left center;
    animation: read-more-anim;
    animation-fill-mode: forwards;
    animation-duration: .4s;
    animation-timing-function: cubic-bezier(.6, .01, 0, 1)
}

.tokyo_tm_read_more .read-more span {
    display: inline-block;
    position: relative;
    background-color: #fff;
    z-index: 1;
    transition: .6s cubic-bezier(.6, .01, 0, 1);
    transform: translateX(-110%)
}

@media screen and (max-width:767px) {
    .tokyo_tm_read_more .read-more span {
        transform: translateX(0)
    }
}

.tokyo_tm_news ul li .details .title:hover {
    color: #000
}

@media screen and (max-width:767px) {
    .tokyo_tm_news ul li .list_inner .tokyo_tm_read_more .read-more:before {
        animation: read-more-anim-2;
        animation-fill-mode: forwards;
        animation-duration: .4s;
        animation-timing-function: cubic-bezier(.6, .01, 0, 1)
    }
}

.tokyo_tm_news ul li .list_inner:hover .tokyo_tm_read_more .read-more:before {
    animation: read-more-anim-2;
    animation-fill-mode: forwards;
    animation-duration: .4s;
    animation-timing-function: cubic-bezier(.6, .01, 0, 1)
}

@keyframes read-more-anim-2 {
    0% {
        transform-origin: left center;
        transform: scaleX(.2)
    }

    70% {
        transform-origin: left center;
        transform: scaleX(1)
    }

    71% {
        transform-origin: right center
    }

    to {
        transform-origin: right center;
        transform: scaleX(.2)
    }
}

.tokyo_tm_news ul li .details .date {
    text-transform: capitalize;
    font-family: Montserrat;
    font-size: 13px;
    color: #767676;
    font-style: italic
}

.tokyo_tm_news ul li .list_inner:hover .tokyo_tm_read_more .read-more span,
.tokyo_tm_services ul li .list_inner:hover .tokyo_tm_read_more .read-more span {
    transform: translateX(0)
}

.tokyo_tm_news ul li .details .date a {
    text-decoration: none;
    color: #767676;
    transition: all .3s ease
}

.tokyo_tm_news ul li .details .date a:hover {
    color: #000
}

.tokyo_tm_news ul li .details .date span {
    position: relative;
    margin-left: 11px
}

.tokyo_tm_news ul li .details .date span:before {
    position: absolute;
    content: "";
    margin-top: 1px;
    top: 50%;
    transform: translateY(-50%) rotate(15deg);
    right: 100%;
    background-color: #939393;
    width: 1px;
    height: 9px;
    margin-right: 5px
}

.tokyo_tm_full_link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 4
}

.tokyo_tm_modalbox_about .box-inner,
.tokyo_tm_modalbox_news .box_inner {
    height: 75vh;
    width: 968px;
    overflow-y: auto
}

@media only screen and (min-width:992px)and (max-width:1024px) {

    .tokyo_tm_modalbox_about .box-inner,
    .tokyo_tm_modalbox_news .box_inner {
        width: 850px
    }
}

@media only screen and (min-width:767px)and (max-width:992px) {

    .tokyo_tm_modalbox_about .box-inner,
    .tokyo_tm_modalbox_news .box_inner {
        width: 730px
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {

    .tokyo_tm_modalbox_about .box-inner,
    .tokyo_tm_modalbox_news .box_inner {
        width: 530px;
        height: 500px
    }
}

@media only screen and (min-width:350px)and (max-width:575px) {

    .tokyo_tm_modalbox_about .box-inner,
    .tokyo_tm_modalbox_news .box_inner {
        width: 350px;
        height: 500px
    }
}

@media only screen and (min-width:0px)and (max-width:349px) {

    .tokyo_tm_modalbox_about .box-inner,
    .tokyo_tm_modalbox_news .box_inner {
        width: 300px;
        height: 500px
    }
}

.tokyo_tm_modalbox_news.opened {
    opacity: 1;
    visibility: visible
}

.tokyo_tm_modalbox_news .container {
    height: 100vh
}

.tokyo_tm_modalbox_news.opened .box_inner {
    opacity: 1;
    visibility: visible;
    margin-top: 0
}

.tokyo_tm_modalbox_news .close {
    position: fixed;
    left: 100%;
    top: 0;
    margin-left: 40px;
    z-index: 111111
}

.tokyo_tm_modalbox_news .close a {
    text-decoration: none;
    color: #fff
}

.tokyo_tm_modalbox_news .close .svg {
    width: 50px;
    height: 50px
}

.tokyo_tm_modalbox_news .description_wrap {
    position: relative;
    width: 100%;
    height: 100%;
    float: left;
    overflow-y: auto;
    padding: 70px
}

.tokyo_tm_modalbox_news .details {
    width: 100%;
    float: left;
    margin-bottom: 30px
}

.tokyo_tm_modalbox_news .description_wrap .image {
    position: relative;
    height: 450px;
    z-index: -1;
    margin-bottom: 40px
}

.tokyo_tm_modalbox_news .description_wrap .image img {
    height: 100%
}

.tokyo_tm_modalbox_news .description_wrap .image .main {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

.tokyo_tm_modalbox_news .details .extra {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 8px
}

.tokyo_tm_modalbox_news .details .title {
    font-weight: 600;
    font-size: 23px;
    margin-bottom: 9px
}

@media screen and (max-width:991px) {
    .tokyo_tm_modalbox_news .details .title {
        line-height: 1.5
    }
}

.tokyo_tm_modalbox_news .date {
    text-transform: uppercase;
    font-family: Montserrat;
    font-size: 12px;
    color: #767676;
    font-style: italic
}

.tokyo_tm_modalbox_news .date a {
    text-decoration: none;
    color: #767676;
    transition: all .3s ease
}

.tokyo_tm_modalbox_news .date a:hover {
    color: #e54b4b
}

.tokyo_tm_modalbox_news .date span {
    position: relative;
    margin-left: 11px
}

.tokyo_tm_modalbox_news .date span:before {
    position: absolute;
    content: "";
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%) rotate(15deg);
    right: 100%;
    background-color: #939393;
    width: 1px;
    height: 9px;
    margin-right: 7px
}

.tokyo_tm_news .main_content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: -11;
    display: none
}

body.modal {
    overflow-y: hidden
}

.tokyo_tm_modalbox_news .main_content {
    width: 100%;
    float: left
}

.tokyo_tm_modalbox_news .main_content .descriptions {
    width: 100%;
    float: left;
    margin-bottom: 15px
}

.tokyo_tm_modalbox_news .main_content .descriptions .bigger {
    color: #888;
    font-size: 20px;
    margin-bottom: 33px
}

.tokyo_tm_modalbox_news .main_content .descriptions p {
    margin-bottom: 22px
}

.tokyo_tm_modalbox_news .main_content .quotebox {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    position: relative;
    padding-left: 70px;
    margin-top: 10px;
    margin-bottom: 10px
}

.tokyo_tm_modalbox_news .main_content .quotebox p {
    font-size: 20px;
    font-style: italic;
    margin-bottom: 23px
}

.tokyo_tm_modalbox_news .main_content .icon {
    position: absolute;
    left: 0;
    top: 10px
}

.tokyo_tm_modalbox_news .main_content .icon .svg {
    width: 40px;
    height: 40px;
    color: #000
}

.social-share button {
    margin: 5px;
    display: inline-flex
}

.social-share button svg {
    width: auto;
    height: auto
}

.tokyo_tm_modalbox_news .news_share {
    width: 100%;
    height: auto;
    clear: both;
    display: flex;
    align-items: center
}

.tokyo_tm_modalbox_news .news_share span {
    font-family: Montserrat;
    font-weight: 600;
    font-style: italic;
    padding-right: 20px;
    color: #000
}

.tokyo_tm_modalbox_news .news_share ul {
    margin: 0;
    list-style-type: none;
    position: relative;
    top: -2px
}

.tokyo_tm_modalbox_news .news_share ul li {
    margin: 0 12px 0 0;
    display: inline-block
}

.tokyo_tm_modalbox_news .news_share ul li .svg {
    width: 15px;
    height: 15px
}

.tokyo_tm_contact {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    padding: 100px 0
}

.tokyo_tm_contact .map_wrap {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    margin-bottom: 50px
}

.tokyo_tm_contact .map_wrap .map>div {
    height: 400px !important;
    width: 100% !important
}

.tokyo_tm_contact .map_wrap .map iframe {
    width: 100%;
    height: 100%
}

.tokyo_tm_contact .fields {
    width: 100%;
    height: auto;
    clear: both;
    float: left
}

.tokyo_tm_contact .fields .first {
    width: 100%;
    float: left
}

.tokyo_tm_contact .fields ul {
    margin: 0;
    list-style-type: none
}

.tokyo_tm_contact .fields ul li {
    width: 100%;
    margin: 0 0 30px;
    float: left
}

.tokyo_tm_contact .fields ul li input {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .2);
    background-color: transparent;
    font-style: italic
}

.tokyo_tm_contact .fields ul li input:focus {
    outline: none;
    border: 1px solid rgba(0, 0, 0, .5)
}

.tokyo_tm_contact .fields textarea {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .2);
    height: 120px;
    resize: none;
    background-color: transparent
}

.tokyo_tm_contact .fields textarea:focus {
    outline: none;
    border: 1px solid rgba(0, 0, 0, .5)
}

.tokyo_tm_contact .empty_notice {
    margin-bottom: 7px;
    display: none
}

.tokyo_tm_contact .empty_notice,
.tokyo_tm_contact ul li span {
    color: #f52225;
    text-align: left;
    font-weight: 500
}

.tokyo_tm_contact .returnmessage {
    color: #3a00ff;
    margin-bottom: 7px;
    text-align: left;
    font-weight: 500
}

.tokyo_tm_all_wrap[data-magic-cursor=hide] .mouse-cursor {
    display: none
}

.mouse-cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    transform: translateZ(0);
    visibility: hidden
}

.cursor-inner {
    margin-left: -3px;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    z-index: 50;
    background-color: #000;
    transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out
}

.cursor-inner.cursor-hover {
    margin-left: -40px;
    margin-top: -40px;
    width: 80px;
    height: 80px;
    background-color: #000;
    opacity: .3
}

.cursor-outer {
    margin-left: -15px;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    border: 2px solid #000;
    box-sizing: border-box;
    z-index: 50;
    opacity: .5;
    transition: all .08s ease-out
}

.cursor-outer.cursor-hover {
    opacity: 0
}

@media(max-width:1600px) {
    .tokyo_tm_all_wrap .leftpart {
        width: 270px;
        padding: 0 40px;
        background: #fefefe
    }

    .tokyo_tm_section {
        padding-left: 290px
    }
}

@media(max-width:1200px) {
    .tokyo_tm_mobile_menu {
        display: block
    }

    .tokyo_tm_services {
        padding-top: 130px
    }

    .tokyo_tm_section {
        padding-left: 0
    }

    .tokyo_tm_all_wrap .leftpart .leftpart_inner .navbar-brand img {
        max-width: 100px
    }

    .tokyo_tm_all_wrap .rightpart {
        padding-left: 0
    }

    .tokyo_tm_all_wrap .rightpart_in {
        border-left: none
    }

    .tokyo_tm_about,
    .tokyo_tm_contact,
    .tokyo_tm_home,
    .tokyo_tm_news,
    .tokyo_tm_portfolio {
        padding-top: 140px
    }

    .tokyo_tm_home {
        padding-bottom: 120px
    }

    .tokyo_tm_modalbox_news .close a {
        color: #000
    }

    .tokyo_tm_modalbox_news .close {
        left: auto;
        right: 5px;
        top: 25px
    }

    .tokyo_tm_modalbox_news .close .svg {
        width: 25px;
        height: 25px
    }

    .tokyo_tm_modalbox_about .close a {
        color: #000
    }

    .tokyo_tm_modalbox_about .close {
        left: auto;
        right: 5px;
        top: 25px
    }

    .tokyo_tm_modalbox_about .close .svg {
        width: 25px;
        height: 25px
    }

    .not-found-wrapper .tokyo_tm_error {
        height: calc(100vh + 70px)
    }
}

@media(max-width:1040px) {
    .mouse-cursor {
        display: none
    }

    .tokyo_tm_mobile_menu .menu_inner {
        padding: 20px
    }

    .tokyo_tm_home .home_content {
        flex-direction: column;
        text-align: center
    }

    .tokyo_tm_home .avatar {
        margin-bottom: 30px
    }

    .tokyo_tm_home .details {
        margin-left: 0
    }

    .tokyo_tm_about .description_inner {
        flex-direction: column
    }

    .tokyo_tm_about .description .left {
        width: 100%;
        padding: 0;
        margin-bottom: 50px
    }

    .tokyo_tm_about .description .right {
        width: 100%;
        padding: 0
    }

    .tokyo_tm_title .title_flex {
        flex-direction: column;
        align-items: flex-start
    }

    .tokyo_tm_title .portfolio_filter {
        padding-top: 48px
    }

    .tokyo_tm_modalbox_news .description_wrap {
        padding: 40px 25px
    }

    .tokyo_tm_modalbox_about .description_wrap {
        padding: 90px 25px 60px
    }

    .tokyo_tm_modalbox_about .my_box {
        flex-direction: column
    }

    .tokyo_tm_modalbox_about .my_box .left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 50px
    }

    .tokyo_tm_modalbox_about .my_box .right {
        width: 100%;
        padding-left: 0
    }

    .container {
        padding: 0 20px
    }

    .tokyo_tm_services .list ul li {
        width: 50%
    }

    .tokyo_tm_partners ul li {
        width: 33.3333%
    }
}

@media(max-width:768px) {
    .tokyo_tm_services .list ul {
        margin: 0
    }

    .tokyo_tm_pricing .list>ul>li,
    .tokyo_tm_services .list ul li {
        width: 100%;
        padding-left: 0
    }

    .tokyo_tm_pricing .list>ul {
        margin: 0
    }

    .tokyo_tm_facts .list ul li {
        width: 100%;
        padding-left: 0
    }

    .tokyo_tm_facts .list ul {
        margin: 0
    }
}

@media(max-width:767px) {
    .tokyo_tm_home .details .name {
        font-size: 35px
    }

    .tokyo_tm_modalbox_news .description_wrap .image {
        height: 280px
    }

    .tokyo_tm_home .avatar {
        min-width: 200px;
        min-height: 200px
    }

    .tokyo_tm_portfolio .portfolio_list {
        margin: 0
    }

    .tokyo_tm_portfolio .portfolio_list li {
        width: 100%;
        padding-left: 0
    }

    .tokyo_tm_news ul {
        margin: 0;
        margin-top: 15px;
    }

    .tokyo_tm_news ul li {
        width: 100%;
        padding-left: 25px;
    }

    .tokyo_tm_modalbox_about .description_wrap {
        padding: 60px 25px 30px
    }

    .tokyo_tm_modalbox_news .main_content .icon {
        position: relative;
        margin-bottom: 30px
    }

    .tokyo_tm_modalbox_news .main_content .quotebox {
        padding-left: 0
    }

    .tokyo_tm_modalbox_about .counter ul {
        margin: 0
    }

    .tokyo_tm_modalbox_about .counter ul li {
        width: 100%;
        padding-left: 0
    }
}

.tokyo_tm_section .container {
    height: 100%
}

.tokyo_tm_error {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center
}

.tokyo_tm_error_inner h1 {
    font-size: 120px;
    font-weight: 700;
    line-height: 1.2
}

@media screen and (max-width:767px) {
    .tokyo_tm_error_inner h1 {
        font-size: 60px
    }
}

.tokyo_tm_error_inner h3 {
    font-size: 35px;
    line-height: 1.3;
    margin-bottom: 15px
}

@media screen and (max-width:767px) {
    .tokyo_tm_error_inner h3 {
        font-size: 26px
    }
}

.tokyo_tm_error_inner p {
    font-size: 18px;
    margin-bottom: 25px
}

.not-found-wrapper .copyright {
    padding-top: 30px
}

.footer-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background: #fff;
    display: none
}

@media(max-width:450px) {
    .footer-wrapper {
        display: block
    }
}

.footer-wrapper .copyright {
    padding: 15px
}

.footer-wrapper .copyright a {
    padding-left: 5px;
    color: #787878;
    font-weight: 500;
    transition: all .3s ease;
    text-decoration: none
}

.footer-wrapper .copyright a:hover {
    color: #000;
    letter-spacing: 2px
}

@media(max-width:576px) {
    .tokyo_tm_contact {
        padding-bottom: 100px
    }

    .tokyo_tm_news {
        padding-bottom: 60px
    }

    .tokyo_tm_portfolio {
        padding-bottom: 70px
    }

    .tokyo_tm_about {
        padding-bottom: 95px
    }

    .tokyo_tm_home {
        padding-bottom: 90px;
        min-height: auto
    }
}

.popup-content {
    width: auto;
    padding: 0;
    border: none;
    background: #000
}

.modal {
    width: 900px;
    height: 600px
}

.modal .frame,
.modal iframe {
    width: 100%;
    height: 100%
}

.modal .close_modal {
    position: absolute;
    cursor: pointer;
    right: -12px;
    top: -25px;
    background: #fff;
    border: none;
    outline: none;
    padding: 5px 10px;
    font-size: 20px;
    border-radius: 50%
}

.o-video {
    width: 100%;
    height: 0;
    position: relative;
    padding-top: 57.95%;
    margin-bottom: 45px;
    background: #fff
}

@media screen and (max-width:767px) {
    .o-video {
        padding-top: 65%
    }
}

.o-video>iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 0
}

.tooltip-wrapper {
    background: transparent !important;
    margin: 0 !important
}

.tooltip-wrapper:after {
    display: none !important
}

.tooltip-wrapper h5 {
    margin: 0;
    font-size: 18px;
    padding: 10px 15px;
    background: #fff;
    letter-spacing: .2px;
    font-family: Montserrat;
    font-weight: 600
}

.tooltip-wrapper span {
    font-size: 16px;
    display: inline-block;
    font-style: italic;
    background: #fff;
    padding: 0 15px 5px;
    position: relative;
    top: -5px
}

.portfolio_tm_modalbox .portfolio_main_title {
    width: 100%;
    float: left;
    margin-bottom: 28px
}

.portfolio_tm_modalbox .portfolio_main_title h3 {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 5px
}

.portfolio_tm_modalbox .portfolio_main_title span {
    font-style: italic
}

.portfolio_tm_modalbox .main_details {
    width: 100%;
    height: auto;
    clear: both;
    display: flex;
    margin-bottom: 50px
}

@media screen and (max-width:767px) {
    .portfolio_tm_modalbox .main_details {
        flex-wrap: wrap
    }
}

.portfolio_tm_modalbox .main_details .textbox {
    width: 70%;
    padding-right: 40px
}

@media screen and (max-width:767px) {
    .portfolio_tm_modalbox .main_details .textbox {
        width: 100%;
        padding-right: 0
    }
}

.portfolio_tm_modalbox .main_details .textbox p {
    margin-bottom: 18px;
    font-style: italic
}

.portfolio_tm_modalbox .main_details .textbox p:last-child {
    margin-bottom: 0
}

.portfolio_tm_modalbox .main_details .detailbox {
    width: 30%;
    padding-left: 40px
}

@media screen and (max-width:767px) {
    .portfolio_tm_modalbox .main_details .detailbox {
        width: 100%;
        padding-left: 0
    }
}

.portfolio_tm_modalbox .main_details .detailbox>ul {
    margin: 0;
    list-style-type: none
}

.portfolio_tm_modalbox .main_details .detailbox>ul>li {
    margin: 0 0 8px;
    width: 100%;
    float: left
}

.portfolio_tm_modalbox .main_details .detailbox>ul>li:last-child {
    margin-bottom: 0
}

.portfolio_tm_modalbox .main_details .detailbox .first {
    font-weight: 700;
    display: block;
    color: #000;
    margin-bottom: 3px;
    font-style: italic
}

.portfolio_tm_modalbox .main_details .detailbox span a {
    text-decoration: none;
    color: #767676;
    transition: all .3s ease
}

.portfolio_tm_modalbox .main_details .detailbox span a:hover {
    color: #000;
    letter-spacing: 2px
}

.portfolio_tm_modalbox .additional_images {
    width: 100%;
    height: auto;
    clear: both;
    float: left
}

.portfolio_tm_modalbox .additional_images ul {
    margin: 0 0 0 -30px;
    list-style-type: none
}

.portfolio_tm_modalbox .additional_images ul li {
    margin: 30px 0 0;
    float: left;
    width: 50%;
    padding-left: 30px
}

@media screen and (max-width:767px) {
    .portfolio_tm_modalbox .additional_images ul li {
        width: 100%
    }
}

.portfolio_tm_modalbox .additional_images ul li:nth-child(3n-2),
.portfolio_tm_modalbox .additional_images ul li:nth-child(3n-2) img {
    width: 100%
}

.portfolio_tm_modalbox .additional_images ul li:nth-child(3n-2) .my_image {
    height: 408px
}

@media screen and (max-width:767px) {
    .portfolio_tm_modalbox .additional_images ul li:nth-child(3n-2) .my_image {
        height: 165px
    }
}

.portfolio_tm_modalbox .additional_images ul li .list_inner {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    position: relative
}

.portfolio_tm_modalbox .additional_images ul li .my_image {
    position: relative;
    height: 320px
}

@media screen and (max-width:767px) {
    .portfolio_tm_modalbox .additional_images ul li .my_image {
        height: 165px
    }
}

.portfolio_tm_modalbox .additional_images ul li .my_image img {
    opacity: 0;
    min-width: 100%
}

.portfolio_tm_modalbox .additional_images ul li .my_image .main {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

.modal-video-close-btn {
    cursor: pointer !important
}

.tokyo_tm_portfolio .mobile_title {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    background: hsla(0, 0%, 100%, .6);
    position: absolute;
    z-index: 2;
    bottom: 0;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transform: translateY(100%);
    cursor: default;
    transition: transform .5s
}

.tokyo_tm_portfolio .mobile_title h3 {
    font-size: 18px;
    font-weight: 600;
    color: #000
}

.tokyo_tm_portfolio .mobile_title span {
    font-family: Poppins;
    font-weight: 500;
    color: #000
}

.tokyo_tm_portfolio .portfolio_filter ul li .inner:hover .mobile_title {
    transform: translateY(0)
}

.theme-switcher-label {
    cursor: pointer;
    position: fixed;
    z-index: 99;
    width: 60px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    background-color: rgba(0, 0, 0, .1)
}

.theme-switcher-label svg {
    width: 22px;
    height: 22px
}

@media(max-width:1199px) {
    .theme-switcher-label {
        border-radius: 50%;
        width: 40px;
        height: 40px;
        right: 60px;
        top: 14px;
        position: absolute
    }
}

@media(min-width:1200px) {
    .theme-switcher-label {
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        border-radius: 30px 0 0 30px
    }
}

.theme-switcher-label .switch-handle {
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out
}

.theme-switcher-label .switch-handle i {
    position: absolute;
    width: 22px;
    height: 22px;
    transition: .3s;
    display: flex
}

@media(max-width:420px) {
    .theme-switcher-label .switch-handle i {
        width: 18px;
        height: 18px
    }
}

.theme-switcher-label .switch-handle i svg {
    width: 100%;
    height: 100%
}

.theme-switcher-label .theme-switcher {
    display: none
}

.theme-switcher-label .light-text {
    color: #000
}

.theme-switcher-label .dark-text {
    color: #fff
}

.theme-switcher-label.active {
    background-color: hsla(0, 0%, 100%, .2)
}

.theme-switcher-label.active .light-text {
    visibility: hidden;
    opacity: 0
}

.theme-switcher-label.active .dark-text {
    visibility: visible;
    opacity: 1
}

.theme-switcher-label .dark-text {
    visibility: hidden;
    opacity: 0
}

.theme-switcher-label input {
    cursor: pointer
}

.header {
    display: none
}

@media(max-width:1200px) {
    .header {
        display: block
    }
}

.header .logo img {
    max-width: 120px
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    position: absolute;
    width: 100%;
    height: 70px;
    background: #fff;
    left: 0;
    top: 0;
    z-index: 9;
    box-shadow: 0 6px 24px 0 rgba(0, 0, 0, .05), 0 0 0 1px rgba(0, 0, 0, .08)
}

@media(max-width:1200px) {
    .leftpart {
        transition: .5s;
        transform: translateX(-100%)
    }

    .leftpart.active {
        transform: translateX(0)
    }
}

.my_trigger .hamburger {
    padding: 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: .15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible
}

.my_trigger .hamburger-box {
    width: 30px;
    height: 18px;
    display: inline-block;
    position: relative;
    top: 4px
}

.my_trigger .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px
}

.hamburger-inner:after,
.hamburger-inner:before,
.my_trigger .hamburger-inner {
    width: 30px;
    height: 2px;
    background-color: #333;
    position: absolute;
    transition-property: transform;
    transition-duration: .15s;
    transition-timing-function: ease;
    border-radius: 4px
}

.my_trigger .hamburger-inner:after,
.my_trigger .hamburger-inner:before {
    content: "";
    display: block
}

.my_trigger .hamburger-inner:before {
    top: -8px
}

.my_trigger .hamburger-inner:after {
    bottom: -10px
}

.my_trigger .hamburger--collapse-r .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: .13s;
    transition-delay: .13s;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.my_trigger .hamburger--collapse-r .hamburger-inner:after {
    top: -16px;
    transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity .1s linear
}

.my_trigger .hamburger--collapse-r .hamburger-inner:before {
    transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.my_trigger .hamburger--collapse-r.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(45deg);
    transition-delay: .22s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.my_trigger .hamburger--collapse-r.is-active .hamburger-inner:after {
    top: 0;
    opacity: 0;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .22s
}

.my_trigger .hamburger--collapse-r.is-active .hamburger-inner:before {
    top: 0;
    transform: rotate(90deg);
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s
}

.my_trigger .hamburger {
    padding: 0;
    height: 100%;
    display: table-cell;
    vertical-align: middle
}

.my_trigger .hamburger .hamburger-inner,
.my_trigger .hamburger .hamburger-inner:after,
.my_trigger .hamburger .hamburger-inner:before {
    background-color: #000;
    width: 26px;
    transition: all .3s ease
}

.dark body {
    background-color: #000;
    color: #bbb
}

.dark .theme-switcher-label {
    background-color: hsla(0, 0%, 100%, .2);
    color: #fff
}

.dark ::placeholder {
    color: #fff
}

.dark #preloader:after,
.dark #preloader:before {
    background-color: #fff
}

.dark .loader_line:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 0%;
    transform: translateY(-50%);
    background-color: #000;
    animation: lineheight 1s ease-in-out 0s forwards
}

.dark .loader_line:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #ccc;
    transform: translateY(-100%);
    animation: lineround 1.2s linear 0s infinite;
    animation-delay: 2s
}

.dark {
    background-color: #000;
    color: #bbb
}

.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6 {
    color: #fff
}

.dark .tokyo_tm_all_wrap .leftpart {
    background-color: #000
}

.dark .tokyo_tm_all_wrap .leftpart .menu>ul li a {
    color: #bbb
}

.dark .tokyo_tm_all_wrap .leftpart .menu>ul li a.active {
    color: #fff
}

.dark .tokyo_tm_all_wrap .leftpart .menu>ul li a.active .svg {
    opacity: 1
}

.dark .tokyo_tm_all_wrap .leftpart .menu>ul li:hover {
    color: #fff
}

.dark .tokyo_tm_all_wrap .leftpart .copyright a,
.dark .tokyo_tm_all_wrap .leftpart .copyright p {
    color: #bbb
}

.dark .tokyo_tm_all_wrap .leftpart .copyright a:hover {
    color: #fff
}

.dark .tokyo_tm_all_wrap .rightpart {
    background-color: #111
}

.dark .tokyo_tm_all_wrap .rightpart_in {
    border-left-color: #202020
}

.dark .tokyo_tm_home .social li .svg {
    color: #fff
}

.dark .tokyo_tm_home .social li a {
    filter: invert(1)
}

.dark .tokyo_tm_home .social li a:hover {
    filter: invert(.8)
}

.dark .tokyo_tm_all_wrap .leftpart img {
    filter: invert(1)
}

.dark .cursor-inner {
    margin-left: -3px;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    z-index: 50;
    background-color: #fff;
    transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out
}

.dark .cursor-inner.cursor-hover {
    margin-left: -40px;
    margin-top: -40px;
    width: 80px;
    height: 80px;
    background-color: #fff;
    opacity: .3
}

.dark .cursor-outer {
    margin-left: -15px;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    box-sizing: border-box;
    z-index: 50;
    opacity: .5;
    transition: all .08s ease-out
}

.dark .header-inner {
    background: #323232
}

.dark .my_trigger .hamburger .hamburger-inner,
.dark .my_trigger .hamburger-inner:after,
.dark .my_trigger .hamburger-inner:before {
    background: #fff
}

.dark .header .logo img {
    filter: invert(1)
}

.dark .cursor-outer.cursor-hover {
    opacity: 0
}

.dark .tokyo_tm_button .ib-button {
    background-color: #fff;
    color: #000
}

.dark .tokyo_tm_about .description .right>ul>li a {
    color: #bbb
}

.dark .tokyo_tm_about .description .right>ul>li a:hover,
.dark .tokyo_tm_about .description .right>ul>li span {
    color: #fff
}

.dark .tokyo_tm_modalbox_about .counter ul li span {
    color: #bbb
}

.dark .tokyo_tm_title span {
    background-color: hsla(0, 0%, 100%, .08);
    color: #999
}

.dark .tokyo_tm_portfolio .portfolio_filter ul li {
    color: #bbb !important
}

.dark .tokyo_tm_portfolio .portfolio_filter ul li.active {
    color: #fff !important
}

.dark .tokyo_tm_news ul li .details .title a,
.dark .tokyo_tm_portfolio .portfolio_filter ul li:hover {
    color: #fff
}

.dark .tokyo_tm_info ul li a,
.dark .tokyo_tm_news ul li .details .date a {
    color: #bbb
}

.dark .tokyo_tm_info ul li a:hover,
.dark .tokyo_tm_news ul li .details .date a:hover {
    color: #fff
}

.dark .tokyo_tm_contact .fields .last textarea,
.dark .tokyo_tm_contact .fields ul li input {
    border: 1px solid hsla(0, 0%, 100%, .2);
    color: #fff
}

.dark .tokyo_tm_contact .fields ul li input:focus {
    border: 1px solid hsla(0, 0%, 100%, .6)
}

.dark .tokyo_tm_contact .fields textarea:focus {
    border: 1px solid hsla(0, 0%, 100%, .6);
    color: #fff
}

.dark .footer-wrapper {
    background: #000
}

.dark .footer-wrapper .copyright a {
    color: #dedede
}

.dark .tokyo_tm_contact .fields textarea {
    border: 1px solid hsla(0, 0%, 100%, .2);
    color: #fff;
    font-style: italic
}

.dark .tokyo_tm_news ul li .details {
    background-color: #323232
}

.dark .tokyo_tm_news ul li .details .date {
    color: #bbb
}

.dark .tokyo_tm_news ul li .details .title,
.dark .tokyo_tm_read_more .read-more {
    color: #fff
}

.dark .tokyo_tm_read_more .read-more:before {
    background-color: #fff
}

.dark .tokyo_tm_read_more .read-more span {
    background-color: transparent
}

.dark .tokyo_tm_news ul li .list_inner {
    box-shadow: 0 0 15px #252525
}

.dark .tokyo_tm_news ul li .image {
    background: #111
}

.dark .tooltip-wrapper h5 {
    color: #000 !important
}

.dark .mymodal {
    border: none;
    background: #101010
}

.dark .box_inner {
    background: #151515;
    overflow-y: initial
}

.dark .description_wrap .image {
    z-index: auto
}

.dark .portfolio_tm_modalbox .main_details .detailbox .first {
    color: #fff
}

.dark .portfolio_tm_modalbox li .svg {
    filter: invert(1)
}

.dark .social {
    margin-left: 0px;
}

.dark .social li .svg {
    transition: .3s
}

.dark .news_share ul li .svg {
    filter: invert(1)
}

.dark .tokyo_tm_modalbox_about .box-inner {
    background: #151515
}

.dark .tokyo_tm_modalbox_about .box-inner .about_title h3 {
    color: #fff
}

.dark .tokyo_tm_modalbox_about .box-inner .progress_inner>span {
    color: #bbb
}

.dark .tokyo_tm_modalbox_about .box-inner .progress_inner .background .bar_in {
    background: #bbb
}

.dark .tokyo_tm_modalbox_about .box-inner .list_inner {
    border: 1px solid hsla(0, 0%, 100%, .5)
}

.dark .tokyo_tm_modalbox_about .box-inner .partners .slick-list .slick-slide li img {
    filter: invert(1);
    background: #fff
}

.dark .tokyo_tm_modalbox_news .date,
.dark .tokyo_tm_modalbox_news .date a,
.dark .tokyo_tm_modalbox_news .descriptions .bigger {
    color: #bbb
}

.dark .tokyo_tm_modalbox_news .main_content .icon .svg {
    filter: invert(1)
}

.dark .tokyo_tm_modalbox_news .main_content .news_share span {
    color: #fff
}

.dark .tokyo_tm_about .about_text,
.dark .tokyo_tm_about .about_title {
    border-bottom-color: hsla(0, 0%, 100%, .1)
}

.dark .tokyo_tm_info ul li span:first-child {
    color: #fff
}

.dark .tokyo_tm_button a {
    background: #fff;
    color: #000
}

.dark .tokyo_tm_progressbox {
    background: #000
}

.dark .progress_inner>span {
    color: #efefef
}

.dark .progress_inner .background {
    background: #444
}

.dark .progress_inner .background .bar_in {
    background: #7b7b7b
}

.dark .tokyo_tm_resumebox {
    background: #000
}

.dark .tokyo_tm_skill_list ul li .svg {
    filter: invert(1)
}

.dark .tokyo_tm_resume_list ul:before {
    background-color: #56585c
}

.dark .tokyo_tm_short_info {
    border-bottom-color: hsla(0, 0%, 100%, .1)
}

.dark .tokyo_tm_resume_list ul li:before {
    background-color: #000;
    border-color: #56585c
}

.dark .tokyo_tm_resume_list ul li .time span {
    background-color: hsla(0, 0%, 100%, .065);
    color: #fff
}

.dark .tokyo_tm_testimonials .list ul li .text {
    border-color: #56585c
}

.dark .tokyo_tm_testimonials .list ul li .text:before {
    border-top-color: #56585c
}

.dark .tokyo_tm_testimonials .list ul li .text:after {
    border-top-color: #111
}

.dark .tokyo_tm_services .list ul li .list_inner {
    background-color: #323232;
    border: none
}

.dark .tokyo_tm_services .list ul li .number {
    background-color: hsla(0, 0%, 100%, .03);
    color: #fff
}

.dark .tokyo_tm_services .list ul li .list_inner:hover .number {
    background-color: hsla(0, 0%, 100%, .08)
}

.dark .tokyo_tm_services .list ul li .title {
    color: #fff
}

.dark .tokyo_tm_partners {
    background-color: #000
}

.dark .tokyo_tm_partners .partners_inner,
.dark .tokyo_tm_partners ul li {
    border-color: #323232
}

.dark .tokyo_tm_partners ul li img {
    filter: invert(1)
}

.dark .tokyo_tm_facts .list ul li .list_inner {
    border-color: #454545
}

.dark .tokyo_tm_pricing {
    background-color: #000
}

.dark .tokyo_tm_pricing .list>ul>li .list_inner {
    border-color: hsla(0, 0%, 100%, .2)
}

.dark .tokyo_tm_pricing .popular {
    background-color: #444;
    color: #eee
}

.dark .tokyo_tm_all_wrap .leftpart {
    border-right-color: #111
}

.dark .Toastify__toast-theme--light {
    background: #333;
    color: #fff
}

.dark .Toastify__close-button--light {
    color: #fff;
    opacity: .7 !important
}

@keyframes modal-video {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes modal-video-inner {
    0% {
        transform: translateY(100px)
    }

    to {
        transform: translate(0)
    }
}

.modal-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1000000;
    cursor: pointer;
    opacity: 1;
    animation-timing-function: ease-out;
    animation-duration: .3s;
    animation-name: modal-video;
    transition: opacity .3s ease-out
}

.modal-video-effect-exit {
    opacity: 0
}

.modal-video-effect-exit .modal-video-movie-wrap {
    transform: translateY(100px)
}

.modal-video-body {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box
}

.modal-video-body,
.modal-video-inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center
}

.modal-video-inner {
    align-items: center
}

@media(orientation:landscape) {
    .modal-video-inner {
        padding: 10px 60px;
        box-sizing: border-box
    }
}

.modal-video-movie-wrap {
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
    background-color: #333;
    animation-timing-function: ease-out;
    animation-duration: .3s;
    animation-name: modal-video-inner;
    transform: translate(0);
    transition: transform .3s ease-out
}

.modal-video-movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.modal-video-close-btn {
    position: absolute;
    z-index: 2;
    top: -45px;
    right: 0;
    display: inline-block;
    width: 35px;
    height: 35px;
    overflow: hidden;
    border: none;
    background: transparent
}

@media(orientation:landscape) {
    .modal-video-close-btn {
        top: 0;
        right: -45px
    }
}

.modal-video-close-btn:before {
    transform: rotate(45deg)
}

.modal-video-close-btn:after {
    transform: rotate(-45deg)
}

.modal-video-close-btn:after,
.modal-video-close-btn:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    background: #fff;
    border-radius: 5px;
    margin-top: -6px
}

.tokyo_tm_portfolio .portfolio_filter .react-tabs__tab-list li.react-tabs__tab--selected,
.tokyo_tm_portfolio .portfolio_filter .react-tabs__tab-list li:hover {
    color: #328da3 !important
}

[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
    transition-duration: 50ms
}

[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
    transition-delay: 50ms
}

[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
    transition-duration: .1s
}

[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
    transition-delay: .1s
}

[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
    transition-duration: .15s
}

[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
    transition-delay: .15s
}

[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
    transition-duration: .2s
}

[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
    transition-delay: .2s
}

[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
    transition-duration: .25s
}

[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
    transition-delay: .25s
}

[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
    transition-duration: .3s
}

[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
    transition-delay: .3s
}

[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
    transition-duration: .35s
}

[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
    transition-delay: .35s
}

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
    transition-duration: .4s
}

[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
    transition-delay: .4s
}

[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
    transition-duration: .45s
}

[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
    transition-delay: .45s
}

[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
    transition-duration: .5s
}

[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
    transition-delay: .5s
}

[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
    transition-duration: .55s
}

[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
    transition-delay: .55s
}

[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
    transition-duration: .6s
}

[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
    transition-delay: .6s
}

[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
    transition-duration: .65s
}

[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
    transition-delay: .65s
}

[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
    transition-duration: .7s
}

[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
    transition-delay: .7s
}

[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
    transition-duration: .75s
}

[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
    transition-delay: .75s
}

[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
    transition-duration: .8s
}

[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
    transition-delay: .8s
}

[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
    transition-duration: .85s
}

[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
    transition-delay: .85s
}

[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
    transition-duration: .9s
}

[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
    transition-delay: .9s
}

[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
    transition-duration: .95s
}

[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
    transition-delay: .95s
}

[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
    transition-duration: 1s
}

[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
    transition-delay: 1s
}

[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
    transition-duration: 1.05s
}

[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
    transition-delay: 1.05s
}

[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
    transition-duration: 1.1s
}

[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
    transition-delay: 1.1s
}

[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
    transition-duration: 1.15s
}

[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
    transition-delay: 1.15s
}

[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
    transition-duration: 1.2s
}

[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
    transition-delay: 1.2s
}

[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
    transition-duration: 1.25s
}

[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
    transition-delay: 1.25s
}

[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
    transition-duration: 1.3s
}

[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
    transition-delay: 1.3s
}

[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
    transition-duration: 1.35s
}

[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
    transition-delay: 1.35s
}

[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
    transition-duration: 1.4s
}

[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
    transition-delay: 1.4s
}

[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
    transition-duration: 1.45s
}

[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
    transition-delay: 1.45s
}

[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
    transition-duration: 1.5s
}

[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
    transition-delay: 1.5s
}

[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
    transition-duration: 1.55s
}

[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
    transition-delay: 1.55s
}

[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
    transition-duration: 1.6s
}

[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
    transition-delay: 1.6s
}

[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
    transition-duration: 1.65s
}

[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
    transition-delay: 1.65s
}

[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
    transition-duration: 1.7s
}

[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
    transition-delay: 1.7s
}

[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
    transition-duration: 1.75s
}

[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
    transition-delay: 1.75s
}

[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
    transition-duration: 1.8s
}

[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
    transition-delay: 1.8s
}

[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
    transition-duration: 1.85s
}

[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
    transition-delay: 1.85s
}

[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
    transition-duration: 1.9s
}

[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
    transition-delay: 1.9s
}

[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
    transition-duration: 1.95s
}

[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
    transition-delay: 1.95s
}

[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
    transition-duration: 2s
}

[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
    transition-delay: 2s
}

[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
    transition-duration: 2.05s
}

[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
    transition-delay: 2.05s
}

[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
    transition-duration: 2.1s
}

[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
    transition-delay: 2.1s
}

[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
    transition-duration: 2.15s
}

[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
    transition-delay: 2.15s
}

[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
    transition-duration: 2.2s
}

[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
    transition-delay: 2.2s
}

[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
    transition-duration: 2.25s
}

[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
    transition-delay: 2.25s
}

[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
    transition-duration: 2.3s
}

[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
    transition-delay: 2.3s
}

[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
    transition-duration: 2.35s
}

[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
    transition-delay: 2.35s
}

[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
    transition-duration: 2.4s
}

[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
    transition-delay: 2.4s
}

[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
    transition-duration: 2.45s
}

[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
    transition-delay: 2.45s
}

[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
    transition-duration: 2.5s
}

[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
    transition-delay: 2.5s
}

[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
    transition-duration: 2.55s
}

[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
    transition-delay: 2.55s
}

[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
    transition-duration: 2.6s
}

[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
    transition-delay: 2.6s
}

[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
    transition-duration: 2.65s
}

[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
    transition-delay: 2.65s
}

[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
    transition-duration: 2.7s
}

[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
    transition-delay: 2.7s
}

[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
    transition-duration: 2.75s
}

[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
    transition-delay: 2.75s
}

[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
    transition-duration: 2.8s
}

[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
    transition-delay: 2.8s
}

[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
    transition-duration: 2.85s
}

[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
    transition-delay: 2.85s
}

[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
    transition-duration: 2.9s
}

[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
    transition-delay: 2.9s
}

[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
    transition-duration: 2.95s
}

[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
    transition-delay: 2.95s
}

[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
    transition-duration: 3s
}

[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
    transition-delay: 3s
}

[data-aos][data-aos][data-aos-easing=linear],
body[data-aos-easing=linear] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .25, .75, .75)
}

[data-aos][data-aos][data-aos-easing=ease],
body[data-aos-easing=ease] [data-aos] {
    transition-timing-function: ease
}

[data-aos][data-aos][data-aos-easing=ease-in],
body[data-aos-easing=ease-in] [data-aos] {
    transition-timing-function: ease-in
}

[data-aos][data-aos][data-aos-easing=ease-out],
body[data-aos-easing=ease-out] [data-aos] {
    transition-timing-function: ease-out
}

[data-aos][data-aos][data-aos-easing=ease-in-out],
body[data-aos-easing=ease-in-out] [data-aos] {
    transition-timing-function: ease-in-out
}

[data-aos][data-aos][data-aos-easing=ease-in-back],
body[data-aos-easing=ease-in-back] [data-aos] {
    transition-timing-function: cubic-bezier(.6, -.28, .735, .045)
}

[data-aos][data-aos][data-aos-easing=ease-out-back],
body[data-aos-easing=ease-out-back] [data-aos] {
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.275)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back],
body[data-aos-easing=ease-in-out-back] [data-aos] {
    transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55)
}

[data-aos][data-aos][data-aos-easing=ease-in-sine],
body[data-aos-easing=ease-in-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.47, 0, .745, .715)
}

[data-aos][data-aos][data-aos-easing=ease-out-sine],
body[data-aos-easing=ease-out-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.39, .575, .565, 1)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine],
body[data-aos-easing=ease-in-out-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.445, .05, .55, .95)
}

[data-aos][data-aos][data-aos-easing=ease-in-quad],
body[data-aos-easing=ease-in-quad] [data-aos] {
    transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quad],
body[data-aos-easing=ease-out-quad] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad],
body[data-aos-easing=ease-in-out-quad] [data-aos] {
    transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic],
body[data-aos-easing=ease-in-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic],
body[data-aos-easing=ease-out-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],
body[data-aos-easing=ease-in-out-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos][data-aos][data-aos-easing=ease-in-quart],
body[data-aos-easing=ease-in-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quart],
body[data-aos-easing=ease-out-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart],
body[data-aos-easing=ease-in-out-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity, transform
}

[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translateZ(0)
}

[data-aos=fade-up] {
    transform: translate3d(0, 100px, 0)
}

[data-aos=fade-down] {
    transform: translate3d(0, -100px, 0)
}

[data-aos=fade-right] {
    transform: translate3d(-100px, 0, 0)
}

[data-aos=fade-left] {
    transform: translate3d(100px, 0, 0)
}

[data-aos=fade-up-right] {
    transform: translate3d(-100px, 100px, 0)
}

[data-aos=fade-up-left] {
    transform: translate3d(100px, 100px, 0)
}

[data-aos=fade-down-right] {
    transform: translate3d(-100px, -100px, 0)
}

[data-aos=fade-down-left] {
    transform: translate3d(100px, -100px, 0)
}

[data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity, transform
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    transform: translateZ(0) scale(1)
}

[data-aos=zoom-in] {
    transform: scale(.6)
}

[data-aos=zoom-in-up] {
    transform: translate3d(0, 100px, 0) scale(.6)
}

[data-aos=zoom-in-down] {
    transform: translate3d(0, -100px, 0) scale(.6)
}

[data-aos=zoom-in-right] {
    transform: translate3d(-100px, 0, 0) scale(.6)
}

[data-aos=zoom-in-left] {
    transform: translate3d(100px, 0, 0) scale(.6)
}

[data-aos=zoom-out] {
    transform: scale(1.2)
}

[data-aos=zoom-out-up] {
    transform: translate3d(0, 100px, 0) scale(1.2)
}

[data-aos=zoom-out-down] {
    transform: translate3d(0, -100px, 0) scale(1.2)
}

[data-aos=zoom-out-right] {
    transform: translate3d(-100px, 0, 0) scale(1.2)
}

[data-aos=zoom-out-left] {
    transform: translate3d(100px, 0, 0) scale(1.2)
}

[data-aos^=slide][data-aos^=slide] {
    transition-property: transform
}

[data-aos^=slide][data-aos^=slide].aos-animate {
    transform: translateZ(0)
}

[data-aos=slide-up] {
    transform: translate3d(0, 100%, 0)
}

[data-aos=slide-down] {
    transform: translate3d(0, -100%, 0)
}

[data-aos=slide-right] {
    transform: translate3d(-100%, 0, 0)
}

[data-aos=slide-left] {
    transform: translate3d(100%, 0, 0)
}

[data-aos^=flip][data-aos^=flip] {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: transform
}

[data-aos=flip-left] {
    transform: perspective(2500px) rotateY(-100deg)
}

[data-aos=flip-left].aos-animate {
    transform: perspective(2500px) rotateY(0)
}

[data-aos=flip-right] {
    transform: perspective(2500px) rotateY(100deg)
}

[data-aos=flip-right].aos-animate {
    transform: perspective(2500px) rotateY(0)
}

[data-aos=flip-up] {
    transform: perspective(2500px) rotateX(-100deg)
}

[data-aos=flip-up].aos-animate {
    transform: perspective(2500px) rotateX(0)
}

[data-aos=flip-down] {
    transform: perspective(2500px) rotateX(100deg)
}

[data-aos=flip-down].aos-animate {
    transform: perspective(2500px) rotateX(0)
}