blockquote, body, button, code, dd, div, dl, dt, fieldset, figure, form, h1, h2, h3, h4, h5, h6, header, input, legend, li, menu, ol, p, pre, section, select, td, textarea, th, ul {
  margin: 0;
  padding: 0
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
fieldset, img {
  border: 0
}
address, button, caption, cite, code, dfn, em, input, optgroup, option, select, strong, textarea, th, var {
  font: inherit
}
button, input, select, textarea {
  vertical-align: baseline
}
del, ins {
  text-decoration: none
}
textarea {
  resize: vertical;
  overflow: auto;
  vertical-align: top
}
li {
  list-style: none;
  list-style-image: none
}
caption, th {
  text-align: left
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 400
}
q:after, q:before {
  content: ""
}
abbr, acronym {
  border: 0;
  font-variant: normal
}
legend {
  color: #000
}
a, input {
  outline: none
}
strong {
  font-weight: 700
}
img {
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic
}
audio:not([controls]) {
  display: none;
  height: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}
a:focus {
  outline: thin dotted
}
a:active, a:hover {
  outline: 0
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sup {
  top: -.5em
}
sub {
  bottom: -.25em
}
button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible
}
button[disabled], html input[disabled] {
  cursor: default
}
input[type=checkbox], input[type=radio] {
  padding: 0;
  *height: 13px;
  *width: 13px
}
*, input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
abbr {
  cursor: help
}
input::-moz-focus-inner {
  border: 0
}
embed, object {
  outline: 0
}
@media screen and (max-width:850px) {
  .is-desktop-only {
    display: none !important;
  }
}
@media screen and (min-width:851px) {
  .is-mobile-only {
    display: none !important;
  }
}

.wrapper {
  width: 100%;
  max-width: 1900px;
  padding: 0 60px;
  position: relative;
  margin-left: auto;
  margin-right: auto
}
@media screen and (max-width:1260px) {
  .wrapper {
    width: 100%;
    padding: 0 30px
  }
}
@media screen and (max-width:850px) {
  .wrapper {
    padding: 0 20px;
  }
}
.btn {
  outline: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  white-space: nowrap;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  position: relative;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  font-size: 22px;
  height: 60px;
  line-height: 60px;
  padding: 0 58px;
  border-radius: 100px;
  text-transform: uppercase
}
@media screen and (max-width:850px) {
  .btn {
    padding: 0 30px;
    font-size: 16px;
  }
}
.btn--primary {
  color: #fff;
  background: #ff7c11
}
.btn--primary:hover {
  background: #ff9844
}
.btn--primary:active {
  position: relative;
  top: 1px
}
.btn--secondary {
  color: #fff;
  background: #4582C9;
}
.btn.is-disabled {
  opacity: .3;
  cursor: default
}
.btn.is-disabled:hover {
  opacity: .3!important
}
.btn--recipe {
  margin-top: 60px;
  margin-bottom: 60px;
  min-width: 300px;
  height: 50px;
  line-height: 50px;
}
@media (max-width: 480px) {
  .btn--recipe {
    min-width: 250px;
  }
}
.btn--recipe::before,
.btn--recipe::after {
  width: 55%;
  max-width: 165px;
  height: 145px;
  position: absolute;
  top: 32%;
  z-index: -1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0, -65%);
  content: '';
}
.btn--recipe::before {
  left: -18px;
  background-image: url("../png/recipe--left.24c22e293491.png");
}
.btn--recipe::after {
  right: -18px;
  background-image: url("../png/recipe--right.7ff66823a290.png");
}
.btn--recipe + .btn-caption {
  margin-top: -50px;
}
@media screen and (min-width:851px) {
  .btn--recipe {
    margin-top: 60px;
    margin-bottom: 60px;
    min-width: none;
    height: 60px;
    line-height: 60px;
  }
  .btn--recipe::before,
  .btn--recipe::after {
    width: 182px;
    height: 145px;
  }
  .btn--recipe::before {
    left: 30px;
    transform: translate(-100%, -50%);
  }
  .btn--recipe::after {
    right: 30px;
    transform: translate(100%, -50%);
  }
  .btn--recipe + .btn-caption {
    margin-top: -50px;
  }
}
.btn-caption {
  padding-top: 10px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 22px;
  color: #8FABCF;
}
@media screen and (max-width:850px) {
  .btn-caption {
    padding-top: 16px;
    font-size: 16px;
    font-style: normal;
  }
}
.is-23-and-me {
  color: #D50F67;
}
.is-ancestry {
  color: #106D8F;
}
.is-my-heritage {
  color: #FF7C00;
}
.slick-slider {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}
.slick-list, .slick-slider {
  position: relative;
  display: block
}
.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0
}
.slick-list:focus {
  outline: none
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}
.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0)
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block
}
.slick-track:after, .slick-track:before {
  content: "";
  display: table
}
.slick-track:after {
  clear: both
}
.slick-loading .slick-track {
  visibility: hidden
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
  width: 195px;
}
[dir=rtl] .slick-slide {
  float: right
}
.slick-slide img {
  display: block
}
.slick-slide.slick-loading img {
  display: none
}
.slick-slide.dragging img {
  pointer-events: none
}
.slick-initialized .slick-slide {
  display: block
}
.slick-loading .slick-slide {
  visibility: hidden
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}
.slick-arrow.slick-hidden {
  display: none
}
.slick-dots li {
  display: inline-block;
  margin-right: 12px
}
.slick-dots li.slick-active span {
  background: #fff;
  cursor: default!important
}
.slick-dots li.slick-active span:hover {
  opacity: 1!important
}
.slick-dots li span {
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  display: block;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 100px
}
.slick-dots li span:hover {
  opacity: .5
}
html {
  -webkit-font-smoothing: antialiased;
  background: #f9fcff;
  cursor: default;
  min-width: 320px;
  color: #263856;
  font-size: 16px;
  line-height: normal;
  font-weight: 400
}
body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}
body, button, input, textarea {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  letter-spacing: .2px
}
a {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  color: inherit
}
a, a:hover {
  text-decoration: none
}
a:focus {
  outline: 0!important
}
.page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden
}
.page-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}
@media (-ms-high-contrast:none), screen and (-ms-high-contrast:active) {
  .page-content {
    -webkit-box-flex: 0!important;
    -webkit-flex: none!important;
    flex: none!important;
    -ms-flex: none!important
  }
}
.is-menu-open .page-content {
  display: none
}
input::-webkit-input-placeholder {
  color: #ddd!important
}
input:-ms-input-placeholder, input::-ms-input-placeholder {
  color: #ddd!important
}
input::placeholder {
  color: #ddd!important
}
.is-hidden-dev {
  display: none!important
}
.error input, input.error {
  color: red
}
.pre-footer {
  background: #ddf5f8;
  padding: 60px 0;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 24px
}
@media screen and (max-width:670px) {
  .pre-footer {
    padding: 40px 30px;
  }
}
.pre-footer:after {
  content: "";
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  background-image: url("../svg/footer-top-illustration.53439895b299.svg");
  width: 74px;
  height: 92px;
  position: absolute;
  bottom: -45px;
  right: 250px;
  z-index: 10
}
@media screen and (max-width:850px) {
  .pre-footer:after {
    display: none
  }
}
.pre-footer__title {
  font-size: 30px;
  line-height: 38px;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center
}
@media screen and (max-width:500px) {
  .pre-footer__title {
    margin-bottom: 3px;
    font-size: 24px;
    line-height: 28px
  }
}
@media screen and (max-width:500px) {
  .pre-footer__title br {
    display: none
  }
}
.pre-footer__desc {
  text-align: center
}
.pre-footer__action {
  text-align: center;
  margin: 15px 0 35px;
}
@media screen and (max-width:670px) {
  .pre-footer__action {
    margin: 40px 0;
  }
}
.pre-footer__more {
  text-align: center
}
.pre-footer__more a {
  color: #4582c9
}
.pre-footer__more a:hover {
  opacity: .5
}
.footer {
  background: #f9fcff;
  padding: 92px 0;
  position: relative
}
@media screen and (max-width:670px) {
  .footer {
    padding: 35px 0 15px
  }
}
.footer:before {
  content: "";
  background-image: url("../svg/footer-left-illustration.0e8c6cb18281.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  display: block;
  position: absolute;
  left: 0;
  top: -230px;
  width: 230px;
  height: 500px;
}
@media screen and (max-width:850px) {
  .footer:before {
    display: none;
  }
}
/*
@media screen and (max-width:670px) {
  .footer:before {
    left: -478px
  }
}
*/
.footer:after {
  content: "";
  background-image: url("../svg/footer-right-illustration.8eb93f0d4e74.svg");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% auto;
  display: block;
  position: absolute;
  right: 0;
  top: -405px;
  width: 175px;
  height: 640px;
}
@media screen and (max-width:850px) {
  .footer:after {
    display: none;
  }
}
/*
@media screen and (max-width:670px) {
  .footer:after {
    right: -290px
  }
}
*/
.footer__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 900px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 2
}
@media screen and (max-width:990px) {
  .footer__list {
    width: 100%;
    padding: 0 30px
  }
}
@media screen and (max-width:850px) {
  .footer__list {
    padding: 0 20px;
  }
}
@media screen and (max-width:670px) {
  .footer__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }
}
.footer__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
@media screen and (max-width:670px) {
  .footer__item {
    margin-bottom: 45px
  }
}
.footer__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 40px;
  margin-bottom: 35px;
}
@media screen and (max-width:670px) {
  .footer__title {
    margin-bottom: 10px
  }
}
.footer__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.footer__link {
  color: #4582c9;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 13px
}
@media screen and (max-width:670px) {
  .footer__link {
    margin-bottom: 18px;
  }
}
.footer__link:last-child {
  margin-bottom: 0
}
.footer__link:hover {
  opacity: .5
}
.header {
  padding: 17px 0;
  position: relative;
  width: 100%
}
.header .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
@media screen and (max-width:1000px) {
  .header .wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.header-inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .header-inner {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    position: relative;
    align-items: center;
  }
}
.header__logo {
  width: 205px;
  height: 46px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  background-image: url("../svg/logo.990e87e2a120.svg")
}
@media screen and (max-width:1000px) {
  .header__logo {
    width: 155px;
    height: 34px
  }
}
@media screen and (max-width:850px) {
  .header__logo {
    width: 116px;
    height: 26px;
  }
}
.header__logo:hover {
  opacity: .5
}
.header__menu {
  margin-left: 200px
}
@media screen and (max-width:1200px) {
  .header__menu {
    margin-left: 50px
  }
}
@media screen and (max-width:1000px) {
  .header__menu {
    margin-left: 0;
  }
}
.header__signin {
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  width: 200px;
  height: 80px;
  border-radius: 100px 0 0 100px;
  background: #fff;
  -webkit-box-shadow: 3px 4px 10px 0 rgba(149, 163, 181, .2);
  box-shadow: 3px 4px 10px 0 rgba(149, 163, 181, .2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 22px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #263856
}
@media screen and (max-width:1000px) {
  .header__signin {
    width: 120px;
    margin-top: 37px;
    height: auto;
    justify-content: flex-end;
    box-shadow: none;
    background: transparent;
    font-size: 0;
  }
}
@media screen and (max-width:500px) {
  .header__signin {
    width: 59px
  }
}
.header__signin:hover {
  color: #96b0d2;
  width: 195px
}
.header__signin:before {
  content: "";
  background-image: url("../svg/icon-user.aceb0ad66510.svg");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  width: 36px;
  height: 36px;
  margin-right: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none
}
@media screen and (max-width:1000px) {
  .header__signin:before {
    width: 26px;
    height: 26px;
    margin-right: 30px;
  }
}
@media screen and (max-width:850px) {
  .header__signin:before {
    margin-right: 20px;
  }
}
.menu__mobile {
  display: none;
  background-image: url("../svg/icon-mobile.e600d5e53eb6.svg");
  width: 23px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  margin-right: 15px;
  cursor: pointer
}
@media screen and (max-width:1000px) {
  .menu__mobile {
    display: block;
    margin-right: 0;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.menu__list {
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
@media screen and (max-width:1000px) {
  .menu__list {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background: rgba(38, 56, 86, .97)
  }
}
@media screen and (max-width:1000px) {
  .is-menu-open .menu__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }
}
.menu__item {
  margin-right: 50px
}
@media screen and (max-width:1200px) {
  .menu__item {
    margin-right: 35px
  }
}
@media screen and (max-width:1000px) {
  .menu__item {
    margin: 15px 0
  }
}
.menu__item:last-child {
  margin-right: 0
}
.menu__link {
  padding: 2px;
  color: #263856;
  font-size: 14px
}
@media screen and (max-width:1000px) {
  .menu__link {
    padding: 0;
    color: hsla(0, 0%, 100%, .8);
    font-size: 25px
  }
}
.menu__link:hover {
  opacity: .5
}
.is-active .menu__link {
  font-weight: 700;
  cursor: default;
  border-bottom: 2px solid #1C2E39;
}
@media screen and (max-width:1000px) {
  .is-active .menu__link {
    color: #fff;
    border-bottom: 3px solid #fff
  }
}
.is-active .menu__link:hover {
  opacity: 1
}
.menu__close {
  display: none;
  width: 26px;
  height: 26px;
  background-image: url("../svg/icon-close.4885d94b08e5.svg");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
}
@media screen and (max-width:1000px) {
  .is-menu-open .menu__close {
    display: block
  }
}
.page-content {
  position: relative
}
.page-content:after, .page-content:before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  top: 50px;
  z-index: -1
}
.page--home .page-content:after, .page--home .page-content:before {
  display: none!important
}
.page-content:before {
  background-image: url("../png/content-left-illustration.a0f3fa93753d.png");
  width: 206px;
  height: 233px;
  left: 0
}
@media screen and (max-width:1080px) {
  .page-content:before {
    display: none
  }
}
.page-content:after {
  background-image: url("../png/content-right-illustration.a5080c9b5708.png");
  width: 129px;
  height: 208px;
  right: 0
}
@media screen and (max-width:1080px) {
  .page-content:after {
    display: none
  }
}
.cover {
  padding-top: 36px;
  padding-bottom: 18px;
  position: relative
}
@media screen and (max-width:850px) {
  .cover {
    padding-top: 5px;
    padding-bottom: 118px;
  }
}
.cover:after {
  content: "";
  background-image: url("../svg/cover-right-back.f9d1101270bd.svg");
  width: 608px;
  height: 1140px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  position: absolute;
  z-index: 0;
  right: -10px;
  top: 880px
}
@media screen and (max-width:850px) {
  .cover:after {
    right: -700px;
    display: none
  }
}
.cover .wrapper {
  position: relative;
  z-index: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}
.cover .wrapper, .cover__section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
.cover__section {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 30px
}
@media screen and (max-width:850px) {
  .cover__section {
    padding-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
  }
}
.cover__content {
  max-width: 580px;
  margin-right: 50px;
  position: relative
}
@media screen and (max-width:900px) {
  .cover__content {
    margin-right: 0
  }
}
.cover__content--first {
  padding-top: 106px;
  text-align: center;
}
@media screen and (max-width:850px) {
  .cover__content--first {
    padding-top: 10px;
    position: relative;
    z-index: 1;
    text-align: left;
  }
}
.cover__content--second {
  max-width: none;
  width: 100%;
  padding-top: 90px;
  margin-right: 0
}
@media screen and (max-width:850px) {
  .cover__content--second {
    width: auto;
    padding-top: 80px
  }
}
.cover__pre-title {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 22px;
  color: #F2690B;
}
.cover__title {
  font-size: 42px;
  font-weight: 500;
  line-height: 44px;
  margin-bottom: 25px
}
@media screen and (max-width:850px) {
  .cover__title {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
  }
  .cover__pre-title {
    text-align: center;
  }
}
@media screen and (max-width:1200px) {
  .cover__content--second .cover__title {
    padding-top: 10px;
    width: 400px
  }
}
@media screen and (max-width:850px) {
  .cover__content--second .cover__title {
    position: static;
    width: 100%
  }
}
.cover__subtitle {
  font-size: 30px;
  line-height: 38px;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
}
/*@media screen and (max-width:850px) {*/
/*  .cover__subtitle {*/
/*    text-align: left;*/
/*  }*/
/*}*/
.cover__desc-primary {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
@media screen and (max-width:850px) {
  .cover__desc-primary {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    font-weight: normal;
  }
}
.cover__desc {
  font-size: 16px;
  line-height: 24px;
}
@media screen and (max-width:850px) {
  .cover__desc-import {
    margin-bottom: 30px;
  }
}
.cover__desc-import {
  color: #8FABCF;
}

.inline-list {
  padding-top: 13px;
  font-size: 0;
  white-space: nowrap;
}
.inline-list__list-item {
  padding-right: 11px;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
}
.inline-list__list-item:not(:first-child) {
  padding-left: 11px;
}
.inline-list__list-item:not(:last-child) {
  border-right: 1px solid #E8EFF8;
}
.cover__content--second .cover__desc {
  margin-left: auto;
  margin-right: auto;
  max-width: 850px;
  text-align: center;
}
@media screen and (max-width:850px) {
  .cover__content--second .cover__desc {
    margin-bottom: 50px;
    width: 100%;
  }
}
.cover__action {
  margin-top: 24px
}
@media screen and (max-width:850px) {
  .cover__action {
    margin-top: 18px;
    text-align: center;
  }
}

.cover__image {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none
}
.cover__image--main {
  background-image: url("../png/cover-main-illustration.103e61252d97.png");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  width: 518px;
  height: 470px
}
@media screen and (max-width:1100px) {
  .cover__image--main {
    width: 438px;
    height: 400px
  }
}
@media screen and (max-width:900px) {
  .cover__image--main {
    position: relative;
    right: -110px
  }
}
@media screen and (max-width:850px) {
  .cover__image--main {
    margin-left: auto;
    margin-right: auto;
    width: 268px;
    height: 244px;
    display: block;
    right: auto;
    top: 18px;
    margin-bottom: -40px;
  }
}
.cover__image--genomes-right {
  position: relative;
  background-image: url("../svg/cover-genomes.c6de742fba07.svg");
  background-repeat: no-repeat;
  background-position: 0 37%;
  width: 789px;
  height: 265px;
  right: -46px;
  top: 153px;
}
@media screen and (max-width:850px) {
  .cover__image--genomes-right {
    display: none;
  }
}
.video {
  position: relative;
}
.video:before {
  content: "";
  background-image: url("../svg/cover-left-back.f67c6637ae78.svg");
  width: 232px;
  height: 470px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% auto;
  position: absolute;
  z-index: -1;
  left: 0;
  top: -152px;
}
.video-player {
  position: relative;


  margin: 0 auto 60px;

  box-sizing: content-box;
  width: 1000px;
}
@media screen and (max-width:1200px) {
  .video-player {
    width: 800px;
  }
}
@media screen and (max-width:900px) {
  .video-player {
    width: 100%;
  }
}
.video-player__ratio-holder {
  /* this padding-top allows hold ratio for inner block "embedded" in laptop image */
  /* you should edit it if you change the image*/
  padding-top: 50.65%;
  position: relative;
}
@media screen and (max-width:900px) {
  .video-player__ratio-holder {
    /* remove this ratio holder because of hiding laptop image on small displays */
    padding-top: 0;
  }
}
.video-player__video-holder {
  /*padding: 35px 126px 49px;*/
  padding: 25px 170px 49px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: url("../svg/video-player-bg.c192faeae8b2.svg");
  background-position: center;
  background-size: 100% auto;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}
@media screen and (max-width:1200px) {
  .video-player__video-holder {
    padding: 20px 103px 44px;
  }
}
@media screen and (max-width:900px) {
  .video-player__video-holder {
    padding: 0;
    position: static;
    background-image: none;
  }
}
.video-player__image--bottom {
  height: 165px;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  transform: translateY(100%);
  background-image: url("../svg/video-player--bottom-left.2bb017ada455.svg"), url("../svg/video-player--bottom-right.362320747eca.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: 23.5% 100%, 78% 0;
  background-size: auto 62%, auto 87%;
}
@media screen and (max-width:900px) {
  .video-player__image--bottom {
    z-index: -1;
  }
}
.video-player__animation {
  margin: 0 auto;
  max-width: 90%;
}
@media screen and (max-width:1200px) {
  .video-player__animation {
    max-width: 80%;
  }
}
.testimonial-rating {
  padding: 50px 0 110px;
}
.testimonial-rating__title, 
.testimonials-list__title {
  font-size: 30px;
  line-height: 38px;
  font-weight: 500;
  margin-bottom: 20px
}
@media screen and (max-width:850px) {
  .testimonial-rating__title, 
  .testimonials-list__title {
    font-size: 24px;
    line-height: 30px
  }
}
#translations-customerssay {
  display: none;
}
.testimonials-list {
  padding: 30px 0 96px;
}
.testimonial-rating .wrapper,
.testimonials-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  text-align: center
}
.categories {
  padding-bottom: 60px
}
@media screen and (max-width:850px) {
  .categories {
    padding-bottom: 20px
  }
}
.categories .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  text-align: center
}
.categories__title {
  font-size: 30px;
  line-height: 38px;
  font-weight: 500;
  margin-bottom: 20px
}
@media screen and (max-width:850px) {
  .categories__title {
    font-size: 24px;
    line-height: 30px
  }
}
@media screen and (max-width:500px) {
  .categories__title br {
    display: none
  }
}
.categories__desc {
  max-width: 850px;
  font-size: 16px;
  line-height: 24px
}
.categories__cards {
  margin: 27px 0 40px;
  height: 235px
}
@media screen and (max-width:890px) {
  .categories__cards {
    height: 296px;
    margin: 10px 0 38px;
    height: 296px;
  }
}
.categories__trial {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px
}
@media screen and (max-width:850px) {
  .categories__trial {
    margin-bottom: 18px;
  }
}
.cards__list {
  max-width: 800px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative
}
@media screen and (max-width:991px) {
  .cards__list {
    max-width: 700px;
  }
}
@media screen and (max-width:890px) {
  .cards__list {
    max-width: 600px;
  }
}
@media screen and (max-width:600px) {
  .cards__list {
    max-width: 360px;
  }
}
.cards__list .slick-arrow {
  position: absolute;
  top: 50%;
  border: none;
  background: transparent;
  font-size: 0!important;
  width: 33px;
  height: 51px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 11px 17px;
  outline: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  transform: translateY(-50%);
}
.cards__list .slick-arrow:hover {
  opacity: .5
}
.cards__list .slick-arrow:active {
  margin-top: -8px
}
.cards__list .slick-arrow.slick-prev {
  left: -45px;
  background-image: url("../svg/icon-prev.1d390e1b2f6c.svg")
}
.cards__list .slick-arrow.slick-next {
  right: -45px;
  background-image: url("../svg/icon-next.95f1fa6c8e31.svg")
}
@media screen and (max-width:890px) {
  .cards__list .slick-arrow.slick-prev {
    left: -30px;
  }
  .cards__list .slick-arrow.slick-next {
    right: -30px;
  }
}
.cards__list li {
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 2px;
  outline: none
}
.cards__item {
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 17px;
  width: 184px;
  height: 205px;
  display: flex;
  flex-direction: column;
  background: #fff;
  -webkit-box-shadow: 3px 4px 10px 0 rgba(170, 185, 202, .28);
  box-shadow: 3px 4px 10px 0 rgba(170, 185, 202, .28);
  border-radius: 2px
}
@media screen and (max-width:890px) {
  .cards__item {
    width: 258px;
    height: 288px;
  }
}
.cards__item:before {
  content: "";
  display: block;
  height: 4px;
  width: 100%;
  border-radius: 100px
}
@media screen and (max-width:890px) {
  .cards__item:before {
    height: 6px;
  }
}
.cards__item.is-physical:before {
  background: #712798
}
.cards__item.is-food:before {
  background: #7abf43
}
.cards__item.is-sports:before {
  background: #00a0a6
}
.cards__item.is-intelligence:before {
  background: #ffac00
}
.cards__item.is-personality:before {
  background: #ec2e77
}
.cards__category {
  font-size: 14px;
  margin-top: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}
@media screen and (max-width:890px) {
  .cards__category {
    margin-top: 34px;
    font-size: 20px;
    line-height: 24px;
  }
}
.cards__category:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  margin-right: 16px
}
@media screen and (max-width:890px) {
  .cards__category:before {
    margin-top: -8px;
    margin-right: 15px;
    width: 19px;
    height: 22px;
  }
}
.is-physical .cards__category {
  color: #712798
}
.is-physical .cards__category:before {
  background-image: url("../svg/icon-physical.40251951c9f5.svg");
  width: 8px;
  height: 20px
}
.is-food .cards__category {
  color: #7abf43
}
.is-food .cards__category:before {
  background-image: url("../svg/icon-food.e7a024cb57dc.svg");
  width: 14px;
  height: 16px;
  margin-top: -2px;
  margin-right: 13px
}
.is-sports .cards__category {
  color: #00a0a6
}
.is-sports .cards__category:before {
  background-image: url("../svg/icon-sports.42e566dfb3a5.svg");
  width: 20px;
  height: 20px;
  margin-right: 9px
}
.is-intelligence .cards__category {
  color: #ffac00
}
.is-intelligence .cards__category:before {
  background-image: url("../svg/icon-intelligence.7189e1348035.svg");
  width: 20px;
  height: 15px;
  margin-right: 9px
}
.is-personality .cards__category {
  color: #ec2e77
}
.is-personality .cards__category:before {
  background-image: url("../svg/icon-personality.c90430e8bc92.svg");
  width: 16px;
  height: 16px;
  margin-right: 11px
}
.cards__icon {
  height: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 18px;
  margin-bottom: 22px
}
@media screen and (max-width:890px) {
  .cards__icon {
    margin-top: 32px;
    height: 70px;
  }
}
.cards__icon-file {
  max-height: 60px;
}
@media screen and (max-width:890px) {
  .cards__icon-file {
    max-height: 90px;
    height: 100px;
  }
}
.cards__title {
  padding: 0 30px;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px
}
@media screen and (max-width:890px) {
  .cards__title {
    font-size: 20px;
  }
}
.journey {
  padding: 60px 0;
  position: relative
}
.journey:before {
  height: 200px;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  background-image: url("../svg/journey--left.d99611a1f85b.svg"), url("../svg/journey--right.18172444be58.svg");
  background-position: 16.6% 12%, 90.5% 80%;
  background-repeat: no-repeat, no-repeat;
  content: "";
}
.journey .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  text-align: center
}
.journey__title {
  font-size: 30px;
  line-height: 38px;
  font-weight: 500;
  margin-bottom: 20px
}
@media screen and (max-width:500px) {
  .journey__title {
    font-size: 24px;
    line-height: 28px
  }
}
@media screen and (max-width:500px) {
  .journey__title br {
    display: none
  }
}
.journey__desc {
  max-width: 850px;
  font-size: 16px;
  line-height: 24px
}
.journey__desc span {
  color: #f2690b
}
.journey__image {
  margin: 60px 0 30px;
  max-width: 805px
}
.journey__image img {
  max-width: 100%
}
.journey__trial {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px
}

.weekly-traits {
  padding: 50px 0 75px;
  position: relative;
}
@media screen and (max-width:850px) {
  .weekly-traits {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width:500px) {
  .weekly-traits {
    background-size: contain;
    background-position: right 0 bottom 100px;
  }
}
.weekly-traits .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  text-align: center
}
.weekly-traits__title {
  font-size: 30px;
  line-height: 38px;
  font-weight: 500;
  margin-bottom: 20px
}
@media screen and (max-width:850px) {
  .weekly-traits__title {
    font-size: 24px;
    line-height: 30px
  }
}
@media screen and (max-width:500px) {
  .weekly-traits__title br {
    display: none
  }
}
.weekly-traits__desc {
  margin-bottom: 8px;
  max-width: 850px;
  font-size: 16px;
  line-height: 24px
}
.weekly-traits__desc.is-primary {
  margin-top: 20px;
  font-size: 18px;
  color: #F2690B;
}
@media screen and (max-width:850px) {
  .weekly-traits__desc {
    margin-bottom: 0;
  }
}
.weekly-traits__img {
  margin-top: 30px;
  max-width: 850px;
}
@media screen and (max-width:850px) {
  .weekly-traits__img {
    max-width: 90%;
  }
}

.pricing {
  padding: 60px 0 75px;
  position: relative;
}
@media screen and (max-width:850px) {
  .pricing {
    padding-top: 40px;
    padding-bottom: 30px;
    background-image: url("../svg/pricing-mobile-illustration.40c444cb50dd.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right 0 bottom 100px;
  }
}
@media screen and (max-width:500px) {
  .pricing {
    background-size: contain;
    background-position: right 0 bottom 100px;
  }
}
.pricing:before {
  background-image: url("../svg/pricing-left-illustration.fc4a178aadab.svg");
  width: 302px;
  height: 690px;
  left: 2px;
  top: -168px;
}
.pricing:after, .pricing:before {
  content: "";
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% auto;
  position: absolute;
  z-index: 0
}
.pricing:after {
  background-image: url("../svg/pricing-right-illustration.a0b7044b40d9.svg");
  width: 180px;
  height: 950px;
  right: -6px;
  top: -380px;
}
@media screen and (max-width:1000px) {
  .pricing:after {
    right: -280px
  }
}
@media screen and (max-width:850px) {
  .pricing:after, .pricing:before {
    display: none;
  }
}
.pricing .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  text-align: center
}
.pricing__title {
  font-size: 30px;
  line-height: 38px;
  font-weight: 500;
  margin-bottom: 20px
}
@media screen and (max-width:850px) {
  .pricing__title {
    font-size: 24px;
    line-height: 30px
  }
}
@media screen and (max-width:500px) {
  .pricing__title br {
    display: none
  }
}
.pricing__desc {
  margin-bottom: 8px;
  max-width: 850px;
  font-size: 16px;
  line-height: 24px
}
@media screen and (max-width:850px) {
  .pricing__desc {
    margin-bottom: 0;
  }
}
.pricing__desc span {
  color: #f2690b
}
.pricing__blocks {
  display: flex;
  justify-content: center;
  margin: 58px auto 60px;
}
@media screen and (max-width:850px) {
  .pricing__blocks {
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.pricing__block-item {
  margin-left: 15px;
  margin-right: 15px;
  width: 320px;
  height: 347px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
  -webkit-box-shadow: 3px 4px 10px 0 rgba(170, 185, 202, .28);
  box-shadow: 3px 4px 10px 0 rgba(170, 185, 202, .28);
  text-align: center;
  padding: 40px 38px 43px;
  position: relative;
  z-index: 2
}
@media screen and (max-width:850px) {
  .pricing__block-item {
    margin-top: 20px;
    padding: 22px 20px 30px;
    width: 334px;
    height: 315px;
  }
}
@media screen and (max-width:500px) {
  .pricing__block-item {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width:330px) {
  .pricing__block-item {
    width: 100%
  }
}
.pricing__block-item.is-primary {
  background-image: url("../png/unlimited-plan-back.acd1f8d6d4a9.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}
.pricing__block-title {
  color: #8FABCF;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  padding-bottom: 10px;
  /*border-bottom: 1px solid #c9d6e4;*/
  margin-bottom: 10px;
  position: relative;
}
@media screen and (max-width:850px) {
  .pricing__block-title {
    margin-bottom: 8px;
    padding-bottom: 10px;
  }
}
.pricing__block-title:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: 1px;
  width: 92%;
  background-color: #c9d6e4;
  content: "";
}
.pricing__block-item.is-primary .pricing__block-title {
  color: #ff7c11;
}
.pricing__block-starter {
  padding-top: 20px;
  margin-bottom: 54px;
  font-size: 14px;
  line-height: 16px;
}
.pricing__block-price {
  font-size: 14px;
  margin-bottom: 8px
}
@media screen and (max-width:850px) {
  .pricing__block-price {
    margin-bottom: 0;
    font-size: 16px;
  }
}
.pricing__block-price span {
  font-weight: 700;
  font-size: 24px
}
@media screen and (max-width:850px) {
  .pricing__block-price span {
    font-size: 36px;
  }
}
.pricing__block-free {
  color: #ff7c11;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 37px
}
@media screen and (max-width:850px) {
  .pricing__block-free {
    margin-bottom: 30px;
    font-size: 16px;
  }
}
.pricing__block-features {
  text-align: left;
  margin-bottom: 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pricing__block-features__item {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 12px;
  padding-left: 19px
}
@media screen and (max-width:850px) {
  .pricing__block-features__item {
    margin-bottom: 6px;
    font-size: 16px;
  }
}
.pricing__block-features__item span {
  color: #f2690b
}
.pricing__block-features__item:last-child {
  margin-bottom: 0
}
.pricing__block-features__item:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 7px;
  display: inline-block;
  background-image: url("../svg/icon-check.028740d0a704.svg");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  left: 0;
  top: 6px
}
.pricing__block-item.is-primary .pricing__block-features__item:before {
  background-image: url("../svg/icon-check--primary.d65c3a3d50ed.svg");
}
.pricing__block-action .btn {
  padding: 0 38px;
}
.pricing__free-item {
  margin-top: 56px;
}
.pricing__free-desc {
  margin-bottom: 24px;
}
.unique-traits {
  padding: 45px 0 5px;
  position: relative
}
@media screen and (max-width:890px) {
  .unique-traits {
    padding-top: 50px;
  }
}
.unique-traits .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  text-align: center
}
.unique-traits__title {
  font-size: 30px;
  line-height: 38px;
  font-weight: 500;
  margin-bottom: 40px
}
@media screen and (max-width:850px) {
  .unique-traits__title {
    font-size: 24px;
    line-height: 28px
  }
}
.traits-block {
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.traits-block__title {
  margin-bottom: 34px;
  display: flex;
  align-items: center;
  font-size: 18px;
  position: relative;
}
.traits-block__title img {
  margin: 10px;
}
.traits-block__title::before,
.traits-block__title::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  background-color: #93AFD4;
  width: 999px;
  opacity: 0.3;
  content: '';
}
.traits-block__title::before {
  left: -40px;
  transform: translate(-100%, -50%);
}
.traits-block__title::after {
  right: -40px;
  transform: translate(100%, -50%);
}
.traits-block__title.is-intelligence {
  color: #FFAC00;
}
.traits-block__title.is-food {
  color: #7abf43;
}
.traits-block__title.is-physical {
  color: #6F2495;
}
.traits-block__title.is-personality {
  color: #ec2e77;
}
.traits-block__title.is-sports {
  color: #00a0a6;
}
.traits-block__list {
  max-width: 940px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.traits-block__list-item {
  margin-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  width: calc(100% /6);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width:850px) {
  .traits-block__list-item {
    width: 130px;
  }
}
.trait-item__icon {
  width: 80px;
  height: 80px;
  min-width: 80px;
  min-height: 80px;
}
.trait-item__title {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.traits-block .show-more-traits {
  font-size: 14px;
  line-height: 22px;
  height: 24px;
  min-width: 134px;
  border: 1px solid #4582C9;
  border-radius: 12px;
  background-color: #fff;
  color: #4582C9;
}
.security {
  padding: 50px 0 75px;
  position: relative
}
@media screen and (max-width:890px) {
  .security {
    padding-top: 50px;
    padding-bottom: 44px
  }
}
.security .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  text-align: center
}
.security__title {
  font-size: 30px;
  line-height: 38px;
  font-weight: 500;
  margin-bottom: 20px
}
@media screen and (max-width:850px) {
  .security__title {
    font-size: 24px;
    line-height: 28px
  }
}
@media screen and (max-width:850px) {
  .security__title br {
    display: none
  }
}
.security__desc {
  max-width: 850px;
  font-size: 16px;
  line-height: 24px
}
.security__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px
}
@media screen and (max-width:890px) {
  .security__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.security__item {
  width: 320px;
  margin: 0 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
@media screen and (max-width:1060px) {
  .security__item {
    width: 32%
  }
}
@media screen and (max-width:890px) {
  .security__item {
    width: 100%;
    margin: 0;
    margin-bottom: 36px
  }
}
.security__icon {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  margin-bottom: 20px;
  position: relative
}
@media screen and (max-width:890px) {
  .security__icon {
    margin-bottom: 22px
  }
}
.security__icon--1 {
  background-image: url("../svg/icon-security-1.d29880a4f470.svg");
  width: 98px;
  height: 80px
}
.security__icon--2 {
  background-image: url("../svg/icon-security-2.201c21db7473.svg");
  width: 78px;
  height: 78px;
  margin-top: 2px
}
.security__icon--3 {
  background-image: url("../svg/icon-security-3.1feae48f6044.svg");
  width: 74px;
  height: 78px;
  margin-top: 2px
}
.security__label {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 20px
}
@media screen and (max-width:890px) {
  .security__label {
    margin-bottom: 10px;
  }
}
.security__text {
  font-size: 14px;
  line-height: 20px;
  text-align: center
}
@media screen and (max-width:890px) {
  .security__text {
    font-size: 16px;
    line-height: 24px;
  }
}
.testimonial {
  margin-top: 80px;
  margin-bottom: 130px;
  text-align: center;
  position: relative
}
@media screen and (max-width:1000px) {
  .testimonial {
    margin-top: 50px;
    margin-bottom: 80px
  }
}
.testimonial:after, .testimonial:before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  z-index: -1
}
.testimonial:before {
  background-image: url("../png/testimonial-left-illustration.5d1c7ddb4f0c.png");
  width: 215px;
  height: 444px;
  left: 0;
  top: 600px
}
@media screen and (max-width:1000px) {
  .testimonial:before {
    left: -170px
  }
}
.testimonial:after {
  background-image: url("../png/testimonial-right-illustration.c012bced05c4.png");
  width: 320px;
  height: 716px;
  right: 0;
  top: 700px
}
@media screen and (max-width:1000px) {
  .testimonial:after {
    right: -200px
  }
}
.testimonial__heading {
  font-weight: 500;
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 20px
}
.testimonial__desc {
  font-size: 16px;
  line-height: 24px
}
.testimonial-mainquote {
  margin: 80px auto;
  max-width: 880px
}
@media screen and (max-width:1000px) {
  .testimonial-mainquote {
    margin-bottom: 0
  }
}
.testimonial-mainquote__user {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px
}
.testimonial-mainquote__image {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  width: 120px;
  height: 120px;
  margin-right: 21px
}
.testimonial-mainquote__image img {
  max-width: 100%;
  border-radius: 100px
}
.testimonial-mainquote__data {
  text-align: left
}
.testimonial-mainquote__name {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 7px;
  font-weight: 500
}
.testimonial-mainquote__about {
  font-size: 16px;
  line-height: 24px
}
.testimonial-mainquote__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 38px;
  margin-bottom: 10px
}
@media screen and (max-width:500px) {
  .testimonial-mainquote__title {
    font-size: 24px;
    line-height: 28px
  }
}
@media screen and (max-width:500px) {
  .testimonial-mainquote__title br {
    display: none
  }
}
.testimonial-mainquote__text {
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 40px;
  max-width: 850px;
  margin: 0 auto
}
.testimonial-mainquote__content {
  position: relative
}
.testimonial-mainquote__content:after, .testimonial-mainquote__content:before {
  content: "";
  width: 98px;
  height: 68px;
  background-image: url("../png/icon-quote.dc6ae260bbf7.png");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  position: absolute
}
@media screen and (max-width:1000px) {
  .testimonial-mainquote__content:after, .testimonial-mainquote__content:before {
    display: none
  }
}
.testimonial-mainquote__content:before {
  top: -46px;
  left: 21px
}
.testimonial-mainquote__content:after {
  bottom: 0;
  right: 0
}
.testimonial-quotes {
  margin-top: -20px;
  margin-bottom: 80px
}
.testimonial-quotes__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 800px;
  padding: 0 25px;
  margin: 0 auto
}
.testimonial-quotes__item {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative
}
.testimonial-quotes__item:after {
  content: "";
  width: 320px;
  height: 1px;
  background: #c9d6e4;
  left: 50%;
  margin-left: -160px;
  display: block;
  position: absolute;
  bottom: 0
}
@media screen and (max-width:1000px) {
  .testimonial-quotes__item:after {
    display: none
  }
}
.testimonial-quotes__item:last-child:after {
  display: none
}
.testimonial-quotes__user {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}
.testimonial-quotes__image {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  width: 80px;
  height: 80px;
  margin-right: 20px
}
.testimonial-quotes__image img {
  max-width: 100%;
  border-radius: 100px
}
.testimonial-quotes__name {
  font-size: 24px;
  line-height: 29px;
  font-weight: 500
}
.testimonial-quotes__text {
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  padding-right: 10px
}
.testimonial-quotes__text p {
  margin-bottom: 20px
}
@media screen and (max-width:1000px) {
  .testimonial-quotes__text p {
    text-align: center
  }
}
.testimonial-quotes__text p:last-child {
  margin-bottom: 0
}
.testimonial-supported {
  margin-bottom: 80px
}
@media screen and (max-width:800px) {
  .testimonial-supported {
    margin-top: -30px
  }
}
.testimonial-supported__heading {
  font-size: 36px;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 25px
}
@media screen and (max-width:500px) {
  .testimonial-supported__heading {
    font-size: 24px;
    line-height: 28px
  }
}
@media screen and (max-width:500px) {
  .testimonial-supported__heading br {
    display: none
  }
}
.testimonial-supported__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 780px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto
}
@media screen and (max-width:800px) {
  .testimonial-supported__list {
    width: 100%
  }
}
.testimonial-supported__item {
  width: 230px;
  height: 115px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 15px
}
@media screen and (max-width:800px) {
  .testimonial-supported__item {
    width: 50%;
    margin: 15px 0;
    height: 80px
  }
}
@media screen and (max-width:540px) {
  .testimonial-supported__item {
    width: 100%
  }
}
.testimonial-supported__link {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover
}
.testimonial-supported__link.is-jomdd {
  width: 150px;
  height: 50px;
  background-image: url("../png/jomdd.1d9f71853049.png")
}
.testimonial-supported__link.is-jomdd:hover {
  background-image: url("../png/jomdd-hover.45f7a2850e2d.png")
}
.testimonial-supported__link.is-skydeck {
  width: 189px;
  height: 23px;
  background-image: url("../png/skydeck.0bf3b0c87b2a.png")
}
.testimonial-supported__link.is-skydeck:hover {
  background-image: url("../png/skydeck-hover.c977543c1bc8.png")
}
.testimonial-supported__link.is-m3 {
  width: 168px;
  height: 48px;
  background-image: url("../png/m3.a488e3264fa9.png")
}
.testimonial-supported__link.is-m3:hover {
  background-image: url("../png/m3-hover.2f25288f9172.png")
}
.testimonial-supported__link.is-dglab {
  width: 170px;
  height: 22px;
  background-image: url("../png/dglab.bf65d4d8da1e.png")
}
.testimonial-supported__link.is-dglab:hover {
  background-image: url("../png/dglab-hover.6c00756efbcb.png")
}
.testimonial-supported__link.is-500 {
  width: 76px;
  height: 76px;
  background-image: url("../png/500.78bbc0fb06f7.png")
}
.testimonial-supported__link.is-500:hover {
  background-image: url("../png/500-hover.e51b5db52bc3.png")
}
.testimonial-supported__link.is-sony {
  width: 160px;
  height: 90px;
  background-image: url("../png/sony.d098eb4e30eb.png")
}
.testimonial-supported__link.is-sony:hover {
  background-image: url("../png/sony-hover.9e03b0d3e7b8.png")
}
.testimonial-featured {
  margin-bottom: 80px
}
.testimonial-featured__heading {
  font-size: 36px;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 45px
}
.testimonial-featured__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 919px;
  margin: 0 auto
}
.testimonial-featured__list li {
  outline: none
}
.testimonial-featured .slick-arrow {
  position: absolute;
  top: 50%;
  border: none;
  background: transparent;
  font-size: 0!important;
  width: 11px;
  height: 17px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  margin-top: -9px;
  outline: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}
.testimonial-featured .slick-arrow:hover {
  opacity: .5
}
.testimonial-featured .slick-arrow:active {
  margin-top: -8px
}
.testimonial-featured .slick-arrow.slick-prev {
  left: -30px;
  background-image: url("../svg/icon-prev.1d390e1b2f6c.svg")
}
.testimonial-featured .slick-arrow.slick-next {
  right: -30px;
  background-image: url("../svg/icon-next.95f1fa6c8e31.svg")
}
.testimonial-featured__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 460px!important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 40px;
  border-right: 1px solid #c9d6e4
}
.testimonial-featured__image {
  width: 155px;
  height: 155px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  margin-right: 18px
}
.testimonial-featured__image img {
  max-width: 100%;
  border-radius: 100px
}
.testimonial-featured__data {
  text-align: left
}
.testimonial-featured__title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 20px
}
.testimonial-featured__more {
  font-size: 16px
}
.testimonial-featured__more a {
  color: #4582c9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.testimonial-featured__more a:after {
  content: "";
  width: 20px;
  height: 14px;
  background-image: url("../svg/icon-more.36b2e3fd1d35.svg");
  margin-left: 10px;
  margin-top: 3px
}
.testimonial-featured__more a:hover {
  opacity: .5
}
.features {
  margin-top: 80px;
  margin-bottom: 170px;
  position: relative
}
@media screen and (max-width:1000px) {
  .features {
    margin-top: 50px;
    margin-bottom: 130px
  }
}
.features__heading {
  font-weight: 500;
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 20px;
  text-align: center
}
.features__desc {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  max-width: 940px;
  margin: 0 auto
}
.features__list {
  max-width: 1000px;
  padding: 0 30px;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 60px
}
@media screen and (max-width:1000px) {
  .features__list {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 10px
  }
}
.features__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 80px
}
@media screen and (max-width:1000px) {
  .features__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.features__item:last-child {
  margin-bottom: 0
}
@media screen and (max-width:1000px) {
  .features__data {
    margin-bottom: 20px
  }
}
.features__title {
  font-size: 24px;
  line-height: 38px;
  font-weight: 500;
  margin-bottom: 10px
}
@media screen and (max-width:1000px) {
  .features__title {
    text-align: center
  }
}
.features__text {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
  width: 95%
}
@media screen and (max-width:1000px) {
  .features__text {
    text-align: center;
    width: 100%;
    margin-bottom: 10px
  }
}
.features__mobile-more, .features__more {
  font-size: 16px
}
@media screen and (max-width:1000px) {
  .features__mobile-more, .features__more {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}
.features__mobile-more a, .features__more a {
  color: #4582c9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 24px
}
.features__mobile-more a:after, .features__more a:after {
  content: "";
  width: 20px;
  height: 14px;
  background-image: url("../svg/icon-more.36b2e3fd1d35.svg");
  margin-left: 10px;
  margin-top: 1px
}
.features__mobile-more a:hover, .features__more a:hover {
  opacity: .5
}
@media screen and (max-width:1000px) {
  .features__more {
    display: none
  }
}
.features__mobile-more {
  display: none
}
@media screen and (max-width:1000px) {
  .features__mobile-more {
    display: block;
    margin-top: 25px
  }
}
.features__images {
  width: 450px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  margin-left: 40px
}
@media screen and (max-width:1000px) {
  .features__images {
    margin-left: 0;
    width: 100%;
    text-align: center
  }
}
.features__images img {
  max-width: 100%;
  border: 1px solid #c9d6e4;
  -webkit-box-shadow: 3px 4px 10px 0 rgba(170, 185, 202, .28);
  box-shadow: 3px 4px 10px 0 rgba(170, 185, 202, .28);
  margin-bottom: 20px
}
@media screen and (max-width:1000px) {
  .features__images img {
    max-width: 45%;
    vertical-align: top;
    margin: 0 2%
  }
}
@media screen and (max-width:600px) {
  .features__images img {
    max-width: 100%;
    display: block;
    margin: 0 0 20px
  }
}
.features__images img:last-child {
  margin-bottom: 0
}
.privacy {
  margin-top: 80px;
  margin-bottom: 130px;
  position: relative
}
@media screen and (max-width:1000px) {
  .privacy {
    margin-top: 50px;
    margin-bottom: 80px
  }
}
.privacy .wrapper {
  max-width: 1060px
}
.privacy__heading {
  font-weight: 500;
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 20px;
  text-align: center
}
.privacy__content p {
  font-size: 16px;
  line-height: 24px;
  margin: 20px 0
}
.privacy__content a {
  color: #4582c9
}
.privacy__content a:hover {
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}
.privacy__content h2 {
  font-size: 24px;
  line-height: 38px;
  font-weight: 500;
  margin: 40px 0 20px
}
.privacy__content h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  margin: 40px 0 20px
}
