/* Fonts */

@import url('https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');


/* Variables */

:root {
    --color-100: #000;
    --color-90:  #141414;
    --color-80:  #202222;
    --color-70:  #363636;
    --color-50:  #3c3c39;
    --color-40:  #3c3c3c;
    --color-30:  #dcdcdc;
    --color-20:  #f2f2f2;
    --color-0:   #fff;
    --color-red: #d32227;

    --fw-light:  200;
    --fw-normal: 400;
    --fw-medium: 500;
    --fw-bold:   700;
    --fw-black:  800;

}

/* General */

html {

}

body {
    font-family: "avenir-lt-pro", sans-serif;
    font-style: normal;
    font-weight: var(--fw-normal);
    font-size: 16px;
    background-color: var(--color-20);
    color: var(--color-90);
    opacity: 0;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {

}

p {

}

h1 {
    font-size: 1.846em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.285em;
}

h4 {
    font-size: 1.21em;
}

h5 {
    font-size: 1.107em;
}

h6 {
    font-size: 1.07em;
}

strong {

}

a {
    text-decoration: none;
    transition: all 0.25s ease-in-out;
}

a:hover {

}

.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}

.padding-tb {
    padding-top: 88px;
    padding-bottom: 88px;
}

.padding-t {
    padding-top: 88px;
}

.padding-b {
    padding-bottom: 88px;
}

/* Header */
header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
header.header-fix {
    position: fixed;
    background-color: var(--color-90);
    top: 0;
    width: 100%;
    transform: translateY(-110%);
    transition: transform .3s ease;
    z-index: 20;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
.header-top.bg {
    background-color: var(--color-90);
}


header.header-fix .navbar-expand-lg {
    padding: 10px 0;
}
header.header-fix.stick {
    transform: translateY(0);
}

header .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 14px;
    text-transform: uppercase;
    color: var(--color-0);
    padding: 5px 13px 5px 16px;
    border-radius: 100px;
    letter-spacing: 2.8px;
    font-weight: var(--fw-light);
}
header .navbar-expand-lg .navbar-nav .nav-link:hover, header .navbar-expand-lg .navbar-nav .current_page_item .nav-link {
    background-color: var(--color-70);
}
header .navbar-expand-lg .navbar-nav .current_page_item .nav-link {
    font-weight: var(--fw-bold);
}
.navbar-expand-lg {
    padding-top: 45px;
}
.navbar-expand-lg .navbar-nav {
    gap: 30px;
}

.bg-grey {
    background-color: var(--color-30);
}

/* Main */

/* Banner */
.banner {
    position: relative;
    height: 806px;
    overflow: hidden;
}
.banner img.bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
    top: 0;
}
.banner .text {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 27%;
}
.banner .text h1 {
    color: var(--color-0);
    font-size: 84px;
    line-height: 84px;
    font-weight: 800;
    padding-left: 30px;
    margin-bottom: 20px;
    position: relative;
}
.banner .text p {
    color: var(--color-0);
    font-size: 32px;
    line-height: 36px;
    padding-left: 30px;
    max-width: 650px;
    position: relative;
}
.banner .tint {
    position: absolute;
    top: 10px;
    left: 0;
    clip-path: inset(0 100% 0 0);
}
.banner .img-holder {
    position: relative;
    clip-path: rect(0 0 100% 0);
    width: 100%;
    height: 806px;
    filter: blur(5px)brightness(0);
}
.banner .line {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 100px;
    clip-path: inset(0 0 100% 0);
}

/* .banner .line-ball {
    position: absolute;
    bottom: -177px;
    z-index: 1;
    left: 80px;
}
.banner .line-ball .mask {
    position: absolute;
    width: 250px;
    height: 250px;
    border-radius: 100%;
    background-color: var(--color-20);
    top: 275px;
    left: -100px;
    transform-origin: right bottom;
} */

/* Steps */

.step1 {
    padding-top: 70px;
    overflow-x: hidden;
    position: relative;
}
.step1 .content {
    display: grid;
    grid-template-columns: 1fr 465px;
}
.step1 .content img.boots {
    margin-left: 0;
    max-width: 120%;
    justify-self: end;
    position: relative;
    z-index: 2;
}
.step1 .line-ball {
    position: absolute;
    top: 0;
    z-index: 1;
    left: 88px;
}
.step1 .line-ball .mask-ball {
    position: absolute;
    width: 250px;
    height: 250px;
    border-radius: 100%;
    background-color: var(--color-20);
    top: 0;
    left: -100px;
    transform-origin: right bottom;
}
.step1 .content .text {
    position: relative;
    z-index: 2;
}
.step1 .content .text h2 {
    font-size: 40px;
    font-weight: var(--fw-black);
    margin-bottom: 20px;
    color: var(--color-red);
}
.step1 .content .text p {
    font-size: 24px;
    margin-bottom: 0;
    line-height: 32px;
}

.step2 {
    overflow-x: hidden;
}
.step2 .content {
    display: grid;
    grid-template-columns: 512px 1fr;
}
.step2 .content img.boots {
    margin-left: 0;
    max-width: 130%;
    justify-self: start;
    position: relative;
    z-index: 2;
}
.step2 .content .text h2 {
    font-size: 40px;
    font-weight: var(--fw-black);
    margin-bottom: 20px;
    color: var(--color-red);
}
.step2 .content .text p {
    font-size: 24px;
    margin-bottom: 0;
    line-height: 32px;
}

.step3 {
    position: relative;
}
.step3 .container {
    padding-top: 260px;
    position: relative;
}
.step3 h2 {
    font-size: 48px;
    font-weight: var(--fw-black);
    color: var(--color-red);
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.step3 h2 span {
    font-size: 60px;
}
.step3 .mask {
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 100%;
    background-color: var(--color-20);
    top: -50px;
    right: -100px;
    transform-origin: left bottom;
    z-index: 1;
}

.step4 {
    overflow-x: hidden;
}
.step4 .container {
    position: relative;
    padding-top: 200px;
}
.step4 .content {
    display: grid;
    grid-template-columns: 1fr 585px;
    align-items: center;
    position: relative;
    z-index: 2;
}
.step4 .content .text h2 {
    font-size: 40px;
    font-weight: var(--fw-black);
    margin-bottom: 20px;
    color: var(--color-red);
}
.step4 .content .text p {
    font-size: 24px;
    margin-bottom: 0;
    line-height: 32px;
}
.step4 .mask {
    position: absolute;
    width: 1000px;
    height: 800px;
    border-radius: 100%;
    background-color: var(--color-20);
    top: -150px;
    left: -100px;
    transform-origin: left bottom;
    z-index: 1;
}

.step5 {
    margin-bottom: -240px;
}
.step5 .container {
    position: relative;
}
.step5 .content {
    display: grid;
    grid-template-columns: 550px 1fr;
    position: relative;
    z-index: 2;
}
.step5 .content .text {
    padding-top: 150px;
}
.step5 .content .text h2 {
    font-size: 40px;
    font-weight: var(--fw-black);
    margin-bottom: 20px;
    color: var(--color-red);
}
.step5 .content .text p {
    font-size: 24px;
    margin-bottom: 0;
    line-height: 32px;
}
.step5 .mouse {
    max-width: none;
    margin-left: -300px;
}
.step5 .mask {
    position: absolute;
    width: 1200px;
    height: 800px;
    border-radius: 100%;
    background-color: var(--color-20);
    top: -150px;
    right: -200px;
    transform-origin: right bottom;
    z-index: 1;
}

.step6 {
    position: relative;
}
.step6 .ball {
    width: 1040px;
    height: 1040px;
    background-color: var(--color-50);
    border-radius: 100%;
    padding-top: 200px;
    transform: scale(0);
    margin: 0 auto;
    transform-origin: center center;
}
.step6 .content {
    top: 200px;
    position: absolute;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.step6 .content p {
    color: var(--color-0);
    font-size: 32px;
    max-width: 660px;
    margin: 0 auto 40px;
}
.step6 .content h2 {
    color: var(--color-0);
    font-size: 60px;
    font-weight: var(--fw-black);
    max-width: 660px;
    margin: 0 auto;
}

.line-1 {
    text-align: right;
}
.line-1 .line {
    position: relative;
}
.line-1 .line .mask {
    position: absolute;
    width: 1100px;
    height: 350px;
    border-radius: 100%;
    background-color: var(--color-20);
    top: -50px;
    right: 0px;
    transform-origin: right bottom;
}
.line-1 img {
    margin-right: 10%;
}
.line-2 {
    position: absolute;
    top: 0;
    right: 0;
}

.line-3 {
    position: absolute;
    left: -50px;
    top: 0;
}
.line-4 {
    position: absolute;
    right: -150px;
    top: -100px;
}

.scale {
    transform: scale(0);
}
.scaleIconsText {
    transform: scale(0);
}

/* services-box */
.services-box {
    margin-top: -350px;
    position: relative;
}
.services-box .box {
    width: 100%;
    background-color: var(--color-0);
    padding: 55px 50px;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}
.services-box .box h2 {
    color: var(--color-red);
    font-size: 48px;
    font-weight: var(--fw-black);
    text-align: center;
    margin-bottom: 46px;
}
.services-box .box .col-lg-4 {
    padding: 30px;
    border: 2px solid #fff;
    border-radius: 20px;
    transition: all .3s ease;
    position: relative;
}
/* .services-box .box .row:hover .col-lg-4::before {
    display: none;
} */
.services-box .box .col-lg-4:before {
    content: '';
    width: 1px;
    background-color: #a6a6a6;
    height: 60%;
    top: 48%;
    left: -2px;
    transform: translateY(-50%);
    position: absolute;
}
.services-box .box .col-lg-4:first-child::before {
    display: none;
}
.services-box .box .col-lg-4:hover {
    border-color: #a6a6a6;
}
.services-box .box h3 {
    font-size: 32px;
    font-weight: var(--fw-black);
}
.services-box .box p {
    font-size: 20px;
    line-height: 28px;
}
.services-box .button {
    font-size: 28px;
    font-weight: var(--fw-black);
    color: var(--color-90);
    background-color: var(--color-30);
    width: 300px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    margin: 40px auto 0;
}

/* clients */
.clients {
    padding-top: 120px;
    padding-bottom: 100px;
    text-align: center;
}
.clients h2 {
    font-size: 48px;
    color: var(--color-red);
    font-weight: var(--fw-black);
    margin-bottom: 22px;
}
.clients p {
    font-size: 32px;
    color: var(--color-50);
    margin-bottom: 90px;
}
.clients .grid {
    display: flex;
    flex-wrap: wrap;
    row-gap: 70px;
}
.clients .grid .item {
    width: 20%;
}

/* icons-text */
.icons-text {
    padding: 84px 0;
    background-color: var(--color-40);
    color: var(--color-0);
}
.icons-text h2 {
    display: table;
    font-size: 48px;
    font-weight: var(--fw-black);
    text-align: center;
    margin: 0 auto 90px;
    color: var(--color-0);
    position: relative;
    position: relative;
    z-index: 1;
}
.icons-text .title {
    position: relative;
    display: table;
    margin: 0 auto 20px;
}
.icons-text .tint {
    position: absolute;
    top: 36px;
    left: 50%;
    max-width: none;
    transform: translateX(-50%);
    clip-path: inset(0 100% 0 0);
}
.icons-text h3 {
    font-size: 32px;
    font-weight: var(--fw-black);
    margin-bottom: 20px;
    line-height: 38px;
}
.icons-text p {
    font-size: 20px;
}
.icons-text .row {
    justify-content: center;
    gap: 50px;
}
.icons-text .col-md-4 {
    max-width: 360px;
}
.icons-text .text .icon {
    width: 135px;
    height: 135px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #363636;
    border-radius: 100px;
    margin-bottom: 30px;
}

/* .carousel-flip */
.carousel-flip {
    padding: 100px 0;
    background: url(../img/bg-carrousel.webp) center 300px no-repeat;
}
.carousel-flip-home {
    background-position: center 350px;
}
.carousel-flip h2 {
    display: table;
    font-size: 48px;
    font-weight: var(--fw-black);
    text-align: center;
    margin: 0 auto 20px;
    /* color: var(--color-red); */
    position: relative;
}
.carousel-flip .text-center p {
    font-size: 32px;
    line-height: 42px;
    margin: 0 auto 50px;
}
.carousel-flip .swiper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 100px;

}
.carousel-flip .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 514px;
    height: 289px;
}
.carousel-flip .box {
  transform-style: preserve-3d;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 514px;
  height: 289px;
  transform: translate(-50%,-50%);

}
/* .carousel-flip .box:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 100%;
  background-image: var(--src);
  background-size: cover;
  transform: translate(-50%, -50%) rotate(180deg) translate(0, -100%) translate(0, -0.2vmin);
  opacity: 0.75;
}
.carousel-flip .box:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 100%;
  background: linear-gradient(var(--color-20) 50%, transparent);
  transform: translate(-50%, -50%) rotate(180deg) translate(0, -100%) translate(0, -0.2vmin) scale(1.01);
  z-index: 2;
} */
.carousel-flip .box img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.15);
}
.carousel-flip .swiper-pagination-bullet-active {
    background-color: var(--color-red);
}
.carousel-flip .box:nth-of-type(odd) {
  background: #b3f075;
}
.carousel-flip .box:nth-of-type(even) {
  background: #66b814;
}
/* .carousel-flip .swiper-horizontal>.swiper-pagination-bullets, .carousel-flip .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -100px;
} */

/* results*/
.results {
    padding: 100px 0;
}
.results h2 {
    font-weight: var(--fw-black);
    font-size: 48px;
    text-align: center;
    margin:0 auto 46px;
    max-width: 870px;
}
/* .results h2 strong {
    background: url(../img/bg-title1.webp) center 50px no-repeat;
} */
.results .text-center p {
    font-size: 32px;
    line-height: 42px;
    margin:0 auto 100px;
    max-width: 800px;
}
.results .title {
    position: relative;
    display: table;
    margin: 0 auto 20px;
}
.results .tint {
    position: absolute;
    right: 199px;
    bottom: 32px;
    clip-path: inset(0 100% 0 0);
}

.infographic {
    position: relative;
    width: 456px;
    height: 456px;
    margin: 0 auto;
}
.infographic .piece1 {
    position: absolute;
    bottom: -34px;
    left: -34px;
}
.infographic .piece2 {
    position: absolute;
    right: -34px;
    bottom: -34px;
    transform: rotate(-90deg);
}
.infographic .piece3 {
    position: absolute;
    left: -34px;
    top: -34px;
    transform: rotate(-270deg);
}
.infographic .piece4 {
    position: absolute;
    right: -34px;
    top: -34px;
    transform: rotate(-180deg);
}
.infographic .ball {
    width: 456px;
    height: 456px;
    background-color: var(--color-30);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.infographic .ball h3 {
    font-weight: var(--fw-black);
    font-size: 60px;
    line-height: 60px;
    color: var(--color-red);
    margin-bottom: 20px;
}
.infographic .ball p {
    margin-bottom: 0;
}
.infographic .item-1 {
    position: absolute;
    left: -360px;
    top: -30px;
    width: 250px;
}
.infographic h3 {
    font-size: 28px;
    font-weight: var(--fw-black);
    margin-bottom: 0;
}
.infographic .line-info1 {
    position: absolute;
    top: 0;
    left: -100px;
    z-index: 1;
}
.infographic .line-info2 {
    position: absolute;
    top: 0;
    right: -100px;
    z-index: 1;
}
.infographic .line-info3 {
    position: absolute;
    bottom: 100px;
    left: -100px;
    z-index: 1;
}
.infographic .line-info4 {
    position: absolute;
    bottom: 100px;
    right: -100px;
    z-index: 1;
}
.infographic .icon {
    margin-bottom: 20px;
}
.infographic p {
    font-size: 22px;
    line-height: 32px;
}
.infographic span {
    font-size: 20px;
    display: block;
    margin-top: 5px;
}
.infographic .item-2 {
    position: absolute;
    right: -360px;
    top: -30px;
    width: 250px;
}
.infographic .item-3 {
    position: absolute;
    left: -360px;
    bottom: -80px;
    width: 250px;
}
.infographic .item-4 {
    position: absolute;
    right: -360px;
    bottom: -80px;
    width: 250px;
}

/* call-to-action*/
.call-to-action {
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}
.call-to-action h2 {
    font-size: 48px;
    font-weight: var(--fw-black);
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.call-to-action h2 strong {
    /* background: url(../img/bg-title2.webp) center center no-repeat; */
    color: var(--color-0);
    padding: 0 50px;
}
.call-to-action .title {
    position: relative;
    display: table;
    margin: 0 auto;
}
.call-to-action .title .tint {
    position: absolute;
    right: 0;
    bottom: 5px;
    clip-path: inset(0 100% 0 0);
}

/* newsletter */
.newsletter .container {
    padding-top: 100px;
    padding-bottom: 100px;
}
.newsletter .line-news {
    width: 100%;
    height: 1px;
    background-color: #c5c4bf;
    max-width: 1130px;
    margin: 0 auto;
}
.newsletter h2 {
    color: var(--color-red);
    font-weight: var(--fw-black);
    font-size: 48px;
    text-align: center;
}
.newsletter p {
    font-size: 32px;
    text-align: center;
    margin-bottom: 60px;
}
.newsletter p a {
    color: var(--color-90);
    position: relative;
}
.newsletter p a:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: var(--color-90);
    position: absolute;
    bottom: 5px;
}
.newsletter form p {
    width: 100%;
    max-width: 1064px;
    display: grid;
    grid-template-columns: 1fr 194px;
    gap: 20px;
    margin: 0 auto;
    align-items: center;
}
.newsletter  .wpcf7 form .wpcf7-response-output {
    max-width: 1064px;
    margin: 47px auto 0;
    border: none;
}
.newsletter form input[type="email"] {
    width: 100%;
    background-color: var(--color-0);
    border: none;
    height: 40px;
    padding: 0 20px;
    border-radius: 100px;
    font-size: 24px;
}
.newsletter form input[type="submit"] {
    border-radius: 100px;
    width: 100%;
    background: var(--color-red);
    color: var(--color-0);
    border: none;
    height: 40px;
    font-weight: 500;
    font-size: 18px;
    line-height: 40px;
}
.newsletter .wpcf7-spinner {
    position: absolute;
}
.newsletter .wpcf7-not-valid-tip {
    position: absolute;
    font-size: 20px;
    margin: 4px 0 0 23px;
}

/* banner-pages */
.banner-pages {
    width: 100%;
    height: 804px;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}
.banner-pages .text {
    position: relative;
    max-width: 455px;
    margin-top: 80px;
}
.banner-pages .text h1 {
    color: var(--color-0);
    font-size: 60px;
    line-height: 60px;
    font-weight: 800;
    padding-left: 30px;
    margin-bottom: 20px;
    position: relative;
}
.banner-pages .text p {
    color: var(--color-0);
    font-size: 32px;
    line-height: 36px;
    padding-left: 30px;
    max-width: 650px;
    position: relative;
}
.banner-pages .tint {
    position: absolute;
    top: -2px;
    left: 0;
    clip-path: inset(0 100% 0 0);
    width: 398px;
}
.banner-pages.banner-design .text {
    max-width: 608px;
}
.banner-pages.banner-design p {
    max-width: 550px;
}
.banner-pages.banner-design .tint {
    top: 60px;
    left: unset;
    right: 45px;
    width: 350px;
}
.banner-pages.banner-research .text, .banner-pages.banner-research .text p {
    max-width: none;
}
.banner-pages.banner-research .text h1 {
    line-height: 70px;
    max-width: 800px;
}
.banner-pages.banner-research .tint {
    top: 80px;
    left: 5px;
    width: 325px;
}
.banner-pages.banner-books .text {
    max-width: 600px;
}
.banner-pages.banner-books .tint {
    position: absolute;
    top: -10px;
    left: 0;
    clip-path: inset(0 100% 0 0);
    width: 500px;
}

/* workshop */
.workshop p {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 66px;
}
.workshop h2 {
    font-size: 48px;
    color: var(--color-red);
    font-weight: 800;
}
.workshop h5 {
    font-size: 32px;
}
.workshop .box {
    height: 100%;
    background-color: var(--color-0);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}
.workshop .box h3 {
    font-size: 32px;
    color: var(--color-red);
    margin-bottom: 28px;
}
.workshop .box h3 strong {
    display: block;
    font-weight: 800;
}
/* .workshop .animaTextScroll {
    margin-bottom: 110px;
} */
.workshop .box p {
    margin-bottom: 0;
}
.workshop .col-lg-6 {
    margin-bottom: 30px;
}
.workshop a {
    color: var(--color-red);
    font-weight: 600;
}

/* design-icons */
.design-icons {
    padding-top: 50px;
}
.design-icons p {
    font-size: 24px;
    line-height: 32px;
    max-width: 550px;
    margin: 0 auto 34px;
    text-align: center;
}
.design-icons h5 {
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    max-width: 660px;
    margin: 0 auto;
}
.design-icons .icons {
    margin-top: 100px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 80px;
}

/* design-content */
.design-content {
    overflow: hidden;
}
.design-content .ball {
    background-color: var(--color-20);
    width: 750px;
    height: 750px;
    margin: -375px auto 78px;
    border-radius: 100%;
    padding-top: 450px;
    text-align: center;
}
.design-content .ball p {
    font-size: 24px;
}
.design-content .ball h2 {
    font-size: 48px;
    font-weight: 600;
    background: url(../img/line-design-how.png) center 60px no-repeat;
    height: 92px;
}
.design-content .item-left {
    padding-left: 540px;
    background-position: left top;
}
.design-content .item-right {
    padding-right: 600px;
    background-position: right top;
}
.design-content .item {
    margin-bottom: 40px;
    background-repeat: no-repeat;
}
.design-content .item p {
    font-size: 20px;
    line-height: 32px;
}
.design-content .design-mouse {
    padding-top: 100px;
    padding-bottom: 138px;
}
.design-content .design-computer {
    padding-top: 80px;
    padding-bottom: 50px;
}
.design-content .design-colors {
    padding-top: 280px;
    padding-bottom: 50px;
}
.design-content .design-flowers {
    padding-top: 160px;
    padding-bottom: 150px;
}
.design-content .design-chairs {
    padding-top: 210px;
    margin-top: -150px;
}
.design-content .design-eggs {
    padding-top: 180px;
    margin-top: -40px;
}
.design-content .design-keys {
    padding-top: 80px;
    background-position: -300px top;
    position: relative;
    padding-bottom: 40px;
    padding-left: 650px;
}
.design-content .design-keys:before {
    content: '';
    width: 1796px;
    height: 298px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../img/design-keys.webp) right center;
}
.design-content .design-keys p {
    position: relative;
}
.design-content .design-helms {
    padding-top: 160px;
    margin-top: -40px;
    padding-bottom: 50px;
}

/* books */
.books {
    padding-top: 80px;
    background: url(../img/bg-books.webp) center -100px/cover no-repeat;
    overflow: hidden;
}
.books .animaTextScroll {
    padding-top: 100px;
}
.books .animaTextScroll p {
    font-size: 20px;
    margin-bottom: 20px;
}
.books .book-img {
    max-width: 120%;
}
.books .animaTextScroll ul {
    padding: 0;
    list-style: none;
    margin-bottom: 30px;
}
.books .animaTextScroll ul li {
    font-size: 20px;
    padding: 25px 25px 25px 40px;
    width: 1500px;
    border-radius: 20px 0 0 20px;
    background-color: var(--color-0);
    margin-bottom: 20px;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
}
.books .button {
    font-size: 24px;
    font-weight: 800;
    color: var(--color-90);
    background-color: var(--color-30);
    margin: -80px 80px 0 auto;
    display: table;
    border-radius: 100px;
    padding: 10px 30px;
    position: relative;
}
.books .text-down .button {
    margin: -100px 80px 0 50px;
}
.books .text-down {
    margin-top: 300px;
}
.books .text-down .book-img {
    margin-left: -80px;
    max-width: 140%;
}


footer {
    padding: 50px 0;
    background-color: var(--color-50);
}
footer p {
    font-weight: 500;
    font-size: 14px;
    color: var(--color-0);
}
footer .button {
    width: 160px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--color-0);
    color: var(--color-0);
    font-size: 15px;
    font-weight: var(--fw-black);
    border-radius: 10px;
}
footer .d-md-flex {
    align-items: flex-end;
    justify-content: flex-end;
}


/* neuro-research */

.neuro-research h2 {
    font-size: 48px;
    position: relative;
    font-weight: 800;
    margin-bottom: 88px;
}
.neuro-research h2 .line {
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 520px;
}
.neuro-research p {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
}
.neuro-research p strong {
    font-size: 30px;
    font-weight: 800;
}
.neuro-research p:last-child {
    margin-bottom: 0;
}
.neuro-research ul li {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 5px;
}
.neuro-research ul li:last-child {
    margin-bottom: 0;
}
.neuro-research h3 {
    font-size: 46px;
    color: var(--color-red);
    font-weight: 800;
    margin-bottom: 18px;
}
.neuro-research .grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 60px;
}
.neuro-research .box {
    position: relative;
    background-color: var(--color-0);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    margin-bottom: 60px;
}
.neuro-research .box .icon {
    position: absolute;
    right: 50px;
    top: 30px;
}
.neuro-research .left .box1 .arrow {
    position: absolute;
    top: -60px;
    left: 100px;
}
.neuro-research .left .box2 .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -50px;
}
.neuro-research .left .box3 .arrow {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
}
.neuro-research .right .box1 .arrow {
    position: absolute;
    top: 240px;
    left: -50px;
}
.neuro-research .right .box2 .arrow {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
}



/* assets-research */
.assets-research h2 {
    font-size: 48px;
    font-weight: 800;
    margin:0 auto 100px;
    display: table;
    position: relative;
}
.assets-research h2 .line {
    position: absolute;
    left: 90px;
    bottom: -5px;
    width: 280px;
    z-index: -1;
}
.assets-research p {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
}
.assets-research ul li {
    font-size: 18px;
    margin-bottom: 5px;
}
.assets-research p strong {
    font-size: 30px;
    font-weight: 800;
}
.assets-research h3 {
    font-size: 46px;
    color: var(--color-red);
    font-weight: 800;
    margin-bottom: 18px;
}

/* projects */
.projects {
    padding-top: 250px;
}
.projects p {
    font-size: 24px;
    margin-bottom: 60px;
    padding: 0 20px;
}
.projects img.photo {
    border-radius: 10px;
    box-shadow: 0 0 38px rgba(0, 0, 0, 0.32);
}
.projects h1 {
    font-size: 84px;
    font-weight: 900;
    position: relative;
    margin-bottom: 50px;
    color: var(--color-0);
    padding-left: 30px;
}
.projects h1 img {
    position: absolute;
    left: 0;
    top: 10px;
    width: 580px;
    clip-path: inset(0 100% 0 0);
}
.projects h1 span {
    position: relative;
    z-index: 1;
}

.approach h2 {
    font-size: 84px;
    font-weight: 900;
    position: relative;
    margin-bottom: 0;
    color: var(--color-0);
    padding-left: 30px;
    text-align: center;
}
.approach h2 img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 620px;
    clip-path: inset(0 100% 0 0);
}
.approach h2 span {
    position: relative;
    z-index: 1;
}
.approach .item {
    padding: 80px 0;
    position: relative;
}
.approach .item h3 {
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 30px;
}
.approach .item p {
    font-size: 20px;
}
.approach hr {
    height: 2px;
    width: 100%;
    max-width: 1032px;
    margin: 0 auto;
    background-color: var(--color-red);
    border: none;
    opacity: 1;
}
.approach .title-absolute {
    position: absolute;
    left: 0;
    top: 77px;
    z-index: 1;
}
.approach .grid {
    display: grid;
    grid-template-columns: 1fr 500px;
    position: relative;
}
.approach .grid img {
    margin-top: -100px;
    margin-left: -40px;
    max-width: none;
}
.approach .grid1 {
    display: grid;
    grid-template-columns: 1fr 350px;
}
.approach .grid1 img {
    margin-top: -120px;
    margin-left: -30px;
    max-width: none;
}
.approach .grid2 {
    margin-top: 30px;
    display: grid;
    grid-template-columns: 650px 1fr;
}
.approach .grid2 img {
    margin-top: -55px;
    margin-left: -60px;
    max-width: none;
}

/* Responsive */

.navbar-toggler-icon {
    filter: brightness(0) invert(1);
    opacity: 1;
}

.mobile {
    display: none !important;
}

@media (min-width: 1200px) {
    .header-top.bg .navbar-expand-lg {
        padding-bottom: 36px;
    }
}
@media (min-width: 1200px) and (max-width: 1600px) {
    .banner {
        height: 100vh;
        max-height: 640px;
    }
    .banner .img-holder {
        width: 100%;
        height: 806px;
        max-height: 640px;
    }
    .banner .line {
        left: 50px;
    }
    .banner .text h1 {
        font-size: 74px;
        line-height: 74px;
        padding-left: 50px;
    }
    .banner .text p {
        font-size: 26px;
        line-height: 30px;
        padding-left: 50px;
        max-width: 550px;
    }
    .banner .tint {
        left: 32px;
    }
    .step1 .line-ball {
        left: 39px;
    }
    .navbar-expand-lg {
        padding-top: 36px;
    }

    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 96%;
    }
    .step1 .content img.boots {
        margin-left: 0;
        max-width: 100%;
    }
    .step2 .content img.boots {
        margin-left: 0;
        max-width: 110%;
    }
    .step5 .mouse {
        max-width: 160%;
    }
    .line-4 {
        right: -60px;
        top: -100px;
    }
    .step5 {
        margin-bottom: -200px;
    }
}

@media (max-width: 1600px) {
    .banner-pages {
        height: 600px;
    }
    .banner-pages .text h1 {
        font-size: 50px;
        line-height: 50px;
    }
    .banner-pages.banner-design .tint {
        top: 53px;
        right: 127px;
        width: 296px;
    }
    .banner-pages .text p {
        font-size: 24px;
        line-height: 32px;
    }
    .banner-pages .tint {
        top: 0px;
        width: 335px;
    }
    .banner-pages.banner-research .text h1 {
        line-height: 58px;
        max-width: 600px;
    }
    .banner-pages.banner-research .tint {
        top: 65px;
        left: 0;
        width: 282px;
    }
    .books .text-down .book-img {
        margin-left: -80px;
        max-width: 130%;
    }
    .books .text-down {
        margin-top: 150px;
    }
    .books {
       background-position: center 50px;
    }
}

@media (max-width: 1199px) {
    html {
        scroll-behavior: smooth;
        overflow-x: hidden;
    }
    body {
        scroll-behavior: auto;
        overflow: hidden;
    }
    .banner img.bg {
        object-position: left bottom;
    }
    .step4 {
        overflow: visible;
    }
    .line-1 .line .mask, .step3 .mask, .step4 .mask, .step5 .mask, .step1 .line-ball .mask-ball {
        display: none;
    }
    .banner .line {
        width: 45px;
        left: 19px;
    }
    .step1 .line-ball img {
        width: 124px;
    }
    .step1 .line-ball {
        left: 13px;
    }
    .banner .img-holder, .banner {
        height: 490px;
        clip-path: none;
        filter: none;
    }
    .banner .tint, .icons-text .tint, .projects h1 img, .approach h2 img, .results .tint, .banner .line, .call-to-action .title .tint {
        clip-path: none;
    }
    .banner .text h1 {
        font-size: 42px;
        line-height: 52px;
        padding-left: 50px;
    }
    .banner .text p {
        font-size: 24px;
        line-height: 36px;
        max-width: 430px;
        padding-left: 50px;
    }
    .line-2 {
        width: 232px;
    }
    .banner .tint {
        top: 0;
        left: 28px;
        width: 356px;
    }
    .step2 .content img.boots {
        margin-left: 0;
        max-width: 125%;
        justify-self: end;
        position: relative;
        z-index: 2;
    }

    .step2 .content .text p {
        font-size: 24px;
        margin-bottom: 0;
        line-height: 32px;
    }
    .step5 .content .text {
        padding-top: 50px;
    }
    .step5 .mouse {
        max-width: 826px;
        margin-left: -154px;
    }
    .navbar-expand-lg {
        padding-top: 15px;
    }
    .navbar-expand-lg .container {
        display: grid;
        grid-template-columns: 236px 1fr;
    }
    .navbar-expand-lg .navbar-nav {
        gap: 8px;
    }
    .step5 {
        margin-bottom: -155px;
    }
    .step6 .ball {
        width: 920px;
        height: 920px;
        transform: none;
    }
    .step6 .content p {
        font-size: 24px;
    }
    .step6 .content {
    top: 114px;
    }
    .services-box {
        margin-top: -400px;
    }
    .services-box .box h3 {
        font-size: 26px;
    }
    .carousel-flip .text-center p {
        font-size: 24px;
        line-height: 36px;
    }
    .carousel-flip {
        background-position: center 75%;
    }
    .icons-text .row {
        gap: 0;
    }
    .icons-text .text .icon, .infographic .icon {
        transform: none;
    }
    .infographic .item-2 {
        right: -305px;
        top: -40px;
        width: 207px;
    }
    .infographic .item-4 {
        right: -258px;
        bottom: -126px;
        width: 156px;
    }
    .infographic .item-1 {
        left: -262px;
        top: -64px;
        width: 159px;
    }
    .infographic .item-3 {
        left: -269px;
        bottom: -80px;
        width: 182px;
    }
    .design-content .design-keys {
        padding-left: 460px;
    }
    .design-content .design-keys:before {
        width: 1161px;
        height: 220px;
        background-size: contain;
    }
    .design-content .design-flowers {
        padding-right: 346px;
    }
    .design-content .design-eggs {
        padding-right: 528px;
    }
    .design-content .design-helms {
        padding-right: 473px;
    }
    .books .button {
        margin-top: -50px;
    }
    .books .text-down .button {
        margin: -50px 80px 0 0px;
    }
    .approach .grid img {
        margin-top: 0;
    }
    .approach .grid1 img {
        margin-top: -185px;
    }
    .approach .item .tree {
        margin-top: 147px;
    }
    .approach .item img.lap {
        margin-top: 64px;
    }
    .newsletter h2 {
        font-size: 42px;
    }
    .newsletter p {
        font-size: 24px;
    }
}

@media (max-width: 991px) {
    .padding-tb {
        padding: 50px 0;
    }
    .padding-b {
        padding-bottom: 50px;
    }
    .padding-t {
        padding-top: 50px;
    }
    .desktop {
        display: none;
    }
    .mobile {
        display: block;
    }

    header.header-top {
        z-index: 20;
        background: #0d0d0d;
    }
    .navbar-expand-lg .navbar-nav {
        margin-top: 20px;
        padding-bottom: 20px;
    }
    .navbar-expand-lg .navbar-nav li {
        display: flex;
    }
    .navbar-toggler:focus {
        border: none;
        box-shadow: none;
    }
    .navbar-expand-lg .container {
        display: flex;
    }
    .banner .text p {
        font-size: 20px;
        line-height: 28px;
    }
    .banner .text h1 {
        font-size: 36px;
        line-height: 48px;
        padding-left: 50px;
        margin-bottom: 10px;
    }
    .banner .text {
        left: 40%;
    }
    .step1 .content .text h2, .step2 .content .text h2, .step4 .content .text h2, .step5 .content .text h2 {
        font-size: 30px;
        margin-bottom: 12px;
    }
    .step1 .content .text p, .step2 .content .text p, .step4 .content .text p, .step5 .content .text p {
        font-size: 16px;
        margin-bottom: 0;
        line-height: 26px;
    }
     .step2 .content .text p {
         max-width: 65%;
     }
    .step1 .content {
        grid-template-columns: 1.2fr 1fr;
    }
    .step2 .content {
        grid-template-columns: 1fr 1.2fr;
    }
    .step4 .content {
        grid-template-columns: 1fr 1fr;
    }
    .step5 .content {
        grid-template-columns: 360px 1fr;
    }
    .step5 .mouse {
        max-width: 656px;
        margin-left: -115px;
    }
    .line-2 {
        width: 232px;
        top: -62px;
        right: 28px;
    }
    .line-1 img {
        margin-right: 10%;
        width: 314px;
    }
    .line-2-mobile {
        position: absolute;
        right: 77px;
        top: -35px;
        z-index: 2;
    }
    .step3 .container {
        padding-top: 60px;
    }
    .step3 h2 {
        font-size: 24px;
        max-width: 408px;
    }
    .step3 h2 span {
        font-size: 32px;
        display: block;
    }
    .line-3 {
        width: 276px;
        left: 49px;
    }
    .step4 .container {
        padding-top: 160px;
    }
    .step5 {
        margin-bottom: -125px;
    }
    .line-4 {
        width: 352px;
        right: 42px;
        top: -53px;
    }
    .step6 .ball {
        width: 650px;
        height: 650px;
        transform: none;
    }
    .step6 .content {
        top: 81px;
    }
    .step6 .content p {
        font-size: 16px;
        margin-bottom: 7px;
    }
    .step6 .content h2 {
        font-size: 36px;
    }
    .services-box {
        margin-top: -365px;
    }
    .services-box .box h2, .results h2, .call-to-action h2 {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .call-to-action h2 strong {
        padding: 0;
    }
    .services-box .box h3 {
        font-size: 20px;
    }
    .services-box .box p {
        font-size: 16px;
    }
    .services-box .button {
        font-size: 20px;
        width: 204px;
        height: 50px;
        margin: 17px auto 0;
    }
    .carousel-flip {
        padding-top: 50px;
    }
    .carousel-flip h2, .icons-text h2 {
        font-size: 30px;
    }
    .icons-text h2 {
        margin-bottom: 0;
    }
    .carousel-flip .text-center p {
        font-size: 16px;
        line-height: 26px;
    }
    .icons-text {
        padding: 50px 0;
    }
    .icons-text .tint {
        top: 14px;
        width: 422px;
    }
    .carousel-flip {
        padding: 50px 0;
    }
    .icons-text h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .icons-text p {
        font-size: 16px;
    }
    .icons-text .text .icon {
        width: 70px;
        height: 70px;
        padding: 20px;
        margin-bottom: 10px;
    }
    .results .tint {
        display: none;
    }
    .infographic .ball h3 {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .infographic .ball p {
        font-size: 16px;
        line-height: 20px;
    }
    .infographic .ball {
        width: 220px;
        height: 220px;
    }
    .infographic {
        width: 220px;
        height: 220px;
    }
    img.piece1, img.piece2, img.piece3, img.piece4 {
        width: 110px;
    }
    .infographic .icon {
        width: 46px;
        margin-bottom: 10px;
    }
    .infographic img.piece1 {
        bottom: -16px;
        left: -16px;
    }
    .infographic img.piece2 {
        bottom: -16px;
        right: -16px;
    }
    .infographic img.piece3 {
        top: -16px;
        left: -16px;
    }
    .infographic img.piece4 {
        top: -16px;
        right: -16px;
    }
    .infographic .item-1, .infographic .item-3 {
        width: 159px;
        left: -262px;
    }
    .infographic .item-1, .infographic .item-2 {
        top: -20px;
    }
    .infographic .item-3, .infographic .item-4 {
        bottom: -80px;
    }
    .infographic .line-info1 {
        top: 20px;
    }
    .infographic .line-info3, .infographic .line-info4 {
        bottom: 0px;
    }
    .infographic .item-3, .infographic span, .infographic h3, .infographic p {
        font-size: 14px;
        line-height: 20px;
    }
    .results {
        padding: 50px 0;
    }
    .services-box .box {
        padding: 25px 30px;
    }
    .call-to-action {
        padding: 50px 0;
    }
    .call-to-action .title .tint {
        width: 257px;
        left: 50%;
        right: unset;
        margin-left: -51px;
        bottom: 23px;
    }
    .newsletter .container {
        padding: 50px 0;
    }
    .newsletter h2, .workshop h2 {
        font-size: 32px;
    }
    .workshop h5 {
        font-size: 20px;
    }
    .newsletter p {
        font-size: 16px;
    }
    .newsletter form input[type="text"] {
        font-size: 16px;
    }
    .workshop p {
        margin-bottom: 30px;
        font-size: 16px;
        line-height: 24px;
    }
    .workshop .box h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .banner-pages {
        height: 361px;
        margin-top: 93px;
    }
    .banner-pages .text h1, .banner-pages.banner-research .text h1 {
        font-size: 36px;
        line-height: 40px;
    }
    .banner-pages .text p {
        font-size: 16px;
        line-height: 20px;
    }
    .banner-pages .text, .banner-pages.banner-design .text, .banner-pages.banner-books .text {
        max-width: 50%;
        margin-top: 0;
    }
    .banner-pages .tint {
        clip-path: none;
    }
    .banner-pages .tint {
        top: 6px;
        width: 257px;
    }
    .banner-pages.banner-design .tint {
        top: 43px;
        right: -3px;
        width: 210px;
    }
    .design-icons .icons {
        margin-top: 30px;
    }
    .design-content .ball {
        width: 700px;
        height: 700px;
        padding-top: 397px;
    }
    .design-content .item {
        background-size: contain;
    }
    .design-content .item-left {
        padding-left: 261px;
    }
    .design-content .design-mouse, .design-content .design-computer, .design-content .design-keys {
        padding-bottom: 10px;
    }
    .design-content .item-right {
        padding-right: 296px;
    }
    .design-content .design-colors {
        padding-top: 167px;
        padding-bottom: 0;
    }
    .design-content .design-flowers {
        padding-right: 250px;
        padding-top: 118px;
        padding-bottom: 100px;
    }
    .design-content .design-chairs {
        padding-top: 128px;
    }
    .design-content .design-eggs {
        padding-top: 107px;
    }
    .design-content .design-keys:before {
        width: 908px;
        height: 177px;
    }
    .design-content .design-helms {
        padding-top: 109px;
        margin-top: -61px;
        padding-bottom: 0;
    }
    .banner-pages.banner-research .tint {
        top: 45px;
        left: 7px;
        width: 207px;
    }
    .neuro-research .box .icon {
        width: 60px;
    }
    .assets-research h2 .line {
        left: 166px;
        bottom: unset;
        width: 280px;
        top: 46px;
    }
    section.books.padding-b {
        padding-top: 0;
    }
    .books .book-img, .books .text-down .book-img {
        max-width: 100%;
    }
    .books .text-down {
        margin-top: 0;
        flex-direction: column-reverse;
    }
    .projects {
        padding-top: 150px;
    }
    .projects h1, .approach h2 {
        font-size: 50px;
    }
    .projects h1 img {
        top: 7px;
        width: 359px;
    }
    .projects p {
        font-size: 16px;
    }
    .approach h2 img {
        width: 382px;
    }
    .approach .item {
        padding-top: 30px;
    }
    .approach .item h3 {
        margin: 0 0 20px!important;
    }
    .approach .item .tree {
        margin-top: 0;
    }
    .approach .title-absolute {
        position: relative;
        top: 0;
    }
    .approach .title-absolute br {
        display: none;
    }
    .approach .grid, .approach .grid1, .approach .grid2 {
        display: block;
    }
    .approach .item {
        padding: 50px 0;
    }
}

@media (max-width: 767px) {
    .navbar-brand {
        max-width: 200px;
    }
    .banner .text h1 {
        font-size: 36px;
        line-height: 30px;
        max-width: 220px;
    }
    .banner .tint {
        top: 2px;
        left: 30px;
        width: 190px;
    }
    .banner .text {
        left: 0;
        top: 90px;
    }
    .banner .text p {
        max-width: 277px;
        font-size: 16px;
        line-height: 22px;
    }
    .step1 .content {
        display: block;
    }
    .step1 .content img.boots {
        max-width: 100%;
    }
    .step2 .content {
        display: flex;
        flex-direction: column-reverse;
    }
    .step2 .content img.boots {
        max-width: 100%;
    }
    .step4 .content {
        display: block;
    }
    .step5 {
        margin-bottom: 0;
    }
    .step5 .content {
        display: block;
    }
    .step5 .mouse {
        max-width: 128%;
        margin: 30px 0 0 -45px;
    }
    .step5 .content .text {
        padding-top: 0;
        padding-bottom: 30px;
    }
    section.step6 {
        min-height: 349px;
    }
    .step6 .ball {
        width: 400px;
        height: 400px;
        transform: none;
        left: 50%;
        transform: translateX(-50%);
        position: absolute;
        top: 0;
    }
    .services-box {
        margin-top: 0;
    }
    .step6 .content {
        position: relative;
    }
    .step6 .content p {
        max-width: 277px;
    }
    .services-box .box {
        text-align: center;
    }
    .services-box .box h2, .results h2, .call-to-action h2 {
        line-height: 36px;
    }
    .services-box .box .col-md-4 {
        border-bottom: 1px solid #b5b5b5;
        margin-bottom: 23px;
    }
    .services-box .box .col-md-4:last-child {
        margin-bottom: 0;
        border: none;
    }
    .icons-text {
        text-align: center;
    }
    .icons-text .text .icon {
        margin: 30px auto 10px;
    }
    .results .text-center p {
        font-size: 26px;
        line-height: 33px;
    }
    .results .tint {
        display: block;
    }
    .results .tint {
        display: block;
        left: 50%;
        right: unset;
        transform: translateX(-50%);
        bottom: 14px;
        z-index: -1;
    }
    .results .text-center p {
        font-size: 16px;
        line-height: 24px;
        max-width: 200px;
        margin-bottom: 60px;
    }
    .infographic .ball {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .results .text-center.ball p {
        margin-bottom: 0;
    }
    .call-to-action h2 {
        max-width: 259px;
    }
    .call-to-action .title .tint {
        margin-left: -128px;
    }
    .newsletter form p {
        grid-template-columns: 1fr;
        padding: 0 30px;
        text-align: center;
    }
    .newsletter form input {
        text-align: center;
    }
    .newsletter .wpcf7-not-valid-tip {
        position: relative;
    }
    .newsletter .wpcf7 form .wpcf7-response-output {
        text-align: center;
    }
    footer .button {
        margin-bottom: 20px;
    }
    .icons-text .tint {
        top: 45px;
        width: 182px;
        height: 25px;
    }
    .icons-text h2 {
        max-width: 242px;
    }
    .icons-text .title {
        margin-bottom: 0;
    }
    .step1 .content .text h2, .step2 .content .text h2, .step4 .content .text h2, .step5 .content .text h2 {
        font-size: 18px;
    }
    .step1 .content .text p, .step2 .content .text p, .step4 .content .text p, .step5 .content .text p {
        font-size: 14px;
        line-height: 18px;
    }
    .step1 .content .text {
        max-width: 220px;
        margin: 20px 0 0 24px;
    }
    .step2 .content .text p {
        max-width: 100%;
    }
    .step2 .content .text {
        margin: 18px 0 0 150px;
    }
    .line-1 {
        position: relative;
    }
    .line-1 .line {
        position: absolute;
        right: 23px;
        top: -124px;
    }
    .line-1 img {
        margin-right: 0;
        width: 67px;
    }
    .step3 img.d-md-none.line-2-mobile1 {
        position: absolute;
        top: -123px;
    }
    .line-3 {
        width: 206px;
        left: 49px;
    }
    .step4 .container {
        padding-top: 102px;
    }
    .step4 .content .text {
        max-width: 170px;
        margin: 12px 0 0 24px;
    }
    .step5 .content {
        display: flex;
        flex-direction: column-reverse;
    }
    .line-4 {
        width: 113px;
        right: 37px;
        top: -163px;
    }
    .infographic {
        padding-top: 120px;
        padding-bottom: 258px;
        margin-bottom: 100px;
    }
    .infographic img.piece1, .infographic img.piece2 {
        bottom: 26px;
    }
    .infographic img.piece4, .infographic img.piece3 {
        top: 108px;
    }
    .infographic img.line-info-mobile {
        position: absolute;
    }
    .infographic img.line-info-mobile {
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -38px;
    }
    .infographic img.line-info-mobile-right {
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: 10px;
    }
    .infographic img.line-info-mobile-bottom {
        position: absolute;
        bottom: -24px;
        transform: rotate(180deg);
        left: 50%;
        margin-left: 10px;
    }
    .infographic img.line-info-mobile-right-bottom {
        position: absolute;
        bottom: -24px;
        transform: rotate(180deg);
        left: 50%;
        margin-left: -38px;
    }
    .infographic .item-1, .infographic .item-3 {
        left: -32px;
        width: 97px;
    }
    .infographic .item-2, .infographic .item-4 {
        width: 97px;
    }
    .infographic .item-1, .infographic .item-2 {
        top: -42px;
    }
    .infographic .item-4, .infographic .item-2 {
        right: -32px;
    }
    .infographic .item-3, .infographic span, .infographic h3, .infographic p {
        font-size: 13px;
    }
    .infographic .item-4, .infographic .item-2 {
        right: -30px;
    }
    .infographic .icon {
        width: 32px;
    }
    .infographic .item-3, .infographic .item-4 {
        bottom: -167px;
    }
    .banner-pages {
        height: 489px;
        margin-top: 76px;
        background-position: center bottom;
        display: block;
        padding-top: 50px;
    }
    .banner-pages .text, .banner-pages.banner-design .text, .banner-pages.banner-books .text {
        max-width: 100%;
        margin-top: 0;
    }
    section.newsletter {
        padding: 0 30px;
    }
    .newsletter h2, .workshop h2 {
        font-size: 24px;
    }
    .workshop .box h3 strong {
        display: unset;
    }
    .banner-pages.banner-design .tint {
        top: 43px;
        right: unset;
        width: 210px;
        left: 50%;
        margin-left: -60px;
    }
    .design-icons .icons {
        gap: 5px;
    }
    .design-content .ball {
        width: 300px;
        height: 300px;
        padding-top: 120px;
        margin: -110px auto 0;
    }
    .design-content .ball p {
        font-size: 16px;
    }
    .design-content .ball h2 {
        font-size: 24px;
            height: 37px;
        background-position: center bottom;
    }
    .design-content .item-left {
        padding-left: 0;
    }
    .design-content .item p {
        font-size: 16px;
        line-height: 24px;
    }
    .design-content .item {
        margin-bottom: 10px;
    }
    .design-content .item-right {
        padding-right: 0;
    }
    .design-content .design-computer {
        padding-top: 122px;
    }
    .design-content .design-colors {
        padding-top: 130px;
    }
    .design-content .design-flowers {
        padding-bottom: 150px;
    }
    .design-content .design-chairs, .design-content .design-keys {
        padding-bottom: 30px;
    }
        .design-content .design-eggs {
        padding-top: 137px;
    }
    .design-content .design-keys:before {
        width: 430px;
        height: 83px;
    }
    .banner-pages.banner-research .text h1 {
        max-width: 310px;
    }
    .banner-pages.banner-research h1 br {
        display: none;
    }
    .banner-pages.banner-research .tint {
        top: 46px;
        left: 127px;
        width: 183px;
    }
     .banner-pages.banner-research .text p br {
        display: none;
     }
     .banner-pages.banner-research {
        margin-top: 50px;
        padding-bottom: 50px;
     }
     .neuro-research h2, .neuro-research h3 {
        font-size: 24px;
     }
     .neuro-research h2 .line {
        width: 260px;
     }
     .neuro-research .left .box1 .arrow, .neuro-research .left .box3 .arrow {
        display: none;
     }
     .neuro-research p strong {
        font-size: 20px;
     }
     .neuro-research p, .neuro-research ul li {
        font-size: 16px;
        line-height: 24px;
     }
     .neuro-research .grid {
        gap: 0;
        grid-template-columns: 1fr;
     }
     .neuro-research h2 {
        margin-bottom: 50px;
     }
     .neuro-research .right .box2 .arrow {
        display: none;
     }
     .assets-research h2 {
        font-size: 24px;
        max-width: 350px;
        margin-bottom: 30px;
     }
    .assets-research h2 .line {
        left: 151px;
        bottom: unset;
        width: 125px;
        top: 50px;
    }
    .assets-research h3 {
        font-size: 24px;
    }
    .assets-research p strong {
        font-size: 20px;
    }
    .assets-research p {
        font-size: 16px;
    }
    .books .button {
        font-size: 20px;
        margin: 0 auto;
    }
    .books .animaTextScroll {
        padding-top: 42px;
    }
    .books .animaTextScroll p {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .books .text-down .book-img {
        margin: 0 auto;
    }
    .books .text-down .button {
        margin: -17px auto 0;
    }
    .projects h1, .approach h2 {
        font-size: 36px;
        margin-bottom: 30px;
    }
    .projects h1 img {
        top: 2px;
        width: 267px;
    }
    .approach h2 img {
        width: 278px;
        margin-left: 6px;
    }
    .approach .item h3 {
        font-size: 24px;
        line-height: 30px;
    }
    .approach .item p {
        font-size: 16px;
    }
    .approach .grid img, .approach .grid2 img {
        max-width: 100%;
        height: auto;
        margin: 0 auto;
    }
    .carousel-flip .box, .carousel-flip .swiper-slide {
        width: 400px;
        height: 224px;
    }.carousel-flip {
        background-position: center 92%;
    }
}
@media (max-width: 380px) {
    .banner-pages.banner-design .tint {
        margin-left: -37px;
    }
    .neuro-research .grid {
        grid-template-columns: 1fr;
    }
}