@charset "UTF-8";
/* ================== Normalize =================== */
/* Fonts */
/* Color */
/* Font Size */
* {
  box-sizing: border-box; }

body, html {
  min-height: 100%; }

body {
  width: 100%;
  margin: 0 auto;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  display: block; }

input,
textarea {
  padding: 0;
  margin: 0;
  outline: none;
  line-height: 1; }

input:focus,
input:active {
  outline: none;
  outline: 0;
  outline-offset: 0; }

button {
  border: none;
  background: transparent;
  text-decoration: none;
  line-height: 1; }
  button:hover {
    border: none; }
  button:focus {
    outline: none; }

a {
  text-decoration: none;
  line-height: 1; }

p {
  padding: 0;
  margin: 0; }

/* ================== Layout =================== */
body {
  background: #fff;
  line-height: 1;
  font-family: "Onest", sans-serif;
  min-width: 320px;
  font-size: 16px;
  line-height: 1.4;
  color: #000;
  letter-spacing: 0.02em; }
  body.body-hidden {
    overflow: hidden; }

/* ================== General =================== */
.main {
  width: 100%;
  height: auto;
  position: relative;
  overflow-x: hidden; }

.container {
  width: 100%;
  max-width: var(--max-width, 1284px);
  padding: 0 32px;
  margin: 0 auto;
  height: auto;
  position: relative;
  z-index: 2; }
  .container.c-small {
    max-width: 1096px; }

section {
  position: relative;
  width: 100%;
  height: auto;
  overflow-x: hidden;
  padding: 120px 0; }
  @media (max-width: 991px) {
    section {
      padding: 60px 0; } }

.s-line::before {
  content: "";
  width: calc(100% - 40px);
  max-width: 1320px;
  height: 1px;
  background-color: #cecece;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%); }

.scrollbar::-webkit-scrollbar {
  width: 9px;
  border-radius: 40px; }

.scrollbar::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  border-radius: 40px; }

.scrollbar::-webkit-scrollbar-thumb {
  background: -webkit-gradient(linear, left top, right top, from(#303b57), to(#40517c));
  border-radius: 40px;
  cursor: pointer; }

.scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: #222; }

a {
  color: #0a0a0a; }

.stickyElements {
  position: sticky;
  top: 100px; }

.main-grid {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-right: -24px; }
  @media (max-width: 991px) {
    .main-grid {
      margin-right: -16px; } }
  .main-grid .card {
    flex-basis: calc(100% / 4 - 24px);
    margin-right: 24px;
    margin-bottom: 72px; }
    @media (max-width: 991px) {
      .main-grid .card {
        flex-basis: calc(100% / 2 - 16px);
        margin-right: 16px; } }

.t-mb {
  margin-bottom: 48px; }
  @media (max-width: 1619px) {
    .t-mb {
      margin-bottom: 32px; } }

.s-top {
  position: relative; }

.swiper-pagination {
  display: flex;
  justify-content: center;
  position: relative;
  bottom: 0 !important;
  margin-top: 20px; }

.imb {
  position: relative;
  overflow: hidden; }
  .imb img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }

.t-mb {
  margin-bottom: 40px; }

.hide-roles {
  display: none; }

@media (max-width: 767px) {
  .unlock-block .wp-block-column p:nth-child(2) {
    font-size: 18px !important; } }

@media (max-width: 767px) {
  .unlock-block .wp-block-column p:nth-child(3) {
    font-size: 14px !important;
    line-height: 18px !important; } }

@media (max-width: 767px) {
  .unlock-block .wp-block-column p:nth-child(4) {
    font-size: 12px !important;
    line-height: 16px !important; } }

/* ================== MEDIA =================== */
/* ================== Text =================== */
.fz_h1,
.fz_h2 {
  font-weight: 900;
  line-height: 1.1;
  position: relative;
  text-transform: uppercase; }

.fz_h1 {
  font-size: 56px;
  letter-spacing: 3px; }
  @media (max-width: 991px) {
    .fz_h1 {
      font-size: 32px;
      letter-spacing: 1.36px; } }

.fz_h2 {
  font-size: 40px; }
  @media (max-width: 991px) {
    .fz_h2 {
      font-size: 24px; } }

.fz_h3 {
  font-size: 24px; }
  @media (max-width: 991px) {
    .fz_h3 {
      font-size: 18px; } }

.fz_h3 {
  font-size: 20px; }
  @media (max-width: 991px) {
    .fz_h3 {
      font-size: 16px; } }

h4 {
  font-size: 16px;
  line-height: 1.375;
  font-weight: 600; }

h5 {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600; }

h6 {
  font-size: 13px;
  line-height: 1.4;
  font-weight: 600; }

p {
  line-height: 1.375;
  font-size: 16px;
  color: #444;
  font-weight: 400; }

ul {
  padding: 0;
  margin: 0; }
  ul li {
    padding: 0;
    list-style: none; }

.subtitle {
  font-size: 20px;
  color: #808080;
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.44px;
  display: inline-block; }
  @media (max-width: 991px) {
    .subtitle {
      font-size: 18px;
      line-height: 20px; } }

.wd-break {
  word-break: keep-all;
  display: flex; }

.s-top {
  position: relative;
  z-index: 3; }
  .s-top .title {
    margin-bottom: 32px; }

.s-desc {
  font-size: 20px;
  color: #444444; }
  .s-desc p {
    color: inherit;
    font-size: inherit; }
  @media (max-width: 767px) {
    .s-desc {
      font-size: 14px; } }

.ta-center {
  text-align: center; }

.ttu {
  text-transform: uppercase; }

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s linear;
  font-size: 16px;
  font-weight: 600;
  height: 42px;
  padding: 0 32px;
  border-radius: 40px;
  letter-spacing: .4px;
  width: fit-content; }
  @media (max-width: 991px) {
    .btn {
      height: 32px;
      font-size: 12px;
      padding: 0 20px; } }
  .btn-arrow {
    display: block;
    margin-left: 12px; }

.btn-primary {
  background: #1AFFFF;
  color: #000000; }
  .btn-primary:hover {
    background-color: #18EBEB; }

.btn-border {
  background-color: transparent;
  color: #0D25FF;
  border: 2px solid #0D25FF; }
  .btn-border:hover {
    background-color: #DBDFFF;
    border: 2px solid #0D25FF; }

.btn-gradient {
  background: linear-gradient(89.16deg, #000000 -12.92%, #0D25FF 100%);
  color: #fff;
  font-weight: 800;
  transition: 0; }
  .btn-gradient:hover {
    background: linear-gradient(89.16deg, #0D25FF 0%, #0D25FF 100%); }

.btn-bordered {
  border-width: 2px;
  border-style: solid; }

.btn-blue {
  color: #0D25FF; }

.btn-transparent {
  background: transparent; }

.pageError {
  display: flex;
  padding: 50px 0;
  overflow: hidden;
  min-height: calc(100vh - 274px); }
  .pageError .container {
    min-height: inherit;
    display: flex;
    align-items: center;
    justify-content: center; }
  .pageError .wrap {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .pageError h1 {
    font-size: 180px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      .pageError h1 {
        font-size: 120px; } }
  .pageError-text1 {
    font-weight: 700;
    font-size: 48px;
    display: block;
    text-align: center; }
    @media (max-width: 767px) {
      .pageError-text1 {
        font-size: 36px; } }
  .pageError-text2 {
    font-size: 20px;
    text-align: center;
    margin: 24px 0; }

/* ================== MEDIA =================== */
/* ================== Template Parts =================== */
.header {
  position: fixed;
  padding: 5px 0;
  width: 100%;
  z-index: 101;
  background-color: rgba(255, 255, 255, 0.85);
  height: 80px;
  display: flex;
  align-items: center;
  backdrop-filter: blur(5px);
  border-bottom: 1px solid white; }
  @media (max-width: 991px) {
    .header .container {
      padding: 0 8px; } }
  @media (max-width: 1199px) {
    .header {
      height: 40px;
      background-color: #fff; } }
  .header .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .header .menu {
    display: flex;
    align-items: center; }
    @media (max-width: 1199px) {
      .header .menu {
        display: none; } }
    @media (max-width: 1199px) {
      .header .menu#menu-languages-english {
        display: block;
        order: 2;
        margin-left: 35px; } }
    .header .menu#menu-languages-english > li {
      cursor: pointer; }
      .header .menu#menu-languages-english > li > span {
        font-size: 16px;
        color: #0d25ff;
        font-weight: 500;
        text-transform: uppercase;
        display: inline-block;
        width: 2ch;
        overflow: hidden;
        white-space: nowrap; }
    .header .menu > li {
      margin-right: 32px; }
      .header .menu > li > a {
        display: block;
        padding: 8px;
        text-transform: uppercase;
        font-weight: 500; }
      .header .menu > li:last-child {
        margin-right: 0 !important; }
    .header .menu .menu-item-has-children {
      position: relative;
      margin-right: 64px;
      display: flex; }
      .header .menu .menu-item-has-children::after {
        content: "";
        position: absolute;
        right: -15px;
        top: 9px;
        width: 6px;
        height: 6px;
        border-top: 2px solid #0d25ff;
        border-right: 2px solid #0d25ff;
        transform: rotate(135deg); }
      .header .menu .menu-item-has-children:hover::after {
        transform: rotate(-45deg); }
      .header .menu .menu-item-has-children:hover .sub-menu {
        display: block; }
    .header .menu .sub-menu {
      display: none;
      border: 1px solid #0d25ff;
      background-color: #fff;
      position: absolute;
      top: 100%;
      right: -20px;
      padding: 16px 0;
      border-radius: 4px;
      min-width: 150px; }
      .header .menu .sub-menu li {
        margin-bottom: 2px;
        width: 100%; }
        .header .menu .sub-menu li:last-child {
          margin-bottom: 0; }
        .header .menu .sub-menu li a {
          padding: 11px 20px;
          font-size: 16px;
          font-weight: 500;
          text-transform: uppercase;
          transition: 0.3s ease;
          width: 100%;
          display: flex;
          color: #0d25ff; }
          .header .menu .sub-menu li a:hover {
            background-color: #dbdfff; }
  .header .logo {
    display: flex;
    align-items: center; }
    @media (max-width: 991px) {
      .header .logo img {
        height: 30px; } }
  .header__col {
    display: flex;
    align-items: center; }
  .header .btn {
    margin-left: 10px; }

.hamburger {
  display: none;
  margin-left: 8px; }
  @media (max-width: 1199px) {
    .hamburger {
      display: block;
      order: 3; } }
  .hamburger-open {
    display: flex; }
  .hamburger-close {
    display: none; }
  .hamburger.active .hamburger-open {
    display: none; }
  .hamburger.active .hamburger-close {
    display: flex; }

.mobileMenu {
  position: fixed;
  left: 0;
  top: 40px;
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 80px 24px;
  z-index: 1000;
  display: none; }
  .mobileMenu .menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    .mobileMenu .menu > li {
      margin-bottom: 32px; }
      .mobileMenu .menu > li > a {
        display: block;
        padding: 8px;
        text-transform: uppercase;
        font-weight: 500; }
      .mobileMenu .menu > li:last-child {
        margin-right: 0 !important; }
    .mobileMenu .menu .menu-item-has-children {
      position: relative;
      margin-right: 64px; }
      .mobileMenu .menu .menu-item-has-children > a {
        position: relative;
        width: fit-content; }
        .mobileMenu .menu .menu-item-has-children > a::after {
          content: "";
          position: absolute;
          right: -15px;
          top: 9px;
          width: 6px;
          height: 6px;
          border-top: 2px solid #0d25ff;
          border-right: 2px solid #0d25ff;
          transform: rotate(135deg); }
        .mobileMenu .menu .menu-item-has-children > a.active::after {
          transform: rotate(-45deg); }
      .mobileMenu .menu .menu-item-has-children:hover::after {
        transform: rotate(-45deg); }
    .mobileMenu .menu .sub-menu {
      display: none;
      background-color: #fff;
      padding: 16px 0;
      border-radius: 4px;
      min-width: 150px; }
      .mobileMenu .menu .sub-menu li {
        margin-bottom: 2px;
        width: 100%; }
        .mobileMenu .menu .sub-menu li:last-child {
          margin-bottom: 0; }
        .mobileMenu .menu .sub-menu li a {
          padding: 11px 20px;
          font-size: 16px;
          font-weight: 500;
          text-transform: uppercase;
          transition: 0.3s ease;
          width: 100%;
          display: flex;
          color: #0d25ff; }
          .mobileMenu .menu .sub-menu li a:hover {
            background-color: #dbdfff; }

.footer {
  position: relative;
  width: 100%;
  height: auto;
  padding: 80px 0 40px;
  background-color: #000;
  overflow: hidden; }
  @media (max-width: 991px) {
    .footer {
      padding: 60px 0 40px; } }
  .footer .wrap {
    display: flex;
    flex-direction: column;
    margin-bottom: 64px; }
    @media (max-width: 991px) {
      .footer .wrap {
        margin-bottom: 40px; } }
  .footer .contact-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    border: 2px solid #ffffff;
    width: 238px;
    height: 42px;
    cursor: pointer;
    transition: 0.3s all;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.64px;
    color: #ffffff; }
    @media (max-width: 991px) {
      .footer .contact-btn {
        width: 213px;
        height: 36px;
        font-size: 12px; } }
    .footer .contact-btn:hover {
      background-color: #fff;
      color: #000; }
    .footer .contact-btn.mobile {
      display: none; }
  .footer__post {
    width: 100%;
    max-width: 384px;
    min-width: 384px;
    height: auto;
    padding-top: 8px;
    margin-right: 32px; }
    @media (max-width: 991px) {
      .footer__post {
        margin-right: 0;
        min-width: auto;
        max-width: none;
        padding: 40px 0; } }
    .footer__post .title {
      font-weight: 700;
      font-size: 16px;
      line-height: 20px;
      letter-spacing: 0.96px;
      color: #808080;
      text-transform: uppercase; }
    .footer__post .post__block {
      width: 100%;
      height: auto;
      margin-top: 16px;
      display: flex;
      justify-content: space-between; }
      .footer__post .post__block-img {
        min-width: 120px;
        max-width: 120px;
        height: 160px;
        background-color: #0d25ff;
        position: relative;
        overflow: hidden;
        margin-right: 16px; }
        @media (max-width: 991px) {
          .footer__post .post__block-img {
            min-width: 100px;
            max-width: 100px;
            height: 80px; } }
        .footer__post .post__block-img img {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center; }
      .footer__post .post__block-title {
        font-weight: 700;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0.36px;
        color: #ffffff;
        margin-bottom: 8px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3; }
        @media (max-width: 991px) {
          .footer__post .post__block-title {
            font-size: 12px;
            line-height: 18px; } }
      .footer__post .post__block-text {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.28px;
        color: #f2f2f2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 4; }
        @media (max-width: 991px) {
          .footer__post .post__block-text {
            font-size: 9px;
            line-height: 14px; } }
      .footer__post .post__block-content {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column; }
  .footer .logo {
    height: auto;
    display: flex;
    width: fit-content; }
    .footer .logo img {
      width: 100%;
      max-width: 238px; }
      @media (max-width: 991px) {
        .footer .logo img {
          max-width: 156px; } }
  .footer__left {
    min-width: 280px;
    max-width: 280px;
    margin-right: 32px; }
  .footer__top {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between; }
  .footer .menu__block {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    padding-top: 8px; }
    .footer .menu__block .title {
      font-weight: 700;
      font-size: 16px;
      line-height: 20px;
      letter-spacing: 0.96px;
      color: #808080;
      text-transform: uppercase; }
    .footer .menu__block .menu-items:first-child .menu-item a {
      text-transform: uppercase; }
    .footer .menu__block .menu {
      margin-top: 16px; }
      .footer .menu__block .menu li {
        margin-bottom: 8px; }
        .footer .menu__block .menu li:last-child {
          margin-bottom: 0; }
        .footer .menu__block .menu li a {
          font-weight: 400;
          font-size: 14px;
          line-height: 20px;
          letter-spacing: 0.28px;
          color: #f2f2f2;
          transition: 0.3s all; }
          .footer .menu__block .menu li a:hover {
            opacity: 0.5; }
  .footer__bottom {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 991px) {
      .footer__bottom {
        align-items: flex-end; } }
    .footer__bottom_left {
      display: flex;
      align-items: center; }
      @media (max-width: 991px) {
        .footer__bottom_left {
          flex-direction: column;
          align-items: flex-start; } }
    .footer__bottom #menu-footer-bottom {
      display: flex;
      align-items: center;
      margin-left: 32px; }
      @media (max-width: 991px) {
        .footer__bottom #menu-footer-bottom {
          margin-left: 0; } }
      .footer__bottom #menu-footer-bottom li {
        margin-right: 32px; }
        .footer__bottom #menu-footer-bottom li a {
          width: 100%;
          font-weight: 600;
          font-size: 14px;
          line-height: 20px;
          letter-spacing: 0.28px;
          color: #bfbfbf;
          text-decoration: underline;
          cursor: pointer;
          transition: 0.3s all;
          text-align: center;
          white-space: nowrap; }
          @media (max-width: 991px) {
            .footer__bottom #menu-footer-bottom li a {
              font-size: 9px;
              line-height: 14px; } }
          .footer__bottom #menu-footer-bottom li a:hover {
            text-decoration: none; }
  .footer__copyright {
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    color: #bfbfbf;
    letter-spacing: 0.28px; }
    @media (max-width: 991px) {
      .footer__copyright {
        font-size: 9px;
        margin-bottom: 10px; } }
  .footer__contacts {
    display: flex;
    align-items: center;
    margin: 30px 0; }
    .footer__contacts a {
      margin-right: 16px;
      transition: 0.3s ease; }
      .footer__contacts a:hover {
        opacity: 0.5; }
  .footer__lang {
    color: #fff;
    position: relative;
    z-index: 10;
    margin-right: 18px; }
    .footer__lang ul {
      position: relative; }
      .footer__lang ul .menu-item-has-children {
        position: relative; }
        .footer__lang ul .menu-item-has-children::before {
          content: "";
          position: absolute;
          right: -15px;
          top: 5px;
          width: 6px;
          height: 6px;
          border-top: 2px solid #bfbfbf;
          border-right: 2px solid #bfbfbf;
          transform: rotate(135deg);
          transition: 0.2s ease;
          cursor: pointer; }
          @media (max-width: 991px) {
            .footer__lang ul .menu-item-has-children::before {
              width: 4px;
              height: 4px;
              top: 7px; } }
        .footer__lang ul .menu-item-has-children > span {
          transition: 0.2s ease;
          color: #bfbfbf;
          font-size: 16px;
          text-transform: uppercase;
          font-weight: 500;
          cursor: pointer; }
          @media (max-width: 991px) {
            .footer__lang ul .menu-item-has-children > span {
              font-size: 12px; } }
        @media (min-width: 1025px) {
          .footer__lang ul .menu-item-has-children:hover::before {
            border-top: 2px solid #fff;
            border-right: 2px solid #fff; }
          .footer__lang ul .menu-item-has-children:hover > span {
            color: #fff; } }
        .footer__lang ul .menu-item-has-children.active::before {
          transform: rotate(-45deg);
          border-top: 2px solid #fff;
          border-right: 2px solid #fff;
          top: 6px; }
          @media (max-width: 991px) {
            .footer__lang ul .menu-item-has-children.active::before {
              top: 8px; } }
        .footer__lang ul .menu-item-has-children.active > span {
          color: #fff; }
      .footer__lang ul li a {
        color: #bfbfbf;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 500; }
      .footer__lang ul li .sub-menu {
        position: absolute;
        right: -19px;
        top: -144px;
        width: 113px;
        height: 144px;
        background-color: #222222;
        padding: 16px 0;
        border-radius: 4px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        display: none; }
        .footer__lang ul li .sub-menu.active {
          display: flex; }
        .footer__lang ul li .sub-menu li {
          width: 100%;
          display: flex; }
          .footer__lang ul li .sub-menu li a {
            width: 100%;
            padding: 9px 16px;
            transition: 0.3s;
            text-align: center; }
            @media (max-width: 991px) {
              .footer__lang ul li .sub-menu li a {
                font-size: 12px; } }
            @media (min-width: 1025px) {
              .footer__lang ul li .sub-menu li a:hover {
                color: #fff; } }
          .footer__lang ul li .sub-menu li.current-lang {
            position: relative; }
            .footer__lang ul li .sub-menu li.current-lang a {
              color: #fff; }
            .footer__lang ul li .sub-menu li.current-lang::after {
              content: "";
              position: absolute;
              width: 65px;
              height: 4px;
              border-radius: 40px;
              background-color: #0d25ff;
              left: 50%;
              transform: translateX(-50%);
              bottom: 0; }
              @media (max-width: 991px) {
                .footer__lang ul li .sub-menu li.current-lang::after {
                  width: 56px;
                  height: 3px; } }

.sAnimation {
  position: relative; }

@media (max-width: 767px) {
  .desk-animation {
    display: none; } }

.mob-animation {
  display: none; }
  @media (max-width: 767px) {
    .mob-animation {
      display: block; } }

.events {
  position: relative;
  background: #c2c6ff;
  padding: 60px 0; }
  .events .wrap {
    display: flex;
    align-items: center; }
    @media (max-width: 767px) {
      .events .wrap {
        flex-direction: column; } }
  .events__content {
    width: 100%;
    max-width: 390px;
    margin-right: 32px; }
    @media (max-width: 767px) {
      .events__content {
        order: 2;
        margin-right: 0;
        margin-top: 32px; } }
  .events-desc {
    font-size: 20px;
    font-weight: 700;
    margin: 24px 0 36px; }
    @media (max-width: 767px) {
      .events-desc {
        font-size: 16px; } }
  .events-date {
    display: block;
    margin-bottom: 24px;
    font-size: 20px; }
    @media (max-width: 767px) {
      .events-date {
        font-size: 16px; } }
  .events__banner {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 40px;
    overflow: hidden; }
    @media (max-width: 767px) {
      .events__banner {
        border-radius: 24px; } }
    .events__banner img {
      position: relative;
      display: block;
      width: 100%;
      height: auto; }

.forWhom {
  background: #f6f7fd;
  padding: 120px 0;
  position: relative; }
  @media (max-width: 991px) {
    .forWhom {
      padding: 60px 0; } }
  .forWhom__tabs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    background: #e9eafb;
    margin-bottom: 40px;
    border-radius: 40px;
    overflow: hidden;
    margin-right: -2px;
    overflow: hidden; }
    @media (max-width: 991px) {
      .forWhom__tabs {
        margin-bottom: 16px;
        border-radius: 0;
        background: transparent; } }
  .forWhom__tab {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    padding: 0 40px;
    border-radius: 40px;
    background: transparent;
    transition: background 0.3s ease;
    font-size: 18px;
    text-transform: uppercase;
    color: #0d25ff;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
    flex-basis: calc(100% / 2 - 2px);
    margin-right: 2px; }
    .forWhom__tab-wrapper {
      display: flex;
      justify-content: space-between;
      flex-basis: calc(100% / 2 - 2px);
      margin-right: 2px; }
      .forWhom__tab-wrapper:nth-child(odd) {
        border-radius: 40px 0 0 40px; }
      .forWhom__tab-wrapper:nth-child(even) {
        border-radius: 0 40px 40px 0; }
      @media (max-width: 991px) {
        .forWhom__tab-wrapper {
          flex-basis: calc(100% / 1 - 2px);
          background: #e9eafb;
          margin-bottom: 8px; } }
    @media (max-width: 991px) {
      .forWhom__tab {
        font-size: 10px;
        padding: 0 24px;
        height: 34px;
        flex-basis: calc(100% / 2); } }
    .forWhom__tab svg {
      display: block;
      margin-left: 16px;
      opacity: 0; }
      @media (max-width: 991px) {
        .forWhom__tab svg {
          width: 8px;
          height: auto;
          margin-left: 8px; } }
    .forWhom__tab:hover {
      background: rgba(13, 37, 255, 0.5);
      color: #fff; }
      .forWhom__tab:hover svg {
        opacity: 1; }
    .forWhom__tab.active {
      background: #0d25ff;
      color: #fff; }
      .forWhom__tab.active svg {
        opacity: 1; }
  .forWhom-title {
    text-align: center;
    margin-bottom: 80px; }
    @media (max-width: 991px) {
      .forWhom-title {
        margin-bottom: 40px; } }
  .forWhom__content {
    background-color: #fff;
    border-radius: 32px;
    padding: 90px 104px 60px;
    position: relative; }
    @media (max-width: 991px) {
      .forWhom__content {
        padding: 32px 32px 16px;
        width: calc(100% + 64px);
        left: -32px;
        border-radius: 0; } }
  .forWhom__item {
    display: none; }
    .forWhom__item:first-child {
      display: block; }
    @media (max-width: 991px) {
      .forWhom__item_left {
        display: flex;
        align-items: flex-end;
        margin-bottom: 24px; } }
    .forWhom__item_left .title {
      display: none; }
      @media (max-width: 991px) {
        .forWhom__item_left .title {
          display: block;
          font-size: 18px;
          color: #0d25ff; } }
    .forWhom__item_left img {
      min-width: 280px;
      max-width: 280px;
      height: auto;
      margin-right: 32px; }
      @media (max-width: 991px) {
        .forWhom__item_left img {
          min-width: 100px;
          max-width: 100px;
          margin-right: 16px; } }
    .forWhom__item_right .title {
      color: #0d25ff;
      margin-bottom: 16px; }
      @media (max-width: 991px) {
        .forWhom__item_right .title {
          display: none; } }
    .forWhom__item_wrap {
      display: flex;
      align-items: center; }
      @media (max-width: 991px) {
        .forWhom__item_wrap {
          flex-direction: column;
          align-items: flex-start; } }
    .forWhom__item_content p {
      margin-bottom: 10px !important; }

/* ================== MEDIA =================== */
@media (max-width: 1199px) {
  .footer__top {
    flex-wrap: wrap;
    justify-content: center; }
  .footer .post {
    max-width: 500px; }
  .footer .menu__block {
    max-width: 750px;
    margin-top: 40px; } }

@media (max-width: 991px) {
  .footer .footer__top .logo__contact {
    display: none; }
  .footer .footer__top .logo__contact-post {
    display: block;
    width: 100%;
    max-width: 500px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px; } }

@media (max-width: 767px) {
  .footer__top {
    justify-content: flex-start; }
    .footer__top .logo {
      padding-right: 0; }
    .footer__top .post .title {
      font-size: 14px;
      line-height: 16px;
      letter-spacing: 0.56px; }
    .footer__top .post__block-right .subtitle {
      font-size: 12px;
      line-height: 18px;
      letter-spacing: 0.24px; }
    .footer__top .post__block-right .text {
      font-size: 9px;
      line-height: 14px;
      letter-spacing: 0.18px; }
    .footer__top .menu__block {
      margin-top: 0;
      padding-top: 0;
      gap: 24px; }
      .footer__top .menu__block .menu-items {
        display: flex;
        flex-direction: column; }
        .footer__top .menu__block .menu-items .title {
          height: auto;
          min-height: 40px;
          display: flex;
          align-items: end;
          font-size: 14px;
          line-height: 16px;
          letter-spacing: 0.56px; }
  .footer .footer__top .logo__contact-post {
    margin-top: 0; }
  .footer .footer__top .logo__contact .contact {
    padding: 10px 24px;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.48px; }
  .footer .footer__top .menu__block .menu li {
    margin-bottom: 16px;
    display: flex; }
    .footer .footer__top .menu__block .menu li a {
      font-size: 10px;
      line-height: 16px;
      letter-spacing: 0.24px; }
    .footer .footer__top .menu__block .menu li:last-child {
      margin-bottom: 0; }
  .footer .footer__bottom_links a {
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.24px; } }

.articleHeader {
  position: relative;
  padding-top: 184px;
  padding-bottom: 96px; }
  @media (max-width: 1199px) {
    .articleHeader {
      padding-top: 100px; } }
  @media (max-width: 767px) {
    .articleHeader {
      padding-bottom: 60px; } }
  .articleHeader .wrap {
    max-width: 1000px;
    margin: 0 auto; }
  .articleHeader .breadcrumb {
    display: flex;
    align-items: center;
    margin-bottom: 25px; }
    .articleHeader .breadcrumb span {
      display: block;
      text-decoration: underline;
      font-size: 16px;
      font-weight: 600;
      color: #0d25ff;
      margin-left: 16px;
      line-height: 1; }
    .articleHeader .breadcrumb:hover span {
      text-decoration: none; }
  .articleHeader__row {
    display: flex;
    align-items: center;
    margin-top: 16px; }
  .articleHeader-category {
    margin-bottom: 8px;
    display: flex;
    align-items: center; }
    @media (max-width: 991px) {
      .articleHeader-category {
        margin-bottom: 8px; } }
    .articleHeader-category img {
      width: 24px;
      display: block; }
    .articleHeader-category .category-name {
      font-size: 16px;
      text-transform: uppercase;
      font-weight: 700;
      color: #4d4d4d;
      margin-left: 8px;
      display: inline-block; }
      @media (max-width: 991px) {
        .articleHeader-category .category-name {
          font-size: 14px; } }
  @media (max-width: 767px) {
    .articleHeader .fz_h1 {
      font-size: 26px; } }

.a-author {
  position: relative;
  font-size: 20px;
  font-weight: 700; }
  @media (max-width: 1199px) {
    .a-author {
      font-size: 14px; } }

.a-dot {
  position: relative;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #000000;
  margin: 0 8px; }

.a-date {
  position: relative;
  font-size: 20px; }
  @media (max-width: 1199px) {
    .a-date {
      font-size: 14px; } }

.alsoLike {
  padding: 120px 0; }
  .alsoLike .wrap {
    display: flex; }

.cards-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-right: -32px; }

.single .main {
  overflow: visible; }

.article {
  position: relative;
  padding-top: 0;
  overflow: visible; }
  @media (max-width: 1199px) {
    .article .stickyElements {
      position: relative;
      top: 0; } }
  .article__sidebar {
    width: 100%; }
  .article .wrap {
    display: flex; }
    @media (max-width: 1199px) {
      .article .wrap {
        flex-direction: column; } }
  .article__content {
    min-width: 600px;
    max-width: 600px;
    margin: 0 32px; }
    @media (max-width: 1199px) {
      .article__content {
        min-width: auto;
        width: 100%;
        max-width: 100%;
        margin: 0; } }
    .article__content #ez-toc-container {
      display: none !important; }

.mostPopular {
  position: relative; }
  .mostPopular-title {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 24px;
    font-weight: 700; }
  .mostPopular .wrap {
    display: flex;
    flex-direction: column; }
  .mostPopular .rsCard {
    width: 100%;
    padding: 24px; }

.aTopics {
  position: relative;
  margin-bottom: 52px; }
  .aTopics__wrap {
    display: flex;
    flex-wrap: wrap; }
  .aTopics-title {
    font-size: 14px;
    margin-bottom: 8px;
    color: #222222;
    display: block; }
  .aTopics__item {
    height: 28px;
    border-radius: 4px;
    background-color: #dbdfff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #0d25ff;
    padding: 0 12px;
    margin-right: 8px;
    margin-bottom: 8px; }

.aShare {
  position: relative;
  margin-bottom: 44px; }
  .aShare .wrap {
    display: flex;
    flex-direction: row; }
  .aShare-title {
    font-size: 14px;
    margin-bottom: 8px;
    color: #222222;
    display: block; }
  .aShare__item {
    position: relative;
    cursor: pointer;
    margin-right: 16px;
    transition: 0.2s ease; }
    .aShare__item:hover {
      transform: scale(1.025); }

.articleStyles h1,
.articleStyles h2,
.articleStyles h3,
.articleStyles h4,
.articleStyles h5 {
  display: block;
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 16px; }

.articleStyles h1 {
  font-size: 40px; }
  @media (max-width: 767px) {
    .articleStyles h1 {
      font-size: 32px; } }

.articleStyles h2 {
  font-size: 40px;
  font-weight: 800; }
  @media (max-width: 767px) {
    .articleStyles h2 {
      font-size: 18px; } }

.articleStyles h3 {
  font-size: 24px; }
  @media (max-width: 767px) {
    .articleStyles h3 {
      font-size: 14px; } }

.articleStyles h4 {
  font-size: 22px;
  font-weight: 600; }
  @media (max-width: 767px) {
    .articleStyles h4 {
      font-size: 18px; } }

.articleStyles h5 {
  font-size: 18px;
  font-weight: 600; }
  @media (max-width: 767px) {
    .articleStyles h5 {
      font-size: 16px; } }

.articleStyles iframe {
  width: 100%;
  margin-bottom: 30px; }

.articleStyles ol {
  padding-left: 24px; }
  .articleStyles ol li {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    position: relative;
    color: #444444; }
    @media (max-width: 767px) {
      .articleStyles ol li {
        font-size: 12px;
        line-height: 18px; } }
    .articleStyles ol li:last-child {
      margin-bottom: 0; }

.articleStyles ul {
  margin-bottom: 30px;
  padding-left: 20px; }
  .articleStyles ul li {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    position: relative;
    color: #444444; }
    @media (max-width: 767px) {
      .articleStyles ul li {
        font-size: 12px;
        line-height: 18px; } }
    .articleStyles ul li::after {
      content: "";
      position: absolute;
      left: -15px;
      top: 8px;
      width: 6px;
      height: 6px;
      border-radius: 100%;
      background-color: #444444; }
    .articleStyles ul li:last-child {
      margin-bottom: 0; }

.articleStyles p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 28px;
  color: #444444;
  display: flow-root; }
  @media (max-width: 767px) {
    .articleStyles p {
      font-size: 12px;
      line-height: 18px;
      margin-bottom: 24px; } }
  .articleStyles p a {
    cursor: pointer;
    color: #000;
    text-decoration: underline; }
    .articleStyles p a:hover {
      text-decoration: none; }

.articleStyles .wp-block-image {
  display: block;
  margin-bottom: 10px;
  overflow: hidden; }
  .articleStyles .wp-block-image figure {
    margin: 0; }
  .articleStyles .wp-block-image img {
    width: auto;
    height: auto;
    max-width: 100%; }

.articleStyles #ez-toc-container {
  display: none; }

.articleStyles blockquote {
  border-radius: 18px;
  padding: 24px;
  margin: 0 0 30px; }
  @media (max-width: 767px) {
    .articleStyles blockquote {
      padding: 18px 18px 24px; } }
  .articleStyles blockquote svg {
    order: -1;
    margin-bottom: 18px; }
  .articleStyles blockquote p {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 18px; }
    @media (max-width: 767px) {
      .articleStyles blockquote p {
        font-size: 18px; } }
  .articleStyles blockquote cite {
    text-align: center;
    display: block;
    font-size: 18px;
    font-style: normal;
    font-weight: 700; }
    @media (max-width: 767px) {
      .articleStyles blockquote cite {
        font-size: 18px; } }
    .articleStyles blockquote cite em {
      font-style: normal; }

.whitepaper {
  position: relative; }
  .whitepaper .wrap {
    display: flex; }
  .whitepaper__content p {
    margin-bottom: 15px; }
  .whitepaper__block {
    position: relative;
    background-color: #e9eafb;
    border-radius: 24px;
    padding: 40px 32px;
    width: 100%;
    margin-bottom: 32px; }
    .whitepaper__block-title {
      color: #0d25ff;
      font-size: 40px;
      font-weight: 800;
      text-transform: uppercase;
      margin-bottom: 24px;
      line-height: 1; }
    .whitepaper__block-subtitle {
      font-size: 20px;
      color: #000000;
      margin-bottom: 32px;
      display: block; }
  .whitepaper__left {
    min-width: 696px;
    max-width: 696px;
    margin-right: 32px; }
    .whitepaper__left .whitepaper__content p {
      color: #444; }
  .whitepaper__sidebar {
    width: 100%; }
    .whitepaper__sidebar .whitepaper__content {
      font-size: 20px;
      margin-bottom: 60px; }

.tableContents {
  margin-bottom: 40px; }
  .tableContents #ez-toc-container {
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none; }
  .tableContents .ez-toc-title-toggle {
    display: none; }
  .tableContents .ez-toc-title {
    text-transform: uppercase;
    color: #000 !important;
    font-weight: 700 !important;
    margin-bottom: 32px !important;
    font-size: 24px !important;
    display: block !important; }
    @media (max-width: 767px) {
      .tableContents .ez-toc-title {
        font-size: 18px !important; } }
  .tableContents nav {
    position: relative;
    left: -14px; }
    .tableContents nav ul {
      padding-left: 0 !important; }
    .tableContents nav li {
      margin-bottom: 16px !important; }
      @media (max-width: 767px) {
        .tableContents nav li {
          margin-bottom: 10px !important; } }
      .tableContents nav li:last-child {
        margin-bottom: 0 !important; }
      .tableContents nav li a {
        font-size: 16px !important;
        line-height: 20px !important;
        font-weight: 400 !important;
        color: #444444 !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-left: 16px;
        text-decoration: underline !important; }
        @media (max-width: 767px) {
          .tableContents nav li a {
            font-size: 10px !important; } }
        .tableContents nav li a:hover {
          text-decoration: none !important; }
        .tableContents nav li a.active {
          color: #0a0a0a !important;
          border-left: 2px solid #f85454; }
    .tableContents nav .ez-toc-heading-level-2 > a {
      font-size: 18px !important;
      font-weight: 700 !important;
      margin-bottom: 16px !important; }
      @media (max-width: 767px) {
        .tableContents nav .ez-toc-heading-level-2 > a {
          font-size: 14px !important; } }

/* ================== Template Parts =================== */
.trustedby {
  position: relative; }
  .trustedby .container {
    max-width: 1440px; }
  .trustedby-title {
    text-align: center;
    margin-bottom: 80px;
    color: #808080;
    text-transform: uppercase;
    display: block;
    font-size: 24px; }
    @media (max-width: 991px) {
      .trustedby-title {
        margin-bottom: 32px;
        font-size: 18px; } }

.ourClientsList {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 60px; }
  .ourClientsList__wrap {
    display: flex;
    align-items: center;
    white-space: nowrap; }
    .ourClientsList__wrap_list {
      display: flex;
      align-items: center;
      white-space: nowrap; }
    .ourClientsList__wrap a {
      cursor: pointer;
      display: block; }
      .ourClientsList__wrap a:hover img {
        filter: grayscale(0%); }
  .ourClientsList__item {
    padding: 0 50px;
    display: flex;
    align-items: center; }
    .ourClientsList__item img {
      transition: 0.3s linear;
      max-height: 80px;
      width: auto; }

@media (max-width: 1199px) {
  .ourClients__item {
    flex-basis: calc(100% / 5 - 8px);
    margin-right: 8px;
    padding: 5px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid #c7c9d6; }
    .ourClients__item img {
      max-width: 100%;
      height: auto;
      display: flex; } }

@media (max-width: 767px) {
  .ourClientsList__item img {
    width: 200px; }
  .ourClientsList__item img {
    transform: scale(1); }
  .ourClientsList {
    margin-bottom: 40px; }
    .ourClientsList__item {
      padding: 0 5px; } }

.hBannner {
  position: relative;
  overflow: hidden;
  padding: 180px 0 380px;
  overflow: visible; }
  .hBannner .container {
    max-width: 860px; }
  @media (max-width: 991px) {
    .hBannner {
      padding: 110px 0 240px; } }
  .hBannner-illustration {
    position: absolute;
    right: 14%;
    bottom: 50px;
    z-index: 1;
    display: none; }
    @media (max-width: 991px) {
      .hBannner-illustration {
        width: 976px;
        transform: rotate(32deg);
        right: 39px; } }
    @media (max-width: 767px) {
      .hBannner-illustration {
        width: 836px;
        transform: rotate(32deg);
        right: -71px; } }
  .hBannner #lottie-animation {
    position: absolute;
    right: 7%;
    bottom: -60px;
    z-index: 1;
    width: 1844px; }
    @media (max-width: 991px) {
      .hBannner #lottie-animation {
        width: 976px;
        transform: rotate(32deg);
        right: 39px; } }
    @media (max-width: 767px) {
      .hBannner #lottie-animation {
        width: 836px;
        transform: rotate(32deg);
        right: -71px; } }
  .hBannner h1.title {
    margin-bottom: 35px; }
  .hBannner .wrap {
    width: 100%;
    max-width: 500px;
    position: relative;
    z-index: 2; }
  @media (max-width: 991px) {
    .hBannner__content {
      max-width: 280px; } }
  .hBannner__desc {
    max-width: 504px;
    margin-bottom: 40px; }
    .hBannner__desc p {
      margin-bottom: 10px;
      font-size: 20px; }
      @media (max-width: 991px) {
        .hBannner__desc p {
          font-size: 14px; } }
      .hBannner__desc p:last-child {
        margin-bottom: 0; }
  .hBannner__buttons {
    display: flex;
    align-items: center; }
    .hBannner__buttons .btn-gradient {
      margin-right: 32px; }
      @media (max-width: 991px) {
        .hBannner__buttons .btn-gradient {
          margin-right: 16px; } }

.surveys {
  position: relative;
  padding-bottom: 40px; }
  .surveys-illustration {
    position: absolute;
    right: 0;
    top: 66%;
    transform: translateY(-50%); }
    @media (max-width: 1199px) {
      .surveys-illustration {
        display: none; } }
  .surveys .s-top .title,
  .surveys .s-top .subtitle {
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .surveys .s-top .title,
      .surveys .s-top .subtitle {
        margin-bottom: 24px; } }
  .surveys__list {
    display: flex;
    flex-wrap: wrap;
    margin-right: -64px;
    margin-top: 80px; }
    @media (max-width: 767px) {
      .surveys__list {
        margin-top: 40px; } }
  .surveys__item {
    flex-basis: calc(100% / 2 - 64px);
    margin-right: 64px;
    margin-bottom: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center; }
    @media (max-width: 767px) {
      .surveys__item {
        flex-basis: calc(100% / 1 - 64px);
        margin-bottom: 40px; } }
    .surveys__item img {
      width: auto;
      max-width: 100%;
      height: 216px;
      display: block;
      margin-bottom: 32px; }
    .surveys__item-title {
      text-transform: uppercase;
      margin-bottom: 8px;
      line-height: 1; }
    .surveys__item-subtitle {
      font-size: 18px;
      margin-bottom: 8px;
      color: #222222; }
      @media (max-width: 767px) {
        .surveys__item-subtitle {
          font-size: 12px;
          max-width: 200px; } }
    @media (max-width: 767px) {
      .surveys__item-desc {
        font-size: 10px; } }

.kpis {
  position: relative; }
  .kpis-illustration {
    position: absolute;
    right: 0;
    top: 100px; }
    @media (max-width: 1199px) {
      .kpis-illustration {
        display: none; } }
  .kpis .sAnimation-block {
    max-width: 1000px;
    margin: 0 auto; }
  .kpis .s-top {
    text-align: center; }
    @media (max-width: 767px) {
      .kpis .s-top {
        text-align: left; } }
    .kpis .s-top .title {
      margin-bottom: 40px; }
      @media (max-width: 767px) {
        .kpis .s-top .title {
          margin-bottom: 16px; } }
    .kpis .s-top p {
      font-size: 20px;
      margin-bottom: 40px; }
      @media (max-width: 767px) {
        .kpis .s-top p {
          font-size: 14px; } }
  .kpis__top {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px; }
    @media (max-width: 991px) {
      .kpis__top {
        margin-bottom: 12px; } }
    .kpis__top-arrow {
      margin: 0 40px; }
      @media (max-width: 991px) {
        .kpis__top-arrow {
          margin: 0 8px;
          min-width: 25px;
          max-width: 25px; } }
    .kpis__top_item {
      display: flex;
      align-items: center;
      width: 280px; }
      @media (max-width: 991px) {
        .kpis__top_item svg {
          width: 32px;
          height: 32px;
          min-width: 32px; } }
      @media (max-width: 991px) {
        .kpis__top_item {
          width: 150px; } }
      .kpis__top_item-title {
        font-size: 24px;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 1; }
        @media (max-width: 991px) {
          .kpis__top_item-title {
            font-size: 18px; } }
      .kpis__top_item:nth-child(1) {
        justify-content: flex-end; }
        .kpis__top_item:nth-child(1) .kpis__top_item-title {
          margin-right: 16px;
          text-align: right; }
      .kpis__top_item:last-child .kpis__top_item-title {
        margin-left: 16px;
        color: #0d25ff; }
  .kpis .btn-gradient {
    margin: 0 auto; }
  .kpis__deskb {
    position: relative;
    max-width: 800px;
    margin: 0 auto 110px;
    font-size: 20px; }
    @media (max-width: 991px) {
      .kpis__deskb {
        font-size: 14px;
        margin-bottom: 40px; } }

.kpis-table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0 0 0; }
  .kpis-table tbody tr:first-child {
    border-bottom: 2px solid #0d25ff; }
  .kpis-table tbody tr th {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    vertical-align: bottom; }
    @media (max-width: 991px) {
      .kpis-table tbody tr th {
        font-size: 14px; } }
    .kpis-table tbody tr th span {
      font-size: 14px;
      color: #808080;
      display: block; }
      @media (max-width: 991px) {
        .kpis-table tbody tr th span {
          font-size: 12px; } }
  .kpis-table tr td {
    text-align: center; }
    @media (max-width: 991px) {
      .kpis-table tr td {
        font-size: 10px; } }
    .kpis-table tr td:nth-child(2), .kpis-table tr td:nth-child(4), .kpis-table tr td:nth-child(6) {
      font-weight: 700; }
    .kpis-table tr td span {
      font-weight: 400;
      display: block; }
  .kpis-table th,
  .kpis-table td {
    text-align: left;
    padding: 8px; }
  .kpis-table tr {
    border-bottom: 1px solid #808080; }
    .kpis-table tr:hover {
      background-color: #eef2fd;
      cursor: pointer; }
    .kpis-table tr.active {
      background-color: #eef2fd; }
  .kpis-table input[type="radio"] {
    margin-right: 10px; }
  .kpis-table input[type="radio"] + label {
    cursor: pointer; }
  .kpis-table input[type="radio"]:checked + label {
    font-weight: bold; }

.kpisList {
  background-color: #fff;
  margin-bottom: 112px; }
  @media (max-width: 991px) {
    .kpisList {
      margin-bottom: 40px; } }
  .kpisList__item {
    border-top: 1px solid #0d25ff; }
    @media (max-width: 991px) {
      .kpisList__item {
        width: calc(100% + 64px);
        left: -32px;
        position: relative; } }
    .kpisList__item:last-child {
      border-bottom: 1px solid #0d25ff; }
  .kpisList__info {
    display: flex;
    align-items: center;
    padding: 32px 0;
    position: relative; }
    @media (max-width: 991px) {
      .kpisList__info {
        padding: 32px 32px; } }
  .kpisList__percent {
    font-size: 104px;
    font-weight: 100;
    margin: 0 32px 0 16px;
    line-height: 1; }
    @media (max-width: 1199px) {
      .kpisList__percent {
        font-size: 48px;
        margin: 0; } }
  .kpisList__hr {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%; }
    @media (max-width: 991px) {
      .kpisList__hr {
        flex-direction: column;
        align-items: flex-start; } }
    .kpisList__hr_left {
      display: flex;
      align-items: center; }
      @media (max-width: 991px) {
        .kpisList__hr_left {
          margin-bottom: 8px; } }
      @media (max-width: 991px) {
        .kpisList__hr_left svg {
          width: 32px;
          height: 32px;
          margin-right: 8px; } }
    .kpisList__hr_block {
      min-width: 176px;
      max-width: 176px;
      border: 1px solid #000;
      border-radius: 6px;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 12px 8px 8px; }
      @media (max-width: 991px) {
        .kpisList__hr_block {
          min-width: 144px;
          max-width: 144px; } }
      .kpisList__hr_block-title {
        font-size: 18px;
        font-weight: 500;
        text-align: center;
        text-transform: uppercase;
        line-height: 1.05; }
        @media (max-width: 991px) {
          .kpisList__hr_block-title {
            font-size: 14px; } }
      .kpisList__hr_block_progress {
        width: 122px;
        height: 122px;
        position: relative;
        margin: 10px 0; }
        @media (max-width: 991px) {
          .kpisList__hr_block_progress {
            width: 101px;
            height: 101px; } }
        .kpisList__hr_block_progress-number {
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
          font-size: 24px;
          font-weight: 700;
          color: #0d25ff; }
          .kpisList__hr_block_progress-number.last-year {
            display: none; }
        .kpisList__hr_block_progress svg, .kpisList__hr_block_progress img {
          width: 100%;
          height: 100%; }
      .kpisList__hr_block_switch {
        display: flex;
        align-items: center;
        width: 100%; }
        .kpisList__hr_block_switch_item {
          font-size: 14px;
          color: #808080;
          padding: 3px 0;
          width: 100%;
          white-space: nowrap;
          text-align: center; }
          @media (max-width: 991px) {
            .kpisList__hr_block_switch_item {
              font-size: 12px; } }
          .kpisList__hr_block_switch_item.active {
            font-weight: 700;
            color: #0d25ff; }
  .kpisList__bus {
    display: flex;
    align-items: center;
    width: 100%; }
    @media (max-width: 991px) {
      .kpisList__bus svg {
        width: 32px;
        height: 32px;
        margin-right: 8px; } }
    .kpisList__bus .kpisList__percent {
      color: #3347ff; }
    .kpisList__bus-title {
      font-size: 24px;
      color: #3347ff;
      font-weight: 700;
      text-transform: uppercase; }
      @media (max-width: 991px) {
        .kpisList__bus-title {
          font-size: 14px; } }
    .kpisList__bus_right {
      display: flex;
      align-items: center; }
      @media (max-width: 991px) {
        .kpisList__bus_right {
          flex-direction: column;
          align-items: flex-start; } }
  .kpisList-arrow {
    display: block;
    min-width: 48px;
    max-width: 48px;
    height: 48px;
    margin: 0 40px; }
    @media (max-width: 991px) {
      .kpisList-arrow {
        min-width: 25px;
        max-width: 25px;
        margin: 0 8px; } }
  .kpisList__hblock {
    background-color: #f2f2f2;
    padding: 40px 16px;
    display: none;
    border-top: 1px solid #0d25ff; }
    @media (max-width: 991px) {
      .kpisList__hblock {
        padding: 16px; } }
  .kpisList__table {
    background-color: #fff;
    border-radius: 16px;
    padding: 32px;
    display: flex;
    flex-direction: column; }
    @media (max-width: 991px) {
      .kpisList__table {
        padding: 32px 0; } }
    .kpisList__table_wrap {
      overflow-x: auto; }
    .kpisList__table-title {
      text-align: center;
      display: inline-block;
      font-size: 24px;
      font-weight: 300;
      text-transform: uppercase;
      color: #0d25ff; }
      @media (max-width: 991px) {
        .kpisList__table-title {
          font-size: 18px; } }
    .kpisList__table-subtitle {
      text-align: center;
      display: inline-block;
      font-size: 24px;
      color: #0d25ff; }
      @media (max-width: 991px) {
        .kpisList__table-subtitle {
          font-size: 14px; } }
  .kpisList-btn {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    height: 50px;
    padding: 0 24px;
    background: linear-gradient(180deg, #c2c6ff 0%, #6674ff 100%);
    width: fit-content;
    margin: 0 auto;
    cursor: pointer;
    margin-top: 24px;
    border-radius: 4px; }
    .kpisList-btn:hover {
      background: linear-gradient(180deg, #6674ff 0%, #6674ff 100%); }
    @media (max-width: 991px) {
      .kpisList-btn {
        height: 36px;
        font-size: 14px; } }
  .kpisList-btn-how {
    position: absolute;
    right: 0;
    bottom: 32px; }
    @media (max-width: 991px) {
      .kpisList-btn-how {
        right: 32px; } }
    .kpisList-btn-how svg {
      margin-left: 12px; }
    .kpisList-btn-how.active svg {
      transform: rotate(-180deg); }

.identify {
  position: relative;
  background-color: #dbdfff; }
  .identify__desc {
    font-size: 20px; }
    @media (max-width: 991px) {
      .identify__desc {
        font-size: 14px; } }
  .identify-title {
    margin-bottom: 32px;
    display: inline-block; }
  .identify .wrap {
    display: flex; }
    @media (max-width: 991px) {
      .identify .wrap {
        flex-direction: column; } }
  .identify__quote {
    min-width: 470px;
    max-width: 470px;
    margin-left: 128px; }
    @media (max-width: 991px) {
      .identify__quote {
        min-width: auto;
        max-width: 100%;
        width: 100%;
        margin-left: 0;
        margin-top: 30px; } }
    .identify__quote svg {
      display: block;
      height: 30px;
      width: auto;
      margin-bottom: 5px; }
    .identify__quote_desc {
      font-size: 18px;
      line-height: 24px;
      color: #0d25ff;
      font-style: italic;
      margin-bottom: 24px; }
      @media (max-width: 991px) {
        .identify__quote_desc {
          font-size: 14px;
          line-height: 20px; } }
  .identify__person {
    display: flex;
    align-items: center; }
    .identify__person_photo {
      margin-right: 16px; }
      .identify__person_photo img {
        width: 70px;
        height: auto; }
        @media (max-width: 991px) {
          .identify__person_photo img {
            width: 60px; } }
    .identify__person-name {
      font-size: 16px;
      font-weight: 700;
      color: #222222;
      display: inline-block; }
      @media (max-width: 991px) {
        .identify__person-name {
          font-size: 10px; } }
    .identify__person-position {
      font-size: 14px;
      color: #444444;
      display: inline-block; }
      @media (max-width: 991px) {
        .identify__person-position {
          font-size: 9px; } }

.sAnalutics {
  position: relative; }
  .sAnalutics-illustration {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 73px;
    z-index: 2;
    width: 100%;
    min-width: 1440px; }
    @media (max-width: 991px) {
      .sAnalutics-illustration {
        display: none; } }
  .sAnalutics .sAnalutics-btn {
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: center; }
  .sAnalutics-illustration-sec {
    position: absolute;
    width: 530px;
    height: auto;
    left: -162px;
    bottom: 0px; }
  .sAnalutics-illustration-mob {
    display: none; }
    @media (max-width: 991px) {
      .sAnalutics-illustration-mob {
        display: block;
        position: absolute;
        left: -32px;
        top: -16px; } }
  .sAnalutics .s-top {
    text-align: center; }
    .sAnalutics .s-top .title {
      margin-bottom: 32px; }
    @media (max-width: 991px) {
      .sAnalutics .s-top {
        text-align: left; } }
  .sAnalutics .wrap {
    margin-top: 76px;
    margin-bottom: 200px;
    position: relative;
    z-index: 2; }
    @media (max-width: 991px) {
      .sAnalutics .wrap {
        margin-top: 40px;
        margin-bottom: 0; } }
  .sAnalutics__item {
    position: relative;
    border: 1px solid #0d25ff;
    border-radius: 24px;
    padding: 24px;
    margin-bottom: 24px;
    width: 384px;
    background-color: rgba(255, 255, 255, 0.85);
    z-index: 2; }
    .sAnalutics__item .btn {
      width: 100%; }
    @media (max-width: 991px) {
      .sAnalutics__item {
        width: 214px;
        background-color: white;
        padding: 16px; } }
    .sAnalutics__item:nth-child(3) {
      position: absolute;
      bottom: 0;
      left: 620px;
      margin-bottom: 0;
      border: 3px solid #18EBEB; }
      @media (max-width: 1199px) {
        .sAnalutics__item:nth-child(3) {
          left: auto;
          right: 0; } }
      @media (max-width: 991px) {
        .sAnalutics__item:nth-child(3) {
          position: relative;
          right: auto;
          left: 0; } }
    .sAnalutics__item-icon {
      width: 46px;
      height: auto; }
      @media (max-width: 991px) {
        .sAnalutics__item-icon {
          width: 24px; } }
    .sAnalutics__item .title {
      color: #0d25ff;
      margin-left: 16px; }
      @media (max-width: 991px) {
        .sAnalutics__item .title {
          margin-left: 8px; } }
    .sAnalutics__item_top {
      display: flex;
      align-items: center;
      margin-bottom: 16px; }
    .sAnalutics__item_desc {
      margin-bottom: 16px; }
      .sAnalutics__item_desc p {
        color: #808080;
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 24px; }
        @media (max-width: 991px) {
          .sAnalutics__item_desc p {
            font-size: 12px;
            line-height: 18px; } }

.leverage {
  position: relative; }
  .leverage .wrap {
    display: flex;
    justify-content: center;
    position: relative;
    margin-top: 80px; }
    @media (max-width: 767px) {
      .leverage .wrap {
        margin-top: 40px; } }
  .leverage-img {
    position: relative;
    width: 100%;
    max-width: 1000px;
    height: auto;
    display: block;
    z-index: 2; }
    @media (max-width: 767px) {
      .leverage-img.desktop {
        display: none; } }
    .leverage-img.mob {
      display: none; }
      @media (max-width: 767px) {
        .leverage-img.mob {
          display: block; } }
  .leverage .s-top {
    text-align: center;
    max-width: 940px;
    margin: 0 auto; }
    @media (max-width: 991px) {
      .leverage .s-top {
        text-align: left; } }
  .leverage .s-button {
    margin-top: 80px;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 767px) {
      .leverage .s-button {
        margin-top: 40px; } }

.review {
  position: relative;
  background-color: #c2c6ff; }
  .review-bgi {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .review .wrap {
    width: 100%;
    max-width: 830px;
    margin: 0 auto;
    background-color: #c2c6ff;
    position: relative;
    z-index: 2;
    border-radius: 104px;
    padding: 36px 24px 24px; }
    @media (max-width: 991px) {
      .review .wrap {
        border-radius: 80px; } }
  .review-icon {
    position: relative;
    margin-left: 10px; }
  .review__desc {
    margin-top: 5px; }
    .review__desc p {
      font-size: 26px;
      text-align: center;
      color: #0d25ff;
      font-style: italic; }
      @media (max-width: 991px) {
        .review__desc p {
          font-size: 18px; } }
  .review__person {
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: fit-content;
    margin-top: 24px; }
    .review__person_photo {
      margin-right: 16px; }
      @media (max-width: 991px) {
        .review__person_photo {
          width: 60px; } }
      .review__person_photo img {
        width: 100%;
        height: auto; }
    .review__person_content {
      display: flex;
      flex-direction: column; }
    .review__person-name {
      display: inline-block;
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 8px; }
      @media (max-width: 991px) {
        .review__person-name {
          font-size: 12px;
          margin-bottom: 3px; } }
    .review__person-position {
      display: inline-block;
      color: #444444; }
      @media (max-width: 991px) {
        .review__person-position {
          font-size: 10px; } }

.story {
  position: relative;
  background: #f6f7fd; }
  .story .s-top {
    text-align: center; }
    @media (max-width: 991px) {
      .story .s-top {
        text-align: left; } }
  .story .wrap {
    margin-top: 64px; }
    @media (max-width: 991px) {
      .story .wrap {
        margin-top: 40px; } }
  .story-img {
    width: 100%;
    margin: 64px 0; }
    @media (max-width: 991px) {
      .story-img {
        margin: 40px 0; } }
  .story__desc {
    max-width: 1000px;
    margin: 0 auto; }
    .story__desc p {
      color: #444444;
      font-size: 20px;
      line-height: 28px;
      margin-bottom: 10px; }
      .story__desc p:last-child {
        margin-bottom: 0; }
      @media (max-width: 767px) {
        .story__desc p {
          font-size: 14px;
          line-height: 20px;
          text-align: left !important; } }
  .story .btn {
    margin: 64px auto 0; }
    @media (max-width: 991px) {
      .story .btn {
        margin: 40px auto 0; } }

.curious {
  position: relative;
  width: 100%;
  height: auto;
  background: #e9eafb; }
  .curious .title {
    color: #0d25ff;
    text-align: center;
    margin-bottom: 64px; }
    @media (max-width: 991px) {
      .curious .title {
        padding-bottom: 0;
        text-align: left;
        margin-bottom: 40px; } }
  .curious-subtitle {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.1;
    letter-spacing: 1.44px;
    color: #0d25ff;
    margin-bottom: 16px;
    text-transform: uppercase; }
    @media (max-width: 991px) {
      .curious-subtitle {
        font-size: 18px; } }
  .curious-desc {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.4px; }
    @media (max-width: 991px) {
      .curious-desc {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.28px;
        text-align: start; } }
  .curious__block {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between; }
    @media (max-width: 991px) {
      .curious__block {
        flex-direction: column; } }
    .curious__block-left {
      width: 100%;
      max-width: 592px;
      height: auto;
      padding-top: 24px; }
      @media (max-width: 991px) {
        .curious__block-left {
          padding-top: 0;
          max-width: 100%;
          margin-bottom: 24px; } }
    .curious__block-right {
      width: 100%;
      max-width: 592px;
      height: auto; }
      @media (max-width: 991px) {
        .curious__block-right {
          max-width: 100%; } }
  .curious .wpcf7-form .form-subtitle {
    font-weight: 400;
    font-size: 20px;
    display: inline-block;
    margin-bottom: 4px; }
    @media (max-width: 991px) {
      .curious .wpcf7-form .form-subtitle {
        font-size: 14px; } }
  .curious .wpcf7-form .form-privacy .privacy-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.28px;
    color: #dbdfff;
    cursor: pointer;
    transition: 0.3s all; }
    .curious .wpcf7-form .form-privacy .privacy-text:hover {
      opacity: 0.7; }
  .curious .wpcf7-form .form-item {
    width: 100%;
    height: auto;
    margin-bottom: 16px; }
    .curious .wpcf7-form .form-item .wpcf7-not-valid-tip {
      position: absolute;
      font-size: 12px; }
    .curious .wpcf7-form .form-item input {
      width: 100%;
      max-width: 592px;
      height: 60px;
      border-radius: 4px;
      padding: 0 16px;
      border: none;
      color: black;
      cursor: pointer;
      margin-top: 4px;
      font-size: 16px;
      border: 1px solid #0d25ff; }
      .curious .wpcf7-form .form-item input::placeholder {
        font-size: 16px;
        line-height: 1; }
        @media (max-width: 991px) {
          .curious .wpcf7-form .form-item input::placeholder {
            font-size: 14px !important; } }
      @media (max-width: 991px) {
        .curious .wpcf7-form .form-item input {
          height: 36px; } }
      .curious .wpcf7-form .form-item input::placeholder {
        font-weight: 400;
        font-size: 20px;
        letter-spacing: 0.4;
        color: #bfbfbf; }
  .curious .wpcf7-form .form-privacy {
    width: 100%;
    max-width: fit-content;
    margin-bottom: 16px; }
    .curious .wpcf7-form .form-privacy label {
      display: flex;
      align-items: center; }
      .curious .wpcf7-form .form-privacy label a {
        color: #808080;
        display: inline-block;
        margin-left: 5px;
        font-size: 14px;
        line-height: 1;
        text-decoration: underline; }
        @media (max-width: 991px) {
          .curious .wpcf7-form .form-privacy label a {
            font-size: 9px; } }
        .curious .wpcf7-form .form-privacy label a:hover {
          text-decoration: none; }
    .curious .wpcf7-form .form-privacy .wpcf7-form-control {
      cursor: pointer; }
    .curious .wpcf7-form .form-privacy .wpcf7-not-valid-tip {
      position: absolute;
      font-size: 12px; }
      @media (max-width: 991px) {
        .curious .wpcf7-form .form-privacy .wpcf7-not-valid-tip {
          font-size: 9px; } }
    .curious .wpcf7-form .form-privacy .wpcf7-list-item-label {
      color: #808080; }
    .curious .wpcf7-form .form-privacy .wpcf7-list-item {
      margin: 0;
      display: flex;
      align-items: center; }
      .curious .wpcf7-form .form-privacy .wpcf7-list-item input {
        cursor: pointer; }
    .curious .wpcf7-form .form-privacy .wpcf7-list-item-label {
      margin-left: 10px;
      font-weight: 400;
      font-size: 14px;
      line-height: 1;
      letter-spacing: 0.28px;
      transition: 0.3s all; }
      @media (max-width: 991px) {
        .curious .wpcf7-form .form-privacy .wpcf7-list-item-label {
          font-size: 9px; } }
  .curious .wpcf7-form .form-button {
    position: relative;
    width: fit-content;
    height: auto;
    display: flex; }
    .curious .wpcf7-form .form-button p {
      display: flex;
      width: 164px;
      position: relative; }
    .curious .wpcf7-form .form-button:hover {
      opacity: 0.7; }
    .curious .wpcf7-form .form-button::before {
      content: "";
      position: absolute;
      right: 34px;
      top: 50%;
      transform: translateY(-50%);
      width: 10px;
      height: 10px;
      background: url("/wp-content/themes/artwork/assets/icons/btn-arrow.svg") no-repeat center center;
      background-size: contain;
      pointer-events: none;
      z-index: 2;
      filter: invert(1); }
    .curious .wpcf7-form .form-button input {
      width: 100%;
      max-width: 164px;
      border-radius: 24px;
      padding: 12px 56px 12px 32px;
      background: #1affff;
      border: none;
      font-weight: 600;
      font-size: 16px;
      line-height: 18px;
      letter-spacing: 0.64px;
      cursor: pointer;
      transition: 0.3s all;
      background: linear-gradient(89.16deg, #000000 -12.92%, #0d25ff 100%);
      color: #fff;
      opacity: 1 !important; }
      .curious .wpcf7-form .form-button input:hover {
        background: linear-gradient(89.16deg, #0d25ff 0%, #0d25ff 100%);
        opacity: 1 !important; }
  .curious .wpcf7 form .wpcf7-response-output {
    display: none !important; }
  .curious .wpforms-container .wpforms-submit-container {
    padding-top: 16px !important; }
  .curious .t-privacy {
    margin-top: 14px !important; }
    .curious .t-privacy > div {
      max-width: 100% !important; }

/* ================== MEDIA =================== */
@media (max-width: 991px) {
  .curious .wpcf7-form {
    display: flex;
    flex-direction: column;
    align-items: flex-start; } }

@media (max-width: 767px) {
  .curious__block {
    align-items: flex-start; }
  .curious .wpcf7-form {
    display: block; }
  .curious .form-button {
    display: block; }
  .curious .form-subtitle {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.28px; }
  .curious .form-item input {
    height: 36px;
    padding: 8px; }
  .curious .form-item input::placeholder {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.28; }
  .curious .form-privacy .wpcf7-list-item-label {
    font-size: 9px;
    line-height: 14px;
    letter-spacing: 0.18px; }
    .curious .form-privacy .wpcf7-list-item-label::after {
      width: 65px;
      bottom: 10px; }
  .curious .wpcf7-list-item input {
    width: 10px; }
  .curious .form-item .wpcf7-not-valid-tip {
    top: 140%;
    font-size: 14px; }
  .curious .form-privacy .wpcf7-not-valid-tip {
    font-size: 14px; }
  .curious .form-button input {
    max-width: 114px;
    padding: 8px 20px;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.48px; }
  .curious .wpcf7-list-item-label::after {
    width: 65px;
    bottom: 20px; } }

.offices {
  position: relative;
  padding: 120px 0 200px;
  overflow: hidden; }
  .offices-illustration {
    position: absolute;
    top: 0;
    left: 0; }
    .offices-illustration-small {
      display: none; }
  .offices .title {
    text-align: center; }
  .offices__list {
    display: flex;
    gap: 32px;
    justify-content: center;
    margin-top: 80px; }
  .offices__item {
    width: 384px; }
    .offices__item img {
      margin-left: 56px; }
    .offices__item-block {
      display: flex;
      gap: 16px;
      margin-top: 16px; }
    .offices__item-right {
      padding-top: 16px; }
    .offices__item-title {
      font-weight: 700;
      line-height: 26px;
      letter-spacing: 1.44px;
      color: #0d25ff;
      text-transform: uppercase;
      margin-bottom: 16px; }
    .offices__item-city {
      font-weight: 400;
      font-size: 18px;
      line-height: 24px;
      letter-spacing: 0.36px;
      color: #222222; }
      .offices__item-city span {
        font-weight: 700; }

/* ================== MEDIA =================== */
@media (max-width: 767px) {
  .offices {
    padding: 60px 0 120px; }
    .offices-illustration {
      display: none; }
      .offices-illustration-small {
        display: block;
        position: absolute;
        top: 165px;
        right: 0; }
    .offices .title {
      font-weight: 800;
      font-size: 26px;
      line-height: 28px;
      letter-spacing: 1.04px;
      text-align: start; }
    .offices__list {
      flex-direction: column;
      margin-top: 40px;
      gap: 40px; }
    .offices__item svg {
      width: 32px;
      height: 32px; }
    .offices__item img {
      margin-left: 24px; }
    .offices__item-right {
      padding-top: 8px; }
    .offices__item-title {
      line-height: 20px;
      letter-spacing: 0.72px;
      margin-bottom: 10px; }
    .offices__item-city {
      font-size: 12px;
      line-height: 18px;
      letter-spacing: 0.24px; } }

.message {
  background-color: #f2f2f2; }
  .message .m-small {
    max-width: 1068px; }
  .message .title {
    font-weight: 800;
    line-height: 40px;
    letter-spacing: 2.4px;
    margin-bottom: 24px; }
  .message .subtitle {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.4px;
    color: #000000;
    text-transform: none; }
  .message .wpforms-container .wpforms-submit-container {
    padding-top: 24px !important; }
  .message .msg-row {
    display: flex;
    flex-direction: row;
    gap: 136px;
    align-items: center; }
  .message .msg-col__right {
    flex: 1; }
  .message .msg-col__left {
    width: 100%;
    max-width: 280px; }

/* ================== MEDIA =================== */
@media (max-width: 767px) {
  .message {
    padding: 60px 0; }
    .message .msg-row {
      flex-direction: column;
      gap: 36px; }
    .message .title {
      font-size: 26px;
      line-height: 28px;
      letter-spacing: 1.04px;
      margin-bottom: 40px; }
    .message .subtitle {
      font-size: 12px;
      line-height: 18px;
      letter-spacing: 0.24px; } }

.contact {
  position: relative;
  padding: 184px 0 60px; }
  .contact .c-small {
    max-width: 1068px; }
  .contact__block {
    padding: 60px 0;
    margin-top: 60px;
    display: flex;
    gap: 136px;
    position: relative; }
    .contact__block-ill {
      position: absolute;
      bottom: 44px;
      right: 64px; }
      @media (max-width: 991px) {
        .contact__block-ill {
          position: absolute;
          bottom: 44px;
          right: 32px;
          width: 170px; } }
    .contact__block-left {
      width: 100%;
      max-width: 280px; }
      .contact__block-left .title {
        font-weight: 800;
        line-height: 40px;
        letter-spacing: 2.4px;
        margin-bottom: 24px; }
      .contact__block-left p {
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0.36px;
        color: #000000; }
      .contact__block-left .btn {
        margin-top: 24px;
        line-height: 18px;
        letter-spacing: 0.64px; }
    .contact__block-right {
      width: 100%;
      max-width: 588px;
      background-color: #dbdfff;
      border-radius: 40px;
      padding: 64px 64px 78px 64px;
      position: relative; }
      .contact__block-right .wpforms-container {
        min-height: 200px; }
      .contact__block-right .title {
        font-weight: 800;
        color: #0d25ff;
        margin-bottom: 24px; }
      .contact__block-right .subtitle {
        font-weight: 400;
        font-size: 20px;
        line-height: 28px;
        letter-spacing: 0.4px;
        text-transform: none;
        color: #000000; }

.main .wpforms-container .wpforms-field-label {
  margin-bottom: 4px !important;
  font-size: 20px !important;
  line-height: 28px !important;
  font-weight: 400 !important;
  color: #0d25ff !important; }
  @media (max-width: 991px) {
    .main .wpforms-container .wpforms-field-label {
      font-size: 14px !important;
      line-height: 20px !important; } }

.main .wpforms-container .wpforms-field {
  padding: 4px 0 !important; }

.main .wpforms-container input[type="text"],
.main .wpforms-container input[type="email"] {
  height: 48px !important;
  border-radius: 4px !important;
  border: 1px solid #0d25ff !important;
  font-size: 20px !important;
  color: #000 !important;
  outline: none !important;
  width: 100%;
  max-width: none; }
  @media (max-width: 991px) {
    .main .wpforms-container input[type="text"],
    .main .wpforms-container input[type="email"] {
      height: 36px !important;
      font-size: 14px !important; } }
  .main .wpforms-container input[type="text"]::placeholder,
  .main .wpforms-container input[type="email"]::placeholder {
    color: #bfbfbf !important; }
  .main .wpforms-container input[type="text"]:focus, .main .wpforms-container input[type="text"]:active,
  .main .wpforms-container input[type="email"]:focus,
  .main .wpforms-container input[type="email"]:active {
    border: 1px solid #0d25ff !important; }

.main .wpforms-container textarea {
  border-radius: 4px !important;
  border: 1px solid #0d25ff !important;
  font-size: 20px !important;
  color: #bfbfbf !important;
  min-height: 160px !important; }
  @media (max-width: 991px) {
    .main .wpforms-container textarea {
      min-height: 100px !important;
      font-size: 14px !important; } }

.main .wpforms-container .wpforms-submit {
  width: auto !important;
  max-width: fit-content !important;
  height: 42px !important;
  padding: 0 32px !important;
  background: #1affff !important;
  border: none !important;
  font-weight: 800 !important;
  font-size: 16px !important;
  line-height: 18px !important;
  letter-spacing: 0.64px !important;
  cursor: pointer;
  transition: 0.3s all;
  background: linear-gradient(89.16deg, #000000 -12.92%, #0d25ff 100%) !important;
  color: #fff !important;
  opacity: 1 !important;
  border-radius: 40px !important;
  transition: 0s !important; }
  @media (max-width: 991px) {
    .main .wpforms-container .wpforms-submit {
      height: 36px !important;
      font-size: 12px !important;
      padding: 0 24px !important; } }
  .main .wpforms-container .wpforms-submit::after {
    height: 42px !important; }
  .main .wpforms-container .wpforms-submit:hover {
    background: linear-gradient(89.16deg, #0d25ff -12.92%, #0d25ff 100%) !important;
    opacity: 1 !important; }

.main .wpforms-container .wpforms-submit-container {
  padding-top: 32px !important;
  margin: 0 !important; }
  @media (max-width: 767px) {
    .main .wpforms-container .wpforms-submit-container {
      padding-top: 24px !important; } }

.main .wpforms-container .wpforms-error {
  margin-top: 3px !important;
  font-size: 12px !important; }
  .main .wpforms-container .wpforms-error::before {
    transform: scale(0.9) !important; }

.main .wpforms-container .wpforms-field-row p {
  font-size: 14px !important;
  color: gray !important; }
  .main .wpforms-container .wpforms-field-row p a {
    font-size: 14px !important;
    color: gray !important; }

/*

#wpforms-form-323 {
  .wpforms-field-container {
    display: flex;
    flex-wrap: wrap;

    @media (max-width: 991px) {
      flex-direction: column;
    }
  }
  .wpforms-field-textarea {
    width: 50%;
    padding-left: 8px !important;
    padding-top: 8px !important;
    @media (max-width: 991px) {
      width: 100% !important;
      padding-left: 0 !important;
    }
  }

  #wpforms-323-field_10-container {
    width: 100%;
    padding-top: 16px !important;

    @media (max-width: 991px) {
      padding-top: 4px !important;
    }

    p {
      font-size: 14px;
      margin-bottom: 0;
      color: #808080;

      @media (max-width: 991px) {
        font-size: 9px !important;
      }

      a {
        color: #808080;
        font-weight: 400;
      }
    }
  }

  #wpforms-323-field_1-container {
    width: 50%;
    padding-right: 8px !important;
    @media (max-width: 991px) {
      width: 100%;
      padding-right: 0 !important;
    }

    .wpforms-layout-row {
      &:nth-child(2) {
        .wpforms-layout-column {
          &:nth-child(1) {
            width: 100%;
          }
          &:nth-child(2) {
            display: none;
          }
        }
      }
    }
  }
}


 */
.wpforms-confirmation-container-full {
  background: #f2f2f2 !important;
  border: none !important;
  text-align: center !important;
  border-radius: 12px !important; }

.t-privacy {
  position: relative; }
  .t-privacy p {
    font-size: 14px;
    color: #808080;
    margin: 0 !important; }
    @media (max-width: 991px) {
      .t-privacy p {
        font-size: 9px; } }
    .t-privacy p a {
      font-size: 14px;
      color: #808080; }
      @media (max-width: 991px) {
        .t-privacy p a {
          font-size: 9px; } }

/* ================== MEDIA =================== */
@media (max-width: 991px) {
  .contact {
    padding-top: 100px; }
    .contact__block {
      flex-direction: column;
      gap: 60px;
      padding: 0; }
      .contact__block-left {
        max-width: 400px;
        order: 2; }
      .contact__block-right {
        padding: 64px 40px;
        margin-left: -32px;
        border-radius: 0;
        max-width: none;
        width: calc(100% + 64px); } }

@media (max-width: 767px) {
  .contact .subtitle {
    letter-spacing: 0.72px; }
  .contact .title {
    letter-spacing: 1.28px; }
  .contact__block-left .title {
    font-size: 26px;
    line-height: 28px;
    letter-spacing: 1.04px;
    margin-bottom: 40px; }
  .contact__block-left p {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.24px; }
  .contact__block-left .btn {
    margin-top: 40px;
    line-height: 16px;
    letter-spacing: 0.48px;
    border-radius: 24px; }
  .contact__block-right {
    padding: 64px 40px; }
    .contact__block-right .title {
      font-size: 26px;
      letter-spacing: 1.04px;
      margin-bottom: 40px; }
    .contact__block-right .subtitle {
      font-size: 14px;
      line-height: 20px;
      letter-spacing: 0.28px; } }

.bannerPage {
  position: relative;
  padding-top: 184px; }
  @media (max-width: 991px) {
    .bannerPage {
      padding-top: 100px; } }

.page-id-100 .bannerPage,
.page-id-1495 .bannerPage,
.page-id-1517 .bannerPage {
  position: relative; }
  .page-id-100 .bannerPage .fz_h1,
  .page-id-1495 .bannerPage .fz_h1,
  .page-id-1517 .bannerPage .fz_h1 {
    text-align: center; }
    @media (max-width: 767px) {
      .page-id-100 .bannerPage .fz_h1,
      .page-id-1495 .bannerPage .fz_h1,
      .page-id-1517 .bannerPage .fz_h1 {
        text-align: left; } }

.fPosts {
  position: relative;
  padding-top: 0; }
  .fPosts .wrap {
    display: flex; }
    @media (max-width: 991px) {
      .fPosts .wrap {
        flex-direction: column; } }
  .fPosts__list {
    display: flex;
    flex-direction: column;
    width: 100%; }

.rFilters {
  position: relative;
  background-color: #F2F2F2; }

.resources {
  position: relative;
  padding-top: 0; }
  .resources .wrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-right: -32px; }

.rCard {
  position: relative;
  flex-basis: calc(100% / 3 - 32px);
  margin-right: 32px;
  margin-bottom: 32px;
  border: 1px solid #e5e5e5;
  transition: 0.3s ease;
  border-radius: 24px;
  padding: 40px;
  cursor: pointer;
  display: flex;
  flex-direction: column; }
  .rCard .rCard__content {
    display: flex;
    flex-direction: column;
    flex: 1; }
    .rCard .rCard__content .card-read-more {
      flex: 1;
      display: flex;
      align-items: flex-end; }
  .rCard__category {
    margin-bottom: 16px;
    display: flex;
    align-items: center; }
    .rCard__category .category-name {
      font-size: 16px;
      text-transform: uppercase;
      font-weight: 700;
      color: #4d4d4d;
      margin-left: 8px;
      display: inline-block; }
  @media (max-width: 991px) {
    .rCard {
      flex-basis: calc(100% / 2 - 32px);
      padding: 16px; } }
  @media (max-width: 767px) {
    .rCard {
      flex-basis: calc(100% / 1 - 32px); } }
  .rCard__thum {
    width: 100%;
    height: 176px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    margin-bottom: 8px; }
    .rCard__thum img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
  .rCard__desc {
    margin-bottom: 16px; }
    @media (max-width: 991px) {
      .rCard__desc {
        margin-bottom: 8px; } }
    .rCard__desc p {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-line-clamp: 2;
      color: #444444; }
      @media (max-width: 991px) {
        .rCard__desc p {
          font-size: 12px; } }
  .rCard .title {
    font-size: 20px;
    color: #0d25ff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    margin-bottom: 8px;
    margin-top: 8px; }
  .rCard .read-more {
    font-size: 16px;
    display: flex;
    align-items: center;
    color: #0d25ff;
    font-weight: 600; }
    .rCard .read-more svg {
      margin-left: 16px; }
  @media (min-width: 1025px) {
    .rCard:hover {
      transform: scale(1.025); } }
  .rCard.с-guides {
    background-color: #f2f2f2;
    border: 1px solid transparent; }
  .rCard.с-whitepapers {
    background-color: #e9eafb;
    border: 1px solid #0d25ff; }

.rsCard {
  position: relative;
  border: 1px solid #e5e5e5;
  padding: 40px;
  border-radius: 24px;
  margin-bottom: 24px;
  transition: 0.3s ease; }
  @media (max-width: 991px) {
    .rsCard {
      border-radius: 16px;
      padding: 16px; } }
  .rsCard .title {
    color: #0d25ff;
    margin-bottom: 16px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3; }
  .rsCard.с-guides {
    background-color: #f2f2f2;
    border: 1px solid transparent; }
  .rsCard.с-whitepapers {
    background-color: #e9eafb;
    border: 1px solid #0d25ff; }
  @media (min-width: 1025px) {
    .rsCard:hover {
      transform: scale(1.025); } }

.rlCard {
  width: 100%;
  max-width: 590px;
  margin-right: 32px;
  border: 1px solid #e5e5e5;
  border-radius: 24px;
  padding: 40px;
  transition: 0.3s ease; }
  @media (max-width: 991px) {
    .rlCard {
      margin-right: 0;
      padding: 0;
      border: none;
      margin-bottom: 32px; } }
  .rlCard__category {
    display: flex;
    align-items: center; }
    .rlCard__category .category-name {
      font-size: 16px;
      text-transform: uppercase;
      font-weight: 700;
      color: #4d4d4d;
      margin-left: 8px;
      display: inline-block; }
  .rlCard__image {
    height: 248px;
    border-radius: 8px;
    margin-bottom: 8px; }
  .rlCard .title {
    color: #0d25ff;
    display: inline-block;
    margin: 16px 0 24px; }
    @media (max-width: 991px) {
      .rlCard .title {
        margin: 8px 0 16px; } }
  .rlCard__excerpt {
    color: #222222;
    font-size: 18px;
    margin-bottom: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    color: #444444;
    line-height: 1.35; }
    @media (max-width: 991px) {
      .rlCard__excerpt {
        font-size: 12px; } }
  @media (min-width: 1025px) {
    .rlCard:hover {
      transform: scale(1.025); } }

.card-category {
  margin-bottom: 16px;
  display: flex;
  align-items: center; }
  @media (max-width: 991px) {
    .card-category {
      margin-bottom: 8px; } }
  .card-category img {
    width: 24px;
    display: block; }
  .card-category .category-name {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #4d4d4d;
    margin-left: 8px;
    display: inline-block; }
    @media (max-width: 991px) {
      .card-category .category-name {
        font-size: 14px; } }

.card__tags {
  display: flex;
  flex-wrap: wrap; }
  .card__tags .tag {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #dbdfff;
    height: 28px;
    border-radius: 4px;
    padding: 0 12px;
    font-size: 14px;
    color: #0d25ff;
    margin-right: 8px;
    margin-bottom: 8px; }

.card-read-more {
  font-size: 16px;
  display: flex;
  align-items: center;
  color: #0d25ff;
  font-weight: 600; }
  @media (max-width: 991px) {
    .card-read-more {
      font-size: 12px; } }
  .card-read-more svg {
    margin-left: 16px; }
    @media (max-width: 991px) {
      .card-read-more svg {
        width: 6px;
        margin-left: 12px; } }

.rFilters {
  position: relative;
  background-color: #f2f2f2;
  padding: 60px 0;
  margin-bottom: 60px; }
  .rFilters-title {
    font-size: 16px;
    text-transform: uppercase;
    margin-right: 24px;
    font-weight: 700; }
  .rFilters .wrap {
    display: flex;
    margin-right: -32px; }
  .rFilters__col {
    flex-basis: calc(100% / 2 - 32px);
    margin-right: 32px; }
    .rFilters__col + .rFilters__col {
      margin-top: 24px; }
  .rFilters .title {
    text-transform: uppercase;
    color: #0d25ff;
    margin-bottom: 32px; }

.rCategories {
  display: flex; }
  .rCategories__list {
    display: flex;
    align-items: center; }
  .rCategories .category-item {
    display: flex;
    align-items: center;
    margin-right: 24px; }
    .rCategories .category-item input {
      width: 24px;
      height: 24px; }
    .rCategories .category-item img {
      display: block;
      width: 24px;
      height: 24px;
      margin: 0 4px 0 8px;
      filter: contrast(12); }
    .rCategories .category-item label {
      font-size: 16px;
      font-weight: 400; }
    .rCategories .category-item:last-child {
      margin-right: 0; }

.rTags {
  display: flex;
  flex-direction: column;
  gap: 16px; }

.ResourcesFilter {
  background: #F2F2F2;
  position: relative;
  z-index: 5; }
  .ResourcesFilter__container.container {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 24px;
    max-width: calc(1284px - 64px); }
  .ResourcesFilter__title {
    color: #0D25FF;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    display: flex;
    align-items: center;
    gap: 32px;
    letter-spacing: .04em; }
    .ResourcesFilter__title span {
      flex: 1; }
    .ResourcesFilter__title button {
      padding: 8px 20px;
      border: 2px solid #0D25FF;
      border-radius: 50px;
      font-size: 12px;
      line-height: 20px;
      display: flex;
      align-items: center;
      gap: 12px;
      color: #0D25FF;
      background-color: white;
      font-weight: inherit;
      letter-spacing: inherit; }
      .ResourcesFilter__title button:before {
        content: attr(data-open); }
      .ResourcesFilter__title button:after {
        content: '';
        display: block;
        width: .5em;
        height: .5em;
        border-left: 2px solid #0D25FF;
        border-bottom: 2px solid #0D25FF;
        transform: rotate(-45deg) translate(0.5em, 0.2em); }
  .ResourcesFilter__options {
    display: none;
    flex-direction: column;
    gap: 24px; }
  .ResourcesFilter__option {
    display: flex;
    flex-direction: column;
    gap: 8px; }
    .ResourcesFilter__option__title {
      font-weight: 700;
      font-size: 14px;
      line-height: 16px;
      text-transform: uppercase; }
    .ResourcesFilter__option__list ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      flex-direction: column; }
      .ResourcesFilter__option__list ul li {
        position: relative; }
        .ResourcesFilter__option__list ul li input {
          position: absolute;
          top: -100px;
          left: -100px;
          opacity: 0; }
        .ResourcesFilter__option__list ul li label {
          overflow: hidden;
          cursor: pointer;
          display: flex;
          align-items: center;
          gap: 8px;
          padding: 5px 0; }
          .ResourcesFilter__option__list ul li label:before {
            content: '';
            display: block;
            width: 20px;
            height: 20px;
            border-radius: 3px;
            border: 1px solid #0D25FF;
            background-color: white; }
          .ResourcesFilter__option__list ul li label img {
            width: 16px;
            height: 16px;
            object-fit: contain; }
          .ResourcesFilter__option__list ul li label span {
            font-size: 12px;
            line-height: 18px; }
        .ResourcesFilter__option__list ul li input:checked + label:before {
          background-image: url('data:image/svg+xml;utf8, <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.2586 5.99098C15.493 6.22539 15.6246 6.54328 15.6246 6.87473C15.6246 7.20619 15.493 7.52407 15.2586 7.75848L9.00865 14.0085C8.77424 14.2428 8.45635 14.3745 8.1249 14.3745C7.79344 14.3745 7.47556 14.2428 7.24115 14.0085L4.74115 11.5085C4.51345 11.2727 4.38746 10.957 4.39031 10.6292C4.39315 10.3015 4.52462 9.98797 4.75638 9.75621C4.98814 9.52445 5.30165 9.39299 5.6294 9.39014C5.95714 9.38729 6.2729 9.51329 6.50865 9.74098L8.1249 11.3572L13.4911 5.99098C13.7256 5.75664 14.0434 5.625 14.3749 5.625C14.7064 5.625 15.0242 5.75664 15.2586 5.99098Z" fill="white"/></svg>');
          background-color: #0D25FF; }
    .ResourcesFilter__option .kmultiselect {
      --border: none;
      --radius: 0; }
      .ResourcesFilter__option .kmultiselect .kmultiselect-select > input {
        font-size: 16px;
        line-height: 20px;
        height: 40px;
        padding: 8px 40px 8px 8px;
        background-color: white;
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 9.69922L12.8161 14.4687C12.7724 14.5139 12.7161 14.555 12.6473 14.5797C12.5785 14.6085 12.4972 14.6208 12.4159 14.6208L11.5841 14.6208C11.5028 14.6208 11.4215 14.6085 11.3527 14.5797C11.2839 14.5509 11.2214 14.5139 11.1839 14.4687L7 9.70333' stroke='%230D25FF' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E%0A");
        background-position: right 8px top 50%;
        background-repeat: no-repeat; }
      .ResourcesFilter__option .kmultiselect .kmultiselect-select .kmultiselect-ul {
        left: 0;
        right: 0; }
      .ResourcesFilter__option .kmultiselect .kmultiselect-manage_all label {
        color: #0D25FF;
        font-size: 12px;
        line-height: 16px; }
      .ResourcesFilter__option .kmultiselect .kmultiselect-list > span {
        --radius: 4px;
        margin-right: 24px;
        position: relative;
        background: #DBDFFF;
        color: #0D25FF;
        padding: 4px 8px;
        border: none;
        font-size: 10px;
        line-height: 15px; }
        .ResourcesFilter__option .kmultiselect .kmultiselect-list > span:after {
          content: '';
          position: absolute;
          left: 100%;
          margin-left: 4px;
          width: 20px;
          height: 20px;
          border-radius: 50%;
          background-color: #0D25FF;
          background-image: url("data:image/svg+xml,%3Csvg width='10' height='11' viewBox='0 0 10 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.66524 9.16537L1.33484 1.83496M8.66524 1.83496L1.33484 9.16537' stroke='white' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E%0A");
          background-position: center;
          background-repeat: no-repeat;
          color: white;
          font-weight: 100;
          display: flex;
          text-transform: uppercase;
          align-items: center;
          justify-content: center; }
  .ResourcesFilter.__opened .ResourcesFilter__title button {
    background: #DBDFFF; }
    .ResourcesFilter.__opened .ResourcesFilter__title button:after {
      transform: rotate(135deg) translate(-0.2em, -0.3em); }
  .ResourcesFilter.__opened .ResourcesFilter__options {
    display: flex; }
  @media screen and (min-width: 1024px) {
    .ResourcesFilter .ResourcesFilter__container.container {
      padding-top: 60px;
      padding-bottom: 60px; }
    .ResourcesFilter .ResourcesFilter__title {
      font-size: 24px;
      line-height: 26px; }
    .ResourcesFilter .ResourcesFilter__opener {
      display: none; }
    .ResourcesFilter .ResourcesFilter__options {
      display: flex;
      flex-direction: row; }
      .ResourcesFilter .ResourcesFilter__options .ResourcesFilter__option {
        flex: 1;
        flex-direction: row;
        gap: 24px; }
        .ResourcesFilter .ResourcesFilter__options .ResourcesFilter__option .ResourcesFilter__option__title {
          padding-top: 4px;
          font-size: 16px;
          line-height: 18px; }
        .ResourcesFilter .ResourcesFilter__options .ResourcesFilter__option .ResourcesFilter__option__list ul {
          flex-direction: row;
          flex-wrap: wrap;
          column-gap: 24px;
          row-gap: 14px; }
          .ResourcesFilter .ResourcesFilter__options .ResourcesFilter__option .ResourcesFilter__option__list ul li label span {
            font-size: 16px;
            line-height: 22px; }
        .ResourcesFilter .ResourcesFilter__options .ResourcesFilter__option .kmultiselect {
          gap: 24px;
          min-width: 300px; }
          .ResourcesFilter .ResourcesFilter__options .ResourcesFilter__option .kmultiselect .kmultiselect-select {
            width: 100%;
            max-width: 300px; }
          .ResourcesFilter .ResourcesFilter__options .ResourcesFilter__option .kmultiselect .kmultiselect-list > span {
            font-size: 14px;
            line-height: 20px;
            margin-right: 34px; }
            .ResourcesFilter .ResourcesFilter__options .ResourcesFilter__option .kmultiselect .kmultiselect-list > span:after {
              width: 24px;
              height: 24px; } }

#posts-container {
  padding-top: 60px;
  padding-bottom: 60px; }

.ResourcesPagination {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
  justify-content: center; }
  .ResourcesPagination li a {
    font-size: 16px;
    line-height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0D25FF; }
    .ResourcesPagination li a.active {
      color: #222222; }
    .ResourcesPagination li a.first, .ResourcesPagination li a.last {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: #F2F2F2; }
      .ResourcesPagination li a.first.disabled, .ResourcesPagination li a.last.disabled {
        color: #808080; }

.dWhitepaper {
  position: relative;
  background-color: #f5f5f5;
  margin-bottom: 56px;
  border-radius: 8px;
  padding: 22px 16px;
  overflow: hidden; }
  @media (max-width: 767px) {
    .dWhitepaper {
      padding: 16px 14px; } }
  .dWhitepaper-ill {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2; }
  .dWhitepaper-banner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }
  .dWhitepaper__top {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 10;
    margin-bottom: 4px; }
    .dWhitepaper__top svg {
      display: block; }
  .dWhitepaper__bottom {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center; }
  .dWhitepaper__desc {
    color: #dbdfff;
    font-size: 14px;
    padding-left: 34px; }
    @media (max-width: 767px) {
      .dWhitepaper__desc {
        font-size: 9px; } }
  .dWhitepaper-title {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    margin-left: 8px; }
    @media (max-width: 767px) {
      .dWhitepaper-title {
        font-size: 14px; } }
  .dWhitepaper a {
    background-color: #1affff;
    height: 50px;
    border-radius: 40px;
    padding: 0 32px;
    display: flex;
    align-items: center;
    margin-left: 15px;
    transition: 0.3s ease; }
    @media (max-width: 767px) {
      .dWhitepaper a {
        padding: 0 20px; } }
    .dWhitepaper a:hover {
      background-color: #18ebeb; }
    .dWhitepaper a span {
      font-size: 16px;
      font-weight: 700;
      text-align: right;
      margin-right: 16px;
      color: #000000;
      display: block; }
      @media (max-width: 767px) {
        .dWhitepaper a span {
          font-size: 12px;
          margin-right: 12px; } }
  .dWhitepaper.t-white .dWhitepaper-title {
    color: #0d25ff; }
  .dWhitepaper.t-white .dWhitepaper__desc {
    color: #000000; }

.HeroBlock {
  background-color: var(--background_color);
  background-image: var(--background_image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover !important;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 180px;
  padding-bottom: 120px;
  overflow: hidden; }
  @media (max-width: 767px) {
    .HeroBlock {
      background-position: -460px 0; } }
  .HeroBlock-illustration {
    position: absolute;
    top: 0;
    margin-left: -170px;
    width: auto;
    height: 100%; }
    @media (max-width: 767px) {
      .HeroBlock-illustration {
        margin: 0 !important;
        opacity: 0.5;
        left: 50%;
        transform: translateX(-50%); } }
    .HeroBlock-illustration img {
      width: auto;
      height: 100%; }
  .HeroBlock.h-act .HeroBlock-illustration {
    margin-left: -70px; }
  .HeroBlock.h-impact .HeroBlock-illustration {
    margin-left: 860px; }
  .HeroBlock .wp-block-columns {
    position: relative;
    z-index: 2; }
  .HeroBlock .wp-block-column:nth-child(1) .wp-block-image { }
    @media (max-width: 767px) {
      .HeroBlock .wp-block-column:nth-child(1) .wp-block-image {
        display: block;
        margin-bottom: 32px; } }
  @media (max-width: 767px) {
    .HeroBlock .wp-block-column:nth-child(2) .wp-block-image {
       } }
  @media (max-width: 767px) {
    .HeroBlock {
      padding-top: 80px;
      padding-bottom: 40px; } }
  .HeroBlock__container {
    position: initial; }
    .HeroBlock__container h1,
    .HeroBlock__container h2,
    .HeroBlock__container h3,
    .HeroBlock__container h4,
    .HeroBlock__container h5 {
      margin: 0; }
    .HeroBlock__container h1 {
      font-size: 56px;
      line-height: 1;
      margin-bottom: 4px;
      text-transform: uppercase;
      font-weight: 900;
      gap: 0 !important;
      align-items: center;
      letter-spacing: 3.36px; }
      @media (max-width: 1025px) {
        .HeroBlock__container h1 {
          font-size: 32px;
          letter-spacing: 2px; } }
      .HeroBlock__container h1:before {
        width: 43px !important;
        height: 40px !important;
        margin-right: 16px; }
        @media (max-width: 767px) {
          .HeroBlock__container h1:before {
            width: 26px !important;
            height: 24px !important;
            margin-right: 8px; } }
    .HeroBlock__container h4 {
      font-size: 24px;
      line-height: 1.1; }
      @media (max-width: 1025px) {
        .HeroBlock__container h4 {
          font-size: 18px; } }
    .HeroBlock__container .HeroBlock-title {
      text-transform: uppercase;
      line-height: 1;
      font-size: 56px !important;
      font-weight: 300;
      letter-spacing: 3.36px;
      margin-bottom: 32px;
      margin-top: 4px; }
      @media (max-width: 1025px) {
        .HeroBlock__container .HeroBlock-title {
          font-size: 32px !important;
          letter-spacing: 2px; } }
    .HeroBlock__container .HeroBlock-desc {
      font-size: 18px;
      color: #000; }
      @media (max-width: 1025px) {
        .HeroBlock__container .HeroBlock-desc {
          font-size: 16px; } }
    .HeroBlock__container .HeroBlock-subtitle {
      display: block;
      font-size: 24px !important;
      text-transform: uppercase;
      color: #99a0ff;
      font-weight: 700;
      letter-spacing: 1.44px;
      margin-bottom: 4px; }
      @media (max-width: 1025px) {
        .HeroBlock__container .HeroBlock-subtitle {
          font-size: 18px !important;
          letter-spacing: 0.86px; } }
    .HeroBlock__container .uacf7-form {
      display: flex;
      flex-direction: column;
      gap: 32px;
      padding: 32px 0; }
      .HeroBlock__container .uacf7-form label {
        display: flex;
        flex-direction: column;
        color: #0d25ff;
        gap: 4px; }
        .HeroBlock__container .uacf7-form label input[type="text"], .HeroBlock__container .uacf7-form label input[type="email"] {
          height: 48px;
          background: white;
          border: 1px solid #0d25ff;
          border-radius: 4px;
          padding: 12px 16px;
          width: 100%; }
      .HeroBlock__container .uacf7-form input[type="submit"] {
        background: linear-gradient(89.16deg, #000000 -12.92%, #0d25ff 100%);
        color: white;
        border-radius: 50px;
        height: 42px;
        font-size: 18px;
        font-weight: 800;
        text-align: center;
        padding: 12px 32px;
        border: none;
        align-self: flex-start;
        cursor: pointer; }

@media (max-width: 767px) {
  .crucial {
    padding: 36px 0 !important; } }

.crucial h2 {
  font-size: 40px !important;
  text-transform: uppercase;
  line-height: 1.1;
  font-weight: 400; }
  @media (max-width: 767px) {
    .crucial h2 {
      font-size: 26px !important; } }

@media (max-width: 767px) {
  .crucial .sp_badge > span {
    font-size: 20px !important;
    line-height: 1 !important;
    padding: 12px 40px !important; } }

.crucial h4 {
  min-height: 80px;
  margin-bottom: 16px; }
  @media (max-width: 767px) {
    .crucial h4 {
      min-height: auto;
      font-size: 18px !important; } }

.crucial .wp-block-columns {
  margin-bottom: 40px !important;
  margin-top: 40px !important; }
  @media (max-width: 767px) {
    .crucial .wp-block-columns {
      max-width: 280px;
      margin: 0 auto; } }

@media (max-width: 767px) {
  .crucial p {
    font-size: 12px !important; }
    .crucial p br {
      display: none; }
  .crucial .wp-block-image {
    margin-bottom: 0 !important; }
    .crucial .wp-block-image img {
      width: auto;
      height: 155px; } }

.g-block {
  padding: 120px 0 !important; }
  @media (max-width: 767px) {
    .g-block {
      padding: 60px 0 !important;
      position: relative; } }
  .g-block .wp-block-buttons {
    margin-top: 24px; }
  .g-block p {
    font-size: 56px !important;
    font-weight: 300;
    line-height: 1.1; }
    .g-block p strong {
      font-weight: 900; }
    @media (max-width: 767px) {
      .g-block p {
        font-size: 32px !important;
        max-width: 330px;
        margin: 0 auto; } }
  @media (max-width: 767px) {
    .g-block .wp-block-group__inner-container {
      max-width: 350px;
      margin: 0 auto; } }

.surv {
  display: flex !important;
  align-items: center !important; }
  @media (max-width: 767px) {
    .surv {
      gap: 0px !important;
      padding-bottom: 0 !important;
      margin-bottom: 60px !important;
      margin-top: 0px !important;
      padding-top: 0 !important; } }
  .surv-hide {
    display: none !important; }
  .surv-blocks {
    max-width: 602px; }
    .surv-blocks-black {
      max-width: 642px; }
    .surv-blocks .wp-block-columns {
      position: relative;
      gap: 0 !important;
      margin: 0;
      flex-wrap: nowrap !important; }
    .surv-blocks .wp-block-column {
      margin: 4px;
      position: relative; }
      .surv-blocks .wp-block-column .wp-block-columns {
        align-items: center !important; }
        .surv-blocks .wp-block-column .wp-block-columns .wp-block-column {
          padding: 0 !important;
          margin: 0 !important;
          flex-basis: auto !important; }
        .surv-blocks .wp-block-column .wp-block-columns p {
          font-size: 14px !important; }
          @media (max-width: 767px) {
            .surv-blocks .wp-block-column .wp-block-columns p {
              font-size: 10px !important; } }
          .surv-blocks .wp-block-column .wp-block-columns p::before {
            min-width: 24px;
            max-width: 24px;
            height: 24px; }
            @media (max-width: 767px) {
              .surv-blocks .wp-block-column .wp-block-columns p::before {
                min-width: 12px;
                max-width: 12px;
                height: 12px; } }
        .surv-blocks .wp-block-column .wp-block-columns .wp-block-image figure {
          margin: 0;
          width: 29px;
          height: 29px;
          display: flex; }
          @media (max-width: 767px) {
            .surv-blocks .wp-block-column .wp-block-columns .wp-block-image figure {
              width: 16px;
              height: 16px; } }
      @media (max-width: 767px) {
        .surv-blocks .wp-block-column {
          padding: 10px !important; } }
    .surv-blocks-text {
      position: absolute;
      padding: 16px;
      left: 0;
      bottom: 0;
      font-size: 17px !important;
      font-weight: 700;
      line-height: 1.25; }
      @media (max-width: 767px) {
        .surv-blocks-text {
          font-size: 9px !important;
          padding: 10px; } }
  .surv-content {
    max-width: 282px; }
    @media (max-width: 767px) {
      .surv-content {
        max-width: 100%;
        order: -1;
        margin-bottom: 32px !important; } }
    @media (max-width: 767px) {
      .surv-content .wp-block-image {
        width: 40px !important;
        height: auto; } }
    .surv-content h2 {
      font-size: 40px !important;
      margin: 0 0 24px 0 !important;
      font-weight: 800;
      line-height: 1.1;
      letter-spacing: 2px;
      margin-bottom: 24px; }
      @media (max-width: 767px) {
        .surv-content h2 {
          font-size: 26px !important;
          margin-bottom: 16px !important; } }
    .surv-content p {
      font-size: 18px;
      color: #444444;
      margin-bottom: 8px; }
      .surv-content p:last-child {
        margin-bottom: 0; }
      @media (max-width: 767px) {
        .surv-content p {
          font-size: 12px !important; } }
  .surv-figure-image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center; }
  .surv .has_background\:hexagon {
    display: flex !important;
    align-items: center !important;
    justify-content: center;
    flex-basis: 100% !important; }

.has_line_bg:before {
  left: 30px !important; }

@media (max-width: 767px) {
  .has_line_bg.__bg_2\:left:before {
    background-position: center top !important;
    opacity: 0.2;
    left: 0 !important; } }

.actInfo {
  padding: 120px 0;
  overflow: hidden; }
  @media (max-width: 767px) {
    .actInfo {
      padding: 60px 0; } }
  .actInfo__step-arrow {
    width: 31px;
    height: auto;
    display: block;
    margin: 0;
    padding: 60px 0; }
    @media (max-width: 767px) {
      .actInfo__step-arrow {
        padding: 50px 0; } }
  .actInfo__step-number {
    width: 64px;
    height: auto;
    margin-bottom: 24px; }
    @media (max-width: 767px) {
      .actInfo__step-number {
        width: 40px;
        margin-bottom: 16px; } }
  .actInfo__step-title {
    font-size: 40px !important;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 24px; }
    @media (max-width: 767px) {
      .actInfo__step-title {
        font-size: 26px !important;
        margin-bottom: 16px; } }
  .actInfo__step p {
    position: relative;
    font-size: 18px !important;
    color: #444444; }
    @media (max-width: 767px) {
      .actInfo__step p {
        font-size: 12px !important; } }
  .actInfo__step-illustration {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 24px; }
    @media (max-width: 767px) {
      .actInfo__step-illustration {
        margin-bottom: 16px;
        display: none; } }
    .actInfo__step-illustration.mob {
      display: none; }
      @media (max-width: 767px) {
        .actInfo__step-illustration.mob {
          display: block; } }
  .actInfo__content {
    position: relative;
    justify-content: center;
    gap: 0;
    z-index: 2; }
  .actInfo__figure {
    position: relative;
    min-width: 176px;
    margin-right: 130px !important; }
    @media (max-width: 767px) {
      .actInfo__figure {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        opacity: 0.2;
        margin-right: 0 !important;
        top: 60px; } }
  .actInfo__lines {
    width: 100%;
    position: absolute;
    top: -120px; }
    .actInfo__lines_bottom {
      margin-top: 3200px; }
  .actInfo.has_line_bg:before {
    left: 30px !important; }
    @media (max-width: 767px) {
      .actInfo.has_line_bg:before {
        background-position: center top !important;
        opacity: 0.2;
        left: 0px !important; } }

.modern {
  padding: 120px 0 90px;
  overflow: hidden; }
  @media (max-width: 767px) {
    .modern {
      padding: 60px 0; } }
  .modern-illustartion {
    width: fit-content;
    position: absolute;
    bottom: -150px;
    margin: 0;
    width: 182px; }
    .modern-illustartion img {
      width: 100%; }
    @media (max-width: 767px) {
      .modern-illustartion {
        left: 70px;
        opacity: 0.5; } }
  .modern h2 {
    margin-bottom: 40px;
    line-height: 1;
    font-size: 40px !important;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .modern h2 {
        font-size: 26px !important;
        margin-bottom: 16px;} }
  @media (max-width: 767px) {
    .modern p {
      text-align: left;
      font-size: 12px; } }
  .modern-subtitle {
    color: #444444;
    font-size: 20px !important;
    display: block;
    text-align: center;
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .modern-subtitle {
        text-align: left;
        font-size: 12px !important; } }
  .modern-wrap {
    position: relative;
    z-index: 3; }
    @media (max-width: 767px) {
      .modern-wrap {
        gap: 16px !important; } }
  .modern-card {
    background: #f6f7fd !important;
    padding: 40px 12px 24px;
    border-radius: 24px;
    height: 302px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: 0.3s ease;
    cursor: pointer; }
    @media (max-width: 767px) {
      .modern-card {
        display: flex !important;
        align-items: center;
        padding: 16px;
        flex-direction: row;
        height: auto; } }
    .modern-card .wp-block-group {
      height: 100%; }
      @media (max-width: 767px) {
        .modern-card .wp-block-group {
          position: relative; } }
    .modern-card .wp-block-group__inner-container {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 100%; }
    .modern-card figure {
      display: block;
      width: auto;
      height: 60px;
      margin-bottom: 24px; }
      @media (max-width: 767px) {
        .modern-card figure {
          height: auto;
          width: 40px;
          min-width: 40px;
          margin-bottom: 0;
          margin-right: 16px !important; } }
    .modern-card-title {
      font-size: 24px !important;
      font-weight: 700;
      line-height: 1.1;
      text-transform: uppercase;
      color: #000; }
      @media (max-width: 767px) {
        .modern-card-title {
          font-size: 16px !important;
          margin-bottom: 4px;
          text-align: left; } }
    .modern-card-more {
      text-align: center;
      bottom: 24px;
      font-size: 16px;
      font-weight: 600;
      color: #0d25ff; }
      @media (max-width: 767px) {
        .modern-card-more {
          left: 0;
          transform: translateX(0%);
          bottom: auto;
          position: relative;
          text-align: left;
          font-size: 12px; } }
      .modern-card-more a {
        color: inherit; }
    .modern-card:hover {
      background: #f6f7fd !important;
      transform: scale(1.03); }

.img-desktop {
  display: block; }
  @media (max-width: 767px) {
    .img-desktop {
      display: none; } }

.img-mobile {
  display: none; }
  @media (max-width: 767px) {
    .img-mobile {
      display: block; } }

.transform {
  position: relative;
  padding: 120px 0; }
  @media (max-width: 767px) {
    .transform {
      padding: 60px 0; } }
  .transform h2 {
    font-size: 56px !important;
    margin-bottom: 40px;
    line-height: 1.1; }
    @media (max-width: 767px) {
      .transform h2 {
        font-size: 32px !important;
        text-align: left !important;
        margin-bottom: 16px; } }
  .transform-subtitle {
    text-align: center;
    font-size: 20px !important;
    color: #444444;
    font-size: 20px;
    margin-bottom: 80px; }
    @media (max-width: 767px) {
      .transform-subtitle {
        margin-bottom: 40px;
        font-size: 14px !important;
        text-align: left; } }
  .transform-desc {
    color: #444444;
    font-size: 20px !important;
    max-width: 800px;
    margin: 0 auto 80px; }
    @media (max-width: 767px) {
      .transform-desc {
        margin-bottom: 40px;
        font-size: 14px !important; } }
  .transform-desc-img {
    display: block; }
    @media (max-width: 767px) {
      .transform-desc-img {
        display: none; } }
  .transform-mob-img {
    display: none; }
    @media (max-width: 767px) {
      .transform-mob-img {
        display: block; } }

.scientific {
  position: relative;
  padding: 120px 0;
  overflow: hidden; }
  @media (max-width: 767px) {
    .scientific {
      padding: 60px 0; } }
  .scientific__columns {
    display: flex;
    justify-content: space-between; }
  .scientific__figure {
    position: relative;
    min-width: 176px;
    margin-left: 32px; }
    @media (max-width: 767px) {
      .scientific__figure {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        opacity: 0.2; } }
  .scientific-illustration {
    height: auto;
    width: 384px;
    min-width: 384px;
    margin: 0; }
    @media (max-width: 1199px) {
      .scientific-illustration {
        width: 284px;
        min-width: 284px; } }
    @media (max-width: 767px) {
      .scientific-illustration {
        width: 100%;
        min-width: 100%; } }
    @media (max-width: 767px) {
      .scientific-illustration img {
        width: 100% !important; } }
  .scientific__content {
    position: relative;
    z-index: 2; }
  .scientific__item {
    gap: 0;
    margin: 0;
    margin-bottom: 120px;
    justify-content: space-between;
    align-items: center !important; }
    @media (max-width: 767px) {
      .scientific__item {
        flex-direction: column; } }
    .scientific__item .wp-block-column {
      max-width: fit-content; }
      @media (max-width: 767px) {
        .scientific__item .wp-block-column {
          max-width: 100%;
          width: 100%; } }
    .scientific__item:last-child {
      margin-bottom: 0; }
    .scientific__item_content {
      position: relative;
      width: 100%;
      max-width: 484px !important;
      margin-right: 20px; }
      .scientific__item_content h2 {
        font-size: 40px !important;
        font-weight: 800;
        text-transform: uppercase;
        margin-bottom: 24px; }
        @media (max-width: 767px) {
          .scientific__item_content h2 {
            font-size: 26px !important;
            margin-bottom: 12px; } }
      .scientific__item_content p {
        font-size: 18px !important;
        margin-bottom: 10px; }
        @media (max-width: 767px) {
          .scientific__item_content p {
            /*font-size: 12px !important;*/
          } }
        .scientific__item_content p:last-child {
          margin-bottom: 0; }
      .scientific__item_content figure {
        width: 64px;
        height: auto;
        margin-bottom: 12px; }
        @media (max-width: 767px) {
          .scientific__item_content figure {
            width: 40px; } }
      @media (max-width: 767px) {
        .scientific__item_content {
          order: -1 !important;
          margin: 0 !important;
          margin-bottom: 32px !important;
          max-width: 100% !important; } }
    .scientific__item:nth-child(odd) .scientific__item_content {
      order: 2;
      margin-left: 20px; }
  .scientific__lines {
    width: 100%;
    position: absolute;
    top: -120px; }
    @media (max-width: 767px) {
      .scientific__lines {
        top: -60px; } }
    .scientific__lines img {
      width: 100%; }

.btn-c {
  margin: 40px auto 0; }

.meatTeam {
  padding: 120px 0; }
  @media (max-width: 767px) {
    .meatTeam {
      padding: 60px 0; } }
  .meatTeam .fz_h2 {
    margin-bottom: 40px;
    font-weight: 800; }
    @media (max-width: 767px) {
      .meatTeam .fz_h2 {
        font-size: 26px !important;
        text-align: left;
        margin-bottom: 32px; } }
  .meatTeam__desc {
    margin-bottom: 80px;
    font-size: 18px; }
    @media (max-width: 767px) {
      .meatTeam__desc {
        font-size: 12px; } }
    @media (max-width: 767px) {
      .meatTeam__desc {
        margin-bottom: 40px; } }

.hProcess {
  position: relative;
  padding: 120px 0; }
  @media (max-width: 767px) {
    .hProcess {
      padding: 60px 0; } }
  .hProcess-title {
    text-align: center;
    font-weight: 800;
    margin-bottom: 80px;
    font-size: 40px !important;
    line-height: 1; }
    @media (max-width: 767px) {
      .hProcess-title {
        font-size: 26px !important;
        margin-bottom: 32px;
        text-align: left; } }
  .hProcess-subtitle {
    color: #444444;
    font-size: 18px;
    width: 100%;
    max-width: 800px;
    margin: 0 auto 80px; }
    @media (max-width: 767px) {
      .hProcess-subtitle {
        font-size: 12px;
        margin-bottom: 32px;
        text-align: left; } }
  .hProcess__wrap {
    width: 100%;
    max-width: 600px;
    margin: 0 auto; }
  .hProcess__title {
    font-size: 24px;
    color: #0d25ff;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 1.1; }
    .hProcess__title strong {
      font-weight: 300; }
    @media (max-width: 767px) {
      .hProcess__title {
        font-size: 18px; } }
  .hProcess__desc {
    font-size: 16px;
    color: #444444; }
    @media (max-width: 767px) {
      .hProcess__desc {
        font-size: 10px; } }
  .hProcess__titles {
    font-size: 16px;
    color: #0d25ff;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 1.1; }

@media (max-width: 767px) {
  .fyPosition-title {
    font-size: 18px !important;
    text-align: left; } }

@media (max-width: 767px) {
  .fyPosition-desc {
    font-size: 10px !important;
    text-align: left; } }

.fp__block .btn-c {
  margin: 0 auto; }
  @media (max-width: 767px) {
    .fp__block .btn-c {
      margin: 0; } }

@media (max-width: 767px) {
  .fp__block .wp-container-core-columns-is-layout-5 {
    margin: 0; } }

.ab__banner {
  padding: 180px 0 60px; }
  @media (max-width: 767px) {
    .ab__banner {
      padding-top: 100px !important; } }

.ab-section {
  position: relative; }
  @media (max-width: 767px) {
    .ab-section {
      padding-top: 0 !important; } }

.ab-title {
  position: relative;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .ab-title {
      font-size: 32px !important;
      margin-bottom: 24px !important; } }

.ab-desc {
  text-align: center;
  font-size: 18px; }
  @media (max-width: 767px) {
    .ab-desc {
      font-size: 14px !important;
      text-align: left; } }

.atVision {
  padding: 120px 0; }
  @media (max-width: 767px) {
    .atVision {
      padding: 60px 0; } }
  .atVision__wrap {
    margin-top: 32px; }
  .atVision__icon {
    display: block;
    width: fit-content;
    flex-basis: auto !important; }
    @media (max-width: 767px) {
      .atVision__icon {
        width: 40px !important; } }
  .atVision-icon {
    display: block;
    min-width: 100%;
    max-width: 100%;
    height: auto; }
  .atVision__content {
    width: 100%; }
  .atVision-mtitle {
    font-size: 40px !important;
    margin-bottom: 80px;
    text-transform: uppercase;
    text-align: center; }
    @media (max-width: 767px) {
      .atVision-mtitle {
        font-size: 26px !important;
        margin-bottom: 32px;
        text-align: left; } }
  .atVision-ltitle {
    font-size: 40px !important;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .atVision-ltitle {
        font-size: 26px !important; } }
  .atVision__item {
    margin-bottom: 32px; }
    .atVision__item:last-child {
      margin-bottom: 0; }
    .atVision__item h3 {
      font-size: 24px !important;
      line-height: 1;
      margin-bottom: 12px;
      font-weight: 700; }
      @media (max-width: 767px) {
        .atVision__item h3 {
          font-size: 18px !important;
          margin-bottom: 8px !important; } }
    .atVision__item p {
      font-size: 18px !important; }
      @media (max-width: 767px) {
        .atVision__item p {
          font-size: 12px !important; } }
  .atVision__fdesc {
    font-size: 20px; }
    @media (max-width: 767px) {
      .atVision__fdesc {
        font-size: 14px; } }

.timeLine {
  padding: 120px 0; }
  @media (max-width: 767px) {
    .timeLine {
      padding: 60px 0; } }

.Tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  background: #F6F7FD;
  border-radius: 40px;
  gap: 20px;
  justify-content: space-between; }
  .Tabs > li > a {
    display: block;
    padding: 16px 40px;
    border-radius: 40px;
    color: #0D25FF; }
    .Tabs > li > a.__active {
      color: white;
      background: #0D25FF; }
  .Tabs__hidden {
    display: none; }
  @media screen and (min-width: 1024px) {
    .Tabs {
      column-gap: 100px;
      row-gap: 20px; } }

.fabn {
  position: relative;
  padding: 120px 0 200px 0;
  background: #dbdfff;
  overflow: hidden; }
  @media (max-width: 767px) {
    .fabn {
      padding: 60px 0 120px 0; } }
  .fabn .illustration-measure {
    position: absolute;
    top: 0px;
    left: calc(50% + 46px);
    transform: translateX(-50%); }
    @media (max-width: 767px) {
      .fabn .illustration-measure {
        top: auto;
        bottom: -140px;
        left: calc(50% + -104px);
        width: 660px; } }
  .fabn .illustration-act {
    position: absolute;
    top: auto;
    left: calc(50% + -21px);
    transform: translateX(-50%);
    bottom: 20px; }
    @media (max-width: 767px) {
      .fabn .illustration-act {
        width: 860px;
        left: calc(50% + 49px);
        bottom: -50px; } }
  .fabn .illustration-impact {
    position: absolute;
    top: 0px;
    left: calc(50% + -40px);
    transform: translateX(-50%); }
    @media (max-width: 767px) {
      .fabn .illustration-impact {
        top: auto;
        bottom: -113px;
        left: calc(50% + 34px);
        width: 650px; } }
  .fabn > .container {
    position: relative;
    text-align: center; }
    .fabn > .container h2 {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      text-transform: uppercase;
      color: #0d25ff;
      margin-bottom: 24px;
      font-size: 40px;
      line-height: 42px; }
      @media (max-width: 767px) {
        .fabn > .container h2 {
          flex-direction: column;
          align-items: center;
          font-size: 26px; } }
      .fabn > .container h2 svg {
        width: 35px;
        height: 32px;
        object-fit: contain;
        margin: 0 24px; }
        @media (max-width: 767px) {
          .fabn > .container h2 svg {
            margin: 16px 0;
            transform: rotate(90deg); } }
      .fabn > .container h2 span {
        text-transform: uppercase;
        font-weight: normal;
        line-height: 1; }
        .fabn > .container h2 span span {
          color: #6674ff; }
    .fabn > .container p {
      margin: 0;
      font-size: 20px;
      color: #000; }
      @media (max-width: 767px) {
        .fabn > .container p {
          font-size: 14px;
          width: 326px;
          margin: 0 auto; } }
    .fabn > .container .fabn__btn {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 32px;
      margin-top: 64px; }
      @media (max-width: 767px) {
        .fabn > .container .fabn__btn {
          gap: 16px;
          flex-direction: column;
          align-items: center; } }
      .fabn > .container .fabn__btn > .btn {
        display: flex;
        align-items: center;
        padding: 0 40px;
        border-radius: 50px;
        border: 2px solid transparent;
        height: 62px;
        cursor: pointer;
        font-size: 20px;
        transition: 0.3s ease; }
        @media (max-width: 767px) {
          .fabn > .container .fabn__btn > .btn {
            font-size: 16px;
            height: 42px;
            padding: 0 32px; } }
        .fabn > .container .fabn__btn > .btn.__primary {
          background: linear-gradient(89.16deg, #0d25ff -12.92%, #000000 100%);
          color: #fff; }
          @media (min-width: 1025px) {
            .fabn > .container .fabn__btn > .btn.__primary:hover {
              background: linear-gradient(89.16deg, #0d25ff 0%, #0d25ff 100%); } }
        .fabn > .container .fabn__btn > .btn.__secondary {
          border: 2px solid #0d25ff;
          color: #0d25ff; }
          @media (min-width: 1025px) {
            .fabn > .container .fabn__btn > .btn.__secondary:hover {
              background-color: #dbdfff;
              border: 2px solid #0d25ff; } }
  .fabn.fabn-act > .container h2 svg:nth-child(2) {
    transform: rotate(180deg); }
    @media (max-width: 767px) {
      .fabn.fabn-act > .container h2 svg:nth-child(2) {
        transform: rotate(-90deg); } }
  .fabn.fabn-measure > .container h2 svg:nth-child(4) path {
    stroke: #c2c6ff; }

.hexagon {
  position: relative;
  margin: 0 auto;
  width: var(--width);
  height: calc(var(--width) * 1.732);
  border-radius: 1em/.5em;
  transition: opacity .5s; }
  .hexagon:before, .hexagon:after {
    position: absolute;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    background: inherit;
    content: ''; }
  .hexagon:before {
    transform: rotate(60deg); }
  .hexagon:after {
    transform: rotate(-60deg); }
  .hexagon .hexagon__inner {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: var(--width); }

.hexacards .hexacards__inner {
  display: flex;
  flex-direction: column;
  gap: 40px; }
  .hexacards .hexacards__inner .hexacard {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px; }
    .hexacards .hexacards__inner .hexacard > .hexacard__hex {
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 24px;
      font-weight: 700;
      line-height: 26px;
      letter-spacing: 0.06em;
      text-align: center;
      padding: 30px 40px;
      color: #0D25FF;
      aspect-ratio: 1/.9;
      width: 280px;
      min-width: 280px;
      background-size: contain !important;
      text-transform: uppercase; }
    .hexacards .hexacards__inner .hexacard > .hexacard__context {
      margin: 0; }
      .hexacards .hexacards__inner .hexacard > .hexacard__context h4 {
        margin: 0 0 .25em 0;
        color: #0D25FF;
        font-size: 40px;
        text-transform: uppercase; }
    .hexacards .hexacards__inner .hexacard:not(.__has_image):nth-child(1) > div, .hexacards .hexacards__inner .hexacard:not(.__has_image):nth-child(4) > div, .hexacards .hexacards__inner .hexacard:not(.__has_image):nth-child(7) > div {
      background: url(assets/img/xr1.png) no-repeat center; }
    .hexacards .hexacards__inner .hexacard:not(.__has_image):nth-child(2) > div, .hexacards .hexacards__inner .hexacard:not(.__has_image):nth-child(5) > div, .hexacards .hexacards__inner .hexacard:not(.__has_image):nth-child(8) > div {
      background: url(assets/img/xr2.png) no-repeat center; }
    .hexacards .hexacards__inner .hexacard:not(.__has_image):nth-child(3) > div, .hexacards .hexacards__inner .hexacard:not(.__has_image):nth-child(6) > div, .hexacards .hexacards__inner .hexacard:not(.__has_image):nth-child(9) > div {
      background: url(assets/img/xr3.png) no-repeat center; }
    .hexacards .hexacards__inner .hexacard.__has_image > .hexacard__hex {
      background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgwIiBoZWlnaHQ9IjI1NyIgdmlld0JveD0iMCAwIDI4MCAyNTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8cGF0aCBkPSJNMjczLjc1NiAxMTQuOTY4TDIyMS40NTIgMjQuMzMyMkMyMTcuMzY0IDE3LjI0ODIgMjExLjQ1NiAxMS4zNDAyIDIwNC4zNzIgNy4yNTIyMkMxOTcuMjg4IDMuMTM2MjIgMTg5LjI1MiAwLjk4MDIyNSAxODEuMDc2IDAuOTgwMjI1SDk4LjkyNEM5MC43NDggMC45ODAyMjUgODIuNjg0IDMuMTM2MjIgNzUuNiA3LjIyNDIyQzY4LjUxNiAxMS4zMTIyIDYyLjYzNiAxNy4yMjAyIDU4LjUyIDI0LjMwNDJMNi4yNDQgMTE0Ljk2OEMyLjE1NiAxMjIuMDUyIDAgMTMwLjExNiAwIDEzOC4yOTJDMCAxNDYuNDk2IDIuMTU2IDE1NC41MzIgNi4yNDQgMTYxLjY0NEw0Ny4xOCAyMzIuNjI0QzUxLjMyNCAyMzkuNzkyIDU3LjI2IDI0NS43NTYgNjQuNDI4IDI0OS44NzJDNzEuNTk2IDI1NC4wMTYgNzkuNzE2IDI1Ni4yIDg3Ljk3NiAyNTYuMkgxOTIuMjc2QzIwMC40NTIgMjU2LjIgMjA4LjUxNiAyNTQuMDQ0IDIxNS42IDI0OS45NTZDMjIyLjY4NCAyNDUuODY4IDIyOC41OTIgMjM5Ljk2IDIzMi42OCAyMzIuODc2TDI3My43NTYgMTYxLjY3MkMyNzcuODQ0IDE1NC41ODggMjgwIDE0Ni41MjQgMjgwIDEzOC4zMkMyODAgMTMwLjExNiAyNzcuODQ0IDEyMi4wOCAyNzMuNzU2IDExNC45NjhaIiBmaWxsPSIjQzJDNkZGIi8+Cjwvc3ZnPgo=") no-repeat center;
      background-size: contain; }
  @media (min-width: 1000px) {
    .hexacards .hexacards__inner {
      gap: 0; }
      .hexacards .hexacards__inner .hexacard {
        width: 51%;
        justify-content: unset;
        height: 250px; }
        .hexacards .hexacards__inner .hexacard:not(:nth-child(1)) {
          margin-top: -100px; }
        .hexacards .hexacards__inner .hexacard:nth-child(even) {
          flex-direction: row-reverse; }
        .hexacards .hexacards__inner .hexacard:nth-child(odd) {
          flex-direction: row;
          transform: translateX(96%); } }

.cardsrnd {
  position: relative; }
  .cardsrnd-illustration {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
    @media (max-width: 767px) {
      .cardsrnd-illustration {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translate(-60%, -50%);
        max-width: 547px; } }
  .cardsrnd .cardsrnd__inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: relative;
    z-index: 2; }
    @media (max-width: 767px) {
      .cardsrnd .cardsrnd__inner {
        padding-left: 32px; } }
    .cardsrnd .cardsrnd__inner .cardrnd {
      display: flex;
      justify-content: center;
      gap: 16px; }
      .cardsrnd .cardsrnd__inner .cardrnd > .cardrnd__hex {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMiAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuNzEzNiAxMy4yMjc0TDYuNjkxMiAyLjg2OUM3LjE1ODQgMi4wNTk0IDcuODMzNiAxLjM4NDIgOC42NDMyIDAuOTE2OTk1QzkuNDUyOCAwLjQ0NjU5NSAxMC4zNzEyIDAuMjAwMTk1IDExLjMwNTYgMC4yMDAxOTVIMjAuNjk0NEMyMS42Mjg4IDAuMjAwMTk1IDIyLjU1MDQgMC40NDY1OTUgMjMuMzYgMC45MTM3OTVDMjQuMTY5NiAxLjM4MSAyNC44NDE2IDIuMDU2MiAyNS4zMTIgMi44NjU4TDMxLjI4NjQgMTMuMjI3NEMzMS43NTM2IDE0LjAzNyAzMiAxNC45NTg2IDMyIDE1Ljg5M0MzMiAxNi44MzA2IDMxLjc1MzYgMTcuNzQ5IDMxLjI4NjQgMTguNTYxOEwyNi42MDggMjYuNjczOEMyNi4xMzQ0IDI3LjQ5MyAyNS40NTYgMjguMTc0NiAyNC42MzY4IDI4LjY0NUMyMy44MTc2IDI5LjExODYgMjIuODg5NiAyOS4zNjgyIDIxLjk0NTYgMjkuMzY4MkgxMC4wMjU2QzkuMDkxMiAyOS4zNjgyIDguMTY5NiAyOS4xMjE4IDcuMzYgMjguNjU0NkM2LjU1MDQgMjguMTg3NCA1Ljg3NTIgMjcuNTEyMiA1LjQwOCAyNi43MDI2TDAuNzEzNiAxOC41NjVDMC4yNDY0MDEgMTcuNzU1NCAxLjkwNzM1ZS0wNiAxNi44MzM4IDEuOTA3MzVlLTA2IDE1Ljg5NjJDMS45MDczNWUtMDYgMTQuOTU4NiAwLjI0NjQwMSAxNC4wNDAyIDAuNzEzNiAxMy4yMjc0WiIgZmlsbD0iIzFBRkZGRiIvPgo8L3N2Zz4K");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        width: 32px;
        min-width: 32px;
        height: 32px;
        margin-top: 10px; }
        @media (max-width: 767px) {
          .cardsrnd .cardsrnd__inner .cardrnd > .cardrnd__hex {
            width: 24px;
            min-width: 24px;
            height: 24px;
            margin-top: 2px; } }
      .cardsrnd .cardsrnd__inner .cardrnd > .cardrnd__context {
        margin: 0; }
        @media (max-width: 767px) {
          .cardsrnd .cardsrnd__inner .cardrnd > .cardrnd__context p {
            font-size: 12px; } }
        .cardsrnd .cardsrnd__inner .cardrnd > .cardrnd__context p b {
          display: block;
          margin-top: 8px; }
        .cardsrnd .cardsrnd__inner .cardrnd > .cardrnd__context h4 {
          margin: 0 0 0.25em 0;
          color: #0d25ff;
          font-size: 40px;
          text-transform: uppercase;
          font-weight: 800;
          line-height: 1.1; }
          @media (max-width: 767px) {
            .cardsrnd .cardsrnd__inner .cardrnd > .cardrnd__context h4 {
              font-size: 26px; } }
    @media (min-width: 1000px) {
      .cardsrnd .cardsrnd__inner {
        gap: 0;
        position: relative;
        height: 660px; }
        .cardsrnd .cardsrnd__inner .cardrnd {
          position: absolute;
          width: 488px;
          gap: 24px; }
          .cardsrnd .cardsrnd__inner .cardrnd:nth-child(1) {
            top: 50%;
            left: 0;
            text-align: right;
            flex-direction: row-reverse;
            transform: translateY(-50%); }
          .cardsrnd .cardsrnd__inner .cardrnd:nth-child(2) {
            top: 10%;
            right: 0; }
          .cardsrnd .cardsrnd__inner .cardrnd:nth-child(3) {
            bottom: 5%;
            right: 5%; } }

.whyChoose {
  position: relative;
  background: #f6f7fd;
  padding: 120px 0 160px; }
  @media (max-width: 767px) {
    .whyChoose {
      padding: 60px 0; } }
  .whyChoose-title {
    font-size: 40px !important;
    font-weight: 800;
    margin-bottom: 36px;
    line-height: 1.1;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .whyChoose-title {
        font-size: 26px !important;
        text-align: left;
        margin-bottom: 16px; } }
  .whyChoose-subtitle {
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
    color: #000;
    font-size: 18px;
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .whyChoose-subtitle {
        font-size: 12px !important;
        text-align: left; } }

.block-container {
  padding-top: var(--padding-top-xs);
  padding-bottom: var(--padding-bottom-xs); }
  @media (min-width: 1024px) {
    .block-container {
      padding-top: var(--padding-top-lg);
      padding-bottom: var(--padding-bottom-lg); } }

.timeline {
  --vertical: 40%;
  display: flex;
  flex-direction: column;
  gap: 2px;
  position: relative; }
  .timeline:after, .timeline:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1; }
  .timeline:before {
    top: 152px;
    height: 30px;
    background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.01) 100%); }
  .timeline:after {
    bottom: 0;
    height: 100px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.01) 0%, #ffffff 100%); }
  .timeline__animation {
    width: 150px;
    height: 150px; }
    .timeline__animation svg {
      width: 100%;
      height: auto;
      aspect-ratio: 1/1;
      display: block; }
      .timeline__animation svg #timeline__b #timeline__c {
        animation-name: timeline__d;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
        animation-duration: 2s; }
  .timeline__content {
    max-height: 500px;
    padding-bottom: 100px;
    padding-top: 30px;
    overflow: auto; }
    .timeline__content__inner {
      padding-left: 35px;
      display: flex;
      flex-direction: column;
      gap: 32px; }
  .timeline__item {
    position: relative;
    min-height: 158px;
    display: flex;
    flex-direction: column;
    gap: 16px; }
    .timeline__item:before, .timeline__item:after {
      content: "";
      position: absolute; }
    .timeline__item:before {
      top: 7px;
      height: 21px;
      width: 19px;
      left: -35px;
      background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAxOSAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0wLjQ5IDEuMzg1OThMMi4wMSAwLjUwNTk3N0MyLjE2IDAuNDI1OTc3IDIuMzMgMC4zNzU5NzcgMi41IDAuMzc1OTc3QzIuNjcgMC4zNzU5NzcgMi44NCAwLjQyNTk3NyAyLjk5IDAuNTA1OTc3TDE4LjMgOS4zMzU5OEMxOC40NSA5LjQyNTk4IDE4LjU3IDkuNTQ1OTggMTguNjYgOS42OTU5OEMxOC43NSA5Ljg0NTk4IDE4Ljc5IDEwLjAxNiAxOC43OSAxMC4xODZWMTEuOTQ2QzE4Ljc5IDEyLjExNiAxOC43NCAxMi4yODYgMTguNjYgMTIuNDM2QzE4LjU3IDEyLjU4NiAxOC40NSAxMi43MDYgMTguMyAxMi43OTZMMyAyMS42MjZDMi44NSAyMS43MTYgMi42OCAyMS43NTYgMi41MSAyMS43NTZDMi4zNCAyMS43NTYgMi4xNyAyMS43MDYgMi4wMiAyMS42MjZMMC41IDIwLjc0NkMwLjM1IDIwLjY1NiAwLjIzIDIwLjUzNiAwLjE0IDIwLjM4NkMwLjA1IDIwLjIzNiAwIDIwLjA2NiAwIDE5Ljg5NlYyLjIzNTk4QzAgMi4wNjU5OCAwLjA1IDEuODk1OTggMC4xMyAxLjc0NTk4QzAuMjIgMS41OTU5OCAwLjM0IDEuNDc1OTggMC40OSAxLjM4NTk4WiIgZmlsbD0iIzBEMjVGRiIvPgo8L3N2Zz4K");
      background-position: center;
      background-repeat: no-repeat; }
    .timeline__item:after {
      top: 35px;
      bottom: -30px;
      left: -26px;
      border-left: 2px dashed #0d25ff; }
    .timeline__item:nth-last-child(1):after {
      display: none; }
    .timeline__item__title {
      font-size: 36px;
      font-weight: 100;
      line-height: 38px;
      letter-spacing: 0.06em;
      color: #0d25ff; }
    .timeline__item__content p {
      font-size: 14px;
      line-height: 20px;
      letter-spacing: 0.02em; }
  @media (min-width: 900px) {
    .timeline {
      flex-direction: row; }
      .timeline:before {
        top: 0;
        height: 100px; }
      .timeline:before, .timeline:after {
        left: 384px; }
      .timeline__animation {
        width: 384px;
        min-width: 384px;
        height: 384px; }
      .timeline__content {
        padding-top: 100px; }
      .timeline__item__title {
        font-size: 52px;
        line-height: 54px; } }

#h-atwork-timeline {
  text-transform: uppercase; }
  @media (max-width: 767px) {
    #h-atwork-timeline {
      font-size: 26px !important; } }

@keyframes timeline__d {
  0% {
    transform: translate(0%, var(--vertical)); }
  100% {
    transform: translate(-100%, var(--vertical)); } }

.roles__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: #0D25FF; }

.roles__description {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.02em;
  margin: .5em 0 0 0; }

.roles__items {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 0; }

.roles__item {
  padding: 0 16px 0 20px;
  position: relative; }
  .roles__item__title {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.02em; }
    .roles__item__title:before {
      content: '';
      display: block;
      position: absolute;
      width: 12px;
      height: 14px;
      left: 0;
      top: 11px;
      background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxMiAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0wLjMxNDIgMS4wMTM2OEwxLjI4NiAwLjQ1NzM1M0MxLjM4MDk1IDAuNDAzMTU4IDEuNDkwMyAwLjM3NDI0NCAxLjU5ODM1IDAuMzc2MDU3QzEuNzA5NDkgMC4zNzgwMDkgMS44MTY1MSAwLjQwNDQwNCAxLjkxMyAwLjQ2MTEwN0wxMS42ODkgNi4xMTg2NUMxMS43ODU0IDYuMTc1MzUgMTEuODYyNSA2LjI1MjcyIDExLjkxNzIgNi4zNDc1NkMxMS45NzIgNi40NDIzOSAxMi4wMDE0IDYuNTUxNDcgMTIgNi42NTkxNkwxMS45OTk1IDcuNzc2NjVDMTEuOTk3OSA3Ljg4NzQgMTEuOTcxOCA3Ljk5Mzk3IDExLjkxNTQgOC4wODY4NUMxMS44NTg5IDguMTgyODEgMTEuNzgxNSA4LjI1OTM1IDExLjY4NjUgOC4zMTM1NEwxLjkwOTI1IDEzLjg5MjZDMS44MTQyOSAxMy45NDY4IDEuNzA0OTUgMTMuOTc1NyAxLjU5Njg5IDEzLjk3MzlDMS40ODU3NSAxMy45NzIgMS4zNzg3MyAxMy45NDU2IDEuMjgyMjUgMTMuODg4OUwwLjMxMTA2NiAxMy4zMjQ2QzAuMjE0NDUgMTMuMjcxIDAuMTM3NDg5IDEzLjE5MDYgMC4wODI3NjMyIDEzLjA5NTdDMC4wMjgwMzc0IDEzLjAwMDkgLTAuMDAxMzc0NDUgMTIuODkxOCA0LjkzNzY0ZS0wNSAxMi43ODQxTDAuMDA0NDk5MDkgMS41NDc2NUMwLjAwNjA1MTcgMS40MzY4OSAwLjAzMjEzODcgMS4zMzAzMiAwLjA4ODY4MTggMS4yMzQzN0MwLjE0NTIyNSAxLjEzODQxIDAuMjIyNTg4IDEuMDYxODcgMC4zMTc1NDQgMS4wMDc2OEwwLjMxNDIgMS4wMTM2OFoiIGZpbGw9IiMwRDI1RkYiLz4KPC9zdmc+Cg==");
      background-repeat: no-repeat;
      background-size: contain; }
  .roles__item__content {
    font-size: 10px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0.02em; }

@media (min-width: 1024px) {
  .roles__title {
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 0.06em; }
  .roles__description {
    font-size: 18px;
    line-height: 24px; }
  .roles__items {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between; }
  .roles__item {
    padding: 0 16px 0 30px;
    width: calc(50% - 10px); }
    .roles__item__title {
      font-size: 20px;
      line-height: 28px;
      letter-spacing: 0.02em; }
      .roles__item__title:before {
        top: 12px;
        width: 16px;
        height: 18.13px; }
    .roles__item__content {
      font-size: 16px;
      line-height: 22px; }
  .roles__link {
    margin: 0 auto; } }

.simplecta {
  padding: 24px;
  gap: 16px;
  border-radius: 16px;
  background: #F6F7FD;
  display: flex;
  flex-direction: column; }
  .simplecta * {
    margin: 0; }
  .simplecta__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.04em; }
  .simplecta__description {
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 0.02em; }
  @media (min-width: 1024px) {
    .simplecta {
      display: grid;
      grid-template-columns: 1fr auto;
      column-gap: 40px;
      row-gap: 24px; }
      .simplecta__title {
        grid-column: 1/3;
        font-size: 24px;
        line-height: 26px;
        letter-spacing: 0.06em;
        text-align: center;
        text-transform: uppercase; }
      .simplecta__description {
        grid-column: 1;
        grid-row: 2;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0.02em; }
      .simplecta__link {
        grid-column: 2;
        grid-row: 2;
        justify-self: end;
        align-self: center; } }

.pSubs {
  position: relative;
  position: relative;
  background: #e9eafb;
  padding: 120px 0 96px; }
  @media (max-width: 767px) {
    .pSubs {
      padding: 60px 0 36px; } }
  .pSubs .s-top {
    max-width: 800px;
    margin: 0 auto 64px auto; }
    .pSubs .s-top .title.fz_h2 {
      text-align: center;
      display: block;
      margin-bottom: 40px;
      color: #0d25ff; }
      @media (max-width: 767px) {
        .pSubs .s-top .title.fz_h2 {
          text-align: left; } }
    .pSubs .s-top .s-desc p {
      font-size: 18px;
      text-align: center; }
      @media (max-width: 767px) {
        .pSubs .s-top .s-desc p {
          font-size: 12px;
          text-align: left; } }
  .pSubs .wrap {
    display: flex;
    flex-wrap: wrap;
    margin-right: -32px; }
  .pSubs__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-basis: calc(100% / 3 - 32px);
    margin-right: 32px;
    margin-bottom: 24px;
    background-color: #fff;
    border-radius: 24px;
    padding: 60px 40px 40px;
    position: relative;
    overflow: hidden; }
    @media (max-width: 991px) {
      .pSubs__item {
        flex-basis: calc(100% / 1 - 32px);
        padding: 48px 24px 24px; } }
    .pSubs__item-bg {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
    .pSubs__item_content {
      position: relative;
      z-index: 2; }
    .pSubs__item_stars {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 24px; }
      .pSubs__item_stars svg {
        margin: 0 4px; }
    .pSubs__item-title {
      text-align: center;
      font-weight: 700;
      font-size: 24px;
      margin-bottom: 24px;
      color: black;
      text-transform: uppercase;
      line-height: 1; }
      @media (max-width: 991px) {
        .pSubs__item-title {
          font-size: 18px; } }
    .pSubs__item-subtitle {
      text-align: center;
      color: #444444;
      font-size: 20px;
      margin-bottom: 8px;
      display: block;
      font-weight: 600; }
      @media (max-width: 991px) {
        .pSubs__item-subtitle {
          font-size: 14px; } }
    .pSubs__item-desc {
      text-align: center;
      margin-bottom: 40px;
      font-size: 20px;
      color: #444444; }
      @media (max-width: 991px) {
        .pSubs__item-desc {
          font-size: 14px;
          margin-bottom: 24px; } }
    .pSubs__item .btn {
      width: 100%;
      position: relative;
      z-index: 2; }
      @media (max-width: 991px) {
        .pSubs__item .btn {
          font-size: 16px;
          height: 40px; } }

.iBlocks {
  position: relative;
  padding: 120px 0 96px; }
  @media (max-width: 991px) {
    .iBlocks {
      padding: 60px 0 36px; } }
  .iBlocks .container {
    max-width: 1070px; }
  .iBlocks .title.fz_h2 {
    text-align: center;
    margin-bottom: 80px; }
    @media (max-width: 991px) {
      .iBlocks .title.fz_h2 {
        margin-bottom: 40px; } }
  .iBlocks .wrap {
    display: flex;
    flex-wrap: wrap;
    margin-right: -32px; }
  .iBlocks__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-basis: calc(100% / 3 - 32px);
    margin-right: 32px;
    margin-bottom: 24px;
    text-align: center; }
    @media (max-width: 991px) {
      .iBlocks__item {
        flex-basis: calc(100% / 1 - 32px);
        flex-direction: row;
        align-items: flex-start; } }
    .iBlocks__item-icon {
      min-width: 64px;
      max-width: 64px;
      height: auto; }
      @media (max-width: 991px) {
        .iBlocks__item-icon {
          min-width: 40px;
          max-width: 40px; } }
    @media (max-width: 991px) {
      .iBlocks__item_content {
        padding-top: 8px;
        padding-left: 16px; } }
    .iBlocks__item-title {
      font-size: 24px;
      font-weight: 700;
      margin: 24px 0 16px;
      display: block;
      text-transform: uppercase;
      line-height: 1.1; }
      @media (max-width: 991px) {
        .iBlocks__item-title {
          font-size: 18px;
          text-align: left;
          margin: 0;
          margin-bottom: 8px; } }
    .iBlocks__item p {
      font-size: 16px;
      line-height: 24px;
      color: gray;
      max-width: 270px;
      margin: 0 auto;
      line-height: 1.3; }
      @media (max-width: 991px) {
        .iBlocks__item p {
          font-size: 10px;
          text-align: left; } }
  .iBlocks .few-items .iBlocks__item {
    flex-basis: calc(100% / 2 - 32px); }
    .iBlocks .few-items .iBlocks__item p {
      max-width: 360px;
      font-size: 18px; }
      @media (max-width: 991px) {
        .iBlocks .few-items .iBlocks__item p {
          font-size: 12px; } }
    @media (max-width: 991px) {
      .iBlocks .few-items .iBlocks__item {
        flex-basis: calc(100% / 1 - 32px); } }

.pTable {
  position: relative;
  padding: 120px 0;
  background: #f6f7fd; }
  @media (max-width: 767px) {
    .pTable {
      padding: 60px 0; } }
  .pTable.sTheme {
    background: #e9eafb; }
  .pTable .title.fz_h2 {
    text-align: center;
    margin-bottom: 40px; }

.priceTable {
  width: 100%;
  max-width: 800px;
  margin: 0 auto; }
  .priceTable__top {
    display: flex;
    padding-bottom: 16px;
    border-bottom: 3px solid #fff; }
    @media (max-width: 767px) {
      .priceTable__top {
        padding-bottom: 8px; } }
    .priceTable__top_left {
      width: 47%; }
      @media (max-width: 767px) {
        .priceTable__top_left {
          width: 43%; } }
    .priceTable__top_right {
      width: 53%;
      display: flex;
      align-items: center; }
      @media (max-width: 767px) {
        .priceTable__top_right {
          width: 57%; } }
    .priceTable__top_item {
      flex-basis: calc(100% / 3);
      display: flex;
      align-items: center;
      justify-content: center; }
      .priceTable__top_item svg {
        margin: 0 4px;
        min-width: 24px;
        max-width: 24px; }
        @media (max-width: 767px) {
          .priceTable__top_item svg {
            min-width: 16px;
            max-width: 16px;
            margin: 0 2px; } }
  .priceTable-title {
    font-size: 24px;
    font-weight: 700;
    color: #0d25ff;
    line-height: 1;
    padding: 16px 0;
    border-bottom: 2px solid #0d25ff;
    width: 100%;
    display: block;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .priceTable-title {
        font-size: 18px; } }
  .priceTable__row {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: 0.67px solid #a8adf0; }
    @media (max-width: 767px) {
      .priceTable__row {
        padding: 8px 0; } }
  .priceTable__content {
    width: 47%;
    padding-right: 20px; }
    @media (max-width: 767px) {
      .priceTable__content {
        width: 43%;
        padding-right: 10px; } }
    .priceTable__content_top {
      display: flex;
      align-items: center;
      margin-bottom: 4px;
      width: fit-content;
      cursor: pointer;
      transition: 0.3s ease; }
      .priceTable__content_top svg {
        min-width: 14px;
        max-width: 14px;
        height: auto; }
        @media (max-width: 767px) {
          .priceTable__content_top svg {
            min-width: 11px;
            max-width: 11px; } }
      .priceTable__content_top:hover {
        opacity: 0.8; }
      .priceTable__content_top.active svg {
        transform: rotate(-180deg); }
    .priceTable__content-icon {
      position: relative; }
    .priceTable__content-title {
      font-size: 16px;
      font-weight: 700;
      color: #0d25ff;
      margin-left: 8px;
      line-height: 1.1; }
      @media (max-width: 767px) {
        .priceTable__content-title {
          font-size: 10px;
          margin-left: 6px; } }
      .priceTable__content-title span {
        font-size: 14px;
        font-weight: 400; }
        @media (max-width: 767px) {
          .priceTable__content-title span {
            font-size: 9px; } }
    .priceTable__content_desc {
      padding-left: 22px;
      display: none; }
      @media (max-width: 767px) {
        .priceTable__content_desc {
          padding-left: 0; } }
      .priceTable__content_desc p {
        font-size: 14px;
        color: #4d4d4d; }
        @media (max-width: 767px) {
          .priceTable__content_desc p {
            font-size: 10px; } }
  .priceTable__details {
    width: 53%;
    display: flex; }
    @media (max-width: 767px) {
      .priceTable__details {
        width: 57%; } }
  .priceTable__detail {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: calc(100% / 3);
    padding: 0 10px; }
    @media (max-width: 767px) {
      .priceTable__detail {
        padding: 0 2px; } }
    @media (max-width: 767px) {
      .priceTable__detail svg {
        width: 16px;
        height: auto; } }
    .priceTable__detail p {
      text-align: center;
      color: #444444;
      font-size: 16px;
      line-height: 1.25; }
      @media (max-width: 767px) {
        .priceTable__detail p {
          font-size: 10px; } }

.theWhitePaper {
  max-width: 100%; }
  .theWhitePaper__form {
    background: #E9EAFB;
    padding: 60px 32px 20px 32px;
    display: grid;
    grid-template-areas: "title title" "image text" "form form";
    grid-template-columns: 1fr 1fr;
    flex-direction: column;
    row-gap: 40px;
    column-gap: 24px; }
    .theWhitePaper__form h3 {
      font-size: 40px;
      font-weight: 800;
      line-height: 28px;
      letter-spacing: 0.04em;
      color: #0D25FF;
      text-transform: uppercase;
      grid-area: title; }
      @media (max-width: 767px) {
        .theWhitePaper__form h3 {
          font-size: 18px; } }
    .theWhitePaper__form__image {
      grid-area: image;
      border-radius: 4px;
      border: 1px solid #0D25FF;
      max-width: 100%;
      width: auto;
      height: auto; }
    .theWhitePaper__form__text {
      grid-area: text;
      align-self: center;
      font-size: 14px;
      line-height: 20px;
      letter-spacing: 0.02em;
      max-width: 200px; }
    .theWhitePaper__form .wpforms-form {
      grid-area: form; }
      .theWhitePaper__form .wpforms-form .wpforms-field-container {
        display: flex;
        flex-direction: column;
        gap: 8px; }
        .theWhitePaper__form .wpforms-form .wpforms-field-container label {
          font-size: 14px;
          font-weight: 400;
          line-height: 20px;
          letter-spacing: 0.02em;
          color: #0D25FF;
          display: flex;
          flex-direction: column;
          gap: 4px;
          width: 100%; }
        .theWhitePaper__form .wpforms-form .wpforms-field-container input[type="text"], .theWhitePaper__form .wpforms-form .wpforms-field-container input[type="email"], .theWhitePaper__form .wpforms-form .wpforms-field-container input [type="tel"] {
          border-radius: 4px !important;
          border: 1px solid #0D25FF;
          background: white;
          width: 100%;
          height: 34px !important;
          max-width: unset; }
        .theWhitePaper__form .wpforms-form .wpforms-field-container small {
          display: block;
          color: #808080;
          font-size: 9px;
          font-weight: 400;
          line-height: 14px;
          letter-spacing: 0.02em; }
        .theWhitePaper__form .wpforms-form .wpforms-field-container input[type="submit"] {
          background: linear-gradient(89.16deg, #000000 -12.92%, #0D25FF 100%);
          padding: 10px 24px;
          border-radius: 50px;
          height: 36px;
          color: white;
          font-size: 12px;
          font-weight: 800;
          line-height: 16px;
          letter-spacing: 0.04em;
          border: none;
          cursor: pointer;
          margin-top: 32px;
          align-self: flex-start; }
    @media (max-width: 767px) {
      .theWhitePaper__form .wpforms-container {
        width: 200%; } }
  .theWhitePaper__sidebar {
    background: #E9EAFB;
    padding: 20px 32px 60px 32px;
    color: #444444; }
  .theWhitePaper__main {
    padding: 32px;
    background: white;
    color: #444444; }
  .theWhitePaper__secondary {
    padding: 0 32px; }
    .theWhitePaper__secondary .aShare .wrap {
      display: flex;
      flex-wrap: wrap; }
  .theWhitePaper .HorizontalBanner {
    margin: 0 32px; }
  @media screen and (min-width: 1024px) {
    .theWhitePaper__container {
      max-width: 1284px;
      margin: 0 auto;
      display: grid;
      grid-template-areas: "form sidebar" "main secondary" "content secondary" "banner banner";
      grid-template-columns: 1fr 34.5%;
      gap: 32px;
      padding-left: 32px;
      padding-right: 32px; }
    .theWhitePaper__form {
      border-radius: 24px;
      padding: 40px 32px;
      gap: 32px;
      grid-template-areas: "title title" "text text" "image form"; }
      .theWhitePaper__form h3 {
        font-size: 40px;
        font-weight: 800;
        line-height: 40px;
        letter-spacing: 0.06em;
        max-width: unset; }
      .theWhitePaper__form__text {
        font-size: 20px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 0.02em;
        max-width: unset; }
    .theWhitePaper__sidebar {
      grid-area: sidebar;
      background: transparent;
      padding: 0; }
    .theWhitePaper__main {
      grid-area: main; }
    .theWhitePaper__content {
      grid-area: content; }
    .theWhitePaper__secondary {
      grid-area: secondary; }
    .theWhitePaper__banner {
      grid-area: banner; } }

/* ================== Components =================== */
.kdropdown {
  --height: 34px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  height: var(--height); }
  .kdropdown .kdropdown-content {
    display: flex;
    flex-direction: column;
    position: absolute;
    background-color: #fff;
    min-width: 210px;
    z-index: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    border-radius: 3px;
    border: 1px solid gray; }
    .kdropdown .kdropdown-content .kdropdown-item {
      color: black;
      text-decoration: none;
      display: block; }
      .kdropdown .kdropdown-content .kdropdown-item label {
        display: none;
        cursor: pointer;
        min-height: var(--height);
        align-items: center;
        padding: 6px 12px; }
        .kdropdown .kdropdown-content .kdropdown-item label:hover {
          background-color: rgba(0, 0, 0, 0.1); }
      .kdropdown .kdropdown-content .kdropdown-item input {
        position: absolute;
        left: 0;
        right: 0;
        opacity: 0;
        width: 0;
        height: 0; }
        .kdropdown .kdropdown-content .kdropdown-item input:checked + label {
          display: flex; }
  .kdropdown:hover .kdropdown-content .kdropdown-item label, .kdropdown:focus .kdropdown-content .kdropdown-item label {
    display: block; }

.kmultiselect {
  --bg: white;
  --border: 1px solid black;
  --radius: 3px;
  display: flex;
  gap: 12px;
  flex-direction: column; }
  .kmultiselect .kmultiselect-list {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    align-items: center; }
    .kmultiselect .kmultiselect-list:empty {
      display: none; }
    .kmultiselect .kmultiselect-list > span {
      display: inline-flex;
      gap: 6px;
      border-radius: var(--radius);
      background: rgba(0, 0, 255, 0.5);
      color: white;
      border: 1px solid blue;
      align-items: center;
      padding: 4px 8px;
      cursor: pointer; }
      .kmultiselect .kmultiselect-list > span:after {
        content: 'x';
        line-height: 0; }
  .kmultiselect .kmultiselect-select {
    border: var(--border);
    background: var(--bg);
    border-radius: var(--radius);
    position: relative;
    z-index: 2; }
    .kmultiselect .kmultiselect-select > input {
      padding: 12px 24px;
      border: none;
      background: transparent;
      outline: none;
      color: black;
      width: 100%; }
    .kmultiselect .kmultiselect-select .kmultiselect-ul {
      display: none;
      flex-direction: column;
      margin: calc(var(--radius) * -1) 0 0 0;
      padding: 0;
      list-style: none;
      position: absolute;
      top: 100%;
      left: -1px;
      right: -1px;
      background: var(--bg);
      border: var(--border);
      border-top: none;
      border-radius: 0 0 var(--radius) var(--radius);
      max-height: 200px;
      overflow: auto; }
      .kmultiselect .kmultiselect-select .kmultiselect-ul li {
        padding: 6px 12px;
        display: flex;
        align-items: center;
        gap: 12px;
        cursor: pointer; }
        .kmultiselect .kmultiselect-select .kmultiselect-ul li:hover {
          background: rgba(0, 0, 0, 0.1); }
        .kmultiselect .kmultiselect-select .kmultiselect-ul li label {
          flex: 1; }
        .kmultiselect .kmultiselect-select .kmultiselect-ul li.kmultiselect-manage_all {
          display: flex;
          gap: 32px; }
          .kmultiselect .kmultiselect-select .kmultiselect-ul li.kmultiselect-manage_all > label {
            flex: 1; }
            .kmultiselect .kmultiselect-select .kmultiselect-ul li.kmultiselect-manage_all > label input {
              position: absolute;
              opacity: 0; }
            .kmultiselect .kmultiselect-select .kmultiselect-ul li.kmultiselect-manage_all > label:nth-last-child(1) {
              text-align: right; }
  .kmultiselect.__select-open .kmultiselect-select .kmultiselect-ul {
    display: flex; }

.HorizontalBanner {
  display: grid;
  gap: 8px;
  background-image: var(--bg-image);
  background-size: cover;
  background-position: center;
  position: relative;
  grid-template-areas: "logo title title" "logo text button";
  grid-template-columns: auto 1fr auto;
  border-radius: 8px;
  overflow: hidden;
  padding: 18px 16px; }
  .HorizontalBanner:before {
    content: '';
    display: block;
    width: 26px;
    height: 26px;
    background-image: var(--logo);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    grid-area: logo;
    align-self: start; }
  .HorizontalBanner, .HorizontalBanner h3, .HorizontalBanner p {
    color: var(--color); }
  .HorizontalBanner > h3 {
    grid-area: title;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.04em;
    text-align: left;
    text-transform: uppercase; }
  .HorizontalBanner > p {
    grid-area: text;
    font-size: 9px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0.02em;
    text-align: left; }
  .HorizontalBanner > a {
    grid-area: button;
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0.04em;
    text-align: right;
    border-radius: 50px;
    background: var(--button-bg);
    color: var(--button-color);
    padding: 8px 20px;
    align-self: center;
    transition: filter ease .2s;
    will-change: filter;
    filter: brightness(1) contrast(1);
    cursor: pointer;
    position: relative;
    z-index: 1; }
    .HorizontalBanner > a:after {
      content: '>'; }
    .HorizontalBanner > a:hover {
      filter: brightness(1.5) contrast(1.2); }
  @media screen and (min-width: 1024px) {
    .HorizontalBanner {
      grid-template-areas: "logo title button" "logo text button";
      padding: 24px; }
      .HorizontalBanner h3 {
        font-size: 24px;
        font-weight: 700;
        line-height: 26px;
        letter-spacing: 0.06em; }
      .HorizontalBanner p {
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0.02em; }
      .HorizontalBanner a {
        font-size: 16px;
        line-height: 18px;
        letter-spacing: 0.04em; }
      .HorizontalBanner:after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 50%;
        background-image: var(--side-image);
        background-size: cover;
        background-position: center right;
        background-repeat: no-repeat; } }

.sp_badge {
  margin: 20px auto;
  text-align: center; }
  @media (max-width: 767px) {
    .sp_badge {
      margin-bottom: 40px; } }
  .sp_badge > span {
    display: inline-block;
    background: #DBDFFF;
    color: #0D25FF;
    font-size: 32px;
    line-height: 38px;
    padding: 16px 40px;
    font-weight: 600;
    clip-path: polygon(25px 0, calc(100% - 25px) 0, 100% 50%, calc(100% - 25px) 100%, 25px 100%, 0% 50%); }
    @media (max-width: 767px) {
      .sp_badge > span {
        font-size: 20px;
        line-height: 26px;
        width: 100%; } }

.font-weight\:normal, .font-weight\:400 {
  font-weight: 400; }

.font-weight\:bold, .font-weight\:600 {
  font-weight: 600; }

.font-weight\:strong, .font-weight\:900 {
  font-weight: 900; }

.text-transform\:uppercase {
  text-transform: uppercase; }

.fs\:26 {
  font-size: 26px;
  line-height: 24px; }
  @media (min-width: 1440px) {
    .fs\:26\:lg {
      font-size: 26px;
      line-height: 24px; } }

.fs\:56 {
  font-size: 56px;
  line-height: 54px; }
  @media (min-width: 1440px) {
    .fs\:56\:lg {
      font-size: 56px;
      line-height: 54px; } }

.padding\:30 {
  padding: 30px; }
  @media (min-width: 1440px) {
    .padding\:30\:lg {
      padding: 30px; } }

.padding\:60x0 {
  padding: 60px 0; }
  @media (min-width: 1440px) {
    .padding\:60x0\:lg {
      padding: 60px 0; } }

.padding\:120x0 {
  padding: 120px 0; }
  @media (min-width: 1440px) {
    .padding\:120x0\:lg {
      padding: 120px 0; } }

.margin\:0xauto {
  margin: 0 auto; }

.margin-bottom\:16 {
  margin-bottom: 16px; }
  @media (min-width: 1440px) {
    .margin-bottom\:16\:lg {
      margin-bottom: 16px; } }

.margin-bottom\:40 {
  margin-bottom: 40px; }
  @media (min-width: 1440px) {
    .margin-bottom\:40\:lg {
      margin-bottom: 40px; } }

.gap\:40 {
  gap: 40px; }
  @media (min-width: 1440px) {
    .gap\:40\:lg {
      gap: 40px; } }

.max-width\:450 {
  max-width: 450px; }
  @media (min-width: 1440px) {
    .max-width\:450\:lg {
      max-width: 450px; } }

