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

body {
  font-size: 16px;
  line-height: 1.3;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  background-color: #ffffff;
  color: #333333;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.visible-md {
  display: none !important; }

.bold {
  font-weight: bold; }

.header {
  padding: 15px 0; }
  .header .btn {
    min-width: 130px; }

.logo--link {
  display: inline-block; }
  .logo--link--img {
    height: 25px;
    width: auto; }

p {
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: .75rem; }

.mb-2 {
  margin-bottom: 1rem !important; }

.pb-100 {
  padding-bottom: 100px; }

.btn {
  font-size: 1rem;
  line-height: 20px;
  font-weight: normal;
  padding: 8px 25px;
  border-radius: 50px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: inline-block;
  background-color: #333333;
  border: 1px solid #333333;
  color: #ffffff;
  transition: all 0.12s linear; }
  .btn--lg {
    font-size: 18px;
    padding: 12px 30px; }
  .btn--main {
    background-color: #333333;
    border-color: #333333;
    color: #ffffff; }
    .btn--main:hover {
      background-color: #4d4d4d;
      border-color: #4d4d4d;
      color: #ffffff; }
    .btn--main:focus {
      background-color: #666666;
      border-color: #333333;
      color: #ffffff; }

.btn--block {
  display: block;
  width: 100%; }

.btn--main {
  background-color: #333333;
  border-color: #333333;
  color: #ffffff; }
  .btn--main:hover {
    background-color: #4d4d4d;
    border-color: #4d4d4d;
    color: #ffffff; }
  .btn--main:focus {
    background-color: #666666;
    border-color: #333333;
    color: #ffffff; }

.section--title {
  margin-top: 0;
  font-size: 28px;
  margin-bottom: 1.5rem; }

.section--text {
  margin-bottom: 1.5rem; }
  .section--text a {
    margin-left: 5px; }

.section .container {
  position: relative;
  z-index: 103; }

.section--main {
  padding-top: 300px;
  padding-bottom: 150px;
  position: relative;
  overflow: hidden; }
  .section--main:before {
    content: "";
    position: absolute;
    left: 0;
    right: 27%;
    top: 0;
    bottom: 0;
    z-index: 101;
    background: #5a554d;
    background: -moz-linear-gradient(90deg, #5a554d 0%, rgba(90, 85, 77, 0) 100%);
    background: -webkit-linear-gradient(90deg, #5a554d 0%, rgba(90, 85, 77, 0) 100%);
    background: linear-gradient(90deg, #5a554d 0%, rgba(90, 85, 77, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5a554d", endColorstr="#5a554d", GradientType=1); }
  .section--main:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 100px 1920px;
    border-color: transparent transparent #eeeeee transparent;
    z-index: 102; }
  .section--main--bg {
    background: no-repeat center / cover; }

.section--gray {
  background-color: #eeeeee; }

.section--lg {
  padding-top: 100px;
  padding-bottom: 100px; }

.section--bottom--radius {
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px; }

.section--top--radius {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px; }

.section--question {
  position: relative;
  z-index: 101;
  background-color: #ffffff;
  margin-bottom: -40px; }

.page--title {
  font-size: 48px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 1.5rem;
  color: #ffffff; }

.lead {
  font-size: 21px;
  color: #ffffff;
  margin-bottom: 2rem; }

.reg {
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid #ffffff;
  padding: 60px 30px 14px;
  position: relative;
  border-radius: 15px;
  margin-top: 40px; }
  .reg--ava {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden; }
    .reg--ava--img {
      object-fit: cover;
      object-position: center;
      width: 100%;
      height: 100%; }
  .reg--text {
    padding: 15px;
    border-radius: 10px;
    background-color: #ffffff;
    font-weight: bold;
    position: relative;
    text-align: center;
    border: 1px solid #eeeeee;
    margin-bottom: 1rem; }
    .reg--text:before {
      content: "";
      border-left: 12px solid transparent;
      border-right: 12px solid transparent;
      border-bottom: 10px solid #ffffff;
      position: absolute;
      top: -10px;
      left: 50%;
      transform: translateX(-50%); }

.user--header {
  width: 100%;
  padding-bottom: 120%;
  height: 0;
  overflow: hidden;
  border-radius: 15px;
  position: relative;
  margin-bottom: .5rem; }

.user--img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  position: absolute; }

.user--text {
  text-align: center;
  font-weight: bold;
  margin-bottom: 0;
  font-size: 15px; }

.story {
  width: 100%;
  height: 0;
  padding-bottom: 70%;
  position: relative;
  overflow: hidden;
  border-radius: 15px; }
  .story--img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    position: absolute; }

.question-item {
  border-radius: 15px;
  border: 1px solid #eeeeee;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 74px;
  color: #333333;
  font-weight: bold;
  text-align: center; }

.footer {
  color: #ffffff;
  padding: 90px 0 50px; }
  .footer--list--cert {
    margin: 0 0 2rem;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-direction: row;
    align-items: center; }
    .footer--list--cert li + li {
      margin-left: 1rem; }
    .footer--list--cert img {
      height: 50px;
      width: auto; }
  .footer .copyright {
    font-size: 13px; }
  .footer--logo {
    display: inline-block;
    margin-bottom: 2rem; }
    .footer--logo--img {
      height: 20px;
      width: auto; }
  .footer--list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    .footer--list--title {
      font-size: 20px;
      font-weight: bold;
      margin-top: 0;
      margin-bottom: 1rem;
      color: #ffffff; }
    .footer--list--item {
      position: relative;
      padding-top: 5px;
      padding-bottom: 5px; }
    .footer--list--link {
      text-decoration: none;
      color: #ffffff; }
      .footer--list--link:hover {
        color: #ffffff;
        opacity: .8; }
      .footer--list--link.underline {
        text-decoration: underline; }
    .footer--list--check .footer--list--item {
      padding: 5px 0 5px 25px; }
      .footer--list--check .footer--list--item svg {
        width: 20px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%); }
        .footer--list--check .footer--list--item svg .st0 {
          fill: #fff !important; }

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 980px; } }

@media (max-width: 767px) {
  .d-flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .hidden-md {
    display: none !important; }
  .visible-md {
    display: inline-block !important; }
  .pb-100 {
    padding-bottom: 3rem; }
  .section--main {
    padding-top: 100px;
    padding-bottom: 1rem; }
    .section--main:after {
      display: none; }
  .section--bottom--radius {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px; }
    .section--bottom--radius--md {
      border-bottom-left-radius: 15px;
      border-bottom-right-radius: 15px; }
  .section--top--radius {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px; }
  .section--lg {
    padding-top: 3rem;
    padding-bottom: 3rem; }
  .section--title {
    text-align: center;
    font-size: 24px; }
  .section--text {
    text-align: center; }
  .section--story {
    display: block;
    width: 100%; }
    .section--story .user--cards {
      margin-bottom: 1rem; }
  .story {
    margin-bottom: 1rem; }
  .logo--link--img {
    height: 20px; }
  .footer {
    text-align: center;
    padding-top: 120px; }
    .footer .copyright {
      margin-top: 2rem; }
    .footer--logo {
      margin-bottom: 2.5rem; }
    .footer--list {
      display: inline-block; }
      .footer--list--check {
        text-align: left;
        margin-bottom: 2rem; }
      .footer--list--title {
        text-align: center; }
      .footer--list--cert {
        justify-content: center; } }

/*# sourceMappingURL=landing.sass */