@import url(https://fonts.googleapis.com/css?family=Blinker:400,600,700|Lexend+Deca&display=swap);
@import url(https://fonts.googleapis.com/css?family=Patrick+Hand+SC&display=swap);
@import url(https://fonts.googleapis.com/css?family=Lexend+Deca&display=swap);
@import url(https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:800&display=swap);
.preface-main {
    position: relative;
    padding-top: 10rem;
    background: url("/images/preface/preface.webp") no-repeat 100%;
    background-size: cover;
    overflow: hidden;
}


.rhombus-little {
    content: '';
    position: absolute;
    left: 30%;
    bottom: 50%;
    height: 4.6rem;
    width: 4.6rem;
    background: rgba(0, 102, 255, 0.2);
    box-shadow: 0 0 6px #0066FF;
    border: 3px solid #0066FF;
    -webkit-transform: scaleX(1) rotate(45deg);
    transform: scaleX(1) rotate(45deg);
    -webkit-filter: blur(0.1rem);
            filter: blur(0.1rem);
    -webkit-animation: animation_rhombus 5s infinite;
            animation: animation_rhombus 5s infinite;
}

@media (max-width: 768px) {
    .rhombus-title {
        left: 15%;
    }

    .preface-main .contact-us-button__big {
        margin-bottom: 3rem;
        margin-right: 3rem;
    }
}

.rhombus-middle {
    content: '';
    position: absolute;
    left: -5%;
    top: 8%;
    height: 16.5rem;
    width: 16.5rem;
    background: rgba(0, 102, 255, 0.2);
    box-shadow: 0 0 6px #0066FF;
    border: 3px solid #0066FF;
    -webkit-transform: scaleX(1) rotate(45deg);
    transform: scaleX(1) rotate(45deg);
    -webkit-filter: blur(0.1rem);
            filter: blur(0.1rem);
    -webkit-animation: animation_rhombus 5s infinite;
            animation: animation_rhombus 5s infinite;
}

@-webkit-keyframes animation_rhombus {
    0% {
        -webkit-transform: scale(0.8) rotate(45deg);
                transform: scale(0.8) rotate(45deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.2) rotate(45deg);
                transform: scale(1.2) rotate(45deg);
        opacity: 0;
    }
}

@keyframes animation_rhombus {
    0% {
        -webkit-transform: scale(0.8) rotate(45deg);
                transform: scale(0.8) rotate(45deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.2) rotate(45deg);
                transform: scale(1.2) rotate(45deg);
        opacity: 0;
    }
}

@media (max-width: 768px) {
    .rhombus-middle {
        display: none;
    }
}

.rhombus-big {
    content: '';
    position: absolute;
    top: 23%;
    right: 0;
    height: 51.2rem;
    width: 51.2rem;
    background: rgba(0, 102, 255, 0.2);
    box-shadow: 0 0 6px #0066FF;
    border: 6px solid #0066FF;
    -webkit-transform: scaleX(1) rotate(45deg);
    transform: scaleX(1) rotate(45deg);
    -webkit-filter: blur(0.1rem);
            filter: blur(0.1rem);
    -webkit-animation: animation_rhombus 5s infinite;
            animation: animation_rhombus 5s infinite;
}

@media (max-width: 768px) {
    .rhombus-big {
        top: 0;
        right: -100%;
    }
}

.preface-about-us__section-content {
    max-width: 100vw;
}

.slider .preface-main__slider {
    max-width: 100vw;
}

.preface-main__slide {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
            align-items: center;
}

.preface-main__content-container {
    position: absolute;
    left: 0;
    max-width: 70rem;
    height: 50rem;
    padding: 10rem 7.5%;
    z-index: 1;
}

@media (max-width: 991px) {
    .preface-main__content-container {
        bottom: 0;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        -webkit-box-pack: center;
                justify-content: center;
        height: 80vh;
        max-width: calc(100% - 40rem);
        padding: 0 5vw;
    }
}

@media (max-width: 767px) {
    .preface-main__content-container {
        right: 0;
        padding: 1rem 2rem;
        max-width: 60rem;
        width: 100%;
        -webkit-box-align: center;
                align-items: center;
    }

}

@media (max-width: 480px) {
    .preface-main__content-container {
        -webkit-box-pack: justify;
                justify-content: space-between;
        height: calc(80vh - 9rem);
        margin: auto;
        margin-bottom: 11rem;
    }
}

.preface-main__title {
    max-width: 70rem;
    margin-bottom: 4.3rem;
    font-size: 4.2rem;
    z-index: 1;
    font-family: 'Blinker', sans-serif;
    font-weight: 700;
    line-height: 1.12;
    text-transform: uppercase;
}

@media (max-width: 778px) {
    .preface-main__title {
        max-width: 40rem;
    }
}



@media (max-width: 480px) {
    .preface-main__title {
        padding-top: 3vh;
    }
}

.preface-main__subtitle {
    max-width: 75rem;
    margin-bottom: 4.3rem;
    font-size: 3.1rem;
    z-index: 1;
    font-family: 'Blinker', sans-serif;
    font-weight: 600;
    line-height: 1.12;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .preface-main__title {
        margin-bottom: 14rem;
        font-size: 3.8rem !important;
        text-align: center;
    }

    .preface-main__subtitle {
        display: none;
    }
}

.preface-main__action {
    width: 46.8rem !important;
    margin-bottom: 4rem;
}

@media (max-width: 768px) {
    .preface-main__action {
        width: 35rem !important;
    }
}

.preface-main__image {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: end;
            align-items: flex-end;
    height: 80vh;
    z-index: 0;
}

@media (max-width: 991px) {
    .preface-main__image {
        height: 65vh;
    }
}

@media (max-width: 480px) {
    .preface-main__image {
        max-height: 55rem;
    }
}

.preface-main__wrapper-signature span {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
            justify-content: center;
    text-shadow: 0 0 0.5rem #000;
}

.preface-main__signature {
    position: absolute;
    bottom: 8rem;
    right: 4rem;
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center;
}

.preface-main__name {
    text-align: end;
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 1.2;
    text-transform: uppercase;
    color: #FFFFFF;
}

@media (max-width: 768px) {
    .preface-main__name {
        font-size: 1.6rem;
        line-height: 1;
    }
}

.preface-main__position {
    text-align: end;
    font-weight: normal;
    font-size: 1.2rem;
    line-height: 1;
    color: #FFFFFF;
}

@media (max-width: 768px) {
    .preface-main__position {
        font-size: 1.6rem;
        line-height: 1;
    }
}

.preface-main__card-action-icon {
    margin-left: 1.5rem;
}

.preface-main .slider-default__progress {
    position: absolute;
    bottom: 6rem;
    right: 0;
    width: 22%;
    margin: 3.1em 3.1em 0 3.1em;
}

.preface-main .slider-default__navigation {
    position: absolute;
    bottom: 3rem;
    right: 0;
    margin: 0 3.1em;
}

.preface-main__container-button {
    margin-top: 5.5rem;
    max-width: 53.5rem;
}

@media (max-width: 768px) {
    .preface-main__container-button {
        margin-bottom: 2rem;
        max-width: 40rem;
    }

    .preface-main__container-button .button-orange.button-orange--big{
        padding: 0 2.6rem;
    }
}
.why-platinum {
  padding-top: 10rem;
  padding-bottom: 3.2rem;
}

.why-platinum .wrapper_section-content {
  position: relative;
  max-width: 1133px;
}

.why-platinum__title {
  margin-bottom: 5.9rem;
  text-align: center;
}

@media (min-width: 769px) {
  .why-platinum__title {
    max-width: 95rem;
  }
}

@media (max-width: 768px) {
  .why-platinum__title {
    max-width: 60rem;
  }
}

.why-platinum__background {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 80vw;
  height: 100%;
  opacity: 0.6;
}

@media (max-width: 767px) {
  .why-platinum__background {
    height: 30%;
  }
}

.why-platinum__main {
  z-index: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

@media (max-width: 991px) {
  .why-platinum__main {
    /* flex-direction: column; */
  }
}

.why-platinum__photo {
  margin-bottom: 2rem;
  margin-left: -7.3rem;
  max-width: 90vw;
}

@media (max-width:768px) {
  .why-platinum__photo {
    margin-left: 0;
  }
}

.why-platinum__slider {
  width: 54rem;
  margin-bottom: 6rem;
}

.why-platinum__slide {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding-bottom: 3.8rem;
  height: 100%;
  box-sizing: border-box;
}

.why-platinum__slide-title {
  margin-bottom: 2.1rem;
  font-family: 'Blinker', sans-serif;
  font-weight: 600;
  font-size: 4.5rem;
  line-height: 1.25;
  letter-spacing: 0.02em;
}

@media (max-width:768px) {
  .why-platinum__title {
    text-align: center;
  }

  .why-platinum__slider {
    margin: 0 auto 6rem;
  }

  .why-platinum {
    margin-bottom: 5rem;
  }
}


.why-platinum__container-button {
  margin-top: 4.2rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  max-width: 12rem;
}
.who-we-are {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-top: 4.7rem;
}

.who-we-are .contact-us-button__big {
    margin: 4.2rem 1rem 1rem;
}

.who-we-are .wrapper_section-content {
    -webkit-box-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
            align-items: start;
}

.who-we-are__content-container {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    max-width: 69.4rem;
    margin: -1rem;
}

.who-we-are__title {
    margin-bottom: 4rem;
    font-family: Blinker;
    font-style: normal;
    font-weight: bold;
    font-size: 5.5rem;
    line-height: 103.41%;
    text-transform: uppercase;
    color: #FFFFFF;
}

.who-we-are__inform-text {
    margin-bottom: 4rem;
    max-width: 54rem;
    font-family: 'Lexend Deca', sans-serif;
    font-size: 1.8rem;
    line-height: 1.2;
    letter-spacing: 0.04em;
    color: #FFFFFF;
}

.who-we-are__map {
    position: absolute;
    top: -1rem;
    z-index: -1;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
            justify-content: flex-end;
    max-height: 120em;
    height: 100%;
    width: 100vw;
}

.who-we-are__container-button {
    margin: 0rem 1rem 1rem 1rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    max-width: 53.5rem;
}

.who-we-are__facts {
    display: none;
}

@media (max-width: 1024px) {

    .who-we-are {
       -webkit-box-orient: vertical;
       -webkit-box-direction: normal;
               flex-direction: column;

    }

    .who-we-are .wrapper_section-content {
        -webkit-box-align: center;
                align-items: center;
    }

    .who-we-are__map {
        position: relative;
        top: -1rem;
        z-index: -1;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: end;
                justify-content: flex-end;
        max-height: 100%;
        height: 100%;
        width: 100%;
    }

    .who-we-are__mapImage {
        width: 100vh;
    }
}

@media (max-width: 768px) {
    .who-we-are__title {
        font-size: 4.5rem;
    }

    .who-we-are__map {
        top: 0;
        width: 100%;
        -webkit-box-pack: center;
                justify-content: center;
    }

    .who-we-are__mapImage {
        width: 70rem;
        height: 100%;
    }

    .who-we-are__content-container {
        max-width: 100%;
        margin: 1rem auto;
    }

    .who-we-are__facts {
        content: '';
        bottom: 0;
        position: absolute;
        display: inline-block;
        width: 80vw;
    }
}


.facts .wrapper_section-content {
  position: relative;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
          justify-content: center;
  min-height: 31.1rem;
}

.facts__background {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  width: 50rem;
  height: 100%;
}

@media (max-width: 767px) {
  .facts__background {
    display: none;
  }
}

@media (min-width: 414px) {
  .facts__background {
    max-width: 100vw;
  }
}

@media (max-width: 413px) {
  .facts__background {
    max-width: 80vw;
    opacity: 0.3;
  }
}

.facts__slider {
  z-index: 1;
  width: 49.8rem;
}

.facts__slide {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 1.8rem;
  min-height: 9.4rem;
}

.facts__slide-title {
  font-family: 'Blinker', sans-serif;
  font-weight: 600;
  font-size: 3.5rem;
  line-height: 1.1;
  letter-spacing: 0.02em;
}

.facts__slide-title b {
  font-weight: bold;
  color: #0066FF;
}

.team-testimonials__title {
  margin-bottom: 7.1rem;
  text-align: center;
}

.team-testimonials .contact-us-button__big {
  margin-top: 4rem;
  max-width: 100%;
}

@media (min-width: 769px) {
  .team-testimonials__title {
    max-width: 88rem;
  }
}

@media (max-width: 768px) {
  .team-testimonials__title {
    max-width: 50rem;
  }
}

.team-testimonials__card {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
  padding-bottom: 4rem;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .team-testimonials__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
  }
}

.team-testimonials__card-image-container {
  display: block;
  margin-right: 7rem;
  margin-bottom: 3rem;
  min-width: 28rem;
  max-width: 60vw;
  min-height: 28rem;
  max-height: 60vw;
}

@media (max-width: 767px) {
  .team-testimonials__card-image-container {
    margin-right: 0;
  }
}

.team-testimonials__card-image {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 3px solid #0066FF;
}

.team-testimonials__card-header {
  position: relative;
  margin-bottom: 1.8rem;
  padding-left: 9.2rem;
}

.team-testimonials__card-header:before {
  content: '';
  position: absolute;
  left: -1.5rem;
  top: -0.5rem;
  width: 9rem;
  height: 7rem;
  background: url("/images/backgrounds/quotes.svg") no-repeat center;
  background-size: contain;
}

.team-testimonials__card-title {
  font-family: 'Blinker', sans-serif;
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 1.214;
  text-transform: uppercase;
}

.team-testimonials__card-subtitle {
  font-family: 'Blinker', sans-serif;
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 1.18;
}

.team-testimonials__card-description {
  font-size: 2.2rem;
  line-height: 1.22;
}

.team-testimonials__card-description b {
  color: #0066FF;
}
.team-by-departments {
    overflow: visible;
    padding-top: 4rem;
}

@media (max-width: 1199px) {
    .team-by-departments {
        padding-top: 10rem;
    }
}

.team-by-departments .wrapper_section-content {
    -webkit-box-align: stretch;
            align-items: stretch;
}


.team-by-departments__container-button {
    margin: -10rem auto 10rem;
    max-width: 53.5rem;
}


.team-by-departments__preview {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    margin-bottom: 5.8rem;
    min-height: 18.6rem;
}

@media (max-width: 767px) {
    .team-by-departments__preview {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        margin-bottom: 10.8rem;
    }

    .team-by-departments .contact-us-button__big {
        max-width: 100%
    }
}

.team-by-departments__wrapper {
    z-index: 1;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding: 1.8rem 3.5rem 3.4rem 3.5rem;
}

@media (max-width: 767px) {
    .team-by-departments__wrapper {
        -webkit-box-align: center;
                align-items: center;
    }
}

@media (min-width: 414px) {
    .team-by-departments__block {
        margin-bottom: 13.8rem;
    }
}

@media (max-width: 413px) {
    .team-by-departments__block {
        margin-bottom: 4rem;
    }
}

.team-by-departments__block:nth-child(even) .team-by-departments__wrapper {
    -webkit-box-align: end;
            align-items: flex-end;
    -webkit-box-ordinal-group: 3;
            order: 2;
}

@media (max-width: 787px) {
    .team-by-departments__block:nth-child(even) .team-by-departments__wrapper {
        -webkit-box-align: center;
                align-items: center;
    }
}

@media (max-width: 787px) {
    .team-by-departments__block:nth-child(even) .team-by-departments__wrapper {
        -webkit-box-ordinal-group: 1;
                order: 0;
    }
}

.team-by-departments__block-title {
    font-size: 4.7rem !important;
    margin-bottom: 2.9rem;
}

@media (max-width: 787px) {
    .team-by-departments__block-title {
        text-align: center;
    }
}

.team-by-departments__preview-image {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 80vw;
    z-index: 0;
}

@media (max-width: 787px) {
    .team-by-departments__preview-image {
        position: unset;
    }
}

.team-by-departments__block:nth-child(even) .team-by-departments__preview-image {
    left: 0;
}

@media (max-width: 787px) {
    .team-by-departments__block:nth-child(odd) .team-by-departments__preview {
        text-align: end;
    }
}

.team-by-departments__list {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0 -2rem;
}

@media (max-width: 485px) {
    .team-by-departments__member-main {
        text-align: center;
    }

    .team-by-departments__member-position {
        margin: auto;
    }
}

.team-by-departments__list.hidden {
    height: 0;
    overflow: hidden;
}

.team-by-departments__member {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
    margin: 3rem 2rem;
}

.team-by-departments__member-header {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
}

.team-by-departments__member-photo {
    height: 20.7rem;
    width: 20.7rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
    margin-bottom: 1.7rem;
    border: 2px solid #0066FF;
    box-shadow: 0 0 1rem #0066FF;
    border-radius: 20rem;
}

.team-by-departments__wrapper-icons {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: justify;
            justify-content: space-between;
    height: 5rem;
    padding-left: 1.5rem;
    opacity: 0;
}

.team-by-departments__member-main {
    width: 24rem;
}

.team-by-departments__member-name {
    margin-bottom: 0.2rem;
    font-family: 'Blinker', sans-serif;
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 1.2;
    text-transform: uppercase;
}

.team-by-departments__member-position {
    width: 20rem;
    font-family: 'Blinker', sans-serif;
    font-size: 1.8rem;
    line-height: 1.22;
}

.blog-article {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
}

.blog-article__header {
    padding-bottom: 2.4rem;
}

.blog-article__body {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 1;
            flex: 1;
}

.blog-article__title {
    padding-bottom: 2.4rem;
    font-family: 'Blinker', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 120%;
    color: #FFFFFF;
}

.blog-article__date {
    font-family: 'Lexend Deca', sans-serif;
    font-size: 1.6rem;
    line-height: 125%;
    letter-spacing: 0.02em;
    opacity: 0.7;
    color: #FFFFFF;
}

.blog-article__description {
    padding-bottom: 2.4rem;
    font-family: 'Lexend Deca', sans-serif;
    font-size: 1.8rem;
    line-height: 22px;
    word-break: break-word;
    letter-spacing: 0.04em;
    color: #FFFFFF;
}

.blog-article__description img {
    display: none;
    width: 100%;
}

.blog-article__link {
    position: relative;
    font-family: 'Lexend Deca', sans-serif;;
    font-size: 1.6rem;
    line-height: 1.2;
    letter-spacing: 0.04em;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    color: #0066FF;
    cursor: pointer;
}

.blog-article__link:after {
    content: '';
    position: absolute;
    margin-left: .5rem;
    width: 1rem;
    height: 100%;
    background: url('/images/icons/arrow-right-small.svg') no-repeat 0;
}
.blog-preview {
    padding-top: 14.5rem;
    padding-bottom: 14.5rem;
}

.blog-preview__articles {
    margin-top: 6.8rem;
    margin-bottom: 5.6rem;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
            justify-content: space-between;
}

.blog-preview__article {
    margin: 1em 0;
    padding: 3.5rem 2rem 3.1rem 2.1rem;
    max-width: calc(27% - 1rem);
    min-width: 30.6rem;
    max-height: 50rem;
    text-decoration: none;
    background-color: #1B1B1B;
    border: 2px solid #0066FF;
    box-shadow: 0px 0px 10px #0066FF;
}

.blog-preview__article:hover {
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    background: rgba(0, 102, 255, 0.2);
}

.blog-preview__see-all {
    width: 26.4rem;
}

@media (max-width: 600px) {
    .blog-preview__articles {
        justify-content: space-around;
    }
}
.community {
    padding-top: 5.7rem;
    padding-bottom: 7rem;
    background-color: #FFFFFF;
}

.community__main-title {
    margin-bottom: 3rem;
}

.community__container {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    flex-wrap: wrap;
    max-width: 100rem;
}

.community__container:last-child {
    -webkit-box-pack: center;
            justify-content: center;
}

.community__item {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
    margin: 1.9rem;
    text-decoration: none;
}

.community__icon-container {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    width: 9.1rem;
    height: 8.9rem;
    margin-bottom: 1.7rem;
    border: 3px solid #141414;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.community__icon-container:hover {
    background: #FF0000;
    border: 3px solid #FF0000;
}

.community__caption {
    font-family: 'Patrick Hand SC', cursive;
    font-size: 1.6rem;
    line-height: 20px;
    color: #141414;
}

.community__title {
    margin-top: 3rem;
    font-family: 'Lexend Deca', sans-serif;
    font-size: 2.2rem;
    line-height: 27px;
    text-align: center;
    color: #000000;
}

@media (max-width: 991px) {
    .community__container {
        -webkit-box-pack: center;
                justify-content: center;
    }
}

.places-we-worked {
    margin-bottom: 1rem;
    padding-top: 5.7rem;
    padding-bottom: 11.6rem;
    background: #FFFFFF;
}

.places-we-worked__title {
    margin-bottom: 8.6rem;
}

.places-we-worked__list {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
            justify-content: space-evenly;
}

.places-we-worked__list-item {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    margin: 3rem;
    height: 7.5rem;
}

.places-we-worked__image {
    padding-top: 20%;
    width: 20rem;
    max-width: 30vh;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

.logo-bridgestone {
    background-image: url("/images/places-we-worked/bridgestone.svg");
    height: 100%;
}

.logo-cocacola {
    background-image: url("/images/places-we-worked/coca-cola.svg");
    height: 100%;
    width: 20rem;
}

.logo-levis {
    background-image: url("/images/places-we-worked/levis.svg");
    height: 100%;
}

.logo-jde {
    background-image: url("/images/places-we-worked/jde.svg");
    height: 100%;
    width: 10rem;
}

.logo-redbull {
    background-image: url("/images/places-we-worked/redbull.svg");
    height: 100%;
}

.logo-docusign {
    background-image: url("/images/places-we-worked/docusign.svg");
    height: 100%;
}

.logo-lafarge {
    background-image: url("/images/places-we-worked/lafarge.svg");
    height: 100%;
}

.logo-mustang {
    background-image: url("/images/places-we-worked/mustang.svg");
    height: 100%;
}

.logo-rockwool {
    background-image: url("/images/places-we-worked/rockwool.svg");
    height: 100%;
}

.logo-mitsubishi {
    background-image: url("/images/places-we-worked/mitsubishi.svg");
    height: 100%;
    width: 12rem;
}

.logo-nestle {
    background-image: url("/images/places-we-worked/nestle.svg");
    height: 100%;
}

.logo-yamaha {
    background-image: url("/images/places-we-worked/yamaha.svg");
    height: 100%;
}

.logo-uniqlo {
    background-image: url("/images/places-we-worked/uniqlo.svg");
    height: 100%;
    width: 12rem;
}

.logo-calzedonia {
    background-image: url("/images/places-we-worked/calzedonia.svg");
    height: 100%;
}

.logo-uber {
    background-image: url("/images/places-we-worked/uber.svg");
    height: 100%;
}

.logo-teletrade {
    background-image: url("/images/places-we-worked/teletrade.svg");
    height: 100%;
}


.logo:hover,
.logo:focus {
    -webkit-filter: invert(24%) sepia(51%) saturate(2878%) hue-rotate(567deg) brightness(104%) contrast(97%) drop-shadow(0px 0px 17px rgba(0, 102, 255, 0.5));
            filter: invert(24%) sepia(51%) saturate(2878%) hue-rotate(567deg) brightness(104%) contrast(97%) drop-shadow(0px 0px 17px rgba(0, 102, 255, 0.5));
}

@media (max-width: 479px) {
    .places-we-worked__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
    }

    .places-we-worked {
        margin-bottom: 1.8rem;
    }
}

.contact-main {
  min-height: 85rem;
  position: relative;
}

.contact-us__title {
  text-align: center;
  margin-top: 26.5rem;
  margin-bottom: 1rem;
  font-size: 8rem;
  font-weight: 700;
  max-width: 75rem;
  line-height: 105%;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  font-family: 'Blinker', sans-serif;
}

.contact-us__word-big {
  text-align: center;
  font-size: 3.5rem;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Blinker', sans-serif;
}

.contact-main__content {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
}

.contact-us__map-wrapper {
  position: absolute;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  width: 100%;
  top: 12rem;
  left: 0;
}

.contact-us__map-background {
  width: 92%;
}

.contact-us__contacts-container {
  margin-top: 8rem;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}

.contact-us__contact {
  width: 28%;
  min-height: 11rem;
  background: rgba(0, 102, 255, 0.2);
  border: 1px solid #0066FF;
  box-sizing: border-box;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding-top: 2rem;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
}

.cotact-us__contact-title {
  font-size: 2.2rem;
  font-weight: 600;
}

.contact-us__contact-email {
  z-index: 1000;
  text-decoration: none;
  color: white;
  margin-top: 1.8rem;
  font-size: 1.9rem;
  letter-spacing: 0.04rem;
}

.contact-map__points {
  position: absolute;
  right: 6%;
  bottom: 7%;
  width: 60%;
  height: 100%;
}

.contact-map__points .inside rect {
  -webkit-animation: animation_inside 2s infinite;
          animation: animation_inside 2s infinite;
}
.contact-map__points .outside rect {
  -webkit-animation: animation_outside 2s infinite;
          animation: animation_outside 2s infinite;
}
@-webkit-keyframes animation_inside {
  0% {
      width: 10px;
      height: 10px;
  }
  70% {
      width: 13px;
      height: 13px;
  }
  100% {
      width: 10px;
      height: 10px;
  }
}
@keyframes animation_inside {
  0% {
      width: 10px;
      height: 10px;
  }
  70% {
      width: 13px;
      height: 13px;
  }
  100% {
      width: 10px;
      height: 10px;
  }
}
@-webkit-keyframes animation_outside {
  0% {
      width: 15px;
      height: 15px;
  }
  70% {
      width: 19px;
      height: 19px;
  }
  100% {
      width: 15px;
      height: 15px;
  }
}
@keyframes animation_outside {
  0% {
      width: 15px;
      height: 15px;
  }
  70% {
      width: 19px;
      height: 19px;
  }
  100% {
      width: 15px;
      height: 15px;
  }
}
.contact-map__points .inside_big rect{
  -webkit-animation: animation_inside_size_big 2s infinite;
          animation: animation_inside_size_big 2s infinite;
}
.contact-map__points .outside_big rect{
  -webkit-animation: animation_outside_size_big 2s infinite;
          animation: animation_outside_size_big 2s infinite;
}
@-webkit-keyframes animation_inside_size_big {
  0% {
      width: 14px;
      height: 14px;
  }
  70% {
      width: 17px;
      height: 17px;
  }
  100% {
      width: 14px;
      height: 14px;
  }
}
@keyframes animation_inside_size_big {
  0% {
      width: 14px;
      height: 14px;
  }
  70% {
      width: 17px;
      height: 17px;
  }
  100% {
      width: 14px;
      height: 14px;
  }
}
@-webkit-keyframes animation_outside_size_big {
  0% {
      width: 22px;
      height: 22px;
  }
  70% {
      width: 26px;
      height: 26px;
  }
  100% {
      width: 22px;
      height: 22px;
  }
}
@keyframes animation_outside_size_big {
  0% {
      width: 22px;
      height: 22px;
  }
  70% {
      width: 26px;
      height: 26px;
  }
  100% {
      width: 22px;
      height: 22px;
  }
}


.contact-us__drop {
  position: absolute;
  left: -19.5px; 
  top: -16px;
  -webkit-animation: running_drop 5s infinite;
          animation: running_drop 5s infinite;
}

.contact-us__drop--delay-0_5s {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.contact-us__drop--delay-1s {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.contact-us__drop--delay-1_5s {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.contact-us__drop--delay-2s {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

@-webkit-keyframes running_drop {
  0%   {left: -19.5px; top: -16px;}
  24%  {-webkit-transform: rotate(0);transform: rotate(0)}
  25%  {left: calc(100% - 19.5px); top: -16px; -webkit-transform: rotate(90deg); transform: rotate(90deg) }
  49%  {-webkit-transform: rotate(90deg);transform: rotate(90deg) }
  50%  {left: calc(100% - 19.5px); top: calc(100% - 15px); -webkit-transform: rotate(180deg); transform: rotate(180deg) }
  74%  {-webkit-transform: rotate(180deg);transform: rotate(180deg)  }
  75%  {left: -19.5px; top: calc(100% - 15px); -webkit-transform: rotate(270deg); transform: rotate(270deg)}
  99%  {-webkit-transform: rotate(270deg);transform: rotate(270deg)  }
  100% {left: -19.5px; top: -16px; -webkit-transform: rotate(360deg); transform: rotate(360deg)}
}

@keyframes running_drop {
  0%   {left: -19.5px; top: -16px;}
  24%  {-webkit-transform: rotate(0);transform: rotate(0)}
  25%  {left: calc(100% - 19.5px); top: -16px; -webkit-transform: rotate(90deg); transform: rotate(90deg) }
  49%  {-webkit-transform: rotate(90deg);transform: rotate(90deg) }
  50%  {left: calc(100% - 19.5px); top: calc(100% - 15px); -webkit-transform: rotate(180deg); transform: rotate(180deg) }
  74%  {-webkit-transform: rotate(180deg);transform: rotate(180deg)  }
  75%  {left: -19.5px; top: calc(100% - 15px); -webkit-transform: rotate(270deg); transform: rotate(270deg)}
  99%  {-webkit-transform: rotate(270deg);transform: rotate(270deg)  }
  100% {left: -19.5px; top: -16px; -webkit-transform: rotate(360deg); transform: rotate(360deg)}
}


.contact-us__sended-wrapper {
  padding-top: 15rem;
  padding-bottom: 15rem;
}


@media (max-width: 968px) {
  .contact-us__title {
    margin-top: 15.5rem;
    max-width: 60rem;
  }

  .contact-us__map-wrapper {
    width: 100%;
    top: 32rem;
    left: auto;
    /* -webkit-transform: scale(1.4); */
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  .contact-us__contacts-container {
    margin-top: 25rem;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
  }

  .contact-us__contact {
    width: 100%;
    min-height: 14rem;
    margin-bottom: 2rem;
    -webkit-box-pack: center;
            justify-content: center;
    padding: 0;
    max-width: 45rem;
  }
}

@media (max-width: 500px) {
  .contact-us__map-wrapper {
    width: 100%;
    top: 46rem;
    left: -9%;
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
}


@media (max-width: 560px) {
  .contact-map__points {
    position: absolute;
    right: 10%;
    bottom: 5%;
  }
}
.field {
  width: 100%;
  position: relative;
  background-color: transparent;
  -webkit-transition: 0.5 s;
  transition: 0.5 s;
  border-bottom: 1px solid #0066FF;
}

.field.active {
  border: 1px solid #0066FF;
}

.field.active input {
  padding-left: 1rem;
  color: #ffffff;
}

.field input + label {
  position: absolute;
  top: 2.4rem;
  left: 1.6rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #ffffff;
  opacity: 0.7;
  pointer-events: none;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}

.field.active input + label {
  top: -0.5rem;
  opacity: 1;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.2rem;
  background: #141414;
  padding: 0 1rem 0;
}

.field.locked {
  pointer-events: none;
}

.field input {
  width: 100%;
  position: relative;
  height: 5rem;
  padding-left: 2rem;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  background-color: transparent;
  color: #282828;
  outline: none;
}

.field input + label.error {
  color: #ec392f;
}

.field p.predicted {
  position: absolute;
  top: 8px;
  left: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  border: 1px solid #0066FF;
  opacity: 1;
  pointer-events: none;
}

form {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
}


.contact-send {
  padding-top: 0rem;
  padding-bottom: 9rem;
}

.contact-us__form {
  max-width: 73rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding-top: 8rem;
}

.contact-us__input {
  max-width: 33rem;
}

.contact-us__input-message {
  margin-top: 6.5rem;
  border: 1px solid #0066FF;
  min-height: 24rem;
  background: transparent;
  outline: none;
  resize: none;
  width: 100%;
  padding: 1rem;
  color: #ffffff;
}

.contact-us__input-message::-webkit-input-placeholder {
  font-family: 'Lexend Deca', sans-serif;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.8rem;
}

.contact-us__input-message::-moz-placeholder {
  font-family: 'Lexend Deca', sans-serif;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.8rem;
}

.contact-us__input-message:-ms-input-placeholder {
  font-family: 'Lexend Deca', sans-serif;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.8rem;
}

.contact-us__input-message::-ms-input-placeholder {
  font-family: 'Lexend Deca', sans-serif;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.8rem;
}

.contact-us__input-message::placeholder {
  font-family: 'Lexend Deca', sans-serif;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.8rem;
}

.contact-us__button-wrapper {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  margin-top: 5.5rem;
}

.contact-us__form .contact-main__button {
  min-height: 5.5rem;
  min-width: 33rem;
}

.contact-send__subtitle {
  max-width: 110rem;
  text-align: center;
  font-size: 2.8rem;
  line-height: 180%;
}

.contact-form__wrapper {
  padding-top: 9rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
}

.contact-us__form-title {
  font-size: 2.5rem;
  line-height: 125%;
  text-align: center;
  max-width: 38rem;
}

.contact-us__form-nda {
  font-family: 'Lexend Deca', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 150%;
  max-width: 49rem;
  text-align: center;
  margin-top: 3rem;
  letter-spacing: 0.04rem;
  opacity: 0.7;
}

@media (max-width: 968px) {
  .contact-send {
    padding-bottom: 9rem;
  }

  .contact-send__subtitle {
    line-height: 160%;
    font-size: 2.4rem;
  }

  .contact-us__input {
    width: 100%;
    max-width: none;
  }
}

.contact-send__cities {
  display: -webkit-box;
  display: flex;
  font-size: 2.4rem;
  margin-top: 3rem;
  text-transform: uppercase;
  flex-wrap: wrap;
  max-width: 100rem;
  -webkit-box-pack: center;
          justify-content: center;
  line-height: 245%;
  margin-left: 5rem;
}

.contact-send__cities li::after {
  margin: 0 2.5rem 0;
  content: '\B7';
  font-size: 3rem;
}

.contact-send__cities li:nth-child(4)::after {
  opacity: 0;
}

.contact-send__cities li:last-child::after {
  opacity: 0;
}


@media (max-width: 755px) {
  .contact-send__cities li::after {
    margin: 0 1.5rem 0;
    content: '\B7';
    font-size: 3rem;
  }
}

@media (max-width: 683px) {
  .contact-send__cities li:nth-child(4)::after {
    opacity: 1;
  }
  
  .contact-send__cities li:nth-child(3)::after {
    opacity: 0;
  }
}

@media (max-width: 968px) {
  .contact-send__cities {
    font-size: 2.4rem;
    margin-top: 1rem;
  }
}

@media (max-width: 640px) {
  .contact-send__cities {
    max-width: 40rem;
    margin-left: 0;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
  }
  .contact-send__cities li { 
    width: 50%;
    margin-right: 2rem;
  }

  .contact-send__cities li:nth-child(2n+2)  { 
    width: 40%;
    margin-right: 2rem;
  }

  .contact-send__cities li::after {
    display: none;
    content: '\B7';
    font-size: 3rem;
  }

  .contact-us__title {
    max-width: unset;
    text-align: center;
    margin-top: 23.5rem;
    font-size: 5rem !important;
    letter-spacing: 0.1rem;
  }

  .contact-us__word-big {
    font-size: 2.8rem !important;
    margin-top: 2rem;
    max-width: 35rem;
  }
}
.pages-home .contacts-slider {
  width: 90%;
  padding-top: 6rem;
  /*padding-bottom: 2rem;*/
  margin: 0 auto;
  overflow: visible;
  margin-bottom: 10rem !important;
}

.contacts-slider__title {
  margin-bottom: 2.4rem;
  text-align: center;
}

.contacts-slider__sub-title {
  margin-bottom: 8.9rem;
  font-family: 'Blinker', sans-serif;
  font-size: 2.4rem;
  line-height: 2.9rem;
  text-align: center;
  color: #fff;
}

.contacts-slider__members {
  width: 100%;
  max-width: 117rem;
  margin: 0 auto;
}

.contacts-slider-member {
  /*height: 18.6rem;*/
  border: 0.15rem solid #0066FF;
  box-shadow: 0 0 0.6rem #0066FF;
}

.contacts-slider-member__inner {
  position: relative;
  box-sizing: border-box;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 4rem 3.5rem 4rem 45%;
  box-shadow: inset 0 0 0.6rem #0066FF;
  /*background-color: rgba(0, 102, 255, 0.2);*/
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contacts-slider-member__img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: auto;
  height: 50.5rem;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1)
}
.contacts-slider-socials {
  padding: 2rem 0 0;
  display: -webkit-box;
  display: flex;
  width: 100%;
}
.contacts-slider-socials-img-mobile {
  display: none;
}
.contacts-slider-socials a {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  margin-right: 4rem;
  cursor: pointer;
}
.contacts-slider-socials a p{
  font-family: 'Blinker', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  text-align: center;
  color: #B5B5B5;
  padding-top: 1.5rem;
}
/*.contacts-slider-member:nth-child(2) .contacts-slider-member__img {*/
/*  position: absolute;*/
/*  right: 0;*/
/*  bottom: 0;*/
/*  width: auto;*/
/*  height: 22.2rem;*/
/*}*/

/*.contacts-slider-member.active .contacts-slider-member__inner {*/
/*  background-color: rgba(0,0,0,0);*/
/*}*/

.contacts-slider-member__button {
  position: relative;
  box-sizing: border-box;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 24.3rem;
  height: 4.8rem;
  font-family: 'Lexend Deca', sans-serif;
  font-size: 2rem;
  line-height: 118.75%;
  text-align: center;
  color: #fff;
  background: #0066FF;
  border: 0.15rem solid #0066FF;
  box-shadow: 0 0 1rem #0066FF;
  cursor: pointer;
}

.contacts-slider-member.active .contacts-slider-member__button {
  background: none;
  border: none;
  box-shadow: none;
}

.contacts-slider-member.active .contacts-slider-member__button::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 0.15rem;
  background: #0066FF;
  box-shadow: 0 0 1rem #0066FF;
}

.contacts-slider-member__title {
  font-family: 'Blinker', sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.12;
  text-transform: uppercase;
  /*text-shadow: 0.5rem 0.3rem 0 rgba(0, 102, 255, 0.7);*/
}
.contacts-slider-member__subtitle {
  font-family: 'Blinker', sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.12;
  text-transform: capitalize;
  padding: 1rem 0;
}

.contacts-slider__qrs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.contacts-slider__qrs_container {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
}

.contacts-slider__qrs a {
  justify-self: center;
}

.contacts-slider__qrs p {
  padding-top: 2.3rem;
  font-family: 'Blinker', sans-serif;
  font-size: 1.4rem;
  line-height: 110%;
  letter-spacing: 0.02em;
  color: #B5B5B5;
}

.contacts-slider__qrs-2 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.contacts-slider__slider {
  width: 100%;
}

.contacts-slider__card {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  min-height: 75.5rem;
}

.contacts-slider__card-image {
  margin-bottom: 3.4rem;
  max-width: 80vw;
  border: 3px solid #0066FF;
  box-shadow: 0 0 10px #0066FF;
  border-radius: 100%;
}

.contacts-slider__card-title {
  margin-bottom: 0.5rem;
  font-family: 'Blinker', sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.contacts-slider__card-subtitle {
  margin-bottom: 4.8rem;
  font-family: 'Blinker', sans-serif;
  font-size: 1.8rem;
  line-height: 1.22;
  text-align: center;
}

.contacts-slider__card-contacts {
  display: -webkit-box;
  display: flex;
  margin-bottom: 3.1rem;
  -webkit-box-flex: 1;
          flex: 1;
  max-width: 100%;
  overflow: auto;
}

.contacts-slider__card-contact {
  padding: 3rem 2.5rem;
}

.contacts-slider__card-contact-image {
  margin: 1.9rem;
  width: 11.2rem;
  height: 11.2rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.contacts-slider__card-contact-description {
  font-size: 1.6rem;
  line-height: 1.31;
  text-align: center;
}

.contacts-slider__card-action {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: auto 0;
  width: 43.8rem;
  max-width: 90vw;
  height: 5.5rem;
  font-size: 2rem;
  line-height: 1.1875;
  background: rgba(0, 102, 255, 0.2);
  border: 2px solid #0066FF;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-animation: animation_shadow 2s infinite;
          animation: animation_shadow 2s infinite;
}
@-webkit-keyframes animation_shadow {
  0% {
    box-shadow: 0 0 0px #0066FF;
  }
  70% {
    box-shadow: 0 0 10px #0066FF;
  }
  100% {
    box-shadow: 0 0 0px #0066FF;
  }
}
@keyframes animation_shadow {
  0% {
    box-shadow: 0 0 0px #0066FF;
  }
  70% {
    box-shadow: 0 0 10px #0066FF;
  }
  100% {
    box-shadow: 0 0 0px #0066FF;
  }
}
.contacts-slider__card-action:hover {
  background: #0066FF;
  border: 1px solid #0066FF;
  box-shadow: 0 0 10px #0066FF;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.contacts-slider__card-action-text {
  color: #fff;
  text-decoration: none;
}

.contacts-slider__card-action-icon {
  margin-left: 1.5rem;
}

.contacts-slider .slider-default__navigation,
.contacts-slider .slider-default__progress {
  display: none;
}

.contacts-slider__links-mobile {
  display: none;
}



@media (max-width: 1280px) {
  .contacts-slider__qrs {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    row-gap: 6rem;
  }

  .contacts-slider__qrs div {
    /*display: none;*/
  }
}

@media (max-width: 1024px) {
  .contacts-slider__members {
    margin-bottom: 6.9rem;
    margin: 0 auto 6.9rem;
  }

  .contacts-slider__qrs {
    display: none;
  }

  .contacts-slider__links-mobile {
    display: -webkit-box;
    display: flex;
    justify-content: space-around;
    margin-top: 5rem;
    width: 100%;
  }

  .contacts-slider__links-mobile_container {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
  }

  .contacts-slider__links-mobile a {
    display: -webkit-box;
    display: flex;
    width: 10rem;
    height: 10rem;
    border-radius: 0.5rem;
    background: #0A0A0A;
  }

  .contacts-slider__links-mobile a:focus,
  .contacts-slider__links-mobile a:active {
    background: #0066FF;
  }


  .contacts-slider__links-mobile img {
    display: block;
    margin: auto;
    width: 3.2rem;
  }

  .contacts-slider__links-mobile p {
    padding-top: 1.3rem;
    text-align: center;
    font-family: 'Blinker', sans-serif;
    font-size: 1.5rem;
    line-height: 110%;
    letter-spacing: 0.02em;
    color: #B5B5B5;
  }

}

@media (max-width: 780px) {
  .contacts-slider-socials-img {
    display: none;
  }
  .contacts-slider-socials-img-mobile {
    display: -webkit-box;
    display: flex;
    width: 10rem;
    height: 10rem;
    border-radius: 0.5rem;
    background: #0A0A0A;
  }
  .contacts-slider-socials-img-mobile .telega{
    display: block;
    margin: auto;
    width: 3.2rem;
  }
  .contacts-slider-socials-img-mobile .whatsApp{
    display: block;
    margin: auto;
    width: 8.2rem;
  }

  .contacts-slider-member__img {
    height: 36rem !important;
  }
  .contact-us__contact {
    max-width: 52rem;
  }
}

@media (max-width: 480px) {
  .contacts-slider__members {
    margin-bottom: 2rem;
  }
  .contacts-slider-member__inner {
    padding: 2.5rem 3rem 2rem 37%;
    overflow: hidden;
  }
  .pages-home .contacts-slider {
    width: 91%;
    padding-top: 2rem;
    margin-top: -5rem;
    margin-bottom: 6rem !important;
  }
  .contacts-slider-member__title {
    font-size: 2.5rem;
    text-shadow: 0.5rem 0.3rem 0 rgba(0, 102, 255, 0.7);
  }
  .contacts-slider-member__subtitle {
    font-size: 1.5rem;
  }
  .contacts-slider-member__img {
    height: 25rem !important;
    left: -3rem;
  }
  .contacts-slider-socials a {
    margin-right: 3.5rem;
  }
  .contact-us__contact {
    max-width: unset;
  }
  /*.contacts-slider-member__button {*/
  /*  width: 17.5rem;*/
  /*}*/


  /*.contacts-slider__links-mobile {*/
  /*  display: grid;*/
  /*  grid-template-columns: 8rem 8rem 8rem;*/
  /*  row-gap: 2.25rem;*/
  /*}*/

  /*.contacts-slider__links-mobile_container {*/
  /*  display: flex;*/
  /*  flex-direction: column;*/
  /*  align-items: center;*/
  /*}*/

  /*.contacts-slider__links-mobile a {*/
  /*  justify-self: center;*/
  /*  align-items: center;*/
  /*}*/
}

.preface-main--sub {
  position: relative;
  z-index: 1;
  padding-top: 10rem;
  background: url('/images/preface/preface.webp') no-repeat 100%;
  background-size: cover;
  overflow: hidden;
}

.preface-main__section-content {
  max-width: 100vw;
  height: calc(100vh - 10rem)
}

.preface-sub-block {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.preface-sub-block:nth-child(2) {
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.preface-sub-block__photo {
  height: calc(50vh - 6.7rem);
}

.preface-sub-block::after {
  position: absolute;
  bottom: 0;
  width: 70vw;
  height: 0.4rem;
  content: '';
  background-color: #0066FF;
  box-shadow: 0 0.4rem 2rem rgba(0, 102, 255, 0.35);
}

.preface-sub-block__title {
  position: relative;
  z-index: 1;
  width: 80%;
  max-width: 90rem;
  margin-right: 5vw;
  font-family: 'Blinker',sans-serif;
  font-weight: 700;
  font-size: 6rem;
  line-height: 130%;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  background: -webkit-linear-gradient(0, #FF6701 0%, #0066FF 100%);
  -webkit-background-clip: text;
  -webkit-text-stroke: 6px transparent;
  color: #FFFFFF;
  text-align: right;
}

.preface-sub-block__title:nth-child(2) {
  text-align: left;
  margin-left: 2.5vw;
}

@media (max-width: 768px) {
  .preface-main__section-content {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
  }

  .preface-sub-block__title {
    font-size: 4rem;
    margin: 0 !important;
    padding: 0 1rem;
  }

  .preface-sub-block__photo {
    height: calc(40vh - 6.7rem);
    max-width: 45vw;
    max-height: calc(37vw * 1.38);
  }

  .preface-sub-block__photo:nth-child(2) {
    height: calc(40vh - 6.7rem);
    max-width: 45vw;
    max-height: calc(45vw * 1.12);
  }

  .preface-sub__blocks {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: justify;
            justify-content: space-between;
    height: calc(100% - 12.5rem);
    max-height: 65rem;
    padding-bottom: 4rem;
  }
}

@media (max-width: 480px) {
  .preface-sub-block__title {
    font-size: 3rem;
  }
}

.platinum-engineering {
  position: relative;
  padding-top: 7rem;
  padding-bottom: 9rem;
  background: url('/images/backgrounds/logo-bg-PL.svg') no-repeat;
  background-position: center -15rem;
  background-size: 79rem;
  overflow: visible;
}

.platinum-engineering::after {
  position: absolute;
  bottom: 10rem;
  right: 14rem;
  height: 100%;
  max-height: 23.7rem;
  width: 0.3rem;
  content: '';
  background: #0066FF;
  box-shadow: 0 0.5rem 2rem rgba(0, 102, 255, 0.4);
  -webkit-animation: line-scale 5s ease-in-out infinite;
          animation: line-scale 5s ease-in-out infinite;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
}

.platinum-engineering::before {
  position: absolute;
  bottom: 4rem;
  right: 10rem;
  height: 100%;
  max-height: 23.7rem;
  width: 0.3rem;
  content: '';
  background: #0066FF;
  box-shadow: 0 0.5rem 2rem rgba(0, 102, 255, 0.4);
  -webkit-animation: line-scale 6s ease-in-out infinite;
          animation: line-scale 6s ease-in-out infinite;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
}

@media (max-width: 768px) {
  .platinum-engineering  {
    padding-top: 2rem;
    padding-bottom: 16rem;
  }
}

@-webkit-keyframes line-scale {
  0% {
    max-height: 23.7rem;
  }
  50% {
    max-height: 1rem;
  }
  100% {
    max-height: 23.7rem;
  }
}

@keyframes line-scale {
  0% {
    max-height: 23.7rem;
  }
  50% {
    max-height: 1rem;
  }
  100% {
    max-height: 23.7rem;
  }
}

.platinum-engineering .rhombus-middle {
  top: auto;
  bottom: -12rem;
  width: 15rem;
  height: 15rem;
}

.platinum-engineering__logo-icon {
  width: 9rem;
  margin-top: 5rem;
  margin-bottom: 7.5rem;
}

.platinum-engineering__rombus-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
}

.platinum-engineering__list {
  box-sizing: border-box;
  width: 90%;
  max-width: 75rem;
  padding-left: 7.7rem;
}

.platinum-engineering__list-item {
  position: relative;
  margin-bottom: 3rem;
  font-family: 'Lexend Deca', sans-serif;
  font-size: 2.2rem;
  line-height: 140%;
  letter-spacing: 0.04rem;
  color: #fff;
}

.platinum-engineering__list-item::before {
  position: absolute;
  top: 50%;
  left: -7.7rem;
  box-sizing: border-box;
  width: 1.2rem;
  height: 1.2rem;
  content: '';
  background: rgba(0, 102, 255, 0.2);
  border: 0.6rem solid #0066FF;
  -webkit-transform: translate(50%, -50%) rotate(45deg);
          transform: translate(50%, -50%) rotate(45deg);
  box-shadow: 0 0 1.5rem 0.1rem #0066FF;
}

@media (max-width: 1024px) {
  .platinum-engineering::after, 
  .platinum-engineering::before, 
  .platinum-engineering .rhombus-middle {
    display: none;
  }
}

@media (max-width: 479px) {
  .platinum-engineering {
    display: none !important;
  }
}

.ourbig-family {
  overflow: hidden;
  max-width: 100vw;
  padding-top: 4rem;
}

.ourbig-family__cards-container {
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  width: 100%;
}

@media (max-width: 768px) {
  .ourbig-family__cards-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}

.ourbig-family__card-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  text-align: center;
  width: 49%;
  max-width: 42rem;
}

@media (max-width: 768px) {
  .ourbig-family__card-wrapper {
    width: 100%;
    max-width: unset;
    margin-top: 5rem;
  }
}

.our-card__title {
  font-size: 1.8rem;
  color: #0066FF;
  text-shadow: 6px 1px 15px rgba(0, 102, 255, 0.5);
}

.our-card__description {
  font-size: 3.2rem;
  margin-top: 2rem;
  text-transform: uppercase;
  font-weight: bold;
}

.our-card__text-wrapper {
  margin-top: 4rem;
  min-height: 16rem;
  background: rgba(0, 102, 255, 0.2);
  border: 1px solid #0066FF;
  box-sizing: border-box;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

.our-card__text {
  width: 90%;
  font-size: 1.8rem;
  text-align: start;
  line-height: 150%;
  letter-spacing: 0.17rem;
}

.ourbig-family__map-wrapper img {
  width: 100vw;
  min-width: 100rem;
}

.ourbig-family__map-wrapper .svg__icon rect {
  width: 10rem;
  height: 10rem;
}

.ourbig-family__map-wrapper .svg__icon rect:hover {
  -webkit-transform: scale(2);
          transform: scale(2);
}

@media (max-width: 768px) {

  .ourbig-family__map-wrapper img {
    height: 100%;
  }

  .ourbig-family .title {
    margin-bottom: 0;
    font-size: 4.5rem !important;
  }
}

.mask-photo-wrapper:hover rect {
  /*width: 35px;*/
  /*height: 35px;*/
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.mask-photo-wrapper:hover {
  -webkit-transform: translate(-4px, -4px);
          transform: translate(-4px, -4px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.mask-photo-wrapper:hover g:first-child rect {
  width: 35px;
  height: 35px;
}

.mask-photo-wrapper:hover mask rect {
  width: 35px;
  height: 35px;
}

.mask-photo-wrapper:hover g:last-child rect {
  rx: 150;
}

@media (max-width: 1024px) {
  .map1 {
    display: none;
  }

  .ourbig-family {
    min-height: unset;
  }

  .ourbig-family {
    margin-bottom: 10rem;
  }
}

@media (max-width: 768px) {
  .ourbig-family__map-wrapper {
    position: relative;
    overflow-x: scroll;
    width: 95vw;
  }

  .ourbig-family__map-wrapper svg {
    width: 2000px;
    height: 942px;
  }
}

.different-people {
  overflow: hidden;
  max-width: 100vw;
  padding-top: 5rem;
  padding-bottom: 12rem;
}

.heartbeat__wrapper {
	margin-top: 7rem;
	margin-bottom: 2rem;
}

.different-people__slider-wrapper {
	margin-top: 2rem;
}

.different-photos__block {
	display: -webkit-box;
	display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  margin-top: 3rem;
}

.different-photos__photo {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.different-photos__image-wrapper--big {
  width: 100%;
  height: 63rem;
}

.different-photos__image-wrapper--small {
  width: 100%;
  height: 48.3%;
}
.different-photos__image-wrapper--middle {
  width: 100%;
  height: 100%;
}

.different-photos__bottom {
	display: -webkit-box;
	display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-top: 3rem;
}

.different-photos__column {
	width: 49%;
	box-sizing: border-box;
	display: -webkit-box;
	display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.different-people__slider-wrapper  .slider-default__navigation, .different-people__slider-wrapper .slider-default__progress {
  display: none;
}

@media (max-width: 768px) {
  .different-people__slider-wrapper  .slider-default__navigation, .different-people__slider-wrapper .slider-default__progress  {
    display: -webkit-box;
    display: flex;
  }
}

.different-photos__title-wrapper {
  height: 48%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background: rgba(0, 102, 255, 0.2);
  border: 1px solid #0066FF;
  box-sizing: border-box;
  min-height: 15rem;
}

.different-photos__title {
  text-align: center;
  text-transform: uppercase;
  font-size: 3rem;
  text-align: center;
  letter-spacing: 0.2rem;
  line-height: 150%;
  width:77%;
}


@media (max-width: 768px) {
  .different-photos__title {
    font-size: 2.3rem;
    max-width: 90vw;
  }
}


.different-photos__bottom--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
}

@media (max-width: 768px) {
  .diffrent-people__slider-wrapper--mobile {
    margin-top: 7rem;
  }
  .different-people__slider img{
    width: 100%;
    margin-top: 2rem;
  }
  .double, .single {
    margin-bottom: 2rem;
  }
}


.testimonials--pgt {
  overflow: hidden;
  max-width: 100vw;
  padding-top: 5rem;
}

.testimonials__border-bott {
  border-bottom: 3px solid #0066FF;
}

.team-testimonials__title {
  margin-bottom: 7.1rem;
  text-align: center;
}

@media (min-width: 769px) {
  .team-testimonials__title {
    max-width: 110rem;
  }
}

@media (max-width: 768px) {
  .team-testimonials__title {
    max-width: 50rem;
  }
}

.team-testimonials__card {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
  padding-bottom: 4rem;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .team-testimonials__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
  }
}

.team-testimonials__card-image-container {
  display: block;
  margin-right: 7rem;
  margin-bottom: 3rem;
  min-width: 28rem;
  max-width: 60vw;
  min-height: 28rem;
  max-height: 60vw;
}

@media (max-width: 767px) {
  .team-testimonials__card-image-container {
    margin-right: 0;
  }
}

.team-testimonials__card-image {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 3px solid #0066FF;
}

.team-testimonials__card-header {
  position: relative;
  margin-bottom: 1.8rem;
  padding-left: 9.2rem;
}

.team-testimonials__card-header:before {
  content: '';
  position: absolute;
  left: -1.5rem;
  top: -0.5rem;
  width: 9rem;
  height: 7rem;
  background: url("/images/backgrounds/quotes.svg") no-repeat center;
  background-size: contain;
}

.team-testimonials__card-title {
  font-family: 'Blinker', sans-serif;
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 1.214;
  text-transform: uppercase;
}

.team-testimonials__card-subtitle {
  font-family: 'Blinker', sans-serif;
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 1.18;
}

.team-testimonials__card-description {
  font-size: 2.2rem;
  line-height: 1.22;
}

.team-testimonials__card-description b {
  color: #0066FF;
}
.image-section__image-wrapper {
  width: 100%;
}

.image-section__image-wrapper img {
  width: 100%;
  height: auto;
  margin-top: 5rem;
  border-radius: 1rem;
}

@media (max-width: 768px) {
  .image-section {
    display: none !important;
  }

  .image-section__image-wrapper img  {
    height: 65vh;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}

.image-section {
  padding-top: 2rem;
}
.invitations {
  overflow: hidden;
  max-width: 100vw;
  padding-top: 13rem;
  padding-bottom: 5rem;
}

.invitations__card-image-container {
  display: block;
  width: 28rem;
  height: 28rem;
  margin-top: 10rem;
}

@media (max-width: 767px) {
  .invitations__card-image-container {
    margin-right: 0;
  }

  .invitations {
    padding-top: 3rem;
  }
}

.invitations__card-image {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 3px solid #0066FF;
}

.invitations__title {
  text-align: center;
  max-width: 68rem;
}

.invitations__content {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  text-align: center;
}

.invitations__people-info {
  margin-top: 4rem;
  letter-spacing: 0.1rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.invitations__people-name {
  font-size: 2.4rem;
}

.invitations__people-position {
  font-size: 1.8rem;
  margin-top: 0.5rem;
}

.invitations__card-description {
  margin-top: 4rem;
  font-weight: 700;
  width: 92%;
  max-width: 92rem;
}

.card-description__title {
  font-size: 3.8rem;
  font-family: 'Blinker', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

.card-description__text {
  margin-top: 2rem;
  font-size: 2.2rem;
  letter-spacing: 0.08rem;
  line-height: 150%;
}


@media (max-width: 768px) {
  .card-description__text {
    font-size: 2rem;
    line-height: 140%
  }
  .card-description__title {
    font-size: 3.4rem;
  }
}


.need-everyone {
  overflow: hidden;
  max-width: 100vw;
  padding-top: 8.5rem;
  padding-bottom: 8rem;
}

.need-everyone__row {
  display: -webkit-box;
  display: flex;
  width: 100%;
}

@media (max-width: 768px) {
  .need-everyone {
    padding-top: 3rem;
    padding-bottom: 5rem;
  }
  
  .need-everyone__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}

.neew-everyone__title {
  font-size: 3.2rem;
  line-height: 130%;
  letter-spacing: 0.3rem;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Blinker', sans-serif;
}

.need-everyone__column {
  width: 50%;
}

@media (max-width: 768px) {
  .neew-everyone__title {
    font-size: 2.8rem;
    text-align: center;
  }

  .need-everyone__column {
    width: 100%;
  }

  .neew-everyone__title {
    text-align: center;
  }
}

.column__description-wrapper {
  max-width: 54rem;
  min-height: 16.4rem;
  background: rgba(0, 102, 255, 0.2);
  border: 1px solid #0066FF;
  box-sizing: border-box;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  margin-top: 4rem;
}

.column__description {
  font-size: 2rem;
  line-height: 145%;
  letter-spacing: 0.2rem;
  width: 90%;
  font-family: 'Blinker', sans-serif;
}

.need-everyone__column-row {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.column__image-wrapper {
  margin-top: 1rem;
  margin-left: 1rem;
}

.developers__list-wrapper {
  height: 100%;
  box-sizing: border-box;
  width: 100%;
  padding: 8rem 0rem 5.5rem 9rem;
}

.developers__list {
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.developers__list li {
  font-size: 1.2rem;
  font-family: 'Blinker', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  position: relative;
}

.developers__list li span {
  margin-left: 0.6rem;
}

.row-reverse {
  margin-top: 17rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
}

@media (max-width: 768px) {
  .developers__list-wrapper {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    height: 17rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    margin-top: 5rem;
  }

  .need-everyone__column {
    width: 100%;
    margin-top: 6rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
    display: -webkit-box;
    display: flex;
  }

  .row-reverse {
    margin-top: 5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .developers__list--mobile {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    flex-wrap: wrap;
    margin-left: 10%;
  }

  .developers__list--mobile li {
    width: 34%;
  }
}
.developers__list li:before {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  background: #FFFF;
  position: absolute;
  border-radius: 50px;
  left: -3.5rem;
  top: -0.5rem;
}

.developers__list li:nth-child(1):before {
  background: #0C51B8;
}

.developers__list li:nth-child(2):before {
  background: #19CBCB;
}

.developers__list li:nth-child(3):before {
  background: #47DB71;
}

.developers__list li:nth-child(4):before {
  background: #A7B5FA;
}
.flipping-card {
    box-sizing: border-box;
    position: relative;
}

.flipping-card:hover > .flipping-card__front {
    -webkit-transform: perspective(600px) rotateY(-180deg);
            transform: perspective(600px) rotateY(-180deg);
}
  
.flipping-card:hover > .flipping-card__back {
    -webkit-transform: perspective(600px) rotateY(0deg);
            transform: perspective(600px) rotateY(0deg);
}

.flipping-card__front, .flipping-card__back {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    position: absolute;
    -webkit-transition: -webkit-transform .6s linear;
    transition: -webkit-transform .6s linear;
    transition: transform .6s linear;
    transition: transform .6s linear, -webkit-transform .6s linear
}

.flipping-card__front {
    -webkit-transform: perspective(600px) rotateY(0deg);
            transform: perspective(600px) rotateY(0deg);
}
  
.flipping-card__back {
    box-sizing: border-box;
    -webkit-transform: perspective(600px) rotateY(180deg);
            transform: perspective(600px) rotateY(180deg);
}

.flipping-card__back-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 1.4rem;
    width: 100%;
    height: 100%;
}


.vacancies {
  overflow: hidden;
  max-width: 100vw;
  margin-bottom: 10rem;
  padding-top: 10rem;
}

.vacancies__grid {
  margin-top: 5.3rem;
  display: grid;
  grid-template-rows: repeat(auto-fit, minmax(22rem, 1fr));
  grid-row-gap: 3rem;
  width: 100%;
}

.vacancies__grid-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(33rem, 1fr));
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.vacancies__card {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.vacancies__item {
  display: grid;
  grid-template-rows: 16rem auto;
  padding: 3.5rem 7rem 2.5rem 7rem;
  box-sizing: border-box;
  border: .1rem solid transparent;
  background: #1D1D1D;
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
}

.vacancies__item--opened {
  position: relative;
  border: .1rem solid #0066FF;
  box-sizing: border-box;
  -webkit-filter: drop-shadow(0px 0px 6px #0066FF);
          filter: drop-shadow(0px 0px 6px #0066FF);
}

.vacancies__item--opened:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 102, 255, 0.05);
  border: .1rem solid #0066FF;
  box-sizing: border-box;
}

.vacancies__item-title {
  margin-bottom: 6.5rem;
  font-family: 'Blinker', sans-serif;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 130%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFFFFF;
}

.vacancies__item-btn {
  position: relative;
  font-family: 'Lexend Deca', sans-serif;
  width: 26rem;
  height: 5.5rem;
  font-size: 2rem;
  line-height: 120%;
  text-align: center;
  cursor: pointer;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  background: rgba(0, 102, 255, 0.1);
  border: .2rem solid #0066FF;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.vacancies__item-btn:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: .2rem solid #0066FF;
  box-sizing: border-box;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.vacancies__item-btn:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: .2rem solid #0066FF;
  box-sizing: border-box;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.vacancies__item--opened .vacancies__item-btn,
.vacancies__item-btn:hover {
  background: rgba(0, 102, 255, 0.8);
}

.vacancies__item-content {
  margin-top: 5rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.vacancies__item-description {
  margin-bottom: 1em;
  font-family: 'Lexend Deca', sans-serif;
  font-size: 3.2rem;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}

.vacancies__item-details h3 {
  margin-bottom: .5em;
  font-family: 'Lexend Deca', sans-serif;
  font-size: 3.2rem;
  line-height: 120%;
  letter-spacing: 0.02em;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #0066FF;
}

.vacancies__item-details ul {
  margin-bottom: 4rem;
  list-style: inside;
  font-family: 'Lexend Deca', sans-serif;
  font-size: 2rem;
  line-height: 170%;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}

.vacancies__item-details li {
  margin-bottom: .5em;
}


.vacancy__cards-container {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding-top: 5rem;
  font-family: 'Blinker', sans-serif;
}

.vacancies .title {
  text-align: center;
}

.vacanvy__card-wrapper {
  width: 49%;
  min-height: 59rem;
  margin-top: 4rem;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
}

.vacanvy__card-wrapper--long {
  min-height: 75rem;
}

@media (max-width: 768px) {
  .vacanvy__card-wrapper {
    width: 100%;
    min-height: 65rem;
  }

  .vacancies {
    padding-top: 2rem;
  }
}

@media (max-width: 480px) {
  .vacanvy__card-wrapper--long {
    min-height: 75rem;
  }
}

.vacancies .flipping-card__front {
  background: rgba(0, 102, 255, 0.2);
  border: 1px solid #0066FF;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  padding: 8rem 3rem 7rem;
  box-sizing: border-box;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.vacancies .flipping-card__back {
  background: rgba(0, 102, 255, 0.2);
  border: 1px solid #0066FF;
}

.vacancies .flipping-card__back-content {
  box-sizing: border-box;
  padding: 2rem;
}

.vacancy-card__title {
  font-size: 3.8rem;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 768px) {
  .vacancy-card__title {
    font-size: 3rem;
  }
}

.vacancy-card__description {
  font-size: 2rem;
  line-height: 145%;
  letter-spacing: 0.26rem;
}

.card-back__header {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}

.vacancy-card__logo--small {
  width: 6.4rem;
  height: 6.4rem;
}
.card__back-text {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  height: 86%;
}

.card__back-text h3 {
  font-size: 2.4rem;
  margin-top: 1rem;
}

.card__back-text ul {
  font-size: 1.8rem;
  padding-left: 1rem;
}

.card__back-text ul li {
  margin-top: 0.4rem;
}

.contact-hr__title {
  margin-top: 5rem;
}

.contact-hr__wrapper {
  padding-top: 6rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
}

.contact-hr__title {
  font-size: 2.4rem;
  font-weight: 700;
  font-family: 'Blinker', sans-serif;
  text-transform: uppercase;
  text-align: center;
}

.contact-hr__button {
  margin-top: 5rem;
}

.preface-ieo {
	position: relative;
	overflow: visible;
	height: 90vh;
	max-height: 85rem;
	min-height: 64rem;
	background-image: url('/images/preface/ieo/bg-ieo-preface.webp');
	background-repeat: no-repeat;
	background-size: cover;
}

.preface-ieo__right-rock {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-image: url('/images/preface/ieo/right-rock.webp');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.preface-ieo__left-rock {
	position: absolute;
	z-index: 1;
	top: 100%;
	left: -0.8%;
	width: 101%;
	height: 100%;
	background-image: url('/images/preface/ieo/left-rock.webp');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.preface-ieo__rhombus-little {
	content: '';
	position: absolute;
	left: -8.5rem;
	bottom: 15%;
	height: 16rem;
	width: 16rem;
	background: rgba(255, 103, 1, 0.2);
	box-shadow: 0 0 2rem #ff6701;
	border: 0.5rem solid #ff6701;
	-webkit-transform: scaleX(1) rotate(45deg);
	transform: scaleX(1) rotate(45deg);
	-webkit-filter: blur(0.1rem);
	        filter: blur(0.1rem);
	-webkit-animation: animation_rhombus 5s infinite;
	        animation: animation_rhombus 5s infinite;
}

.preface-ieo__rhombus-middle {
	content: '';
	position: absolute;
	top: 10%;
	right: 4rem;
	height: 23rem;
	width: 23rem;
	background: rgba(255, 103, 1, 0.2);
	box-shadow: 0 0 2rem #ff6701;
	border: 0.5rem solid #ff6701;
	-webkit-transform: scaleX(1) rotate(45deg);
	transform: scaleX(1) rotate(45deg);
	-webkit-filter: blur(0.1rem);
	        filter: blur(0.1rem);
	-webkit-animation: animation_rhombus 5s infinite;
	        animation: animation_rhombus 5s infinite;
}

.preface-ieo__rhombus-big {
	content: '';
	position: absolute;
	bottom: calc(-23rem - 20%);
	left: 10rem;
	height: 27rem;
	width: 27rem;
	background: rgba(255, 103, 1, 0.2);
	box-shadow: 0 0 2rem #ff6701;
	border: 0.5rem solid #ff6701;
	-webkit-transform: scaleX(1) rotate(45deg);
	transform: scaleX(1) rotate(45deg);
	-webkit-filter: blur(0.1rem);
	        filter: blur(0.1rem);
	-webkit-animation: animation_rhombus 5s infinite;
	        animation: animation_rhombus 5s infinite;
}

@-webkit-keyframes animation_rhombus {
	0% {
		-webkit-transform: scale(0.8) rotate(45deg);
		        transform: scale(0.8) rotate(45deg);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1.2) rotate(45deg);
		        transform: scale(1.2) rotate(45deg);
		opacity: 0;
	}
}

@keyframes animation_rhombus {
	0% {
		-webkit-transform: scale(0.8) rotate(45deg);
		        transform: scale(0.8) rotate(45deg);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1.2) rotate(45deg);
		        transform: scale(1.2) rotate(45deg);
		opacity: 0;
	}
}

.meteorites-left {
	position: absolute;
	z-index: 2;
	left: 2rem;
	top: -6rem;
	width: 55rem;
	height: 50rem;
	background-image: url('/images/preface/ieo/meteorites.svg');
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transform: rotate(-4.91deg);
	        transform: rotate(-4.91deg);
	-webkit-animation: none;
	        animation: none;
	opacity: 0;
}

.meteorites-right {
	position: absolute;
	z-index: 2;
	right: 10rem;
	top: -6rem;
	width: 55rem;
	height: 50rem;
	background-image: url('/images/preface/ieo/meteorites-right.svg');
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transform: rotate(-4.91deg);
	        transform: rotate(-4.91deg);
	-webkit-animation: none;
	        animation: none;
	opacity: 0;
}

[data-aos='meteor-trigger'].aos-animate {
	-webkit-animation: animation_meteorites_left 0.5s;
	        animation: animation_meteorites_left 0.5s;
}

@-webkit-keyframes animation_meteorites_left {
	0% {
		-webkit-transform: translate(0, 0) rotate(-4.91deg);
		        transform: translate(0, 0) rotate(-4.91deg);
		opacity: 1;
	}
	50% {
		opacity: 1;
	}
	100% {
		-webkit-transform: translate(0, 12rem) rotate(-4.91deg);
		        transform: translate(0, 12rem) rotate(-4.91deg);
		opacity: 0;
	}
}

@keyframes animation_meteorites_left {
	0% {
		-webkit-transform: translate(0, 0) rotate(-4.91deg);
		        transform: translate(0, 0) rotate(-4.91deg);
		opacity: 1;
	}
	50% {
		opacity: 1;
	}
	100% {
		-webkit-transform: translate(0, 12rem) rotate(-4.91deg);
		        transform: translate(0, 12rem) rotate(-4.91deg);
		opacity: 0;
	}
}

.preface-ieo__section-content {
	padding-top: 20vh;
}

.preface-ieo__title {
	position: relative;
	z-index: 2;
	width: 90%;
	max-width: 99rem;
	margin: 0 auto 9.5rem;
	font-family: 'Blinker', sans-serif;
	font-size: 6rem;
	font-weight: 700;
	line-height: 125%;
	letter-spacing: 0.05rem;
	text-transform: uppercase;
	text-align: center;
	background: -webkit-linear-gradient(0, #ff6701 15%, #0066ff 80%);
	-webkit-background-clip: text;
	-webkit-text-stroke: 5px transparent;
	mix-blend-mode: lighten;
	color: #000;
}

.preface-ieo .button {
	position: absolute;
	left: 50%;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	padding: 0 8.2rem;
	bottom: 18vh;
	border-radius: 4.7rem;
	-webkit-transform: translate(-50%);
	        transform: translate(-50%);
	height: 5.5rem;
}

.preface-ieo__title--white {
	color: #fff;
}

.preface-ieo__nav {
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 2;
	box-sizing: border-box;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	        justify-content: space-between;
	width: 90vw;
	height: 8.6rem;
	max-width: 108rem;
	padding: 0 4.5rem;
	background: rgba(0, 102, 255, 0.4);
	border: 0.2rem solid #0066ff;
	border-radius: 1.2rem;
	box-shadow: 0 0.5rem 2rem rgba(0, 102, 255, 0.3);
	-webkit-transform: translate(-50%, 50%);
	        transform: translate(-50%, 50%);
}

.preface-ieo__nav-link {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	height: 5rem;
	padding: 0 1.8rem;
	font-family: 'Lexend Deca', sans-serif;
	font-size: 1.8rem;
	text-transform: capitalize;
	text-decoration: none;
	color: rgba(255, 255, 255, 0.9);
	line-height: 112%;
	border-radius: 0.6rem;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.preface-ieo__nav-link:hover {
	background-color: #0066ff;
	box-shadow: 0 0.5rem 2rem rgba(0, 102, 255, 0.15);
}

@media screen and (max-width: 991px) {
	.preface-ieo__title {
		width: 75%;
		font-size: 5rem;
	}

	.preface-ieo {
		height: 90vh;
		max-height: 85rem;
		min-height: 64rem;
	}
}

@media screen and (max-width: 767px) {
	.preface-ieo__title {
		width: 80%;
		font-size: 4.5rem;
	}

	.preface-ieo__right-rock {
		background-size: cover;
		background-position: 87%;
	}

	.preface-ieo__nav-link:nth-child(2),
	.preface-ieo__nav-link:nth-child(3),
	.preface-ieo__nav-link:nth-child(4),
	.preface-ieo__nav-link:nth-child(5) {
		display: none;
	}

	.preface-ieo__nav-link:nth-child(1) {
		-webkit-box-pack: center;
		        justify-content: center;
		width: 100%;
		max-width: 35rem;
		margin: 0 auto 0;
		background-color: #0066ff;
	}

	.preface-ieo__nav {
		bottom: 5rem;
		height: auto;
		min-height: 14.25rem;
		max-height: 14.2rem;
		padding-top: 1.875rem;
		padding-bottom: 7rem;
		-webkit-transform: translate(-50%, 12.25rem);
		        transform: translate(-50%, 12.25rem);
	}

	.preface-ieo__nav-trigger {
		position: absolute;
		bottom: -3rem;
		left: 50%;
		width: 6.25rem;
		height: 6.25rem;
		content: '';
		border-radius: 100%;
		background: url('/images/preface/ieo/nav-icon.svg') no-repeat #0066ff;
		background-position: center;
		box-shadow: 0 0 0.75rem #0066ff;
		-webkit-transform: translate(-50%);
		        transform: translate(-50%);
		cursor: pointer;
	}

	.open.preface-ieo__nav {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		        flex-direction: column;
		min-height: 48rem;
		max-height: 48rem;
		-webkit-transition: min-height 0.3s linear, background 0.3s linear, -webkit-transform 0.3s linear;
		transition: min-height 0.3s linear, background 0.3s linear, -webkit-transform 0.3s linear;
		transition: min-height 0.3s linear, transform 0.3s linear, background 0.3s linear;
		transition: min-height 0.3s linear, transform 0.3s linear, background 0.3s linear, -webkit-transform 0.3s linear;
		-webkit-transform: translate(-50%, 46rem);
		        transform: translate(-50%, 46rem);
		background: rgba(0, 102, 255, 0.6);
	}

	.show.preface-ieo__nav .preface-ieo__nav-link:nth-child(2),
	.show.preface-ieo__nav .preface-ieo__nav-link:nth-child(3),
	.show.preface-ieo__nav .preface-ieo__nav-link:nth-child(4),
	.show.preface-ieo__nav .preface-ieo__nav-link:nth-child(5) {
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: center;
		        justify-content: center;
		width: 100%;
		max-width: 35rem;
	}
}

@media screen and (max-width: 479px) {
	.preface-ieo__title {
		font-size: 3rem;
		width: 90%;
	}

	.preface-ieo__right-rock {
		background-size: cover;
		background-position: 87%;
	}

	.preface-ieo__right-rock::after {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(90%, #141414));
		background: linear-gradient(transparent 50%, #141414 90%);
		content: '';
	}

	.preface-ieo__rhombus-little {
		width: 9.75rem;
		height: 9.75rem;
		top: 40rem;
	}

	.preface-ieo__left-rock,
	.preface-ieo__rhombus-big,
	.preface-ieo__rhombus-middle {
		display: none;
	}

	.preface-ieo__button {
		bottom: 20rem;
		width: 90%;
		padding: 0;
	}
}

.double-title__sup-title {
    font-family: 'Blinker', sans-serif;
    font-weight: 700;
    font-size: 5.5rem;
    line-height: 130%;
    text-align: right;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
    text-shadow: 0 0.6rem 1.5rem rgba(0, 102, 255, 0.4);
    -webkit-text-stroke-width: 0.2rem;
    -webkit-text-stroke-color: #0066FF;
}

.double-title__title {
    font-family: 'Blinker', sans-serif;
    font-size: 14rem;
    font-weight: 700;
    letter-spacing: 0.04rem;
    text-transform: uppercase;
    text-align: right;
    -webkit-text-stroke-width: 0.2rem;
    -webkit-text-stroke-color: #0066FF;
    text-shadow: 0 0 1.5rem rgba(0, 102, 255, 0.6);
    color: rgba(14, 14, 14, 0.5);
}

@media screen and (max-width: 991px) {
    .double-title__sup-title {
       
        font-size: 6rem;
    }
    
    .double-title__title {
        font-size: 18rem;
        margin-top: -3rem;
    }
}

@media screen and (max-width: 767px) {
    .double-title__sup-title {
        font-size: 4rem;
    }
    
    .double-title__title {
        margin-top: -2rem;
        font-size: 12rem;
    }
}

@media screen and (max-width: 479px) {
    .double-title__sup-title {
        font-size: 3.75rem;
    }
    
    .double-title__title {
        margin-top: -1rem;
        font-size: 7.5rem;
    }
}
.about-platinum-ieo {
    position: relative;
}

.about-platinum-ieo__section-content {
    position: relative;
    z-index: 1;
    width: 85vw;
    max-width: 117rem;
    padding-top: 15rem;
    margin: auto;
}

.about-platinum-ieo__description {
    width: 55rem;
    margin-top: 15rem;
    font-family: 'Lexend Deca', sans-serif;
    font-size: 2.2rem;
    line-height: 145%;
    letter-spacing: 0.02rem;
    color: rgba(255, 255, 255, 0.9);
}

.about-platinum-ieo__members {
    position: absolute;
    right: -14vw;
    top: 45rem;
    width: calc(100vw - 60rem);
    max-width: 80rem;
}

.about-platinum-ieo .fire-list__card-wrapper {
    width: 47.5%;
    max-width: 52rem;
    min-height: 49rem;
}

.about-platinum-ieo .fire-list__card-description {
    width: 100%;
    text-align: left;
    font-size: 1.8rem;
}

@media screen and (max-width: 1439px) {
    .about-platinum-ieo__section-content {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        -webkit-box-pack: end;
                justify-content: flex-end;
    }

    .about-platinum-ieo__members {
        right: -16vw;
        width: 60vw;
    }
}

@media screen and (max-width: 991px) {
    .about-platinum-ieo__description {
        width: 50%;
        margin-top: 11rem;
    }

    .about-platinum-ieo__members {
        top: calc(5vw + 48rem);
    }
}

@media screen and (max-width: 767px) {
    .about-platinum-ieo__description {
        width: 100%;
    }

    .about-platinum-ieo__members {
        position: relative;
        top: auto;
        display: block;
        width: 100%;
        max-width: 65rem;
        margin: 10rem 28rem 0 auto;
    }

    .about-platinum-ieo .fire-list__cards-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        -webkit-box-align: center;
                align-items: center;
    }

    .about-platinum-ieo .fire-list__card-wrapper {
        width: 100%;
        max-width: 52rem;
        min-height: auto;
    }

    .about-platinum-ieo .fire-list__cards-wrapper {
        padding: 0;
    }
}

@media screen and (max-width: 479px) {
    .about-platinum-ieo__section-content {
        padding-top: 15rem;
    }
    
    .about-platinum-ieo__members {
        left: 0;
        min-width: 48rem;
        margin: 7rem 0 0 auto;
    }

    .about-platinum-ieo__description {
        margin-top: 8rem;
        margin-bottom: 4rem;
        font-size: 2rem;
    }
}
.our-team-ieo {
    margin-bottom: 12rem;
}

.our-team-ieo__section-content {
    width: 90%;
    max-width: 108.2rem;
    margin: auto;
}

.our-team-ieo__img {
    margin-top: 5rem;
    width: 31rem;
}

.our-team-ieo__slide {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    min-height: 40rem;
    margin-bottom: 6rem;
}

.our-team-ieo__text-wrapper {
    width: calc(95% - 31rem);
}

.our-team-ieo__title {
    margin-left: 9rem;
    margin-bottom: 5.5rem;
}

.ieo-num-list__item {
    display: -webkit-box;
    display: flex;
    margin-bottom: 3rem;
    font-family: 'Lexend Deca', sans-serif;
    font-size: 2rem;
    line-height: 135%;
    letter-spacing: 0.01rem;
}

.ieo-num-list__item span {
    width: calc(100% - 7.4rem);
}

.ieo-num-list__item-num {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    width: 7.5rem !important;
    height: 3.2rem;
    margin-right: 1.7rem;
    margin-left: 1rem;
    font-family: 'Blinker', sans-serif;
    font-weight: 600;
    font-size: 2.2rem;
    color: #0066FF;
    text-align: end;
    background: #fff;
    border-radius: 2.8rem;
}

.ieo-num-list__item-num span {
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.ieo-list__item {
    position: relative;
    margin-left: 8.6rem;
    margin-bottom: 1.5rem;
    font-family: 'Lexend Deca', sans-serif;
    font-size: 2rem;
    line-height: 135%;
    letter-spacing: 0.01rem;
}

.ieo-list__item::after {
    position: absolute;
    top: 0.5rem;
    left: -4rem;
    width: 1.6rem;
    height: 1.6rem;
    content: '';
    border: 1px solid #0066FF;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}

.our-team-ieo__p {
    max-width: 55rem;
    margin-bottom: 2rem;
    font-family: 'Lexend Deca', sans-serif;
    font-size: 2rem;
    line-height: 135%;
    letter-spacing: 0.01rem;
}

.our-team-ieo__p--blue {
    position: relative;
    top: 0.25rem;
    max-width: 70rem;
    font-family: 'Lexend Deca', sans-serif;
    font-weight: 600;
    font-size: 3.2rem;
    line-height: 145%;
    color: #0066FF;
}

.our-team-ieo__img--mobile {
    display: none;
}

@media screen and (max-width: 767px) {
    .our-team-ieo__img {
        display: none;
        width: 28.25rem;
        margin: 0 auto 3.5rem;
    }

    .our-team-ieo__img--mobile {
        display: block !important;
    }

    .our-team-ieo__title {
        margin: 0 auto 5rem;
        text-align: center;
    }

    .our-team-ieo__slide {
        -webkit-box-pack: center;
                justify-content: center;
        min-height: 68.25rem;
        margin-bottom: 4rem;
    }

    .our-team-ieo__text-wrapper {
        width: 100%;
    }

    .ieo-num-list__item, .ieo-list__item {
        font-size: 1.8rem;
    }

    .our-team-ieo__p--blue {
        font-size: 3rem;
    }
}

@media screen and (max-width: 479px) {
    .our-team-ieo__slide {
        min-height: 75rem;
        margin-bottom: 0.5rem;
    }
}
.ieo-detail__section-content {
    width: 90%;
    max-width: 144rem;
    margin: 0 auto 5rem;
}

.ieo-detail .fire-list__cards-wrapper  {
    padding-top: 0;
}

.ieo-detail__double-title .double-title__title, 
.ieo-detail__double-title .double-title__sup-title {
    margin-left: 7.7rem;
    text-align: left;
}

.ieo-detail .fire-list__card-title {
    min-height: unset;
    margin-bottom: 2.5rem;
    font-weight: 700;
}

.ieo-detail .fire-list__card-description {
    text-align: left;
}

.ieo-detail .fire-list__card-wrapper {
    min-height: 55rem;
}

.ieo-detail .fire-list__cards-wrapper {
    max-width: 140rem;
    margin: 0;
}

.ieo-detail .slider__slide {
    -webkit-box-pack: start;
            justify-content: flex-start;
}
.who-we-sd {
	position: relative;
	width: 100%;
	margin: auto;
	background: url('/images-light/backgrounds/bg-sd-logo.svg') no-repeat #111;
	background-position-x: center;
	background-position-y: 3rem;
	background-size: 80%;
}

.who-we-sd__section-content {
	width: 89rem;
	padding-top: calc(6.5rem + 4vh);
	margin: 0 auto 7rem;
}

.who-we-sd__squares {
	display: block;
	width: 8rem;
	margin: 0 auto 4.5vh;
}

.who-we-sd .title-sd {
	position: relative;
	z-index: 1;
	margin-bottom: 6vh;
	font-family: 'Blinker', sans-serif;
	line-height: 1.12;
	text-transform: uppercase;
	/* text-shadow: 0.5rem 0.3rem 0 rgba(0, 102, 255, 0.7); */
	text-align: center;
	color: #fff;
}

.who-we-sd__text {
	position: relative;
	z-index: 1;
	margin-bottom: 3.5vh;
	font-family: 'Lexend Deca', sans-serif;
	font-size: 1.8rem;
	line-height: 3.2vh;
	letter-spacing: 0.03rem;
	color: #fff;
}

.who-we-sd__sign {
	width: 9rem;
	height: 9rem;
	margin-right: 2rem;
}

.who-we-sd__sign-wrapper {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	        justify-content: space-between;
}

.who-we-sd__sign-position {
	font-family: 'Blinker', sans-serif;
	font-size: 1.6rem;
	line-height: 175%;
	letter-spacing: 0.03rem;
	color: #d5d5d5;
}

.who-we-sd__squares.off-animation {
	-webkit-animation: none;
	        animation: none;
	opacity: 0;
	-webkit-transform: translate(0, 1rem);
	        transform: translate(0, 1rem);
}

.who-we-sd__squares.on-animation {
	-webkit-animation: who-we-logo-show 0.3s ease-in-out;
	        animation: who-we-logo-show 0.3s ease-in-out;
	opacity: 1;
	-webkit-transform: translate(0, 0);
	        transform: translate(0, 0);
}

.who-we-sd .title-sd.off-animation {
	-webkit-animation: none;
	        animation: none;
	opacity: 0;
	-webkit-transform: translate(0, 1rem);
	        transform: translate(0, 1rem);
}

.who-we-sd .title-sd.on-animation {
	-webkit-animation: who-we-logo-show 0.5s ease-in-out;
	        animation: who-we-logo-show 0.5s ease-in-out;
	opacity: 1;
	-webkit-transform: translate(0, 0);
	        transform: translate(0, 0);
}

.who-we-sd-text.off-animation {
	-webkit-animation: none;
	        animation: none;
	opacity: 0;
	-webkit-transform: translate(0, 1rem);
	        transform: translate(0, 1rem);
}

.who-we-sd-text.on-animation {
	-webkit-animation: who-we-logo-show 0.8s ease-in-out;
	        animation: who-we-logo-show 0.8s ease-in-out;
	opacity: 1;
	-webkit-transform: translate(0, 0);
	        transform: translate(0, 0);
}

@-webkit-keyframes who-we-logo-show {
	0% {
		-webkit-transform: translate(0, 1rem);
		        transform: translate(0, 1rem);
		opacity: 0;
	}
	100% {
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
		opacity: 1;
	}
}

@keyframes who-we-logo-show {
	0% {
		-webkit-transform: translate(0, 1rem);
		        transform: translate(0, 1rem);
		opacity: 0;
	}
	100% {
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
		opacity: 1;
	}
}

@media (max-width: 1024px) {
	.who-we-sd {
		height: auto !important;
	}

	.who-we-sd .title-sd.off-animation {
		opacity: 1 !important;
	}
}

@media (max-width: 780px) {
	.who-we-sd {
		width: 100%;
		box-sizing: border-box;
		padding-top: 10rem;
	}

	.who-we-sd__section-content {
		width: 100%;
		padding: 0 2rem;
		box-sizing: border-box;
	}
	.who-we-sd__text {
		width: 100%;
		max-width: 60rem;
		margin-left: auto;
		margin-right: auto;
	}

	.who-we-sd__sign-wrapper {
		max-width: 60rem;
		margin: auto;
	}

	.who-we-sd .title-sd {
		text-shadow: unset;
		font-size: 6rem;
	}

	.who-we-sd .title-sd span {
	}
}

.who-we-sd__container-button {
	margin: 4.7rem auto;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	        justify-content: center;
	max-width: 41.7rem;
}

@media (max-width: 767px) {
	.who-we-sd .title-sd {
		font-size: 3.4rem;
	}
}

.preface-sd {
	width: 100%;
	height: 100vh;
	box-sizing: border-box;
	background-image: url('/images-light/backgrounds/preface-n.webp');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	padding: 6% 4rem;
	-webkit-transition: 3s;
	transition: 3s;
}
.preface-sd-bg--1 {
	background: url('/images-light/backgrounds/preface.webp');
}
.preface-sd-bg--1 {
	background: url('/images-light/backgrounds/preface.webp');
}
.preface-sd-bg--1 {
	background: url('/images-light/backgrounds/preface.webp');
}
.preface-sd-bg--1 {
	background: url('/images-light/backgrounds/preface.webp');
}
.preface-sd__ellipse {
	position: absolute;
	top: calc(7.5rem + 7vh);
	left: 0;
	width: 37.5rem;
	height: 100vh;
	max-height: 76rem;
	background: url('/images-light/backgrounds/half-ellipse.svg') no-repeat;
	background-size: 37.5rem 76rem;
}
.preface-sd__ellipse--animate {
	-webkit-animation: ellipse-increase 1.5s ease-in-out;
	        animation: ellipse-increase 1.5s ease-in-out;
}
.preface-sd__container {
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	        flex-direction: column;
	-webkit-box-align: center;
	        align-items: center;
	text-align: center;
	margin-top: 6.3rem;
	z-index: 2;
	-webkit-transition: 1s;
	transition: 1s;
}
.preface-sd__container .preface__title {
	margin-bottom: 1rem;
	line-height: 125%;
	font-size: 5.5rem;
	-webkit-transition: 1s;
	transition: 1s;
}
.preface-sd__container .preface__subtitle {
	margin-bottom: 3.5rem;
	font-size: 3rem;
	font-weight: 400;
	text-transform: capitalize;
}
.preface-sd__container .contact-us-button {
	margin-bottom: 7.7rem;
}
.preface__text {
	font-size: 2rem;
	line-height: 180%;
	letter-spacing: 0.01rem;
	color: #ffff;
	max-width: 54rem;
	margin-top: 3rem;
	font-family: 'Blinker', sans-serif;
}
.preface__text-link {
	font-size: 2rem;
	line-height: 160%;
	letter-spacing: 0.01rem;
	color: #ffff;
	margin-top: 2rem;
	display: inline-block;
	text-decoration: underline;
	font-family: 'Blinker', sans-serif;
}
.preface-sd::before,
.preface-sd::after {
	content: '';
	position: absolute;
	background: #0066ff;
	box-shadow: 0 0.2rem 0.5rem rgba(0, 102, 255, 0.35);
}
.preface-sd::before {
	-webkit-transform-origin: left;
	        transform-origin: left;
	top: 7.5rem;
	left: 0;
	width: 100%;
	height: 0.2rem;
	background: #0066ff;
	box-shadow: 0 0.2rem 0.5rem rgba(0, 102, 255, 0.35);
}
.preface-sd::after {
	-webkit-transform-origin: bottom;
	        transform-origin: bottom;
	bottom: 0;
	left: 20%;
	width: 1.1px;
	height: 100%;
}
.preface-sd__background-bottom {
	position: absolute;
	-o-object-fit: contain;
	   object-fit: contain;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 1;
}
.preface-sd__background-bottom-mobile {
	display: none;
	position: absolute;
	-o-object-fit: contain;
	   object-fit: contain;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 1;
}
@-webkit-keyframes ellipse-increase {
	from {
		max-height: 0;
	}
	to {
		max-height: 76rem;
	}
}
@keyframes ellipse-increase {
	from {
		max-height: 0;
	}
	to {
		max-height: 76rem;
	}
}
@-webkit-keyframes line-increase-vertical {
	from {
		-webkit-transform: scaleY(0);
		        transform: scaleY(0);
	}
	to {
		-webkit-transform: scaleY(1);
		        transform: scaleY(1);
	}
}
@keyframes line-increase-vertical {
	from {
		-webkit-transform: scaleY(0);
		        transform: scaleY(0);
	}
	to {
		-webkit-transform: scaleY(1);
		        transform: scaleY(1);
	}
}
@-webkit-keyframes line-increase-horizontal {
	from {
		-webkit-transform: scaleX(0);
		        transform: scaleX(0);
	}
	to {
		-webkit-transform: scaleX(1);
		        transform: scaleX(1);
	}
}
@keyframes line-increase-horizontal {
	from {
		-webkit-transform: scaleX(0);
		        transform: scaleX(0);
	}
	to {
		-webkit-transform: scaleX(1);
		        transform: scaleX(1);
	}
}
.social-sd__sidebar {
	position: relative;
	display: -webkit-box;
	display: flex;
	width: 27.5rem;
	-webkit-box-pack: justify;
	        justify-content: space-between;
	z-index: 3;
}

.preface-sd__contact-us-button {
	display: none;
}
@media (max-height: 850px) and (min-width: 1024px) {
	.preface-sd {
		padding: 12% 7rem 4rem;
	}
}
@media (max-width: 1024px) {
	main .preface-sd {
		padding-bottom: 20rem;
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		        flex-direction: column;
		-webkit-box-align: center;
		        align-items: center;
		-webkit-box-pack: start;
		        justify-content: flex-start;
	}
	.preface-sd__container .preface__title {
		margin-bottom: 0.5em;
		text-align: center;
		font-size: 7rem;
	}
	.preface-sd__container .preface__subtitle {
		margin-bottom: 4rem;
		text-align: center;
		font-size: 3.4rem;
	}
}
@media (max-height: 850px) {
	.preface-sd {
		padding-top: 10%;
	}
}
@media (max-height: 750px) {
	.preface-sd {
		padding-top: 8%;
	}
}
@media (max-width: 780px) {
	main .preface-sd {
		padding: 23vh 2rem 5rem;
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		        flex-direction: column;
		-webkit-box-align: center;
		        align-items: center;
		-webkit-box-pack: start;
		        justify-content: flex-start;
		height: 93vh;
		box-sizing: border-box;
	}
	.preface-sd__container {
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		        flex-direction: column;
		-webkit-box-align: center;
		        align-items: center;
		text-align: center;
	}
	.preface-sd::after,
	.social-sd__sidebar,
	.preface__text span br {
		display: none;
	}
	.preface-sd__container .preface__title {
		font-size: 5rem;
	}
	.preface-sd__contact-us-button {
		position: relative;
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		        justify-content: center;
	}
	.preface-sd__contact-us-button .navigation-sidebar__contact-link {
		position: static;
		z-index: 900;
	}
}
@media (max-width: 470px) {
	.preface-sd__container .preface__title {
		font-size: 3.4rem;
	}
	.preface-sd__container .preface__subtitle {
		font-size: 2rem;
	}
	.preface-sd__background-bottom {
		display: none;
	}
	.preface-sd__background-bottom-mobile {
		display: inherit;
	}
}
.preface-sd__container-button {
	margin: 0 auto 4.7rem;
	max-width: 60rem;
	width: 100%;
}
.preface-sd__button {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
	padding: 0.2rem 4.3rem;
	min-height: 7.8rem;
	font-family: 'Blinker', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 2.4rem;
	line-height: 150%;
	text-align: center;
	width: 100%;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #ffffff;
	border: 0.1rem solid #ff6932;
	background: #ff6932;
	box-sizing: border-box;
	cursor: pointer;
	text-decoration: none;
	-webkit-filter: drop-shadow(0px 0px 6px #ff6932);
	        filter: drop-shadow(0px 0px 6px #ff6932);
	border-radius: 0.4rem;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.preface-sd__button:hover {
	background: rgba(255, 105, 50, 0.7);
	border: 0.2rem solid #ff6932;
}
.preface-sd__button:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 4px solid #ff6932;
	box-sizing: border-box;
	-webkit-filter: blur(15px);
	        filter: blur(15px);
	border-radius: 4px;
}
@media (max-height: 768px) {
	.preface-sd__button {
		padding: 2rem 2.3rem;
	}
}

@media (max-height: 768px) {
	.preface-sd__button {
		font-size: 1.6rem;
		background: #ff6932;
		border: 2px solid #ff6932;
	}
}
@media only screen and (min-device-width: 360px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
	.preface-sd__container .preface__title {
		margin-top: 2rem;
		font-size: 4rem;
	}
	.preface-sd__container .preface__subtitle {
		font-size: 3rem;
	}
}
@media only screen and (max-height: 778px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
	.preface-sd__background-bottom {
		-webkit-filter: brightness(40%);
		        filter: brightness(40%);
	}
}

.media-sd {
    height: auto !important;
    padding-top: 10rem;
}
.media-sd__section-content {
    width: 90%;
    padding-bottom: 9.5rem;
    margin: auto;
}
.media-sd .title-sd {
    margin-bottom: 5.4rem;
    color: #fff;
    text-align: center;
}
.media-sd__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 4.4rem;
       -moz-column-gap: 4.4rem;
            column-gap: 4.4rem;
    max-width: 129rem;
    margin: auto;
}
.media-sd__block {
    box-sizing: border-box;
    display: block;
    justify-self: center;
    width: 40rem;
    height: 24rem;
    padding: 3.6rem 4rem 4rem;
    background: #151515;
    box-shadow: 0 0.4rem 2rem rgba(0, 0, 0, 0.1);
    border-radius: 0.5rem;
    margin: 0 auto;
}
.media-sd__block:hover {
    background: rgba(0, 102, 255, 0.35);
}
.media-sd__block:nth-child(1):hover {
    -webkit-transition: 1s;
    transition: 1s;
    /* transform: scale(1.15) rotate(-5deg) !important; */
}
.media-sd__block:nth-child(2):hover {
    -webkit-transition: 1s;
    transition: 1s;
    /* transform: scale(1.15) rotate(5deg) !important; */
}
.media-sd__block:nth-child(3):hover {
    -webkit-transition: 1s;
    transition: 1s;
    /* transform: scale(1.15) rotate(5deg) !important; */
}
.media-sd__block-logo {
    height: 3.5rem;
    -webkit-background-clip: text
}
.media-sd__block-text {
    margin-top: 3.5rem;
    font-family: 'Blinker', sans-serif;
    font-weight: 600;
    font-size: 2.2rem;
    line-height: 3rem;
    letter-spacing: 0.03rem;
    color: #fff;
}
.media-sd__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 1440px) {
    .media-sd__block {
        width: auto;
    }
}
@media (max-width: 1024px) {
    .media-sd__list {
        grid-template-columns: 1fr;
        row-gap: 3.1rem;
    }
    .media-sd__block {
        justify-self: center !important;
        width: 100%;
        max-width: 70rem;
    }
    .media-sd__block-logo.alpha {
        width: 16rem;
    }
    .media-sd__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
.media-sd__slide {
    padding: 0 2.5rem 2.5rem 2.5rem;
    box-sizing: border-box;
}
.media-slider-dots {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-left: calc(50%);
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    display: -webkit-box !important;
    display: flex !important;
}
.media-slider-dots li {
    border-radius: 33px;
    width: 1rem;
    height: 1rem;
    margin-right: 2rem;
    background: #3C3C3C;
}
.media-slider-dots .slick-active {
    background: #A9A9A9;
}
.media-slider-dots li {
    font-size: 0;
}
.media-sd__slider .slick-arrow {
    background: #171717;
    width: 6rem;
    height: 6rem;
    position: absolute;
    top: -8.5rem;
    border-radius: 50px;
    z-index: 1800;
    font-size: 0;
}
.media-sd__slider .slick-arrow:hover {
    background: #242424;
    -webkit-transition: 200ms ease-in;
    transition: 200ms ease-in;
    cursor: pointer;
}
.media-sd__slider .slick-prev {
    right: 13rem;
}
.media-sd__slider .slick-prev::before {
    content: url('/images-light/icons/arrow.svg');
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.media-sd__slider .slick-next::before {
    content: url('/images-light/icons/arrow.svg');
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
            transform: translate(-50%, -50%) rotate(180deg);
}
.media-sd__slider .slick-next {
    right: 5rem;
}
@media (max-width: 768px) {
    .media-sd__slider .slick-arrow {
        top: -7rem;
    }
}
@media (max-width: 550px) {
    .media-sd__slider .slick-prev {
        right: 8rem;
    }
    .media-sd__slide {
        padding: 0 0 2.5rem;
    }
    .media-sd__slider .slick-next {
        right: 1rem;
    }
    .media-sd__grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}
.we-offer-sd {
	position: relative;
	overflow: visible !important;
	height: auto !important;
	padding-top: calc(4rem + 4vh);
	background: #0f0f0f;
	padding-bottom: 9rem;
}

.we-offer-sd__section-content {
	width: 95%;
	margin: auto;
}

.we-offer-sd .title-sd {
	margin-bottom: 6rem;
	color: #fff;
	-webkit-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}

.we-offer-sd .title-sd.off-animation {
	-webkit-animation: none;
	        animation: none;
	opacity: 0.1;
	-webkit-transform: translate(0, 1rem);
	        transform: translate(0, 1rem);
}

.we-offer-sd .title-sd.on-animation {
	-webkit-animation: we-offer-sd 0.6s ease-in-out;
	        animation: we-offer-sd 0.6s ease-in-out;
	opacity: 1;
	-webkit-transform: translate(0, 0);
	        transform: translate(0, 0);
}

.we-offer-sd__list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-row-gap: 3vh;
	grid-column-gap: 3vh;
	-webkit-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}

.we-offer-sd__list.off-animation {
	opacity: 0.1;
	-webkit-transform: translate(0, 1rem);
	        transform: translate(0, 1rem);
}

@-webkit-keyframes we-offer-sd {
	0% {
		-webkit-transform: translate(0, 1rem);
		        transform: translate(0, 1rem);
		opacity: 0.1;
	}
	100% {
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
		opacity: 1;
	}
}

@keyframes we-offer-sd {
	0% {
		-webkit-transform: translate(0, 1rem);
		        transform: translate(0, 1rem);
		opacity: 0.1;
	}
	100% {
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
		opacity: 1;
	}
}

.we-offer-sd-card {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 3.5vh 2rem 2rem;
	border: 1px solid #0066ff;
	border-radius: 0.5rem;
	-webkit-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}

.we-offer-sd-card__icon {
	position: relative;
	z-index: 1;
	width: 7vh;
	max-width: 6rem;
	margin-bottom: 3.25vh;
}

.we-offer-sd-card::after {
	position: absolute;
	top: 2rem;
	left: 3rem;
	width: 7.1rem;
	height: 7.1rem;
	border-radius: 100%;
	background: #0066ff;
	content: '';
	-webkit-transform: scale(0) translate(-6rem, 6rem);
	        transform: scale(0) translate(-6rem, 6rem);
	-webkit-transition: -webkit-transform 0.4s ease-in-out;
	transition: -webkit-transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.we-offer-sd-card:hover::after {
	-webkit-transform: scale(1) translate(0);
	        transform: scale(1) translate(0);
}

.we-offer-sd-card:hover {
	background: #151515;
	border-color: #151515;
}

.we-offer-sd-card__title {
	width: 85%;
	min-height: 5.6vh;
	margin-bottom: 2.5vh;
	font-family: 'Blinker', sans-serif;
	font-weight: 600;
	font-size: 2.6vh;
	line-height: 2.8vh;
	letter-spacing: 0.03rem;
	color: #fff;
}

.we-offer-sd-card__list {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	        flex-direction: column;
	-webkit-box-pack: justify;
	        justify-content: space-between;
	min-height: 9.5rem;
}

.we-offer-sd-card__list-item {
	font-family: 'Lexend Deca', sans-serif;
	font-size: 1.4rem;
	line-height: 150%;
	color: #fff;
}

.we-offer-slider__wrapper {
	width: 100%;
	box-sizing: border-box;
}

.we-offer-sd .contact-us-button__orange {
	/*height: 10.7rem;*/
	/*max-width: 47.8rem;*/
	margin: 5rem auto 0;
}

@media (max-width: 1439px) {
	.we-offer-sd-card__title {
		width: 100%;
	}
}

@media (max-height: 850px) {
	/* .we-offer-sd .title-sd {
        margin-bottom: 3vh;
    } */
}

@media (max-height: 799px) {
	.we-offer-sd-card__icon {
		margin-bottom: 1.75vh !important;
	}

	.we-offer-sd-card__title {
		min-height: 3vh !important;
		margin-bottom: 1.75vh !important;
	}
}

@media (max-width: 1024px) {
	.we-offer-sd__list {
		grid-template-columns: 1fr 1fr 1fr;
		margin-top: 7rem;
	}

	.title-sd {
		text-align: center;
		margin: 0 auto;
	}

	.we-offer-slider__wrapper .slider-dots {
		padding-top: 3rem;
		margin: 0 auto;
		width: 13rem;
	}

	.we-offer-sd-card__wrapper {
		box-sizing: border-box;
		padding: 0 2rem;
	}
}

@media (max-width: 768px) {
	.we-offer-sd__list {
		display: -webkit-box;
		display: flex;
		margin-top: 2.4rem;
	}

	.we-offer-sd-card {
		margin-bottom: 3rem;
		margin-right: 2rem;
		box-sizing: border-box;
		width: 100%;
	}

	.we-offer-sd .title-sd {
		margin-bottom: 0rem;
	}
}

.how-provide {
	position: relative;
	padding: 6.5rem 4.5rem 3rem;
	box-sizing: border-box;
	background: transparent !important;
}
.how-provide:before {
	content: '';
	position: absolute;
	left: calc(50% - 10.1rem);
	width: 20.2rem;
	height: 0.5rem;
	background-color: #0066ff;
	box-shadow: 0 0.2rem 0.5rem rgba(0, 102, 255, 0.35);
	border-radius: 0.5rem;
	-webkit-animation: line-increase-horizontal 1.5s;
	        animation: line-increase-horizontal 1.5s;
}
.how-provide__container {
	width: 95%;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	        flex-direction: column;
	-webkit-box-align: center;
	        align-items: center;
	margin: 8rem auto 0;
}
.how-provide-item__wrapper {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	        justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 12rem;
	width: 100%;
	position: relative;
}
.how-provide__item-wrapper-back {
	width: 5rem;
	height: 5rem;
	padding: 1rem;
	border-radius: 50%;
	background-color: transparent;
}
.how-provide-item__wrapper:hover .how-provide__item-description {
	border-bottom: 1px solid #0066ff;
}
.how-provide-item__wrapper:hover .how-provide__item-wrapper-back {
	background-color: #0066ff;
}
.how-provide_column-right {
	-webkit-box-flex: 1;
	        flex: 1;
	z-index: 1100;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: end;
	        justify-content: flex-end;
	min-width: 35rem;
	max-width: 100%;
}
.how-provide__image-wrapper {
	max-width: 56rem;
	position: relative;
}
.how-provide__image-wrapper img:first-child {
	border: 1px solid #0066ff;
	box-sizing: border-box;
	-o-object-fit: contain;
	   object-fit: contain;
}
.how-provide__image-wrapper-photo {
	position: relative;
}
.how-provide__image-wrapper-photo .how-provide__row__name {
	-webkit-transition: 1s;
	transition: 1s;
}
.how-provide__image-wrapper-photo:hover .how-provide__row__name {
	-webkit-transform: scale(1.1) translate3d(1rem, 0, 0);
	        transform: scale(1.1) translate3d(1rem, 0, 0);
}
.how-provide_column-right img {
	-webkit-transition: 1s;
	transition: 1s;
	z-index: 1100;
	width: 100%;
}
.how-provide_column-right img:hover {
	-webkit-transform: scale(1.1) translate3d(1rem, 0, 0);
	        transform: scale(1.1) translate3d(1rem, 0, 0);
}
.how-provide__column-left {
	-webkit-box-flex: 1;
	        flex: 1;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	        flex-direction: column;
	box-sizing: border-box;
	min-width: 35rem;
	max-width: 100%;
	z-index: 1100;
}
.how-provide__column-left--between {
	padding-bottom: 2rem;
}
.how-provide__column-left--middle {
	-webkit-box-pack: end;
	        justify-content: end;
	align-self: end;
}
.how-provide__column-left--middle .how-provide__item-wrapper:first-child {
	margin-bottom: 10rem;
}
.how-provide__title {
	margin-bottom: 0.5em;
	max-width: 45%;
	-webkit-transition: 1s;
	transition: 1s;
	font-family: 'Blinker', sans-serif;
	text-transform: uppercase;
	font-size: 8rem;
	/* text-shadow: 0.5rem 0.3rem 0 rgba(0, 102, 255, 0.7); */
	color: #fff;
}
.how-provide__title--hidden {
	opacity: 0;
}
.how-provide__content {
	margin-top: 5rem;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	        justify-content: space-between;
	position: relative;
	height: auto;
	max-width: 144rem;
}
.how-provide__description-wrapper {
	max-width: 65rem;
	margin-right: 8rem;
	font-size: 2.2rem;
	line-height: 175%;
	letter-spacing: 0.1rem;
}
.how-provide_column-right .how-provide__image-stamp {
	position: absolute;
	width: 30rem;
	bottom: -13rem;
	left: -20rem;
	-webkit-transform: none !important;
	        transform: none !important;
}
.how-provide__image-mobStamp {
	position: absolute;
	top: 25rem;
	right: -2rem;
	width: 18rem !important;
	height: 18rem !important;
	-webkit-transform: none !important;
	        transform: none !important;
	background-size: cover;
}
.how-provide__description-wrapper span {
	display: inline-block;
	margin-bottom: 3rem;
	color: #fff;
}
.how-provide__item-wrapper {
	max-width: 55.3rem;
	width: 100%;
	-webkit-transition: 1s;
	transition: 1s;
	min-height: 25rem;
}
.how-provide__image-block {
	display: -webkit-box;
	display: flex;
	width: 100%;
	margin-top: 10rem;
	-webkit-box-pack: justify;
	        justify-content: space-between;
}
.how-provide__spec-block {
	display: grid;
	width: 100%;
	margin-bottom: 20rem;
	margin-top: 10rem;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 300px;
	grid-auto-rows: 100px;
	-webkit-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}
.how-provide__item-title {
	font-family: 'Blinker', sans-serif;
	font-size: 2.6rem;
	line-height: 3.1rem;
	letter-spacing: 0.08rem;
	font-weight: 600;
	margin-top: 3rem;
	color: #fff;
}
.how-provide__item-description {
	width: 100%;
	font-size: 1.8rem;
	line-height: 140%;
	letter-spacing: 0.06rem;
	margin-top: 2rem;
	min-height: 10rem;
	padding-bottom: 2rem;
	border-bottom: 1px solid #3e3e3e;
	color: #c7c7c7;
}
.how-provide__item-description span {
	display: inline-block;
	max-width: 43rem;
}
.how-provide__title--tablet {
	display: none;
}
.how-provide__mob-team-img {
	height: 40rem;
}
.how-provide__item-wrapper-team {
	background-size: cover;
	max-width: 55.3rem;
	width: 100%;
	-webkit-transition: 1s;
	transition: 1s;
	min-height: 25rem;
	height: 40rem !important;
}
.how-provide__rows {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	        flex-direction: column;
}
.how-provide__row {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 14rem;
}
.how-provide__row:nth-child(odd) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	        flex-direction: row-reverse;
}
.how-provide__row__item {
	-webkit-box-flex: 1;
	        flex: 1;
	min-width: 30rem;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	        flex-direction: column;
	justify-content: space-around;
	-webkit-box-align: start;
	        align-items: flex-start;
	margin-bottom: 3rem;
}
.how-provide__row:nth-child(2n) .how-provide__row__item {
	-webkit-box-align: end;
	        align-items: flex-end;
}
.how-provide__row__image-block {
	position: relative;
	max-width: 100%;
	z-index: 3;
}
.how-provide__row__image-block img {
	position: relative;
	-o-object-fit: contain;
	   object-fit: contain;
	width: 100%;
	/*border: 1px solid #0066FF;*/
	z-index: 4;
}
.how-provide__row__name {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	        flex-direction: column;
	-webkit-box-pack: center;
	        justify-content: center;
	position: absolute;
	background-color: #091d3c;
	width: 78%;
	height: 7.8rem;
	bottom: -3.9rem;
	z-index: 5;
	font-family: 'Blinker', sans-serif;
	line-height: 1.12;
	text-transform: capitalize;
	text-align: left;
	padding: 2.5rem;
	/*text-shadow: 0.5rem 0.3rem 0 rgb(0 102 255 / 70%);*/
	color: #fff;
	font-size: 4.7rem;
	font-weight: 600;
}
.how-provide__row__name p {
	font-size: 2.2rem;
	font-weight: 400;
}
.how-provide__row .how-provide__row__name {
	left: 3.2rem;
}

.how-provide__row:nth-child(3n + 3) .how-provide__row__item:last-child {
	margin-left: 10.6rem;
}
.how-provide__feature-wrapper {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	        justify-content: space-between;
	margin-bottom: 1rem;
	width: 100%;
	max-width: 95%;
	position: relative;
}
.how-provide__feature-content {
	-webkit-box-flex: 1;
	        flex: 1;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	        flex-direction: column;
}
.how-provide__feature-title {
	font-family: 'Blinker', sans-serif;
	font-size: 2.6rem;
	line-height: 2;
	letter-spacing: 0.08rem;
	font-weight: 600;
	color: #fff;
}
.how-provide__feature-text {
	width: 100%;
	font-size: 2rem;
	line-height: 150%;
	letter-spacing: 0.02em;
	margin-top: 1rem;
	min-height: 10rem;
	padding-bottom: 2rem;
	color: #c7c7c7;
	/*border-bottom: 1px solid #3e3e3e;*/
}
.how-provide__feature-logo {
	width: 6.6rem;
	height: 6.6rem;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
	margin-right: 4rem;
	border-radius: 50%;
	background-color: transparent;
}
.how-provide__feature-logo img {
	width: 4.2rem;
	height: 4.2rem;
}
@media (max-width: 1440px) {
	.how-provide {
		overflow: visible;
		padding-left: 0;
		padding-right: 0;
	}
	.how-provide_column-right {
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		        align-items: center;
	}
}
@media (max-width: 1024px) {
	.how-provide {
		padding: calc(11rem + 20vh) 0 9rem;
	}
	.how-provide__header {
		max-width: 55.5rem;
		margin: 0 auto;
	}
	.how-provide__header .how-provide__title {
		font-size: 4rem;
		max-width: 55.5rem;
		text-align: center;
		font-size: 40px !important;
	}
	.how-provide__description-wrapper {
		font-size: 1.8rem;
	}
	.how-provide__content {
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		        flex-direction: column;
		-webkit-box-align: center;
		        align-items: center;
		width: 100%;
	}
	.how-provide__image {
		width: 100%;
		height: 70rem;
		-o-object-fit: cover;
		   object-fit: cover;
	}
	.how-provide__items-container--mobile {
		width: 100%;
	}
	.how-provide__item-wrapper {
		width: 90%;
		max-width: unset;
		margin-right: 4rem;
	}
	.how-provide__item-wrapper:last-child {
		opacity: 1;
	}
	.how-provide__item-description span {
		max-width: 90%;
	}
	.slider-dots {
		display: -webkit-box !important;
		display: flex !important;
		width: 30rem;
		-webkit-box-pack: justify;
		        justify-content: space-between;
		margin: 4rem auto 0;
	}
	.slider-dots .slick-active {
		background: #a9a9a9;
	}
	.slider-dots li {
		width: 1rem;
		height: 1rem;
		border-radius: 400px;
		background: #3c3c3c;
		overflow: hidden;
		box-sizing: border-box;
	}
	.slider-dots button {
		font-size: 0;
		width: 100%;
		height: 100%;
	}
	.how-provide__item-description {
		height: 9rem;
	}
	.how-provide__description-wrapper span {
		margin-bottom: 2rem;
	}
	.how-provide__title--tablet {
		display: block;
		margin-bottom: 3.5rem;
	}
}
@media (max-width: 768px) {
	.how-provide-item__wrapper {
		margin-bottom: 2rem;
	}
	.how-provide .contact-us-button__orange {
		margin-left: 0;
	}
	.how-provide .contact-us-button__orange.first {
		margin-left: 0;
	}
	.how-provide__row:nth-child(2n) .contact-us-button__orange {
		margin-left: 0;
		align-self: center;
	}
	.how-provide .contact-us-button__orange.first {
		align-self: center;
	}
	.how-provide__image-wrapper {
		-webkit-box-ordinal-group: 2;
		        order: 1;
	}
	.how-provide__column-left {
		margin-top: 6.5rem;
		-webkit-box-ordinal-group: 3;
		        order: 2;
		-webkit-box-align: center;
		        align-items: center;
	}
	.how-provide__header {
		width: 95vw;
	}
	.how-provide {
		padding: 20vh 0 3rem;
	}
	.how-provide .slick-list {
		max-height: 60rem;
	}
	.how-provide__title.title-light {
		display: block;
		font-size: 6rem;
		text-shadow: unset;
		max-width: none;
	}
	.how-provide__description-wrapper {
		margin-right: 0;
	}
	.how-provide_column-right {
		-webkit-box-pack: center;
		        justify-content: center;
	}
	.how-provide__items-container--mobile {
		margin-left: 5vw;
	}
	.how-provide__item-wrapper {
		width: 95vw;
		min-height: 60rem;
	}
	.how-provide_column-right .how-provide__image-stamp {
		width: 15rem;
		bottom: -7rem;
		right: 0;
		left: unset;
	}
	.how-provide__image {
		height: 75vw;
		margin-bottom: 7rem;
		max-width: 100%;
		background-position: center;
		background-size: cover;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.how-provide__spec-block {
		grid-template-columns: none;
		grid-gap: 250px;
		grid-auto-rows: 10px;
	}
	.how-provide__row__item {
		min-width: 40rem;
	}
	.how-provide__row__item,
	.how-provide__row:nth-child(2n) .how-provide__row__item {
		-webkit-box-align: center;
		        align-items: center;
	}
	.how-provide__row:nth-child(3n + 1) .how-provide__row__item:last-child,
	.how-provide__row:nth-child(3n + 2) .how-provide__row__item:last-child,
	.how-provide__row:nth-child(3n + 3) .how-provide__row__item:last-child {
		margin: 0;
	}
	.how-provide__row:nth-child(3n + 1) .how-provide__row__image-block:before,
	.how-provide__row:nth-child(3n + 1) .how-provide__row__image-block:after,
	.how-provide__row:nth-child(3n + 2) .how-provide__row__image-block:before,
	.how-provide__row:nth-child(3n + 3) .how-provide__row__image-block:before,
	.how-provide__row:nth-child(3n + 3) .how-provide__row__image-block:after {
		display: none;
	}
	.how-provide__feature-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		        flex-direction: column;
	}
	.how-provide__feature-logo {
		-webkit-box-pack: left;
		        justify-content: left;
	}
	.how-provide__row__name {
		/*display: none*/
	}
	.how-provide__feature-content {
		margin-top: 3rem;
	}
	.how-provide__row {
		margin-bottom: 12rem;
	}
}
@media (max-width: 767px) {
	.how-provide__title.title-light {
		font-size: 3.4rem;
	}
}
@media (max-width: 500px) {
	.how-provide__image {
		max-height: 80vw;
	}
}
@media (max-width: 778px) {
	.how-provide__image {
		max-height: 80vw;
	}
}
.how-provide__container-button {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	        justify-content: center;
	max-width: 41.7rem;
	width: 100%;
	margin-top: 5rem;
}
.how-provide__row:nth-child(1n) .how-provide__container-button,
.how-provide__row:nth-child(1n) .how-provide__container-button {
	margin-left: 11rem;
}
.how-provide__row:nth-child(2n) .how-provide__container-button {
	align-self: start;
	margin-left: 14rem;
}
@media (max-width: 778px) {
	.how-provide__container-button {
		min-width: unset;
	}
	.how-provide-item__wrapper:nth-child(1n) .how-provide__container-button {
		margin: 3rem auto 0;
	}
	.how-provide__row:nth-child(1n) .how-provide__container-button,
	.how-provide__row:nth-child(1n) .how-provide__container-button {
		margin-left: 0;
	}
	.how-provide__row:nth-child(2n) .how-provide__container-button {
		align-self: center;
		margin-left: 0;
	}
}

.preface-legal {
	position: relative;
    padding-top: 10rem;
    background: url("/images/preface/preface.webp") no-repeat 100%;
    background-size: cover;
    overflow: hidden;
}

.preface-legal__section-content {
    max-width: 100vw;
}

.preface-legal__content {
	position: relative;
	height: calc(100vh - 10rem);
	max-width: 100vw;
}

.rhombus-little {
    content: '';
    position: absolute;
    left: 30%;
    bottom: 50%;
    height: 4.6rem;
    width: 4.6rem;
    background: rgba(0, 102, 255, 0.2);
    box-shadow: 0 0 6px #0066FF;
    border: 3px solid #0066FF;
    -webkit-transform: scaleX(1) rotate(45deg);
    transform: scaleX(1) rotate(45deg);
    -webkit-filter: blur(0.1rem);
            filter: blur(0.1rem);
    -webkit-animation: animation_rhombus 5s infinite;
            animation: animation_rhombus 5s infinite;
}

@media (max-width: 768px) {
    .rhombus-title {
        left: 15%;
    }
}

.rhombus-middle {
    content: '';
    position: absolute;
    left: -5%;
    top: 8%;
    height: 16.5rem;
    width: 16.5rem;
    background: rgba(0, 102, 255, 0.2);
    box-shadow: 0 0 6px #0066FF;
    border: 3px solid #0066FF;
    -webkit-transform: scaleX(1) rotate(45deg);
    transform: scaleX(1) rotate(45deg);
    -webkit-filter: blur(0.1rem);
            filter: blur(0.1rem);
    -webkit-animation: animation_rhombus 5s infinite;
            animation: animation_rhombus 5s infinite;
}
@-webkit-keyframes animation_rhombus {
    0% {
        -webkit-transform: scale(0.8) rotate(45deg);
                transform: scale(0.8) rotate(45deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.2) rotate(45deg);
                transform: scale(1.2) rotate(45deg);
        opacity: 0;
    }
}
@keyframes animation_rhombus {
    0% {
        -webkit-transform: scale(0.8) rotate(45deg);
                transform: scale(0.8) rotate(45deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.2) rotate(45deg);
                transform: scale(1.2) rotate(45deg);
        opacity: 0;
    }
}
@media (max-width: 768px) {
    .rhombus-middle {
        display: none;
    }
}

.rhombus-big {
    content: '';
    position: absolute;
    top: 23%;
    right: 0;
    height: 51.2rem;
    width: 51.2rem;
    background: rgba(0, 102, 255, 0.2);
    box-shadow: 0 0 6px #0066FF;
    border: 6px solid #0066FF;
    -webkit-transform: scaleX(1) rotate(45deg);
    transform: scaleX(1) rotate(45deg);
    -webkit-filter: blur(0.1rem);
            filter: blur(0.1rem);
    -webkit-animation: animation_rhombus 5s infinite;
            animation: animation_rhombus 5s infinite;
}

@media (max-width: 768px) {
    .rhombus-big {
        top: 0;
        right: -100%;
    }
}

.preface-legal .rhombus-big--orange,
.preface-legal .rhombus-little--orange,
.preface-legal .rhombus-middle--orange {
	border: 0.6rem solid #ff6701 !important;
	background: rgba(255, 103, 1, 0.2)  !important;
	box-shadow: 0 0 0.6rem #ff6701  !important;
}

.preface-legal__text-wrapper {
	position: relative;
	z-index: 1;
	padding: 10rem 7.5%;
}

.preface-legal__title {
	max-width: 70rem;
	margin-bottom: 4.3rem;
	font-size: 6rem;
}

.preface-legal__description {
	max-width: 70rem;
	font-family: 'Blinker', sans-serif;
	font-size: 3.2rem;
	font-weight: 600;
	line-height: 145%;
	letter-spacing: 0.02rem;
}

.preface-legal__photo-member {
	position: absolute;
	right: 0;
	bottom: 0;
    max-width: 80rem;
	max-height: calc(100vh - 12rem);
}

@media screen and (max-width: 991px) {
	.preface-legal__photo-member {
		max-width: 70rem;
	}

	.preface-legal__text-wrapper {
		padding: 10rem 7rem;
	}
}

@media screen and (max-width: 767px) {
	.preface-legal__photo-member {
		max-width: 55rem;
	}

	.preface-legal__text-wrapper {
		padding: 5rem 5rem;
	}

	.preface-legal__title {
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 3rem;
		font-size: 4.5rem !important;
		text-align: center;
	}

	.preface-legal__description {
		margin-right: auto;
		margin-left: auto;
		font-size: 2rem;
		text-align: center;
	}
}

@media screen and (max-width: 479px) {
	.preface-legal__photo-member {
		max-width: 35rem;
	}

	.preface-legal__text-wrapper {
		padding: 5rem 2rem;
	}
}
.legal-opinion {
    position: relative;
    z-index: 1;
    padding: 5.6rem 8rem 10.5rem;
    background-color: #141414;
}

.legal-opinion__content {
    max-width: 128rem;
    margin: auto;
}

.legal-opinion__title {
    margin-bottom: 5.3rem;
    text-align: center;
}

.legal-opinion__description {
    width: 92rem;
    margin: 0 auto 15.3rem;
    font-family: 'Blinker';
    font-weight: 600;
    font-size: 3.2rem;
    line-height: 145%;
    text-align: center;
    letter-spacing: 0.02rem;
}

.legal-opinion__list-item {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            justify-content: space-between;
    margin-bottom: 3.4rem;
}

.legal-opinion__item-text {
    width: calc(50% - 2rem);
    font-family: 'Lexend Deca', sans-serif;
    font-size: 2rem;
    line-height: 135%;
    letter-spacing: 0.01rem;
}

.legal-opinion__percent {
    margin-right: 2.5rem;
    font-family: 'Blinker', sans-serif;
    font-weight: 600;
    font-size: 3.2rem;
    line-height: 145%;
    letter-spacing: 0.02rem;
    color: #0066FF;
}

.legal-opinion__graph-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: end;
            justify-content: flex-end;
    width: calc(50% - 2rem);
}

.legal-opinion__graph {
    height: 2.6rem;
    background-color: #0066FF;
    border-radius: 3.1rem;
}

.legal-opinion__graph-97 {
    width: calc(97% - 7.7rem);
}

.legal-opinion__graph-90 {
    width: calc(90% - 7.7rem);
}

.legal-opinion__graph-83 {
    width: calc(83% - 7.7rem);
}

.legal-opinion__graph-69 {
    width: calc(69% - 7.7rem);
}

.legal-opinion__graph-54 {
    width: calc(54% - 7.7rem);
}

@media screen and (max-width: 991px) {
    .legal-opinion__description {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .legal-opinion {
        padding: 5.6rem 2rem 10.5rem;
    }

    .legal-opinion__title {
        margin-bottom: 3.5rem;
    }

    .legal-opinion__description {
        font-size: 2.25rem;
        margin-bottom: 10rem;
    }

    .legal-opinion__item-text {
        font-size: 2rem;
    }
}

@media screen and (max-width: 479px) {
    .legal-opinion__list-item {
        display: block;
    }

    .legal-opinion__graph-wrapper, .legal-opinion__item-text {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
                flex-flow: row-reverse;
        width: calc(100% - 2rem);
    }

    .legal-opinion__percent {
        margin-right: 0;
        margin-left: 2.5rem;
    }
}
.preface-listing {
  position: relative;
  z-index: 1;
  padding-top: 10rem;
  background: url('/images/preface/preface.webp') no-repeat 100%;
  background-size: cover;
  overflow: hidden;
}

.preface-listing__section-content {
  max-width: 100vw;
  height: calc(100vh - 10rem);
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  padding-top: 22rem;
  box-sizing: border-box;
}

.preface-sub-block {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.preface-sub-block:nth-child(2) {
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.preface-sub-block__photo {
  height: calc(50vh - 6.7rem);
}

.preface-sub-block::after {
  position: absolute;
  bottom: 0;
  width: 70vw;
  height: 0.4rem;
  content: '';
  background-color: #0066FF;
  box-shadow: 0 0.4rem 2rem rgba(0, 102, 255, 0.35);
}

.preface-listing__title {
  text-align: center;
  position: relative;
  z-index: 1;
  width: 80%;
  max-width: 90rem;
  font-family: 'Blinker',sans-serif;
  font-weight: 700;
  font-size: 6rem;
  line-height: 130%;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  background: -webkit-linear-gradient(0, #FF6701 0%, #0066FF 100%);
  -webkit-background-clip: text;
  -webkit-text-stroke: 6px transparent;
  color: #FFFFFF;
  word-spacing: 0.8rem;
}

.preface-sub-block__title:nth-child(2) {
  text-align: left;
  margin-left: 2.5vw;
}

@media (max-width: 768px) {
  .preface-listing {
    padding-top: 8rem;
  }

  .preface-listing__section-content {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    padding-top: 0rem;
  }

  .preface-listing__title {
    font-size: 4rem;
    margin: 0 !important;
    padding: 0 1rem;
  }

  .preface-sub-block__photo {
    height: calc(40vh - 6.7rem);
    max-width: 45vw;
    max-height: calc(45vw * 1.38);
  }

  .preface-sub-block__photo:nth-child(2) {
    height: calc(40vh - 6.7rem);
    max-width: 45vw;
    max-height: calc(45vw * 1.12);
  }

  .preface-sub__blocks {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: justify;
            justify-content: space-between;
    height: calc(100% - 12.5rem);
    max-height: 65rem;
    padding-bottom: 4rem;
  }
}

@media (max-width: 480px) {
  .preface-sub-block__title {
    font-size: 3rem;
  }
}
.listing-about {
	position: relative;
	padding-top: 5rem;
	padding-bottom: 9rem;
	background: url('/images/backgrounds/logo-bg-PL.svg') no-repeat;
	background-position: center -15rem;
	background-size: 79rem;
	overflow: visible;
}

.listing-about::after {
	position: absolute;
	bottom: 10rem;
	right: 14rem;
	height: 100%;
	max-height: 23.7rem;
	width: 0.3rem;
	content: '';
	background: #0066ff;
	box-shadow: 0 0.5rem 2rem rgba(0, 102, 255, 0.4);
	-webkit-animation: line-scale 5s ease-in-out infinite;
	        animation: line-scale 5s ease-in-out infinite;
	-webkit-transform: translate(0, 50%);
	        transform: translate(0, 50%);
}

.listing-about::before {
	position: absolute;
	bottom: 4rem;
	right: 10rem;
	height: 100%;
	max-height: 23.7rem;
	width: 0.3rem;
	content: '';
	background: #0066ff;
	box-shadow: 0 0.5rem 2rem rgba(0, 102, 255, 0.4);
	-webkit-animation: line-scale 6s ease-in-out infinite;
	        animation: line-scale 6s ease-in-out infinite;
	-webkit-transform: translate(0, 50%);
	        transform: translate(0, 50%);
}

.listing-about__button {
	width: 100%;
	height: 5.5rem;
}

@media (max-width: 768px) {
	.listing-about {
		padding-top: 2rem;
		padding-bottom: 7rem;
	}
}

@-webkit-keyframes line-scale {
	0% {
		max-height: 23.7rem;
	}
	50% {
		max-height: 1rem;
	}
	100% {
		max-height: 23.7rem;
	}
}

@keyframes line-scale {
	0% {
		max-height: 23.7rem;
	}
	50% {
		max-height: 1rem;
	}
	100% {
		max-height: 23.7rem;
	}
}

.listing-about .rhombus-middle {
	top: auto;
	bottom: -12rem;
	width: 15rem;
	height: 15rem;
}

.listing-about__logo-icon {
	width: 9rem;
	margin-top: 5rem;
	margin-bottom: 5rem;
}

.listing-about__rombus-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.5;
}

.listing-about__text {
	width: 95%;
	max-width: 93rem;
	text-align: center;
	position: relative;
	font-family: 'Lexend Deca', sans-serif;
	font-size: 2.2rem;
	line-height: 140%;
	letter-spacing: 0.07rem;
	color: #fff;
	margin: 3rem auto 0;
}

.desctop-hidden {
	display: none !important;
}

@media (max-width: 1024px) {
	.listing-about::after,
	.listing-about::before,
	.listing-about .rhombus-middle {
		display: none;
	}
}

@media (max-width: 479px) {
	.listing-about__text {
		text-align: left;
	}

	.listing-about__text-center {
		text-align: center;
		font-size: 2.5rem;
	}

	.mobile--hidden {
		display: none !important;
	}

	.desctop-hidden {
		display: -webkit-box !important;
		display: flex !important;
	}
}

.listing-about__title {
	font-size: 3.4rem;
	letter-spacing: 0.03rem;
	text-transform: uppercase;
	margin: 0 auto;
	font-weight: bold;
	max-width: 60rem;
	text-align: center;
	line-height: 125%;
}

.listing-about__button {
	width: 100%;
	margin: 0 auto;
	max-width: 68.4rem;
	margin-top: 3rem;
}

.listing-ga {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	        flex-direction: column;
	-webkit-box-align: center;
	        align-items: center;
	width: 100%;
	padding: 0 13.5rem 12rem !important;
}

.listing-ga__cards-wrapper {
	width: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	        flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  margin-top: 5.5rem;
}

.listing-ga__card-block:first-child {
	-webkit-box-pack: center;
	        justify-content: center;
}

.listing-ga__card-block {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	        justify-content: center;
  width: 100%;
}

.listing-ga__card {
	width: 37rem;
	min-height: 24rem;
  margin: 0 1.5rem 2.5rem;
	border: 1px solid #0066ff;
	box-sizing: border-box;
  box-shadow: 0px 0px 6px #0066ff;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  padding: 3.5rem 2rem 2.8rem;
  text-align: center;
  box-sizing: border-box;
  -webkit-transition: 1s;
  transition: 1s;
}

.listing-ga__card:hover {
  background: rgba(0, 102, 255, 0.3);
}

.listing-ga__card-title {
  font-size: 2.6rem;
  line-height: 130%;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-weight: bold;
  max-width: 30rem;
}

.listing-ga__card-description {
  font-size: 1.8rem;
  line-height: 160%;
  letter-spacing: 0.03rem;
  margin-top: 3rem;
}

@media (max-width: 600px) {
  .listing-ga {
    padding: 0 0 8rem !important;
  }

  .listing-ga__card {
    text-align: left;
    padding: 3.5rem 1rem 2.8rem;
    -webkit-box-align: start;
            align-items: flex-start;
  }
}
.platinumFundTeam {
    font-family: "Blinker";
    background: url('/images/managementPage/platinumFundManagement_logo.svg') no-repeat;
    background-position: center;
    font-style: normal;
    margin-top: 12rem;
    color: #FFFFFF;
    height: 85rem;
}

.platinumFundTeam__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: flex-end;
}

.platinumFundTeam__row1 {
    margin-left: 7rem
}

.platinumFundTeam__title {
    max-width: 77.4rem;
    font-weight: bold;
    font-size: 156px;
    line-height: 100%;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 4rem;
}

.platinumFundTeam__subtitle {
    max-width: 42.9rem;
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0.02em;
    margin-bottom: 6rem;
}

.platinumFundTeam__buttonText {
    text-decoration: none;
  }
  
  .platinumFundTeam__buttonText:hover,  .platinumFundTeam__buttonText:visited:hover {
    text-decoration: none;
  }

.platinumFundTeam__teamImage-wrapper {
    position: relative;
    top: 40.5rem;
}

@media (max-width: 1366px) {
    .platinumFundTeam__teamImage-wrapper {
        top: 59rem;
        right: 10rem;
    }

    .platinumFundTeam {
        background-size: 90%;
        height: 100%;
    }
    .platinumFundTeam__teamImage {
        width: 120%;
    }
}

@media (max-width: 768px) {
    .platinumFundTeam__content {
        display: block;
    }

    .platinumFundTeam__title {
        padding: 0rem 2rem 0rem 2rem;
        font-size: 6rem;
        max-width: 100%;
        text-align: center;
    }

    .platinumFundTeam__subtitle {
        font-size: 2rem;
        max-width: 100%;
        text-align: center;
        padding: 0rem 2rem 0rem 2rem;
    }

    .platinumFundTeam__row1 {
        margin-left: 0rem;
    }

    .platinumFundTeam__teamImage-wrapper {
        top: 0rem;
        right: 0rem;
    }

    .platinumFundTeam__teamImage {
        width: 100%;
    }

    .platinumFundTeam__button-wrapper {
        margin: 0 auto;
        text-align: center;
    }

    .platinumFundTeam__button {
        padding: 2rem 2rem 2rem 2rem;
    }
}

@media (max-width: 767px) {
    .platinumFundTeam__title {
        font-size: 3.75rem;
    }
}






.preface-marketing {
    position: relative;
    padding-top: 10rem;
    background: url("/images/preface/preface.webp") no-repeat 100%;
    background-size: cover;
    overflow: hidden;
}

.preface-about-us__section-content {
    max-width: 100vw;
}

.slider .preface-marketing__slider {
    max-width: 100vw;
}

.preface-marketing__slide {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
            align-items: center;
    min-height: 80vh;
}

.preface-marketing__content-container {
    position: absolute;
    left: 0;
    max-width: 70rem;
    height: 50rem;
    padding: 10rem 7.5%;
    z-index: 1;
}

@media (max-width: 768px) {
    .preface-marketing__content-container {
        bottom: 0;
        right: 0;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        -webkit-box-align: center;
                align-items: center;
        -webkit-box-pack: center;
                justify-content: center;
        width: 55rem;
        padding-bottom: 10rem;
        height: 80vh;
        padding: 1rem 2rem;
        max-width: 35rem;
    }
}

@media (max-width: 480px) {
    .preface-marketing__content-container {
        -webkit-box-pack: justify;
                justify-content: space-between;
        width: calc(100vw - 4rem);
        max-width: unset;
    }
}

.preface-marketing__title {
    max-width: 70rem;
    margin-bottom: 4.3rem;
    font-size: 5.5rem;
    z-index: 1;
    font-family: 'Blinker', sans-serif;
	font-weight: 700;
	line-height: 1.12;
    text-transform: uppercase;
}

@media (max-width: 480px) {
    .preface-marketing__title {
        padding-top: 3vh;
    }
}

.preface-marketing__subtitle {
    max-width: 75rem;
    margin-bottom: 4.3rem;
    font-size: 3.1rem;
    z-index: 1;
    font-family: 'Blinker', sans-serif;
	font-weight: 600;
	line-height: 1.12;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .preface-marketing__title {
        margin-bottom: 14rem;
        font-size: 3.7rem !important;
        text-align: center;
    }
    .preface-marketing__subtitle {
        display: none;
    }
}

.preface-marketing__action {
    width: 46.8rem !important;
    margin-bottom: 4rem;
}

@media (max-width: 768px) {
    .preface-marketing__action  {
        width: 35rem !important;
    }
}

@media (max-width: 480px) {
    .preface-marketing__action  {
        margin-bottom: 13rem;
    }
}

.preface-marketing__image {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: end;
            align-items: flex-end;
    height: 80vh;
    z-index: 0;
}

@media (max-width: 991px) {
    .preface-marketing__image {
        height: 60vh;
    }
}

.preface-marketing__wrapper-signature {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
            justify-content: center;
    text-shadow: 0 0 0.5rem #000;

}

.preface-marketing__signature {
    position: absolute;
    bottom: 8rem;
    right: 4rem;
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center;
}

.preface-marketing__name {
    text-align: end;
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 1.2;
    text-transform: uppercase;
    color: #FFFFFF;
}

@media (max-width: 768px) {
    .preface-marketing__name  {
        font-size: 1.6rem;
        line-height: 1;
    }
}

.preface-marketing__position {
    text-align: end;
    font-weight: normal;
    font-size: 1.2rem;
    line-height: 1;
    color: #FFFFFF;
}

@media (max-width: 768px) {
    .preface-marketing__position  {
        font-size: 1.6rem;
        line-height: 1;
    }
}

.preface-marketing__card-action-icon {
    margin-left: 1.5rem;
}

.preface-marketing .slider-default__progress {
    position: absolute;
    bottom: 6rem;
    right: 0;
    width: 22%;
    margin: 3.1em 3.1em 0 3.1em;
}

.preface-marketing .slider-default__navigation {
    position: absolute;
    bottom: 3rem;
    right: 0;
    margin: 0 3.1em;
}

.marketing-about {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 9rem;
  background: url('/images/backgrounds/logo-bg-PL.svg') no-repeat;
  background-position: center -15rem;
  background-size: 79rem;
  overflow: visible;
}

.marketing-about::after {
  position: absolute;
  bottom: 10rem;
  right: 14rem;
  height: 100%;
  max-height: 23.7rem;
  width: 0.3rem;
  content: '';
  background: #0066FF;
  box-shadow: 0 0.5rem 2rem rgba(0, 102, 255, 0.4);
  -webkit-animation: line-scale 5s ease-in-out infinite;
          animation: line-scale 5s ease-in-out infinite;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
}

.marketing-about::before {
  position: absolute;
  bottom: 4rem;
  right: 10rem;
  height: 100%;
  max-height: 23.7rem;
  width: 0.3rem;
  content: '';
  background: #0066FF;
  box-shadow: 0 0.5rem 2rem rgba(0, 102, 255, 0.4);
  -webkit-animation: line-scale 6s ease-in-out infinite;
          animation: line-scale 6s ease-in-out infinite;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
}

@media (max-width: 768px) {
  .marketing-about  {
    padding-top: 2rem;
    padding-bottom: 7rem;
  }
}

@-webkit-keyframes line-scale {
  0% {
    max-height: 23.7rem;
  }
  50% {
    max-height: 1rem;
  }
  100% {
    max-height: 23.7rem;
  }
}

@keyframes line-scale {
  0% {
    max-height: 23.7rem;
  }
  50% {
    max-height: 1rem;
  }
  100% {
    max-height: 23.7rem;
  }
}

.marketing-about .rhombus-middle {
  top: auto;
  bottom: -12rem;
  width: 15rem;
  height: 15rem;
}

.marketing-about__logo-icon {
  width: 9rem;
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.marketing-about__rombus-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
}

.marketing-about__text {
  width: 95%;
  max-width: 93rem;
  text-align: center;
  position: relative;
  font-family: 'Lexend Deca', sans-serif;
  font-size: 2.2rem;
  line-height: 140%;
  letter-spacing: 0.07rem;
  color: #fff;
  margin: 3rem auto 0;
}


@media (max-width: 1024px) {
  .marketing-about::after, 
  .marketing-about::before, 
  .marketing-about .rhombus-middle {
    display: none;
  }
}

@media (max-width: 479px) {
  .marketing-about {
    display: none !important;
  }
}

.marketing-about .text-wrap span {
  white-space: nowrap;
}
.preface-otc {
    height: 113.25rem;
}

.preface-otc__section-content {
    display: -webkit-box;
    display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	        flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
    width: 100rem;
    padding-top: 15rem;
    margin: auto;
}

.preface-otc__title {
    text-align: center;
}

.preface-otc__button {
    width: 32.2rem;
    margin-top: 7.5rem;
    border: 0.2rem solid #fff;
    -webkit-animation: animation_button 2.5s infinite;
            animation: animation_button 2.5s infinite;
}

@-webkit-keyframes animation_button {
    0% {
        -webkit-transform: scale(1);
                transform: scale(1);
        box-shadow: 0 0 0 #0066FF;
    }
    50% {
        -webkit-transform: scale(1.025);
                transform: scale(1.025);
        box-shadow: 0 0 1rem #0066FF;
    }
    100% {
        -webkit-transform: scale(1);
                transform: scale(1);
        box-shadow: 0 0 0 #0066FF;
    }
}

@keyframes animation_button {
    0% {
        -webkit-transform: scale(1);
                transform: scale(1);
        box-shadow: 0 0 0 #0066FF;
    }
    50% {
        -webkit-transform: scale(1.025);
                transform: scale(1.025);
        box-shadow: 0 0 1rem #0066FF;
    }
    100% {
        -webkit-transform: scale(1);
                transform: scale(1);
        box-shadow: 0 0 0 #0066FF;
    }
}

.preface-otc__decoration-wrapper {
	position: absolute;
	top: -67rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

.preface-otc__decoration-wrapper::after {
    position: absolute;
    bottom: -50rem;
    left: calc(50% - 0.5px);
    width: 1px;
    height: 23.2rem;
    content: '';
    opacity: 0.2;
    background: #0066FF;
}

.preface-otc__decoration-wrapper::before {
    position: absolute;
    bottom: -30rem;
    left: calc(50% - 0.7rem);
    width: 1.4rem;
    height: 1.4rem;
    content: '';
    background-image: url('/images/preface/otc/icon-arrows-down.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.preface-otc__decoration {
	position: relative;
    z-index: -100;
    width: 130rem;
    height: 130rem;
    border: 0.1rem solid #fff;
    box-shadow: 0 0 2rem #0066FF;
	background: linear-gradient(153.06deg, #ffffff -280%, #0066ff 135.65%);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    overflow: hidden;
}

.preface-otc__decoration::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    content: '';
    box-shadow: inset 0 0 1.5rem #0066FF;
}

.preface-otc__decoration-image {
    position: absolute;
    bottom: 34%;
    left: 56%;
    -webkit-transform: rotate(-45deg) translate(-50%);
            transform: rotate(-45deg) translate(-50%);
    background-image: url('/images/preface/otc/bg.webp');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
    width: 138%;
    height: 77%;
}

.preface-otc .rhombus-little {
    content: '';
    position: absolute;
    left: 17%;
    top: 19%;
    height: 5rem;
    width: 5rem;
    background: rgba(0, 102, 255, 0.2);
    box-shadow: 0 0 0.6rem #0066FF;
    border: 0.1rem solid #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-animation: animation_rhombus 5s infinite;
            animation: animation_rhombus 5s infinite;
}

@-webkit-keyframes animation_rhombus {
    0% {
        -webkit-transform: scale(0.8) rotate(45deg);
                transform: scale(0.8) rotate(45deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.2) rotate(45deg);
                transform: scale(1.2) rotate(45deg);
        opacity: 0;
    }
}

@keyframes animation_rhombus {
    0% {
        -webkit-transform: scale(0.8) rotate(45deg);
                transform: scale(0.8) rotate(45deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.2) rotate(45deg);
                transform: scale(1.2) rotate(45deg);
        opacity: 0;
    }
}

.preface-otc__tokensale {
    position: absolute;
	top: calc(130rem - 20vw);
    left: calc(23rem - 20vw);
    width: 37.4rem;
    height: 22.2rem;
    -webkit-animation: animation_wave--left 2.5s infinite ease-in-out;
            animation: animation_wave--left 2.5s infinite ease-in-out;
    opacity: 0.6;
}

.preface-otc__twitter-bounty {
    position: absolute;
	top: calc(156rem - 20vw);
    left: calc(43rem - 20vw);
    width: 35rem;
    height: 12rem;
    -webkit-animation: animation_wave--left 2.5s infinite ease-in-out;
            animation: animation_wave--left 2.5s infinite ease-in-out;
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
    opacity: 0.6;
}

.preface-otc__total-balance {
    position: absolute;
	top: calc(169rem - 20vw);
    left: calc(56rem - 20vw);
    width: 44rem;
    height: 36rem;
    -webkit-animation: animation_wave--left 2.5s infinite ease-in-out;
            animation: animation_wave--left 2.5s infinite ease-in-out;
    opacity: 0.6;
}

.preface-otc__twitter-bounty--right {
    position: absolute;
	top: calc(125rem - 20vw);
    right: calc(26rem - 20vw);
    width: 35rem;
    height: 12rem;
    -webkit-animation: animation_wave 2.5s infinite ease-in-out;
            animation: animation_wave 2.5s infinite ease-in-out;
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
    opacity: 0.6;
}

.preface-otc__referrals-activity {
    position: absolute;
	top: calc(137rem - 20vw);
    right: calc(40rem - 20vw);
    width: 31.5rem;
    height: 25.6rem;
    -webkit-animation: animation_wave 2.5s infinite ease-in-out;
            animation: animation_wave 2.5s infinite ease-in-out;
    opacity: 0.6;
}

.preface-otc__buy-tokens {
    position: absolute;
    top: calc(166rem - 20vw);
    right: calc(44rem - 20vw);
    width: 48rem;
    height: 24rem;
    -webkit-animation: animation_wave 2.5s infinite ease-in-out;
            animation: animation_wave 2.5s infinite ease-in-out;
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
    opacity: 0.6;
}

@-webkit-keyframes animation_wave {
    0% {
        -webkit-transform: translate(0);
                transform: translate(0);
    }
    50% {
        -webkit-transform: translate(0.5rem, 0.5rem);
                transform: translate(0.5rem, 0.5rem);
    }
    100% {
        -webkit-transform: translate(0);
                transform: translate(0);
    }
}

@keyframes animation_wave {
    0% {
        -webkit-transform: translate(0);
                transform: translate(0);
    }
    50% {
        -webkit-transform: translate(0.5rem, 0.5rem);
                transform: translate(0.5rem, 0.5rem);
    }
    100% {
        -webkit-transform: translate(0);
                transform: translate(0);
    }
}

@-webkit-keyframes animation_wave--left {
    0% {
        -webkit-transform: translate(0);
                transform: translate(0);
    }
    50% {
        -webkit-transform: translate(-0.5rem, 0.5rem);
                transform: translate(-0.5rem, 0.5rem);
    }
    100% {
        -webkit-transform: translate(0);
                transform: translate(0);
    }
}

@keyframes animation_wave--left {
    0% {
        -webkit-transform: translate(0);
                transform: translate(0);
    }
    50% {
        -webkit-transform: translate(-0.5rem, 0.5rem);
                transform: translate(-0.5rem, 0.5rem);
    }
    100% {
        -webkit-transform: translate(0);
                transform: translate(0);
    }
}

@media screen and (max-width: 1439px) {
    .preface-otc__tokensale {
        top: calc(124rem - 20vw);
        left: calc(27rem - 20vw);
    }
    
    .preface-otc__twitter-bounty {
        top: calc(149rem - 20vw);
        left: calc(45rem - 20vw);
    }
    
    .preface-otc__total-balance {
        top: calc(161rem - 20vw);
        left: calc(54rem - 20vw);
    }
    
    .preface-otc__twitter-bounty--right {
        top: calc(121rem - 20vw);
        right: calc(28rem - 20vw);
    }
    
    .preface-otc__referrals-activity {
        top: calc(133rem - 20vw);
        right: calc(37rem - 20vw);
    }
    
    .preface-otc__buy-tokens {
        top: calc(162rem - 20vw);
        right: calc(40rem - 20vw);
    }

    .preface-otc__decoration-image {
        bottom: 28%;
        left: 58%;
        width: 115%;
        height: 77%;
    }

    .preface-otc .rhombus-little {
        left: 12%;
        top: 17%;
    }

    .preface-otc__decoration-wrapper::after {
        bottom: -49.75rem;
    }
}

@media screen and (max-width: 991px) {
    .preface-otc__tokensale,
    .preface-otc__twitter-bounty,
    .preface-otc__total-balance,
    .preface-otc__twitter-bounty--right,  
    .preface-otc__referrals-activity,
    .preface-otc__buy-tokens {
        display: none;
    }

    .preface-otc__decoration {
        width: 125rem;
        height: 125rem;
    }

    .preface-otc {
        max-height: 107.25rem;
    }

    .preface-otc__section-content {
        width: 90%;
        padding-top: 20rem;
    }

    .preface-otc .rhombus-little {
        left: 30%;
        top: 17%;
    }

    .preface-otc__decoration-wrapper::after {
        bottom: -46rem;
    }

    .preface-otc__decoration-wrapper::after {
        bottom: -49rem;
    }
}

@media screen and (max-width: 767px) {
    .preface-otc {
        height: 89rem;
    }

    .preface-otc__decoration {
        width: 110rem;
        height: 110rem;
    }

    .preface-otc__section-content {
        padding-top: 15rem;
    }

    .preface-otc .rhombus-little {
        left: 40%;
        top: 25%;
    }

    .preface-otc__decoration-image {
        bottom: 24%;
        left: 58%;
        width: 101%;
        height: 77%;
    }

    .preface-otc__decoration-wrapper::after {
        bottom: -46.25rem;
    }

    .preface-otc__decoration-wrapper::before {
        bottom: -27rem;
    }
}

@media screen and (max-width: 479px) {
    .preface-otc__button {
        width: 90%;
    }
}
.about-otc {
    position: relative;
}

.about-otc::after {
    position: absolute;
    top: 0;
    width: 144rem;
    height: 282.4rem;
    background-image: url('/images/icons/aboutOTC/night-sky.svg');
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    -webkit-transform: translate(0, -35%);
            transform: translate(0, -35%);
}

.about-otc__section-content {
    position: relative;
    z-index: 1;
    width: 90%;
    max-width: 108rem;
    margin: auto;
    padding-bottom: 22.5rem;
}

.about-otc__top-decoration {
    width: 8rem;
    height: 3rem;
    margin: 0 auto 7.5rem;
    font-family: 'Lexend Deca', sans-serif;
    font-size: 1.2rem;
    text-align: center;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    color: #0066FF;
    line-height: 3rem;
    background: rgba(0, 102, 255, 0.2);
    box-shadow: 0 0 1.5rem rgba(0, 102, 255, 0.15);
    border-radius: 2rem;
}

.about-otc__title {
    margin-bottom: 10rem;
    text-align: center;
}

.about-otc__blocks-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
}

.otc-about-block {
    width: 30.5rem;
}

.otc-about-block__img-wrapper {
    position: relative;
    height: 18.8rem;
    margin: 0 auto 4.5rem;
}

.otc-about-block__img-wrapper--1 {
    width: 21.4rem;
}

.otc-about-block__img-wrapper--2 {
    width: 23rem;
}

.otc-about-block__img-wrapper--3 {
    width: 22.1rem;
}

.otc-about-block__img-wrapper img {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-animation: animation_about_wave 3.5s infinite ease-in-out;
            animation: animation_about_wave 3.5s infinite ease-in-out;
}

.otc-about-block__img-wrapper img:nth-child(1) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
}

.otc-about-block__img-wrapper img:nth-child(2) {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
}

.otc-about-block__img-wrapper img:nth-child(3) {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
}

.otc-about-block__img-wrapper img:nth-child(4) {
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
}

.otc-about-block__img-wrapper img:nth-child(5) {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
}

.otc-about-block__img-wrapper img:nth-child(6) {
    -webkit-animation-delay: 1.2s;
            animation-delay: 1.2s;
}

.otc-about-block__title {
    min-height: 12.75rem;
    font-family: 'Blinker', sans-serif;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 140%;
    text-align: center;
    letter-spacing: 0.02rem;
    
}

.otc-about-block__description {
    font-family: 'Blinker', sans-serif;
    font-size: 2.4rem;
    line-height: 140%;
    text-align: left;
    letter-spacing: 0.02rem;
}

@-webkit-keyframes animation_about_wave {
    0% {
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(0, 0.75rem);
                transform: translate(0, 0.75rem);
    }
    100% {
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
    }
}

@keyframes animation_about_wave {
    0% {
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(0, 0.75rem);
                transform: translate(0, 0.75rem);
    }
    100% {
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
    }
}

@media screen and (max-width: 667px) {
    .otc-about-block {
        min-height: 60rem;
        margin: auto;
    }

    .otc-about-block__img-wrapper {
        width: 31rem;
        height: 28rem;
        margin-bottom: 2rem;
    }
}
.detail-info-block {
    position: relative;
    z-index: 1;
    width: 47rem;
}

.detail-info-block__title {
    padding-top: 16rem;
    margin-bottom: 6.3rem;
}

.detail-info-block__title::before {
    position: absolute;
    top: 7rem;
    left: 0;
    width: 4rem;
    height: 4rem;
    content: '';
    border: 1px solid #FFFFFF;
    box-shadow: 0 0 1.5rem #0066FF;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-animation: animation_rhombus 5s infinite;
            animation: animation_rhombus 5s infinite;
}

.detail-info-block__title::after {
    position: absolute;
    top: 7rem;
    left: 0;
    width: 4rem;
    height: 4rem;
    content: '';
    border: 1px solid #FFFFFF;
    box-shadow: inset 0 0 1.5rem #0066FF;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-animation: animation_rhombus 5s infinite;
            animation: animation_rhombus 5s infinite;
}

@-webkit-keyframes animation_rhombus {
    0% {
        -webkit-transform: scale(0.8) rotate(45deg);
                transform: scale(0.8) rotate(45deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.2) rotate(45deg);
                transform: scale(1.2) rotate(45deg);
        opacity: 0;
    }
}

@keyframes animation_rhombus {
    0% {
        -webkit-transform: scale(0.8) rotate(45deg);
                transform: scale(0.8) rotate(45deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.2) rotate(45deg);
                transform: scale(1.2) rotate(45deg);
        opacity: 0;
    }
}


.detail-info-block__description {
    margin-bottom: 7rem;
    font-family: 'Blinker', sans-serif;
    font-size: 2rem;
    line-height: 155%;
    letter-spacing: 0.03rem;
}

.detail-info-block__item {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    margin-bottom: 2rem;
}

.detail-info-block__item-icon {
    width: 7.9rem;
}

.detail-info-block__item-text {
    font-family: 'Blinker', sans-serif;
    font-size: 2.4rem;
    line-height: 140%;
    letter-spacing: 0.02rem;
    margin-bottom: 2rem;
}

@media screen and (max-width: 1199px) {
    .detail-info-block__title::before {
        top: 5rem;
    }
    
    .detail-info-block__title::after {
        top: 5rem;
    }
}

@media screen and (max-width: 850px) {
    .detail-info-block {
        width: 100%;
    }

    .detail-info-block__title {
        margin-bottom: 5rem;
    }

    .detail-info-block__description {
        margin-bottom: 5rem;
    }

    .detail-info-block__item-text {
        font-size: 2rem;
    }
}
.automated-otc {
    position: relative;
    padding-bottom: 24rem;
}

.automated-otc::after {
    position: absolute;
    top: -137rem;
    width: 144rem;
    height: 305.6rem;
    content: '';
    background-image: url('/images/automatedOTC/night-sky.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.automated-otc__section-content {
    position: relative;
    z-index: 1;
    width: 90%;
    max-width: 117rem;
    margin: auto;
}

.automated-otc__sub-title {
    width: 76rem;
    margin: 0 auto 6rem;
    font-family: 'Blinker', sans-serif;
    font-size: 4rem;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.03rem;
    line-height: 125%;
}

.automated-otc__title {
    margin-bottom: 6rem;
    text-align: center;
}

.automated-otc__main-description {
    width: 75rem;
    margin: 0 auto 5rem;
    font-family: 'Blinker', sans-serif;
    font-size: 2.4rem;
    line-height: 155%;
    letter-spacing: 0.03rem;
    text-align: center;
}

.automated-otc__button {
    margin: 0 auto 5rem;
    border: 0.2rem solid #fff;
}

.automated-otc__content-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
}

.automated-otc__illustration {
    position: relative;
    width: calc(90vw - 52rem);
    height: calc(1.193 * (90vw - 52rem));
    max-width: 60.6rem;
    max-height: 72.3rem;
}

.automated-illustration img {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-animation: animation_about_wave 3.5s infinite ease-in-out;
            animation: animation_about_wave 3.5s infinite ease-in-out;
}

[data-aos="automated-from-left-face-1"].aos-animate {
    -webkit-animation: animation_about_wave 3.5s infinite ease-in-out 1.2s, automated_from_left 0.7s ease-in-out;
            animation: animation_about_wave 3.5s infinite ease-in-out 1.2s, automated_from_left 0.7s ease-in-out;
}

[data-aos="automated-from-left-face-2"].aos-animate {
    -webkit-animation: animation_about_wave 3.5s infinite ease-in-out 0.8s, automated_from_left 0.8s ease-in-out;
            animation: animation_about_wave 3.5s infinite ease-in-out 0.8s, automated_from_left 0.8s ease-in-out
}

[data-aos="automated-from-left-face-3"].aos-animate {
    -webkit-animation: animation_about_wave 3.5s infinite ease-in-out 1.4s, automated_from_left 0.9s ease-in-out;
            animation: animation_about_wave 3.5s infinite ease-in-out 1.4s, automated_from_left 0.9s ease-in-out;
}

.automated-illustration__dotes {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
}

[data-aos="automated-from-left-peoples"].aos-animate {
    -webkit-animation: animation_about_wave 3.5s infinite ease-in-out 0.6s, automated_from_left 0.6s ease-in-out;
            animation: animation_about_wave 3.5s infinite ease-in-out 0.6s, automated_from_left 0.6s ease-in-out;
}

[data-aos="automated-from-right-checks"].aos-animate {
    -webkit-animation: animation_about_wave 3.5s infinite ease-in-out 1s, automated_from_right 0.5s ease-in-out;
            animation: animation_about_wave 3.5s infinite ease-in-out 1s, automated_from_right 0.5s ease-in-out;
}

[data-aos="automated-from-right-checks-5"].aos-animate {
    -webkit-animation: animation_about_wave 3.5s infinite ease-in-out 0.6s, automated_from_right 0.7s ease-in-out;
            animation: animation_about_wave 3.5s infinite ease-in-out 0.6s, automated_from_right 0.7s ease-in-out;
}

[data-aos="automated-from-right-checks-10"].aos-animate {
    -webkit-animation: animation_about_wave 3.5s infinite ease-in-out 0.2s, automated_from_right 0.8s ease-in-out;
            animation: animation_about_wave 3.5s infinite ease-in-out 0.2s, automated_from_right 0.8s ease-in-out;
}

[data-aos="automated-from-right-bottom-block"].aos-animate {
    -webkit-animation: animation_about_wave 3.5s infinite ease-in-out 1.8s, automated_from_right 0.4s ease-in-out;
            animation: animation_about_wave 3.5s infinite ease-in-out 1.8s, automated_from_right 0.4s ease-in-out;
}

@-webkit-keyframes automated_from_left {
    0% {
        opacity: 0;
        -webkit-transform: translate(-7rem, 0);
                transform: translate(-7rem, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
    }
}

@keyframes automated_from_left {
    0% {
        opacity: 0;
        -webkit-transform: translate(-7rem, 0);
                transform: translate(-7rem, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
    }
}

@-webkit-keyframes automated_from_right {
    0% {
        opacity: 0;
        -webkit-transform: translate(7rem, 0);
                transform: translate(7rem, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
    }
}

@keyframes automated_from_right {
    0% {
        opacity: 0;
        -webkit-transform: translate(7rem, 0);
                transform: translate(7rem, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
    }
}

@-webkit-keyframes animation_about_wave {
    0% {
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(0, 0.75rem);
                transform: translate(0, 0.75rem);
    }
    100% {
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
    }
}

@keyframes animation_about_wave {
    0% {
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(0, 0.75rem);
                transform: translate(0, 0.75rem);
    }
    100% {
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
    }
}

.automated-illustration__face-1 {
    position: absolute;
    top: 11%;
    left: 0;
    width: 4.95%;
}

.automated-illustration__face-2 {
    position: absolute;
    top: 0;
    left: 20.54%;
    width: 7.18%;
}

.automated-illustration__face-3 {
    position: absolute;
    top: 11.27%;
    left: 14.85%;
    width: 14.47%;
}

.automated-illustration__dotes {
    position: absolute;
    right: 10.2%;
    bottom: 0.7%;
    width: 39.35%;
}

.automated-illustration__peoples {
    position: absolute;
    top: 21.64%;
    left: 0;
    width: 57.75%;
}

.automated-illustration__checks {
    position: absolute;
    top: 17.5%;
    right: -10%;
    width: 83%;
    height: 86.38%;
}

.automated-illustration__checks-image, 
.automated-illustration__checks-5,
.automated-illustration__checks-10 {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.automated-illustration__bottom-block {
    position: absolute;
    right: -10%;
    bottom: -32%;
    width: 89%;
}


@media screen and (max-width: 991px) {
    .detail-info-block__title {
        padding-top: 12rem;
    }
}

@media screen and (max-width: 850px) {
    .automated-otc {
        padding-bottom: 18rem;
        margin-bottom: 0;
    }

    .automated-otc__content-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
                flex-direction: column-reverse;
        -webkit-box-align: center;
                align-items: center;
    }

    .automated-otc__main-description {
        width: 90%;
    }

    .automated-otc__illustration {
        width: 90vw;
        height: calc(1.193 * 90vw);
        margin-top: 4rem;
    }
}

@media screen and (max-width: 767px) {
    .automated-otc__title {
        margin-bottom: 4rem;
    }

    .automated-otc__sub-title {
        width: 100%;
        max-width: 65rem;
        margin-bottom: 4rem;
        font-size: 3.2rem;
    }

    .automated-otc__main-description {
        width: 100%;
        max-width: 65rem;
    }
}
.safe-otc {
    margin-bottom: 10rem;
}

.safe-otc__section-content {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    width: 90%;
    max-width: 118.2rem;
    margin: 0 auto;
}

.safe-illustration {
    position: relative;
    width: calc(90vw - 52rem);
    height: calc(1.192 * (90vw - 52rem));
    max-width: 68.2rem;
    max-height: 81.3rem;
}

.safe-illustration__dotes {
    position: absolute;
    top: 8.45%;
    right: 16%;
    width: 29%;
    -webkit-animation: animation_safe_wave 3.5s infinite ease-in-out 1s;
            animation: animation_safe_wave 3.5s infinite ease-in-out 1s;
}

.safe-illustration__img {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-animation: animation_safe_wave 3.5s infinite ease-in-out;
            animation: animation_safe_wave 3.5s infinite ease-in-out;
}

[data-aos="safe-from-left-tokens"].aos-animate {
    -webkit-animation: animation_safe_wave 3.5s infinite ease-in-out 1.5s, safe_from_left 0.4s ease-in-out;
            animation: animation_safe_wave 3.5s infinite ease-in-out 1.5s, safe_from_left 0.4s ease-in-out;
}

[data-aos="safe-from-right-diagram"].aos-animate {
    -webkit-animation: animation_safe_wave 3.5s infinite ease-in-out 1.1s, safe_from_right 0.5s ease-in-out;
            animation: animation_safe_wave 3.5s infinite ease-in-out 1.1s, safe_from_right 0.5s ease-in-out;
}

[data-aos="safe-from-left-balance"].aos-animate {
    -webkit-animation: animation_safe_wave 3.5s infinite ease-in-out 2s, safe_from_left 0.6s ease-in-out;
            animation: animation_safe_wave 3.5s infinite ease-in-out 2s, safe_from_left 0.6s ease-in-out;
}

.safe-illustration__img:nth-child(1) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
}

.safe-illustration__img:nth-child(1) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
}

.safe-illustration__img:nth-child(2) {
    -webkit-animation-delay: 1.4s;
            animation-delay: 1.4s;
}

.safe-illustration__img:nth-child(3) {
    -webkit-animation-delay: 1.8s;
            animation-delay: 1.8s;
}

.safe-illustration__img:nth-child(4) {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
}

.safe-illustration__img:nth-child(5) {
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
}

.safe-illustration__img:nth-child(7) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
}

.safe-illustration__img:nth-child(8) {
    -webkit-animation-delay: 0.9s;
            animation-delay: 0.9s;
}

.safe-illustration__img:nth-child(10) {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
}

@-webkit-keyframes safe_from_left {
    0% {
        opacity: 0;
        -webkit-transform: translate(-7rem, 0);
                transform: translate(-7rem, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
    }
}

@keyframes safe_from_left {
    0% {
        opacity: 0;
        -webkit-transform: translate(-7rem, 0);
                transform: translate(-7rem, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
    }
}

@-webkit-keyframes safe_from_right {
    0% {
        opacity: 0;
        -webkit-transform: translate(7rem, 0);
                transform: translate(7rem, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
    }
}

@keyframes safe_from_right {
    0% {
        opacity: 0;
        -webkit-transform: translate(7rem, 0);
                transform: translate(7rem, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
    }
}

@-webkit-keyframes animation_safe_wave {
    0% {
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(0, 0.75rem);
                transform: translate(0, 0.75rem);
    }
    100% {
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
    }
}

@keyframes animation_safe_wave {
    0% {
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(0, 0.75rem);
                transform: translate(0, 0.75rem);
    }
    100% {
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
    }
}

@media screen and (max-width: 850px) {
    .safe-otc__section-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        width: 90%;
        margin: 0 auto;
    }

    .safe-illustration {
        width: 100vw;
        height: calc(1.192 * 100vw);
        margin: 6.875rem 0 0 -5vw;
    }
}
.ico-otc {
    margin-bottom: 23rem;
}

.ico-otc__section-content {
    width: 90%;
    max-width: 101rem;
    margin: 0 auto;
}

.ico-otc__title {
    margin-bottom: 12.3rem;
    text-align: center;
}

.ico-otc__content-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    position: relative;
    margin-left: calc(22% - 7.75rem);
}

.ico-otc__content-wrapper::after {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(25% - 7.5rem);
    height: 6rem;
    content: '';
    background: #141414;
}

.ico-otc__line {
    position: absolute;
    top: 3rem;
    height: 1px;
    width: 100%;
    background: #fff;
    opacity: 0;
}

[data-aos="ico-otc-line"].aos-animate {
    -webkit-animation: ico_otc_line 1.28s linear;
            animation: ico_otc_line 1.28s linear;
    opacity: 1;
}

@-webkit-keyframes ico_otc_line {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@keyframes ico_otc_line {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

.ico-otc__item {
    width: calc(25% - 1.75rem);
}

.ico-otc__check {
    position: relative;
    z-index: 1;
    width: 6rem;
    height: 6rem;
    border-radius: 100%;
    background: linear-gradient(326.88deg, #0066FF 0%, #72AAFF 86.27%);
    box-shadow: 0 0.5rem 1.5rem rgba(0, 102, 255, 0.15);
}

.ico-otc__check::after {
    position: absolute;
    top: calc(50% - 1rem);
    left: calc(50% - 1.3rem);
    width: 2.6rem;
    height: 2rem;
    background: url('/images/icons/check.svg') no-repeat;
    background-size: contain;
    content: '';
}

.ico-otc__item-title {
    min-height: 4.5rem;
    margin-top: 3rem;
    margin-bottom: 3.6rem;
    font-family: 'Blinker', sans-serif;
    font-size: 1.8rem;
    line-height: 155%;
    letter-spacing: 0.03rem;
}

.ico-otc__list {
    padding-left: 2.1rem;
}

.ico-otc__list-item {
    position: relative;
    font-family: 'Blinker', sans-serif;
    font-size: 1.8rem;
    line-height: 220%;
    letter-spacing: 0.03rem;
    opacity: 0.75;
}

.ico-otc__list-item::before {
    position: absolute;
    top: 1.5rem;
    left: -2.1rem;
    width: 0.6rem;
    height: 0.6rem;
    content: '';
    box-shadow: 0 0 0 0.3rem rgba(0, 102, 255, 0.1);
    border-radius: 100%;
    background: #0066FF;
}

@media screen and (max-width: 991px) {
    .ico-otc {
        margin-bottom: 11rem;
    }
}

@media screen and (max-width: 767px) {
    .ico-otc__check {
        width: 7.5rem;
        height: 7.5rem;
    }

    .ico-otc__check::after {
        top: calc(50% - 1.25rem);
        left: calc(50% - 1.625rem);
        width: 3.25rem;
        height: 2.5rem;
    }

    .ico-otc__item::before {
        position: absolute;
        top: 3.75rem;
        left: -28vw;
        width: 150vw;
        height: 1px;
        background-color: #fff;
        content: '';
    }

    .ico-otc .slider__slide:last-child .ico-otc__item::before {
        left: -150vw;
    }

    .ico-otc .slider__slide:first-child .ico-otc__item::before {
        left: 0;
    }

    .ico-otc__item-title {
        min-height: auto;
        margin-bottom: 2.5rem;
        font-size: 2rem;
    }

    .ico-otc__list-item {
        font-size: 1.75rem;
    }

    .ico-otc__item {
        position: relative;
        width: 100%;
        min-height: 31rem;
    }

    .ico-otc__slider {
        max-width: 40rem;
        margin: auto;
    }
}
.inclusive-otc {
    margin-bottom: 22rem;
}

.inclusive-otc__section-content {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
            justify-content: flex-end;
    width: 90%;
    max-width: 117rem;
    margin: 0 auto;
}

.inclusive-illustration {
    position: absolute;
    left: 0;
    width: calc(90vw - 42rem);
    height: calc(0.829 * (90vw - 42rem));
    max-width: 71rem;
    max-height: 58.9rem;
    margin-left: -7rem;
}

.inclusive-illustration__dotes {
    position: absolute;
    top: 41%;
    left: 18.5%;
    width: 27.83%;
    -webkit-animation: animation_inclusive_wave 3.5s infinite ease-in-out 1s;
            animation: animation_inclusive_wave 3.5s infinite ease-in-out 1s;
}

.inclusive-illustration__top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 44.14%;
}

.inclusive-illustration__table {
    position: absolute;
    top: 17.5%;
    width: 100%;
}

.inclusive-illustration__line {
    position: absolute;
    top: 5%;
    left: 27%;
    width: 28%;
}

.inclusive-illustration__passport {
    position: absolute;
    width: 20%;
    top: 0;
    left: 47.5%;
}

.inclusive-illustration__face-1 {
    position: absolute;
    top: 4%;
    right: 25.25%;
    width: 5%;
    border: 0.2rem solid #fff;
    border-radius: 30%;
}

.inclusive-illustration__face-2 {
    position: absolute;
    top: 4%;
    right: 18%;
    width: 5%;
    border: 0.2rem solid #fff;
    border-radius: 30%;
}

.inclusive-illustration__face-3 {
    position: absolute;
    top: 4%;
    right: 11%;
    width: 5%;
    border: 0.2rem solid #fff;
    border-radius: 30%;
}

.inclusive-illustration__check {
    position: absolute;
    left: 10.5%;
    bottom: 11.75%;
    width: 35%;
}

.inclusive-illustration__form {
    position: absolute;
    right: 1%;
    bottom: -14.5%;
    width: 62%;
}

[data-aos='safe-from-left-table'].aos-animate {
    -webkit-animation: animation_inclusive_wave 3.5s infinite ease-in-out 0s, inclusive_from_left 0.4s ease-in-out;
            animation: animation_inclusive_wave 3.5s infinite ease-in-out 0s, inclusive_from_left 0.4s ease-in-out;
}

[data-aos='safe-from-left-face-1'].aos-animate {
    -webkit-animation: animation_inclusive_wave 3.5s infinite ease-in-out 0.8s, inclusive_from_left 0.4s ease-in-out;
            animation: animation_inclusive_wave 3.5s infinite ease-in-out 0.8s, inclusive_from_left 0.4s ease-in-out;
}

[data-aos='safe-from-left-face-2'].aos-animate {
    -webkit-animation: animation_inclusive_wave 3.5s infinite ease-in-out 1.6s, inclusive_from_left 0.4s ease-in-out;
            animation: animation_inclusive_wave 3.5s infinite ease-in-out 1.6s, inclusive_from_left 0.4s ease-in-out;
}

[data-aos='safe-from-left-face-3'].aos-animate {
    -webkit-animation: animation_inclusive_wave 3.5s infinite ease-in-out 1.2s, inclusive_from_left 0.4s ease-in-out;
            animation: animation_inclusive_wave 3.5s infinite ease-in-out 1.2s, inclusive_from_left 0.4s ease-in-out;
}

[data-aos='safe-from-left-form'].aos-animate {
    -webkit-animation: animation_inclusive_wave 3.5s infinite ease-in-out 0.4s, inclusive_from_right 0.6s ease-in-out;
            animation: animation_inclusive_wave 3.5s infinite ease-in-out 0.4s, inclusive_from_right 0.6s ease-in-out;
}

[data-aos='safe-from-left-check'].aos-animate {
    -webkit-animation: animation_inclusive_wave 3.5s infinite ease-in-out 1.4s, inclusive_from_left 0.6s ease-in-out;
            animation: animation_inclusive_wave 3.5s infinite ease-in-out 1.4s, inclusive_from_left 0.6s ease-in-out;
}

@-webkit-keyframes animation_inclusive_wave {
    0% {
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(0, 0.75rem);
                transform: translate(0, 0.75rem);
    }
    100% {
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
    }
}

@keyframes animation_inclusive_wave {
    0% {
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(0, 0.75rem);
                transform: translate(0, 0.75rem);
    }
    100% {
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
    }
}

@-webkit-keyframes inclusive_from_left {
    0% {
        opacity: 0;
        -webkit-transform: translate(-7rem, 0);
                transform: translate(-7rem, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
    }
}

@keyframes inclusive_from_left {
    0% {
        opacity: 0;
        -webkit-transform: translate(-7rem, 0);
                transform: translate(-7rem, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
    }
}

@-webkit-keyframes inclusive_from_right {
    0% {
        opacity: 0;
        -webkit-transform: translate(7rem, 0);
                transform: translate(7rem, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
    }
}

@keyframes inclusive_from_right {
    0% {
        opacity: 0;
        -webkit-transform: translate(7rem, 0);
                transform: translate(7rem, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
    }
}

@media screen and (max-width: 850px) {
    .inclusive-otc__section-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
                flex-direction: column-reverse;
    }

    .inclusive-illustration {
        position: relative;
        margin: 8.75rem auto 0;
        margin-left: -5vw;
        width: 100vw;
        height: calc(0.829 * 100vw);
    }

    .inclusive-otc {
        margin-bottom: 10rem;
    }
}
.conscious-otc__section-content {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    width: 90%;
    max-width: 117rem;
    margin: 0 auto;
}

.conscious-otc__detail-block {
    margin-top: 3rem;
}

.conscious-illustration {
    position: relative;
    width: calc(90vw - 42rem);
    height: calc(1.189 * (90vw - 42rem));
    max-width: 63.8rem;
    max-height: 75.9rem;
}

.conscious-illustration__dotes {
    position: absolute;
    top: 0;
    right: 0;
    width: 48.1%;
}

.conscious-illustration__dotes {
    position: absolute;
    top: 0;
    right: 0;
    width: 48.1%;
    -webkit-animation: animation_conscious_wave 3.5s infinite ease-in-out 1.2s;
            animation: animation_conscious_wave 3.5s infinite ease-in-out 1.2s;
}

.conscious-illustration__face-4 {
    position: absolute;
    bottom: 15%;
    left: 1%;
    width: 15.67%;
    border: 0.2rem solid #fff;
    border-radius: 100%;
}

.conscious-illustration__face-5 {
    position: absolute;
    bottom: 8%;
    left: 26%;
    width: 9.4%;
    border: 0.2rem solid #fff;
    border-radius: 100%;
}

.conscious-illustration__activity {
    position: absolute;
    top: 24%;
    left: -5%;
    width: 105%;
}

.conscious-illustration__face-1 {
    position: absolute;
    top: 12.5%;
    right: 24%;
    width: 14.1%;
    border: 0.2rem solid #fff;
    border-radius: 100%;
}

.conscious-illustration__face-2 {
    position: absolute;
    top: 28%;
    right: 5%;
    width: 12.5%;
    border: 0.2rem solid #fff;
    border-radius: 100%;
}

.conscious-illustration__face-3 {
    position: absolute;
    top: 13%;
    right: 0;
    width: 7.8%;
    border: 0.2rem solid #fff;
    border-radius: 100%;
}

.conscious-illustration__graph {
    position: absolute;
    bottom: 2%;
    right: -8%;
    width: 66%;
}

[data-aos='conscious-from-left-face-4'].aos-animate {
    -webkit-animation: animation_conscious_wave 3.5s infinite ease-in-out 0.4s, conscious_from_left 0.8s ease-in-out;
            animation: animation_conscious_wave 3.5s infinite ease-in-out 0.4s, conscious_from_left 0.8s ease-in-out;
}

[data-aos='conscious-from-left-face-5'].aos-animate {
    -webkit-animation: animation_conscious_wave 3.5s infinite ease-in-out 1s, conscious_from_left 1s ease-in-out;
            animation: animation_conscious_wave 3.5s infinite ease-in-out 1s, conscious_from_left 1s ease-in-out;
}

[data-aos='conscious-from-left-activity'].aos-animate {
    -webkit-animation: animation_conscious_wave 3.5s infinite ease-in-out 0s, conscious_from_left 0.4s ease-in-out;
            animation: animation_conscious_wave 3.5s infinite ease-in-out 0s, conscious_from_left 0.4s ease-in-out;
}

[data-aos='conscious-from-right-face-1'].aos-animate {
    -webkit-animation: animation_conscious_wave 3.5s infinite ease-in-out 0.4s, conscious_from_right 0.8s ease-in-out;
            animation: animation_conscious_wave 3.5s infinite ease-in-out 0.4s, conscious_from_right 0.8s ease-in-out;
}

[data-aos='conscious-from-right-face-2'].aos-animate {
    -webkit-animation: animation_conscious_wave 3.5s infinite ease-in-out 1s, conscious_from_right 1s ease-in-out;
            animation: animation_conscious_wave 3.5s infinite ease-in-out 1s, conscious_from_right 1s ease-in-out;
}

[data-aos='conscious-from-right-face-3'].aos-animate {
    -webkit-animation: animation_conscious_wave 3.5s infinite ease-in-out 0.2s, conscious_from_right 1.2s ease-in-out;
            animation: animation_conscious_wave 3.5s infinite ease-in-out 0.2s, conscious_from_right 1.2s ease-in-out;
}

[data-aos='conscious-from-right-graph'].aos-animate {
    -webkit-animation: animation_conscious_wave 3.5s infinite ease-in-out 0.6s, conscious_from_right 0.6s ease-in-out;
            animation: animation_conscious_wave 3.5s infinite ease-in-out 0.6s, conscious_from_right 0.6s ease-in-out;
}

@-webkit-keyframes animation_conscious_wave {
    0% {
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(0, 0.75rem);
                transform: translate(0, 0.75rem);
    }
    100% {
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
    }
}

@keyframes animation_conscious_wave {
    0% {
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(0, 0.75rem);
                transform: translate(0, 0.75rem);
    }
    100% {
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
    }
}

@-webkit-keyframes conscious_from_left {
    0% {
        opacity: 0;
        -webkit-transform: translate(-7rem, 0);
                transform: translate(-7rem, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
    }
}

@keyframes conscious_from_left {
    0% {
        opacity: 0;
        -webkit-transform: translate(-7rem, 0);
                transform: translate(-7rem, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
    }
}

@-webkit-keyframes conscious_from_right {
    0% {
        opacity: 0;
        -webkit-transform: translate(7rem, 0);
                transform: translate(7rem, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
    }
}

@keyframes conscious_from_right {
    0% {
        opacity: 0;
        -webkit-transform: translate(7rem, 0);
                transform: translate(7rem, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
    }
}

@media screen and (max-width: 850px) {
    .conscious-otc {
        margin-bottom: 10rem;
    }
    .conscious-otc__section-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
    }

    .conscious-illustration {
        left: -3vw;
        width: 90vw;
        height: calc(1.189 * 90vw);
    }
}
.preface-policy {
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
	height: 39rem;
}

.preface-policy__bg {
	position: absolute;
	height: 100vh;
	width: 100%;
	background-image: url('/images-light/backgrounds/preface.webp');
	background-repeat: no-repeat;
	background-position: 0 20%;
	background-size: cover;
	-webkit-filter: brightness(0.8);
	        filter: brightness(0.8);
}

.preface-policy::before {
	position: absolute;
	z-index: 1;
	top: 7.6rem;
	left: 0;
	height: 0.15rem;
	width: 100%;
	background-color: #565656;
	content: '';
	-webkit-animation: line-increase-horizontal 2.5s ease-in-out 2s;
	        animation: line-increase-horizontal 2.5s ease-in-out 2s;
	-webkit-transform-origin: left;
	        transform-origin: left;
}

.preface-policy::after {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 37.4rem;
	height: 100%;
	width: 0.15rem;
	background-color: #565656;
	content: '';
	-webkit-animation: line-increase-vertical 2.5s ease-in-out 2s;
	        animation: line-increase-vertical 2.5s ease-in-out 2s;
	-webkit-transform-origin: top;
	        transform-origin: top;
}

.preface-policy__ellipse {
	position: absolute;
	top: calc(7.5rem + 7vh);
	left: 0;
	width: 37.5rem;
	height: 100vh;
	max-height: 76rem;
	background: url('/images-light/backgrounds/half-ellipse.svg') no-repeat;
	background-size: 37.5rem 76rem;
	-webkit-animation: ellipse-increase 2.5s ease-in-out 2s;
	        animation: ellipse-increase 2.5s ease-in-out 2s;
}

@-webkit-keyframes line-increase-horizontal {
	from {
		-webkit-transform: scaleX(0);
		        transform: scaleX(0);
	}

	to {
		-webkit-transform: scaleX(1);
		        transform: scaleX(1);
	}
}

@keyframes line-increase-horizontal {
	from {
		-webkit-transform: scaleX(0);
		        transform: scaleX(0);
	}

	to {
		-webkit-transform: scaleX(1);
		        transform: scaleX(1);
	}
}

@-webkit-keyframes line-increase-vertical {
	from {
		-webkit-transform: scaleY(0);
		        transform: scaleY(0);
	}

	to {
		-webkit-transform: scaleY(1);
		        transform: scaleY(1);
	}
}

@keyframes line-increase-vertical {
	from {
		-webkit-transform: scaleY(0);
		        transform: scaleY(0);
	}

	to {
		-webkit-transform: scaleY(1);
		        transform: scaleY(1);
	}
}

@-webkit-keyframes ellipse-increase {
	from {
		max-height: 0;
	}

	to {
		max-height: 76rem;
	}
}

@keyframes ellipse-increase {
	from {
		max-height: 0;
	}

	to {
		max-height: 76rem;
	}
}

.preface-policy__title {
	position: relative;
	z-index: 1;
	width: 90%;
	font-family: 'Blinker', sans-serif;
	font-size: 6.66rem;
	font-weight: 700;
	line-height: 125%;
	text-align: center;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
	color: #fff;
}

.preface-policy__title b {
	font-family: 'Lexend Deca';
}

.policy-content {
    position: relative;
    z-index: 1;
    margin-bottom: 7rem;
}

.policy-content__content {
    width: 97vw;
    margin: auto;
    background: #EDEDED;
}

.policy-tabs {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    height: 8rem;
    border-bottom: 0.15rem solid #D3D3D3;
}

.policy-tabs__inner {
    width: 90%;
    max-width: 120rem;
    margin: auto;
}

.policy-tabs__tab {
    position: relative;
    display: inline-block;
    margin-right: 6.5rem;
    font-family: 'Blinker', sans-serif;
    font-size: 1.66rem;
    line-height: 125%;
    text-align: center;
    letter-spacing: 0.1rem;
    color: #2B2B2B;
    cursor: pointer;
    -webkit-transition: all 0.3rem ease-in-out;
    transition: all 0.3rem ease-in-out;
}

.policy-tabs__tab.active {
    font-weight: 600;
    color: #0B0B0B;
}

.policy-tabs__tab.active::before {
    position: absolute;
    top: calc(50% - 0.25rem);
    left: -1.5rem;
    width: 0.5rem;
    height: 0.5rem;
    content: '';
    border-radius: 100%;
    background: #0B0B0B;
}

.policy-content__article {
    position: relative;
    z-index: 2;
    width: 90%;
    max-width: 120rem;
    padding: 4.5rem 0 5.3rem;
    margin: auto;
    background-image: url('/images-light/backgrounds/bg-sd-logo-dark.svg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 60rem;
}

.policy-content__article .text-block {
    margin-bottom: 2rem;
}

.policy-content__article h2 {
    font-family: 'Blinker', sans-serif;
    font-size: 6rem;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    color: #0B0B0B;
}

.policy-content__article h2 b {
    font-family: 'Lexend Deca';
}

.policy-content__article .subtitle {
    margin-bottom: 4rem;
    font-family: 'Blinker', sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: 0.1rem;
    color: #000000;
}

.policy-content__article p {
    margin-bottom: 1rem;
    font-family: 'Blinker', sans-serif;
    font-size: 1.8rem;
    line-height: 190%;
    letter-spacing: 0.1rem;
    color: #1B1B1B;
}

.policy-content__article h3 {
    margin-bottom: 1.5rem;
    font-family: 'Blinker', sans-serif;
    font-size: 3.4rem;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 0.1rem;
    color: #0B0B0B;
}

.policy-content__article h4 {
    margin-bottom: 1.5rem;
    font-family: 'Blinker', sans-serif;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 0.1rem;
    color: #0B0B0B;
}

.policy-content__article li {
    font-family: 'Blinker', sans-serif;
    font-size: 1.8rem;
    line-height: 190%;
    letter-spacing: 0.1rem;
    color: #1B1B1B;
}

.policy-content__article ul {
    padding-left: 2.5rem;
    margin-bottom: 2rem;
    list-style: disc;
}

.policy-content__article .email {
    font-weight: 700;
    color: #1B1B1B;
}

.policy-content__article b {
    font-weight: 700;
}

.policy-content__article ol[type='1'] {
    list-style-type: decimal;
}

.policy-content__article ol[type='a'] {
    list-style-type: lower-alpha;
}

.policy-content__article ol {
    padding-left: 2.5rem;
}

.policy-content__article li {
    margin-bottom: 1.5rem;
}

.policy-tabs__tab b {
    font-family: 'Lexend Deca';
}

@media (max-width: 768px) {
    .policy-content__article h2 {
        font-size: 4.5rem;
    }

    .policy-tabs__inner {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: justify;
                justify-content: space-between;
    }

    .policy-tabs__tab {
        margin-right: 2rem;
    }
}

@media (max-width: 480px) {
    .policy-content__article h2 {
        font-size: 3.75rem;
    }

    .policy-tabs__tab {
        max-width: 10.5rem;
    }

    .policy-tabs__tab.active::before {
        left: -0.5rem;
    }
}
.case-preface {
    width: 100%;
    height: 50rem;
    background-size: cover !important;
    background-position: center !important;
}

.case-preface__inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
}

.case-preface-block {
    box-sizing: border-box;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center;
    width: 100%;
    height: 31rem;
    max-width: 70rem;
    padding: 0 3.75rem;
    margin-left: 7rem;
}

.case-preface-block__title {
    margin-bottom: 1.5rem;
    font-family: 'Blinker', sans-serif;
    font-size: 5.75rem;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.03rem;
    text-transform: uppercase;
    color: #fff;
}

.case-preface-block__under-text {
    font-family: 'Blinker', sans-serif;
    font-size: 3.2rem;
    line-height: 130%;
    letter-spacing: 0.03rem;
    color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 780px) {
    .case-preface__inner {
        -webkit-box-align: start;
                align-items: flex-start;
    }

    .case-preface-block {
        width: 94%;
        margin: 3.75rem auto 0;
    }
}

@media (max-width: 480px) {
    .case-preface-block {
        height: 23rem;
        padding: 0 3.25rem;
    }

    .case-preface-block__title {
        font-size: 3.75rem;
    }

    .case-preface-block__under-text {
        font-size: 2.5rem;
    }
}
.case-top-text-section {
    position: relative;
    overflow: visible;
    width: 100%;
    background: #FAFAFA;
}

.case-top-text-section__content {
    width: 61%;
    min-width: 88rem;
    padding: 5.5rem 0 5rem;
    margin: auto;
}

.case-top-text-section__status {
    width: 34.6rem;
    height: 7.8rem;
    margin: 0 auto 7rem;
    font-family: 'Blinker', sans-serif;
    font-size: 2.8rem;
    line-height: 120%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    letter-spacing: 0.03rem;
    text-transform: uppercase;
    border-radius: 6.6rem;
    background: #E5E9FF;
}

.case-top-text-section__content article {
    margin-bottom: 5rem;
}

.case-top-text-section__content article:last-child {
    margin-bottom: 0;
}

.case-top-text-section__content h4 {
    margin-bottom: 3rem;
    font-family: 'Blinker', sans-serif;
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 3.1rem;
    letter-spacing: 0.03rem;
    text-transform: uppercase;
}

.case-top-text-section__content p {
    font-family: 'Lexend Deca', sans-serif;
    font-size: 1.8rem;
    line-height: 175%;
    letter-spacing: 0.03rem;
    color: #2B2B2B !important;
}

.case-top-text-section__content img {
    width: calc(100% + 42rem);
    margin-left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
}

.case-top-text-section__top-decor {
    position: absolute;
    top: 22rem;
    right: 0;
    height: 27.4rem;
}

.case-top-text-section__bottom-decor {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 27.4rem;
    -webkit-transform: translate(0, 50%);
            transform: translate(0, 50%);
}

.case-top-text-section li {
    position: relative;
    margin-bottom: 2.5rem;
    font-family: 'Lexend Deca', sans-serif;
    font-size: 1.8rem;
    line-height: 175%;
    letter-spacing: 0.03rem;
    color: #2B2B2B !important;
    list-style: none;
}

.case-top-text-section .dot {
    position: absolute;
    top: 1.5rem;
    width: 1rem;
    height: 1rem;
    margin-left: -3rem;
    border-radius: 100%;  
    -webkit-transform: translate(0, -50%);  
            transform: translate(0, -50%);
}

.case-top-text-section ul {
    padding-left: 3.2rem;
    margin-top: 5.4rem;
}

@media (max-width: 1024px) {
    .case-top-text-section {
        overflow: hidden;
    }

    .case-top-text-section__content {
        width: 90%;
        min-width: unset;
    }

    .case-top-text-section__content img {
        width: calc(100% + 10vw);
    }

    .case-top-text-section__top-decor, .case-top-text-section__bottom-decor {
        display: none;
    }
}
.case-list-section {
    overflow: hidden;
    width: 100%;
    background: #F1F1F1;
}

.case-list-section__content {
    width: 61%;
    min-width: 88rem;
    padding: 5.5rem 0 5rem;
    margin: auto;
}

.case-list-section__title {
    margin-bottom: 3rem;
    font-family: 'Blinker', sans-serif;
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 3.1rem;
    letter-spacing: 0.03rem;
    text-transform: uppercase;
}

.case-list-section__description {
    margin-bottom: 3rem;
    font-family: 'Lexend Deca', sans-serif;
    font-size: 1.8rem;
    line-height: 175%;
    letter-spacing: 0.03rem;
    color: #2B2B2B;
}

.case-list-section__list-wrapper {
    padding-left: 3.2rem;
}

.case-list-section__list-wrapper li {
    position: relative;
    margin-bottom: 4rem;
    font-family: 'Lexend Deca', sans-serif;
    font-size: 2rem;
    line-height: 175%;
    letter-spacing: 0.03rem;
    color: #0F0F0F;
}

.case-list-section__list-wrapper a {
    color: #0F0F0F;
    text-decoration: underline;
}

.case-list-section__list-wrapper li:last-child {
    margin-bottom: 0;
}

.case-list-section__list-wrapper li b {
    font-weight: 700;
}

.case-list-section__list-wrapper .dot {
    position: absolute;
    top: 1rem;
    left: -3.2rem;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 100%;
    -webkit-transform: translate(0, 50%);
            transform: translate(0, 50%);
}

@media (max-width: 1024px) {
    .case-list-section__content {
        width: 90%;
        min-width: unset;
    }
}
.case-footer {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 6rem;
    background: #01112F;
    border-bottom: 1rem solid #0F0F0F;
}

.case-footer__main-content {
    position: relative;
    z-index: 1;
    width: 61%;
    min-width: 88rem;
    margin: auto;
}

.case-footer__article {
    margin-bottom: 4rem;
}

.case-footer__article h4 {
    margin-bottom: 3rem;
    font-family: 'Blinker', sans-serif;
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 3.1rem;
    letter-spacing: 0.03rem;
    text-transform: uppercase;
    color: #fff;
}

.case-footer__article p {
    font-family: 'Lexend Deca', sans-serif;
    font-size: 1.8rem;
    line-height: 175%;
    letter-spacing: 0.03rem;
    color: rgba(255, 255, 255, 0.8);
}

.case-footer__lists {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.case-footer__lists li {
    position: relative;
    font-family: 'Lexend Deca', sans-serif;
    font-size: 1.6rem;
    line-height: 280%;
    letter-spacing: 0.03rem;
    color: rgba(255, 255, 255, 0.8);
}

.case-footer__lists ul {
    padding-left: 3.2rem;
}

.case-footer__lists .dot {
    position: absolute;
    top: 2.25rem;
    left: -3.2rem;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 100%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
}

.case-footer__duration {
    box-sizing: border-box;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    width: 100%;
    height: 6.4rem;
    padding-left: 4rem;
    margin: 7rem 0;
    font-family: 'Blinker', sans-serif;
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 3.1rem;
    letter-spacing: 0.03rem;
    text-transform: uppercase;
    color: #fff;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 0px 31px 31px 0px;
}

.case-footer__bottom-content {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            justify-content: space-between;
    width: calc(100% - 12rem);
    padding: 4.8rem 0;
    margin: auto;
    border-top: 0.15rem solid rgba(203, 203, 203, 0.2);
}

.case-footer__button-link {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    width: 16rem;
    height: 4.4rem;
    font-family: 'Lexend Deca', sans-serif;
    font-size: 1.6rem;
    line-height: 120%;
    color: #fff;
    cursor: pointer;
}

.case-footer__button-link::before {
    position: absolute;
    left: 0;
    width: 2rem;
    height: 100%;
    content: '';
    background: url('/images-light/icons/arrow.svg') no-repeat;
    background-size: contain;
    background-position: center;
}

.case-footer__button-link::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100vw;
    height: 0.15rem;
    max-width: 100%;
    content: '';
    background: #fff;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.case-footer__button-link:hover.case-footer__button-link::after {
    -webkit-animation: case-button-animation 0.4s ease-in-out;
            animation: case-button-animation 0.4s ease-in-out;
}

@-webkit-keyframes case-button-animation {
    0% {
        max-width: 100%;
    }

    50% {
        max-width: 10%;
    }
    
    100% {
        max-width: 100%;
    }
}

@keyframes case-button-animation {
    0% {
        max-width: 100%;
    }

    50% {
        max-width: 10%;
    }
    
    100% {
        max-width: 100%;
    }
}

.case-footer__thanks {
    font-family: 'Blinker', sans-serif;
    font-weight: 600;
    font-size: 2.6rem;
    line-height: 3.1rem;
    letter-spacing: 0.03rem;
    color: #fff;
}

.case-footer__to-up {
    position: relative;
    width: 4rem;
    height: 4rem;
    border-radius: 100%;
    background: url('/images-light/icons/short-arrow.svg') no-repeat rgba(255, 255, 255, 0.2);
    background-position: center;
    cursor: pointer;
}

.case-footer__to-up p {
    position: absolute;
    bottom: -0.5rem;
    width: 100%;
    font-family: 'Lexend Deca', sans-serif;
    font-size: 1rem;
    line-height: 120%;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
}

.case-footer__seal {
    position: absolute;
    top: 6.5rem;
    right: 0;
    width: 33rem;
}

.case-footer__title {
    margin-top: 5rem;
    margin-bottom: 2.5rem;
    font-family: 'Blinker', sans-serif;
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 3.1rem;
    letter-spacing: 0.03rem;
    text-transform: uppercase;
    color: #fff;
}

.case-footer__tech-stack {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}

.case-footer__tech {
    box-sizing: border-box;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    min-width: 13rem;
    padding: 1.2rem 2.9rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
    font-family: 'Lexend Deca', sans-serif;
    font-size: 1.6rem;
    line-height: 175%;
    letter-spacing: 0.03rem;
    color: rgba(255, 255, 255, 0.8);
    background: rgba(255, 255, 255, 0.03);
    border-radius: 4rem;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.case-footer__tech:hover {
    background: rgba(255, 255, 255, 0.06);
}

@media (max-width: 1024px) {
    .case-footer__main-content {
        width: 90%;
        min-width: unset;
    }

    .case-footer__duration {
        margin-left: -5vw;
    }

    .case-footer__seal {
        top: 10rem;
        width: 30rem;
    }

    .case-footer__bottom-content {
        width: 90%;
    }
}

@media (max-width: 780px) {
    .case-footer__seal {
        top: 30rem;
        bottom: auto;
        width: 20rem;
    }

    .case-footer__button-link {
        display: none;
    }

    .case-footer__tech {
        min-width: unset;
        padding: 1.2rem 2.5rem;
    }
}

@media (max-width: 480px) {
    .case-footer__lists {
        grid-template-columns: 1fr;
    }

    .case-footer__tech-stack {
        width: 100%;
    }
}
.preface-security {
    position: relative;
    overflow: visible;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    height: 100vh;
    margin-bottom: 6.5rem;
    background-size: 45rem;
}

.preface-security__content {
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            justify-content: space-between;
    width: 85%;
    margin: 4rem auto 0;
}

.preface-security__title {
    position: relative;
    z-index: 5;
    max-width: 60.4rem;
    margin-bottom: 5vh;
    font-family: 'Blinker', sans-serif;
    font-size: 7rem;
    font-weight: 800;
    line-height: 120%;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
    color: #fff;
}

.preface-security__description {
    position: relative;
    z-index: 5;
    max-width: 36rem;
    margin-bottom: 11vh;
    font-family: 'Blinker', sans-serif;
    font-weight: bold;
    font-size: 3rem;
    line-height: 125%;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
    color: #fff;
}

.preface-security__description .text-wrap span {
    white-space: nowrap;
}

.preface-security__btn {
    position: relative;
    z-index: 5;
    width: 100%;
    max-width: 40.2rem;
}

.preface-security__middle-rhombus {
    position: absolute;
    left: -3rem;
    bottom: -6rem;
    height: 10.6rem;
    width: 10.6rem;
    background: rgba(0, 102, 255, 0.2);
    box-shadow: 0 0 0.6rem #0066FF;
    border: 0.3rem solid #0066FF;
    -webkit-transform: scaleX(1) rotate(45deg);
            transform: scaleX(1) rotate(45deg);
    -webkit-filter: blur(0.1rem);
            filter: blur(0.1rem);
    -webkit-animation: animation_rhombus 5s infinite;
            animation: animation_rhombus 5s infinite;
}

.preface-security__small-rhombus {
    position: absolute;
    left: 2rem;
    bottom: -15.5rem;
    height: 4.7rem;
    width: 4.7rem;
    background: rgba(0, 102, 255, 0.2);
    box-shadow: 0 0 0.6rem #0066FF;
    border: 0.3rem solid #0066FF;
    -webkit-transform: scaleX(1) rotate(45deg);
            transform: scaleX(1) rotate(45deg);
    -webkit-filter: blur(0.1rem);
            filter: blur(0.1rem);
    -webkit-animation: animation_rhombus 5s infinite;
            animation: animation_rhombus 5s infinite;
}

@-webkit-keyframes animation_rhombus {
    0% {
      -webkit-transform: scale(0.8) rotate(45deg);
              transform: scale(0.8) rotate(45deg);
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(1.2) rotate(45deg);
              transform: scale(1.2) rotate(45deg);
      opacity: 0;
    }
}

@keyframes animation_rhombus {
    0% {
      -webkit-transform: scale(0.8) rotate(45deg);
              transform: scale(0.8) rotate(45deg);
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(1.2) rotate(45deg);
              transform: scale(1.2) rotate(45deg);
      opacity: 0;
    }
}

.preface-security__image {
    position: absolute;
    top: calc(7.5rem + 5vh);
    left: 43rem;
    display: block;
    width: calc(110vh - 7.5rem);
    height: calc(90vh - 7.5rem);
    border-radius: 10rem 0 0 10rem;
    -webkit-transform: perspective(50vh) rotateY(-10deg);
            transform: perspective(50vh) rotateY(-10deg);
    -webkit-filter: brightness(0.6);
            filter: brightness(0.6);
    background: url('/images/preface/preface-sto.webp') no-repeat;
    background-position: bottom left;
}

[data-aos='preface-security-image'] {
    -webkit-transform: perspective(20vh) rotateY(-10deg);
            transform: perspective(20vh) rotateY(-10deg);
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    background-position: center;
    background-size: 120% 120%;
   
}

[data-aos='preface-security-image'].aos-animate {
    -webkit-transform: perspective(50vh) rotateY(-10deg);
            transform: perspective(50vh) rotateY(-10deg);
    background-size: 100% 100%;
}

.preface-security__decoration-blue {
    position: absolute;
    right: 35%;
    bottom: 2%;
    width: 11rem;
}

.preface-security__decoration-orange {
    position: absolute;
    right: 10%;
    bottom: 10vh;
    width: 8.4rem;
}

.preface-security__decor-animation--orange {
    -webkit-animation: 1.2s ease-in-out sto-preface-decor 0.5s;
            animation: 1.2s ease-in-out sto-preface-decor 0.5s;
}

.preface-security__decor-animation--blue {
    -webkit-animation: 2s ease-in-out sto-preface-decor;
            animation: 2s ease-in-out sto-preface-decor;
}


@-webkit-keyframes sto-preface-decor {
    0% {
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(0, 1rem);
                transform: translate(0, 1rem);
    }
    100% {
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
    }
}


@keyframes sto-preface-decor {
    0% {
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(0, 1rem);
                transform: translate(0, 1rem);
    }
    100% {
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
    }
}

@media (min-width: 1500px) {
    .preface-security__image {
        left: unset;
        right: 13.5rem;
        border-radius: 10rem;
    }
}

@media (max-width: 1024px), (max-height: 800px) {
    .preface-security__content {
        width: 90%;
    }

    .preface-security__title {
        max-width: 50rem;
        font-size: 5.5rem;
        line-height: 110%;
    }

    .preface-security__description {
        margin-bottom: 8vh;
    }
}

@media (max-height: 750px) and (min-width: 1025px) {
    .preface-security__image {
        left: unset;
        right: 13.5rem;
        border-radius: 10rem;
    }
}

@media (max-width: 768px) {
    .preface-security {
        margin-bottom: 0;
    }

    .preface-security__small-rhombus {
        display: none;
    }

    .preface-security__title {
        margin-bottom: 3vh;
        font-size: 3.75rem;
    }

    .preface-security__description {
        margin-bottom: calc(87vh - 38.25rem);
        font-size: 2.5rem;
    }

    .preface-security__content {
        -webkit-box-align: start;
                align-items: flex-start;
        margin-top: 6rem;
    }

    .preface-security__square {
        right: -7vh;
    }

    .preface-security__middle-rhombus {
        bottom: 22vh;
        left: -1rem;
        height: 4.6rem;
        width: 4.6rem;
    }

    .preface-security__image {
        right: 0;
        left: unset;
        height: calc(75vh - 7.5rem);
        width: 70%;
        background-position: bottom right;
        background-size: cover !important;
    }

    .preface-security__decoration-orange {
        right: 50%;
        bottom: 26vh;
    }

    .preface-security__decoration-blue {
        bottom: calc(10vh + 5rem);
    }
}

@media (max-width: 480px) {
    .preface-security {
        margin-bottom: 2rem;
    }

    .preface-security__image {
        top: calc(7.5rem + 2vh);
        height: calc(75vh - 7.5rem);
    }

    .preface-security__decoration-orange {
        right: 45%;
        bottom: 27vh;
        width: 6.5rem;
    }

    .preface-security__decoration-blue {
        right: 25%;
        bottom: 19vh;
        width: 8rem;
    }
}
.tokenization-security {
    position: relative;
    padding-bottom: 4rem;
}

.tokenization-security .text-wrap span {
    white-space: nowrap;
}

.tokenization-security__content {
    width: 90%;
    max-width: 144rem;
    margin: 0 auto 13rem;
}

.tokenization-security__title {
    width: 100%;
    max-width: 85rem;
    margin: 0 auto 7.1rem;
    text-align: center;
}

.tokenization-security__main-content {
    display: -webkit-box;
    display: flex;
    justify-content: space-around;
    margin-bottom: 12.9rem;
}

.tokenization-security__title--bottom {
    margin: 0 auto;
}

.tokenization-security-list {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: justify;
            justify-content: space-between;
    width: 56.6rem;
    margin-right: 4rem;
}

.tokenization-security-list__item {
    position: relative;
    padding-left: 5.6rem;
}

.tokenization-security-list__item::before {
    position: absolute;
    top: 0.5rem;
    left: 0.4rem;
    box-sizing: border-box;
    width: 1.8rem;
    height: 1.8rem;
    content: '';
    background: rgba(0, 102, 255, 0.2);
    border: 0.3rem solid #0066FF;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}

.tokenization-security-list__item::after {
    position: absolute;
    top: 0.5rem;
    left: 0.4rem;
    width: 1.8rem;
    height: 1.8rem;
    content: '';
    box-shadow: 0 0 1rem rgba(0, 102, 255, 0.5);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}

.tokenization-security-list__item-title {
    margin-bottom: 2rem;
    font-family: 'Blinker', sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 145%;
    letter-spacing: 0.08rem;
    text-transform: uppercase;
    color: #fff;
}

.tokenization-security-list__item-description {
    font-family: 'Lexend Deca', sans-serif;
    font-size: 1.8rem;
    line-height: 150%;
    letter-spacing: 0.02rem;
    color: #fff;
}

.tokenization-security__img {
    height: 74.4rem;
}

.tokenization-security__middle-rhombus {
    position: absolute;
    right: -1rem;
    bottom: 4rem;
    width: 9rem;
    height: 9rem;
    background: rgba(0, 102, 255, 0.2);
    box-shadow: 0 0 0.6rem #0066FF;
    border: 0.3rem solid #0066FF;
    -webkit-transform: scaleX(1) rotate(45deg);
            transform: scaleX(1) rotate(45deg);
    -webkit-filter: blur(0.1rem);
            filter: blur(0.1rem);
    -webkit-animation: animation_rhombus 5s infinite;
            animation: animation_rhombus 5s infinite;
}

.tokenization-security__small-rhombus {
    position: absolute;
    right: -0.5rem;
    bottom: 30rem;
    width: 4.7rem;
    height: 4.7rem;
    background: rgba(0, 102, 255, 0.2);
    box-shadow: 0 0 0.6rem #0066FF;
    border: 0.3rem solid #0066FF;
    -webkit-transform: scaleX(1) rotate(45deg);
            transform: scaleX(1) rotate(45deg);
    -webkit-filter: blur(0.1rem);
            filter: blur(0.1rem);
    -webkit-animation: animation_rhombus 5s infinite;
            animation: animation_rhombus 5s infinite;
}

@-webkit-keyframes animation_rhombus {
    0% {
      -webkit-transform: scale(0.8) rotate(45deg);
              transform: scale(0.8) rotate(45deg);
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(1.2) rotate(45deg);
              transform: scale(1.2) rotate(45deg);
      opacity: 0;
    }
}

@keyframes animation_rhombus {
    0% {
      -webkit-transform: scale(0.8) rotate(45deg);
              transform: scale(0.8) rotate(45deg);
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(1.2) rotate(45deg);
              transform: scale(1.2) rotate(45deg);
      opacity: 0;
    }
}

@media (max-width: 1024px) {
    .tokenization-security-list__item {
        margin-bottom: 5rem;
    }

    .tokenization-security__img {
        height: 65rem;
    }
}

@media (max-width: 768px) {
    .tokenization-security__img {
        display: none;
    }

    .tokenization-security-list {
        width: 100%;
        margin: 0;
    }
}

@media (max-width: 480px) {
    .tokenization-security__content {
        margin-bottom: 0;
    }

    .tokenization-security-list__item {
        padding: 0;
    }

    .tokenization-security-list__item::before,
    .tokenization-security-list__item::after {
        top: -3rem;
        left: 0.4rem;
    }

    .security-list__item {
        margin-bottom: 6rem;
    }

    .tokenization-security__middle-rhombus,
    .tokenization-security__small-rhombus {
        display: none;
    }

    .tokenization-security__main-content {
        margin-bottom: 1.75rem;
    }
}
.securityLaunch {
	overflow: visible;
	background: url(/images/backgrounds/sto-launch-bg.svg) no-repeat;
	background-size: 45rem;
}

.securityLaunch .text-wrap span {
    white-space: nowrap;
}

.securityLaunch .text-wrap span {
	white-space: nowrap;
}

.securityLaunch__content {
	position: relative;
	width: 90%;
	max-width: 117rem;
	margin: auto;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	        flex-direction: column;
	-webkit-box-align: center;
	        align-items: center;
	padding: 10rem 0;
}

.securityLaunch__content::before {
	position: absolute;
	bottom: 50rem;
	right: 5vw;
	height: 100%;
	max-height: 23.7rem;
	width: 0.3rem;
	content: '';
	background: #0066ff;
	box-shadow: 0 0.5rem 2rem rgba(0, 102, 255, 0.4);
	-webkit-animation: line-scale 6s ease-in-out infinite;
	        animation: line-scale 6s ease-in-out infinite;
	-webkit-transform: translate(0, 50%);
	        transform: translate(0, 50%);
}

.securityLaunch__content::after {
	position: absolute;
	bottom: 46rem;
	right: calc(5vw - 4rem);
	height: 100%;
	max-height: 23.7rem;
	width: 0.3rem;
	content: '';
	background: #0066ff;
	box-shadow: 0 0.5rem 2rem rgba(0, 102, 255, 0.4);
	-webkit-animation: line-scale 5s ease-in-out infinite;
	        animation: line-scale 5s ease-in-out infinite;
	-webkit-transform: translate(0, 50%);
	        transform: translate(0, 50%);
}

@-webkit-keyframes line-scale {
	0% {
		max-height: 23.7rem;
	}
	50% {
		max-height: 1rem;
	}
	100% {
		max-height: 23.7rem;
	}
}

@keyframes line-scale {
	0% {
		max-height: 23.7rem;
	}
	50% {
		max-height: 1rem;
	}
	100% {
		max-height: 23.7rem;
	}
}

.securityLaunch__title {
	margin-bottom: 3.5rem;
	text-align: center;
	max-width: 83rem;
}

.securityLaunch__description {
	width: 90%;
	margin: 3rem auto 6rem;
	font-family: 'Lexend Deca', sans-serif;
	font-size: 2rem;
	line-height: 145%;
	letter-spacing: 0.04rem;
	color: #dcdcdc;
	text-align: center;
	max-width: 68rem;
}

.securityLaunch_button {
	width: 33rem;
}



@media (max-width: 767px) {
	.securityLaunch {
		background-size: contain;
	}

	.securityLaunch__content::before,
	.securityLaunch__content::after {
		display: none;
	}

	.securityLaunch__content {
		padding: 3rem 0;
	}


}

.security-token {
	position: relative;
}

.security-token .text-wrap span {
    white-space: nowrap;
}

.security-token__content {
	width: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	        flex-direction: column;
	-webkit-box-align: center;
	        align-items: center;
}

.security-token__title {
	max-width: 100rem;
	text-align: center;
}

.security-token__hint {
	font-size: 3rem;
	text-transform: uppercase;
	margin-top: 3rem;
	font-family: 'Blinker', sans-serif;
	font-weight: bold;
	letter-spacing: 0.1rem;
}

.security-token__cards-wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 5rem;
	box-sizing: border-box;
	max-width: 150rem;
}

.security-token__card {
	display: -webkit-box;
	display: flex;
	margin-bottom: 3rem;
	padding: 3rem 0 8rem;
}

.security-token__card-column {
	width: 50%;
	display: -webkit-box;
	display: flex;
}

.security-token__card-column:first-child {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	        flex-direction: column;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
}
.security-token__card-image {
	display: -webkit-box;
	display: flex;
	width: 100%;
	-webkit-box-pack: center;
	        justify-content: center;
	position: relative;
	z-index: 300;
}

.security-token__card-image img {
	width: 47rem;
	height: 40rem;
}

.security-token__card-image::after {
	content: '';
	position: absolute;
	left: calc(50% + 3rem);
	top: 3rem;
	width: 47rem;
	height: 40rem;
	background: red;
	-webkit-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	z-index: -10;
	background: rgba(0, 102, 255, 0.1);
	border: 3px solid #0066ff;
	border-radius: 10px;
}

.security-token__image-reverse::after {
	left: calc(50% - 3rem);
}

.security-token__card-title {
	font-size: 5.5rem;
	margin-top: 2rem;
	max-width: 45rem;
	font-family: 'Blinker', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
}

.security-token__card-title::before {
	content: '';
	width: 2rem;
	height: 2rem;
	background: rgba(0, 102, 255, 0.4);
	border: 3px solid #0066ff;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	position: absolute;
	top: 1.5rem;
	left: -5rem;
	-webkit-filter: blur(1px);
	        filter: blur(1px);
}

.security-token__text-wrapper {
	width: 45rem;
}

.security-token__card-description {
	font-size: 2rem;
	letter-spacing: 0.1rem;
	margin-top: 2rem;
	line-height: 145%;
}

.security-token__card-reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	        flex-direction: row-reverse;
}

.security-token__middle-rombus {
	position: absolute;
	right: -4rem;
	top: 80rem;
	height: 10rem;
	width: 10rem;
	background: rgba(0, 102, 255, 0.2);
	box-shadow: 0 0 0.6rem #0066ff;
	border: 3px solid #0066ff;
	-webkit-transform: scaleX(1) rotate(45deg);
	transform: scaleX(1) rotate(45deg);
	-webkit-filter: blur(0.1rem);
	filter: blur(0.1rem);
	-webkit-animation: animation_rhombus 5s infinite;
	animation: animation_rhombus 5s infinite;
}
.security-token__small-rombus {
	top: 91rem;
	height: 6rem;
	width: 6rem;
	right: 3rem;
	-webkit-animation-delay: 0.2s;
	        animation-delay: 0.2s;
}

.security-token__mobile-header {
	display: none;
}

@media (max-width: 1024px) {
	.mobile--hidden,
	.security-token__card-title::before {
		display: none;
	}

	.security-token__card-column {
		width: 100%;
	}

	.security-token__card {
		margin-bottom: 1rem;
		padding: 3rem 0rem 1rem;
	}

	.security-token__text-wrapper {
		width: 90%;
		max-width: 47rem;
	}

	.security-token__cards-wrapper {
		padding: 3rem;
	}

	.security-token__card-title {
		font-size: 3.5rem;
	}
	.security-token__mobile-header {
		display: -webkit-box;
		display: flex;
		width: 100%;
		margin: 0 auto;
		max-width: 47rem;
	}
}

.preface-sto {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    height: 100vh;
    margin-bottom: 6.5rem;
    background: url('/images/icons/sto-back-lines.svg') no-repeat;
    background-size: 45rem;
}

.preface-sto .text-wrap span {
    white-space: nowrap;
}

.preface-sto__content {
    width: 85%;
}

.preface-sto__title {
    position: relative;
    z-index: 1;
    width: 84.8rem;
    margin-bottom: 5rem;
    font-family: 'Blinker', sans-serif;
    font-size: 7rem;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
    color: #fff;
}

.preface-sto__sub-title {
    position: relative;
    z-index: 2;
    width: 40rem;
    font-family: 'Blinker', sans-serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 125%;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
    color: #fff;
}

.preface-sto__image {
    position: absolute;
    top: calc(7.5rem + 5vh);
    left: 43rem;
    display: block;
    width: calc(110vh - 7.5rem);
    height: calc(90vh - 7.5rem);
    border-radius: 10rem 0 0 10rem;
    -webkit-transform: perspective(50vh) rotateY(-10deg);
            transform: perspective(50vh) rotateY(-10deg);
    -webkit-filter: brightness(0.6);
            filter: brightness(0.6);
    background: url('/images/preface/preface-sto.webp') no-repeat;
    background-position: bottom left;
}

[data-aos='preface-sto-image'] {
    -webkit-transform: perspective(20vh) rotateY(-10deg);
            transform: perspective(20vh) rotateY(-10deg);
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    background-position: center;
    background-size: 120% 120%;
   
}

[data-aos='preface-sto-image'].aos-animate {
    -webkit-transform: perspective(50vh) rotateY(-10deg);
            transform: perspective(50vh) rotateY(-10deg);
    background-size: 100% 100%;
}

.preface-sto__decoration-blue {
    position: absolute;
    right: 35%;
    bottom: 2%;
    width: 11rem;
}

.preface-sto__decoration-orange {
    position: absolute;
    right: 10%;
    bottom: 10vh;
    width: 8.4rem;
}

.preface-sto__decor-animation--orange {
    -webkit-animation: 1.2s ease-in-out sto-preface-decor 0.5s;
            animation: 1.2s ease-in-out sto-preface-decor 0.5s;
}

.preface-sto__decor-animation--blue {
    -webkit-animation: 2s ease-in-out sto-preface-decor;
            animation: 2s ease-in-out sto-preface-decor;
}


@-webkit-keyframes sto-preface-decor {
    0% {
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(0, 1rem);
                transform: translate(0, 1rem);
    }
    100% {
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
    }
}


@keyframes sto-preface-decor {
    0% {
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(0, 1rem);
                transform: translate(0, 1rem);
    }
    100% {
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
    }
}

.preface-sto__top-rhombus {
    position: absolute;
    left: 25%;
    top: -1rem;
    height: 4.6rem;
    width: 4.6rem;
    background: rgba(0, 102, 255, 0.2);
    box-shadow: 0 0 0.6rem #0066FF;
    border: 0.3rem solid #0066FF;
    -webkit-transform: scaleX(1) rotate(45deg);
            transform: scaleX(1) rotate(45deg);
    -webkit-filter: blur(0.1rem);
            filter: blur(0.1rem);
    -webkit-animation: animation_rhombus 5s infinite;
            animation: animation_rhombus 5s infinite;
}

.preface-sto__middle-rhombus {
    position: absolute;
    left: -5.5rem;
    bottom: 8rem;
    height: 10rem;
    width: 10rem;
    background: rgba(0, 102, 255, 0.2);
    box-shadow: 0 0 0.6rem #0066FF;
    border: 0.3rem solid #0066FF;
    -webkit-transform: scaleX(1) rotate(45deg);
            transform: scaleX(1) rotate(45deg);
    -webkit-filter: blur(0.1rem);
            filter: blur(0.1rem);
    -webkit-animation: animation_rhombus 5s infinite;
            animation: animation_rhombus 5s infinite;
}

@-webkit-keyframes animation_rhombus {
    0% {
      -webkit-transform: scale(0.8) rotate(45deg);
              transform: scale(0.8) rotate(45deg);
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(1.2) rotate(45deg);
              transform: scale(1.2) rotate(45deg);
      opacity: 0;
    }
  }

@keyframes animation_rhombus {
    0% {
      -webkit-transform: scale(0.8) rotate(45deg);
              transform: scale(0.8) rotate(45deg);
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(1.2) rotate(45deg);
              transform: scale(1.2) rotate(45deg);
      opacity: 0;
    }
  }

@media (min-width: 1500px) {
    .preface-sto__image {
        left: unset;
        right: 13.5rem;
        border-radius: 10rem;
    }
}

@media (max-height: 750px) and (min-width: 1025px) {
    .preface-sto__image {
        left: unset;
        right: 13.5rem;
        border-radius: 10rem;
    }

    .preface-sto__title {
        width: 53rem;
        font-size: 5.25rem;
    }
}

@media (max-width: 768px) {
    .preface-sto {
        margin-bottom: 0;
    }

    .preface-sto__top-rhombus {
        display: none;
    }

    .preface-sto__content {
        width: 90%;
    }

    .preface-sto__title {
       width: 53rem;
        font-size: 5.25rem;
    }

    .preface-sto__image {
        right: 0;
        left: unset;
        height: calc(75vh - 7.5rem);
        width: 70%;
        background-position: bottom right;
        background-size: cover !important;
    }

    .preface-sto__content {
        margin-bottom: 10vh;
    }

    .preface-sto__decoration-orange {
        right: 50%;
        bottom: 26vh;
    }

    .preface-sto__decoration-blue {
        bottom: calc(10vh + 5rem);
    }
}

@media (max-width: 480px) {
    .preface-sto__title {
        width: 41.25rem;
        margin-bottom: 3.25rem;
        font-size: 3.75rem;
    }

    .preface-sto__sub-title {
        font-size: 2.5rem;
    }

    .preface-sto__content {
        margin-bottom: 25vh;
    }

    .preface-sto__image {
        top: calc(7.5rem + 2vh);
        height: calc(75vh - 7.5rem);
    }

    .preface-sto__decoration-orange {
        right: 45%;
        bottom: 27vh;
        width: 6.5rem;
    }

    .preface-sto__decoration-blue {
        right: 25%;
        bottom: 19vh;
        width: 8rem;
    }

    .preface-sto__middle-rhombus {
        bottom: 12rem;
        left: -6rem;
        width: 11.25rem;
        height: 11.25rem;
    }
}
.about-sto {
    position: relative;
    overflow: visible;
    padding-top: 8.5rem;
    margin-bottom: 13rem;
}

.about-sto .text-wrap span {
    white-space: nowrap;
}

.about-sto__content {
    width: 90%;
    max-width: 117rem;
    margin: auto;
}

.about-sto__logo {
    display: block;
    width: 8.7rem;
    margin: 0 auto 6.5rem;
}

.about-sto__top-text {
    position: relative;
    width: 100%;
    max-width: 82rem;
    margin: 0 auto 12rem;
    font-family: 'Lexend Deca', sans-serif;
    font-size: 2rem;
    line-height: 145%;
    text-align: center;
    letter-spacing: 0.04rem;
    color: #fff;
}

.about-sto__top-text::after {
    position: absolute;
    bottom: 10rem;
    right: calc(-10vw - 4rem);
    height: 100%;
    max-height: 23.7rem;
    width: 0.3rem;
    content: '';
    background: #0066FF;
    box-shadow: 0 0.5rem 2rem rgba(0, 102, 255, 0.4);
    -webkit-animation: line-scale 5s ease-in-out infinite;
            animation: line-scale 5s ease-in-out infinite;
    -webkit-transform: translate(0, 50%);
            transform: translate(0, 50%);
}

.about-sto__top-text::before {
    position: absolute;
    bottom: 4rem;
    right: -10vw;
    height: 100%;
    max-height: 23.7rem;
    width: 0.3rem;
    content: '';
    background: #0066FF;
    box-shadow: 0 0.5rem 2rem rgba(0, 102, 255, 0.4);
    -webkit-animation: line-scale 6s ease-in-out infinite;
            animation: line-scale 6s ease-in-out infinite;
    -webkit-transform: translate(0, 50%);
            transform: translate(0, 50%);
}

@-webkit-keyframes line-scale {
    0% {
      max-height: 23.7rem;
    }
    50% {
      max-height: 1rem;
    }
    100% {
      max-height: 23.7rem;
    }
}

@keyframes line-scale {
    0% {
      max-height: 23.7rem;
    }
    50% {
      max-height: 1rem;
    }
    100% {
      max-height: 23.7rem;
    }
}

.about-sto__top-rhombus {
    position: absolute;
    left: -15rem;
    top: -1.5rem;
    height: 29rem;
    width: 29rem;
    background: rgba(0, 102, 255, 0.2);
    box-shadow: 0 0 0.6rem #0066FF;
    border: 0.3rem solid #0066FF;
    -webkit-transform: scaleX(1) rotate(45deg);
            transform: scaleX(1) rotate(45deg);
    -webkit-filter: blur(0.1rem);
            filter: blur(0.1rem);
    -webkit-animation: animation_rhombus 5s infinite;
            animation: animation_rhombus 5s infinite;
}

@-webkit-keyframes animation_rhombus {
    0% {
      -webkit-transform: scale(0.8) rotate(45deg);
              transform: scale(0.8) rotate(45deg);
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(1.2) rotate(45deg);
              transform: scale(1.2) rotate(45deg);
      opacity: 0;
    }
}

@keyframes animation_rhombus {
    0% {
      -webkit-transform: scale(0.8) rotate(45deg);
              transform: scale(0.8) rotate(45deg);
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(1.2) rotate(45deg);
              transform: scale(1.2) rotate(45deg);
      opacity: 0;
    }
}

.about-sto__image {
    width: 50rem;
    height: 70rem;
    max-width: calc(100% - 60rem);
    max-height: calc(100vh - 9rem);
    min-height: 60rem;
    margin-right: 2rem;
}

.about-sto__list-container {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    min-height: 60rem;
}

.about-sto-list {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    justify-content: space-around;
    width: 52rem;
}

.about-sto-list__item-title {
    position: relative;
    margin-bottom: 2.5rem;
    font-family: 'Blinker', sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 145%;
    letter-spacing: 0.08rem;
    text-transform: uppercase;
    color: #fff;
}

.about-sto-list__item-text {
    font-family: 'Lexend Deca', sans-serif;
    font-size: 1.8rem;
    line-height: 150%;
    letter-spacing: 0.02rem;
    color: #fff;
}

.about-sto-list__item-title::before {
    position: absolute;
    top: 2rem;
    left: -4.75rem;
    box-sizing: border-box;
    width: 1.8rem;
    height: 1.8rem;
    background: rgba(0, 102, 255, 0.2);
    border: 0.3rem solid #0066FF;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    content: '';
    box-shadow: 0 0 1rem rgba(0, 102, 255, 0.5);
}

@media (max-width: 1024px) {
    .about-sto__list-container {
        min-height: 50rem;
    }
}

@media (max-width: 768px) {
    .about-sto {
        margin-bottom: 5rem;
    }

    .about-sto__top-rhombus {
        top: 2.5rem;
    }

    .about-sto-list__item {
        margin-top: 3.75rem;
    }

    .about-sto__top-text {
        margin-bottom: 6.75rem;
    }

    .about-sto__top-text::after,
    .about-sto__top-text::before {
        display: none;
    }

    .about-sto__list-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        max-width: 60rem;
        margin: auto;
    }

    .about-sto__image {
        width: 100%;
        height: 40rem;
        min-height: unset;
        max-width: unset;
        margin: auto;
        background-size: cover;
    }

    .about-sto-list {
        max-width: calc(100% - 6rem);
        margin-left: 6rem;
    }
}

@media (max-width: 480px) {
    .about-sto {
        padding-top: 2rem;
    }

    .about-sto__top-rhombus {
        display: none;
    }

    .about-sto__top-text {
        text-align: left;
    }

    .about-sto__image {
        width: 100vw;
        height: 45.5rem;
        margin-left: -5vw;
    }

    .about-sto-list__item-title::before {
        top: -3rem;
        left: 0.25rem;
    }
    
    .about-sto-list {
        max-width: 100%;
        margin: 0;
    }

    .about-sto-list__item {
        margin-top: 6rem;
    }
}
.security-tokens-sto {
    position: relative;
    z-index: 2;
    overflow: visible;
    margin-bottom: 8rem;
}

.security-tokens-sto .text-wrap span {
    white-space: nowrap;
}

.security-tokens-sto__content {
    width: 90%;
    max-width: 117rem;
    margin: auto;
}

.security-tokens-sto__title {
    margin-bottom: 3.5rem;
    text-align: center;
}

.security-tokens-sto__description {
    width: 77rem;
    margin: 0 auto 6rem;
    font-family: 'Lexend Deca', sans-serif;
    font-size: 2rem;
    line-height: 145%;
    letter-spacing: 0.04rem;
    color: #DCDCDC;
    text-align: center;
}

.security-tokens-sto__list {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
}

.security-tokens-block {
    box-sizing: border-box;
    width: calc(33.3% - 2rem);
    padding: 3rem 2.5rem 3.5rem;
    background: #171719;
    border-radius: 0.6rem;
}

.security-tokens-block:hover .security-tokens-block__title {
    color: #0066FF;
}

.security-tokens-block__header {
    margin-bottom: 4rem;
    border-bottom: 0.15rem solid rgba(255, 255, 255, 0.1);
}

.security-tokens-block__icon {
    width: 8.8rem;
    margin-bottom: 1.5rem;
}

.security-tokens-block__title {
    margin-bottom: 2rem;
    font-family: 'Blinker', sans-serif;
    font-size: 3.8rem;
    font-weight: 700;
    line-height: 125%;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.security-tokens-block__description {
    font-family: 'Lexend Deca', sans-serif;
    font-size: 1.8rem;
    line-height: 150%;
    letter-spacing: 0.02rem;
    color: #fff;
}

.security-tokens-sto__rhombus {
    position: absolute;
    left: -6rem;
    top: -1rem;
    height: 10.5rem;
    width: 10.5rem;
    background: rgba(0, 102, 255, 0.2);
    box-shadow: 0 0 0.6rem #0066FF;
    border: 3px solid #0066FF;
    -webkit-transform: scaleX(1) rotate(45deg);
            transform: scaleX(1) rotate(45deg);
    -webkit-filter: blur(0.1rem);
            filter: blur(0.1rem);
    -webkit-animation: animation_rhombus 5s infinite;
            animation: animation_rhombus 5s infinite;
}

@-webkit-keyframes animation_rhombus {
    0% {
      -webkit-transform: scale(0.8) rotate(45deg);
              transform: scale(0.8) rotate(45deg);
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(1.2) rotate(45deg);
              transform: scale(1.2) rotate(45deg);
      opacity: 0;
    }
}

@keyframes animation_rhombus {
    0% {
      -webkit-transform: scale(0.8) rotate(45deg);
              transform: scale(0.8) rotate(45deg);
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(1.2) rotate(45deg);
              transform: scale(1.2) rotate(45deg);
      opacity: 0;
    }
}

@media (max-width: 1024px) {
    .security-tokens-block__title {
        font-size: 3rem;
    }

    .security-tokens-block__header {
        margin-bottom: 2rem;
    }
}

@media (max-width: 768px) {
    .security-tokens-sto {
        display: none;
    }
}
.stoLaunch {
    overflow: visible;
    background: url(/images/backgrounds/sto-launch-bg.svg) no-repeat;
    background-size: 45rem;
}

.stoLaunch .text-wrap span {
    white-space: nowrap;
}

.stoLaunch__content {
    position: relative;
    width: 90%;
    max-width: 117rem;
    margin: auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
    padding: 10rem 0;
}

.stoLaunch__content::before {
    position: absolute;
    bottom: 49rem;
    right: 5vw;
    height: 100%;
    max-height: 23.7rem;
    width: 0.3rem;
    content: '';
    background: #0066FF;
    box-shadow: 0 0.5rem 2rem rgba(0, 102, 255, 0.4);
    -webkit-animation: line-scale 6s ease-in-out infinite;
            animation: line-scale 6s ease-in-out infinite;
    -webkit-transform: translate(0, 50%);
            transform: translate(0, 50%);
}

.stoLaunch__content::after {
    position: absolute;
    bottom: 45rem;
    right: calc(5vw - 4rem);
    height: 100%;
    max-height: 23.7rem;
    width: 0.3rem;
    content: '';
    background: #0066FF;
    box-shadow: 0 0.5rem 2rem rgba(0, 102, 255, 0.4);
    -webkit-animation: line-scale 5s ease-in-out infinite;
            animation: line-scale 5s ease-in-out infinite;
    -webkit-transform: translate(0, 50%);
            transform: translate(0, 50%);
}

@-webkit-keyframes line-scale {
    0% {
      max-height: 23.7rem;
    }
    50% {
      max-height: 1rem;
    }
    100% {
      max-height: 23.7rem;
    }
}

@keyframes line-scale {
    0% {
      max-height: 23.7rem;
    }
    50% {
      max-height: 1rem;
    }
    100% {
      max-height: 23.7rem;
    }
}

.stoLaunch__title {
    margin-bottom: 3.5rem;
    text-align: center;
    max-width: 83rem;
}

.stoLaunch__description {
    width: 90%;
    margin: 3rem auto 6rem;
    font-family: 'Lexend Deca', sans-serif;
    font-size: 2rem;
    line-height: 145%;
    letter-spacing: 0.04rem;
    color: #DCDCDC;
    text-align: center;
    max-width: 68rem;
}

.stoLaunch_button {
    width: 33rem;
}

@media (max-width: 767px) {
    .stoLaunch {
        background-size: contain;
    }

    .stoLaunch__content::before,
    .stoLaunch__content::after  {
        display: none;
    }
}
.stoServices {
    position: relative;
}

.stoServices .text-wrap span {
    white-space: nowrap;
}

.stoServices__content {
    width: 90%;
    max-width: 1170px;
    margin: auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
    padding: 5rem 0;
}

.stoServices__title {
    margin-bottom: 3.5rem;
    text-align: center;
    max-width: 83rem;
}

.stoServices__description {
    width: 90%;
    margin: 0rem auto 3rem;
    font-family: 'Lexend Deca', sans-serif;
    font-size: 2rem;
    line-height: 145%;
    letter-spacing: 0.04rem;
    color: #DCDCDC;
    text-align: center;
    max-width: 68rem;
}

.stoServices_button {
    width: 33rem;
}

.stoServices__hint {
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 145%;
    text-align: center;
    letter-spacing: 0.03rem;
    text-transform: uppercase;
    color: #5B5B5B;
}

.stoServicesCards_container {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    padding-top:  5rem;
}

.stoServicesCard_oasWrapper {
    width: 49%;
    min-width: 40rem;
}

.stoServicesCard_container {
    width: 100%;
    min-width: 40rem;
    min-height: 44rem;
    background: #171719;
    border: 2px solid #0066FF;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 4rem 3rem;
    -webkit-transition: 1s;
    transition: 1s;
    margin-bottom: 2rem ;
}

@media (max-width: 767px) {
    .stoServicesCards_container{
        -webkit-box-pack: center;
                justify-content: center;
    }

    .stoServicesCard_oasWrapper {
        width: 90%;
        min-width: 40rem;
    }
}

.stoServicesCard_container:hover {
    background: rgba(0, 102, 255, 0.1);
}

.stoServicesCard_title {
    font-weight: bold;
    font-size: 3.8rem;
    line-height: 125%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
            align-items: flex-end;
    letter-spacing: 0.03rem;
    text-transform: uppercase;
}

.stoServicesCard_list {
    margin-top: 2.5rem;
    padding-left: 2rem;
    font-size: 1.8rem;
    line-height: 150%;
    letter-spacing: 0.03rem;
}

.stoServicesCard_list li {
    position: relative;
    margin-top: 1.5rem;
}

.stoServicesCard_list li:before {
    content: '';
    width: 0.8rem;
    height: 0.8rem;
    background: #0065FF;
    position: absolute;
    left: -2rem;
    border-radius: 50px;
    margin-top: 1rem;
}

.stoServices_midleRombus {
    position: absolute;
    left: -5.5rem;
    top: 20rem;
    height: 10rem;
    width: 10rem;
    background: rgba(0, 102, 255, 0.2);
    box-shadow: 0 0 0.6rem #0066FF;
    border: 3px solid #0066FF;
    -webkit-transform: scaleX(1) rotate(45deg);
    transform: scaleX(1) rotate(45deg);
    -webkit-filter: blur(0.1rem);
    filter: blur(0.1rem);
    -webkit-animation: animation_rhombus 5s infinite;
    animation: animation_rhombus 5s infinite;
}
.sp-force-hide { display: none;}.sp-form[sp-id="136993"] { display: block; background: rgba(0, 0, 0, 1); padding: 5px; width: 100%; max-width: 100%; border-radius: 5px; border-color: rgba(0, 54, 135, 1); border-style: solid; border-width: 1px; font-family: Verdana, Geneva, sans-serif; background-repeat: no-repeat; background-position: center; background-size: auto;}.sp-form[sp-id="136993"] input[type="checkbox"] { display: inline-block; opacity: 1; visibility: visible;}.sp-form[sp-id="136993"] .sp-form-fields-wrapper { margin: 0 auto; width: 950px;}.sp-form[sp-id="136993"] .sp-form-control { background: #ffffff; border-color: rgba(45, 0, 158, 1); border-style: solid; border-width: 1px; font-size: 15px; padding-left: 8.75px; padding-right: 8.75px; border-radius: 4px; height: 35px; width: 100%;}.sp-form[sp-id="136993"] .sp-field label { color: rgba(59, 65, 245, 1); font-size: 13px; font-style: normal; font-weight: bold;}.sp-form[sp-id="136993"] .sp-button-messengers { border-radius: 4px;}.sp-form[sp-id="136993"] .sp-button { border-radius: 4px; background-color: #000000; color: #ffffff; width: auto; font-weight: 700; font-style: normal; font-family: Verdana, Geneva, sans-serif; box-shadow: none; border-color: #3b41f5; border-style: solid;}.sp-form[sp-id="136993"] .sp-button-container { text-align: left; width: auto;}
.text {
    font-family: 'Blinker', sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}

.text_size_default {
    font-size: 2rem;
}

.text_size_xs {
    font-size: 1.4rem;
    line-height: 160%;
}

.text_size_sm{
    font-size: 1.8rem;
    line-height: 140%;
}

.text_size_md {
    font-size: 3.2rem;
    line-height: 112.5%;
}

.text_weight_bold {
    font-weight: 700;
}

.text_weight_normal {
    font-weight: 400;
}
.preface-rating {
    position: relative;
    height: 100vh;
    width: 100%;
}

.preface-rating:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url("/images/ratingPage/preface-bg.webp");
    background-size: cover;
    background-position-x: center;
    background-position-y: top;
}

.preface-rating:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(11, 11, 11, 0)), color-stop(83.85%, #0B0B0B));
    background: linear-gradient(180deg, rgba(11, 11, 11, 0) 0%, #0B0B0B 83.85%);
}

.preface-rating__mouse {
    position: absolute;
    left: calc(50% - 3.2rem);
    bottom: 1.4rem;
    width: 6.4rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    z-index: 99;
}

.preface-rating__mouse img {
    margin-bottom: 1.2rem;
}

.preface-rating__logo {
    position: absolute;
    width: 17.6rem;
    height: 15.5rem;
    left: calc(50% - 8.8rem);
    bottom: 13rem;
    z-index: 99;
}

.preface-rating__logo img {
    width: 100%;
}

@media (max-width: 414px) {

    .preface-rating:after {
        display: none;
    }

    .preface-rating__logo img {
        display: none;
    }

    .preface-rating__logo {
        top: 2rem;
    }

    .preface-rating__logo:before {
        content: '';
        position: absolute;
        top: 0;
        left: calc(50% - 7.5rem);
        width: 15rem;
        height: 5rem;
        background-image: url("/images/ratingPage/rating-logo-mobile.svg");
        background-size: contain;
        background-repeat: no-repeat;
    }

    .preface-rating:before {
        background-image: url("/images/ratingPage/preface-bg-mobile.webp");
    }

    .preface-rating__mouse {
        bottom: 4rem;
        width: 11rem;
        height: 11rem;
        padding: 2rem;
        box-sizing: border-box;
        border-radius: 50%;
        background: #242424;
    }

    .preface-rating__mouse img {
        margin: unset;
    }

    .preface-rating__mouse .text {
        display: none;
    }
}
.qrating-intro {
    position: relative;
    /*margin-bottom: 6.2rem;*/
}

.qrating-intro__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(60rem, 1fr));
}

.qrating-intro__grid-item {
    position: relative;
    padding: 10.4rem 5rem 2.6rem 5rem;
    box-sizing: border-box;
    display: grid;
    grid-template-rows: auto auto 1fr auto;
    row-gap: 2rem;
    cursor: pointer;
    border: .1rem solid #FF6932;
    background: #141414;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
}

.qrating-intro__grid-item:hover {
    background: rgba(255, 105, 50, 0.1);
}

.qrating-intro__grid-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: .2rem solid #FF6932;
    box-sizing: border-box;
    -webkit-filter: drop-shadow(0px 0px 6px #FF6932);
            filter: drop-shadow(0px 0px 6px #FF6932);
}

.qrating-intro__grid-item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.88;
    border: .4rem solid #FF6932;
    box-sizing: border-box;
    -webkit-filter: blur(15px);
            filter: blur(15px);
}

.qrating-intro__grid-item__title {
    font-family: 'Blinker', sans-serif;
    font-weight: 700;
    font-size: 3.6rem;
    line-height: 125%;
    text-transform: uppercase;
    color: #FFFFFF;
}

.qrating-intro__list {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
}

.qrating-intro__list li {
    margin-bottom: 2rem;
    display: -webkit-box;
    display: flex;
}

.qrating-intro__list-item__icon {
    margin-right: 2.5rem;
    width: 4.6rem;
    height: 4.6rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    background: rgba(255, 105, 50, 0.05);
    border: .1rem solid #FF6932;
    border-radius: 50%;
    box-sizing: border-box;
}

.qrating-intro__list-item__icon img {
    width: 2.2rem;
    height: 2.2rem;
}

.qrating-intro__action {
    max-width: 51rem;
    width: 100%;
}

.qrating-intro__action .button-orange {
    height: 7.8rem;
    margin-bottom: 2rem;
    padding: 1rem;
    font-size: 2.2rem;
    text-align: center;
    z-index: 111;
    position: relative;
}

.qrating-intro__grid-item-info {
    text-align: center;
    line-height: 150%;
}

@media (max-width: 768px) {
    .qrating-intro__grid {
        grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    }

    .qrating-intro__grid-item {
        padding: 2rem;
    }

    .qrating-intro .button-orange {
        width: unset;
    }

    .qrating-intro__list-item__icon {
        min-width: 4.6rem;
    }
}
.container {
  position: relative;
  margin: 0 auto;
}

.container.container_width_big {
  width: 144rem;
  max-width: 90%;
}

.container.container_width_lg {
  width: 128rem;
  max-width: 90%;
}

.container.container_width_md {
  width: 117rem;
  max-width: 90%;
}

.container.container_width_sm {
  width: 90rem;
  max-width: 90%;
}

.container.content {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

@media (max-width: 768px) {
  .container.container_width_lg {
    max-width: 90%;
  }

  .container.container_width_big {
    max-width: 95%;
  }
}

.qrating-about {
  position: relative;
  padding-top: 6.2rem;
  margin-bottom: 11rem;
  z-index: 4;
}

.qrating-about:before {
  content: '';
  position: absolute;
  top: 2rem;
  left: 0;
  width: 12.7rem;
  height: 12.7rem;
  background-image: url("/images/ratingPage/logo.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: -3.8rem;
  z-index: -1;
}

.qrating-about:after {
  content: '';
  position: absolute;
  top: 30rem;
  /*bottom: 0;*/
  left: 0;
  width: 51.7rem;
  height: 51.7rem;
  background-image: url("/images/ratingPage/logo.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: -14.2rem;
  /*background-position-y: 30rem;*/
  z-index: -1;
}

.qrating-about__title {
  margin-bottom: 3.5rem;
  text-align: center;
}

.qrating-about__content {
  margin-bottom: 7rem;
}

.qrating-about__content-text {
  text-align: center;
  font-size: 2.4rem;
  line-height: 160%;
}

.qrating-about .button-orange {
  margin: auto;
  padding: 1rem;
  width: 41.5rem;
  max-width: 100%;
  height: 7.8rem;
  font-size: 2.8rem;
}

@media (max-width: 768px) {
  .qrating-about:before {
    display: none;
  }

  .qrating-about:after {
    display: none;
  }

  .qrating-about__content-text {
    text-align: left;
  }
}
.qrating-explore {
  position: relative;
  margin-bottom: 13.4rem;
  z-index: 4;
}

.qrating-explore:before {
  content: '';
  position: absolute;
  right: -3.9rem;
  top: -7rem;
  width: 11.6rem;
  height: 11.6rem;
  background-image: url("/images/ratingPage/fire.webp");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

.qrating-explore__title {

}

.qrating-explore__wrapper {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.qrating-explore__content {
  -webkit-box-flex: 1;
          flex: 1;
  max-width: 100%;
}

.qrating-explore__screen {
  -webkit-box-flex: 1;
          flex: 1;
}

.qrating-explore__content-text {
  line-height: 160%;
  font-size: 2.4rem;
}

.qrating-explore .button-orange {
  margin-top: 7rem;
  width: 41.5rem;
  height: 7.8rem;
  max-width: 100%;
}

.qrating-explore__screen {
  position: relative;
  width: 86rem;
  max-width: 100%;
  height: 49rem;
}

.qrating-explore__screen:before {
  content: '';
  position: absolute;
  right: -30rem;
  width: 77rem;
  max-width: 100%;
  height: 100%;
  background-image: url("/images/ratingPage/dashboard.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: center;
}

@media (max-width: 768px) {
  .qrating-explore__title {
    margin: auto;
    text-align: center;
  }

  .qrating-explore:before {
    display: none;
  }

  .qrating-explore__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }

  .qrating-explore__content {
    -webkit-box-flex: unset;
            flex: unset;
  }

  .qrating-explore__screen {
    -webkit-box-flex: unset;
            flex: unset;
  }

  .qrating-explore__screen:before {
    width: 100vw;
    right: unset;
    background-image: url("/images/ratingPage/dashboard-mobile.webp");
    background-size: contain;
    background-position-x: right;
  }

  .qrating-explore .button-orange {
    margin: 6.1rem auto auto;
  }
}
.preface-video {
    position: relative;
    height: 100vh;
}

.preface-video__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.preface-video__background video {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.preface-video__background:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.65);
    z-index: 0;
}

.preface-video .container {
    height: 100%;
}

.preface-video__wrapper {
    height: inherit;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center;
    max-width: 75rem;
}

.preface-video__mouse {
    position: absolute;
    left: calc(50% - 4rem);
    bottom: 5rem;
    width: 8rem;
    height: 8rem;
}

.preface-video__mouse {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

.preface-video__title {
    line-height: 125%;
}

.preface-video__description {
    line-height: 160%;
    letter-spacing: 0.02em;
}

@media (max-width: 768px) {
    .preface-video__wrapper {
        padding-top: 16rem;
        -webkit-box-pack: unset;
                justify-content: unset;
        max-width: 48rem;
    }

    .preface-video__title {
        margin-bottom: 2.9rem;
        font-size: 30px!important;
    }

    .preface-video__description {
        font-size: 20px;
    }
}
.video-about {
    position: relative;
    padding: 6rem 0;
}

.video-about:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 32.6rem;
    height: 38.3rem;
    background-image: url("/images-light/video/youtube.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: -8rem;
    z-index: -1;
}

.video-about__wrapper {
    max-width: 105rem;
    margin: 0 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
}

.video-about__wrapper .title,
.video-about__wrapper .text
{
    text-align: center;
}

.video-about__wrapper .button-orange {
    width: 41.5rem;
    max-width: 100%;
    margin-top: 4.5rem;
}

.video-about__stats {
    margin-top: 10rem;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
            justify-content: space-between;
}

.video-about__stats-col {
    -webkit-box-flex: 1;
            flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.video-about__stats-item {
    padding: 2rem;
    margin: auto;
    width: 22rem;
    max-width: 100%;
    display: grid;
    grid-template-rows: 8rem auto 6rem;
    grid-row-gap: 2.5rem;
}

.video-about__stats-item-icon {
    width: 8rem;
    height: 8rem;
    background: rgba(255, 105, 50, 0.05);
    border: 2px solid #FF6932;
    box-sizing: border-box;
    border-radius: 50%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
}

.video-about__stats-item-icon img {
    width: 4.6rem;
    height: 4.6rem;
    -o-object-fit: contain;
       object-fit: contain;
}

.video-about__stats-item-number {
    font-family: 'Roboto', 'Blinker', sans-serif;
    font-weight: 900;
    font-size: 74px;
    line-height: 100%;
    color: #FFFFFF;
}

.video-about__stats-item-text {
    font-size: 2.2rem;
    line-height: 140%;
}

@media (max-width: 768px) {
    .video-about:before {
        display: none;
    }

    .video-about__stats-item {
        margin: auto;
        width: 22rem;
        grid-template-rows: 5.6rem auto 6rem;
    }

    .video-about__stats-item-icon {
        width: 5.6rem;
        height: 5.6rem;
    }

    .video-about__stats-item-icon img {
        width: 2.6rem;
        height: 2.6rem;
    }

    .video-about__stats-item-number {
        font-size: 4rem;
    }

    .video-about__stats-item-text {
        font-size: 1.8rem;
    }
}
.video-services {
    position: relative;
    margin-bottom: 7.5rem;
}

.video-services h2.title {
    margin-bottom: 4rem;
    text-align: center;
}

.video-services__grid {
    margin-bottom: 4.5rem;
    -webkit-box-pack: center;
            justify-content: center;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(32rem, 1fr));
}

.video-services__item {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: end;
            justify-content: flex-end;
    height: 34rem;
    cursor: pointer;
    border: 1px solid transparent;
    /*box-sizing: border-box;*/
}

.video-services__item:last-child {
    cursor: unset;
}


.video-services__item-preview {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}

.video-services__item-preview video {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
}

.video-services__item--open .video-services__item-preview:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(14, 14, 14, 0.9);
    border: 1px solid #FF6932;
}

.video-services__item--open .video-services__item-preview {
    z-index: 3;
}

.video-services__item--open .video-services__item-label {
    display: none;
}

.video-services__item-preview img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
}

.video-services__item-label {
    width: 100%;
    padding: 2.5rem 3.5rem;
    font-family: 'Blinker', sans-serif;
    font-weight: 700;
    font-size: 3.2rem;
    line-height: 112.5%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    box-sizing: border-box;
    color: #FFFFFF;
    background: rgba(14, 14, 14, 0.9);
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    z-index: 2;
}

.video-services .button-orange {
    width: 41.5rem;
    max-width: 100%;
    margin: auto;
}

.video-services__item-content {
    padding: 3.5rem;
    display: grid;
    grid-template-rows: auto auto auto;
    grid-row-gap: 2rem;
    box-sizing: border-box;
    height: 100%;
    z-index: 4;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
}

.video-services__item--open .video-services__item-content {
    visibility: visible;
    opacity: 1;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-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
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    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-slider {
  z-index: 98;
  width: 100%;
}

.slider__arrow {
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 99;
}

.slider__arrow--prev {

}

.slider__arrow--next {
  right: 0;
}

.slider__arrow--next div,
.slider__arrow--prev div {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background-color: #171717;
}

.slider__arrow--next div:hover,
.slider__arrow--prev div:hover {
  background-color: #242424;
}


/*Dots default*/

.slider__dots {
  display: -webkit-box!important;
  display: flex!important;
  -webkit-box-pack: center;
          justify-content: center;
}

.slider__dots li {
  width: 2rem;
  height: 2rem;
  margin-right: 1.6rem;
  border-radius: .4rem;
  border: .2rem solid #0066FF;
}

.slider__dots li:not(.slick-active) {
  background: rgba(0, 102, 255, 0.05);
}

.slider__dots li.slick-active {
  background: #0066FF;
}

/*Dots orange*/

.slider__dots_color_orange {
  display: -webkit-box!important;
  display: flex!important;
  -webkit-box-pack: center;
          justify-content: center;
}

.slider__dots_color_orange li {
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 1.6rem;
  border-radius: .4rem;
  border: .2rem solid #FF6932;
}

.slider__dots_color_orange li:not(.slick-active) {
  background: rgba(0, 102, 255, 0.05);
}

.slider__dots_color_orange li.slick-active {
  background: #FF6932;
}

/*Blue-white dots*/

.slider__dots_color_blue-white {
  display: -webkit-box!important;
  display: flex!important;
  /* justify-content: center; */
}

.slider__dots_color_blue-white li {
  width: 1rem;
  height: 1rem;
  margin-right: 4rem;
  border-radius: 50%;
  background: #0066FF;
  box-shadow: 0px 0px 10px #0066FF;
}

.slider__dots_color_blue-white li:not(.slick-active) {
  background: #fff;
}

.slider__dots_color_blue-white li.slick-active {
  background: #0066FF;
}

/*Gray dots*/

.slider__dots_color_gray {
  display: -webkit-box!important;
  display: flex!important;
  -webkit-box-pack: center;
          justify-content: center;
  margin-top: 5rem;
}

.preface-defi .slider__dots {
  -webkit-box-pack: start;
          justify-content: start;
}

.slider__dots_color_gray li {
  width: 1rem;
  height: 1rem;
  margin-right: 1.6rem;
  border-radius: 50%;
}

.slider__dots_color_gray li:not(.slick-active) {
  background-color: #3C3C3C;
}

.slider__dots_color_gray li.slick-active {
  background-color: #A9A9A9;
}


@media (max-width: 768px) {
  .slider__dots li {
    width: 1.4rem;
    height: 1.4rem;
  }

  .preface-defi .slider__dots {
    -webkit-box-pack: center;
            justify-content: center;
  }

  .slider__dots_color_blue-white {
    display: block;
    -webkit-box-pack: center;
            justify-content: center;
  }
}

@media (min-width: 998px) {
  .flag-ship-services .slider__dots_color_gray {
   display: none!important;
  }

  .defi-services .slider__dots_color_gray {
    display: none!important;
  }
}
.preface-audit {
	width: 100%;
	height: 100vh;
	-webkit-box-pack: left;
	        justify-content: left;
	-webkit-box-align: start;
	        align-items: flex-start;
	box-sizing: border-box;
	background: url('/images/preface/preface-management.webp') no-repeat 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	padding: 6% 0 7.5rem 4rem;
	-webkit-transition: 3s;
	transition: 3s;
}

.preface-audit::before .modal-pure-root {
	z-index: 5000;
}

.slider.slider-preface.preface-audit__slider {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	        justify-content: flex-start;
	width: 100%;
}

.preface-audit__slide-prev-arrow,
.preface-audit__slide-next-arrow {
	/*bottom: 20vh;*/
	bottom: -2rem;
	top: unset;
	right: 7rem;
}

.preface-audit .slider__dots_color_blue-white {
	-webkit-column-gap: 4rem;
	   -moz-column-gap: 4rem;
	        column-gap: 4rem;
	position: absolute;
	bottom: 13rem;
}

.preface-audit .slider__dots_color_blue-white li {
	margin-right: 0;
}

.preface-audit__slide-prev-arrow {
	right: 13rem;
	margin-right: 3.5rem;
}

.preface-audit__slide {
	position: relative;
	display: -webkit-box;
	display: flex;
	width: 100%;
	outline: none;
}

.preface-audit__container {
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	        flex-direction: column;
	padding: 0 0 2rem;
	/* max-width: 85%;
  left: 10rem; */
}

.preface-audit__text-content {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	        flex-direction: column;
}

.preface-audit__title {
	margin-bottom: 4.2rem;
	max-width: 770px;
	font-family: 'Blinker';
	font-style: normal;
	font-weight: bold;
	font-size: 56px;
	line-height: 112.5%;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #ffffff;
	text-shadow: 4px 2px 0px #0066ff;
}

.preface-audit__text {
	max-width: 700px;
	font-family: 'Blinker';
	font-style: normal;
	font-weight: 600;
	font-size: 28px;
	line-height: 126%;
	text-transform: uppercase;
	color: #ffffff;
}

.preface-audit__slide-container {
	position: absolute;
	right: 0;
	height: 65rem;
	-o-object-fit: contain;
	   object-fit: contain;
	-o-object-position: right;
	   object-position: right;
	z-index: -1;
}

.preface-audit__slide-container {
	max-width: 40%;
}

.preface-audit__slide-image {
	width: 100%;
}

.preface-audit__button-mobile {
	display: none !important;
	position: relative;
}

.preface-audit__button {
	position: relative;
	margin-top: 5.8rem;
	padding: 1.5rem 16rem !important;
	text-decoration: none;
}

.preface-audit__ellipse1 {
	position: absolute;
	width: 116px;
	height: 116px;
	/* left: 1312px; */
	top: 48px;

	background: #fe8c62;
}

.preface-audit .slick-list {
	padding-bottom: 7rem;
	cursor: pointer;
}

.preface-audit .slick-slider {
	height: 90vh;
	z-index: 98;
	width: 90%;
	left: 11rem;
	top: 5rem;
}

@media (max-width: 1280px) {
	.preface-audit__title {
		margin: 1em 0 0.6rem;
		padding: 0 1.4rem;
		font-size: 3.75rem;
		line-height: 125%;
	}

	.preface-audit__text {
		margin-bottom: 0;
		padding: 0 1.4rem;
		font-size: 2.25rem;
		line-height: 150%;
	}

	.preface-audit__slide-container {
		max-width: 30%;
		top: 5rem;
	}
}

@media (max-width: 1024px) {
	.preface-audit .slider__dots_color_blue-white {
		bottom: auto;
	}

	.preface-audit__title {
		max-width: 500px;
	}

	.preface-audit__text {
		max-width: 500px;
	}
}

@media (max-width: 769px) {
	.preface-audit {
		margin-bottom: 5rem;
		/*padding: 0;*/
		padding: 0;
	}

	.preface-audit__container {
		max-width: 100%;
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		        flex-direction: column;
		/* padding: 0; */
	}

	.preface-audit__text-content {
		margin-top: 10rem;
		display: block;
		text-align: center;
		align-self: center;
	}

	.preface-audit__slide-container {
		max-width: unset;
		position: relative;
		max-height: 37.3rem;
		right: 0;
		z-index: 3;
		top: 0;
	}

	.preface-audit__title {
		margin-bottom: 2rem;
		margin-top: 0;
		padding: 0 1.4rem;
		font-size: 3.75rem;
		line-height: 125%;
	}

	.preface-audit__text {
		margin-bottom: 0;
		padding: 0 1.4rem;
		font-size: 2.25rem;
		line-height: 150%;
	}

	.preface-audit__slide-image {
		position: absolute;
		right: 0;
		bottom: -5rem;
		z-index: 1;
		height: 100%;
		width: unset;
	}

	.preface-audit .slider__dots_color_blue-white {
		position: initial;
	}

	.preface-audit__button {
		display: none !important;
	}

	.preface-audit__button-mobile {
		display: block;
		margin-top: 5.8rem;
		padding: 1rem 10rem !important;
		margin: 0 auto;
	}

	.preface-audit .slick-slider {
		height: auto;
		width: 100%;
		left: 0;
		top: 1rem;
	}

	.preface-audit__slide-prev-arrow div,
	.preface-audit__slide-next-arrow div {
		display: none;
	}

	.preface-audit .slider__dots {
		-webkit-box-pack: center;
		        justify-content: center;
	}
}

@media only screen and (max-width: 769px) and (min-height: 700px) {
	.preface-audit__button-wrapper {
		margin-top: 5rem;
	}
}

@media (max-width: 767px) {
	.preface-audit__slide-image {
		position: absolute;
		right: 0;
		bottom: -5rem;
		z-index: 1;
		height: 80%;
		width: unset;
	}

	.preface-audit .slick-list {
		margin-bottom: -10rem;
		padding-bottom: 0;
	}
}

@media (max-width: 420px) {
	.preface-audit__button-mobile {
		margin-top: 0rem;
		padding: 1rem 8rem !important;
	}

	.preface-audit__slide-image {
		bottom: 4rem;
	}
}

.Benefits {
    position: relative;
    z-index: 1;
    padding-top: 16rem;
    padding-bottom: 16.3rem;
    background-color: #141414;
    background-size: cover;
    overflow: hidden;
  }

  .platinum-back {
    position: absolute;
    top: 72rem;
    left: 89rem;
    font-style: normal;
    font-weight: bold;
    font-size: 288px;
    line-height: 120%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    text-align: center;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #222121;

  }
  
  .Benefits-content {
    position: relative;
    max-width: 100vw;
    -webkit-box-pack: center;
            justify-content: center;
    box-sizing: border-box;
    font-family: 'Blinker',sans-serif;
  }

  .Benefits__title-wrapper {
    max-width: 95.2rem;
    margin: 0 auto;
  }

  .Benefits__title {
    font-family: 'Blinker',sans-serif;
    font-style: normal;
    text-align: center;
    font-weight: bold;
    font-size: 51px;
    line-height: 112.5%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: .4rem .2rem 0rem #0066FF;
    margin-bottom: 8rem;
  }

  .Benefits__grid-cell {
    display: grid;
    grid-template-columns: 0.3fr 0.9fr;
    justify-items: center;
    -webkit-box-align: center;
            align-items: center;
  }

  .Benefits__grid {
    max-width: 80rem;
    display: grid;
    grid-template-columns: 1fr;
    margin: 0 auto;
    grid-row-gap: 5rem;
  }

  .Benefits__grid-disc {
    position: relative;
    bottom: 1.4rem;
  }

  .Benefits__cell-title {
    font-style: normal;
    margin-bottom: 2rem;
    font-weight: 600;
    font-size: 2.6rem;
    line-height: 120%;
    color: #FFFFFF;
  }

  .Benefits__cell-subtitle {
    font-family: "Lexend Deca";
    font-style: normal;
    font-weight: normal;
    font-size: 1.8rem;
    line-height: 2.2rem;
    letter-spacing: 0.04em;
  }

  @media (max-width: 1024px) {
  .Benefits__title {
      max-width: 100%;
      width: 100%;
      text-align: center;
    }  
}
  
  @media (max-width: 767px) {
    .Benefits {
      padding-top: 8rem;
    }
  
    .Benefits__section-content {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      padding-top: 0rem;
    }

    .Benefits__title {
        font-size: 4rem;
      }
 
    .Benefits__grid {
      grid-template-columns: 1fr;
    }

    .Benefits__grid-cell {
      grid-template-columns: 0.1fr 0.9fr;;
    }
  }
  
  @media (max-width: 480px) {
  .Benefits__title {
    font-size: 3rem;
  }
}
  
  
.TotalFundsLost {

}

.TotalFundsLost__image-wrapper {
    text-align:right ;
    position: relative;
    left: 10rem;
    margin-bottom: 10rem;
}

.TotalFundsLost__button {
    margin: 0 auto;
}

@media (max-width: 768px) {
    .TotalFundsLost__image-wrapper {
        left: 5rem;
    }

    .TotalFundsLost__image {
        width: 110%;
        height: 100%;
    }

    .TotalFundsLost__button {
        font-size: 2rem;
        padding: 1rem 5rem;
    }
}
.TheSmartContract {
    position: relative;
    z-index: 1;
    padding-top: 16rem;
    padding-bottom: 17rem;
    background-color: #141414;
    background-size: cover;
    overflow: hidden;
  }

  .audit-back {
    position: absolute;
    top: 85rem;
    left: 60rem;
    font-weight: bold;
    font-size: 288px;
    line-height: 120%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #222121;

  }
  
  .TheSmartContract-content {
    position: relative;
    max-width: 100vw;
    -webkit-box-pack: center;
            justify-content: center;
    box-sizing: border-box;
    font-family: 'Blinker',sans-serif;
  }
  
  .TheSmartContract__titles {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 78rem;
    margin: 0 auto;
  }

  .TheSmartContract__title {
    font-family: 'Blinker',sans-serif;
    font-style: normal;
    text-align: center;
    font-weight: bold;
    font-size: 51px;
    line-height: 112.5%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: .4rem .2rem 0rem #0066FF;
    margin-bottom: 5rem;
  }

  .TheSmartContract__subtitle {
    z-index: 1;
    font-family: "Lexend Deca";
    font-style: normal;
    font-weight: normal;
    font-size: 1.8rem;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    margin-bottom: 7.2rem;
  }

  .TheSmartContract__grid-cell {
    display: grid;
    grid-template-columns: 0.1fr 0.9fr;
    justify-items: center;
  }

  .TheSmartContract__grid {
    max-width: 115rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0 auto;
    grid-row-gap: 5rem;
    -webkit-column-gap: 12.7rem;
       -moz-column-gap: 12.7rem;
            column-gap: 12.7rem;
  }

  .TheSmartContract__grid-disc {
    position: relative;
    bottom: 1.4rem;
  }

  .TheSmartContract__cell-title {
    font-style: normal;
    margin-bottom: 2rem;
    font-weight: 600;
    font-size: 2.6rem;
    line-height: 120%;
    color: #FFFFFF;
  }

  .TheSmartContract__cell-subtitle {
    font-family: "Lexend Deca";
    font-style: normal;
    font-weight: normal;
    font-size: 1.8rem;
    line-height: 2.2rem;
    letter-spacing: 0.04em;
  }

  .TheSmartContract__bottom-panel {
    display: block;
    text-align: center;
    text-align: -webkit-center;
  }

  .TheSmartContract__button {
    margin-top: 14.5rem;
    padding: 2.1rem 16.3rem !important;
    text-decoration: none;
  }

  .TheSmartContract__buttonText {
    text-decoration: none;
  }

  .TheSmartContract__buttonText:hover,  .TheSmartContract__buttonText:visited:hover {
    text-decoration: none;
  }

  .TheSmartContract__text-email {
    max-width: 65rem;
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #DDDDDD;
  }

  .TheSmartContract__email {
    color: #FF6932;
    text-decoration: none;
  }

  .TheSmartContract__email:hover,  .TheSmartContract__email:visited:hover {
    color: #FF6932;
    text-decoration: none;
  }

  .TheSmartContract__telegram-text {
    margin-top: -2.5rem;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #DDDDDD;
  }

  @media (max-width: 1024px) {
  .TheSmartContract__titles {
      left: 0;
  }

  .TheSmartContract__title, .TheSmartContract__subtitle {
      max-width: 100%;
      width: 100%;
      text-align: center;
    }  
}
  
  @media (max-width: 767px) {
    .TheSmartContract {
      padding-top: 8rem;
    }
  
    .TheSmartContract__section-content {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      padding-top: 0rem;
    }

    .TheSmartContract__title, .TheSmartContract__subtitle {
        font-size: 4rem;
      }
 
    .TheSmartContract__grid {
      grid-template-columns: 1fr;
    }

    .TheSmartContract__grid-cell {
      grid-template-columns: 0.1fr 0.9fr;;
    }

      .TheSmartContract__titles {
        max-width: 50rem;
      }
  
    .TheSmartContract__subtitle {
      font-size: 3rem;
    }

    .TheSmartContract__text-email {
      max-width: 45rem;
    }
  }
  
  @media (max-width: 480px) {
    .TheSmartContract__title, .TheSmartContract__subtitle {
        font-size: 3rem;
      }
  
    .TheSmartContract__subtitle {
      font-size: 2rem;
    }

    .TheSmartContract__button {
      padding: 2.1rem 10rem !important;
    }
  
  }
  
  
.WhyPlatinumAudit {
    position: relative;
    z-index: 1;
    background-color: #141414;
  }

  .WhyPlatinumAudit-content {
    position: relative;
    max-width: 100vw;
    -webkit-box-pack: center;
            justify-content: center;
    box-sizing: border-box;
    font-family: 'Blinker',sans-serif;
  }

  .WhyPlatinumAudit__title-wrapper {
    max-width: 93rem;
    margin: 0 auto;
  }

  .WhyPlatinumAudit__title {
    font-family: 'Blinker',sans-serif;
    font-style: normal;
    text-align: center;
    font-weight: bold;
    font-size: 51px;
    line-height: 112.5%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: .4rem .2rem 0rem #0066FF;
    margin-bottom: 8rem;
  }

  .WhyPlatinumAudit__grid-cell {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    max-width: 35rem;
  }

  .WhyPlatinumAudit-grid {
    max-width: 130rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 0 auto;
    grid-row-gap: 9rem;
    justify-items: center;
  }

  .WhyPlatinumAudit__cell-text1 {
    font-style: normal;
    font-weight: bold;
    font-size: 52px;
    line-height: 120%;
    text-transform: uppercase;
    color: #0066FF;
    text-shadow: 0px 0px 15px rgba(0, 102, 255, 0.5);
    margin-bottom: 1.6rem;
  }

  .WhyPlatinumAudit__cell-text2 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 1.6rem;
  }

  .WhyPlatinumAudit__cell-text3 {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.04em;
    color: #FFFFFF;
  }

@media (max-width: 769px){
  .WhyPlatinumAudit-grid {
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }
}

@media (max-width: 767px){
.WhyPlatinumAudit__title {
    font-size: 4rem;
}

.WhyPlatinumAudit-grid {
  grid-template-columns: 1fr;
  justify-items: center;
}

.WhyPlatinumAudit__cell-text1 {
  font-size: 40px;
}

}

@media (max-width: 480px){
  .WhyPlatinumAudit__title {
      font-size: 3rem;
    }
   }
.FAQAuditSection {
    position: relative;
    padding-bottom: 16.3rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    margin-bottom: 21rem;
}

.faq-back {
    position: absolute;
    bottom: 38rem;
    font-weight: bold;
    font-size: 288px;
    line-height: 120%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #222121;

  }

.FAQAuditSection:before {
    content: '';
    position: absolute;
    top: 0;
    background-image: url("/images/faq-questions-bg.webp");
    background-size: contain;
    width: 90%;
    max-width: 130rem;
    background-repeat: no-repeat;
    height: 100%;
    display: -webkit-box;
    display: flex;
}

.FAQAuditSection__wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    width: 100rem;
    max-width: 90%;
    margin: auto;
    z-index: 1;
}

.FAQAuditSection__title {
    margin: 1em 0;
    font-family: Blinker;
    font-style: normal;
    font-weight: bold;
    font-size: 6rem;
    line-height: 112.5%;
    text-transform: uppercase;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0.5rem 0.3rem 0 rgba(0, 102, 255, 0.7);
    z-index: 1;
}

.FAQAuditSection__list {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
}

.FAQAuditSection__item {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    width: 100%;
}

.FAQAuditSection__item-header {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
    padding: 4rem 0 1.5rem 0;
    border-bottom: .1rem solid #373737;
}

.FAQAuditSection__item-question {
    font-family: "Blinker";
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 120%;
    color: #F9F9F9;
}

.FAQAuditSection__item-icon {
    position: relative;
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    cursor: pointer;
    background-color: #171717;
}

.FAQAuditSection__item-icon:hover {
    background: #242424;
}

.FAQAuditSection__item-icon:before {
    content: '';
    position: absolute;
    left: calc(50% - 1.2rem);
    top: calc(50% - 1.2rem);
    width: 2.4rem;
    height: 2.4rem;
    background-image: url("/images/icons/faq-hide.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.FAQAuditSection__item--active .FAQAuditSection__item-icon:before {
    background-image: url("/images/icons/faq-show.svg");
}

.FAQAuditSection__item-answer {
    display: none;
    margin: 3rem 0;
    font-family: "Lexend Deca";
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: #DDDDDD;
}

.FAQAuditSection__item--active .FAQAuditSection__item-answer {
    display: block;
}

@media (max-width: 768px) {
    .FAQAuditSection__title {
        font-size: 3.75rem;
    }

    .FAQAuditSection__item-question {
        font-size: 2.75rem;
    }

    .FAQAuditSection__item-answer {
        font-size: 2.25rem;
    }
}

main .tech-stack-sd {
    position: relative;
    height: 90vh;
}
.tech-stack-block__nav-mobile {
    display: none;
}
.tech-stack-sd__section-content {
    width: 112rem;
    padding-top: calc(5rem + 12vh);
    margin: auto;
}
.tech-stack-sd__text-decoration {
    position: absolute;
    right: 0;
    bottom: 15rem;
    font-family: 'Blinker', sans-serif;
    font-weight: 700;
    font-size: 40rem;
    line-height: 30rem;
    letter-spacing: 0.7rem;
    text-transform: uppercase;
    color: #141414;
}
.tech-stack-sd .title-sd {
    margin-bottom: 8.5vh;
    color: #fff;
    text-align: center;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    opacity: 0.1;
}
.tech-stack-block {
    position: relative;
    width: 100%;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    opacity: 0.1;
}
.tech-stack-block__nav {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    width: 100%;
}
.tech-stack-block__toggle {
    padding: 1rem;
    cursor: pointer;
    border-bottom: 0.2rem solid rgba(255, 255, 255, 0);
    -webkit-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
}
.tech-stack-block__toggle-text {
    font-family: 'Blinker', sans-serif;
    font-size: 2.6rem;
    white-space: nowrap;
    line-height: 140%;
    color: rgba(255, 255, 255, 0.4);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tech-stack-block__toggle:hover .tech-stack-block__toggle-text {
    color: #fff;
}
.tech-stack-block__toggle.active {
    border-color: #FFFFFF;
}
.tech-stack-block__toggle.active .tech-stack-block__toggle-text {
    color: #fff;
}
.tech-stack-block__list {
    position: absolute;
    display: grid;
    -webkit-box-align: end;
            align-items: end;
    justify-items: center;
    grid-row-gap: 5vh;
    width: 100%;
    margin-top: 8.5vh;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.tech-stack-block__list.active {
    opacity: 1;
    z-index: 1200;
}
.tech-stack-sd .title-sd.on-animation {
    -webkit-animation: tech-stack-sd-show 1s ease-in-out;
            animation: tech-stack-sd-show 1s ease-in-out;
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
}
.tech-stack-block.on-animation {
    -webkit-animation: tech-stack-sd-show 1.2s ease-in-out;
            animation: tech-stack-sd-show 1.2s ease-in-out;
    opacity: 1;
}
@-webkit-keyframes who-we-logo-show {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes who-we-logo-show {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.tech-stack-block__nav-mobile .slider-dots {
    display: -webkit-box !important;
    display: flex !important;
    width: 30vw;
    -webkit-box-pack: justify;
            justify-content: space-between;
    margin: 4rem 30vw 0;
}
.tech-stack-block__nav-mobile .slider-dots button {
    font-size: 0;
    width: 100%;
    height: 100%;
}
.tech-stack-block__nav-mobile .slider-dots .slick-dot {
    width: 1rem;
    height: 1rem;
    border-radius: 400px;
    background: #3c3c3c;
    overflow: hidden;
    box-sizing: border-box;
}
.tech-stack-block__nav-mobile .slider-dots .dot-active {
    background: #a9a9a9;
}

/*
*   blockchain
*/

.tech-stack-block__list-blockchain {
    grid-template-areas: 'solidity rust go vyper' '. haskell web3 .';
}
.tech-stack-block__list-blockchain img {
    align-self: center;
}
.tech-stack-block__solidity {
    grid-area: solidity;
    display: block;
    width: 5rem;
}
.tech-stack-block__rust {
    grid-area: rust;
    display: block;
    width: 8.7rem;
}
.tech-stack-block__go {
    grid-area: go;
    display: block;
    width: 12.5rem;
}
.tech-stack-block__vyper {
    grid-area: vyper;
    display: block;
    width: 8rem;
}
.tech-stack-block__haskell {
    grid-area: haskell;
    display: block;
    width: 17.6rem;
}
.tech-stack-block__web3 {
    grid-area: web3;
    display: block;
    width: 9.8rem;
}

/*
*   back
*/

.tech-stack-block__list-back {
    grid-template-areas: 'java php nodejs websocket' 'spring yii python phalcon';
}
.tech-stack-block__list-back img {
    align-self: center;
}
.tech-stack-block__java {
    grid-area: java;
    justify-self: center;
    display: block;
    width: 13.1rem;
}
.tech-stack-block__php {
    grid-area: php;
    display: block;
    width: 7.1rem;
}
.tech-stack-block__nodejs {
    grid-area: nodejs;
    display: block;
    width: 9.5rem;
}
.tech-stack-block__swift {
    grid-area: swift;
    display: block;
    width: 11.2rem;
}
.tech-stack-block__Csharp {
    grid-area: Csharp;
    display: block;
    width: 4rem;
}
.tech-stack-block__yii {
    grid-area: yii;
    display: block;
    width: 18.7rem;
}
.tech-stack-block__C {
    grid-area: C;
    display: block;
    width: 4.6rem;
}
.tech-stack-block__phalcon {
    grid-area: phalcon;
    display: block;
    width: 12.5rem;
}
.tech-stack-block__spring {
    grid-area: spring;
    display: block;
    width: 12.2rem;
}
.tech-stack-block__python {
    grid-area: python;
    display: block;
    width: 18.5rem;
}

/*
*   front
*/

.tech-stack-block__list-front {
    grid-template-areas: 'vue react js jquery jquery ts mobile-first' 'bem css responsive sass less npm animation' 'angular gulp babel eslint composer yarn web3';
}
.tech-stack-block__list-front img {
    align-self: center;
}
.tech-stack-block__vue {
    grid-area: vue;
    display: block;
    width: 4.9rem;
}
.tech-stack-block__react {
    grid-area: react;
    display: block;
    width: 5rem;
}
.tech-stack-block__js {
    grid-area: js;
    display: block;
    width: 4.6rem;
}
.tech-stack-block__jquery {
    grid-area: jquery;
    display: block;
    width: 11.6rem;
}
.tech-stack-block__ts {
    grid-area: ts;
    display: block;
    width: 13.1rem;
}
.tech-stack-block__mobile-first {
    grid-area: mobile-first;
    display: block;
    width: 13.1rem;
}
.tech-stack-block__css {
    grid-area: css;
    display: block;
    width: 4.1rem;
}
.tech-stack-block__bem {
    grid-area: bem;
    display: block;
    width: 4.1rem;
}
.tech-stack-block__responsive {
    grid-area: responsive;
    display: block;
    width: 8.2rem;
}
.tech-stack-block__sass {
    grid-area: sass;
    display: block;
    width: 6.9rem;
}
.tech-stack-block__less {
    grid-area: less;
    display: block;
    width: 7.9rem;
}
.tech-stack-block__npm {
    grid-area: npm;
    display: block;
    width: 9.3rem;
}
.tech-stack-block__animation {
    grid-area: animation;
    display: block;
    width: 19.5rem;
}
.tech-stack-block__angular {
    grid-area: angular;
    display: block;
    width: 14rem;
}
.tech-stack-block__gulp {
    grid-area: gulp;
    display: block;
    width: 3rem;
}
.tech-stack-block__babel {
    grid-area: babel;
    display: block;
    width: 9.1rem;
}
.tech-stack-block__eslint {
    grid-area: eslint;
    display: block;
    width: 5.8rem;
}
.tech-stack-block__composer {
    grid-area: composer;
    display: block;
    width: 5.8rem;
}
.tech-stack-block__yarn {
    grid-area: yarn;
    display: block;
    width: 5.4rem;
}

/*
*   dev
*/

.tech-stack-block__list-dev {
    grid-template-areas: 'docker git zabbix nginx' 'grafana-labs elastic elastic kubernetes';
}
.tech-stack-block__list-dev img {
    align-self: center;
}
.tech-stack-block__docker {
    grid-area: docker;
    display: block;
    width: 18.2rem;
}
.tech-stack-block__git {
    grid-area: git;
    display: block;
    width: 10.6rem;
}
.tech-stack-block__apache {
    grid-area: apache;
    display: block;
    width: 17.5rem;
}
.tech-stack-block__unix {
    grid-area: unix;
    display: block;
    width: 5.6rem;
}
.tech-stack-block__nginx {
    grid-area: nginx;
    display: block;
    width: 12.2rem;
}
.tech-stack-block__maven {
    grid-area: maven;
    display: block;
    width: 11.2rem;
}
.tech-stack-block__grandle {
    grid-area: grandle;
    display: block;
    width: 13.9rem;
}
.tech-stack-block__hibernate {
    grid-area: hibernate;
    display: block;
    width: 21.8rem;
}
.tech-stack-block__zabbix {
    grid-area: zabbix;
    display: block;
    width: 19rem;
}
.tech-stack-block__grafana-labs {
    grid-area: grafana-labs;
    /*justify-self: end;*/
    display: block;
    width: 23.6rem;
}
.tech-stack-block__elastic {
    grid-area: elastic;
    /*justify-self: start;*/
    display: block;
    width: 16.4rem;
}
.tech-stack-block__kubernetes {
    grid-area: kubernetes;
    display: block;
    width: 25rem;
}

/*
*   data
*/

.tech-stack-block__list-data {
    grid-template-areas: 'rabbitMQ redis memcached .' 'influxdb postgresql mongodb mysql';
}
.tech-stack-block__rabbitMQ {
    grid-area: rabbitMQ;
    align-self: center;
    justify-self: end;
    display: block;
    width: 17.1rem;
}
.tech-stack-block__redis {
    grid-area: redis;
    justify-self: end;
    display: block;
    width: 14.5rem;
}
.tech-stack-block__websocket {
    grid-area: websocket;
    justify-self: center;
    display: block;
    width: 5.9rem;
}
.tech-stack-block__memcached {
    grid-area: memcached;
    display: block;
    width: 4.8rem;
}
.tech-stack-block__cassandra {
    grid-area: cassandra;
    display: block;
    width: 10.3rem;
}
.tech-stack-block__mssql {
    grid-area: mssql;
    justify-self: start;
    display: block;
    width: 18.7rem;
}
.tech-stack-block__postgresql {
    grid-area: postgresql;
    display: block;
    width: 5.6rem;
}
.tech-stack-block__mongodb {
    grid-area: mongodb;
    justify-self: start;
    display: block;
    width: 16.3rem;
}
.tech-stack-block__mysql {
    grid-area: mysql;
    justify-self: start;
    display: block;
    width: 11.3rem;
}
.tech-stack-block__influxdb {
    grid-area: influxdb;
    display: block;
    width: 24rem;
}

/*
*   test
*/

.tech-stack-block__list-test {
    grid-template-areas: 'seleniuml behat mocha';
}
.tech-stack-block__selenium {
    grid-area: seleniuml;
    display: block;
    width: 6.7rem;
}
.tech-stack-block__list img:hover {
    -webkit-filter: invert(53%) sepia(68%) saturate(2878%) hue-rotate(567deg) brightness(104%) contrast(97%) drop-shadow(0px 0px 17px rgba(0, 102, 255, 0.8));
            filter: invert(53%) sepia(68%) saturate(2878%) hue-rotate(567deg) brightness(104%) contrast(97%) drop-shadow(0px 0px 17px rgba(0, 102, 255, 0.8));
}
.tech-stack-block__behat {
    grid-area: behat;
    display: block;
    width: 14rem;
}
.tech-stack-block__mocha {
    grid-area: mocha;
    display: block;
    width: 7rem;
}
@media (max-width: 1024px) {
    .tech-stack-sd .title-sd {
        opacity: 1;
    }
    .tech-stack-block {
        opacity: 1;
    }
    .tech-stack-sd {
        /* height: 81rem !important; */
        margin-bottom: 7.5rem;
    }
    .tech-stack-sd__section-content {
        padding-top: 7.5rem;
    }
    .tech-stack-sd .title-sd {
        margin-bottom: 6.25rem;
    }
    .tech-stack-sd__section-content {
        width: 90%;
    }
    .tech-stack-sd__text-decoration {
        font-size: 30rem;
    }
}
@media (max-width: 780px) {
    .tech-stack-block__list {
        margin-top: 5.88rem;
    }
    .tech-stack-block__nav {
        display: none;
        /* grid-template-columns: 1fr 1fr 1fr; */
    }
    .tech-stack-block__nav-mobile .slider-dots {
        position: absolute !important;
        top: 68vh !important;
    }
    .tech-stack-block__nav .slider-dots {
        margin-top: 91vh;
    }
    .tech-stack-block__nav-mobile {
        display: block;
    }
    .tech-stack-block__toggle {
        display: block;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin-bottom: 3.75rem;
    }
    .tech-stack-block div {
        justify-self: center;
        height: 7.5rem;
    }
    /* .tech-stack-block div:nth-child(5) {
        justify-self: end;
    }
    .tech-stack-block div:nth-child(6) {
        grid-column: 2 / 4;
        grid-row: 2;
    } */
    .tech-stack-block__nav {
        border-bottom: 1.5px solid rgba(255, 255, 255, 0.1);
    }
    .tech-stack-sd__text-decoration {
        font-size: 12.5rem;
    }
    .tech-stack-block__list-blockchain {
        grid-template-areas: 'solidity rust go ' 'vyper haskell web3';
    }
    .tech-stack-block__list-back {
        grid-template-areas: 'java php nodejs' 'websocket spring yii' 'python . phalcon';
    }
    .tech-stack-block__C {
        justify-self: end;
    }
    .tech-stack-block__phalcon {
        justify-self: start;
    }
    .tech-stack-block__list-front {
        grid-template-areas: '. vue react js .' ' jquery jquery ts mobile-first mobile-first' 'bem css css responsive sass' 'less npm npm animation animation' 'angular gulp gulp gulp babel' 'composer eslint yarn . web3';
    }
    .tech-stack-block__yarn {
        justify-self: end;
    }
    .tech-stack-block__mobile-first {
        justify-self: end;
    }
    .tech-stack-block__list-dev {
        grid-template-areas: 'docker git' 'zabbix nginx' ' grafana-labs elastic' 'kubernetes kubernetes';
    }
    .tech-stack-block__elastic {
        justify-self: center;
    }
    .tech-stack-block__list-data {
        grid-template-areas: 'rabbitMQ redis redis' 'memcached influxdb postgresql' 'mongodb mysql mysql';
    }
    .tech-stack-block__list-data img {
        justify-self: center;
    }
}
@media (max-width: 480px) {
    .tech-stack-sd {
        height: 110vh !important;
    }
    .tech-stack-block__toggle-text {
        font-size: 2.25rem;
    }
    /* .tech-stack-block__nav {
        display: grid;
        grid-template-columns: 1fr 1fr;
    } */
    /*
*   blockchain
*/
    .tech-stack-block__solidity {
        grid-area: solidity;
        display: block;
        width: 3.2rem;
    }
    .tech-stack-block__rust {
        grid-area: rust;
        display: block;
        width: 5.6rem;
    }
    .tech-stack-block__go {
        grid-area: go;
        display: block;
        width: 8.1rem;
    }
    .tech-stack-block__vyper {
        grid-area: vyper;
        display: block;
        width: 5.2rem;
    }
    .tech-stack-block__haskell {
        grid-area: haskell;
        display: block;
        width: 11.2rem;
    }
    .tech-stack-block__web3 {
        grid-area: web3;
        display: block;
        width: 6.3rem;
    }
    /*
    *   back
    */
    .tech-stack-block__java {
        width: 8.25rem;
    }
    .tech-stack-block__php {
        width: 4.4rem;
    }
    .tech-stack-block__nodejs {
        width: 5.9rem;
    }
    .tech-stack-block__swift {
        width: 7rem;
    }
    .tech-stack-block__Csharp {
        width: 2.5rem;
    }
    .tech-stack-block__yii {
        width: 11.6rem;
    }
    .tech-stack-block__C {
        width: 2.75rem;
    }
    .tech-stack-block__phalcon {
        width: 7.75rem;
    }
    .tech-stack-block__python {
        width: 12.3rem;
    }
    /*
    *   front
    */
    .tech-stack-block__vue {
        width: 3rem;
    }
    .tech-stack-block__react {
        width: 3.1rem;
    }
    .tech-stack-block__js {
        width: 2.9rem;
    }
    .tech-stack-block__jquery {
        width: 7.25rem;
    }
    .tech-stack-block__ts {
        width: 8.25rem;
    }
    .tech-stack-block__mobile-first {
        width: 8.25rem;
    }
    .tech-stack-block__css {
        width: 2.6rem;
    }
    .tech-stack-block__bem {
        width: 3.5rem;
    }
    .tech-stack-block__responsive {
        width: 5.1rem;
    }
    .tech-stack-block__sass {
        width: 4.4rem;
    }
    .tech-stack-block__less {
        width: 5rem;
    }
    .tech-stack-block__npm {
        width: 5.9rem;
    }
    .tech-stack-block__animation {
        width: 12.25rem;
    }
    .tech-stack-block__angular {
        width: 8.75rem;
    }
    .tech-stack-block__gulp {
        width: 1.9rem;
    }
    .tech-stack-block__babel {
        width: 5.6rem;
    }
    .tech-stack-block__eslint {
        width: 3.6rem;
    }
    .tech-stack-block__composer {
        width: 3.6rem;
    }
    .tech-stack-block__yarn {
        width: 3.4rem;
    }
    /*
    *   dev
    */
    .tech-stack-block__docker {
        width: 11.4rem;
    }
    .tech-stack-block__git {
        width: 6.6rem;
    }
    .tech-stack-block__apache {
        width: 11rem;
    }
    .tech-stack-block__unix {
        width: 3.5rem;
    }
    .tech-stack-block__nginx {
        width: 7.6rem;
    }
    .tech-stack-block__maven {
        width: 7rem;
    }
    .tech-stack-block__grandle {
        width: 8.75rem;
    }
    .tech-stack-block__hibernate {
        width: 13.6rem;
    }
    .tech-stack-block__grafana-labs {
        width: 15.7rem;
    }
    .tech-stack-block__zabbix {
        width: 12.6rem;
    }
    .tech-stack-block__kubernetes {
        width: 16.6rem;
    }
    .tech-stack-block__elastic {
        width: 10.3rem;
    }
    /*
    *   data
    */
    .tech-stack-block__rabbitMQ {
        width: 10.75rem;
    }
    .tech-stack-block__redis {
        width: 9.1rem;
    }
    .tech-stack-block__websocket {
        width: 3.75rem;
    }
    .tech-stack-block__memcached {
        width: 3rem;
    }
    .tech-stack-block__cassandra {
        width: 6.5rem;
    }
    .tech-stack-block__mssql {
        width: 11.6rem;
    }
    .tech-stack-block__postgresql {
        width: 3.5rem;
    }
    .tech-stack-block__mongodb {
        width: 10.25rem;
    }
    .tech-stack-block__mysql {
        width: 7.1rem;
    }
    .tech-stack-block__influxdb {
        width: 16rem;
    }
    /*
    *   test
    */
    .tech-stack-block__selenium {
        width: 4.25rem;
    }
    .tech-stack-block__behat {
        width: 8.75rem;
    }
    .tech-stack-block__mocha {
        width: 4.4rem;
    }
}
.case-study {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    height: auto !important;
    padding-top: 15rem;
    padding-bottom: 9rem;
}
.case-study__slider {
    width: 100%;
}
.case-study__slide {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100%;
}
.case-study__conatainer {
    position: relative;
    z-index: 1;
}
.case-study .container--light {
    padding: 0 0rem;
    width: 100%;
}
.case-study__header {
    display: -webkit-box;
    display: flex;
    padding: 0 7rem;
    color: #ffffff;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
            align-items: flex-end;
}
.case-study__header button {
    font-size: 2.6rem;
    line-height: 3.1rem;
    letter-spacing: 0.1rem;
    font-weight: 600;
    font-family: 'Blinker', sans-serif;
    border-bottom: 1px solid #ffffff;
    height: 4rem;
    margin-bottom: 1rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
}
.case-study__header button img {
    margin-left: 1rem;
}
.case-study__items-container {
    padding: 10rem 0 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    width: 100%;
}
.case-study__logo-wrapper {
    border-radius: 160px;
    width: 26rem;
    height: 40rem;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}
.case-study__item {
    -webkit-transition: 1s ease;
    transition: 1s ease;
    cursor: pointer;
}
.case-study__item:hover .case-study__logo-wrapper img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-filter: none;
            filter: none;
}
.case-study__logo-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-position: 50% 20%;
       object-position: 50% 20%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: 1s ease;
    transition: 1s ease;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
}
.case-study__item figcaption {
    width: 56%;
    min-height: 9rem;
    margin: 1.5rem auto;
    font-size: 2rem;
    line-height: 135%;
    letter-spacing: 0.1rem;
    font-weight: 600;
    text-align: center;
    font-family: 'Blinker', sans-serif;
    color: #FFFFFF;
}
.case-study__text-decoration {
    position: absolute;
    top: -5rem;
    left: 7rem;
    font-family: 'Blinker', sans-serif;
    font-weight: bold;
    font-size: 40rem;
    line-height: 120%;
    letter-spacing: 0.03rem;
    text-transform: uppercase;
    color: #141414;
}
.case-study__slider .slider-dots {
    display: -webkit-box !important;
    display: flex !important;
    -webkit-box-pack: justify;
            justify-content: space-between;
    width: 20rem;
    margin: 4rem auto 0;
    /* transform: translate(-3rem); */
}
.case-study__slider .slider-dots li {
    width: 1rem;
    height: 1rem;
    /* margin-right: 2rem; */
    border-radius: 400px;
    background: #3C3C3C;
    overflow: hidden;
    box-sizing: border-box;
}
.case-study .slick-arrow {
    background: #171717;
    width: 6rem;
    height: 6rem;
    position: absolute;
    top: -16rem;
    border-radius: 50px;
    z-index: 1800;
    font-size: 0;
}
.case-study .slick-arrow:hover {
    background: #242424;
    -webkit-transition: 200ms ease-in;
    transition: 200ms ease-in;
    cursor: pointer;
}
.case-study .slick-prev {
    right: 13rem;
}
.case-study .slick-prev::before {
    content: url('/images-light/icons/arrow.svg');
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.case-study .slick-next::before {
    content: url('/images-light/icons/arrow.svg');
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
            transform: translate(-50%, -50%) rotate(180deg);
}
.case-study .slick-next {
    right: 5rem;
}
.case-study__slider .slider-dots button {
    font-size: 0;
    width: 100%;
    height: 100%;
}
.case-study__slider .slider-dots li:last-child {
    margin-right: 0;
}
.case-study__slider .slider-dots li.slick-active {
    background: #A9A9A9;
}
@media (min-width: 1200px) and (max-height: 800px) {
    .case-study__logo-wrapper {
        width: 22rem !important;
        height: 34rem !important;
    }
}
@media (max-width: 1024px) {
    .case-study {
        padding-bottom: 9.25rem;
    }
    .case-study__items-container {
        display: block;
        width: calc(100% + 7rem);
        margin-left: -7rem;
    }
    .case-study__item {
        margin-left: 7rem;
    }
    .case-study__item figcaption {
        /* width: 26rem; */
        max-width: 150%;
    }
    .case-study__items-container {
        padding: 4.7rem 0 0;
    }
    .case-study .slick-arrow {
        top: -11.5rem;
    }
}
@media (max-width: 780px) {
    .case-study__items-container {
        width: 100%;
        margin: 0;
    }
    .case-study__item {
        margin-left: 3.5rem;
        /* margin-right: 3.5rem; */
    }
    .case-study__logo-wrapper {
        width: 16.25rem;
        height: 25rem;
    }
    .case-study__slider .slick-arrow {
        bottom: -2.5rem;
        top: unset;
    }
    .case-study__slider .slick-prev {
        left: 10vw
    }
    .case-study__slider .slick-next {
        right: 10vw
    }
    .case-study__item:hover .case-study__logo-wrapper img {
        -webkit-transform: none;
                transform: none;
    }
    .case-study__item .case-study__logo-wrapper img {
        -webkit-transform: none;
                transform: none;
        -webkit-filter: none;
                filter: none;
    }
    .case-study__header {
        padding: 0;
        text-align: center;
    }
    .case-study__header .title {
        width: 100%;
    }
}
@media (max-width: 480px) {
    .case-study__slider .slider-dots {
        max-width: 50vw;
    }
    .case-study__item {
        margin-left: 0
    }
    .case-study__slider .slick-prev {
        left: 5%
    }
    .case-study__slider .slick-next {
        right: 5%
    }
}

.disrespecting-law {
    padding: 10rem 7rem 10rem;
}

.disrespecting-law__content {
    max-width: 113rem;
    margin: auto;
}

.disrespecting-law__title {
    margin-bottom: 8.4rem;
    text-align: center;
    letter-spacing: 0.05rem;
}

.disrespecting-law .slick-slide > div {
    width: 33rem;
    height: 45rem;
    padding: 1rem 10rem 1rem 1rem;
}

.disrespecting-law__slide {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border: 0.2rem solid #0066FF;
    box-shadow: 0 0 1rem #0066FF;
    -webkit-animation: animation_shadow 2s infinite;
            animation: animation_shadow 2s infinite;
}

.disrespecting-law__slide-inner {
    box-sizing: border-box;
    display: -webkit-box !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    padding: 10.4rem 2.5rem 0;
    box-shadow: inset 0 0 1rem #0066FF;
}

.disrespecting-law__slide-icon {
    height: 15.2rem;
    margin-bottom: 4rem;
}

.disrespecting-law__slide-description {
    height: 30rem;
    font-family: 'Lexend Deca';
    font-size: 2rem;
    line-height: 135%;
    text-align: center;
    letter-spacing: 0.01rem;
}

.disrespecting-law .slider__arrow-group {
    margin-top: 8rem;
}

@-webkit-keyframes animation_shadow {
    0% {
        box-shadow: 0 0 0 #0066FF;
    }
    70% {
        box-shadow: 0 0 1rem #0066FF;
    }
    100% {
        box-shadow: 0 0 0 #0066FF;
    }
}

@keyframes animation_shadow {
    0% {
        box-shadow: 0 0 0 #0066FF;
    }
    70% {
        box-shadow: 0 0 1rem #0066FF;
    }
    100% {
        box-shadow: 0 0 0 #0066FF;
    }
}

@media screen and (max-width: 680px) {
    .disrespecting-law .slick-slider {
        width: 100%;
    }
    
    .disrespecting-law .slick-slider {
        width: 100%;
    }

    .disrespecting-law .slick-slide > div {
        padding: 1rem 10vw 1rem 10vw;
    }

    .disrespecting-law {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .disrespecting-law .slick-track {
        display: -webkit-box;
        display: flex;
    }
}

@media screen and (max-width: 494px) {
    .disrespecting-law .slick-slide > div {
        width: 31rem;
        height: 46rem;
        padding: 1rem 3vw 1rem 3vw;
    }

    .disrespecting-law .slider__arrow-group {
        margin-left: 10%;
        margin-right: 10%;
    }

    .disrespecting-law .slick-slider {
        width: calc(100% + 4rem);
        margin-left: -2rem;
    }
}

.slider-default__progress {
    margin-top: 8rem;
}
.lawyers-offer {
    overflow: hidden;
    padding: 5rem 15rem;
}

.lawyers-offer__content {
    max-width: 113.4rem;
    margin: auto;
}

.lawyers-offer__title {
    margin-bottom: 8.4rem;
    text-align: center;
    letter-spacing: 0.05rem;
}

.lawyers-offer__slider.slider {
    width: 100%;
    height: calc(0.72 * (100vw - 30rem));
    max-width: 108.2rem;
    max-height: 78.5rem;
    margin: auto;
}

.lawyers-offer__slider .slider__body {
    width: 100%;
    height: 100%;
    margin-bottom: 8.2rem;
}

.lawyers-offer__slider .slider__slide, .lawyers-offer__slide {
    width: 100%;
    height: 100%;
}

.lawyers-offer__slide {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    -webkit-box-pack: justify;
            justify-content: space-between;
}

.lawyers-offer__slide-card {
    width: calc(50% - 1rem);
    height: calc(33.3% - 1rem);
    margin-bottom: 1rem;
    border: 0.2rem solid #0066FF;
    box-shadow: 0 0 0.8rem #0066FF;
}

.lawyers-offer__card-overlay {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 7, 44, 0.7);
}

.lawyers-offer-card-1 {
    background-image: url('/images/lawyers-offer/image-1.webp');
    background-position: center;
    background-size: cover;
}

.lawyers-offer-card-2 {
    background-image: url('/images/lawyers-offer/image-2.webp');
    background-position: center;
    background-size: cover;
}

.lawyers-offer-card-3 {
    background-image: url('/images/lawyers-offer/image-3.webp');
    background-position: center;
    background-size: cover;
}

.lawyers-offer-card-4 {
    background-image: url('/images/lawyers-offer/image-4.webp');
    background-position: center;
    background-size: cover;
}

.lawyers-offer-card-5 {
    background-image: url('/images/lawyers-offer/image-5.webp');
    background-position: center;
    background-size: cover;
}

.lawyers-offer-card-6 {
    background-image: url('/images/lawyers-offer/image-6.webp');
    background-position: center;
    background-size: cover;
}

.lawyers-offer-card-7 {
    background-image: url('/images/lawyers-offer/image-7.webp');
    background-position: center;
    background-size: cover;
}

.lawyers-offer-card-8 {
    background-image: url('/images/lawyers-offer/image-8.webp');
    background-position: center;
    background-size: cover;
}

.lawyers-offer-card-9 {
    background-image: url('/images/lawyers-offer/image-9.webp');
    background-position: center;
    background-size: cover;
}

.lawyers-offer-card-10 {
    background-image: url('/images/lawyers-offer/image-10.webp');
    background-position: center;
    background-size: cover;
}

.lawyers-offer-card-11 {
    background-image: url('/images/lawyers-offer/image-11.webp');
    background-position: center;
    background-size: cover;
}

.lawyers-offer-card-12 {
    background-image: url('/images/lawyers-offer/image-12.webp');
    background-position: center;
    background-size: cover;
}

.lawyers-offer-card-13 {
    background-image: url('/images/lawyers-offer/image-13.webp');
    background-position: center;
    background-size: cover;
}

.lawyers-offer-card-14 {
    background-image: url('/images/lawyers-offer/image-14.webp');
    background-position: center;
    background-size: cover;
}

.lawyers-offer-card-15 {
    background-image: url('/images/lawyers-offer/image-15.webp');
    background-position: center;
    background-size: cover;
}

.lawyers-offer-card-16 {
    background-image: url('/images/lawyers-offer/image-16.webp');
    background-position: center;
    background-size: cover;
}

.lawyers-offer__card-logo-1 {
    width: 42%;
}

.lawyers-offer__card-logo-2 {
    width: 49%;
}

.lawyers-offer__card-logo-3, .lawyers-offer__card-logo-7 {
    width: 46.5%;
}

.lawyers-offer__card-logo-4 {
    width: 48.5%;
}

.lawyers-offer__card-logo-5 {
    width: 32.5%;
}

.lawyers-offer__card-logo-6 {
    width: 45.5%;
}

.lawyers-offer__card-logo-8 {
    width: 62%;
}

.lawyers-offer__card-logo-9 {
    width: 49.5%;
}

.lawyers-offer__card-logo-10 {
    width: 65.5%;
}

.lawyers-offer__card-logo-11 {
    width: 68.5%;
}

.lawyers-offer__card-logo-12, .lawyers-offer__card-logo-14 {
    width: 53.5%;
}

.lawyers-offer__card-logo-13, .lawyers-offer__card-logo-15 {
    width: 52.5%;
}

.lawyers-offer__card-logo-16 {
    width: 54.5%;
}

@media screen and (max-width: 991px) {
    .lawyers-offer {
        padding: 5rem 7rem;
    }

    .lawyers-offer__slider.slider {
        height: calc(0.72 * (100vw - 14rem));
    }
}

@media screen and (max-width: 767px) {
    .lawyers-offer {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .lawyers-offer__slider.slider {
        height: calc(0.72 * (100vw - 4rem));
    }
}

@media screen and (max-width: 600px) {
    .lawyers-offer__slider.slider {
        height: calc(1.5 * (100vw - 4rem));
    }

    .lawyers-offer__slide-card {
        width: 100%;
        height: calc(33.3% - 1rem);
    }
}
.destributed {
  min-height: 80rem;
  padding-top: 3rem;
}

.destributed .section-wrapper__content {
  width: 100%;
}

.destributed__title {
  max-width: 75rem;
  text-align: center;
  margin: auto;
}

.destributed-team__button {
  width: 100%;
  max-width: 68.6rem;
  margin: 5rem auto 0;
}
.legal-services {
    overflow: hidden;
    padding: 16rem 7rem 0;
}

.legal-services__content {
    max-width: 130rem;
    margin: auto;
}

.legal-services__title {
    margin-bottom: 8.3rem;
    text-align: center;
}

.legal-services__columns {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
}

.legal-services__column {
    width: calc(50% - 2.4rem);
    height: 1000rem;
    max-height: 84.8rem;
    border: 0.2rem solid #0066FF;
    box-shadow: 0 0 1rem #0066FF;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.legal-services__column-inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: justify;
            justify-content: space-between;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 4rem 2rem;
    box-shadow: inset 0 0 1rem #0066FF;
}

.legal-services__column-title {
    margin-bottom: 5rem;
    font-family: 'Blinker';
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 130%;
    text-align: center;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
}

.legal-services .list-rombus {
    height: 51.2rem;
}

.legal-services__button {
    width: 100%;
    max-width: 43.8rem;
    margin: 5rem auto 0;
    letter-spacing: 0.02rem;
}

@media screen and (max-width: 991px) {
    .legal-services__columns {
        display: block;
    }

    .legal-services__column {
        width: 100%;
        margin-bottom: 5rem;
    }
}

@media screen and (max-width: 767px) {
    .legal-services {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media screen and (max-width: 479px) {
    .legal-services .list-rombus__item {
        font-size: 1.5rem;
    }
}
.exchanges-listing__title {
    width: 90%;
    max-width: 97rem;
    margin: 0 auto 8rem;
    text-align: center;
}

.exchanges-listing__list {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 90%;
    max-width: 125rem;
    margin: auto;
}

.exchanges-listing__list-item {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    width: 15%;
    min-width: 13rem;
    margin: 0 1.5rem 9rem;
}

.exchanges-listing__list-img {
    width: 13rem;
    margin: auto;
}

.exchanges-listing__list-img:hover {
    -webkit-filter: invert(70%) sepia(68%) saturate(2878%) hue-rotate(567deg) brightness(104%) contrast(97%) drop-shadow(0px 0px 17px rgba(0, 102, 255, 0.8));
            filter: invert(70%) sepia(68%) saturate(2878%) hue-rotate(567deg) brightness(104%) contrast(97%) drop-shadow(0px 0px 17px rgba(0, 102, 255, 0.8));
}

.exchanges-listing__slider-wrapper {
    display: none;
}

.exchanges-listing__slider-wrapper .slick-arrow {
    display: none !important;
}

.exchanges-listing-dots {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    display: -webkit-box !important;
    display: flex !important;
    margin: -5rem 0 6rem;
    margin-left: calc(50% + 3rem);
}

.exchanges-listing-dots li {
    border-radius: 4.25rem;
    width: 1rem;
    height: 1rem;
    margin-right: 2rem;
    background: #3C3C3C;
}

.exchanges-listing-dots .slick-active {
    background: #A9A9A9;
}

.exchanges-listing-dots li {
    font-size: 0;
}

@media (max-width: 480px) {
    .exchanges-listing__slider-wrapper {
        display: block;
    }
    
    .exchanges-listing__slide {
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        max-width: 47.5rem;
        margin: auto;
    }

    .exchanges-listing__list {
        display: none;
    }
}
.listing-clients__title {
	width: 90%;
	max-width: 97rem;
	margin: 0 auto 8rem;
	text-align: center;
}

.listing-clients__list {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 90%;
	max-width: 116rem;
	margin: auto;
	padding-left: 8rem;
}

.listing-clients__list-item {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	        justify-content: flex-start;
	width: 20%;
	min-width: 13rem;
	margin: 0 1.5rem 6rem;
}

.listing-clients__list-img {
	height: 100%;
	max-width: 200px;
}

.listing-clients__list-img:hover {
	-webkit-filter: invert(70%) sepia(68%) saturate(2878%) hue-rotate(567deg) brightness(104%) contrast(97%)
		drop-shadow(0px 0px 17px rgba(0, 102, 255, 0.8));
	        filter: invert(70%) sepia(68%) saturate(2878%) hue-rotate(567deg) brightness(104%) contrast(97%)
		drop-shadow(0px 0px 17px rgba(0, 102, 255, 0.8));
}

.listing-clients__slider-wrapper {
	display: none;
}

.listing-clients__slider-wrapper .slick-arrow {
	display: none !important;
}

.listing-clients-dots {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    display: -webkit-box !important;
    display: flex !important;
    margin: 0 0 6rem;
    margin-left: calc(50% + 3rem);
}

.listing-clients-dots li {
    border-radius: 4.25rem;
    width: 1rem;
    height: 1rem;
    margin-right: 2rem;
    background: #3C3C3C;
}

.listing-clients-dots .slick-active {
    background: #A9A9A9;
}

.listing-clients-dots li {
    font-size: 0;
}

@media (max-width: 900px) {
	.listing-clients__list-item {
		width: 25%;
	}

	.listing-clients__list {
		padding-left: 1rem;
	}
}

@media (max-width: 768px) {
	.listing-clients__slider-wrapper {
		display: block;
	}

	.listing-clients__slide {
		display: -webkit-box;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		max-width: 47.5rem;
		margin: auto;
	}

	.listing-clients__list {
		display: none;
	}

	.listing-clients__list-item {
		width: 30%;
	}

	.listing-clients__list-img {
		width: 100%;
		max-width: none;
	}

	.listing-clients__list-img:nth-child(1) {
		width: 120%;
	}
}

.listing-clients__button {
	width: 90%;
	max-width: 43rem;
	margin: 2rem auto 0;
}

.listing-client__hint {
	margin: 5rem auto 0;
	font-size: 1.8rem;
	line-height: 160%;
	text-align: center;
  letter-spacing: 0.03rem;
  width: 95%;
  max-width: 72.6rem;
}

.preface-management {
	width: 100%;
	height: 100vh;
	box-sizing: border-box;
	background: url('/images/preface/preface-management.webp') no-repeat 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-top: 16.6rem;
	padding-bottom: 72px;
}

.preface-management__section-content {
	height: 100%;
}

.preface-management::before .modal-pure-root {
	z-index: 5000;
}

.preface-management__slide {
	outline: none;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	        flex-direction: column;
}

.preface-management__container {
	/* display: flex;
  align-items: center;
  justify-content: space-between; */
	position: relative;
	height: 100vh;
	padding-left: 7rem;
	padding-right: 7rem;
}

.preface-management__text-content {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	        flex-direction: column;
	max-width: 72%;
}

.preface-management__title {
	margin-bottom: 4.2rem;
	/* max-width: 80rem; */
	font-family: 'Blinker';
	font-style: normal;
	font-weight: bold;
	font-size: 60px;
	line-height: 125%;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	text-transform: uppercase;
	color: #ffffff;
}

.preface-management__text {
	margin-bottom: 5.8rem;
	max-width: 76rem;
	font-family: 'Blinker';
	font-style: normal;
	font-weight: 600;
	font-size: 26px;
	line-height: 160%;
	letter-spacing: 0.02em;
	color: #ffffff;
}

.preface-management__slide-container {
	-o-object-fit: contain;
	   object-fit: contain;
	-o-object-position: right;
	   object-position: right;
	z-index: -1;
	position: absolute;
	bottom: 16rem;
	right: 0;
}

.preface-management__slide-image {
	width: 100%;
}

.preface-management__button {
	padding: 1.5rem 6rem !important;
	text-decoration: none;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

.preface-management__buttonText {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

.preface-management__buttonText:hover,
.WhyRaiseCapital__buttonText:visited:hover {
	text-decoration: none;
}

.preface-management .slick-slider {
	height: 100%;
}

.preface-management .slider__arrow--prev {
	right: 16.5rem;
	margin-right: 9.5rem;
}

.preface-management .slider__dots_color_orange {
	-webkit-box-pack: left;
	        justify-content: left;
	position: absolute;
	padding-left: 7rem;
	bottom: 1rem;
}

.preface-management .slider__arrow--prev,
.preface-management .slider__arrow--next {
	bottom: 0;
	top: auto;
	right: 7rem;
}

@media only screen and (max-width: 1540px) and (max-height: 850px) {
	.preface-management__slide-container {
		max-width: 35%;
	}
}

@media (max-width: 1280px) {
	.preface-management__title {
		/* padding: 0 1.4rem; */
		font-size: 5.1rem;
		line-height: 125%;
		-webkit-box-pack: center;
		        justify-content: center;
	}

	.preface-management__text-content {
		max-width: 65%;
	}

	.preface-management__text {
		/* padding: 0 1.4rem; */
		font-size: 2.25rem;
		line-height: 150%;
	}
	.preface-management .slider__dots_color_orange {
		bottom: 1rem;
	}

	.preface-management__slide-container {
		max-width: 45%;
	}
}

@media (max-width: 1024px) {
	.preface-management .slider__dots_color_orange {
		bottom: -11rem;
	}

	/* .preface-management__slide-container {
    max-width: 50%;
  } */

	/* .preface-management__text-content {
		max-width: 60%;
	} */
}

@media (max-width: 768px) {
	.preface-management {
		margin-bottom: 5rem;
		padding: 2rem 0;
	}

	.preface-management .slider__dots_color_orange {
		/* bottom: -5rem; */
		padding-left: 2rem;
	}

	.preface-management__container {
		max-width: 100%;
		display: block;
		padding-left: 2rem;
		padding-right: 2rem;
	}

	.preface-management__text-content {
		margin-top: 11rem;
		display: block;
		text-align: center;
		align-self: center;
		max-width: none;
	}

	.preface-management__slide-container {
		float: right;
		max-width: 70%;
		margin-top: 2rem;
		bottom: 13rem;
	}

	.preface-management__text {
		margin-bottom: 2rem;
		padding: 0 1.4rem;
		max-width: 100%;
		font-size: 2.25rem;
		line-height: 150%;
	}

	.preface-management__button {
		width: 100%;
		font-size: 2.25rem;
		line-height: 150%;
	}

	.preface-management .slick-slider {
		width: 100%;
	}

	.preface-management__slide-prev-arrow div,
	.preface-management__slide-next-arrow div {
		display: none;
	}

	.preface-management .slider__dots {
		-webkit-box-pack: center;
		        justify-content: center;
	}

	.preface-management__slide-image {
		height: 80%;
	}

	.preface-management__title {
		font-size: 3.75rem;
		margin-bottom: 2rem;
	}

	.preface-management .slider__arrow--prev {
		right: 8rem;
	}

	.preface-management .slider__arrow--prev,
	.preface-management .slider__arrow--next {
		right: 0rem;
		padding-right: 2rem;
		/* bottom: 5rem; */
	}
}

@media (max-width: 640px) {
	.preface-management__slide-container {
		width: 80%;
	}
}

.searchingForFunding {
    font-family: "Blinker";
    background: #161616;
    font-style: normal;
    color: #FFFFFF;
    text-align: center;
    padding-top: 10rem;
    padding-bottom: 10rem;
}

.searchingForFunding__content {
    margin: 0 auto;
}

.searchingForFunding__title {
    font-weight: bold;
    font-size: 6rem;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 4rem;
}

.searchingForFunding__subtitle {
    font-weight: 600;
    font-size: 26px;
    line-height: 130%;
    margin-bottom: 6rem;
}

.searchingForFunding__button {
    margin: auto;
    padding: 2.1rem 13.3rem!important;
}

.searchingForFunding__buttonText {
    text-decoration: none;
  }

  .searchingForFunding__buttonText:hover,  .WhyRaiseCapital__buttonText:visited:hover {
    text-decoration: none;
  }

@media (max-width: 768px) {
    .searchingForFunding__subtitle {
        font-size: 2rem;
    }
}

@media (max-width: 767px) {
    .searchingForFunding__title {
        font-size: 5rem;
    }
}




.WhyRaiseCapital {
    position: relative;
    z-index: 1;
    padding-top: 16rem;
    background-color: #141414;
    background-size: cover;
    overflow: hidden;
  }

  .WhyRaiseCapital__title {
    font-family: 'Blinker',sans-serif;
    font-style: normal;
    text-align: center;
    font-weight: bold;
    font-size: 51px;
    line-height: 112.5%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: .4rem .2rem 0rem #0066FF;
    margin-bottom: 5rem;
  }

  .WhyRaiseCapital__grid-cell {
    display: grid;
    grid-template-columns: 0.3fr 0.1fr 0.6fr;
    width: 100%;
}

.WhyRaiseCapital__grid-cell:hover .WhyRaiseCapital__cell-text1{
  background: #FF6932;
}

.WhyRaiseCapital__grid-cell:hover .WhyRaiseCapital__cell-text2 {
  background: #FF6932;
}

.WhyRaiseCapital__grid {
  justify-items: center;
  display: grid;
  grid-template-columns: 1fr;
  margin: 0 auto;
}

.WhyRaiseCapital__cell-text1 {
  width: 100%;
  height: 14.4rem;
  font-style: normal;
  font-weight: 600;
  font-size: 2.6rem;
  line-height: 120%;
  color: #FFFFFF;
  padding: 4.4rem 6rem 0rem 7rem;
}

.WhyRaiseCapital__cell-text2 {
  font-family: "Lexend Deca";
  width: 100%;
  font-style: normal;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 2.2rem;
  letter-spacing: 0.04em;
  height: 18.8rem;
}

.WhyRaiseCapital__cell-text2-h3 {
  padding: 4.4rem 16.4rem 4.4rem 7rem
}

.WhyRaiseCapital__bottom-panel {
  display: block;
  text-align: center;
  text-align: -webkit-center;
}

.WhyRaiseCapital__button {
  margin-top: 14.5rem;
  padding: 2.1rem 16.3rem !important;
  text-decoration: none;
}

.WhyRaiseCapital__buttonText {
  text-decoration: none;
}

.WhyRaiseCapital__buttonText:hover,  .WhyRaiseCapital__buttonText:visited:hover {
  text-decoration: none;
}

.WhyRaiseCapital__bottom-panel_text {
  max-width: 53.5rem;
  font-family: "Blinker";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #FFFFFF;
  margin-top: 2.4rem;
}

@media (max-width: 1024px) {
.WhyRaiseCapital__title {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }  

  .WhyRaiseCapital__cell-text1 {
    padding: 4rem 4rem 0rem 4rem;
  }

  .WhyRaiseCapital__cell-text2 {
    height: 18.4rem;
  }

  .WhyRaiseCapital__cell-text2-h3 {
    padding: 4.4rem 4.4rem 4rem 4.4rem
  }
}

@media (max-width: 767px) {
  .WhyRaiseCapital {
    padding-top: 8rem;
  }

  .WhyRaiseCapital__title {
      font-size: 4rem;
    }

  .WhyRaiseCapital__grid {
    grid-template-columns: 1fr;
  }

  .WhyRaiseCapital__grid-cell {
    grid-template-columns: 1fr;
  }

  .WhyRaiseCapital__cell-text1 {
    height: 100%;
    text-align: center;
    padding: 2rem 0rem 2rem 0rem;
  }

  .WhyRaiseCapital__cell-text2-h3 {
    padding: 2rem 2rem 2rem 2rem
  }

  .WhyRaiseCapital__bottom-panel_text {
    max-width: 40.5rem;
  }
}
  
@media (max-width: 480px) {
  .WhyRaiseCapital__title {
      font-size: 3.75rem;
    }

  .WhyRaiseCapital__button {
    padding: 2.1rem 10rem !important;
    margin-top: 10rem;
  }

}
  
  
.marketing-expertise {
    margin-bottom: 10rem;
}

.marketing-expertise__title {
    margin-bottom: 4rem;
    text-align: center;
}

.marketing-expertise__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.marketing-expertise-item {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    box-sizing: border-box;
    height: 72rem;
    padding: 7rem 5.5rem 0;
    background: #141414;
    border: 0.15rem solid #2B2B2B;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.marketing-expertise-item:hover {
    position: relative;
    z-index: 2;
    background: rgba(0, 102, 255, 0.15);
    outline: 0.4rem solid #0066FF;
}

.marketing-expertise-item__inner  {
    width: 90%;
    max-width: 53rem;
}

.marketing-expertise-item__title {
    margin-bottom: 5rem;
    font-family: 'Blinker', sans-serif;
    font-size: 3.8rem;
    font-weight: 700;
    line-height: 125%;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
    color: #fff;
}

.marketing-expertise-item:nth-child(odd) .marketing-expertise-item__inner  {
    margin-left: auto;
}

.marketing-expertise-item__description {
    font-family: 'Blinker', sans-serif;
    font-size: 1.8rem;
    line-height: 150%;
    letter-spacing: 0.1rem;
    color: #fff;
}

.marketing-expertise-item__description b {
    font-weight: 700;
    font-size: 5rem;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
}

.marketing-expertise__slider {
    display: none;       
}

.marketing-expertise__slider div {
    outline: none;
}

.marketing-expertise-dots {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    display: -webkit-box !important;
    display: flex !important;
    margin-top: 3rem;
    margin-left: calc(50%);
}

.marketing-expertise-dots li {
    border-radius: 4.25rem;
    width: 1rem;
    height: 1rem;
    margin-right: 2rem;
    background: #3C3C3C;
}

.marketing-expertise-dots .slick-active {
    background: #A9A9A9;
}

.marketing-expertise-dots li {
    font-size: 0;
}

@media (max-width: 768px) {
    .marketing-expertise__list {
        display: none;
    }

    .marketing-expertise__slider {
        display: block;
        width: 90%;
        margin: auto;
    }

    .marketing-expertise__slider .slick-track {
        display: -webkit-box;
        display: flex;
    }

    .marketing-expertise__slider .slick-arrow {
        display: none !important;
    }

    .marketing-expertise-item {
        width: 90%;
        height: 61rem;
        max-width: 60rem;
        padding: 4.25rem 5% 0;
        margin: 0.4rem auto;
        border: 0.15rem solid #2B2B2B;
    }

    .marketing-expertise-item__inner {
        width: 100%;
        margin: 0 auto;
        border: 0.3rem solid rgba(0,0,0,0);
    }

    .marketing-expertise-item__title {
        margin-bottom: 2.4rem;
        font-size: 2.75rem;
    }

    .marketing-expertise-item__description b {
        font-size: 4.25rem;
    }
}

.marketing-expertise .text-wrap span {
    white-space: nowrap;
}
.marketing-numbers {
    margin: 0 0 12rem;
}

.marketing-numbers__content {
    width: 90%;
    max-width: 117rem;
    margin: auto;
}

.marketing-numbers__title {
    width: 67.2rem;
    margin: 0 auto 10rem;
    text-align: center;
}

.marketing-numbers__list {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
}

.marketing-number-item {
    width: 21rem;
}

.marketing-number-item__top {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
            align-items: flex-end;
    margin-bottom: 5rem;
}

.marketing-number-item__num {
    font-family: 'Blinker', sans-serif;
    font-weight: 700;
    font-size: 6rem;
    line-height: 130%;
    text-align: center;
    letter-spacing: 0.05rem;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.marketing-number-item__num-unit {
    margin-bottom: 1rem;
    margin-left: 1.1rem;
    font-family: 'Lexend Deca', sans-serif;
    font-size: 1.8rem;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.02rem;
    color: #fff;
}

.marketing-number-item__title {
    font-family: 'Blinker', sans-serif;
    font-weight: 600;
    font-size: 3.2rem;
    line-height: 130%;
    color: #fff;
}

.marketing-number-item__title b {
    font-size: 2.75rem;
}

.marketing-number-item__decoration {
    height: 0.3rem;
    width: 15.2rem;
    margin-top: 2rem;
    background:transparent;
    box-shadow: 0 0.1rem 1rem rgba(0, 102, 255, 0);
    border-radius: 2rem;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.marketing-number-item:hover .marketing-number-item__decoration {
    background:#0066FF;
    box-shadow: 0 0.1rem 1rem rgba(0, 102, 255, 0.25);
}

.marketing-number-item:hover .marketing-number-item__num {
    color: #0066FF;
    text-shadow: 0 0 1.5rem rgba(0, 102, 255, 0.3);
}

@media (max-width: 768px) {
    .marketing-numbers {
        margin: 0 0 7.5rem;
    }

    .marketing-numbers__title {
        width: 40rem;
        margin-bottom: 6.25rem;
    }

    .marketing-numbers__list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        row-gap: 5rem;
    }

    .marketing-number-item {
        width: auto;
        justify-self: center;
    }

    .marketing-number-item__decoration {
        background: transparent !important;
        box-shadow: 0 0.1rem 1rem rgba(0, 102, 255, 0) !important;
    }

    .marketing-number-item__top {
        margin-bottom: 2.5rem;
    }

    .marketing-number-item__title {
        font-size: 3rem;
    }
}

@media (max-width: 480px) {
    .marketing-numbers__title {
        width: 100%;
    }
}
.what-wedo {
  padding-top: 5rem;
  padding-bottom: 7rem;
}

.what-wedo__cards-wrapper {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding-top: 7rem;
}

.what-wedo__cards-wrapper > .what-wedo__card-container {
  -webkit-box-flex: 1;
          flex: 1 1 30%;
  margin: 0 1.5rem 3rem 1.5rem;
  width: 37rem;
  min-height: 27.4rem;
  background: rgba(196, 196, 196, 0.03);
  box-sizing: border-box;
  -webkit-transition: 1s;
  transition: 1s;
}

.what-wedo__card {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 3rem;
  -webkit-transition: 1s;
  transition: 1s;
  border: 1px solid #2B2B2B;
  position: relative;
}

.what-wedo__card:hover {
  /* background: rgba(0, 102, 255, 0.15); */
  border: 1px solid #0066FF;
}

.what-wedo__subtitle {
  font-size: 1.8rem;
  letter-spacing: 0.01rem;
  line-height: 150%;
  max-width: 62.2rem;
  margin-top: 3rem;
  text-align: center;
}

.what-wedo__card-descrription {
  margin-top: 5rem;
  font-size: 2rem;
  line-height: 145%;
  letter-spacing: 0.05rem;
}

@media (max-width: 600px) {
  .what-wedo__cards-wrapper > .what-wedo__card-container {
    -webkit-box-flex: 1;
            flex: 1 1 100%;
  }
}

.what-wedo__card::after {
  position: absolute;
  top: 2rem;
  left: 5rem;
  width: 7.1rem;
  height: 7.1rem;
  border-radius: 100%;
  background: #0066FF;
  content: '';
  -webkit-transform: scale(0) translate(-6rem, 6rem);
          transform: scale(0) translate(-6rem, 6rem);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  z-index: 100;

}

.what-wedo__card-logo {
  position: relative;
  z-index: 1500;
}

.what-wedo__card:hover::after {
  -webkit-transform: scale(1) translate(0);
          transform: scale(1) translate(0);
}

.what-wedo .text-wrap span {
  white-space: nowrap;
}
.marketing-clients__content {
    width: 90%;
    max-width: 117rem;
    margin: auto;
}

.marketing-clients__title {
    margin-bottom: 3rem;
    text-align: center;
}

.marketing-clients__description {
    margin-bottom: 4.8rem;
    font-family: 'Lexend Deca', sans-serif;
    font-size: 1.8rem;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.02rem;
    color: #fff;
}

.marketing-clients__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
    margin-bottom: 10rem;
}

.marketing-clients-item {
    padding: 2rem;
    background: rgba(0, 102, 255, 0.1);
    border-radius: 0.8rem;
    border: 0.2rem solid rgba(0,0,0,0);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.marketing-clients-item:hover {
    background: rgba(0, 102, 255, 0.25);
    border: 0.2rem solid #0066FF;
}

.marketing-clients-item__title {
    margin-bottom: 0.5rem;
    font-family: 'Blinker', sans-serif;
    font-weight: 600;
    font-size: 3.2rem;
    line-height: 130%;
    color: #fff;
}

.marketing-clients-item__description {
    margin-bottom: 0.5rem;
    font-family: 'Lexend Deca', sans-serif;
    font-size: 1.8rem;
    line-height: 150%;
    letter-spacing: 0.02rem;
    color: #fff;
}

.marketing-clients-item__price {
    font-family: 'Blinker', sans-serif;
    font-weight: 600;
    font-size: 3.2rem;
    line-height: 130%;
    letter-spacing: 0.1rem;
    color: #fff;
}

.marketing-clients-item__under-text {
    font-family: 'Blinker', sans-serif;
    font-size: 1.4rem;
    line-height: 1.7rem;
    color: #fff;
}

.marketing-clients__button {
    width: 33rem;
    margin: auto;
}

@media (max-width: 768px) {
    .marketing-clients__list {
        grid-template-columns: 1fr;
        row-gap: 2rem;
        max-width: 45rem;
        margin: 0 auto 6.25rem;
    }
}
.reviews-otc {
    position: relative;
    padding-top: 25rem;
    margin-bottom: 5rem;
}

.reviews-otc::after {
    position: absolute;
    top: -60rem;
    width: 196.6rem;
    height: 168.4rem;
    content: '';
    background-image: url('/images/reviewsOTC/sky-back.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.reviews-otc__section-content {
    position: relative;
    z-index: 1;
    width: 90%;
    max-width: 117rem;
    margin: auto;
}

.reviews-otc__title {
    margin-bottom: 6rem;
    text-transform: none;
}

.reviews-otc__title::before {
    position: absolute;
    top: -10rem;
    left: -1.5rem;
    width: 9rem;
    height: 9rem;
    content: '';
    background-image: url('/images/reviewsOTC/ic-heart.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.reviews-otc-slider {
    width: 100vw;
}

.reviews-otc-slider__slide {
    box-sizing: border-box;
    width: 50rem !important;
    height: 38rem;
    margin: 2rem 1.5rem 2rem;
    margin-right: 3rem;
    border: 1px solid #0066FF;
    box-shadow: 0 0 1.5rem rgba(0,102,255,0.3);
    border-radius: 1rem;
}

.reviews-otc-slider__slide {
    -webkit-animation: animation_reviews_wave 2s ease-in-out infinite;
            animation: animation_reviews_wave 2s ease-in-out infinite;
}

.reviews-otc-slider .slick-slide:nth-child(2n) .reviews-otc-slider__slide {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
}

.reviews-otc-slider .slick-slide:nth-child(3n) .reviews-otc-slider__slide {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
}

.reviews-otc-slide__inner {
    box-sizing: border-box;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: justify;
            justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 3.5rem 3.5rem 2rem;
    box-shadow: inset 0 0 2rem rgba(0,102,255,0.3);
    background-color: rgba(0, 102, 255, 0.2);
    border-radius: 1rem;
}

.reviews-otc-slide__text {
    font-family: 'Blinker', sans-serif;
    font-size: 1.6rem;
    line-height: 190%;
    letter-spacing: 0.03rem;
}

.reviews-otc-slide__bottom {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    height: 7.3rem;
}

.reviews-otc-slide__person-block {
    display: -webkit-box;
    display: flex;
}

.reviews-otc-slide__person-photo {
    width: 5rem;
    height: 5rem !important;
    margin-right: 1.5rem;
}

.reviews-otc-slide__person-name {
    margin-bottom: 0.5rem;
    font-family: 'Blinker', sans-serif;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 155%;
    letter-spacing: 0.05rem;
}

.reviews-otc-slide__person-position {
    font-family: 'Lexend Deca', sans-serif;
    font-size: 1.2rem;
    line-height: 1.5rem;
    mix-blend-mode: normal;
    opacity: 0.7;
}

.reviews-otc .slider-only-arrows__navigation {
    -webkit-box-pack: end;
            justify-content: flex-end;
    margin-top: 2rem;
}

.reviews-otc-slide__company {
    width: 13rem;
}

@-webkit-keyframes animation_reviews_wave {
    0% {
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(0, 0.75rem);
                transform: translate(0, 0.75rem);
    }
    100% {
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
    }
}

@keyframes animation_reviews_wave {
    0% {
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(0, 0.75rem);
                transform: translate(0, 0.75rem);
    }
    100% {
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
    }
}

@media screen and (max-width: 767px) {
    .reviews-otc {
        padding-top: 25rem;
    }

    .reviews-otc::after {
        top: -70rem;
    }

    .reviews-otc-slider__slide {
        width: 80vw !important;
        height: 45.5rem;
        max-width: 45rem;
    }

    .reviews-otc-slide__bottom {
        height: 12.5rem;
    }

    .reviews-otc-slide__inner {
        padding-bottom: 1.5rem;
    }

    .reviews-otc-slide__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        margin-top: 4rem;
    }

    .reviews-otc-slide__company {
        margin: auto;
    }
}
.start-platform {
	position: relative;
	overflow: hidden;
}

.start-platform__section-content {
	position: relative;
	z-index: 1;
	width: 90%;
	padding: 20rem 0 20rem;
	margin: auto;
}

.start-platform__title {
	position: relative;
	text-align: center;
	margin: 0 auto 4.3rem;
}

.start-platform__description {
	margin-bottom: 12.3rem;
	font-family: 'Blinker', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 2.4rem;
	line-height: 140%;
	text-align: center;
	letter-spacing: 0.02rem;
}

.start-platform .button {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	padding: 0 5rem;
	margin: auto;
	border: 0.2rem solid #fff;
	-webkit-animation: animation_button 2.5s infinite;
	        animation: animation_button 2.5s infinite;
	height: 5.5rem;
}

@-webkit-keyframes animation_button {
	0% {
		-webkit-transform: scale(1);
		        transform: scale(1);
		box-shadow: 0 0 0 #0066ff;
	}
	50% {
		-webkit-transform: scale(1.025);
		        transform: scale(1.025);
		box-shadow: 0 0 1rem #0066ff;
	}
	100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
		box-shadow: 0 0 0 #0066ff;
	}
}

@keyframes animation_button {
	0% {
		-webkit-transform: scale(1);
		        transform: scale(1);
		box-shadow: 0 0 0 #0066ff;
	}
	50% {
		-webkit-transform: scale(1.025);
		        transform: scale(1.025);
		box-shadow: 0 0 1rem #0066ff;
	}
	100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
		box-shadow: 0 0 0 #0066ff;
	}
}

.start-platform .footer__copyright {
	-webkit-box-pack: justify;
	        justify-content: space-between;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	padding-bottom: 3rem;
}

@media (max-width: 768px) {
	.footer__copyright {
		-webkit-box-pack: center;
		justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		flex-direction: column-reverse;
	}
}

.footer__text {
	font-family: 'Lexend Deca', sans-serif;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.4);
}

.footer__social {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	flex-wrap: wrap;
}

@media (max-width: 768px) {
	.footer__social {
		-webkit-box-pack: center;
		        justify-content: center;
		line-height: 2;
		margin-bottom: 3rem;
	}
}

.footer__social .social__link {
	font-size: 12px;
	opacity: 0.4;
}

.footer__social .social__link:hover {
	opacity: 1;
}

.start-platform__big-rhombus {
	position: absolute;
	top: 20rem;
	left: 13%;
	height: 16rem;
	width: 16rem;
	background: rgba(0, 102, 255, 0.2);
	box-shadow: 0 0 0.6rem #0066ff;
	border: 0.6rem solid #0066ff;
	-webkit-transform: scaleX(1) rotate(45deg);
	        transform: scaleX(1) rotate(45deg);
	-webkit-filter: blur(0.1rem);
	        filter: blur(0.1rem);
	-webkit-animation: animation_rhombus 5s infinite;
	        animation: animation_rhombus 5s infinite;
	opacity: 0.5;
}

.start-platform__middle-rhombus {
	position: absolute;
	bottom: -5rem;
	left: 40%;
	height: 12rem;
	width: 12rem;
	background: rgba(0, 102, 255, 0.2);
	box-shadow: 0 0 0.6rem #0066ff;
	border: 0.6rem solid #0066ff;
	-webkit-transform: scaleX(1) rotate(45deg);
	        transform: scaleX(1) rotate(45deg);
	-webkit-filter: blur(0.1rem);
	        filter: blur(0.1rem);
	-webkit-animation: animation_rhombus 5s infinite 0.6s;
	        animation: animation_rhombus 5s infinite 0.6s;
}

[data-aos='start-platform-xrp'].aos-animate {
	-webkit-animation: animation_start_platform_wave 3.5s infinite ease-in-out 0s, start_platform_scale 1.2s ease-in-out;
	        animation: animation_start_platform_wave 3.5s infinite ease-in-out 0s, start_platform_scale 1.2s ease-in-out;
}

[data-aos='start-platform-btc'].aos-animate {
	-webkit-animation: animation_start_platform_wave 3.5s infinite ease-in-out 0.8s, start_platform_scale 1.6s ease-in-out;
	        animation: animation_start_platform_wave 3.5s infinite ease-in-out 0.8s, start_platform_scale 1.6s ease-in-out;
}

[data-aos='start-platform-ltc'].aos-animate {
	-webkit-animation: animation_start_platform_wave 3.5s infinite ease-in-out 1s, start_platform_scale 2s ease-in-out;
	        animation: animation_start_platform_wave 3.5s infinite ease-in-out 1s, start_platform_scale 2s ease-in-out;
}

[data-aos='start-platform-big-rhombus'].aos-animate {
	-webkit-animation: animation_rhombus 5s infinite ease-in-out 0s, start_platform_scale_rhombus 1s ease-in-out;
	        animation: animation_rhombus 5s infinite ease-in-out 0s, start_platform_scale_rhombus 1s ease-in-out;
}

[data-aos='start-platform-middle-rhombus'].aos-animate {
	-webkit-animation: animation_rhombus 5s infinite ease-in-out 0.8s, start_platform_scale_rhombus 0.8s ease-in-out;
	        animation: animation_rhombus 5s infinite ease-in-out 0.8s, start_platform_scale_rhombus 0.8s ease-in-out;
}

[data-aos='start-platform-eth'].aos-animate {
	-webkit-animation: animation_start_platform_wave 3.5s infinite ease-in-out 0.4s, start_platform_scale 2.6s ease-in-out;
	        animation: animation_start_platform_wave 3.5s infinite ease-in-out 0.4s, start_platform_scale 2.6s ease-in-out;
}

[data-aos='start-platform-square'].aos-animate {
	-webkit-animation: animation_start_platform_wave 3.5s infinite ease-in-out 0.6s, start_platform_scale 2.4s ease-in-out;
	        animation: animation_start_platform_wave 3.5s infinite ease-in-out 0.6s, start_platform_scale 2.4s ease-in-out;
}

[data-aos='start-platform-neo'].aos-animate {
	-webkit-animation: animation_start_platform_wave 3.5s infinite ease-in-out 0.6s, start_platform_scale 0.8s ease-in-out;
	        animation: animation_start_platform_wave 3.5s infinite ease-in-out 0.6s, start_platform_scale 0.8s ease-in-out;
}

[data-aos='start-platform-usdt'].aos-animate {
	-webkit-animation: animation_start_platform_wave 3.5s infinite ease-in-out 0.8s, start_platform_scale 1.4s ease-in-out;
	        animation: animation_start_platform_wave 3.5s infinite ease-in-out 0.8s, start_platform_scale 1.4s ease-in-out;
}

[data-aos='start-platform-xmr'].aos-animate {
	-webkit-animation: animation_start_platform_wave 3.5s infinite ease-in-out 0.2s, start_platform_scale 2.2s ease-in-out;
	        animation: animation_start_platform_wave 3.5s infinite ease-in-out 0.2s, start_platform_scale 2.2s ease-in-out;
}

@-webkit-keyframes animation_rhombus {
	0% {
		-webkit-transform: scale(0.8) rotate(45deg);
		        transform: scale(0.8) rotate(45deg);
		opacity: 0.5;
	}
	100% {
		-webkit-transform: scale(1.2) rotate(45deg);
		        transform: scale(1.2) rotate(45deg);
		opacity: 0;
	}
}

@keyframes animation_rhombus {
	0% {
		-webkit-transform: scale(0.8) rotate(45deg);
		        transform: scale(0.8) rotate(45deg);
		opacity: 0.5;
	}
	100% {
		-webkit-transform: scale(1.2) rotate(45deg);
		        transform: scale(1.2) rotate(45deg);
		opacity: 0;
	}
}

@-webkit-keyframes start_platform_scale {
	0% {
		-webkit-transform: scale(0.1);
		        transform: scale(0.1);
		opacity: 0;
	}
	100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
		opacity: 1;
	}
}

@keyframes start_platform_scale {
	0% {
		-webkit-transform: scale(0.1);
		        transform: scale(0.1);
		opacity: 0;
	}
	100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
		opacity: 1;
	}
}

@-webkit-keyframes start_platform_scale_rhombus {
	0% {
		-webkit-transform: scale(0.1) rotate(45deg);
		        transform: scale(0.1) rotate(45deg);
		opacity: 0;
	}
	100% {
		-webkit-transform: scale(1) rotate(45deg);
		        transform: scale(1) rotate(45deg);
		opacity: 0.5;
	}
}

@keyframes start_platform_scale_rhombus {
	0% {
		-webkit-transform: scale(0.1) rotate(45deg);
		        transform: scale(0.1) rotate(45deg);
		opacity: 0;
	}
	100% {
		-webkit-transform: scale(1) rotate(45deg);
		        transform: scale(1) rotate(45deg);
		opacity: 0.5;
	}
}

@-webkit-keyframes animation_start_platform_wave {
	0% {
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
	50% {
		-webkit-transform: translate(0, 0.75rem);
		        transform: translate(0, 0.75rem);
	}
	100% {
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
}

@keyframes animation_start_platform_wave {
	0% {
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
	50% {
		-webkit-transform: translate(0, 0.75rem);
		        transform: translate(0, 0.75rem);
	}
	100% {
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
}

.start-platform__xrp {
	position: absolute;
	top: -1rem;
	left: 25%;
	width: 17rem;
	height: 17rem;
	background-image: url('/images/startPlatform/xrp.svg');
	background-repeat: no-repeat;
	background-size: contain;
}

.start-platform__btc {
	position: absolute;
	top: 10rem;
	left: 0rem;
	width: 12rem;
	height: 12rem;
	background-image: url('/images/startPlatform/btc.svg');
	background-repeat: no-repeat;
	background-size: contain;
}

.start-platform__ltc {
	position: absolute;
	top: 30rem;
	left: -4.5rem;
	width: 12rem;
	height: 12rem;
	background-image: url('/images/startPlatform/ltc.svg');
	background-repeat: no-repeat;
	background-size: contain;
}

.start-platform__eth {
	position: absolute;
	bottom: 5rem;
	right: 6%;
	width: 19rem;
	height: 19rem;
	background-image: url('/images/startPlatform/eth.svg');
	background-repeat: no-repeat;
	background-size: contain;
}

.start-platform__square {
	position: absolute;
	top: 12rem;
	right: -7rem;
	width: 14rem;
	height: 14rem;
	background-image: url('/images/startPlatform/square.svg');
	background-repeat: no-repeat;
	background-size: contain;
}

.start-platform__neo {
	position: absolute;
	top: 12rem;
	right: 14%;
	width: 14rem;
	height: 14rem;
	background-image: url('/images/startPlatform/neo.svg');
	background-repeat: no-repeat;
	background-size: contain;
}

.start-platform__usdt {
	position: absolute;
	top: 0;
	right: 25%;
	width: 12rem;
	height: 12rem;
	background-image: url('/images/startPlatform/usdt.svg');
	background-repeat: no-repeat;
	background-size: contain;
}

.start-platform__xmr {
	position: absolute;
	top: 0;
	right: 3%;
	width: 12rem;
	height: 12rem;
	background-image: url('/images/startPlatform/xmr.svg');
	background-repeat: no-repeat;
	background-size: contain;
}

@media (max-width: 991px) {
	.start-platform__section-content {
		padding: 25rem 0 15rem;
	}

	.start-platform__big-rhombus {
		display: none;
	}

	.start-platform__middle-rhombus {
		top: 40rem;
		left: 13rem;
		height: 10rem;
		width: 10rem;
	}

	.start-platform__btc {
		top: 27rem;
		left: auto;
		right: -2.5rem;
	}

	.start-platform__xrp {
		top: 17rem;
		left: -4rem;
		width: 19rem;
		height: 19rem;
	}

	.start-platform__usdt {
		top: 0;
		right: auto;
		left: -4rem;
	}

	.start-platform__neo {
		display: none;
	}

	.start-platform__ltc {
		top: 8rem;
		left: 15vw;
		width: 15rem;
		height: 15rem;
	}

	.start-platform__eth {
		top: 2rem;
		right: 5vw;
		left: auto;
		width: 19rem;
		height: 19rem;
	}

	.start-platform__xmr {
		top: 86rem;
		right: -4.5rem;
	}

	.start-platform__square {
		display: none;
	}
}

@media (max-width: 767px) {
	.start-platform .button {
		width: 70%;
		padding: 1.75rem 2rem;
		height: auto;
	}

	.start-platform__xrp {
		width: 15rem;
		height: 15rem;
	}
}

@media (max-width: 479px) {
	.start-platform .button {
		width: 90%;
		font-size: 1.75rem;
	}

	.start-platform__btc {
		top: 35rem;
	}

	.start-platform__xrp {
		top: 12rem;
	}
}

.qrating-features {
  position: relative;
  margin-bottom: 2rem;
  z-index: 5;
}

.qrating-features:before {
  content: 'Feautures';
  position: absolute;
  top: -15rem;
  width: 100%;
  font-family: 'Blinker', sans-serif;
  font-weight: 700;
  font-size: 25rem;
  line-height: 120%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #141414;
  z-index: -1;
}

.qrating-features__header {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-bottom: 2rem;
}

.qrating-features__header-title .title {
  margin-bottom: .1em;
}

.qrating-features__header-arrows {
  display: -webkit-box;
  display: flex;
}

.qrating-features__slide {
  width: 41.5rem;
  height: 45.5rem;
  max-width: 100%;
  padding: 1.3rem;
  box-sizing: border-box;
}

.qrating-features__slide-wrapper {
  height: 100%;
  display: grid;
  grid-template-rows: 15rem 1fr;
  row-gap: 6rem;
  padding: 5.5rem 1.7rem;
  box-sizing: border-box;
  background: #121212;
  border-radius: .4rem;
}

.qrating-features__slide-icon-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.qrating-features__slide-icon {
  position: relative;
  width: 13rem;
  height: 13rem;
  margin-bottom: 1.7rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background: rgba(255, 105, 50, 0.3);
  border: 0.2rem solid #FF6932;
  box-sizing: border-box;
  border-radius: 50%;
}

.qrating-features__slide-icon:before {
  content: '';
  position: absolute;
  top: Calc(50% - 5rem);
  left: Calc(50% - 5rem);
  width: 10rem;
  height: 10rem;
  background-color: #FFFFFF;
  border-radius: 50%;
}

.qrating-features__slide-icon img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 4.6rem;
  height: 4.6rem;
  z-index: 1;
}

.qrating-features__slide-text {
  font-size: 3.2rem;
  line-height: 120%;
  text-align: center;
}

.qrating-features .button-orange {
  margin: 6.5rem auto auto;
  width: 41.5rem;
  max-width: 100%;
  height: 7.8rem;
  font-size: 2.8rem;
}

.qrating-features__prev-arrow,
.qrating-features__next-arrow {
  position: relative;
  top: unset;
}

.qrating-features__prev-arrow {
  margin-right: 3.5rem;
}

.qrating-features__mobile-grid {
  display: grid;
  grid-template-rows: repeat(auto-fit, minmax(17rem, 1fr));
  row-gap: 2rem;
}

.qrating-features__mobile-grid-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  box-sizing: border-box;
  padding: 2rem;
  background: #121212;
  border-radius: .4rem;
}

@media (max-width: 991px) {
  .qrating-features__slide-text {
    font-size: 2.4rem;
    line-height: 140%;
  }

  .qrating-features:before {
    font-size: 20rem;
  }
}

@media (max-width: 768px) {
  .qrating-features:before {
    display: none;
  }

  .qrating-features__slide-icon-container {
    margin-right: 2rem;
  }

  .qrating-features__slide-icon {
    width: 9rem;
    height: 9rem;
  }

  .qrating-features__slide-icon:before {
    top: Calc(50% - 3.5rem);
    left: Calc(50% - 3.5rem);
    width: 7rem;
    height: 7rem;
  }

  .qrating-features__slide-icon img {
    width: 3.8rem;
    height: 3.8rem;
  }

  .qrating-features__slide-text {
    text-align: left;
  }

  .qrating-features__header-title {
    margin: auto;
    text-align: center;
  }
}
.faq-section {
    position: relative;
    padding-top: 5rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
}

.faq-section:before {
    content: '';
    position: absolute;
    top: 0;
    background-image: url("/images/faq-questions-bg.webp");
    background-size: contain;
    width: 90%;
    max-width: 130rem;
    background-repeat: no-repeat;
    height: 100%;
    display: -webkit-box;
    display: flex;
}

.faq-section__wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    width: 100rem;
    max-width: 90%;
    margin: auto;
    z-index: 1;
}

.faq-section__title {
    margin: 1em 0;
    font-family: Blinker;
    font-style: normal;
    font-weight: bold;
    font-size: 6rem;
    line-height: 112.5%;
    text-transform: uppercase;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0.5rem 0.3rem 0 rgba(0, 102, 255, 0.7);
    z-index: 1;
}

.faq-section__list {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
}

.faq-section__item {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    width: 100%;
}

.faq-section__item-header {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
    padding: 4rem 0 1.5rem 0;
    border-bottom: .1rem solid #373737;
}

.faq-section__item-question {
    font-family: Blinker;
    font-weight: 700;
    font-size: 3.2rem;
    line-height: 120%;
    color: #F9F9F9;
}

.faq-section__item-icon {
    position: relative;
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    cursor: pointer;
    background-color: #171717;
}

.faq-section__item-icon:hover {
    background: #242424;
}

.faq-section__item-icon:before {
    content: '';
    position: absolute;
    left: calc(50% - 1.2rem);
    top: calc(50% - 1.2rem);
    width: 2.4rem;
    height: 2.4rem;
    background-image: url("/images/icons/faq-hide.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.faq-section__item--active .faq-section__item-icon:before {
    background-image: url("/images/icons/faq-show.svg");
}

.faq-section__item-answer {
    display: none;
    margin: 3rem 0;
    font-family: Blinker;
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #DDDDDD;
}

.faq-section__item--active .faq-section__item-answer {
    display: block;
}

@media (max-width: 768px) {
    .faq-section__title {
        font-size: 3.75rem;
    }

    .faq-section__item-question {
        font-size: 2.75rem;
    }

    .faq-section__item-answer {
        font-size: 2.25rem;
    }
}

.qrating-faq {
  margin-bottom: 6.3rem;
}
.address-subscribe {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 1rem;
    border-top: 1rem solid #0F0F0F;
    border-bottom: 1rem solid #0F0F0F;
    background: #0F0F0F;
}

.address-subscribe::before {
    position: absolute;
    top: -33rem;
    left: 50%;
    width: 60rem;
    height: 31.6rem;
    content: '';
    background: url('/images-light/backgrounds/bg-sd-logo.svg') no-repeat;
    background-size: contain;
    -webkit-transform: rotate(180deg) translate(50%);
            transform: rotate(180deg) translate(50%);
}

/* .address-subscribe-item {
    display: flex;
    justify-content: space-between;
    background: #EDEDED;
} */

.address-subscribe-item__legal {
    padding-top: 7rem;
}

.address-subscribe-item__legal a {
    position: relative;
    z-index: 2;
    font-family: 'Lexend Deca', sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2.7rem;
    letter-spacing: 0.04rem;
    text-transform: uppercase;
    text-decoration: underline;
    color: #FFFFFF;
    cursor: pointer;
}

.address-subscribe-item__title {
    font-family: 'Blinker', sans-serif;
    font-weight: 600;
    font-size: 2.6rem;
    line-height: 3.1rem;
    letter-spacing: 0.03rem;
    color: #FFFFFF;
}

.address-subscribe-item:nth-child(1) {
    padding: 2.5rem 5.5rem 3.6rem;
}

.address-subscribe-item:nth-child(1) .address-subscribe-item__title {
    margin-bottom: 4rem;
}

.address-subscribe-item__sub-title {
    margin-bottom: 0.75rem;
    font-family: 'Lexend Deca', sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2.7rem;
    letter-spacing: 0.04rem;
    text-transform: uppercase;
    color: #FFFFFF;
}

.address-subscribe-item__address {
    font-family: 'Lexend Deca', sans-serif;
    font-size: 1.6rem;
    line-height: 2.7rem;
    letter-spacing: 0.04rem;
    color: #FFFFFF;
}

.address-subscribe-item:nth-child(2) {
    padding: 2.5rem 3rem 0;
}

.address-subscribe__subscribe-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 68.6rem;
}

.address-subscribe__input {
    position: relative;
    z-index: 2;
    display: inline-block;
    width: 34.5rem;
    padding: 0.9rem 0;
    margin-top: 3rem;
    margin-right: 4rem;
    background: transparent;
    border: none;
    border-bottom: 0.1rem solid #AAAAAA;
    font-family: 'Lexend Deca', sans-serif;
    font-size: 1.6rem;
    line-height: 2rem;
    outline: transparent;
    color: #fff;
}

.address-subscribe__button {
    position: relative;
    width: 16rem;
    padding: 1rem 0;
    margin-top: 3rem;
    font-family: 'Lexend Deca', sans-serif;
    font-size: 1.6rem;
    line-height: 120%;
    color: #FFFFFF;
    background: url('/images-light/icons/icon-right.svg') no-repeat;
    background-position: right center;
    background-size: 2rem;
    cursor: pointer;
}

.address-subscribe__button::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    height: 1.5px;
    content: '';
    background-color: #FFFFFF;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.address-subscribe__button:hover.address-subscribe__button::after {
    -webkit-animation: animation-button 0.5s ease-in-out;
            animation: animation-button 0.5s ease-in-out;
}

@-webkit-keyframes animation-button {
    0% {
        width: 100%;
    }
    50% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

@keyframes animation-button {
    0% {
        width: 100%;
    }
    50% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

.address-subscribe__input::-webkit-input-placeholder {
    color: #797979;
}

.address-subscribe__input::-moz-placeholder {
    color: #797979;
}

.address-subscribe__input:-ms-input-placeholder {
    color: #797979;
}

.address-subscribe__input::-ms-input-placeholder {
    color: #797979;
}

.address-subscribe__input::placeholder {
    color: #797979;
}

.address-subscribe__input:invalid {

}

.address-subscribe__undertext {
    margin-top: 1.2rem;
    font-family: 'Blinker', sans-serif;
    font-size: 1.2rem;
    line-height: 140%;
    letter-spacing: 0.05rem;
    color: #727272;
}

.address-subscribe__send-info {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    height: calc(100% - 3rem);
    font-family: 'Blinker', sans-serif;
    font-size: 2rem;
    font-weight: 500;
    color: #fff;
}

@media (max-width: 780px) {
    .address-subscribe {
        grid-template-columns: 1fr;
        grid-column-start: 2;
        grid-column-end: 1;
    }

    .address-subscribe-item:nth-child(2) {
        grid-row: 1;
        box-sizing: border-box;
        height: 22rem;
        padding: 3rem 2rem;
        border-bottom: 1rem solid #0F0F0F;
    }

    .address-subscribe-item:nth-child(1) {
        padding: 3rem 2rem 7rem;
    }

    .address-subscribe::before {
        width: 37.5rem;
    }
}

@media (max-width: 480px) {
    .address-subscribe__subscribe-form {
        grid-template-columns: 1fr;
    }

    .address-subscribe__undertext {
        grid-row: 2;
    }

    .address-subscribe__input {
        width: 100%;
        max-width: 34.5rem;
        margin-top: 5rem;
    }

    .address-subscribe__button {
        width: 20rem;
    }

    .address-subscribe-item:nth-child(2) {
        height: 32rem;
    }
}

.footer_white {
  background-color: #FFFFFF;
  width: 100%;
  padding: 4.5rem 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  box-sizing: border-box;
}
.footer-light {
  width: 100%;
  height: 7rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  box-sizing: border-box;
  background: rgba(0, 102, 255, 0.2);
  box-shadow: 0 0 6px #0066FF;
  border-top: 1px solid #0066FF;
}
.footer_white_link {
  display: block;
}
.footer-light__container {
  width: 55%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}

.footer-light__container a {
  font-size: 1.5rem;
  line-height: 1.6rem;
  /*color: #000;*/
}

.footer-light__container .mobile {
  display: none;
}

@media (max-width: 1024px) {
  .footer-light {
    height: 10.25rem;
  }
}

@media (max-width: 780px) {
  .footer-light__container {
    width: 100%;
    flex-wrap: wrap;
  }
  .footer_white_link {
    text-align: center;
    padding: 2.5rem 4.5rem;
    width: 20%;
  }
}
@media (max-width: 550px) {
  .footer_white_link {
    width: 15%;
  }
}
.footer-sd {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: justify;
            justify-content: space-between;
}

.footer-sd__section-content {
    position: relative;
    z-index: 1;
    padding: 3rem 7rem 0;
    margin-bottom: 25rem;
    /*height: calc(100vh - 7rem - 22rem);*/
}

.footer-sd__title {
    margin-bottom: 1vh;
    font-family: 'Lexend Deca', sans-serif;
    font-size: 8rem;
    font-weight: 700;
    line-height: 125%;
    letter-spacing: 0.03rem;
    color: #FFFFFF;
}

.footer-sd__sub-title {
    font-family: 'Lexend Deca', sans-serif;
    font-size: 8rem;
    line-height: 125%;
    letter-spacing: 0.03rem;
    color: #FFFFFF;
}

.footer-sd__sub-title a {
    color: #FFFFFF;
}

.footer-sd__sub-title--blue  {
    color:  #0066FF;
    text-transform: uppercase;
    position: relative;
}
.footer-sd__sub-title--blue-click {
    position: absolute;
    bottom: -3rem;
    left: 0;
    font-size: 1.3rem;
    text-transform: none;
    line-height: 1.5rem;
    width: 100%;
}

.footer-sd__sub-title .underline {
    text-decoration: underline;
}

@media (max-width: 1440px) and (max-height: 850px) {
    .footer-sd__section-content {
        padding-top: calc(5.5rem + 5vh);
    }

    .footer-sd__title {
        font-size: 6.75rem;
    }

    .footer-sd__sub-title {
        font-size: 6.75rem;
    }
}

@media (max-width: 1024px) {
    .footer-sd {
        height: auto !important;
    }

    .footer-sd__section-content {
        height: auto;
        padding-top: 5.6rem;
        padding-left: 5.5rem;
        padding-right: 5.5rem;
        margin-bottom: 5rem;
    }
}

@media (max-width: 780px) {
    .footer-sd__section-content {
        padding: 5.6rem 2rem 2rem;
    }

    .footer-sd__title {
        font-size: 5rem;
    }

    .footer-sd__sub-title {
        font-size: 5rem;
    }
}
.testimonials .wrapper_section-content {
	position: relative;
	-webkit-box-align: start;
	        align-items: flex-start;
	-webkit-box-pack: start;
	        justify-content: flex-start;
	min-height: auto;
	margin-top: 12rem;
	overflow: hidden;
}
.testimonials__title {
	width: 80%;
	text-align: left;
	padding-left: 7rem;
	margin-bottom: 6rem;
}

.testimonials__card-slider .slick-slider {
	margin-bottom: 3rem;
}

.testimonials__card-slider .slick-slide > div {
	padding: 0 18px;
}

.testimonials__card-slider .slick-list {
	margin: 0 -18px;
}

.testimonials__block {
	display: -webkit-box;
	display: flex;
	margin-bottom: 5.6rem;
}
.testimonials__card {
	position: relative;
	display: -webkit-box;
	display: flex;
	height: 40rem;
	box-shadow: 0 0 6px #0066ff;
	border: 0.1rem solid #0066ff;
	background: rgba(0, 102, 255, 0.2);
}

.testimonials__card-photo {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: end;
	        align-items: flex-end;
	max-width: 30rem;
	width: 100%;
}

.testimonials__card-photo img {
	overflow: hidden;
}

.testimonials__card-header {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	        flex-direction: column;
	-webkit-box-pack: justify;
	        justify-content: space-between;
	padding: 3.2rem 3rem 3rem 4.9rem;
	font-family: 'Blinker', sans-serif;
	color: #ffffff;
}
.testimonials__text-name {
	margin-bottom: 0.44rem;
	font-weight: bold;
	font-size: 2.8rem;
	line-height: 35px;
	text-transform: uppercase;
}
.testimonials__text-position {
	margin-bottom: 0.5rem;
	font-size: 1.8rem;
	line-height: 22px;
}
.testimonials__text-feedback {
	font-family: 'Lexend Deca', sans-serif;
	font-size: 1.6rem;
	line-height: 24px;
}

.testimonials .slick-arrow {
	background: #171717;
	width: 6rem;
	height: 6rem;
	position: absolute;
	top: -12rem;
	border-radius: 50px;
	z-index: 1800;
	font-size: 0;
}
.testimonials .slick-arrow:hover {
	background: #242424;
	-webkit-transition: 200ms ease-in;
	transition: 200ms ease-in;
	cursor: pointer;
}
.testimonials .slick-prev {
	right: 13rem;
}
.testimonials .slick-prev::before {
	content: url('/images-light/icons/arrow.svg');
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.testimonials .slick-next::before {
	content: url('/images-light/icons/arrow.svg');
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(180deg);
	        transform: translate(-50%, -50%) rotate(180deg);
}
.testimonials .slick-next {
	right: 5rem;
}
.testimonials__card-slider .slider-dots {
	display: -webkit-box !important;
	display: flex !important;
	width: 60rem;
	-webkit-box-pack: justify;
	        justify-content: space-between;
	margin: 4rem auto 0;
}
.testimonials__card-slider .slider-dots button {
	font-size: 0;
	width: 100%;
	height: 100%;
}
.testimonials__card-slider .slider-dots .slick-active {
	background: #a9a9a9;
}
.testimonials__card-slider .slider-dots li {
	width: 1rem;
	height: 1rem;
	border-radius: 400px;
	background: #3c3c3c;
	overflow: hidden;
	box-sizing: border-box;
}
.testimonials__slide-coppay .testimonials__logo {
	margin: 1.5rem 0;
}
.testimonials__slide-timbuktu .testimonials__text-feedback {
	margin-bottom: 6rem;
}
.testimonials__slide-atfs .testimonials__text-feedback {
	margin-bottom: 8rem;
}
.testimonials__slide-micromoney .testimonials__text-feedback {
	margin-bottom: 1.9rem;
}
.testimonials__slide-noah .testimonials__text-feedback {
	margin-top: 1.3rem;
	font-size: 1.3rem;
	line-height: 1.5rem;
}
.testimonials__slide-noah .testimonials__card-header {
	padding: 2.4rem 1.4rem 2.6rem 1.5rem;
}
.testimonials__slide-spatium .testimonials__text-feedback {
	margin-bottom: 3rem;
	font-size: 1.5rem;
	line-height: 1.9rem;
}
.testimonials__slide-kovalev .testimonials__text-feedback {
	margin-top: 0.5rem;
	font-size: 1.5rem;
	line-height: 1.9rem;
}
.testimonials__slide-linker-coin .testimonials__text-feedback {
	margin-bottom: 3.4rem;
}

@media (max-width: 768px) {
	.testimonials__card-slider {
		width: 100%;
	}
	.testimonials__wrapper {
		/*display: flex;*/
		/*justify-content: space-between;*/
		/*flex-wrap: wrap;*/
		/*margin-bottom: 5.8rem;*/
	}

	.testimonials__card {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		        flex-direction: column;
		-webkit-box-align: center;
		        align-items: center;
		margin: 1em auto 0.5em;
		padding-top: 2rem;
		max-width: 90vw;
		width: 100%;
		height: unset;
		max-height: unset;
		border: none;
		background: unset;
		box-shadow: unset;
	}

	.testimonials__card-photo {
		-webkit-box-align: start;
		        align-items: flex-start;
		margin-bottom: 0.625rem;
		height: 29rem;
		width: 100%;
		max-width: 100%;
		background: rgba(0, 102, 255, 0.2);
		box-shadow: 0 0 6px #0066ff;
		border: 1px solid #0066ff;
		overflow: hidden;
	}

	.testimonials__card-photo img {
		height: 100%;
	}

	.testimonials__card-header {
		width: 100%;
		height: 36.25rem;
		padding: 1.75rem 2.25rem 2.25rem 2rem;
		background: rgba(0, 102, 255, 0.2);
		box-shadow: 0 0 6px #0066ff;
		border: 1px solid #0066ff;
		box-sizing: border-box;
	}

	.testimonials__text-name {
		font-size: 2.5rem;
		line-height: 25px;
	}
	.testimonials__text-position {
		font-size: 1.5rem;
	}

	.testimonials__text-feedback {
		font-size: 1.5rem;
		line-height: 18px;
	}

	.testimonials__card-slider .slick-list {
		padding-left: unset;
	}
	.testimonials__card-slider .slider-dots {
		width: 45rem;
		margin: 4rem auto 0;
	}
	.testimonials__card-slider .slider-dots li {
		width: 1rem;
		height: 1rem;
	}
	.testimonials__title {
		margin-bottom: 0rem;
		width: 100%;
		text-align: center;
		padding-left: 0;
	}

	.testimonials__slide {
		margin-top: 0;
	}
	.testimonials__text-feedback {
		font-size: 1.2rem;
		line-height: 18px;
	}

	.testimonials__card-slider .slick-slide > div {
		padding: 0 8px;
	}

	.testimonials__card-slider .slick-list {
		margin: 0 -8px;
	}

	.testimonials__card-slider .slick-arrow {
		bottom: -2.5rem;
		top: unset;
	}
	.testimonials__card-slider .slick-prev {
		left: 5vw;
	}
	.testimonials__card-slider .slick-next {
		right: 5vw;
	}
}
.testimonials__slider {
	margin: 0 auto !important;
}
.testimonials__slider > .slider__body {
	margin: 0 auto !important;
}

@media (max-width: 480px) {
	.testimonials__card-slider .slider-dots {
		width: 28rem;
	}
	.testimonials__card-slider .slider-dots li {
		width: 0.6rem;
		height: 0.6rem;
	}
}

.platinum-clients {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
}
.platinum-clients .wrapper_section-content {
    margin: auto;
}
.platinum-clients__title {
    margin-bottom: 1rem;
    margin-left: 7rem;
    text-align: left;
}
.platinum-clients .slider {
    margin: auto;
}
.platinum-clients__slider {
    width: 100%;
}
.platinum-clients__slider .slick-track {
    display: -webkit-box;
    display: flex;
}
.platinum-clients__slider .slick-slide {
    padding: 0 0rem 0 7rem;
}
.platinum-clients__slider .slick-arrow {
    background: #171717;
    width: 6rem;
    height: 6rem;
    position: absolute;
    top: -7rem;
    border-radius: 50px;
    z-index: 1800;
    font-size: 0;
}
.platinum-clients__slider .slick-arrow:hover {
    background: #242424;
    -webkit-transition: 200ms ease-in;
    transition: 200ms ease-in;
    cursor: pointer;
}
.platinum-clients__slider .slick-prev {
    right: 13rem;
}
.platinum-clients__slider .slick-prev::before {
    content: url('/images-light/icons/arrow.svg');
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.platinum-clients__slider .slick-next::before {
    content: url('/images-light/icons/arrow.svg');
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
            transform: translate(-50%, -50%) rotate(180deg);
}
.platinum-clients__slider .slick-next {
    right: 5rem;
}
.platinum-clients__wrapper-cards {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    flex-wrap: wrap;
    max-width: 144rem;
    /* padding: 0 2.6rem; */
    margin: 5rem auto 5.8rem auto;
}
.platinum-clients__card {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    margin: 1em 0.5em;
    background-color: #1B1B1B;
    max-width: 50rem;
    /* width: 100%; */
    min-width: 20rem;
    border: 2px solid rgba(0, 102, 255, 0.5);
    cursor: pointer;
    text-decoration: none;
    position: relative;
}
.platinum-clients__card:hover {
    background: rgba(0, 102, 255, 0.2);
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    border: 2px solid rgba(0, 102, 255, 1);
    box-shadow: 0 0 1rem #0066FF;
    z-index: 2
}
.platinum-clients__card a:before {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
}
.platinum-clients__card:hover a:before {
    background-color: unset;
}
.platinum-clients__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.platinum-clients__card-link {
    position: relative;
    font-size: 1.6rem;
    line-height: 1.2;
    letter-spacing: 0.04em;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    color: #0066FF;
    cursor: pointer;
}
.platinum-clients__card-link:after {
    content: '';
    position: absolute;
    margin-left: .5rem;
    width: 100%;
    height: 100%;
    background: url("/images/icons/arrow-right-small.svg") no-repeat 0;
}
.platinum-clients .contact-us-button__orange {
    margin: 5rem auto 0;
    height: 10.7rem;
    max-width: 47.8rem;
    padding: 1rem;
}
.platinum-clients__container-button {
    margin: 4.7rem auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    max-width: 41.7rem;
}
.platinum-clients .slider-dots {
    display: -webkit-box !important;
    display: flex !important;
    width: 60rem;
    -webkit-box-pack: justify;
            justify-content: space-between;
    margin: 4rem auto 0;
}
.platinum-clients .slider-dots button {
    font-size: 0;
    width: 100%;
    height: 100%;
}
.platinum-clients .slider-dots .slick-active {
    background: #a9a9a9;
}
.platinum-clients .slider-dots li {
    width: 1rem;
    height: 1rem;
    border-radius: 400px;
    background: #3c3c3c;
    overflow: hidden;
    box-sizing: border-box;
}
@media (max-width: 1280px) {
    .platinum-clients .slider {
        margin: auto;
    }
    .platinum-clients__wrapper-cards {
        -webkit-box-pack: center;
                justify-content: center;
    }
    .platinum-clients__card:hover {
        background: rgba(0, 102, 255, 0.2);
        -webkit-transform: unset;
                transform: unset;
    }
}
@media (max-width: 768px) {
    .platinum-clients__wrapper-cards {
        -webkit-box-pack: center;
                justify-content: center;
        margin-bottom: 0;
        margin-top: 0;
        padding-bottom: 2rem;
        max-width: 100%;
        overflow: auto;
    }
    .platinum-clients__slider .slick-arrow {
        bottom: -2.5rem;
        top: unset;
    }
    .platinum-clients__slider .slick-prev {
        left: 10vw
    }
    .platinum-clients__slider .slick-next {
        right: 10vw
    }
    .platinum-clients__wrapper-cards:focus {
        outline: none;
    }
    .platinum-clients__card {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        margin: 1em auto 0.5em;
        background-color: #1B1B1B;
        max-width: 80vw;
        width: 100%;
        border: 2px solid rgba(0, 102, 255, 0.5);
        cursor: pointer;
        text-decoration: none;
        position: relative;
    }
    .platinum-clients__card:hover {
        background: rgba(0, 102, 255, 0.2);
        -webkit-transition: unset;
        transition: unset;
        -webkit-transform: unset;
                transform: unset;
        border: 2px solid rgba(0, 102, 255, 1);
        box-shadow: 0 0 1rem #0066FF;
        z-index: 2
    }
    .platinum-clients__title {
        margin-bottom: 1rem;
    }
    .platinum-clients__slider .slick-slide {
        padding: 0 0rem 0 7rem;
    }
    .platinum-clients__slider .slick-slide {
        padding: 0;
    }
    .platinum-clients__slider .slider-dots {
        width: 30rem;
    }
    .platinum-clients__title {
        margin: 1rem 0;
        width: 100%;
        text-align: center;
    }
    .platinum-clients__container-button {
        width: 95%;
    }
}
@media (max-width: 480px) {
    .platinum-clients__slider .slick-prev {
        left: 5%
    }
    .platinum-clients__slider .slick-next {
        right: 5%
    }
    .platinum-clients__slider .slider-dots {
        width: 24rem;
    }
    .platinum-clients__slider .slider-dots li {
        width: 0.75rem;
        height: 0.75rem;
    }
}
.partners {
	padding-top: 9rem;
	padding-bottom: 9rem;
	overflow-x: hidden;
}
.partners__section-content {
	width: 100%;
	margin: auto;
}
.partners__title {
	margin-bottom: 8.8rem;
	text-align: left;
	padding-left: 7rem;
}

.partners__card-slider .slick-track {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
}
/* .partners__card-slider .slick-slide {
    padding-right: 3.6rem;
} */

.partners__card-slider .slick-slide > div {
	padding: 0 18px;
}

.partners__card-slider .slick-list {
	margin: 0 -18px;
}
.platinum-bg.lazy {
	background-image: none;
	background-color: #f1f1fa;
}

.platinum-bg {
	background-image: url('/images/partners/PlatinumBG.webp');
	background-size: contain;
	height: 100%;
}

.partners__card {
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	        flex-direction: row;
	-webkit-box-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	        align-items: center;
	height: 40rem;
	width: 100%;
	box-shadow: 0 0 6px #0066ff;
	border: 0.1rem solid #0066ff;
}
.partners__half-slide {
	width: 50%;
	height: 100%;
	overflow: hidden;
}
.partners__half-slide img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.plus-sign {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 2;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
}

.partners .slick-arrow {
	background: #171717;
	width: 6rem;
	height: 6rem;
	position: absolute;
	top: -12rem;
	border-radius: 50px;
	z-index: 1800;
	font-size: 0;
}
.partners .slick-arrow:hover {
	background: #242424;
	-webkit-transition: 200ms ease-in;
	transition: 200ms ease-in;
	cursor: pointer;
}
.partners .slick-prev {
	right: 13rem;
}
.partners .slick-prev::before {
	content: url('/images-light/icons/arrow.svg');
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.partners .slick-next::before {
	content: url('/images-light/icons/arrow.svg');
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(180deg);
	        transform: translate(-50%, -50%) rotate(180deg);
}
.partners .slick-next {
	right: 5rem;
}
.partners .slider-dots {
	display: -webkit-box !important;
	display: flex !important;
	width: 60rem;
	-webkit-box-pack: justify;
	        justify-content: space-between;
	margin: 4rem auto 0;
}
.partners .slider-dots button {
	font-size: 0;
	width: 100%;
	height: 100%;
}
.partners .slider-dots .slick-active {
	background: #a9a9a9;
}
.partners .slider-dots li {
	width: 1rem;
	height: 1rem;
	border-radius: 400px;
	background: #3c3c3c;
	overflow: hidden;
	box-sizing: border-box;
}

@media (min-width: 768px) {
	.plus-sign img {
		width: 5rem;
	}
}
@media (max-width: 768px) {
	.partners__title {
		margin-bottom: 2rem;
		padding-left: 0rem;
		text-align: center;
	}
	.platinum-bg {
		background-size: cover;
	}
	.partners__card {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		        flex-direction: column;
		height: 65rem;
	}
	.partners__card-slider .slick-slide {
		margin: 0 3rem;
	}

	.partners__half-slide {
		width: 100%;
		height: 50%;
	}
	.partners__half-slide img {
		width: 100%;
		height: auto;
	}

	.partners .slider-dots {
		width: 45rem;
		margin: 4rem auto 0;
	}
	.partners .slider-dots li {
		width: 1rem;
		height: 1rem;
	}
	.partners__card-slider .slick-slide > div {
		padding: 0 8px;
	}

	.partners__card-slider .slick-list {
		margin: 0 -8px;
	}
	.partners .slick-arrow {
		bottom: -2.5rem;
		top: unset;
	}
	.partners .slick-prev {
		left: 5vw;
	}
	.partners .slick-next {
		right: 5vw;
	}
}
@media (max-width: 560px) {
	.partners__card-slider .slick-slide {
		margin: 0;
	}
}

@media (max-width: 480px) {
	.partners .slick-prev {
		left: 5%;
	}
	.partners .slick-next {
		right: 5%;
	}
	.partners .slider-dots {
		width: 22rem;
	}
	.partners .slider-dots li {
		width: 0.75rem;
		height: 0.75rem;
	}
}

.recognition {
	padding-top: 9rem;
	padding-bottom: 9rem;
	overflow-x: hidden;
}
.recognition__section-content {
	width: 100%;
	margin: auto;
}
.recognition__title {
	margin-bottom: 8.8rem;
	text-align: left;
	padding-left: 7rem;
}

.recognition__card-slider .slick-track {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
}
/* .recognition__card-slider .slick-slide {
    padding-right: 3.6rem;
} */

.recognition__card-slider .slick-slide > div {
	padding: 0 18px;
}

.recognition__card-slider .slick-list {
	margin: 0 -18px;
}

.recognition__card-slider .slick-slide .recognition__card {
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	        align-items: center;
	height: 50rem;
	-webkit-transform: scaleY(0.75);
	        transform: scaleY(0.75);
	width: 100%;
	border: 0.1rem solid #020f1c;
	background: #0066ff0d;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.recognition__card-slider .slick-active .recognition__card {
	-webkit-transform: scaleY(1);
	        transform: scaleY(1);
	box-shadow: 0 0 6px #0066ff;
	border: 0.1rem solid #0066ff;
	background: rgba(0, 102, 255, 0.2);
}
.recognition__card-slider .slick-slide .recognition__card img {
	-webkit-transform: scaleX(0.75) scaleY(1);
	        transform: scaleX(0.75) scaleY(1);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.recognition__card-slider .slick-active .recognition__card img {
	-webkit-transform: scaleX(1) scaleY(1);
	        transform: scaleX(1) scaleY(1);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.valley {
	width: 57rem;
}
.Firms {
	width: 50rem;
}
.Developers {
	width: 47rem;
}
.Clutch {
	width: 28rem;
}
.dao {
	width: 22rem;
}
.CSDC {
	width: 30rem;
}
.IEEE {
	width: 48rem;
}

.recognition .slick-arrow {
	background: #171717;
	width: 6rem;
	height: 6rem;
	position: absolute;
	top: -12rem;
	border-radius: 50px;
	z-index: 1800;
	font-size: 0;
}
.recognition .slick-arrow:hover {
	background: #242424;
	-webkit-transition: 200ms ease-in;
	transition: 200ms ease-in;
	cursor: pointer;
}
.recognition .slick-prev {
	right: 13rem;
}
.recognition .slick-prev::before {
	content: url('/images-light/icons/arrow.svg');
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.recognition .slick-next::before {
	content: url('/images-light/icons/arrow.svg');
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(180deg);
	        transform: translate(-50%, -50%) rotate(180deg);
}
.recognition .slick-next {
	right: 5rem;
}
.recognition .slider-dots {
	display: -webkit-box !important;
	display: flex !important;
	width: 60rem;
	-webkit-box-pack: justify;
	        justify-content: space-between;
	margin: 4rem auto 0;
}
.recognition .slider-dots button {
	font-size: 0;
	width: 100%;
	height: 100%;
}
.recognition .slider-dots .slick-active {
	background: #a9a9a9;
}
.recognition .slider-dots li {
	width: 1rem;
	height: 1rem;
	border-radius: 400px;
	background: #3c3c3c;
	overflow: hidden;
	box-sizing: border-box;
}

@media (max-width: 1024px) {
	.valley {
		width: 30rem;
	}
	.Firms {
		width: 40rem;
	}
	.Developers {
		width: 30rem;
	}
	.Clutch {
		width: 28rem;
	}
	.dao {
		width: 22rem;
	}
	.CSDC {
		width: 30rem;
	}
	.IEEE {
		width: 30rem;
	}
}

@media (max-width: 768px) {
	.recognition {
		padding-top: 0;
	}

	.recognition__card-slider .slick-slide .recognition__card {
		-webkit-transform: scaleY(1);
		        transform: scaleY(1);
		box-shadow: 0 0 6px #0066ff;
		border: 0.1rem solid #0066ff;
		background: rgba(0, 102, 255, 0.2);
		margin-top: 2rem;
		margin-bottom: 2rem;
	}
	.recognition__card-slider {
		width: 100%;
	}
	.recognition__title {
		margin-bottom: 4rem;
		padding-left: 0rem;
		text-align: center;
	}
	.recognition .slick-list {
		padding-left: unset;
	}
	.recognition .slider-dots {
		width: 45rem;
		margin: 4rem auto 0;
	}
	.recognition .slider-dots li {
		width: 1rem;
		height: 1rem;
	}
	.recognition__card-slider .slick-slide > div {
		padding: 0 8px;
	}

	.recognition__card-slider .slick-list {
		margin: 0 -8px;
	}

	.recognition .slick-arrow {
		bottom: -2.5rem;
		top: unset;
	}
	.recognition .slick-prev {
		left: 5vw;
	}
	.recognition .slick-next {
		right: 5vw;
	}
}
@media (max-width: 480px) {
	.recognition .slick-prev {
		left: 5%;
	}
	.recognition .slick-next {
		right: 5%;
	}
	.recognition .slider-dots {
		width: 22rem;
	}
	.recognition .slider-dots li {
		width: 0.75rem;
		height: 0.75rem;
	}
}


.media-slider__title {
    margin-bottom: 6.9rem;
    text-align: center;
}

.media-slider__wrapper-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 10rem;
    grid-row-gap: 5rem;
    margin-bottom: 5.8rem;
}

@-webkit-keyframes float {
    50% {
       -webkit-transform: translate(0, 20px);
               transform: translate(0, 20px);
    }
}

@keyframes float {
    50% {
       -webkit-transform: translate(0, 20px);
               transform: translate(0, 20px);
    }
}

.media-slider__card-link {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    /*max-width: 17.5rem;*/
    width: 100%;
}

.media-slider__card-logo {
    width: 17.4rem;
}

.media-slider__card-link {
    position: relative;
    font-size: 1.6rem;
    line-height: 1.2;
    letter-spacing: 0.04em;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    color: #0066FF;
    cursor: pointer;
}

.media-slider__card-link:hover {
    /* filter: invert(24%) sepia(51%) saturate(2878%) hue-rotate(180deg) brightness(106%) contrast(97%) drop-shadow(0px 0px 17px rgba(0, 102, 255, 0.5)); */
    -webkit-filter: drop-shadow(0px 0px 17px rgba(0, 102, 255, 0.5));
            filter: drop-shadow(0px 0px 17px rgba(0, 102, 255, 0.5));

}

@media screen and (max-width: 991px) {
    .media-slider__wrapper-cards {
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 10vw;
    }
}

@media screen and (max-width: 767px) {
    .media-slider__wrapper-cards {
        grid-template-columns: repeat(2, 1fr);
    }
}
.video-business {
    position: relative;
    margin-bottom: 7.5rem;
}

.video-business__title {
    text-align: center;
    max-width: 90rem;
    margin: auto auto 4rem;
}

.video-business__grid {
    display: grid;
    grid-template-rows: repeat(auto-fit, minmax(27rem, 1fr));
    grid-row-gap: 3.5rem;
    margin-bottom: 4.5rem;
}

.video-business__grid-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
    grid-row-gap: 2.7rem;
    grid-column-gap: 2.7rem;
}

.video-business__item {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding: 2.7rem 2rem;
    box-sizing: border-box;
    border-radius: .4rem;
    background: #121212;
}

.video-business__item-header {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    margin-bottom: 3.5rem;
}

.video-business__item-icon {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    margin-right: 2rem;
    width: 9rem;
    min-width: 9rem;
    height: 9rem;
    box-sizing: border-box;
    border-radius: 50%;
    border: 2px solid #FF6932;
    background: rgba(255, 105, 50, 0.3);
}

.video-business__item-icon div {
    width: 7rem;
    height: 7rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    border-radius: 50%;
    background-color: #fff;
}

.video-business__item-icon img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 4rem;
    height: 4rem;
}

.video-business .button-orange {
    margin: 0 auto;
    width: 41.5rem;
    max-width: 100%;
}

.video-business__prev-arrow {
    top: unset;
    bottom: -2rem;
    left: 10%;
    margin-right: 3.5rem;
}

.video-business__next-arrow {
    top: unset;
    bottom: -2rem;
    right: 10%;
    margin-left: 3.5rem;
}

.video-business .slick-slider {
    margin-bottom: 6rem;
}

@media (max-width: 768px) {
    .video-business__item {
        margin-bottom: 1.5rem;
    }
}
.video-partners {
    position: relative;
    margin-bottom: 7rem;
}

.video-partners__title {
    text-align: center;
    margin: auto auto 6rem;
}

.video-partners__content {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
            align-items: center;
    justify-content: space-around;
}

.video-partners__item {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    margin-bottom: 4.3rem;
}

.video-partners__item img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 75%;
}
.video-features {
    position: relative;
    margin-bottom: 7.5rem;
}

.video-features__title {
    margin: auto auto 4rem;
    text-align: center;
    max-width: 103rem;
}

.video-features__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
    grid-column-gap: 2.7rem;
    grid-row-gap: 2.7rem;
    -webkit-box-pack: center;
            justify-content: center;
    margin-bottom: 4.5rem;
}

.video-features__item {
    position: relative;
    display: grid;
    grid-template-rows: 8rem auto auto;
    grid-row-gap: 1.5rem;
    padding: 2.5rem 1.5rem;
    box-sizing: border-box;
    background: #181818;
    border-radius: 4px;
    border: 1px solid transparent;
}

.video-features__item--hover {
    background: rgba(255, 105, 50, 0.05);
    border-radius: 4px;
}

.video-features__item--hover:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: 1px solid #FF6932;
    -webkit-filter: drop-shadow(0px 0px 6px #FF6932);
            filter: drop-shadow(0px 0px 6px #FF6932);
}

.video-features__item--hover:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.88;
    border: 3px solid #FF6932;
    box-sizing: border-box;
    -webkit-filter: blur(15px);
            filter: blur(15px);
    border-radius: 4px;
    z-index: -1;
}

.video-features__item-icon {
    width: 8rem;
    height: 8rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    border-radius: 50%;
    background: rgba(255, 105, 50, 0.05);
    border: 2px solid #FF6932;
    box-sizing: border-box;
}

.video-features__item-icon img {
    width: 4.6rem;
    height: 4.6rem;
    -o-object-fit: contain;
       object-fit: contain;
}

.video-features__item-title {
    font-size: 2.4rem;
    line-height: 120%;
    text-transform: uppercase;
}

.video-features__item-text {
    font-size: 1.6rem;
    line-height: 140%;
}

.video-features .button-orange {
    margin: auto;
    width: 41.5rem;
    max-width: 100%;
}

.video-features__slide {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-row-gap: 1rem;
}

.video-features__prev-arrow {
    top: unset;
    bottom: -2rem;
    left: 10%;
    margin-right: 3.5rem;
}

.video-features__next-arrow {
    top: unset;
    bottom: -2rem;
    right: 10%;
    margin-left: 3.5rem;
}

.video-features .slick-slider {
    margin-bottom: 6rem;
}
.video-blog-preview {
    position: relative;
    margin-bottom: 10rem;
}

.video-blog-preview__title {
    margin: auto auto 3.6rem;
    text-align: center;
}

.video-blog-preview__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(35rem, 1fr));
    grid-row-gap: 2.7rem;
    grid-column-gap: 2.7rem;
}

.video-blog-preview__article {
    display: grid;
    grid-template-rows: 25rem auto minmax(10rem, 1fr) 9rem;
    grid-row-gap: 1rem;
    max-width: 43.5rem;
}

.video-blog-preview__article-thumbnail img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.video-blog-preview__article-title {
    margin-bottom: 1rem;
    font-size: 3rem;
    line-height: 130%;
}

.video-blog-preview__article .button-orange {
    font-size: 2.4rem;
    width: 95%;
    height: 7.8rem;
    margin: auto;
}

.video-blog-preview__prev-arrow {
    top: unset;
    bottom: -2rem;
    left: 10%;
    margin-right: 3.5rem;
}

.video-blog-preview__next-arrow {
    top: unset;
    bottom: -2rem;
    right: 10%;
    margin-left: 3.5rem;
}

.video-blog-preview .slick-slider {
    margin-bottom: 6rem;
}

.video-blog-preview__slide {
    max-width: 41.5rem;
    display: -webkit-box!important;
    display: flex!important;
    margin: auto;
}

@media (max-width: 768px) {
    .video-blog-preview__article-title {
        font-size: 2.8rem!important;
    }
}
.video-footer {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
    margin-bottom: 2.5rem;
}

.video-footer__wrapper {
    max-width: 80rem;
    margin: auto;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.video-footer__link {
    margin: 3rem;
    font-family: 'Lexend Deca', sans-serif;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    mix-blend-mode: normal;
}

.video-footer__copyright {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    font-family: 'Lexend Deca', sans-serif;
    font-size: 11px;
    line-height: 14px;
    color: #AAAAAA;
}

/*reset css START*/

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

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

*[hidden] {
	display: none;
}

html {
	overflow-x: hidden;
	font-size: 10px;
	scroll-behavior: smooth;
}

body {
	line-height: 1;
	background: #0f0f0f !important;
}

.main-light {
	min-height: 100vh;
	background: #111;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

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

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

/*reset css END*/

@media (max-width: 1199px) {
	html {
		font-size: 8px;
	}
}

@media (max-height: 720px) {
	html {
		font-size: 8px !important;
	}
}

body {
	font-family: 'Lexend Deca', sans-serif;
	font-weight: 400;
}

button {
	-webkit-appearance: none;
	border: unset;
	outline: unset;
	background-color: transparent;
}

.section-light {
	overflow: hidden;
	height: 100vh;
}

a {
	text-decoration: none;
}

.title {
	color: white;
}

.title-light {
	font-size: 6rem;
	line-height: 113%;
	letter-spacing: 0.04rem;
	font-family: 'Blinker', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

.title--main {
	font-size: 8rem;
}

.title--black {
	color: #0f0f0f;
}

.title--white {
	color: #ffffff;
}

.visible {
	opacity: 1;
}

.unvisible {
	opacity: 0;
}

.title-sd {
	font-family: 'Blinker', sans-serif;
	font-weight: 700;
	font-size: 6rem;
	line-height: 112.5%;
	letter-spacing: 0.03rem;
	text-transform: uppercase;
	color: #0b0b0b;
}

.section-light--white {
	width: 95vw;
	background: #ededed;
	margin: 0 auto;
}

.container--light {
	padding: 0 7rem;
}

.main-project {
	padding-top: 5.5rem;
}

.main-project .footer-light {
	background: #ededed;
	border: none;
}
.main-project .footer-light__container a {
	color: #0f0f0f;
}

@media screen and (max-width: 1024px) {
	.section-light {
		overflow: hidden;
		width: 100%;
	}

	.section-light--white {
		width: 100%;
	}
}

.blue-block {
	position: relative;
	background: rgba(0, 102, 255, 0.2);
	box-shadow: 0 0 6px #0066ff;
	border: 1px solid #0066ff;
}

.blue-block:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.88;
	border: 3px solid #0066ff;
	-webkit-filter: blur(15px);
	        filter: blur(15px);
}

.pages-policy .square-list__title {
	color: #ffffff;
}

.investors {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	        flex-direction: column;
}

.investors .slick-list {
	max-width: 1093px;
	margin: 0 auto;
}

.investors .wrapper_section-content {
	margin: auto;
}
.investors__title {
	margin-bottom: 8.8rem;
	text-align: left;
	text-shadow: none;
	padding-left: 7rem;
}
.investors .slider {
	margin: auto;
}
.investors__slider {
	width: 100%;
}
.investors__slider .slick-track {
	display: -webkit-box;
	display: flex;
}
.investors__slider .slick-slide {
	padding: 0 0rem 0 7rem;
}
.investors .slick-arrow {
	background: #171717;
	width: 6rem;
	height: 6rem;
	position: absolute;
	top: -15rem;
	border-radius: 50px;
	z-index: 1800;
	font-size: 0;
}
.investors .slick-arrow:hover {
	background: #242424;
	-webkit-transition: 200ms ease-in;
	transition: 200ms ease-in;
	cursor: pointer;
}
.investors .slick-prev {
	right: 13rem;
}
.investors .slick-prev::before {
	content: url('/images-light/icons/arrow.svg');
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.investors .slick-next::before {
	content: url('/images-light/icons/arrow.svg');
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(180deg);
	        transform: translate(-50%, -50%) rotate(180deg);
}
.investors .slick-next {
	right: 5rem;
}
.investors__wrapper-cards {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	        justify-content: center;
	flex-wrap: wrap;
	max-width: 144rem;
	/* padding: 0 2.6rem; */
	margin: 2rem auto 2rem auto;
}

.investors__image {
	width: 138px;
	height: 64px;
	margin: 0 auto;
}

.investors .slider-dots {
	display: -webkit-box !important;
	display: flex !important;
	width: 166px;
	-webkit-box-pack: justify;
	        justify-content: space-between;
	margin: 4rem auto 0;
}
.investors .slider-dots button {
	font-size: 0;
	width: 100%;
	height: 100%;
}
.investors .slider-dots .slick-active {
	background: #a9a9a9;
}
.investors .slider-dots li {
	width: 1rem;
	height: 1rem;
	border-radius: 400px;
	background: #3c3c3c;
	overflow: hidden;
	box-sizing: border-box;
}
@media (max-width: 1280px) {
	.investors .slider {
		margin: auto;
	}
	.investors__wrapper-cards {
		-webkit-box-pack: center;
		        justify-content: center;
	}
}
@media (max-width: 768px) {
	.investors {
		padding-bottom: 9rem;
	}

	.investors__wrapper-cards {
		-webkit-box-pack: center;
		        justify-content: center;
		margin-bottom: 0;
		margin-top: 0;
		padding-bottom: 2rem;
		max-width: 100%;
		overflow: auto;
	}
	.investors .slick-arrow {
		bottom: -2.5rem;
		top: unset;
	}
	.investors .slick-prev {
		left: 10vw;
	}
	.investors .slick-next {
		right: 10vw;
	}
	.investors__wrapper-cards:focus {
		outline: none;
	}
	.investors .slick-slide {
		padding: 0 0rem 0 7rem;
	}
	.investors .slick-slide {
		padding: 0;
	}
	.investors .slider-dots {
		width: 30rem;
	}
	.investors__title {
		margin-bottom: 4rem;
		width: 100%;
		padding-left: 0rem;
		text-align: center;
	}
	.investors__container-button {
		width: 95%;
	}
}
@media (max-width: 480px) {
	.investors .slick-prev {
		left: 5%;
	}
	.investors .slick-next {
		right: 5%;
	}
	.investors .slider-dots {
		width: 24rem;
	}
	.investors .slider-dots li {
		width: 0.75rem;
		height: 0.75rem;
	}
}

