<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  box-sizing: border-box; }

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

cite, code {
  font-style: normal; }

button {
  cursor: pointer; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ul, ol {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  cursor: pointer;
  text-decoration: none; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

/* change border colour to suit your needs */
hr {
  margin: 0;
  padding: 0;
  border: 0; }

input, select {
  outline: none;
  vertical-align: middle; }

html, .body {
  font-family: "Futura PT",sans-serif; }

/* colors */
/* font weight */
/* img path */
/* break points*/
.main .left-container, .main .left-container .passage-wrap .passage__saved {
  float: left; }

.main .left-container .passage-wrap .passage__new, .main .right-container {
  float: right; }

.main, .main .left-container .passage-wrap .passage, .main .left-container .applications__list, .view-more-demos .demos-list, .footer, .footer__cont-wrapper, .footer__links--features ul, .home-page__cont__demos-list {
  *zoom: 1; }
  .main:before, .main .left-container .passage-wrap .passage:before, .main .left-container .applications__list:before, .view-more-demos .demos-list:before, .footer:before, .footer__cont-wrapper:before, .footer__links--features ul:before, .home-page__cont__demos-list:before, .main:after, .main .left-container .passage-wrap .passage:after, .main .left-container .applications__list:after, .view-more-demos .demos-list:after, .footer:after, .footer__cont-wrapper:after, .footer__links--features ul:after, .home-page__cont__demos-list:after {
    content: " ";
    display: table; }
  .main:after, .main .left-container .passage-wrap .passage:after, .main .left-container .applications__list:after, .view-more-demos .demos-list:after, .footer:after, .footer__cont-wrapper:after, .footer__links--features ul:after, .home-page__cont__demos-list:after {
    clear: both; }

html, body, input, button, select, textarea {
  font-family: "aktiv-grotesk",sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px; }

h1, h2, h3, h4, h5, h6 {
  font-family: "futura-pt", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2c2b2b; }

.container-fluid {
  width: 100%; }

.container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0px 40px; }
  @media only screen and (max-width: 460px) {
    .container {
      padding: 0px 10px; } }

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

.fluid-width {
  max-width: 100%; }

input, textarea {
  outline: none;
  width: 100%;
  resize: none;
  padding: 10px;
  border: 1px solid rgba(192, 186, 186, 0.4); }
  input:focus, textarea:focus {
    border: 1px solid rgba(192, 186, 186, 0.8); }

.main {
  padding: 120px 20px;
  background: url(../../assets/img/pattern-bg.png) no-repeat left center;
  background-size: cover;
  z-index: -10; }
  @media only screen and (max-width: 900px) {
    .main {
      padding: 110px 0px; } }
  @media only screen and (max-width: 460px) {
    .main {
      padding: 100px 0px; } }
  .main .left-container {
    width: calc(100% - 450px);
    padding: 0px 20px; }
    @media only screen and (max-width: 900px) {
      .main .left-container {
        width: 100%;
        padding: 0px 60px; } }
    @media only screen and (max-width: 460px) {
      .main .left-container {
        width: 100%;
        padding: 0px 40px; } }
    .main .left-container p {
      font-size: 15px;
      line-height: 20px; }
    .main .left-container__title-wrap {
      margin-bottom: 32px; }
    .main .left-container .sub-headings {
      font-size: 29px;
      margin-bottom: 22px;
      font-weight: 700;
      color: #000; }
    .main .left-container .passage-wrap {
      margin-bottom: 50px; }
      .main .left-container .passage-wrap .passage {
        margin-bottom: 32px; }
        .main .left-container .passage-wrap .passage__saved {
          font-size: 29px;
          font-weight: 700;
          color: #000; }
        .main .left-container .passage-wrap .passage__new {
          font-size: 18px;
          font-weight: 700;
          border: 1px solid #000;
          padding: 6px 24px;
          cursor: pointer;
          color: #000; }
      .main .left-container .passage-wrap .desc {
        margin-bottom: 50px; }
    .main .left-container .what-is-opera {
      font-size: 24px;
      margin-bottom: 56px;
      border-bottom: 2px solid #f12711; }
      .main .left-container .what-is-opera__title {
        margin-bottom: 6px;
        font-size: 24px;
        font-weight: 500; }
      .main .left-container .what-is-opera__ans {
        font-size: 13px;
        font-weight: 700;
        margin-bottom: 4px; }
      .main .left-container .what-is-opera__desc {
        font-size: 20px;
        font-style: italic;
        line-height: 25px;
        margin-bottom: 12px; }
        @media only screen and (max-width: 900px) {
          .main .left-container .what-is-opera__desc {
            font-size: 16px; } }
        @media only screen and (max-width: 460px) {
          .main .left-container .what-is-opera__desc {
            font-size: 14px; } }
    .main .left-container .demo {
      margin-bottom: 40px; }
      .main .left-container .demo .desc {
        margin-bottom: 20px; }
    .main .left-container .applications {
      margin-bottom: 30px; }
      .main .left-container .applications .sub-headings {
        font-size: 25px; }
      .main .left-container .applications__list__item {
        max-width: 517px;
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 20px; }
  .main .right-container {
    border: 2px solid rgba(192, 186, 186, 0.4);
    width: 350px;
    padding: 32px 30px 63px; }
    @media only screen and (max-width: 900px) {
      .main .right-container {
        display: none; } }
    @media only screen and (max-width: 460px) {
      .main .right-container {
        width: 100%; } }
    .main .right-container__title {
      font-size: 20px;
      margin-bottom: 16px;
      font-weight: 700; }
    .main .right-container .bullet-text {
      margin-bottom: 20px;
      font-size: 14px;
      line-height: 18px; }
    .main .right-container .bullets {
      display: inline-block;
      width: 8px;
      height: 8px;
      background-color: #f12711;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      margin-right: 12px; }
    .main .right-container .label-text .input-wrap {
      margin-bottom: 20px; }
    .main .right-container .label-text label {
      display: block;
      font-size: 14px;
      font-weight: 700;
      margin-bottom: 11px; }
      .main .right-container .label-text label + .desc {
        font-size: 14px; }

.title {
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 18px;
  color: #000; }
  @media only screen and (max-width: 900px) {
    .title {
      font-size: 48px; } }
  @media only screen and (max-width: 460px) {
    .title {
      font-size: 32px; } }

.links {
  color: #f12711;
  font-weight: 700;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 2px solid #f12711; }

.view-more-demos {
  margin-bottom: 130px; }
  @media only screen and (max-width: 900px) {
    .view-more-demos {
      padding: 0px 40px; } }
  .view-more-demos__title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 22px;
    color: #000; }
    @media only screen and (max-width: 460px) {
      .view-more-demos__title {
        font-size: 29px; } }
  .view-more-demos .demos-list__demos {
    float: left;
    margin-right: 2%;
    width: 32%; }
    .view-more-demos .demos-list__demos:nth-child(3n) {
      margin-right: 0; }
    @media only screen and (max-width: 900px) {
      .view-more-demos .demos-list__demos {
        float: left;
        margin-right: 2%;
        width: 49%;
        margin-bottom: 30px; }
        .view-more-demos .demos-list__demos:nth-child(2n) {
          margin-right: 0; } }
    @media only screen and (max-width: 460px) {
      .view-more-demos .demos-list__demos {
        float: left;
        margin-right: 3%;
        width: 100%; }
        .view-more-demos .demos-list__demos:nth-child(1n) {
          margin-right: 0; } }
    .view-more-demos .demos-list__demos__icon {
      background-image: radial-gradient(50% 90%, #460727 20%, #000000 48%);
      width: 100%;
      height: 200px;
      background-color: #000;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      margin-bottom: 24px;
      position: relative; }
      .view-more-demos .demos-list__demos__icon__img {
        position: absolute;
        left: 34%;
        top: 0;
        bottom: 0;
        margin: auto; }
    .view-more-demos .demos-list__demos figcaption {
      position: absolute;
      bottom: 27px;
      left: 20px;
      color: #fff;
      font-weight: 700; }

.row {
  margin-bottom: 30px; }

.input-wrap {
  margin-bottom: 20px; }

.label {
  display: block;
  font-size: 15px;
  margin-bottom: 10px; }

.bold {
  font-weight: 700; }

.btn {
  position: relative;
  display: block;
  width: 100%;
  padding: 12px 10px;
  border: 1px solid #534d4d;
  font-size: 18px;
  text-align: center;
  color: #000;
  background-color: #000;
  font-weight: 700;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  cursor: pointer; }
  .btn--primary {
    color: #fff;
    border: 1px solid transparent;
    background-color: #f12711; }

.btn-new-question {
  width: 236px; }

.dropdown-style {
  width: initial;
  color: #2c2b2b;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  font-size: 14px;
  font-weight: 700;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

select.dropdown-style {
  position: relative;
  background: url(../../assets/img/icons/arrow-down.png) no-repeat right top 6px;
  background-size: 6px;
  cursor: pointer;
  padding: 0 20px 6px 0; }

.custom-select {
  width: 100%;
  position: relative;
  background: url(../../assets/img/icons/arrow-down.png) no-repeat right 15px center; }
  .custom-select select {
    display: block;
    width: 100%;
    border: 1px solid rgba(192, 186, 186, 0.4);
    outline: none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 2px;
    margin: 0;
    padding: 10px;
    font-size: 14px;
    color: black;
    font-weight: 400; }

.ai-header {
  padding: 40px 0px;
  position: fixed; }
  .ai-header .nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
    .ai-header .nav__list--logo {
      display: inline-block;
      background: url(../img/reckonsys-logo.svg) no-repeat;
      width: 148px;
      height: 25px; }
    .ai-header .nav__list--ai-demo {
      font-size: 11px;
      margin-right: auto;
      margin-left: 20px;
      padding-left: 6px;
      border-left: 1px solid; }
    .ai-header .nav__list--all-demo {
      font-size: 14px;
      font-weight: 700; }
  .ai-header.sticky {
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.13);
    top: -80px;
    transform: translateY(80px);
    position: fixed;
    z-index: 2; }
  .ai-header .mobile-toggle {
    display: none; }
    @media only screen and (max-width: 900px) {
      .ai-header .mobile-toggle {
        display: block;
        position: relative;
        width: 35px;
        height: 25px;
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -moz-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        -webkit-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        cursor: pointer; }
        .ai-header .mobile-toggle__icon {
          display: block;
          position: absolute;
          left: 0;
          width: 100%;
          height: 4px;
          background: #f12711;
          border-radius: 9px;
          -moz-transform: rotate(0deg);
          -o-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
          -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
          -moz-transition: 0.25s ease-in-out;
          -o-transition: 0.25s ease-in-out;
          -webkit-transition: 0.25s ease-in-out;
          transition: 0.25s ease-in-out;
          opacity: 1; }
          .ai-header .mobile-toggle__icon--top-bar {
            top: 0;
            left: 0;
            -webkit-transform-origin: left center;
            -moz-transform-origin: left center;
            -o-transform-origin: left center;
            transform-origin: left center; }
          .ai-header .mobile-toggle__icon--middle-bar {
            top: 12px; }
          .ai-header .mobile-toggle__icon--bottom-bar {
            top: 24px;
            left: 0;
            -webkit-transform-origin: left center;
            -moz-transform-origin: left center;
            -o-transform-origin: left center;
            transform-origin: left center; } }
    .ai-header .mobile-toggle.open .mobile-toggle__icon--top-bar {
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .ai-header .mobile-toggle.open .mobile-toggle__icon--middle-bar {
      width: 0%;
      opacity: 0;
      visibility: hidden; }
    .ai-header .mobile-toggle.open .mobile-toggle__icon--bottom-bar {
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .ai-header .mobile-menu {
    position: fixed;
    top: 62px;
    left: 0;
    width: 100%;
    height: 0;
    background: rgba(0, 0, 0, 0.9);
    overflow: hidden;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -moz-transition: height 300ms 200ms ease-in;
    -o-transition: height 300ms 200ms ease-in;
    -webkit-transition: height 300ms 200ms ease-in;
    transition: height 300ms 200ms ease-in; }
    .ai-header .mobile-menu &gt; ul {
      padding-top: 50px; }
    .ai-header .mobile-menu__list {
      margin: 0 auto 40px;
      text-align: center; }
      .ai-header .mobile-menu__list:nth-child(1) {
        opacity: 0;
        transform: translateY(265px);
        -moz-transition: all 300ms 0.5s ease-in;
        -o-transition: all 300ms 0.5s ease-in;
        -webkit-transition: all 300ms 0.5s ease-in;
        transition: all 300ms 0.5s ease-in; }
      .ai-header .mobile-menu__list:nth-child(2) {
        opacity: 0;
        transform: translateY(265px);
        -moz-transition: all 300ms 0.8s ease-in;
        -o-transition: all 300ms 0.8s ease-in;
        -webkit-transition: all 300ms 0.8s ease-in;
        transition: all 300ms 0.8s ease-in; }
      .ai-header .mobile-menu__list:nth-child(3) {
        opacity: 0;
        transform: translateY(265px);
        -moz-transition: all 300ms 1.1s ease-in;
        -o-transition: all 300ms 1.1s ease-in;
        -webkit-transition: all 300ms 1.1s ease-in;
        transition: all 300ms 1.1s ease-in; }
      .ai-header .mobile-menu__list:nth-child(4) {
        opacity: 0;
        transform: translateY(265px);
        -moz-transition: all 300ms 1.4s ease-in;
        -o-transition: all 300ms 1.4s ease-in;
        -webkit-transition: all 300ms 1.4s ease-in;
        transition: all 300ms 1.4s ease-in; }
      .ai-header .mobile-menu__list__item {
        font-size: 25px;
        font-weight: 700;
        color: #fff; }
      .ai-header .mobile-menu__list .btn--register {
        padding: 10px 14px; }
  .ai-header.open .mobile-menu {
    height: 100vh;
    opacity: 1;
    visibility: visible;
    -moz-transition: height 300ms 200ms ease-in;
    -o-transition: height 300ms 200ms ease-in;
    -webkit-transition: height 300ms 200ms ease-in;
    transition: height 300ms 200ms ease-in; }
    .ai-header.open .mobile-menu__list:nth-child(1) {
      opacity: 1;
      transform: translateY(0); }
    .ai-header.open .mobile-menu__list:nth-child(2) {
      opacity: 1;
      transform: translateY(0); }
    .ai-header.open .mobile-menu__list:nth-child(3) {
      opacity: 1;
      transform: translateY(0); }
    .ai-header.open .mobile-menu__list:nth-child(4) {
      opacity: 1;
      transform: translateY(0); }

.footer {
  padding: 48px 0 35px; }
  @media only screen and (max-width: 900px) {
    .footer {
      padding: 0px 0px; } }
  @media only screen and (max-width: 460px) {
    .footer {
      padding: 10px 40px 35px; } }
  .footer__cont-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
    padding-bottom: 70px;
    border-bottom: 1px solid rgba(1, 1, 1, 0.3); }
    @media only screen and (max-width: 640px) {
      .footer__cont-wrapper {
        padding-bottom: 30px; } }
  .footer__links__heading {
    font-size: 15px;
    color: #000;
    margin-bottom: 25px;
    text-transform: uppercase; }
    @media only screen and (max-width: 640px) {
      .footer__links__heading {
        margin-bottom: 18px; } }
  .footer__links__list {
    margin-bottom: 15px;
    width: 280px;
    font-size: 14px;
    line-height: 20px; }
    .footer__links__list &gt; a {
      display: inline-block;
      font-size: 14px;
      color: #000;
      line-height: 18px;
      -moz-transition: color 300ms ease-in-out;
      -o-transition: color 300ms ease-in-out;
      -webkit-transition: color 300ms ease-in-out;
      transition: color 300ms ease-in-out; }
      .footer__links__list &gt; a:hover {
        color: #f12711; }
  .footer__links--company {
    display: block;
    margin-bottom: 25px;
    -webkit-flex-basis: 35%;
    -moz-flex-basis: 35%;
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%; }
    @media only screen and (max-width: 900px) {
      .footer__links--company {
        -webkit-flex-basis: 60%;
        -moz-flex-basis: 60%;
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%; } }
    @media only screen and (max-width: 460px) {
      .footer__links--company {
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }
    .footer__links--company__ai {
      background: url(../../assets/img/reckonsys-logo.svg) no-repeat;
      height: 32px;
      display: inline-block;
      margin-bottom: 24px; }
      .footer__links--company__ai__demo {
        margin-left: 170px;
        font-size: 11px;
        border-left: 1px solid #000;
        padding-left: 4px; }
    .footer__links--company__para {
      font-size: 14px;
      line-height: 20px;
      color: #000;
      max-width: 280px; }
  .footer__links--features {
    -webkit-flex-basis: 45%;
    -moz-flex-basis: 45%;
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%; }
    @media only screen and (max-width: 640px) {
      .footer__links--features {
        -webkit-flex-basis: 50%;
        -moz-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%; } }
    .footer__links--features .footer__links__list {
      width: calc(50% - 10px);
      display: inline-block;
      margin-right: 10px; }
      .footer__links--features .footer__links__list:nth-child(even) {
        margin-right: 0; }
      @media only screen and (max-width: 640px) {
        .footer__links--features .footer__links__list {
          display: block;
          width: initial; } }
      .footer__links--features .footer__links__list:nth-chlid(even) {
        margin-right: 0; }
  @media only screen and (max-width: 640px) {
    .footer__links--social {
      margin: 15px 0 0 auto;
      -webkit-flex-basis: 50%;
      -moz-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%; } }
  .footer__links__social-icons__list {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -moz-inline-box;
    display: inline-flex;
    width: 27px;
    height: 27px;
    background-color: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin-right: 10px;
    line-height: 30px;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .footer__links__social-icons__list:last-child {
      margin-right: 0; }
    .footer__links__social-icons__list &gt; svg {
      margin: auto; }
    .footer__links__social-icons__list:hover &gt; svg #footer {
      fill: #fff; }
    .footer__links__social-icons__list--facebook:hover {
      background-color: #3b5998; }
    .footer__links__social-icons__list--twitter:hover {
      background-color: #00aced; }
    .footer__links__social-icons__list--linkedin:hover {
      background-color: #db4437; }
  .footer__copyright {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }
    .footer__copyright__kiplist-logo {
      background: url(../img/kiplist-logo-white.svg) no-repeat;
      width: 139px;
      height: 31px; }
    .footer__copyright__txt {
      font-size: 14px;
      color: #000;
      font-weight: 700;
      line-height: 20px; }

.home-page__cont {
  padding: 120px 40px;
  background: url(../../assets/img/pattern-bg.png) no-repeat center 100px;
  background-size: cover; }
  @media only screen and (max-width: 900px) {
    .home-page__cont {
      padding: 100px 60px; } }
  @media only screen and (max-width: 460px) {
    .home-page__cont {
      padding: 90px 30px; } }
  .home-page__cont .desc {
    font-size: 22px;
    margin-bottom: 46px; }
  .home-page__cont__demos-list__item {
    float: left;
    margin-right: 2%;
    width: 32%;
    margin-bottom: 72px; }
    .home-page__cont__demos-list__item:nth-child(3n) {
      margin-right: 0; }
    @media only screen and (max-width: 900px) {
      .home-page__cont__demos-list__item {
        float: left;
        margin-right: 3%;
        width: 48.5%; }
        .home-page__cont__demos-list__item:nth-child(2n) {
          margin-right: 0; } }
    @media only screen and (max-width: 460px) {
      .home-page__cont__demos-list__item {
        float: left;
        margin-right: 3%;
        width: 100%; }
        .home-page__cont__demos-list__item:nth-child(1n) {
          margin-right: 0; } }
    .home-page__cont__demos-list__item__img {
      width: 100%;
      height: 200px;
      background-color: #000;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      position: relative;
      margin-bottom: 26px;
      background-image: radial-gradient(50% 90%, #460727 20%, #000000 48%);
                  /*  &amp;--question-answering{

                        background: url(../../assets/img/icons/question-answering.png) $black no-repeat center center;
                    }
                    &amp;--sentiment-classification{
                        background: url(../../assets/img/icons/sentiment-classification.png) $black no-repeat center center;

                    }
                    &amp;--entity{
                        background: url(../../assets/img/icons/entity.png) $black no-repeat center center;
                    }
                    &amp;--image{
                        background: url(../../assets/img/icons/image-classification.png) $black no-repeat center center;

                    }
                    &amp;--document-scan{
                        background: url(../../assets/img/icons/document-scan.png) $black no-repeat center center;


                    }
                   // &amp;--face-recognition{
                    //    background: url(../../assets/img/icons/face-recognition.png) $black no-repeat center center;
                   //
                   */ }
      .home-page__cont__demos-list__item__img__image-icon {
        position: absolute;
        left: 36%;
        top: 0;
        bottom: 0;
        margin: auto; }
    .home-page__cont__demos-list__item .text {
      position: absolute;
      left: 21px;
      bottom: 27px;
      font-weight: 700;
      color: #fff; }
    .home-page__cont__demos-list__item .txt {
      font-size: 15px;
      line-height: 20px;
      margin-bottom: 20px; }

.qa-1__text-wrap {
  margin-bottom: 92px; }
  .qa-1__text-wrap__text-area {
    width: 100%;
    margin-bottom: 30px;
    padding: 16px 26px;
    font-size: 14px; }

.qa-clicked__question {
  margin-bottom: 60px; }
.qa-clicked input[type=text] {
  width: 100%;
  margin-bottom: 18px;
  padding: 8px 22px; }
.qa-clicked .btn--show-answer {
  width: 340px; }

.new-question {
  margin-bottom: 30px;
  display: none; }
  .new-question &gt; input {
    width: 100%;
    padding: 10px;
    border: 1px solid rgba(192, 186, 186, 0.4);
    margin-bottom: 20px; }
    .new-question &gt; input:focus {
      border: 1px solid rgba(192, 186, 186, 0.8); }
  .new-question .btn--show-answer {
    width: 340px; }
  .new-question.open {
    display: block; }

.sentiment-classifcation .text-area {
  height: 150px; }
.sentiment-classifcation__cont {
  margin-bottom: 50px; }

.entity-recognition .text-area {
  height: 150px; }
.entity-recognition__cont {
  margin-bottom: 30px; }

/*# sourceMappingURL=style.css.map */
.box_saved_psg{
  width: 641px;
  margin-bottom: 20px;
  }
.sentiment_output{
  width: 641px;
  margin-bottom: 20px;
  }

  ul.answer_list{
    list-style: none;
  }
  ul.answer_list li{
    font-size: 20px;
    margin-bottom: 10px;
  }
</pre></body></html>