/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
}
*:after,
*:before {
  box-sizing: inherit;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  color: #fff;
  font: 18px/2 'Open Sans', sans-serif;
  background-color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
td,
th {
  font: 1em/2 'Open Sans', sans-serif;
}
input,
textarea,
option,
select,
button {
  color: #3c4555;
  font: 1em 'Open Sans', sans-serif;
}
button {
  cursor: pointer;
}
a {
  color: #1da1f2;
  text-decoration: none;
}
a:hover {
  color: #005fd1;
  text-decoration: none;
}
.page-container {
  position: relative;
  min-height: 100%;
}
.mnbg {
  position: relative;
  /* position: absolute; */
  z-index: 2;
  padding-bottom: 32%;
  /* height: 533px; */
  overflow: hidden;
  /* margin-bottom: 10px; */
  margin: 0 10px 10px;
  background: url(../img/lex-bg.jpg) no-repeat 50% / contain;
}



.form-input {
  color: #fff;
  font: 16px/1.25 'Montserrat', sans-serif;
  padding: 20px 0;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  margin: 0;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-bottom: 2px solid #e1e8ed;
  transition: color 0.15s, border-bottom-color 0.15s;
  outline: none;
}
.form-input:hover {
  border-bottom-color: #f5f8fa;
}
.form-input:focus {
  border-bottom-color: #fff;
}

.form-input::-webkit-input-placeholder {
  color: #e8ebed;
}
.form-input::-moz-placeholder {
  color: #e8ebed;
}
.form-input:-ms-input-placeholder {
  color: #e8ebed;
}
.form-input:-moz-placeholder {
  color: #e8ebed;
}

.btn {
  position: relative;
  display: inline-block;
  cursor: pointer;
  box-shadow: -5px 13px 15px rgba(0,0,0,0.3);
  background-color: #a949fa;
  border-radius: 31px;
  border-width: 0;
  font: bold 20px/30px 'Montserrat', sans-serif;
  padding: 16px 20px;
  min-width: 253px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  transition: box-shadow 0.25s;
}
.btn:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: 31px;
  transition: opacity 0.25s;
}
.btn:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: 31px;
  opacity: 0;
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  transition: opacity 0.25s, background-size 0.25s, -webkit-transform 0.25s;
  transition: opacity 0.25s, transform 0.25s, background-size 0.25s;
  transition: opacity 0.25s, transform 0.25s, background-size 0.25s, -webkit-transform 0.25s;
}
.btn__inner {
  position: relative;
  z-index: 3;
}
.btn:hover {
  box-shadow: 5px 13px 15px rgba(0,0,0,0.3);
}
.btn:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  background-size: 100% 100%;
}
.header {
  position: absolute;
  z-index: 4;
  left: 0;
  right: 0;
  background-color: #000;
}
.header__inner {
  margin: 0 auto;
  max-width: 1660px;
  /* min-width: 980px; */
  padding: 20px 30px;
}
.logo {
  display: block;
  width: 150px;
  height: 60px;
  /* margin: 0 auto; */
}
.intro {
  padding: 0 20px;
}
.intro__inner {
  position: relative;
  z-index: 4;
  margin: 0 auto;
  max-width: 1660px;
  /* min-width: 980px; */
  padding: 40px 30px 0;
  min-height: 90px;
}
.intro__title {
  /* max-width: 800px; */

  color: #fff;
  font: 600 16px/1.14 'Montserrat', sans-serif;
  /* letter-spacing: -0.29px; */
  text-align: right;
  margin: 0 auto;
}

.page-header {
  position: relative;
  padding-bottom: 36.7%;
  margin-bottom: 40px;
  /* max-height: 300px; */
  min-height: 200px;
  /* margin-bottom: -116px; */
  /* padding-bottom: 50px; */
  background: #000 url(../img/tinuiti-bg.jpg) no-repeat 50% 30% / cover;
}

.page-header:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.page-header__logo {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  margin-left: -62px;
  margin-top: -48px;
}


.creator-form {
  /* background-color: #000; */
  padding: 0 20px 0;
}
.creator-form__inner {
  position: relative;
  z-index: 4;
  margin: 0 auto;
  max-width: 1170px;
  background-color:rgba(0,0,0,1);
  padding: 0 83px 40px;
}
.creator-form__title {
  margin-top: 0;
  margin-bottom: 42px;
  text-align: center;
  color: #fff;
  font: bold 38px/1.5 'Montserrat', sans-serif;
}
.creator-form-fields {
  margin: 0 0 0 -83px;
  flex-wrap: wrap;
  display: flex;
}
.creator-form-fields__col {
  padding: 0 0 26px 83px;
  width: 50%;
}
.creator-form .forms-note {
  font-size: 13px;
  color: #fff;
  margin-top: 5px;
  margin-bottom: 0;
}
.creator-form .forms-note:empty {
  display: none;
}
.creator-form-btn {
  padding-top: 24px;
  text-align: center;
}
.creator-form-btn-rules {
  padding-top: 40px;
  color: #fff;
  font-size: 13px;
  line-height: 22px;
}
.creator-form-btn-rules a {
  color: #fff;
}
.benefits {
  background-color: #f8fbff;
  padding: 90px 20px 115px;
}
.benefits__inner {
  position: relative;
  z-index: 4;
  margin: 0 auto;
  max-width: 1170px;
}
.benefits__title {
  text-align: center;
  font: bold 38px/1.22 'Montserrat', sans-serif;
  margin-top: 0;
  margin-bottom: 63px;
}
.benefits-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-around;
}
.benefits-list__list-item {
  flex: 1.5;
  text-align: center;
  font: bold 20px/1.6 'Montserrat', sans-serif;
  max-width: 186px;
  padding: 0 10px;
}
.benefits-list p {
  margin: 0 auto;
}
.benefits-list__ico {
  display: flex;
  margin: 0 auto 29px;
  width: 166px;
  height: 166px;
  box-shadow: 1px 10px 13px 1px rgba(201,201,201,0.3);
  background-color: #fff;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.benefits-list__ico:before {
  content: '';
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.benefits-list__ico[data-benefit="manage"]:before {
  width: 61px;
  height: 74px;
  background-image: url("../img/benefit-1.png");
}
.benefits-list__ico[data-benefit="understand"]:before {
  width: 80px;
  height: 75px;
  background-image: url("../img/benefit-2.png");
}
.benefits-list__ico[data-benefit="monetize"]:before {
  width: 69px;
  height: 83px;
  background-image: url("../img/benefit-3.png");
}
.services {
  position: relative;
  z-index: 4;
  overflow: hidden;
  padding: 0 20px;
}
.services__inner {
  position: relative;
  margin: 0 auto;
  max-width: 1170px;
}
.services-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.services-list__list-item {
  position: relative;
}
.services-list__list-item[data-align="right"] .services-list__content {
  margin-left: auto;
}
.services-list__list-item[data-services="insights"] {
  min-height: 677px;
  padding: 119px 0 20px;
}
.services-list__list-item[data-services="insights"] .services-list__media {
  top: 20px;
  left: 50%;
  margin-left: -85px;
  width: 1131px;
  height: 707px;
  background-image: url("../img/services-insights.png");
}
.services-list__list-item[data-services="profile"] {
  min-height: 689px;
  padding: 114px 0 20px;
}
.services-list__list-item[data-services="profile"] .services-list__content {
  max-width: 348px;
}
.services-list__list-item[data-services="profile"] .services-list__media {
  top: 0;
  right: 50%;
  margin-right: -215px;
  width: 1121px;
  height: 689px;
  background-image: url("../img/services-profile.png");
}
.services-list__media {
  position: absolute;
  background-size: contain;
  background-position: 50%;
}
.services-list__content {
  max-width: 400px;
}
.services-list__content h2 {
  font: bold 38px/1.22 'Montserrat', sans-serif;
  margin-top: 0;
  margin-bottom: 40px;
}
.services-list__content ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.services-list__content ul li {
  margin-bottom: 30px;
}
.footer {
  padding: 10px 20px;
}
.footer__inner {
  min-height: 89px;
  margin: 0 auto;
  max-width: 1170px;
  display: flex;
  align-items: center;
  font-size: 13px;
  line-height: 18px;
  justify-content: space-between;
}
/* .footer__cpr {
  color: #fff;
}
.footer__cnt {
  color: #fff;
}
.footer a {
  color: #fff;
} */
@media screen and (max-width: 1024px) {
  /* .mnbg {
    height: 500px;
  }
  .mnbg__inner img {
    width: 500px;
    margin-left: -50px;
    height: auto;
  }
  .intro__inner {
    padding-top: 125px;
    min-height: 400px;
  }
  .intro__title {
    font-size: 48px;
    max-width: 400px;
  } */
  .services-list__media {
    background-size: contain;
  }
  .services-list__list-item[data-services="profile"] .services-list__media {
    width: 560px;
    height: 344px;
    top: 120px;
    margin-right: -100px;
  }
}
@media screen and (max-width: 800px) {
  .header {
    position: relative;
  }
  .header__inner {
    padding-bottom: 0;
  }
  .logo {
    margin: 0 auto;
  }
  .intro__title {
    text-align: center;
  }

  .page-header {
    min-height: 335px;
    padding-bottom: 100px;
  }

  /*
  .mnbg {
    height: 900px;
  }
  .mnbg__inner img {
    margin-left: -250px;
  }
  .intro {
    min-height: 800px;
  }
  .intro__title {
    text-align: center;
    margin: 0 auto;
  } */
  .creator-form-fields__col {
    width: 100%;
  }
  .services-list__content {
    max-width: 600px !important;
    margin: 0 auto;
  }
  .benefits-list {
    flex-direction: column;
    align-items: center;
  }
  .benefits-list__list-item {
    margin-bottom: 30px;
  }
  .benefits {
    padding-bottom: 20px;
  }
  .services-list__media {
    position: relative;
    left: auto !important;
    right: auto !important;
    margin: 0 auto 30px !important;
    height: auto !important;
    width: auto !important;
    top: auto !important;
  }
  .services-list__list-item[data-services="insights"] {
    padding-top: 30px;
  }
  .services-list__list-item[data-services="profile"] {
    padding-top: 30px;
  }
  .services-list__list-item[data-services="insights"] .services-list__media {
    padding-bottom: 62.51105216622458%;
  }
  .services-list__list-item[data-services="profile"] .services-list__media {
    padding-bottom: 61.462979482604815%;
  }
}
@media screen and (max-width: 600px) {
  .creator-form__inner {
    padding: 20px 30px;
  }
  /* .intro__title {
    font-size: 38px;
  } */
  .btn {
    min-width: 200px;
  }
  .services-list__content h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .benefits__title {
    font-size: 28px;
    margin-bottom: 43px;
  }
  .creator-form__title {
    font-size: 28px;
    margin-bottom: 22px;
  }
  .footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer__inner {
    flex-direction: column;
    min-height: 1px;
  }
  .footer__cnt {
    padding-top: 10px;
  }
}
.hide {
  display: none !important;
}
.text-muted {
  color: muted-color;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center !important;
}
.fl-r {
  float: right;
}
.fl-l {
  float: right;
}
.nowrap {
  white-space: nowrap;
}
.text-wrap {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
.text-nowrap {
  white-space: nowrap;
}
.c-brand {
  color: #0ae1f9;
}
.size-full {
  width: 100%;
}
.size-half {
  width: 50%;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.ml-0 {
  margin-left: 0 !important;
}
