/* General */
body {
  margin: 0;
  /* Navigation */
}
body nav {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}
body nav a {
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.1px;
  /* identical to box height, or 171% */
  color: #6A707B;
  text-decoration: none;
}
body nav a:hover {
  text-decoration-line: underline;
  color: #4066A5;
}
body nav a:focus {
  text-decoration-line: underline;
  color: #233759;
}
body nav a img {
  margin: 10px 0 16px 0;
  display: block;
}
body nav a span {
  display: none;
}
body nav div {
  display: flex;
  align-items: center;
}
body nav div a {
  margin: 21px 0 21px 20px;
}
@media (min-width: 1000px) {
  body nav {
    padding: 0 100px;
  }
  body nav a {
    font-size: 16px;
    line-height: 26px;
  }
  body nav a img {
    margin: 100px 15px 0 0;
  }
  body nav a span {
    display: inline-block;
    font-family: Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: #131821;
    position: absolute;
    left: 40px;
    top: 112px;
  }
  body nav > a {
    position: relative;
  }
  body nav div a {
    margin: 114px 0 0 30px;
  }
}
body main {
  padding-top: 188px;
  padding-bottom: 187px;
  background: url("/assets/img/image_summer.png") center no-repeat;
  background-position: -281px 0px;
  background-size: cover;
}
body main .content {
  background: linear-gradient(180deg, #FFFFFF 0%, #F2F5FA 100%);
  padding: 30px 20px;
  margin: 0 20px;
  /* Form */
  /* Social Icons */
}
body main .content .trophy {
  display: none;
  margin-bottom: 39px;
}
body main .content h1,
body main .content h2 {
  margin: 0;
}
body main .content h1 {
  font-family: Georgia, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  /* identical to box height, or 142% */
  color: #131821;
}
body main .content h2 {
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  /* or 186% */
  color: #6A707B;
  margin: 10px 0 20px 0;
}
body main .content form {
  position: relative;
}
body main .content form label {
  display: block;
}
body main .content form label input {
  outline: none;
}
body main .content form label:first-child span {
  width: 4px;
  height: 60px;
  background: #4066A5;
  position: absolute;
}
body main .content form label:first-child input[type=email] {
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height, or 150% */
  color: #6A707B;
  border: 1px solid #E3E3E4;
  width: 100%;
  box-sizing: border-box;
  padding: 17px 49px 17px 19px;
}
body main .content form label:first-child input[type=email]:focus {
  box-shadow: 0px 30px 40px rgba(19, 24, 33, 0.06);
}
body main .content form label:first-child input[type=email]:hover {
  border: 1px solid #4066A5;
  box-shadow: 0px 30px 40px rgba(19, 24, 33, 0.06);
}
body main .content form label:first-child.error input[type=email] {
  border: 1px solid #B80808;
  box-shadow: 0px 30px 40px rgba(19, 24, 33, 0.06);
}
body main .content form label:first-child.error span {
  background: #B80808;
}
body main .content form label:first-child.error div {
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height, or 150% */
  color: #B80808;
  margin-top: 6px;
}
body main .content form label:nth-child(2) {
  position: relative;
}
body main .content form label:nth-child(2) input[type=checkbox] {
  margin: 21px 0 0 0;
  width: 26px;
  height: 26px;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  border: 1px solid #E3E3E4;
  background: #FFFFFF;
  border-radius: 3px;
  display: block;
}
body main .content form label:nth-child(2) input[type=checkbox] + div {
  width: 26px;
  height: 26px;
  border: 1px solid #4066A5;
  border-radius: 3px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  display: none;
  background: url("/assets/img/ic_checkmark.svg") #4066A5 center no-repeat;
}
body main .content form label:nth-child(2) span {
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  /* identical to box height, or 175% */
  color: #6A707B;
  position: absolute;
  top: -1px;
  left: 41px;
}
body main .content form label:nth-child(2) span a {
  color: #131821;
}
body main .content form label:nth-child(2) span a:hover {
  color: #4066A5;
}
body main .content form label:nth-child(2) span a:focus {
  color: #233759;
}
body main .content form input[type=image] {
  position: absolute;
  top: 23px;
  right: 15px;
}
@media (min-width: 1000px) {
  body main .content form label:first-child {
    margin-left: -40px;
    margin-right: -223px;
  }
  body main .content form label:first-child span {
    height: 70px;
  }
  body main .content form label:first-child input[type=email] {
    padding: 22px 39px 22px 43px;
    max-width: 663px;
  }
  body main .content form label:nth-child(2) input[type=checkbox] {
    margin-top: 54px;
  }
  body main .content form input[type=image] {
    top: 28px;
    left: 559px;
  }
}
body main .content hr {
  height: 1px;
  background: #E3E3E4;
  border: none;
  width: 295px;
  margin: 21px 0 20px 0;
}
@media (min-width: 500px) {
  body main .content hr {
    width: 400px;
    margin: 50px 0;
  }
}
body main .content .social_icons {
  display: inline-flex;
  margin-left: 33px;
}
body main .content .social_icons a {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 2px solid #E3E3E4;
  box-sizing: border-box;
  display: flex;
  justifY-content: space-around;
  align-items: center;
  text-decoration: none;
  margin-right: 10px;
}
body main .content .social_icons a:last-child {
  margin-right: 0;
}
body main .content .social_icons a i {
  color: #131821;
  opacity: 0.4;
}
body main .content .social_icons a:hover, body main .content .social_icons a:focus {
  box-shadow: 0px 20px 40px rgba(19, 24, 33, 0.3);
}
body main .content .social_icons a:hover i, body main .content .social_icons a:focus i {
  color: #fff;
  opacity: 1;
}
body main .content .social_icons a:first-child:hover {
  background: #4267B2;
  border: 2px solid #4267B2;
}
body main .content .social_icons a:first-child:focus {
  background: #2F4A80;
  border: 2px solid #2F4A80;
}
body main .content .social_icons a:nth-child(2):hover {
  background: #C13584;
  border: 2px solid #C13584;
}
body main .content .social_icons a:nth-child(2):focus {
  background: #8F2762;
  border: 2px solid #8F2762;
}
body main .content .social_icons a:nth-child(3):hover {
  background: #1DA1F2;
  border: 2px solid #1DA1F2;
}
body main .content .social_icons a:nth-child(3):focus {
  background: #177FBF;
  border: 2px solid #177FBF;
}
body main .content .social_icons a:nth-child(4):hover {
  background: #FF0000;
  border: 2px solid #FF0000;
}
body main .content .social_icons a:nth-child(4):focus {
  background: #CC0000;
  border: 2px solid #CC0000;
}
@media (min-width: 1000px) {
  body main .content .social_icons {
    margin-left: 78px;
  }
  body main .content .social_icons a {
    margin-right: 20px;
  }
}
body main.subscribed hr {
  margin-top: 39px;
}
@media (min-width: 1000px) {
  body {
    display: flex;
  }
  body > div:first-child {
    flex: 1 1 680px;
    height: 100vh;
    background: linear-gradient(180deg, #FFFFFF 0%, #F2F5FA 100%);
  }
  body > div:first-child main {
    background: none;
    padding-top: 234px;
  }
  body > div:first-child main.subscribed {
    padding-top: 129px;
  }
  body > div:first-child main .content {
    padding: 0 140px;
    margin: 0;
    background: none;
  }
  body > div:first-child main .content .trophy {
    margin-bottom: 30px;
  }
  body > div:first-child main .content h1 {
    font-size: 32px;
    line-height: 44px;
  }
  body > div:first-child main .content h2 {
    margin: 20px 0 50px 0;
    font-size: 16px;
    line-height: 28px;
  }
  body > div:first-child main .content hr {
    margin: 50px 0;
  }
  body > div:nth-child(2) {
    flex: 1 1 1240px;
    background: url("/assets/img/image_summer.png") center no-repeat;
    background-size: cover;
  }
}

/*# sourceMappingURL=default.css.map */
