.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;
}

.heading--hero {
  font-size: 3.2vh;
}

.heading--hero p {
  line-height: 1.2;
  margin-bottom: 1rem;
}

.heading--hero + p {
  font-size: 1.125rem;
}

.hero {
  background: url(/assets/hero.png) top 80px center no-repeat;
  display: flex;
  flex-flow: column;
  justify-content: center;
  background-size: 110vw;
  padding: 110vw 28px 28px;
}

.hero video {
  display: none;
}

.hero__buttons .button--demo {
  padding: 14px 28px 14px 56px;
  margin: 0 14px 14px 0;
  background: url("/assets/buttons/checkbox.svg") no-repeat 14px 50% #236BF9;
  color: #FFF;
}

@media (max-width: 440px) {
  .hero__buttons .button--demo {
    margin-right: 0;
  }
}

.hero__buttons .button--grey {
  padding: 14px 28px;
}

@media (min-width: 1160px) {
  .hero {
    background: none;
    width: 100%;
    height: 100vh;
    align-items: flex-start;
    padding: 0 50% 0 80px;
  }
  .hero * {
    text-align: left;
  }
  .hero video {
    display: block;
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: -1;
  }
}

.game-changer {
  display: flex;
  flex-flow: column;
  align-items: center;
  padding-top: 56px;
}

.game-changer__text {
  border-radius: 28px;
}

.game-changer p {
  font-size: 1.125rem;
}

.game-changer:after {
  display: block;
  content: "";
  height: 200px;
  width: 10px;
  background: url(assets/dots.svg) no-repeat 50% 50%;
}

@media (max-width: 1368px) {
  .game-changer:after {
    transform: rotate(90deg);
  }
}

.game-changer__image {
  width: 90vw;
  height: 67vw;
  background: url(assets/gamechanger.jpg) no-repeat top center transparent;
  background-size: contain;
  border-radius: 28px;
}

@media (min-width: 1368px) {
  .game-changer {
    background: linear-gradient(to bottom, #fff 0%, #fff 50%, #f2f5f9 50%);
  }
  .game-changer__text {
    border-radius: 28px;
    max-width: 730px;
    padding: 56px;
    font-size: 18px;
    z-index: 2;
    background: #FFF;
  }
  .game-changer__image {
    margin-top: -160px;
    width: 100%;
    height: 688px;
    background-size: 100% auto;
  }
}

.features {
  background: #F2F5F9;
}

.features.container--medium {
  flex-flow: row nowrap;
}

.features__single {
  padding: 140px 28px 56px;
  margin: 28px 0;
  box-shadow: 0px 15px 99px #E0EBFFBF;
  border-radius: 28px;
  text-align: center;
}

.features__single__heading {
  color: #236BF9;
}

.features div.zarzadzanie {
  background: url("/assets/ico_zarzadzanie.svg") #FFF no-repeat 50% 28px;
}

.features div.wygoda {
  background: url("/assets/ico_wygoda.svg") #FFF no-repeat 50% 28px;
}

.features div.efektywnosc {
  background: url("/assets/ico_efektywnosc.svg") #FFF no-repeat 50% 28px;
}

.features div.innowacyjnosc {
  background: url("/assets/ico_innowacyjnosc.svg") #FFF no-repeat 50% 28px;
}

.features div.proaktywnosc {
  background: url("/assets/ico_proaktywnosc.svg") #FFF no-repeat 50% 28px;
}

.features div.mobilnosc {
  background: url("/assets/ico_mobilnosc.svg") #FFF no-repeat 50% 28px;
}

.features div.intuicyjna {
  background: url("/assets/ico_intuicyjna.svg") #FFF no-repeat 50% 28px;
}

.features div.dostep {
  background: url("/assets/ico_dostep.svg") #FFF no-repeat 50% 28px;
}

.features div.prestiz {
  background: url("/assets/ico_prestiz.svg") #FFF no-repeat 50% 28px;
}

.features div.oszczednosci {
  background: url("/assets/ico_oszczednosci.svg") #FFF no-repeat 50% 28px;
}

@media (max-width: 768px) {
  .features--desktop {
    display: none;
  }
}

@media (min-width: 768px) {
  .features {
    background: #F2F5F9;
  }
  .features--mobile {
    display: none;
  }
  .features--desktop {
    display: flex;
    justify-content: center;
  }
  .features--desktop .row {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    flex: 0 0 30%;
    padding: 28px;
  }
  .features__single {
    padding: 140px 28px 56px;
    margin: 28px 0;
    box-shadow: 0px 15px 99px rgba(224, 235, 255, 0.75);
    border-radius: 28px;
    text-align: center;
    transition: all 250ms ease-in-out;
  }
  .features__single:hover {
    padding: 148px 36px 64px;
    margin: 20px -8px;
    box-shadow: 0 0 50px rgba(97, 153, 255, 0.75);
  }
}

.swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative;
}

.swipe-wrap {
  overflow: hidden;
  position: relative;
  display: flex;
}

.swipe-wrap > div {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.slides__screens {
  padding: 28px;
  background: linear-gradient(to bottom, #f2f5f9 0%, #f2f5f9 49%, #ffffff 50%);
}

.slides__screens-inner {
  width: 100%;
  max-height: 900px;
  height: 75vw;
  background: url("assets/screens/img_screens_1.png") no-repeat 50% 50%;
  background-size: contain;
  animation: slidesAnimation 6s infinite ease-in-out;
}

.slides__screens img {
  margin: 0 auto;
}

.slides:after {
  display: block;
  content: "";
  height: 3px;
  background: linear-gradient(to right, #00a0de, #ca4f97 26%, #ea5045 50%, #f9b123 74%, #75b843);
}

.slogan {
  overflow: hidden;
}

.slogan__number {
  display: inline-block;
  background: #236BF9;
  color: #FFF;
  font-family: "Montserrat", Arial, sans-serif;
  width: 2em;
  height: 2em;
  line-height: 2em;
  border-radius: 50%;
}

.slogan__list ul {
  list-style: none;
  padding: 28px;
  display: flex;
}

.slogan__list li {
  text-align: center;
  padding-top: 120px;
  transition: all 250ms ease-in-out;
}

.slogan__list li:hover {
  color: black;
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .slogan {
    display: none;
  }
  .slogan--mobile {
    display: flex;
    flex-direction: column;
  }
  .slogan--mobile .slogan__list {
    position: relative;
    overflow: hidden;
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
  }
  .slogan--mobile .slogan__list .swiper-wrapper {
    position: relative;
    padding: 28px 0;
    display: flex;
    width: 100%;
  }
  .slogan--mobile .slogan__list .swiper-wrapper .swiper-slide {
    padding: 120px 28px 28px;
    width: 100%;
  }
}

@media (min-width: 769px) {
  .slogan--mobile {
    display: none;
  }
  .slogan {
    position: relative;
  }
  .slogan:before {
    display: block;
    content: "";
    width: 100%;
    height: 300px;
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 80%, white 100%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    cursor: pointer;
  }
  .slogan__top {
    overflow: hidden;
    position: relative;
    height: 300px;
    left: 25%;
    transition: all ease-in-out 750ms;
    cursor: pointer;
  }
  .changed .slogan__top {
    left: -25%;
  }
  .slogan__top > div {
    display: inline-block;
    vertical-align: top;
    max-width: 550px;
    width: 49.5%;
    padding: 0 25px;
  }
  .changed .slogan__top > div {
    opacity: 0.5;
  }
  .slogan__top > div + div {
    opacity: 0.5;
  }
  .changed .slogan__top > div + div {
    opacity: 1;
  }
  .slogan__list {
    padding-bottom: 112px;
    position: relative;
    left: 0;
    display: flex;
    flex-flow: row nowrap;
    width: 200%;
    transition: all ease-in-out 750ms;
  }
  .changed .slogan__list {
    left: -100%;
  }
  .slogan__list ul {
    padding: 0;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
  .slogan__list li {
    text-align: center;
    padding-top: 120px;
    flex: 0 1 20%;
  }
}

.slogan--wybor {
  background: url("/assets/ico_wybor.svg") top center no-repeat;
}

.slogan--cele {
  background: url("/assets/ico_cele.svg") top center no-repeat;
}

.slogan--kalendarz {
  background: url("/assets/ico_kalendarz.svg") top center no-repeat;
}

.slogan--procesy {
  background: url("/assets/ico_procesy.svg") top center no-repeat;
}

.slogan--biblioteki {
  background: url("/assets/ico_biblioteki.svg") top center no-repeat;
}

.slogan--biblioteki2 {
  background: url("/assets/ico_biblioteki2.svg") top center no-repeat;
}

.slogan--dostep2 {
  background: url("/assets/ico_dostep2.svg") top center no-repeat;
}

.slogan--networking {
  background: url("/assets/ico_networking.svg") top center no-repeat;
}

@keyframes slidesAnimation {
  0% {
    background-image: url("assets/screens/img_screens_1.png");
  }
  33% {
    background-image: url("assets/screens/img_screens_2.png");
  }
  66% {
    background-image: url("assets/screens/img_screens_3.png");
  }
  100% {
    background-image: url("assets/screens/img_screens_1.png");
  }
}

.products {
  padding-top: 50px;
  position: relative;
}

.products.mentor {
  background: linear-gradient(180deg, #E5F4FA 3px, #FFFFFF00 100%);
}

.products.coach {
  background: linear-gradient(to bottom, #fcedeb, rgba(255, 255, 255, 0));
}

.products.share {
  background: linear-gradient(to bottom, #faeff5, rgba(255, 255, 255, 0));
}

.products.meet {
  background: linear-gradient(to bottom, #fef8ec, rgba(255, 255, 255, 0));
}

.products.project {
  background: linear-gradient(to bottom, #f3f8ee, rgba(255, 255, 255, 0));
}

.products:before {
  display: block;
  position: absolute;
  content: "";
  height: 380px;
  width: 380px;
  top: -175px;
  left: calc(50% - 190px);
  background: url("assets/logo_circle.svg") 50% 50% no-repeat;
}

.products__top {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
}

.products__top p {
  font-size: 26px;
}

@media (max-width: 768px) {
  .products__top p {
    font-size: 18px;
  }
}

.products .nav--top {
  display: flex;
  width: 100%;
}

.products .nav--top > a {
  display: block;
  padding: 10px;
}

.products__single {
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  .products__single:before {
    width: 500px;
    height: 500px;
    top: 25px;
    left: 50px;
    z-index: -2;
    animation: bigCircleAnimation 8s infinite ease-in-out;
  }
  .products__single:after {
    width: 350px;
    height: 350px;
    top: 200px;
    left: 0;
    z-index: -1;
    animation: smallCircleAnimation 6s infinite ease-in-out;
  }
  .products__single:before, .products__single:after {
    display: block;
    content: "";
    border-radius: 50%;
    position: absolute;
  }
  .mentor .products__single:before, .mentor .products__single:after {
    border: 1px solid #78cbeb;
    background: #e9f6fb;
  }
  .coach .products__single:before, .coach .products__single:after {
    border: 1px solid #f6b9b4;
    background: #fcedeb;
  }
  .share .products__single:before, .share .products__single:after {
    border: 1px solid #e4a7cb;
    background: #faeff5;
  }
  .meet .products__single:before, .meet .products__single:after {
    border: 1px solid #fcd891;
    background: #fef8ec;
  }
  .project .products__single:before, .project .products__single:after {
    border: 1px solid #d1e7c0;
    background: #f3f8ee;
  }
}

.products__single > img {
  width: 70%;
  margin-left: -50px;
  margin-top: -25px;
}

.products__single .text {
  width: 40%;
  text-align: left;
}

.products__single .text img {
  width: 220px;
  margin-bottom: 40px;
}

.products__single .text p {
  margin-bottom: 40px;
  width: 120%;
}

@media (max-width: 768px) {
  .products__single {
    flex-direction: column;
    justify-content: space-between;
  }
  .products__single > img {
    margin-left: 0;
    max-width: none;
    width: 120%;
  }
  .products__single .text {
    width: 100%;
    text-align: center;
  }
  .products__single .text img {
    margin: 0 auto 30px;
    width: auto;
  }
}

@media (max-width: 768px) {
  .nav--dots {
    padding: 56px 0;
  }
}

.swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative;
}

.swipe-wrap {
  overflow: hidden;
  position: relative;
  display: flex;
}

.swipe-wrap > div {
  width: 100%;
  position: relative;
  overflow: hidden;
}

@keyframes bigCircleAnimation {
  0% {
    top: 25px;
    left: 50px;
  }
  50% {
    top: 50px;
    left: 0;
  }
  100% {
    top: 25px;
    left: 50px;
  }
}

@keyframes smallCircleAnimation {
  0% {
    top: 200px;
    left: 320px;
  }
  50% {
    top: 150px;
    left: 300px;
  }
  100% {
    top: 200px;
    left: 320px;
  }
}

.workshops {
  background: url("assets/logo_warsztaty.svg") no-repeat 50% 50px, url("assets/warsztaty.png") no-repeat 50% 0/175% auto #000;
  color: #FFF;
  padding-top: 200px;
  padding-bottom: 28px;
}

.workshops__text {
  max-width: 730px;
  padding: 56px;
  margin: 0 auto;
}

.workshops__text p {
  font-size: 26px;
}

.workshops__text p + p {
  font-size: 18px;
}

.workshops .heading--section {
  color: #FFF;
}

.workshops .boxes {
  display: grid;
  grid-auto-flow: row;
  padding: 0 14px;
}

.workshops .boxes__box {
  border-bottom: 1px solid rgba(235, 238, 242, 0.2);
}

.workshops .boxes__box:last-child {
  border-bottom: none;
}

.workshops .boxes__box h4 {
  color: #236BF9;
}

.workshops .boxes div:last-child {
  grid-area: span 2;
}

@media (min-width: 768px) {
  .workshops {
    background: url("assets/logo_warsztaty.svg") no-repeat 50% 3px, url("assets/warsztaty.png") 50% 0/auto #000;
    padding-top: 300px;
  }
  .workshops .boxes {
    padding: 28px 0;
    grid-auto-flow: column;
    grid-auto-rows: 1fr;
  }
  .workshops .boxes__box {
    text-align: left;
    border-right: 1px solid #707070;
    border-bottom: none;
    padding: 0 28px 28px;
  }
  .workshops .boxes__box:nth-child(2n) h4 {
    border-top: 1px solid #707070;
  }
  .workshops .boxes__box h4 {
    margin: 0 0 1em;
    padding-top: 1em;
  }
}

.demo-contact {
  position: relative;
  background: #F2F5F9;
}

@media (min-width: 1160px) {
  .demo-contact {
    background: url(assets/screens/combo2.png) repeat-y top -50px right calc(50% - 600px) #F2F5F9;
    box-shadow: inset 0 -700px 50px #F2F5F9;
    animation: contactAnimation2 40s infinite linear;
  }
  .demo-contact .container--medium {
    background: url(assets/screens/combo1.png) repeat-y top 25px right calc(50% - 250px) transparent;
    box-shadow: inset 0 -700px 0 #F2F5F9;
    animation: contactAnimation1 35s infinite linear;
  }
}

.demo-contact .demo {
  padding: 28px;
  text-align: center;
}

.demo-contact .demo p {
  font-size: 18px;
}

.demo-contact .demo p.small {
  font-size: 16px;
}

@media (min-width: 1160px) {
  .demo-contact .demo {
    padding: 150px 60% 150px 0;
  }
  .demo-contact .demo .heading--section, .demo-contact .demo .heading--brand, .demo-contact .demo p {
    text-align: left;
  }
  .demo-contact .demo p {
    font-size: 26px;
  }
  .demo-contact .demo p.small {
    font-size: 18px;
  }
}

.demo-contact .contact {
  background: #FFF;
  box-shadow: 0 5px 99px 0 rgba(206, 209, 214, 0.5);
  padding: 95px;
}

@media (min-width: 1160px) {
  .demo-contact .contact {
    border-radius: 28px;
  }
}

.demo-contact .contact .heading--contact {
  color: #236BF9;
  font-size: 24px;
}

@media (min-width: 1160px) {
  .demo-contact .contact .heading--contact {
    font-size: 34px;
  }
}

.demo-contact .contact em {
  font-style: normal;
  color: #236BF9;
}

.demo-contact .direct-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 90px 0;
  text-align: left;
  list-style: none;
  margin: 0;
}

@media (min-width: 1160px) {
  .demo-contact .direct-contact {
    flex-direction: row;
    padding: 28px;
  }
}

@media (min-width: 1160px) {
  .demo-contact .direct-contact li:first-child p {
    text-align: left;
  }
}

.demo-contact .direct-contact li:first-child a {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.demo-contact .direct-contact li:not(:first-child) {
  display: flex;
  align-items: center;
  width: 300px;
}

.demo-contact .direct-contact li:not(:first-child) img {
  width: 65px;
  height: 65px;
  margin-right: 10px;
  border-radius: 50%;
}

.demo-contact .direct-contact li:not(:first-child) div {
  line-height: 24px;
}

.demo-contact .direct-contact li:not(:first-child) div a {
  display: block;
  font-size: 18px;
}

.demo-contact .direct-contact li:not(:first-child) div a:first-child {
  padding-left: 20px;
  background: url(assets/li.png) 0 50% no-repeat;
}

iframe {
  min-height: 500px;
}

@media (max-width: 1160px) {
  .demo-contact .contact {
    padding: 28px;
  }
  .direct-contact li {
    padding-bottom: 28px;
  }
}

@keyframes contactAnimation1 {
  0% {
    background-position-y: 25px;
  }
  100% {
    background-position-y: 904px;
  }
}

@keyframes contactAnimation2 {
  0% {
    background-position-y: -50px;
  }
  100% {
    background-position-y: -1430px;
  }
}
/*# sourceMappingURL=main.css.map */