/* line 1, ../scss/styles.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 23, ../scss/styles.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 28, ../scss/styles.scss */
html {
  scroll-behavior: smooth;
}

/* line 32, ../scss/styles.scss */
body {
  line-height: 1;
}

/* line 36, ../scss/styles.scss */
ol, ul {
  list-style: none;
}

/* line 40, ../scss/styles.scss */
blockquote, q {
  quotes: none;
}

/* line 44, ../scss/styles.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 50, ../scss/styles.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: 'Airbnb Cereal App';
  font-weight: 500;
  src: local("Airbnb Cereal App Book"), url("../fonts/AirbnbCerealBook.woff") format("woff");
}
@font-face {
  font-family: 'Airbnb Cereal App';
  font-weight: 300;
  src: local("Airbnb Cereal App Light"), url("../fonts/AirbnbCerealLight.woff") format("woff");
}
@font-face {
  font-family: 'Airbnb Cereal App';
  font-weight: 600;
  src: local("Airbnb Cereal App Medium"), url("../fonts/AirbnbCerealMedium.woff") format("woff");
}
@font-face {
  font-family: 'Airbnb Cereal App';
  font-weight: 700;
  src: local("Airbnb Cereal App Bold"), url("../fonts/AirbnbCerealBold.woff") format("woff");
}
@font-face {
  font-family: 'Airbnb Cereal App';
  font-weight: 800;
  src: local("Airbnb Cereal App Extra Bold"), url("../fonts/AirbnbCerealExtraBold.woff") format("woff");
}
/* line 85, ../scss/styles.scss */
body {
  font-family: "Airbnb Cereal App";
}

/* line 89, ../scss/styles.scss */
.wrapper {
  width: 1300px;
  margin: 0 auto;
}

/* line 94, ../scss/styles.scss */
header {
  padding: 30px 0;
}
/* line 96, ../scss/styles.scss */
header .logo {
  max-width: 167px;
  display: block;
  margin-right: 70px;
}
/* line 101, ../scss/styles.scss */
header .wrapper {
  display: flex;
}
/* line 104, ../scss/styles.scss */
header ul {
  display: flex;
  padding-top: 5px;
}
/* line 107, ../scss/styles.scss */
header ul a {
  color: black;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}
/* line 113, ../scss/styles.scss */
header ul li {
  margin-right: 30px;
  display: inline-block;
}

/* line 120, ../scss/styles.scss */
h1 {
  font-size: 48px;
  font-weight: 800;
  max-width: 500px;
  margin-bottom: 15px;
}
/* line 125, ../scss/styles.scss */
h1 i {
  color: #61CA77;
}

/* line 130, ../scss/styles.scss */
h3 {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 10px;
}

/* line 137, ../scss/styles.scss */
.screen .wrapper {
  display: flex;
}
/* line 141, ../scss/styles.scss */
.screen.first .appear-left {
  width: 50%;
  padding-top: 200px;
}
/* line 144, ../scss/styles.scss */
.screen.first .appear-left p {
  color: #747474;
  font-weight: 300;
}
/* line 149, ../scss/styles.scss */
.screen.first .appear-right {
  position: relative;
  background: url("../img/figure.svg") no-repeat;
  min-height: 600px;
  width: 50%;
}
/* line 154, ../scss/styles.scss */
.screen.first .appear-right .dots {
  position: absolute;
  margin-top: 380px;
  margin-left: 480px;
}
/* line 159, ../scss/styles.scss */
.screen.first .appear-right .letter {
  position: absolute;
  margin-left: 150px;
  margin-top: 100px;
  z-index: 3;
}
/* line 165, ../scss/styles.scss */
.screen.first .appear-right .search {
  position: absolute;
  margin-top: 100px;
  z-index: 4;
  margin-left: 30px;
}
/* line 171, ../scss/styles.scss */
.screen.first .appear-right .text {
  position: absolute;
  margin-left: 490px;
  margin-top: 100px;
}
/* line 176, ../scss/styles.scss */
.screen.first .appear-right .ball {
  position: absolute;
}
/* line 178, ../scss/styles.scss */
.screen.first .appear-right .ball.second {
  margin-top: 20px;
  margin-left: 490px;
}
/* line 182, ../scss/styles.scss */
.screen.first .appear-right .ball.third {
  margin-top: 70px;
  margin-left: -200px;
}
/* line 186, ../scss/styles.scss */
.screen.first .appear-right .ball.fourth {
  margin-top: 320px;
  margin-left: 130px;
}
/* line 194, ../scss/styles.scss */
.screen.second {
  padding-top: 100px;
  background: url("../img/waves.png") repeat-x;
  background-position: left bottom 100px;
}
/* line 196, ../scss/styles.scss */
.screen.second .wrapper {
  display: block;
}
/* line 199, ../scss/styles.scss */
.screen.second h4 {
  display: table;
  margin: 0 auto;
  font-size: 33px;
  font-weight: bold;
}
/* line 204, ../scss/styles.scss */
.screen.second h4:after {
  content: '';
  display: block;
  background: #61CA77;
  height: 4px;
  width: 70%;
  margin: 10px auto 50px auto;
}
/* line 213, ../scss/styles.scss */
.screen.second p {
  font-size: 16px;
  max-width: 50%;
  text-align: center;
  line-height: 1.3;
  margin: 0 auto 100px auto;
}
/* line 220, ../scss/styles.scss */
.screen.second .pin {
  padding: 20px 20px 20px 0;
  background: white;
  box-sizing: border-box;
  border-radius: 20px;
  box-shadow: 0px 12px 15px 5px rgba(0, 30, 108, 0.04);
  width: 600px;
  margin: 0 auto;
}
/* line 232, ../scss/styles.scss */
.screen.third {
  padding-top: 200px;
}
/* line 233, ../scss/styles.scss */
.screen.third .wrapper {
  display: block;
}
/* line 237, ../scss/styles.scss */
.screen.third h4 {
  display: table;
  margin: 0 auto 100px auto;
  font-size: 33px;
  font-weight: bold;
}
/* line 242, ../scss/styles.scss */
.screen.third h4:after {
  content: '';
  display: block;
  background: #61CA77;
  height: 4px;
  width: 20%;
  margin: 10px auto 50px auto;
}
/* line 251, ../scss/styles.scss */
.screen.third .sections {
  display: flex;
  margin-bottom: 200px;
  justify-content: space-between;
}
/* line 255, ../scss/styles.scss */
.screen.third .sections .section {
  box-shadow: 0 12px 15px 5px rgba(0, 30, 108, 0.04);
  border-radius: 20px;
  padding-bottom: 20px;
  width: 30%;
}
/* line 261, ../scss/styles.scss */
.screen.third .sections .section .tutorial {
  max-height: 190px;
  overflow: hidden;
}
/* line 264, ../scss/styles.scss */
.screen.third .sections .section .tutorial img {
  filter: grayscale(1);
  display: none;
}
/* line 268, ../scss/styles.scss */
.screen.third .sections .section .tutorial .hidden {
  display: block;
}
/* line 272, ../scss/styles.scss */
.screen.third .sections .section p {
  font-size: 18px;
  color: #3881EA;
  text-align: left;
  line-height: 1.3;
}
/* line 277, ../scss/styles.scss */
.screen.third .sections .section p b {
  font-weight: 700;
}
/* line 281, ../scss/styles.scss */
.screen.third .sections .section .step {
  transition: all .5s ease;
  border-radius: 10px;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  text-align: center;
  padding-top: 3px;
  box-sizing: border-box;
  background: #E2F1FF;
  color: #3882EA;
  display: table;
  font-size: 32px;
  font-weight: bold;
}
/* line 296, ../scss/styles.scss */
.screen.third .sections .section .info {
  padding: 15px;
}
/* line 299, ../scss/styles.scss */
.screen.third .sections .section:hover, .screen.third .sections .section.active {
  transition: all .5s ease;
  box-shadow: 0 12px 15px 5px rgba(0, 30, 108, 0.04);
}
/* line 303, ../scss/styles.scss */
.screen.third .sections .section:hover .step, .screen.third .sections .section.active .step {
  background: #E2F1FF;
  color: #3882EA;
}
/* line 307, ../scss/styles.scss */
.screen.third .sections .section:hover .tutorial img, .screen.third .sections .section.active .tutorial img {
  filter: none;
}
/* line 309, ../scss/styles.scss */
.screen.third .sections .section:hover .tutorial img:first-child, .screen.third .sections .section.active .tutorial img:first-child {
  display: block;
}
/* line 312, ../scss/styles.scss */
.screen.third .sections .section:hover .tutorial img.hidden, .screen.third .sections .section.active .tutorial img.hidden {
  display: none;
}

/* line 322, ../scss/styles.scss */
.footer-logo {
  filter: grayscale(1);
  opacity: 0.7;
  display: table;
  margin: 0 auto 20px auto;
}
