:root {
  --radius: 40px;
  --radius-1: 35px;
  --radius-2: 24px;
  --radius-3: 16px;
  --font-lead:18px;
  --font-normal:16px;
  --font-small: 15px;
  --font-micro: 13px; }

html, .light {
  --level_0: #000000; 
  --level_1: #151516; 
  --level_2: #1A1A1B; 
  --level_3: #222222; 
  --level_4: #272727; 
  --level_5: #4E4E4E; 
  --level_6: #AAAAAA;
  --level_99: #F9F9F9;
  --level_100: #FFFFFF;
  --brand_1: #3834F9; 
  --brand_1_10: #ECEEFD;
  --brand_1_5: #F6F7FE;
  --brand_2: #FD82C6;
  --brand_2_10: #FFF3F9;
  --brand_3_10: #FEF8F6;
  --brand_4: #D5FF90;
  --brand_4_75: #DFFFAC;
  --red: #FF3541; }

  .dark {
  --level_0: #FFFFFF; 
  --level_1: #FFFFFF; 
  --level_2: #FFFFFF; 
  --level_3: #FFFFFF; 
  --level_4: #FFFFFF; 
  --level_5: #FFFFFF; 
  --level_6: #AAAAAA;
  --level_99: #0A0A0A;
  --level_100: #151516;
  --brand_1: #3834F9; 
  --brand_1_10: #1A1A1B;
  --brand_1_5: #F6F7FE;
  --brand_2: #FD82C6;
  --brand_2_10: #FFF3F9;
  --brand_3_10: #FEF8F6;
  --brand_4: #D5FF90;
  --brand_4_75: #DFFFAC;
  --red: #FF3541; }

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;
  vertical-align: baseline; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

img, fieldset, a img {
  border: none; }

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  -webkit-appearance: none; }

input[type="submit"],
button {
  cursor: pointer;
  background: none; }
  input[type="submit"]::-moz-focus-inner,
  button::-moz-focus-inner {
    padding: 0;
    border: 0; }

textarea {
  overflow: auto; }

input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

input, button {
  margin: 0;
  padding: 0;
  border: 0; }

div, input, textarea, select, button,
h1, h2, h3, h4, h5, h6, a, span, a:focus {
  outline: none; }

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000; }

ul, ol {
  list-style-type: none; }

table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

a {
  text-decoration: none; }

a,
button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }


body {
  min-width: 375px;
  background: var(--level_99);
  font-family: BlinkMacSystemFont, -apple-system, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', 'Roboto Rouble', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: -0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--level_5); }
  body.no-scroll {
    overflow: hidden; }

button,
input,
textarea,
select {
  font-family: BlinkMacSystemFont, -apple-system, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', 'Roboto Rouble', sans-serif;
  font-weight: 400;}

img {
  vertical-align: middle; }


/*==============================
  Typographic
==============================*/

h1,
h2,
h3,
h4,
h5,
h6,
.d1,
.d1-mob,
.d2,
.h1,
.h2,
.h2-lead,
.h3,
.h4,
.h5,
.h6 {
  font-family: BlinkMacSystemFont, -apple-system, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', 'Roboto Rouble', sans-serif;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: var(--level_1);}

p,
span {color: var(--level_5);}


.d1 {
  font-size: 80px;
  line-height: 1; }
  @media only screen and (max-width: 1179px) {
    .d1 {
      font-size: 56px;
      line-height: 1.1; } }
  @media only screen and (max-width: 767px) {
    .d1 {
      font-size: 45px;
      line-height: 1.1; } }

  @media only screen and (max-width: 767px) {
    .d1-mob {
      font-size: 50px;
      line-height: 1.1; } }

.d2 {
  font-size: 48px;
  line-height: 1.15; }
  @media only screen and (max-width: 1179px) {
    .d2 {
      font-size: 36px;
      line-height: 1.1; } }
  @media only screen and (max-width: 767px) {
    .d2 {
      font-size: 24px;
      line-height: 1.1; } }

.h1 {
  font-size: 64px;
  line-height: 1.0; }
  @media only screen and (max-width: 1179px) {
    .h1 {
      font-size: 48px;
      line-height: 1.1; } }
  @media only screen and (max-width: 767px) {
    .h1 {
      font-size: 40px;
      line-height: 1.1; } }

.h2-lead {
  font-size: 36px;
  line-height: 1.1; }
  @media only screen and (max-width: 1179px) {
    .h2-lead {
      font-size: 36px;
      line-height: 1.1; } }
  @media only screen and (max-width: 767px) {
    .h2-lead {
      font-size: 30px;
      line-height: 1.1; } }

.h2 {
  font-size: 32px;
  line-height: 1.1; }
  @media only screen and (max-width: 1179px) {
    .h2 {
      font-size: 36px;
      line-height: 1.1; } }
  @media only screen and (max-width: 767px) {
    .h2 {
      font-size: 30px;
      line-height: 1.1; } }

.h3 {
  font-size: 22px;
  line-height: 1.25;}
  @media only screen and (max-width: 1179px) {
    .h3 {
      font-size: 20px;
      line-height: 1.25; } }
  @media only screen and (max-width: 767px) {
    .h3 {
      font-size: 20px;
      line-height: 1.25; } }

.h4 {
  font-size: 24px;
  line-height: 1.25; }
  @media only screen and (max-width: 1179px) {
    .h4 {
      font-size: 20px;
      line-height: 1.25; } }
  @media only screen and (max-width: 767px) {
    .h4 {
      font-size: 18px;
      line-height: 1.25; } }

  p.lead, .lead {
  font-size: 20px;
  line-height: 1.35; }
  @media only screen and (max-width: 1179px) {
    p.lead, .lead {
      font-size: 18px;
      line-height: 1.35; } }
  @media only screen and (max-width: 767px) {
    p.lead, .lead {
      font-size: 16px;
      line-height: 1.4; } }

.small {
  font-size: 15px;
  line-height: 1.4;}

.micro {
  font-size: 13px;
  line-height: 1.4;}

.text-accent {
  color: var(--brand_1);}

.accent-red {color: var(--red);}

.icon-ai {
  display: inline-block;
  width: autp;
  height: auto; }

.pt-8 {padding-top: 8px}
.pt-12 {padding-top: 12px}
.pt-24 {padding-top: 24px}
.pt-36 {padding-top: 36px}
.pb-8 {padding-bottom: 8px}
.pb-12 {padding-bottom: 12px}
.pb-24 {padding-bottom: 24px}
.pb-36 {padding-bottom: 36px}

/*==============================
  Layout
==============================*/

.page {
  overflow: hidden; }

.center {
  max-width: 1439px;
  margin: 0 auto;
  padding: 0 80px; }
  @media only screen and (max-width: 1179px) {
    .center {
      padding: 0 48px; } }
  @media only screen and (max-width: 1023px) {
    .center {
      padding: 0 48px; } }
  @media only screen and (max-width: 767px) {
    .center {
      padding: 0 16px; } }


/*==============================
  Buttons
==============================*/

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 12px 16px 12px 16px;
  border-radius: 20px;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 400;
  transition: all .5s; }
  .btn_brand {
    background: var(--brand_1);
    color: #FFFFFF; }
  .btn_brand-stroke {
    border: solid 1px var(--brand_1);
    color: var(--brand_1); }
  .btn_secondary {
    background: var(--level_100);
    color: var(--level_3); }
  .btn_transparent {
    background-color: transparent;
    color: var(--level_0); }
  .btn_black {
    background: var(--level_2);
    color: var(--level_100); }
.btn:hover {
  webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
      transform: scale(1.05); }
.btn_icon {margin: 0 8px 0 0}

.btn_l {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 20px 25px 20px 25px;
  border-radius: 24px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;}

  @media only screen and (max-width: 767px) {
    .btn_l {
      padding: 16px 20px 16px 20px;
      border-radius: 20px;
      font-size: 17px;
      line-height: 1.4;
      font-weight: 400;}
  }

  .btn img {margin-right: 10px}


@keyframes anime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/*==============================
  Header
==============================*/

.header {
  max-width: 1920px;
  margin: 5px auto 0 auto;
  padding: 12px 48px 36px 48px; 
  transition: top 0.2s;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10; }
  @media only screen and (max-width: 1179px) {
    .header {
      padding: 24px; } }
  @media only screen and (max-width: 767px) {
    .header {
      padding: 24px 0; } }
  .header__center {
    display: flex;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      .header__center {
        padding: 0 32px; } }
  .header__logo {
    flex-shrink: 0; }
    @media only screen and (max-width: 1179px) {
      .header__logo {
        position: relative;
        z-index: 12; } }
  .header__pic {
    width: 150px; }
    @media only screen and (max-width: 767px) {
      .header__pic {
        width: 150px; } }
    .header__pic_light {
      display: none; }
  
  .header__wrapper {
    display: flex;
    align-items: center;
    flex-grow: 1;
    padding-left: 30px; }
    @media only screen and (max-width: 1179px) {
      .header__wrapper {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 10;
        height: 100vh;
        padding: 176px 64px 64px;
        flex-direction: column;
        align-items: flex-start;
        overflow: hidden;
        background: var(--level_99);
        visibility: hidden;
        opacity: 0;
        transition: all .2s; }
        .header__wrapper.visible {
          visibility: visible;
          opacity: 1; } }
    @media only screen and (max-width: 1023px) {
      .header__wrapper {
        padding: 176px 64px 64px; } }
    @media only screen and (max-width: 767px) {
      .header__wrapper {
        padding: 124px 64px 64px; } }
  
  .header__nav {
    display: flex;
    align-items: center;
    margin: 0 auto;}
    @media only screen and (max-width: 1179px) {
      .header__nav {
        opacity: 0;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: auto; } }
    @media only screen and (max-width: 767px) {
      .header__nav {
        position: relative;
        z-index: 3;
        flex-wrap: wrap;
        flex-direction: row;
        margin: -16px 0 auto -24px; 
        opacity: 0; } }
    @media only screen and (max-width: 474px) {
      .header__nav {
        opacity: 0;
        position: relative;
        z-index: 3;
        flex-wrap: wrap;
        flex-direction: row;
        margin: -16px 0 auto -24px; 
        opacity: 0; } }
  
 .header__btns {
    display: flex;
    margin-left: auto;
    padding: 0 0 0 64px}
    @media only screen and (max-width: 767px) {
      .header__btns {
        position: relative;
        z-index: 3;
        flex-direction: row-reverse;
        width: calc(100% + 16px);
        margin: 70px -8px; } }
  .header__btn {
    min-width: auto;}
    @media only screen and (max-width: 767px) {
      .header__btn {
        flex: 0 0 calc(50% - 12px);
        min-width: calc(50% - 12px);
        margin: 0 6px; } }
    .header__btn:not(:last-child) {
      margin-right: 12px; }
      @media only screen and (max-width: 767px) {
        .header__btn:not(:last-child) {
          margin-right: 6px; } }

  .version {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 3px 7px;
    margin-right: 15px;
    border-radius: 10px;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 400;
    background: transparent;
    border: 1px solid var(--level_6);
    color: var(--level_5);}
  
  .header__burger {
    position: relative;
    z-index: 12;
    display: none;
    width: 32px;
    height: 32px;
    margin-left: auto;
    text-align: center;
    transition: background .3s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
    @media only screen and (max-width: 1179px) {
      .header__burger {
        display: inline-block; } }
    .header__burger:before, .header__burger:after {
      display: block;
      width: 32px;
      height: 2px;
      background: var(--level_6);
      transition: width .2s, background .2s, -webkit-transform .2s;
      transition: transform .2s, width .2s, background .2s;
      transition: transform .2s, width .2s, background .2s, 
      -webkit-transform .2s; }
    .header__burger:before, .header__burger:after {
      content: '';
      margin: 8px auto; }
    .header__burger.active:before {
      -webkit-transform: translateY(5.5px) rotate(45deg);
              transform: translateY(5.5px) rotate(45deg); }
    .header__burger.active:after {
      -webkit-transform: translateY(-5.5px) rotate(-45deg);
              transform: translateY(-5.5px) rotate(-45deg); }
  .header:not(:last-child) {
    margin-bottom: 0; }
    @media only screen and (max-width: 1179px) {
      .header:not(:last-child) {
        margin-bottom: 0; } }
    @media only screen and (max-width: 767px) {
      .header:not(:last-child) {
        margin: 0; } }

body.dark .header__pic_dark {
  display: none; }

body.dark .header__pic_light {
  display: inline-block; }

body.dark .header__burger:before, body.dark .header__burger:after {
  background: var(--level_1); }


/*==============================
  Logos Slider
==============================*/

.logos-slider {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    position: relative;
    -webkit-mask-image: linear-gradient(90deg,rgba(0,0,0,0) 0,#000 15%,#000 85%,rgba(0,0,0,0) 100%);
    mask-image: linear-gradient(90deg,rgba(0,0,0,0) 0,#000 15%,#000 85%,rgba(0,0,0,0) 100%);
}

.logos-slider-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 48px;
    padding-right: 48px;
    animation: slide 24s linear infinite;
}

.logos-slider-container img {
  width:220px;
  max-width: 220px;
}

@keyframes slide {
  0% {
    transform: translate3d(0,0,0)
  }
  100% {
    transform: translate3d(-100%,0,0)
  }
}

.card {
  max-width: 100%;
  padding: 24px 0 48px 0;
}

/*==============================
  Top badge
==============================*/
.icon {
  width: 20px;
  height: 20px;
}

.top-badge {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 15px;
  border-radius: 30px 30px 5px 30px;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 400;
  transition: all .5s;
  background: var(--level_100);
  color: var(--level_2);
  gap: 5px;
}

.top-badge svg {
  fill: var(--level_2);
}

/*==============================
  Titles
==============================*/

@media only screen and (max-width: 767px) {
  .bage {
    width: 200px;
  } }

.title {
  text-align: center;
  padding: 160px 0 18px 0; }
.title__join {
  text-align: center;
  padding: 18px 0 18px 0; }

.card__title {
  width: 100%;
  text-align: center;
  padding: 36px 36px 16px 36px; }
  .card__title .btn {
    margin-top:24px; }
@media only screen and (max-width: 1179px) {
  .card__title {
    width:100%;
    padding: 32px 32px 8px 32px; } }

.title h1, .title h2 {padding: 24px 0;}

.card__title h2, .card__title h3 {padding: 0 0 16px 0;}

.title__48 {
  margin: 0 48px 0 48px; }
.title__36 {
  margin: 0 36px 0 36px; }
.title__24 {
  margin: 0 24px 0 24px; }
.title__16 {
  margin: 0 16px 0 16px; }
.title__8 {
  margin: 0 8px 0 8px; }
@media only screen and (max-width: 767px) {
  .title__48, .title__36, .title__24, .title__16 {margin: 0;} }

.section-6 .card__title, .section-7 .card__title, .section-8 .card__title, .section-9 .card__title, .card__title-limitations, .card__title-autors {
  padding: 0 36px 48px 36px; 
  text-align: left; }

.section-10 .card__title { 
  padding: 36px;
  text-align: left; }

.section-5 .card__title {
  padding: 36px; }

@media only screen and (max-width: 767px) {
    .section-6 .card__title, .section-7 .card__title, .section-8 .card__title, .section-9 .card__title, .card__title-limitations, .card__title-autors {
      padding: 4px 32px 32px 32px; 
      text-align: left; } 
    .section-5 .card__title, .section-10 .card__title {
      padding: 32px; }}

.card__title-autors h2, .card__title-autors h4, .card__title-autors p {margin-bottom: 16px;}

/*==============================
  Sections
==============================*/

.section {
  height: 100vh;
}
.section-1 .title {padding: 8px 0 24px 0; }
  .section-1 h2 {
    max-width: 700px;
    margin: 36px auto;}
.section-2 .title {padding: 96px 0 24px 0; }
.section-2 {text-align: center;}

/*==============================
  Users Choice
==============================*/

.join__to .card__icon {width:100%; text-align: center;}
.join__to .card__title {text-align: center;}
.users__choice {
  width: 100%;
  text-align: center;
}
.users__choice a {
    width: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 16px 0 24px 0;
    color: var(--level_5);
}

body.dark .users__choice a {
    color: var(--level_100);
}
.users__choice .users__imgs {margin: 0 0 12px 24px}
.users__choice .users__imgs img {
    width: 48px;
    height: 48px;
    border-radius: 24px;
    margin-left: -24px;
    border: 5px solid var(--level_99);
    transition: all .5s;
  }
.users__choice .users__imgs img:hover {
    margin-top: -16px;
  }
.users__choice-CTA {
    display: flex;
    justify-content: center;
    padding: 0 0 36px 0;
}
.users__choice-CTA a {
    margin: 5px 0 0 0;
}
@media only screen and (max-width: 767px) {
  .users__choice a {
    flex-direction: column;
  } 
}

/*==============================
  Cards
==============================*/

.card__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -10px; }
    @media only screen and (max-width: 767px) {
      .card__list {
        display: block;
        margin: 0; } }

  .card__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.33% - 24px);
            flex: 0 0 calc(33.33% - 24px);
    width: 33%; }
    @media only screen and (max-width: 1179px) {
      .card__column {
        flex: 0 0 calc(100% - 24px);
        width: 100%; } }

  .card__100 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 24px);
            flex: 0 0 calc(100% - 24px);
    width: 100%; }
    @media only screen and (max-width: 1179px) {
    .card__column .card__item.card__100 { flex: 0; } }

  .card__66 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(66.66% - 20px);
            flex: 0 0 calc(66.66% - 20px);
    width: calc(66.66% - 80px); }
    @media only screen and (max-width: 1179px) {
      .card__66 {
        flex: 0 0 calc(100% - 24px);
        width: 100%; } }

  .card__50 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 24px);
            flex: 0 0 calc(50% - 24px);
    width: calc(50% - 24px); }

  .card__33 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.33% - 24px);
            flex: 0 0 calc(33.33% - 24px);
    width: calc(33.33% - 24px); }

    .card__25 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 24px);
            flex: 0 0 calc(25% - 24px);
    width: calc(25% - 24px); }

    .card__cta {
      width: 100%; 
      padding: 36px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .card__cta a {
        margin-left: 10px; }
        @media only screen and (max-width: 1179px) {
          .cta__wrapper {
            width: 100%; 
            padding: 36px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center; 
            text-align: center; }
            .cta__wrapper a {
              margin: 24px 0 0 0; } }

  .card__item {
    position: relative;
    cursor: default;
    margin: 10px 10px;
    border-radius: var(--radius);
    background: var(--level_100);
    color: var(--level_5); }
    @media only screen and (max-width: 1024px) {
      .card__item {
        margin: 0;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(100% - 24px);
                flex: 0 0 calc(100% - 24px);
        width: 100%;
        margin: 24px 10px; } }
    @media only screen and (max-width: 767px) {
      .card__item {
        width: 100%;
        margin: 0 0 24px 0; } }

  .card__preview {
    width: 100%;
    overflow: visible; }
    .card__preview img {
      width: 100%; }

  .card__icon {
    padding: 36px 36px 24px 36px; }
    @media only screen and (max-width: 768px) {
      .card__icon {
        padding: 32px 32px 12px 32px; } }
  .card__icon-100 {width: 100%;}
  .card__icon img {border-radius: 20px;}
  .dois-img {background: var(--level_100); border-radius: 36px;}


  .card__blue {
    background: var(--brand_1_5); }
  .card__cream {
    background: var(--brand_3_10); }
  .card__green {
    background: var(--brand_4_75); }
  .card__pink {
    background: var(--brand_2_10); }
  .card__dark {
    background: var(--level_3); }
    .card__dark .card__title h2, .card__dark .card__title h3, .card__dark .card__title p {color: var(--level_100);}

  .card__blue-accent {border: 0px solid var(--brand_1_10);}

/*==============================
  Question
==============================*/

.questions__item {
  border-radius: var(--radius-1);
  background: var(--level_100); 
  transition: all .2s; 
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  -o-transition: transform .5s;
  transition: transform 5.s;
  transition: transform .5s, -webkit-transform .5s; }
  .questions__item.active {
    background: var(--level_100); }
  .questions__item:not(:last-child) {
    margin-bottom: 16px; }

.questions__head {
  position: relative;
  padding: 30px 76px 30px 36px;
  cursor: pointer;
  color:var(--level_1);
  font-size:var(--font-lead); }
  .questions__head:before {
    content: "";
    position: absolute;
    top: 30px;
    right: 36px;
    width: 24px;
    height: 24px;
    background: transparent url("../img/icons/Plus.svg") no-repeat center/24px auto;
    transition: -webkit-transform .13s;
    transition: transform .13s;
    transition: transform .13s, -webkit-transform .13s; }

  .questions__item.active .questions__head:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }

.questions__body {
  display: none;
  padding: 0 36px 30px 36px; }


/*==============================
  Footer
==============================*/

.footer {
  position: relative;
  color:var(--level_6); }
  .footer__body {
    margin: 96px 0 24px 0; }
  .footer__wrap {
    margin-bottom: 24px; }
  .footer__text {
    padding: 8px 0; }
  .footer__nav {
    display: flex;
    align-items: center;
    padding: 8px 0; }
  @media (max-width: 767px) {
    .footer__nav {
      flex-direction: column;
      align-items: flex-start; }
    .footer__nav a:not(:last-child) {
      margin-right: 0;
      margin-bottom: 8px; } }
  .footer__copyright {
    color: var(--level_6);
    display: flex;
    justify-content: space-between;
    padding: 8px 0;}
  .footer a {
    color:var(--level_6); }
  .footer a:not(:last-child) { 
    margin-right: 16px; }
  .footer__nav .accent, .footer__copyright .accent {
    color:var(--brand_1); }

body.dark .footer { }

/*==============================
  Options +
==============================*/

.text-bold {
  font-weight: 500;
  font-variation-settings: "wght" 650;
  color: var(--level_1);}

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

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

.text-uppercase {
  text-transform: uppercase; }

.m-auto {
  margin: auto; }

.ml-auto {
  margin-left: auto; }

.mr-auto {
  margin-right: auto; }

.align-baseline {
  align-items: baseline; }

@media only screen and (max-width: 1179px) {
  .desktop-hide {
    display: none !important; } }

.desktop-show {
  display: none !important; }
  @media only screen and (max-width: 1179px) {
    .desktop-show {
      display: block !important; } }

@media only screen and (max-width: 1179px) {
  .desktop-text-right {
    text-align: right !important; } }

@media only screen and (max-width: 1023px) {
  .tablet-hide {
    display: none !important; } }

.tablet-show {
  display: none !important; }
  @media only screen and (max-width: 1023px) {
    .tablet-show {
      display: block !important; } }

@media only screen and (max-width: 1023px) {
  .tablet-text-right {
    text-align: right !important; } }

@media only screen and (max-width: 767px) {
  .mobile-hide {
    display: none !important; } }

.mobile-show {
  display: none !important; }
  @media only screen and (max-width: 767px) {
    .mobile-show {
      display: block !important; } }

@media only screen and (max-width: 767px) {
  .mobile-text-right {
    text-align: right !important; } }


/*==============================
  Review
==============================*/

 .review__container {
    margin: 24px -24px 24px -24px; }
    @media only screen and (max-width: 1023px) {
      .review__container {
        margin: 24px 16px 24px -16px; } }
  .review__item {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0; }
    @media only screen and (max-width: 1023px) {
      .review__item {
        margin: 0 16px; } }
  .review__rating {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0 16px 0; }
  .review__icon:not(:last-child) {
    margin-right: 5px; }
  .review .owl-stage {
    display: flex; }
  .review .owl-carousel .owl-item img {
    width: auto; }
  .review:not(:last-child) {
    margin-bottom: 24px; }
    @media only screen and (max-width: 1179px) {
      .review:not(:last-child) {
        margin-bottom: 24px; } }
    @media only screen and (max-width: 767px) {
      .review:not(:last-child) {
        margin-bottom: 24px; } }
.owl-nav {display: none;}

.owl-dots {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 64px 0 0 0;
  position: relative; }
@media only screen and (max-width: 767px) {
  .owl-dots {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 64px 0 0 24px;
    position: relative; }
  }
.owl-dot {
  margin-right: 12px; }
.main__carousel .owl-dot:last-child {
  margin-right: 0; }
.owl-dot span {
  display: block;
  height: 8px;
  width: 8px;
  border-radius: 8px;
  background-color: var(--level_6);
  transition: 0.5s ease; }
.owl-dot.active span {
  width: 48px;
  height: 8px;
  background-color: var(--level_5); }

  .review__top {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 36px 36px 0 36px; }
    .review__top img {
      width: 80px;
      height: 80px;
      border-radius: 24px}
    .review__title {
      padding-left: 24px; 
      color: #999999;}

.review__body {
  padding: 18px 36px 36px 36px; }

body.dark .owl-dot span { background-color: #999999; }
body.dark .owl-dot.active span { background-color: #242424; }

/*==============================
Pricing
==============================*/

.pricing__table {
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  -o-transition: transform .5s;
  transition: transform 5.s;
  transition: transform .5s, -webkit-transform .5s; }
.pricing__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (max-width: 767px) {
    .pricing__row {
      display: block; } }

.pricing__col {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1; }
  @media only screen and (max-width: 767px) {
    .pricing__col {
      padding: 36px 36px 36px 36px;
      border-radius: 36px; } }
  .pricing__col:first-child {
     }

    @media only screen and (max-width: 767px) {
      .pricing__col:first-child {
        display: none; } }

  
  .pricing__col:not(:first-child) {
    padding-bottom: 36px;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .pricing__col:not(:first-child) {
        text-align: left; } }
    .pricing__col:not(:first-child) .pricing__body {
      padding-top: 0px; }
    .pricing__col:not(:first-child) .pricing__parameter {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center; }
    .pricing__col:not(:first-child) .pricing__label {
      display: none; }
      @media only screen and (max-width: 767px) {
        .pricing__col:not(:first-child) .pricing__label {
          display: block; } }
  @media only screen and (max-width: 767px) {
    .pricing__col:not(:last-child) {
      margin-bottom: 16px; }
    .pricing__col:not(:first-child) .pricing__parameter {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: start;
      text-align: left; } }

.col__1 { 
  border-radius: 36px; }
.col__2 {
  border-radius: 36px; }
.col__3 {
  background: var(--level_100); 
  border-radius: 36px; }
  @media only screen and (max-width: 767px) {
    .col__3 {
      background: var(--level_100); 
      border-radius: 36px 36px 36px 36px; } }
.col__4 { 
  border-radius: 36px; }

.pricing__head {
  min-height: 340px;
  padding: 36px 36px 0 36px; }
  @media only screen and (max-width: 1023px) {
    .pricing__head {
      padding: 36px 36px 0 36px; } }
  @media only screen and (max-width: 767px) {
    .pricing__head {
      min-height: auto;
      padding: 0; } }

.pricing__more {
  display: none; }
  @media only screen and (max-width: 767px) {
    .pricing__more {
      display: block;
      position: absolute;
      right: 48px; 
      width: 24px;
      height: 24px; 
      margin-top: -36px;
      background: transparent url("../img/icons/Plus.svg") no-repeat center/24px auto; }
      .pricing__more.active {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); } }

.pricing__package {
  margin-bottom: 8px; }

.pricing__description {
  white-space: nowrap;
  color: var(--level_6);
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px; }

.pricing__cost {
  color: var(--level_2);
  position: relative;
  display: inline-block;
  margin-top: 16px; }
  @media only screen and (max-width: 767px) {
    .pricing__cost {
      margin-left: 0px; } }

.pricing__price { 
  color: var(--level_2);}

.pricing__sign {
  position: absolute;
  top: 5px;
  left: calc(100% + 10px);
  color: var(--level_5);
  font-size: 24px;}

.pricing__note {
  color: var(--level_6);
  line-height: 20px;
  margin: 7px 0 10px 0;}


@media only screen and (min-width: 767px) {
  .pricing__list {
    display: block !important; } }

@media only screen and (max-width: 767px) {
  .pricing__list {
    display: none;
    padding-top: 24px; }
    .pricing__list.visible {
      display: block; } }

.pricing__parameter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 64px;
  border-bottom: 1px solid #E6E8EC; }
  body.dark .pricing__parameter {
    border-bottom: 1px solid #333333; }

.pricing__label {
  margin-right: auto;}
  @media only screen and (max-width: 1023px) {
    .pricing__label {
      margin-right: 16px; } }
  @media only screen and (max-width: 767px) {
    .pricing__label {
      margin-right: auto;
      padding-left: 0px; } }

.pricing__hint {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 24px;
  height: 24px;
  background: transparent url("../img/icons/Plus.svg") no-repeat center/24px auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 24px;
  cursor: pointer; }
  @media only screen and (max-width: 1023px) {
    .pricing__hint {
      display: none; } }
  .pricing__hint:hover .pricing__tooltip {
    visibility: visible;
    opacity: 1; }

.pricing__tooltip {
  position: absolute;
  top: 50%;
  left: calc(100% + 20px);
  min-width: 260px;
  padding: 16px 16px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 16px;
  background: var(--level_100);
  -webkit-box-shadow: 0px 10px 50px rgba(203, 206, 220, 0.5);
          box-shadow: 0px 10px 50px rgba(203, 206, 220, 0.5);
  font-size: 15px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s; }
  .pricing__tooltip:before {
    content: "";
    position: absolute;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 7px 7px 7px 0;
    border-color: transparent var(--level_100); transparent transparent; }

.pricing__check {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .pricing__check .icon {
    width: 25px;
    height: 25px;
    fill: var(--level_1); }

.pricing__minus {
  opacity: 0;
  padding: 0 2px;
  font-size: 18px;
  font-weight: 600;
  color: var(--level_6); }

.pricing__btn {
  padding: 16px 0; }
@media only screen and (max-width: 767px) {
  .pricing__btn {
    padding: 12px 0 0 0; } } 
.pricing__btn a {
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis;}

 /*==============================
  List
  ==============================*/

.for-who-no, .for-who-yes {
  margin: 8px 0 36px 0; }

.for-who-no li, .for-who-yes li {
  min-height: 24px;
  margin-bottom: 16px;
  list-style-type: none;
  display: flex;
  text-align: left; }

.for-who-no li:before {
  content: "";
  display: inline-block;
  width:24px;
  height:auto;
  background-image: url(../img/icons/No.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  padding-right:40px; }

.for-who-yes li:before {
  content: "";
  display: inline-block;
  width:24px;
  height:auto;
  background-image: url(../img/icons/Yes.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  padding-right:40px; }

/*==============================
  Screen Animation
==============================*/

/*.scroll-deck1 img {
  opacity: 0; }

.active {
    animation: hi 0.5s ease 1s backwards; }

@keyframes hi {
  from {
    transform: translate3d(0, 20px, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}*/

/*==============================
  Disabled Link
==============================*/

.disabled {
  pointer-events: none; 
  cursor: pointer;
  opacity: 0.5;
}

/*==============================
  Theme Switch
==============================*/

.switch {
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  margin: 0 20px 0 0;
}

.switch__input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; 
}

.switch__in {
  position: relative;
  display: inline-block;
  border: 0
  border-radius: 25px;
  transition: all .2s; 
}

.switch__box {
  position: relative;
  display: block;
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 25px;
  transition: all .2s; 
}

.switch__icon {
  position: absolute;
  top: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0;
  transition: opacity .2s; 
}

.switch__icon .icon {
  width: 20px;
  height: 20px;
  fill: var(--level_6); 
}

.switch__icon_light {
  left: 15px; 
}

.switch__icon_dark {
  left: 15px;
  opacity: 0; 
}

.switch__input:checked + .switch__in {
  border-color: transparent; 
}

.switch__input:checked + .switch__in .switch__box {
  background: transparent; 
}

.switch__input:checked + .switch__in .switch__box:before {
  width: 10px;
  height: 20px;
  -webkit-transform: translate(50px, -50%);
          transform: translate(50px, -50%);
  border-radius: 24px; 
}

.switch__input:checked + .switch__in .switch__icon_light {
  opacity: 0; 
}

.switch__input:checked + .switch__in .switch__icon_dark {
  opacity: 1; 
}

@media (hover: hover) {
  .switch:hover {
    opacity: 1; } 
}

