.text-mentor {
  color: #5B9BDC;
}

.text-coach {
  color: #CB5F48;
}

.text-project {
  color: #8BB449;
}

.text-meet {
  color: #E6B430;
}

.text-share {
  color: #CA4F97;
}

.bg--mentor {
  background-image: url("/assets/products/mentorme.svg");
}

.bg--coach {
  background-image: url("/assets/products/coachme.svg");
}

.bg--project {
  background-image: url("/assets/products/projectme.svg");
}

.bg--meet {
  background-image: url("/assets/products/meetme.svg");
}

.bg--share {
  background-image: url("/assets/products/shareme.svg");
}

button, .button {
  display: inline-block;
  color: #236BF9;
  background: #E0EAFF no-repeat 0 0;
  border: 0;
  border-radius: 5px;
  text-transform: uppercase;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
  font-size: 13px;
  padding: 14px;
  border: 1px solid #E0EAFF;
  position: relative;
  cursor: pointer;
  outline: none;
  text-decoration: none;
}

button--dark, .button--dark {
  color: #ffffff;
  background-color: #236BF9;
  border-color: #236BF9;
}

button--grey, .button--grey {
  color: #808387;
  background-color: #EBEEF2;
  border-color: #CED1D6;
}

button--add, .button--add {
  background: url("/assets/buttons/add.svg") no-repeat 14px 50% #E0EAFF;
  padding-left: 56px;
}

button--login, .button--login {
  color: #236BF9;
  border: none;
  background: url("/assets/buttons/login.svg") no-repeat 14px 50% transparent;
  padding-left: 56px;
}

button--demo, .button--demo {
  background: url("/assets/buttons/checkbox2.svg") no-repeat 14px 50% #E0EAFF;
  padding-left: 56px;
}

button:hover, .button:hover {
  filter: brightness(85%);
  text-decoration: none;
}

.nav--dots {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
}

.nav--dots a {
  margin: 0 5px;
  width: 8px;
  height: 8px;
  background-color: #E0EAFF;
  border-radius: 50%;
}

.nav--dots a.active, .nav--dots a.selected {
  background-color: #236BF9;
  width: 15px;
  height: 15px;
}

.heading, .heading--brand, .heading--section, .heading--hero {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
  text-align: center;
}

.heading--brand {
  text-transform: uppercase;
  font-size: 13px;
}

.heading--section {
  font-size: 34px;
  color: #808387;
}

@media (max-width: 768px) {
  .heading--section {
    font-size: 22px;
  }
}

.heading--hero {
  color: #000;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

a[href^="mailto:"] {
  color: #236BF9;
}

a:hover {
  text-decoration: underline;
}

* {
  box-sizing: border-box;
}

p {
  margin: 0 0 1em;
  line-height: 1.4em;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.m-auto {
  margin: 0 auto;
}

.container--small {
  max-width: 920px;
  margin: 0 auto;
  width: 100%;
}

.container--medium {
  max-width: 1110px;
  margin: 0 auto;
  width: 100%;
}

.back-to-top {
  display: block;
  position: fixed;
  bottom: 10px;
  left: 10px;
  width: 48px;
  height: 48px;
  font-size: 30px;
  line-height: 44px;
  background: #236BF9;
  color: #FFF;
  font-family: "Montserrat", Arial, sans-serif;
  border-radius: 50%;
  z-index: 3;
}

.back-to-top:hover {
  text-decoration: none;
}

@media (max-width: 768px) {
  .padding-mobile {
    padding-left: 28px;
    padding-right: 28px;
  }
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", Arial, sans-serif;
  background: #FFF;
  color: #808387;
  text-align: center;
  font-size: 16px;
  overflow-x: hidden;
  position: relative;
}

@media (max-width: 1368px) {
  .wrapper {
    padding-top: 100px;
    width: 100%;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #FFF;
  display: flex;
  flex-flow: column;
  z-index: 9;
}

header > div {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 28px 14px;
}

@media (max-width: 768px) {
  header > div img {
    height: 32px;
    width: auto;
  }
}

header nav {
  font-family: "Montserrat", Arial, sans-serif;
}

header nav hr {
  background: #EBEEF2;
  height: 1px;
  width: 100%;
  border: 0;
}

header nav a {
  padding: 14px;
  margin-bottom: 3px;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1.5em;
}

header .button--menu {
  padding-right: 42px;
}

header .button--menu:after {
  display: block;
  content: "";
  height: 20px;
  width: 20px;
  background: url("assets/buttons/hamburger.svg") no-repeat 0 50%;
  position: absolute;
  top: 12px;
  right: 12px;
}

header .button--lang--en, header .button--lang--pl {
  width: 60px;
  height: 48px;
  text-indent: 999px;
  display: inline-block;
  vertical-align: middle;
}

header .button--lang--en {
  background: url("/assets/buttons/uk_flag.svg") no-repeat 50% 50%/contain;
}

header .button--lang--pl {
  background: url("/assets/buttons/pl_flag.svg") no-repeat 50% 50%/contain;
}

@media (max-width: 1160px) {
  header {
    box-shadow: 0px 20px 99px #CED1D6;
  }
  header > div {
    padding: 14px;
  }
  header nav {
    display: flex;
    flex-flow: column;
    align-items: center;
    max-height: 0;
    padding-bottom: 0;
    transition: max-height .5s;
    overflow: hidden;
  }
  header nav .button--lang--en, header nav .button--lang--pl {
    display: none;
  }
  header .buttons--mobile {
    display: flex;
  }
  header.menu--expanded nav {
    height: auto;
    max-height: 340px;
    padding-bottom: 28px;
  }
  header.menu--expanded .button--menu:after {
    background-image: url("assets/buttons/plus.svg");
    transform: rotate(45deg);
  }
  header.menu--expanded a:not([class*=button]) {
    width: 100%;
  }
}

@media (min-width: 1161px) {
  header {
    padding: 14px 28px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }
  header div {
    padding: 0;
  }
  header nav {
    flex-flow: row;
    display: flex;
  }
  header nav a {
    margin: 0 0 0 14px;
    font-weight: 600;
  }
  header .buttons--mobile {
    display: none;
  }
}

footer {
  position: relative;
}

footer .container--medium {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: space-between;
  padding: 28px 0;
  text-transform: uppercase;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 13px;
  color: #CED1D6;
}

footer .container--medium > div {
  padding-bottom: 28px;
}

footer .container--medium .footer__links a + a {
  margin-left: 14px;
}

footer .container--medium .copy {
  text-align: center;
}

footer .container--medium .copy p {
  margin-bottom: 0;
}

footer .container--medium .copy p:first-child {
  color: #808387;
  margin-bottom: .5em;
}

footer .container--medium .copy p img {
  margin: 5px auto;
}

footer:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #00a0de, #ca4f97 26%, #ea5045 50%, #f9b123 74%, #75b843);
}

@media (min-width: 1160px) {
  footer .container--medium {
    flex-flow: row;
    align-items: flex-start;
    position: relative;
  }
  footer .container--medium > div {
    flex-basis: 33%;
  }
}

#cookieInfo {
  position: fixed;
  transition: all .5s 3s;
  bottom: 0;
  right: -820px;
  max-width: 800px;
  display: flex;
  flex-flow: row nowrap;
  background: url("assets/ico_cookie.svg") no-repeat 28px 50% #FFF;
  padding: 28px 0 28px 112px;
  box-shadow: 0 5px 99px 0 rgba(206, 209, 214, 0.5);
  border-radius: 5px;
  align-items: center;
}

@media (max-width: 640px) {
  #cookieInfo {
    flex-flow: column;
  }
}

#cookieInfo.show {
  right: 0;
  z-index: 9;
}

@media (min-width: 820px) {
  #cookieInfo.show {
    right: 10px;
    bottom: 10px;
  }
}

#cookieInfo p {
  text-align: left;
  margin: 0;
}

@media (max-width: 640px) {
  #cookieInfo p {
    padding-right: 28px;
  }
}

#cookieInfo p + p {
  color: #236BF9;
  text-transform: uppercase;
  font-weight: bold;
  padding: 28px;
  cursor: pointer;
}

@media (max-width: 640px) {
  #cookieInfo p + p {
    padding-left: 0;
  }
}

#cookieInfo p a {
  text-decoration: underline;
}

form {
  margin: 0;
}

.form__products {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}

.form__products label {
  position: relative;
  overflow: visible;
  flex: 0 1 18%;
}

.form__products label[for="share"] input {
  background: url("/assets/products/shareme.svg") no-repeat 50% 50%/auto 30px;
}

.form__products label[for="share"] input:checked {
  background-color: #E0EAFF;
}

.form__products label[for="coach"] input {
  background: url("/assets/products/coachme.svg") no-repeat 50% 50%/auto 30px;
}

.form__products label[for="coach"] input:checked {
  background-color: #E0EAFF;
}

.form__products label[for="meet"] input {
  background: url("/assets/products/meetme.svg") no-repeat 50% 50%/auto 30px;
}

.form__products label[for="meet"] input:checked {
  background-color: #E0EAFF;
}

.form__products label[for="mentor"] input {
  background: url("/assets/products/mentorme.svg") no-repeat 50% 50%/auto 30px;
}

.form__products label[for="mentor"] input:checked {
  background-color: #E0EAFF;
}

.form__products label[for="project"] input {
  background: url("/assets/products/projectme.svg") no-repeat 50% 50%/auto 30px;
}

.form__products label[for="project"] input:checked {
  background-color: #E0EAFF;
}

.form__products input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  cursor: pointer;
  width: 100%;
  height: 160px;
  margin: 0;
  padding: 0;
  border: solid 1px #ebeef2;
  border-radius: 28px;
  transition: all 150ms ease-in-out;
}

.form__products input:checked {
  border-color: #236BF9;
  background-color: #E0EAFF;
}

.form__products input:checked:before {
  content: "\2714";
  display: block;
  position: absolute;
  top: -10px;
  left: -10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #236BF9;
  color: #FFF;
  font-size: 10px;
  text-align: center;
  vertical-align: center;
  border-radius: 50%;
}

.form__products input:hover {
  background-color: #E0EAFF !important;
  background-size: auto 32px !important;
  box-shadow: 0px 2px 10px rgba(1, 1, 1, 0.1);
}

@media (max-width: 768px) {
  .form__products {
    flex-flow: row wrap;
  }
  .form__products label {
    flex: 1 1 120px;
    padding: 0 14px 14px 0;
  }
  .form__products label input {
    height: 75px;
    border-radius: 10px;
    padding: 5px;
  }
}

label {
  text-transform: uppercase;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 2;
  text-align: left;
  color: #ced1d6;
  outline: none;
  display: block;
}

.success, .error {
  padding: 10px;
  border-radius: 5px;
  color: #FFF;
}

.error {
  background-color: #CB5F48;
}

.success {
  background-color: #8BB449;
}

.fields {
  padding: 10px;
}

@media (min-width: 768px) {
  .fields {
    display: grid;
    grid-template: repeat(2, auto)/2fr 2fr 1fr;
    gap: 28px;
  }
}

.fields input {
  width: 100%;
  border: solid 1px #ced1d6;
  border-radius: 5px;
  background-color: rgba(224, 235, 255, 0.25);
  display: block;
  color: #808387;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 18px;
  line-height: 2em;
  padding: 0 5px;
}

.fields input:active, .fields input:focus {
  border: solid 1px #236bf9;
  outline: none;
}

.fields input.button {
  border: solid 1px #ebeef2;
  background: url(/assets/buttons/checkbox.svg) no-repeat 14px 50% #236BF9;
  padding-left: 28px;
  color: #FFF;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 13px;
  margin-top: 2em;
}

@media (max-width: 768px) {
  .fields input.button {
    display: inline-block;
    width: auto;
    padding: 14px 14px 14px 56px;
  }
}

@media (min-width: 768px) {
  .fields input.button {
    grid-area: 1 / 3 / 3 / 4;
  }
}
/*# sourceMappingURL=iframe.css.map */