html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* responsive */
/* custom fonts */
@font-face {
  font-family: 'Hauora';
  src: url("../fonts/Hauora-Regular.woff2") format("woff2"), url("../fonts/Hauora-Regular.woff") format("woff"), url("../fonts/Hauora-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: swap; }

@font-face {
  font-family: 'Hauora';
  src: url("../fonts/Hauora-Medium.woff2") format("woff2"), url("../fonts/Hauora-Medium.woff") format("woff"), url("../fonts/Hauora-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap; }

@font-face {
  font-family: 'Hauora';
  src: url("../fonts/Hauora-SemiBold.woff2") format("woff2"), url("../fonts/Hauora-SemiBold.woff") format("woff"), url("../fonts/Hauora-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap; }

@font-face {
  font-family: 'Hauora';
  src: url("../fonts/Hauora-Bold.woff2") format("woff2"), url("../fonts/Hauora-Bold.woff") format("woff"), url("../fonts/Hauora-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap; }

@font-face {
  font-family: 'Hauora';
  src: url("../fonts/Hauora-ExtraBold.woff2") format("woff2"), url("../fonts/Hauora-ExtraBold.woff") format("woff"), url("../fonts/Hauora-ExtraBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 800;
  font-display: swap; }

.site {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.site-content {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

.ideas-lab-lp {
  position: relative;
  font-family: 'Hauora', sans-serif;
  color: #fff;
  background: #070a15; }
  .ideas-lab-lp .blur-bg {
    position: absolute;
    right: 0;
    left: 0;
    width: 526px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: contain; }
    .ideas-lab-lp .blur-bg_top {
      z-index: 2;
      top: -2%;
      width: 41vw;
      max-width: 786px;
      height: 13vw;
      max-height: 227px;
      background-image: url("../img/blur-bg_top.png");
      background-position: left top;
      background-size: 926px 227px;
      background-color: #3B89FF;
      filter: blur(104px); }
    .ideas-lab-lp .blur-bg_bottom {
      bottom: 0;
      width: 100%;
      height: 473px;
      background-image: url("../img/blur-bg_btm.png");
      background-position: 50% 100%; }
      @media screen and (min-width: 2558px) {
        .ideas-lab-lp .blur-bg_bottom {
          height: 635px; } }
      @media screen and (max-width: 991px) {
        .ideas-lab-lp .blur-bg_bottom {
          min-width: 440px;
          max-width: 1279px;
          height: 48vw;
          min-height: 164px;
          max-height: 473px; } }
      @media screen and (max-width: 769px) {
        .ideas-lab-lp .blur-bg_bottom {
          min-width: initial; } }
  .ideas-lab-lp a {
    text-decoration: none;
    color: inherit; }
    .ideas-lab-lp a:focus {
      outline: none; }
  .ideas-lab-lp button {
    padding: 0;
    color: inherit;
    cursor: pointer;
    background-color: transparent;
    border: none; }
    .ideas-lab-lp button:focus {
      outline: none; }
  .ideas-lab-lp input {
    width: 100%;
    padding-bottom: 16px;
    font-size: 18px;
    line-height: 28px;
    color: inherit;
    background: transparent;
    border: none;
    border-bottom: 2px solid #494D5D;
    transition: 0.2s; }
    @media screen and (min-width: 1918px) {
      .ideas-lab-lp input {
        font-size: 22px;
        line-height: 32px; } }
    @media screen and (min-width: 2558px) {
      .ideas-lab-lp input {
        font-size: 26px; } }
    .ideas-lab-lp input::placeholder {
      color: #7f7f7f;
      transition: 0.2s; }
    .ideas-lab-lp input:focus {
      outline: none; }
  .ideas-lab-lp .form-group {
    margin-bottom: 40px; }
    @media screen and (max-width: 769px) {
      .ideas-lab-lp .form-group {
        margin-bottom: 32px; } }
    .ideas-lab-lp .form-group:hover .form-label, .ideas-lab-lp .form-group.focus .form-label {
      color: #fff; }
    .ideas-lab-lp .form-group:hover input, .ideas-lab-lp .form-group.focus input {
      border-color: #959597; }
      .ideas-lab-lp .form-group:hover input::placeholder, .ideas-lab-lp .form-group.focus input::placeholder {
        color: #fff; }
  .ideas-lab-lp .form-label {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    color: #7f7f7f;
    transition: 0.2s; }
    @media screen and (min-width: 1918px) {
      .ideas-lab-lp .form-label {
        font-size: 22px;
        line-height: 32px; } }
    @media screen and (min-width: 2558px) {
      .ideas-lab-lp .form-label {
        font-size: 26px; } }
  .ideas-lab-lp .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    min-height: 56px;
    padding: 12px 24px;
    font-size: 18px;
    line-height: 28px;
    font-weight: normal;
    cursor: pointer;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12));
    border-radius: 30px;
    transition: all 0.2s; }
    @media screen and (min-width: 1918px) {
      .ideas-lab-lp .btn {
        min-height: 64px;
        padding: 16px 24px;
        font-size: 22px;
        line-height: 32px; } }
    @media screen and (min-width: 2558px) {
      .ideas-lab-lp .btn {
        font-size: 26px; } }
    @media screen and (max-width: 769px) {
      .ideas-lab-lp .btn {
        min-height: 44px;
        padding: 8px 24px; } }
    .ideas-lab-lp .btn:hover {
      color: #4791ff; }
  .ideas-lab-lp .wrapper {
    width: 100%;
    padding-right: 56px;
    padding-left: 56px;
    margin: 0 auto; }
    @media screen and (min-width: 1918px) {
      .ideas-lab-lp .wrapper {
        padding-right: 96px;
        padding-left: 96px; } }
    @media screen and (min-width: 2558px) {
      .ideas-lab-lp .wrapper {
        padding-right: 160px;
        padding-left: 160px; } }
    @media screen and (max-width: 991px) {
      .ideas-lab-lp .wrapper {
        padding-right: 32px;
        padding-left: 32px; } }
    @media screen and (max-width: 769px) {
      .ideas-lab-lp .wrapper {
        padding-right: 20px;
        padding-left: 20px; } }
  .ideas-lab-lp .heading {
    font-weight: 700;
    letter-spacing: -0.04em; }
    .ideas-lab-lp .heading_1 {
      font-size: 96px;
      line-height: 104px; }
      @media screen and (min-width: 1918px) {
        .ideas-lab-lp .heading_1 {
          font-size: 120px;
          line-height: 130px; } }
      @media screen and (min-width: 2558px) {
        .ideas-lab-lp .heading_1 {
          font-size: 160px;
          line-height: 170px; } }
      @media screen and (max-width: 991px) {
        .ideas-lab-lp .heading_1 {
          font-size: 64px;
          line-height: 1.12; } }
      @media screen and (max-width: 769px) {
        .ideas-lab-lp .heading_1 {
          font-size: 40px;
          line-height: 50px; } }
    .ideas-lab-lp .heading_2 {
      font-size: 48px;
      line-height: 58px; }
      @media screen and (min-width: 1918px) {
        .ideas-lab-lp .heading_2 {
          font-size: 64px;
          line-height: 74px; } }
      @media screen and (min-width: 2558px) {
        .ideas-lab-lp .heading_2 {
          font-size: 72px;
          line-height: 82px; } }
      @media screen and (max-width: 769px) {
        .ideas-lab-lp .heading_2 {
          font-size: 28px;
          line-height: 34px; } }
    .ideas-lab-lp .heading_4 {
      font-size: 32px;
      font-weight: 600;
      line-height: 44px; }
      @media screen and (min-width: 1918px) {
        .ideas-lab-lp .heading_4 {
          font-size: 40px;
          line-height: 55px; } }
      @media screen and (min-width: 2558px) {
        .ideas-lab-lp .heading_4 {
          font-size: 48px;
          line-height: 66px; } }
      @media screen and (max-width: 769px) {
        .ideas-lab-lp .heading_4 {
          font-size: 24px;
          font-weight: 700;
          line-height: 34px; } }
    .ideas-lab-lp .heading_gradient {
      background: -webkit-linear-gradient(0deg, #98B5FF, #CBF6FF 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
  .ideas-lab-lp .subheading {
    font-size: 12px;
    font-weight: 800;
    line-height: 16px;
    color: #4791ff;
    text-transform: uppercase; }
    @media screen and (min-width: 1918px) {
      .ideas-lab-lp .subheading {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 24px !important; } }
    @media screen and (min-width: 2558px) {
      .ideas-lab-lp .subheading {
        font-size: 18px;
        line-height: 28px; } }
  .ideas-lab-lp .paragraph {
    font-size: 20px;
    line-height: 32px; }
    @media screen and (min-width: 1918px) {
      .ideas-lab-lp .paragraph {
        font-size: 32px;
        line-height: 44px; } }
    @media screen and (min-width: 2558px) {
      .ideas-lab-lp .paragraph {
        font-size: 40px;
        line-height: 55px; } }
    @media screen and (max-width: 991px) {
      .ideas-lab-lp .paragraph {
        font-size: 16px;
        line-height: 24px; } }
  .ideas-lab-lp .header {
    position: relative;
    padding-top: 40px; }
    @media screen and (min-width: 1200px) {
      .ideas-lab-lp .header {
        transform: translateY(-2em); } }
    @media screen and (min-width: 1918px) {
      .ideas-lab-lp .header {
        padding-top: 48px; } }
    @media screen and (min-width: 2558px) {
      .ideas-lab-lp .header {
        padding-top: 56px; } }
    @media screen and (max-width: 769px) {
      .ideas-lab-lp .header {
        padding-top: 26px; } }
    .ideas-lab-lp .header.is-active {
      position: fixed;
      z-index: 2;
      width: 100%;
      top: 0;
      left: 0; }
    .ideas-lab-lp .header .wrapper {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .ideas-lab-lp .header__part {
      display: flex;
      align-items: center; }
    .ideas-lab-lp .header .menu {
      display: flex;
      margin-right: 16px; }
      @media screen and (max-width: 991px) {
        .ideas-lab-lp .header .menu {
          margin-right: 12px; } }
      @media screen and (max-width: 769px) {
        .ideas-lab-lp .header .menu {
          display: none; } }
      .ideas-lab-lp .header .menu__item {
        display: block;
        padding: 2px 16px;
        font-size: 14px;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        transition: 0.2s; }
        @media screen and (min-width: 1918px) {
          .ideas-lab-lp .header .menu__item {
            font-size: 16px;
            line-height: 26px; } }
        @media screen and (min-width: 2558px) {
          .ideas-lab-lp .header .menu__item {
            font-size: 20px; } }
        @media screen and (max-width: 991px) {
          .ideas-lab-lp .header .menu__item {
            padding-left: 12px;
            padding-right: 12px; } }
        .ideas-lab-lp .header .menu__item:hover,
        .ideas-lab-lp .header .menu__item .is-active {
          color: #4791ff; }
    .ideas-lab-lp .header .logo {
      width: 129px;
      height: 48px;
      background-image: url("../img/icon/logo.svg");
      background-repeat: no-repeat;
      background-size: contain; }
      @media screen and (min-width: 1918px) {
        .ideas-lab-lp .header .logo {
          width: 172px;
          height: 64px; } }
      @media screen and (min-width: 2558px) {
        .ideas-lab-lp .header .logo {
          width: 215px;
          height: 80px; } }
      @media screen and (max-width: 991px) {
        .ideas-lab-lp .header .logo {
          width: 116px;
          height: 43px; } }
      @media screen and (max-width: 769px) {
        .ideas-lab-lp .header .logo {
          width: 107px;
          height: 40px; } }
  .ideas-lab-lp .burger {
    display: none; }
    @media screen and (max-width: 769px) {
      .ideas-lab-lp .burger {
        display: block;
        padding: 8px;
        margin-left: 16px;
        cursor: pointer; } }
    .ideas-lab-lp .burger span {
      display: block;
      width: 4px;
      height: 4px;
      margin-bottom: 6px;
      background: #fff;
      border-radius: 50%; }
      .ideas-lab-lp .burger span:last-child {
        margin-bottom: 0; }
  .ideas-lab-lp .menu-dropdown {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    min-height: 100vh;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: #070a14;
    outline: 0;
    opacity: 0;
    transition: opacity 0.15s linear, z-index 0.15s; }
    .ideas-lab-lp .menu-dropdown .menu-dropdown__item,
    .ideas-lab-lp .menu-dropdown .btn,
    .ideas-lab-lp .menu-dropdown .contacts__item {
      opacity: 0; }
    .ideas-lab-lp .menu-dropdown.is-open {
      z-index: 999;
      opacity: 1;
      overflow: hidden; }
      .ideas-lab-lp .menu-dropdown.is-open .menu-dropdown__item,
      .ideas-lab-lp .menu-dropdown.is-open .btn,
      .ideas-lab-lp .menu-dropdown.is-open .contacts__item {
        opacity: 0;
        transform: translateY(2em);
        animation: modalItemAnimation 0.5s forwards; }
      .ideas-lab-lp .menu-dropdown.is-open .menu-dropdown__item {
        animation-delay: 0.2s; }
        .ideas-lab-lp .menu-dropdown.is-open .menu-dropdown__item:nth-child(2) {
          animation-delay: 0.24s; }
        .ideas-lab-lp .menu-dropdown.is-open .menu-dropdown__item:nth-child(3) {
          animation-delay: 0.28s; }
        .ideas-lab-lp .menu-dropdown.is-open .menu-dropdown__item:nth-child(4) {
          animation-delay: 0.32s; }
      .ideas-lab-lp .menu-dropdown.is-open .btn {
        animation-delay: 0.34s; }
      .ideas-lab-lp .menu-dropdown.is-open .contacts__item {
        animation-delay: 0.4s; }
    .ideas-lab-lp .menu-dropdown__inner {
      position: relative;
      z-index: 1;
      display: flex;
      flex-direction: column;
      height: 100%;
      padding: 28px 20px 32px;
      overflow-y: auto; }
    .ideas-lab-lp .menu-dropdown__top {
      margin-bottom: 78px; }
      @media screen and (max-width: 460px) {
        .ideas-lab-lp .menu-dropdown__top {
          margin-bottom: 54px; } }
    .ideas-lab-lp .menu-dropdown__content {
      flex: 1 1 0; }
    .ideas-lab-lp .menu-dropdown__list {
      margin-bottom: 42px; }
      @media screen and (max-width: 460px) {
        .ideas-lab-lp .menu-dropdown__list {
          margin-bottom: 36px; } }
    .ideas-lab-lp .menu-dropdown__item {
      display: block;
      margin-bottom: 24px;
      font-size: 32px;
      font-weight: 700;
      line-height: 42px;
      letter-spacing: -0.04em; }
      @media screen and (max-width: 460px) {
        .ideas-lab-lp .menu-dropdown__item {
          font-size: 28px;
          line-height: 38px;
          margin-bottom: 18px; } }
      .ideas-lab-lp .menu-dropdown__item:last-child {
        margin: 0; }
    @media screen and (max-width: 500px) {
      .ideas-lab-lp .menu-dropdown .contacts-us__btn {
        width: 100%; } }
    .ideas-lab-lp .menu-dropdown .contacts__list {
      text-align: center; }
    .ideas-lab-lp .menu-dropdown .contacts__item {
      display: block;
      font-size: 18px;
      font-weight: 500;
      line-height: 42px; }
  .ideas-lab-lp .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -16px;
    margin-left: -16px; }
    @media screen and (min-width: 1918px) {
      .ideas-lab-lp .row {
        margin-right: -24px;
        margin-left: -24px; } }
    @media screen and (min-width: 2558px) {
      .ideas-lab-lp .row {
        margin-right: -32px;
        margin-left: -32px; } }
    @media screen and (max-width: 991px) {
      .ideas-lab-lp .row {
        margin-right: -12px;
        margin-left: -12px; } }
  .ideas-lab-lp .col {
    padding-right: 16px;
    padding-left: 16px; }
    @media screen and (min-width: 1918px) {
      .ideas-lab-lp .col {
        padding-right: 24px;
        padding-left: 24px; } }
    @media screen and (min-width: 2558px) {
      .ideas-lab-lp .col {
        padding-right: 32px;
        padding-left: 32px; } }
    @media screen and (max-width: 991px) {
      .ideas-lab-lp .col {
        padding-right: 12px;
        padding-left: 12px; } }
    .ideas-lab-lp .col-5 {
      width: 41.66%; }
    .ideas-lab-lp .col-6 {
      width: 50%; }
    .ideas-lab-lp .col-7 {
      width: 58.33%; }
    .ideas-lab-lp .col-8 {
      width: 66.66%; }
  .ideas-lab-lp .offset-2 {
    margin-left: 16.66%; }
  .ideas-lab-lp .offset-5 {
    margin-left: 41.66%; }
  .ideas-lab-lp .top-section {
    position: relative;
    min-height: 277px;
    height: calc(100vh - 96px);
    padding-bottom: 60px;
    overflow: hidden; }
    @media screen and (min-width: 1918px) {
      .ideas-lab-lp .top-section {
        padding-bottom: 75px; } }
    @media screen and (min-width: 2558px) {
      .ideas-lab-lp .top-section {
        padding-bottom: 90px; } }
    @media screen and (max-width: 769px) {
      .ideas-lab-lp .top-section {
        padding-bottom: 30px;
        height: calc(100vh - 78px); } }
    @media screen and (max-width: 1023px) {
      .ideas-lab-lp .top-section .bg-overlay {
        display: none; }
        .ideas-lab-lp .top-section .bg-overlay .bg-overlay-poster {
          display: none; } }
    .ideas-lab-lp .top-section .bg-overlay_mobile {
      position: relative;
      z-index: 1;
      display: none;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: 50% 100%;
      width: 100%;
      min-width: 600px;
      height: 65vw;
      min-height: 276px;
      max-height: 1000px; }
      @media screen and (max-width: 1023px) {
        .ideas-lab-lp .top-section .bg-overlay_mobile {
          display: block; } }
      .ideas-lab-lp .top-section .bg-overlay_mobile .bg-overlay_mobile-poster {
        width: 100%;
        height: 100%;
        object-position: 50% 100%;
        object-fit: cover; }
    .ideas-lab-lp .top-section .bg-overlay-wrapper {
      position: absolute;
      top: 55%;
      left: 50%;
      width: 100%;
      min-width: 600px;
      transform: translate(-50%, -50%); }
      .ideas-lab-lp .top-section .bg-overlay-wrapper img {
        max-width: 100%;
        height: auto; }
      .ideas-lab-lp .top-section .bg-overlay-wrapper canvas {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        height: 100%;
        width: 100%;
        margin: 0 auto; }
    .ideas-lab-lp .top-section .wrapper {
      display: flex;
      flex-direction: column;
      height: 100%; }
    .ideas-lab-lp .top-section__title-wrapper {
      position: relative;
      width: 100%;
      max-width: 709px;
      margin-top: auto; }
      @media screen and (min-width: 1918px) {
        .ideas-lab-lp .top-section__title-wrapper {
          max-width: 870px; } }
      @media screen and (min-width: 2558px) {
        .ideas-lab-lp .top-section__title-wrapper {
          max-width: 1088px; } }
      .ideas-lab-lp .top-section__title-wrapper span {
        display: block; }
  .ideas-lab-lp .who-we-section {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px; }
    @media screen and (min-width: 1918px) {
      .ideas-lab-lp .who-we-section {
        padding-top: 225px;
        padding-bottom: 120px; } }
    @media screen and (min-width: 2558px) {
      .ideas-lab-lp .who-we-section {
        padding-top: 286px; } }
    @media screen and (max-width: 769px) {
      .ideas-lab-lp .who-we-section {
        padding-top: 68px;
        padding-bottom: 40px; } }
    @media screen and (max-width: 991px) {
      .ideas-lab-lp .who-we-section .col {
        width: 100%;
        margin: 0; } }
    .ideas-lab-lp .who-we-section .subheading {
      margin-bottom: 32px; }
      @media screen and (max-width: 769px) {
        .ideas-lab-lp .who-we-section .subheading {
          margin-bottom: 16px; } }
    .ideas-lab-lp .who-we-section__title {
      margin-bottom: 64px; }
      @media screen and (min-width: 1918px) {
        .ideas-lab-lp .who-we-section__title {
          width: 100%;
          max-width: 988px;
          margin-bottom: 80px; } }
      @media screen and (max-width: 769px) {
        .ideas-lab-lp .who-we-section__title {
          margin-bottom: 40px; } }
    .ideas-lab-lp .who-we-section .list__item {
      display: flex;
      align-items: center;
      margin-bottom: 64px;
      font-size: 28px;
      font-weight: 600;
      line-height: 36px; }
      @media screen and (min-width: 1918px) {
        .ideas-lab-lp .who-we-section .list__item {
          font-size: 32px;
          line-height: 42px; } }
      @media screen and (min-width: 2558px) {
        .ideas-lab-lp .who-we-section .list__item {
          font-size: 40px;
          line-height: 50px;
          margin-bottom: 80px; } }
      @media screen and (max-width: 769px) {
        .ideas-lab-lp .who-we-section .list__item {
          display: block;
          margin-bottom: 40px;
          font-size: 24px;
          font-weight: 500;
          line-height: 34px; } }
      .ideas-lab-lp .who-we-section .list__item:last-child {
        margin: 0; }
      .ideas-lab-lp .who-we-section .list__item .item__icon {
        display: flex;
        align-items: center;
        width: 110px;
        height: 110px;
        margin-right: 42px; }
        @media screen and (max-width: 769px) {
          .ideas-lab-lp .who-we-section .list__item .item__icon {
            width: 96px;
            height: 96px;
            margin: 0 0 16px; } }
  .ideas-lab-lp .projects-section {
    padding-top: 104px;
    padding-bottom: 100px; }
    @media screen and (min-width: 1918px) {
      .ideas-lab-lp .projects-section {
        padding-top: 120px;
        padding-bottom: 120px; } }
    @media screen and (max-width: 769px) {
      .ideas-lab-lp .projects-section {
        padding-top: 40px;
        padding-bottom: 40px; } }
    @media screen and (max-width: 1100px) {
      .ideas-lab-lp .projects-section .col-5 {
        width: 58.33%; } }
    @media screen and (max-width: 769px) {
      .ideas-lab-lp .projects-section .col-5 {
        width: 100%; } }
    @media screen and (max-width: 1100px) {
      .ideas-lab-lp .projects-section .col-7 {
        width: 100%; } }
    .ideas-lab-lp .projects-section .subheading {
      margin-bottom: 24px; }
      @media screen and (max-width: 769px) {
        .ideas-lab-lp .projects-section .subheading {
          margin-bottom: 16px; } }
    @media screen and (max-width: 1100px) {
      .ideas-lab-lp .projects-section__title {
        margin-bottom: 64px; } }
    @media screen and (max-width: 991px) {
      .ideas-lab-lp .projects-section__title {
        margin-bottom: 32px; } }
    .ideas-lab-lp .projects-section .context {
      position: relative; }
    .ideas-lab-lp .projects-section .ellipse {
      position: absolute;
      border-radius: 50%; }
    .ideas-lab-lp .projects-section .ellipse-1 {
      top: 10%;
      left: -35%;
      width: 280px;
      height: 150px;
      background: rgba(59, 196, 255, 0.5);
      filter: blur(90px); }
      @media screen and (max-width: 769px) {
        .ideas-lab-lp .projects-section .ellipse-1 {
          top: 20%;
          left: 0;
          width: 200px;
          height: 100px; } }
    .ideas-lab-lp .projects-section .ellipse-2 {
      top: -33%;
      right: -37%;
      width: 470px;
      height: 200px;
      background: rgba(59, 137, 255, 0.51);
      filter: blur(90px); }
      @media screen and (max-width: 769px) {
        .ideas-lab-lp .projects-section .ellipse-2 {
          top: -20%;
          width: 300px;
          height: 70px; } }
    .ideas-lab-lp .projects-section .ellipse-3 {
      bottom: -34%;
      left: 0;
      width: 279px;
      height: 102px;
      background: #FEACA1;
      filter: blur(89px); }
      @media screen and (max-width: 769px) {
        .ideas-lab-lp .projects-section .ellipse-3 {
          bottom: -20%;
          width: 200px;
          height: 70px; } }
    .ideas-lab-lp .projects-section .ellipse-4 {
      top: 40%;
      right: -30%;
      width: 235px;
      height: 150px;
      background: #D8FEA1;
      filter: blur(89px); }
      @media screen and (max-width: 769px) {
        .ideas-lab-lp .projects-section .ellipse-4 {
          right: 20%;
          width: 200px;
          height: 70px; } }
    .ideas-lab-lp .projects-section .list {
      padding-top: 16%; }
      .ideas-lab-lp .projects-section .list__item {
        position: relative;
        display: block;
        height: 360px;
        padding: 40px;
        margin-bottom: 8px;
        overflow: hidden; }
        @media screen and (min-width: 1918px) {
          .ideas-lab-lp .projects-section .list__item {
            height: 532px;
            padding: 56px;
            margin-bottom: 32px; } }
        @media screen and (min-width: 2558px) {
          .ideas-lab-lp .projects-section .list__item {
            height: 690px;
            padding: 64px; } }
        @media screen and (max-width: 769px) {
          .ideas-lab-lp .projects-section .list__item {
            height: 422px;
            padding: 32px 24px;
            margin-bottom: 24px; } }
        .ideas-lab-lp .projects-section .list__item:last-child {
          margin: 0; }
        .ideas-lab-lp .projects-section .list__item .item__visual {
          position: absolute;
          bottom: 0;
          right: 0;
          width: 276px;
          height: 301px; }
          @media screen and (min-width: 1918px) {
            .ideas-lab-lp .projects-section .list__item .item__visual {
              width: 445px;
              height: 408px; } }
          @media screen and (min-width: 2558px) {
            .ideas-lab-lp .projects-section .list__item .item__visual {
              width: 576px;
              height: 528px; } }
          @media screen and (max-width: 769px) {
            .ideas-lab-lp .projects-section .list__item .item__visual {
              width: 264px;
              height: 287px; } }
          .ideas-lab-lp .projects-section .list__item .item__visual img {
            display: block;
            object-fit: contain;
            object-position: right bottom;
            width: 100%;
            height: 100%; }
        .ideas-lab-lp .projects-section .list__item .item__title {
          margin-bottom: 16px; }
          @media screen and (min-width: 1918px) {
            .ideas-lab-lp .projects-section .list__item .item__title {
              margin-bottom: 32px; } }
          @media screen and (min-width: 2558px) {
            .ideas-lab-lp .projects-section .list__item .item__title {
              margin-bottom: 24px; } }
          @media screen and (max-width: 769px) {
            .ideas-lab-lp .projects-section .list__item .item__title {
              margin-bottom: 8px; } }
        .ideas-lab-lp .projects-section .list__item .item__description {
          width: 100%;
          max-width: 277px;
          font-size: 20px;
          font-weight: 500;
          line-height: 32px; }
          @media screen and (min-width: 1918px) {
            .ideas-lab-lp .projects-section .list__item .item__description {
              max-width: 336px;
              font-size: 24px;
              line-height: 34px; } }
          @media screen and (min-width: 2558px) {
            .ideas-lab-lp .projects-section .list__item .item__description {
              max-width: 380px;
              font-size: 28px;
              line-height: 38px; } }
          .ideas-lab-lp .projects-section .list__item .item__description p {
            opacity: 0.8; }
          @media screen and (max-width: 769px) {
            .ideas-lab-lp .projects-section .list__item .item__description {
              font-size: 16px;
              line-height: 24px; } }
    .ideas-lab-lp .projects-section .item-bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(0deg, #1B1E2C, #1B1E2C), #1B1B1B; }
    .ideas-lab-lp .projects-section .context {
      padding-right: 51%; }
      @media screen and (max-width: 769px) {
        .ideas-lab-lp .projects-section .context {
          padding-right: 0; } }
  .ideas-lab-lp .ideas-section {
    padding-top: 104px;
    padding-bottom: 90px; }
    @media screen and (min-width: 1918px) {
      .ideas-lab-lp .ideas-section {
        padding-top: 120px;
        padding-bottom: 120px; } }
    @media screen and (max-width: 769px) {
      .ideas-lab-lp .ideas-section {
        display: none; } }
    @media screen and (max-width: 991px) {
      .ideas-lab-lp .ideas-section .col {
        width: 100%;
        margin: 0; } }
    .ideas-lab-lp .ideas-section_mobile {
      display: none; }
      @media screen and (max-width: 769px) {
        .ideas-lab-lp .ideas-section_mobile {
          display: block;
          padding-top: 40px;
          padding-bottom: 40px; } }
    .ideas-lab-lp .ideas-section__title {
      text-align: center;
      line-height: 42px;
      font-weight: 700; }
      @media screen and (min-width: 1918px) {
        .ideas-lab-lp .ideas-section__title {
          line-height: 58px; } }
      @media screen and (min-width: 2558px) {
        .ideas-lab-lp .ideas-section__title {
          font-size: 56px;
          line-height: 66px; } }
      @media screen and (max-width: 769px) {
        .ideas-lab-lp .ideas-section__title {
          font-size: 20px;
          line-height: 30px; } }
      @media screen and (max-width: 991px) {
        .ideas-lab-lp .ideas-section__title br {
          display: none; } }
  .ideas-lab-lp .team-section {
    padding-top: 90px;
    padding-bottom: 0; }
    @media screen and (min-width: 1918px) {
      .ideas-lab-lp .team-section {
        padding-top: 120px; } }
    @media screen and (max-width: 769px) {
      .ideas-lab-lp .team-section {
        padding-top: 40px; } }
    .ideas-lab-lp .team-section__top {
      width: 100%;
      max-width: 830px;
      margin: 0 auto 72px;
      text-align: center; }
      @media screen and (min-width: 1918px) {
        .ideas-lab-lp .team-section__top {
          margin-bottom: 88px; } }
      @media screen and (min-width: 2558px) {
        .ideas-lab-lp .team-section__top {
          margin-bottom: 160px; } }
      @media screen and (max-width: 991px) {
        .ideas-lab-lp .team-section__top {
          max-width: none;
          margin-bottom: 32px; } }
    .ideas-lab-lp .team-section .subheading {
      margin-bottom: 24px; }
      @media screen and (max-width: 769px) {
        .ideas-lab-lp .team-section .subheading {
          margin-bottom: 16px; } }
    .ideas-lab-lp .team-section .card-columns {
      column-count: 3;
      column-gap: 32px;
      orphans: 2;
      widows: 1; }
      @media screen and (min-width: 1918px) {
        .ideas-lab-lp .team-section .card-columns {
          column-gap: 48px; } }
      @media screen and (min-width: 2558px) {
        .ideas-lab-lp .team-section .card-columns {
          column-gap: 64px; } }
      @media screen and (max-width: 769px) {
        .ideas-lab-lp .team-section .card-columns {
          display: flex;
          column-count: 1;
          column-gap: 0;
          orphans: 1;
          widows: 1;
          overflow: hidden;
          overflow-x: auto;
          margin-right: -16px; } }
    .ideas-lab-lp .team-section .card {
      position: relative;
      display: inline-block;
      width: 100%;
      min-width: 152px;
      margin-bottom: 120px; }
      @media screen and (max-width: 769px) {
        .ideas-lab-lp .team-section .card {
          width: 152px;
          margin-right: 16px;
          margin-bottom: 32px; } }
      .ideas-lab-lp .team-section .card:nth-child(1) {
        padding-top: 16%; }
        @media screen and (max-width: 769px) {
          .ideas-lab-lp .team-section .card:nth-child(1) {
            padding: 0; } }
      .ideas-lab-lp .team-section .card:nth-child(5) {
        padding-top: 32%; }
        @media screen and (max-width: 769px) {
          .ideas-lab-lp .team-section .card:nth-child(5) {
            padding: 0; } }
      @media screen and (max-width: 769px) {
        .ideas-lab-lp .team-section .card:last-child {
          width: 168px;
          min-width: 168px;
          padding-right: 16px; } }
      .ideas-lab-lp .team-section .card__visual {
        width: 100%;
        min-width: 152px;
        height: 31vw;
        min-height: 166px;
        margin-bottom: 32px;
        background-repeat: no-repeat;
        background-position: center 0;
        background-size: cover; }
        @media screen and (min-width: 1918px) {
          .ideas-lab-lp .team-section .card__visual {
            margin-bottom: 40px; } }
        @media screen and (min-width: 2558px) {
          .ideas-lab-lp .team-section .card__visual {
            height: 30vw; } }
        @media screen and (max-width: 769px) {
          .ideas-lab-lp .team-section .card__visual {
            margin: 0 0 16px;
            width: 152px;
            height: 166px; } }
      .ideas-lab-lp .team-section .card__title {
        margin-bottom: 8px;
        font-size: 32px;
        font-weight: 800;
        line-height: 42px; }
        @media screen and (min-width: 1918px) {
          .ideas-lab-lp .team-section .card__title {
            font-size: 40px; } }
        @media screen and (min-width: 2558px) {
          .ideas-lab-lp .team-section .card__title {
            font-size: 48px;
            line-height: 58px;
            margin-bottom: 16px; } }
        @media screen and (max-width: 769px) {
          .ideas-lab-lp .team-section .card__title {
            font-size: 20px;
            line-height: 30px; } }
      .ideas-lab-lp .team-section .card__subtitle {
        font-size: 16px;
        font-weight: 800;
        line-height: 32px;
        color: #8D8D8D;
        text-transform: uppercase; }
        @media screen and (min-width: 1918px) {
          .ideas-lab-lp .team-section .card__subtitle {
            font-size: 18px; } }
        @media screen and (min-width: 2558px) {
          .ideas-lab-lp .team-section .card__subtitle {
            font-size: 20px; } }
        @media screen and (max-width: 769px) {
          .ideas-lab-lp .team-section .card__subtitle {
            font-size: 12px;
            line-height: 20px; } }
  .ideas-lab-lp .partners-section {
    padding-top: 60px;
    padding-bottom: 82px; }
    @media screen and (min-width: 1918px) {
      .ideas-lab-lp .partners-section {
        padding-top: 120px;
        padding-bottom: 120px; } }
    @media screen and (max-width: 769px) {
      .ideas-lab-lp .partners-section {
        padding-top: 30px;
        padding-bottom: 37px; } }
    @media screen and (max-width: 769px) {
      .ideas-lab-lp .partners-section .col {
        width: 100%; } }
    .ideas-lab-lp .partners-section .subheading {
      margin-bottom: 24px; }
      @media screen and (max-width: 769px) {
        .ideas-lab-lp .partners-section .subheading {
          margin-bottom: 16px; } }
    @media screen and (max-width: 769px) {
      .ideas-lab-lp .partners-section__title {
        margin-bottom: 32px; } }
    .ideas-lab-lp .partners-section .list {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
      margin-top: -16px; }
      @media screen and (min-width: 1918px) {
        .ideas-lab-lp .partners-section .list {
          margin-top: -20px; } }
      @media screen and (max-width: 769px) {
        .ideas-lab-lp .partners-section .list {
          margin-top: -6px; } }
      .ideas-lab-lp .partners-section .list__item {
        display: flex;
        align-items: center;
        justify-content: center;
        width: calc(50% - 16px);
        max-width: 396px;
        height: 212px;
        margin-top: 16px;
        margin-right: 32px;
        margin-bottom: 16px;
        cursor: pointer;
        transition: 0.2s; }
        @media screen and (min-width: 1918px) {
          .ideas-lab-lp .partners-section .list__item {
            width: calc(50% - 24px);
            margin-top: 20px;
            margin-right: 48px;
            margin-bottom: 20px; } }
        @media screen and (min-width: 2558px) {
          .ideas-lab-lp .partners-section .list__item {
            width: calc(50% - 32px);
            max-width: 512px;
            height: 274px;
            margin-right: 64px; } }
        @media screen and (max-width: 1199px) {
          .ideas-lab-lp .partners-section .list__item {
            height: 19vw;
            min-height: 82px;
            max-height: 144px; } }
        @media screen and (max-width: 769px) {
          .ideas-lab-lp .partners-section .list__item {
            margin-top: 6px;
            margin-bottom: 6px; } }
        .ideas-lab-lp .partners-section .list__item:nth-child(2n) {
          margin-right: 0; }
        .ideas-lab-lp .partners-section .list__item:hover svg path {
          fill-opacity: 1; }
        .ideas-lab-lp .partners-section .list__item svg {
          display: block;
          width: 100%;
          height: 100%; }
          .ideas-lab-lp .partners-section .list__item svg path {
            transition: 0.2s; }
  .ideas-lab-lp .blog-section {
    padding-top: 82px;
    padding-bottom: 90px; }
    @media screen and (min-width: 1918px) {
      .ideas-lab-lp .blog-section {
        padding-top: 120px;
        padding-bottom: 120px; } }
    @media screen and (max-width: 769px) {
      .ideas-lab-lp .blog-section {
        padding-top: 37px;
        padding-bottom: 57px; } }
    .ideas-lab-lp .blog-section .subheading {
      margin-bottom: 24px; }
      @media screen and (max-width: 769px) {
        .ideas-lab-lp .blog-section .subheading {
          margin-bottom: 16px; } }
    .ideas-lab-lp .blog-section__top {
      margin-bottom: 80px; }
      @media screen and (min-width: 1918px) {
        .ideas-lab-lp .blog-section__top {
          margin-bottom: 88px; } }
      @media screen and (max-width: 769px) {
        .ideas-lab-lp .blog-section__top {
          margin-bottom: 32px; } }
    @media screen and (max-width: 769px) {
      .ideas-lab-lp .blog-section .list {
        margin-right: -20px;
        overflow: hidden;
        overflow-x: auto; } }
    @media screen and (max-width: 769px) {
      .ideas-lab-lp .blog-section .list .row {
        margin: 0;
        flex-wrap: nowrap; } }
    @media screen and (max-width: 769px) {
      .ideas-lab-lp .blog-section .list .col {
        min-width: 236px;
        padding: 0;
        margin-right: 16px; } }
    @media screen and (max-width: 769px) {
      .ideas-lab-lp .blog-section .list .col:last-child {
        min-width: 256px; } }
    .ideas-lab-lp .blog-section .list__item {
      display: flex; }
      @media screen and (max-width: 991px) {
        .ideas-lab-lp .blog-section .list__item {
          display: block; } }
      .ideas-lab-lp .blog-section .list__item:hover .item__title {
        color: #4791ff; }
      .ideas-lab-lp .blog-section .list__item .item__visual {
        display: block;
        flex: none;
        width: 23vw;
        min-width: 236px;
        max-width: 268px;
        height: 28vw;
        min-height: 286px;
        max-height: 325px;
        margin-right: 30px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover; }
        @media screen and (min-width: 1918px) {
          .ideas-lab-lp .blog-section .list__item .item__visual {
            max-width: 396px;
            max-height: 496px;
            margin-right: 48px; } }
        @media screen and (min-width: 2558px) {
          .ideas-lab-lp .blog-section .list__item .item__visual {
            max-width: 512px;
            max-height: 620px;
            margin-right: 64px; } }
        @media screen and (max-width: 991px) {
          .ideas-lab-lp .blog-section .list__item .item__visual {
            width: 27vw;
            height: 33vw;
            margin: 0 0 24px; } }
      .ideas-lab-lp .blog-section .list__item .item__content {
        display: block;
        font-size: 16px;
        font-weight: 800;
        line-height: 32px; }
        @media screen and (min-width: 1918px) {
          .ideas-lab-lp .blog-section .list__item .item__content {
            margin-bottom: 8px;
            font-size: 20px; } }
        @media screen and (min-width: 2558px) {
          .ideas-lab-lp .blog-section .list__item .item__content {
            font-size: 22px; } }
      .ideas-lab-lp .blog-section .list__item .item__category {
        display: block;
        color: #4791ff; }
        @media screen and (max-width: 769px) {
          .ideas-lab-lp .blog-section .list__item .item__category {
            font-size: 12px;
            line-height: 20px;
            margin-bottom: 4px; } }
      .ideas-lab-lp .blog-section .list__item .item__date {
        display: block;
        margin-bottom: 48px;
        color: #8d8d8d; }
        @media screen and (max-width: 769px) {
          .ideas-lab-lp .blog-section .list__item .item__date {
            font-size: 12px;
            line-height: 20px;
            margin-bottom: 16px; } }
      .ideas-lab-lp .blog-section .list__item .item__title {
        font-size: 26px;
        font-weight: 600;
        line-height: 36px;
        transition: 0.2s; }
        @media screen and (min-width: 1918px) {
          .ideas-lab-lp .blog-section .list__item .item__title {
            font-size: 40px;
            line-height: 50px; } }
        @media screen and (min-width: 2558px) {
          .ideas-lab-lp .blog-section .list__item .item__title {
            font-size: 48px;
            line-height: 58px; } }
        @media screen and (max-width: 769px) {
          .ideas-lab-lp .blog-section .list__item .item__title {
            font-size: 18px;
            font-weight: 700;
            line-height: 26px; } }
  .ideas-lab-lp .contact-us-section {
    padding-top: 90px;
    text-align: center; }
    @media screen and (min-width: 1918px) {
      .ideas-lab-lp .contact-us-section {
        padding-top: 120px; } }
    @media screen and (max-width: 769px) {
      .ideas-lab-lp .contact-us-section {
        padding-top: 57px; } }
    @media screen and (max-width: 991px) {
      .ideas-lab-lp .contact-us-section .col {
        width: 100%;
        margin: 0; } }
    .ideas-lab-lp .contact-us-section .subheading {
      margin-bottom: 24px; }
      @media screen and (max-width: 769px) {
        .ideas-lab-lp .contact-us-section .subheading {
          margin-bottom: 16px; } }
    .ideas-lab-lp .contact-us-section__title {
      margin-bottom: 32px; }
      @media screen and (min-width: 1918px) {
        .ideas-lab-lp .contact-us-section__title {
          margin-bottom: 40px; } }
      @media screen and (min-width: 2558px) {
        .ideas-lab-lp .contact-us-section__title {
          margin-bottom: 24px; } }
      @media screen and (max-width: 769px) {
        .ideas-lab-lp .contact-us-section__title {
          margin-bottom: 16px; } }
    .ideas-lab-lp .contact-us-section .paragraph {
      margin-bottom: 30px; }
      @media screen and (min-width: 1918px) {
        .ideas-lab-lp .contact-us-section .paragraph {
          margin-bottom: 48px; } }
      @media screen and (max-width: 769px) {
        .ideas-lab-lp .contact-us-section .paragraph {
          margin-bottom: 24px; } }
      @media screen and (max-width: 769px) {
        .ideas-lab-lp .contact-us-section .paragraph p {
          opacity: 0.8; } }
    .ideas-lab-lp .contact-us-section .contacts-us__btn {
      margin: 0 auto; }
      @media screen and (max-width: 500px) {
        .ideas-lab-lp .contact-us-section .contacts-us__btn {
          width: 100%; } }
  .ideas-lab-lp .footer {
    position: relative;
    z-index: 1;
    padding-top: 72px;
    padding-bottom: 80px; }
    @media screen and (min-width: 1918px) {
      .ideas-lab-lp .footer {
        padding-top: 48px; } }
    @media screen and (max-width: 769px) {
      .ideas-lab-lp .footer {
        padding-top: 24px;
        padding-bottom: 16px; } }
    .ideas-lab-lp .footer__list {
      display: flex;
      flex-wrap: wrap;
      width: fit-content;
      margin: 0 auto; }
      @media screen and (max-width: 769px) {
        .ideas-lab-lp .footer__list {
          flex-wrap: wrap;
          justify-content: center;
          text-align: center; } }
    .ideas-lab-lp .footer a {
      display: block; }
      .ideas-lab-lp .footer a:hover {
        color: #4791ff; }
    .ideas-lab-lp .footer__item {
      margin-right: 54px;
      font-size: 18px;
      font-weight: 500;
      line-height: 42px;
      white-space: nowrap;
      transition: 0.2s; }
      @media screen and (min-width: 1918px) {
        .ideas-lab-lp .footer__item {
          margin-right: 40px;
          font-size: 20px; } }
      @media screen and (min-width: 2558px) {
        .ideas-lab-lp .footer__item {
          margin-right: 32px;
          font-size: 22px; } }
      @media screen and (max-width: 769px) {
        .ideas-lab-lp .footer__item {
          width: 100%;
          margin: 0; } }
      .ideas-lab-lp .footer__item:last-child {
        margin-right: 0; }
  .ideas-lab-lp .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    transition: opacity 0.15s linear, z-index 0.15s; }
    .ideas-lab-lp .modal .heading,
    .ideas-lab-lp .modal .modal__description,
    .ideas-lab-lp .modal .form-group,
    .ideas-lab-lp .modal .btn {
      opacity: 0; }
    .ideas-lab-lp .modal.is-open {
      z-index: 999;
      opacity: 1;
      overflow: hidden; }
      .ideas-lab-lp .modal.is-open .heading,
      .ideas-lab-lp .modal.is-open .modal__description,
      .ideas-lab-lp .modal.is-open .form-group,
      .ideas-lab-lp .modal.is-open .btn {
        opacity: 0;
        transform: translateY(2em);
        animation: modalItemAnimation 0.5s forwards; }
      .ideas-lab-lp .modal.is-open .modal__description {
        animation-delay: 0.2s; }
      .ideas-lab-lp .modal.is-open .form-group {
        animation-delay: 0.3s; }
      .ideas-lab-lp .modal.is-open .btn {
        animation-delay: 0.4s; }
      .ideas-lab-lp .modal.is-open .modal-body {
        z-index: 100; }
      .ideas-lab-lp .modal.is-open .modal-inner {
        position: relative;
        transform: translate(0, 0);
        transition: transform 0.15s ease; }
      .ideas-lab-lp .modal.is-open .bg-modal-overlay {
        background: #070a14;
        z-index: 99;
        transition: background 0.15s linear; }
    .ideas-lab-lp .modal .blur-bg_top {
      top: -19.5%; }
    .ideas-lab-lp .modal-body {
      position: relative;
      width: 100%;
      height: 100%;
      overflow-y: auto; }
    .ideas-lab-lp .modal-inner {
      position: relative;
      padding: 80px 0;
      transform: translate(0, -1%);
      transition: transform 0.0s ease; }
      @media screen and (max-width: 769px) {
        .ideas-lab-lp .modal-inner {
          padding: 40px 0; } }
      @media screen and (max-width: 991px) {
        .ideas-lab-lp .modal-inner .col.col-5 {
          width: 83.33%; } }
      @media screen and (max-width: 769px) {
        .ideas-lab-lp .modal-inner .col.col-5 {
          width: 100%; } }
      @media screen and (max-width: 991px) {
        .ideas-lab-lp .modal-inner .col.col-5.col-offset {
          margin-left: 8.33%; } }
      @media screen and (max-width: 769px) {
        .ideas-lab-lp .modal-inner .col.col-5.col-offset {
          margin: 0; } }
    .ideas-lab-lp .modal__title {
      margin-bottom: 24px; }
      @media screen and (min-width: 1918px) {
        .ideas-lab-lp .modal__title {
          margin-bottom: 32px; } }
      @media screen and (min-width: 2558px) {
        .ideas-lab-lp .modal__title {
          margin-bottom: 48px; } }
      @media screen and (max-width: 991px) {
        .ideas-lab-lp .modal__title {
          max-width: none;
          padding-right: 52px;
          font-size: 40px;
          font-weight: 700;
          line-height: 50px;
          letter-spacing: -0.04em; } }
    .ideas-lab-lp .modal__description {
      width: 100%;
      max-width: 343px;
      font-weight: 600;
      font-size: 22px;
      line-height: 32px;
      letter-spacing: -0.03em; }
      @media screen and (min-width: 1918px) {
        .ideas-lab-lp .modal__description {
          max-width: 394px;
          font-size: 26px; } }
      @media screen and (min-width: 2558px) {
        .ideas-lab-lp .modal__description {
          max-width: 426px;
          font-size: 28px;
          line-height: 34px; } }
      @media screen and (max-width: 991px) {
        .ideas-lab-lp .modal__description {
          max-width: none;
          margin-bottom: 32px; } }
      @media screen and (max-width: 769px) {
        .ideas-lab-lp .modal__description {
          margin-bottom: 24px;
          font-size: 18px; } }
  .ideas-lab-lp .bg-modal-overlay {
    background: rgba(7, 10, 20, 0);
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    transition: background 0.35s linear; }
  .ideas-lab-lp .close-btn {
    position: absolute;
    z-index: 10;
    top: 24px;
    right: 20px;
    display: none;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-image: url("../img/icon/i-close.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain; }
    @media screen and (max-width: 769px) {
      .ideas-lab-lp .close-btn {
        display: block; } }
  .ideas-lab-lp .return-btn {
    position: relative;
    top: 8px;
    display: block;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    cursor: pointer; }
    @media screen and (min-width: 1918px) {
      .ideas-lab-lp .return-btn {
        width: 56px;
        height: 56px; } }
    @media screen and (min-width: 2558px) {
      .ideas-lab-lp .return-btn {
        width: 64px;
        height: 64px; } }
    @media screen and (max-width: 769px) {
      .ideas-lab-lp .return-btn {
        display: none; } }
    .ideas-lab-lp .return-btn:hover [stroke] {
      stroke: #4791ff; }
    .ideas-lab-lp .return-btn svg {
      display: block;
      width: 100%;
      height: 100%; }
    .ideas-lab-lp .return-btn [stroke] {
      transition: 0.2s; }
  .ideas-lab-lp .confirm__btn {
    min-height: 44px; }
    @media screen and (max-width: 500px) {
      .ideas-lab-lp .confirm__btn {
        width: 100%; } }
  .ideas-lab-lp .animate {
    opacity: 0;
    transition: opacity 400ms cubic-bezier(0.165, 0.84, 0.44, 1) 400ms, transform 400ms cubic-bezier(0.165, 0.84, 0.44, 1) 400ms; }
    .ideas-lab-lp .animate.subheading {
      transform: translateY(2em); }
    .ideas-lab-lp .animate.bg-overlay, .ideas-lab-lp .animate.bg-overlay_mobile {
      transform: translateY(2em); }
    .ideas-lab-lp .animate.heading {
      transform: translateY(2em);
      transition-delay: 600ms; }
    .ideas-lab-lp .animate.paragraph {
      transform: translateY(2em);
      transition-delay: 700ms; }
    .ideas-lab-lp .animate.btn {
      transform: translateY(2em);
      transition-delay: 800ms; }
    .ideas-lab-lp .animate.footer__item {
      transform: translateY(2em);
      transition-delay: 700ms; }
      .ideas-lab-lp .animate.footer__item:nth-child(2) {
        transition-delay: 780ms; }
      .ideas-lab-lp .animate.footer__item:nth-child(3) {
        transition-delay: 860ms; }
    .ideas-lab-lp .animate.list__item {
      transform: translateY(2em);
      transition-delay: 700ms; }
      .ideas-lab-lp .animate.list__item:nth-child(2), .ideas-lab-lp .animate.list__item:nth-child(4n + 2) {
        transition-delay: 780ms; }
      .ideas-lab-lp .animate.list__item:nth-child(3), .ideas-lab-lp .animate.list__item:nth-child(4n + 3) {
        transition-delay: 860ms; }
      .ideas-lab-lp .animate.list__item:nth-child(4), .ideas-lab-lp .animate.list__item:nth-child(4n + 4) {
        transition-delay: 940ms; }
    .ideas-lab-lp .animate.card {
      transform: translateY(3.8em);
      transition-delay: 700ms; }
      .ideas-lab-lp .animate.card-3 {
        transition-delay: 860ms; }
      .ideas-lab-lp .animate.card-5 {
        transition-delay: 880ms; }
      .ideas-lab-lp .animate.card-2 {
        transition-delay: 860ms; }
      .ideas-lab-lp .animate.card-4 {
        transition-delay: 1020ms; }
      .ideas-lab-lp .animate.card-6 {
        transition-delay: 880ms; }
    .ideas-lab-lp .animate.animated {
      opacity: 1;
      transform: translate(0); }

@keyframes modalItemAnimation {
  0% { }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@-webkit-keyframes modalItemAnimation {
  0% { }
  100% {
    opacity: 1;
    transform: translateY(0); } }
