/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css?family=Raleway:400,700");
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

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

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body {
  width: 100%;
  color: #232020;
  font-family: 'Raleway', Ariel, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  background-color: #fff;
  overflow-x: hidden;
}

.wrapper {
  padding: constant(44px) constant(15px) constant(44px) constant(15px);
}

* {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5 {
  margin-top: 0;
  font-weight: bold;
  margin-bottom: 24px;
}

h1 {
  font-size: 40px;
  line-height: 1.4;
}
@media screen and (max-width: 576px) {
  h1 {
    font-size: 28px;
  }
}

h2 {
  font-size: 32px;
  line-height: 1.4;
}
@media screen and (max-width: 576px) {
  h2 {
    font-size: 24px;
  }
}
h2.title {
  position: relative;
  display: inline-block;
  padding: 0 72px;
  margin-bottom: 48px;
  color: #EB355A;
  text-align: center;
}
@media screen and (max-width: 576px) {
  h2.title {
    margin-bottom: 24px;
  }
}
h2.title:before, h2.title:after {
  content: '';
  position: absolute;
  display: block;
  top: 22px;
  width: 56px;
  height: 1px;
  background-color: #EB355A;
}
@media screen and (max-width: 576px) {
  h2.title:before, h2.title:after {
    top: 16px;
  }
}
h2.title:before {
  left: 0px;
}
h2.title:after {
  right: 0px;
}

h3 {
  font-size: 24px;
  line-height: 1.4;
}
@media screen and (max-width: 576px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 576px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (max-width: 576px) {
  h5 {
    font-size: 16px;
  }
}

p {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 576px) {
  p {
    font-size: 14px;
  }
}

a {
  color: #EB355A;
  text-decoration: none;
}
a:hover {
  color: #EB355A;
  text-decoration: underline;
}

ul {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}
ul li {
  margin: 0 0 10px;
  padding: 0;
}

.hide-text {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
}

.clearfix {
  *zoom: 1;
  /*For IE 6&7 only*/
}
.clearfixbefore, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

.container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.wrap {
  width: 90%;
  max-width: 992px;
  margin: 0 auto;
}

.page {
  min-height: 320px;
  background-color: #fff;
  flex-grow: 1;
}
.page .wrap {
  padding: 48px 0 96px;
  position: relative;
}
@media screen and (max-width: 576px) {
  .page .wrap {
    padding: 24px 0 48px;
  }
}
.page h1 {
  margin-bottom: 40px;
  padding-right: 128px;
  font-size: 32px;
}
@media screen and (max-width: 992px) {
  .page h1 {
    padding-right: 0;
  }
}
@media screen and (max-width: 576px) {
  .page h1 {
    font-size: 24px;
    margin-bottom: 24px;
  }
}

.header {
  padding: 23px 0;
  height: 80px;
  background-color: #2A0C2D;
}
@media screen and (max-width: 576px) {
  .header {
    padding: 16px 0;
    height: 60px;
    font-size: 24px;
  }
}

.logo_h {
  display: inline-block;
  width: 151px;
  height: 34px;
}
@media screen and (max-width: 576px) {
  .logo_h {
    width: 120px;
    height: 27px;
  }
}
.logo_h img {
  width: 100%;
  height: 100%;
}

.btn-primary {
  padding: 12px 16px;
  display: inline-block;
  background-color: #EB355A;
  border-radius: 4px;
  border: none;
  outline: 0;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}
.btn-primary:hover {
  color: #fff;
  text-decoration: none;
  background-color: #8E152E;
}

.btn-contact {
  position: absolute;
  top: 40px;
  right: 0;
}
@media screen and (max-width: 992px) {
  .btn-contact {
    display: none;
  }
}

.faq {
  margin-bottom: 0;
}
.faq li {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #ddd;
}
.faq li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.faq .question {
  color: #232020;
  text-decoration: none;
}
.faq .question:hover {
  color: #EB355A;
}
.faq .question.active {
  color: #EB355A;
}
.faq h3 {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  padding-left: 24px;
  font-size: 20px;
}
@media screen and (max-width: 576px) {
  .faq h3 {
    font-size: 16px;
  }
}
.faq h3:before {
  content: 'Q:';
  position: absolute;
  left: 0;
  top: 0;
}
.faq .answer {
  display: none;
}
.faq .answer p {
  margin-bottom: 0;
  padding-top: 16px;
}
@media screen and (max-width: 576px) {
  .faq .answer p {
    padding-top: 8px;
  }
}

.contact .wrap {
  max-width: 640px;
}

.new_feedback {
  margin-top: 24px;
}

.form-row {
  margin-bottom: 24px;
}
.form-row:last-child {
  margin-bottom: 0;
}
.form-row label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  text-transform: uppercase;
}
.form-row input, .form-row textarea {
  width: 100%;
  display: block;
  padding: 8px;
  border-radius: 2px;
  border: 1px solid #ddd;
  background-color: #fff;
}
.form-row .mark {
  color: #FC0017;
}

.alert {
  display: none;
  padding: 8px 16px;
  background-color: #FC0017;
  opacity: 0;
  color: #fff;
  border-radius: 4px;
}
.alert.show {
  display: block;
  opacity: 1;
}

@media screen and (max-width: 992px) {
  .btn-submit {
    display: block;
    width: 100%;
    text-align: center;
  }
}


.list {
  margin-bottom: 0;
}

.list li {
  margin-bottom: 24px;
  margin-left: 0px;
  font-size: 16px;
}

@media screen and (max-width: 576px) {
  .list li {
    font-size: 14px;
  }
}
.list li:last-child {
  margin-bottom: 0;
}
.list li li {
  margin-left: 24px;
  margin-bottom: 8px;
}
.list h3 {
  margin-bottom: 16px;
}
ul.disk {
  list-style: disc;
}
ul.hidden_list {
  list-style-type: none;
}

li.hidden_list {
  list-style-type: none;
}

@media screen and (max-width: 576px) {
  .list h3 {
    margin-bottom: 8px;
    font-size: 16px;
  }
}

.hero {
  height: 100vh;
  background-color: #2A0C2D;
  background-image: url(../images/compressed/hero_bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 992px) {
  .hero {
    height: 560px;
  }
}
@media screen and (max-width: 576px) {
  .hero {
    height: auto;
    padding: 56px 0 72px;
  }
}
.hero .wrap {
  height: 100%;
}

.logo {
  position: absolute;
  top: 24px;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  height: 100px;
  background-image: url(../images/logo.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 576px) {
  .logo {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto 48px;
  }
}

.hero-content {
  position: relative;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.hero-content h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
}
@media screen and (max-width: 576px) {
  .hero-content h2 {
    font-size: 18px;
  }
}

.btn-download {
  display: inline-block;
  width: 180px;
  height: 54px;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
  border-radius: 8px;
  background-color: #EB355A;
}
@media screen and (max-width: 576px) {
  .btn-download {
    display: block;
    margin: 0 auto;
    width: 160px;
    height: 48px;
  }
}
.btn-download:hover {
  box-shadow: 0 0 16px rgba(255, 255, 255, 0.3);
}
.btn-download:first-child {
  margin-right: 32px;
}
@media screen and (max-width: 992px) {
  .btn-download:first-child {
    margin-right: 24px;
  }
}
@media screen and (max-width: 576px) {
  .btn-download:first-child {
    margin: 0 auto 16px;
  }
}
.btn-download.ios {
  background-image: url(../images/btn_new_ios_red.png);
}
.btn-download.android {
  background-image: url(../images/btn_new_android_red.png);
}

.intro {
  background-color: white;
}
.intro .wrap {
  padding-top: 96px;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .intro .wrap {
    padding-top: 48px;
  }
}

.intro-content {
  position: relative;
}

.intro-text {
  float: left;
  width: 40%;
  padding-right: 32px;
  margin-bottom: 96px;
  text-align: left;
}
@media screen and (max-width: 992px) {
  .intro-text {
    width: 100%;
    margin-bottom: 32px;
    padding-right: 0;
  }
}
.intro-text h3 {
  margin-bottom: 8px;
}
.intro-text .paragraph {
  margin-bottom: 24px;
}
.intro-text .paragraph:last-child {
  margin-bottom: 0;
}

.intro-img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60%;
}
@media screen and (max-width: 992px) {
  .intro-img {
    position: relative;
    right: auto;
    margin: 0 auto;
  }
}
@media screen and (max-width: 576px) {
  .intro-img {
    width: 80%;
    min-width: 320px;
  }
}
.intro-img img {
  width: 100%;
  max-width: 520px;
  position: relative;
  bottom: -8px;
}

.privacy {
  background-color: #FFD3DC;
}
.privacy .wrap {
  padding: 96px 0;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .privacy .wrap {
    padding: 48px 0;
  }
}
.privacy .title {
  margin-bottom: 16px;
}
.privacy .description {
  margin-bottom: 48px;
  color: #EB355A;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 576px) {
  .privacy .description {
    margin-bottom: 24px;
  }
  .privacy .description br {
    display: none;
  }
}

.privacy-content .item {
  float: left;
  width: 50%;
  padding: 0 32px;
}
@media screen and (max-width: 576px) {
  .privacy-content .item {
    width: 100%;
    margin-bottom: 24px;
  }
  .privacy-content .item:last-child {
    margin-bottom: 0;
  }
  .privacy-content .item img {
    width: 72px;
    height: 72px;
  }
}
.privacy-content h3 {
  margin: 16px 0;
}
@media screen and (max-width: 576px) {
  .privacy-content h3 {
    margin: 8px 0;
  }
}

.download {
  background-color: #fff;
}
.download .wrap {
  padding: 96px 0;
  text-align: center;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .download .wrap {
    padding-bottom: 0;
    justify-content: center;
    flex-direction: column-reverse;
    overflow: hidden;
  }
}
@media screen and (max-width: 576px) {
  .download .wrap {
    padding: 48px 0;
  }
}
.download h2 {
  color: #EB355A;
}

.download-img {
  width: 40%;
  padding-right: 48px;
}
@media screen and (max-width: 992px) {
  .download-img {
    position: relative;
    bottom: -144px;
    margin-top: -96px;
    width: 50%;
    padding-right: 0;
  }
}
@media screen and (max-width: 576px) {
  .download-img {
    display: none;
  }
}
.download-img img {
  width: 100%;
}

.download-content {
  width: 60%;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .download-content {
    width: 80%;
  }
}
@media screen and (max-width: 576px) {
  .download-content {
    width: 100%;
    text-align: center;
  }
}
.download-content h2 {
  margin-bottom: 16px;
}
.download-content .btn-group {
  margin-top: 24px;
}
.download-content .btn-download {
  background-color: #000;
}
.download-content .btn-download:hover {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
}
.download-content .ios {
  background-image: url(../images/btn_new_ios_black.png);
}
.download-content .android {
  background-image: url(../images/btn_new_android_black.png);
}

.press {
  background-color: #232020;
}
.press .wrap {
  padding: 96px 0;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .press .wrap {
    padding: 48px 0;
  }
}
.press .title {
  margin-bottom: 32px;
}
.press a {
  color: #fff;
}
.press a:hover {
  color: #fff;
}

.press-medias {
  margin-bottom: 0;
  text-align: center;
}
.press-medias li {
  display: inline-block;
  margin-right: 24px;
  margin-bottom: 24px;
  vertical-align: middle;
}
.press-medias li:last-child {
  margin-right: 0;
}
.press-medias a {
  opacity: 1;
}
.press-medias a:hover {
  opacity: .7;
}

.footer {
  background-color: #EB355A;
  color: #fff;
  font-size: 14px;
}
.footer .wrap {
  padding: 32px 0;
}
@media screen and (max-width: 992px) {
  .footer .wrap {
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
  }
}

.copyright {
  float: left;
  width: 60%;
}
@media screen and (max-width: 992px) {
  .copyright {
    width: 100%;
    padding: 24px;
    background-color: #8E152E;
  }
}
.copyright .links {
  margin-bottom: 4px;
}
.copyright .links li {
  position: relative;
  display: inline-block;
  margin-right: 24px;
  margin-bottom: 0;
}
.copyright .links li:after {
  content: '';
  position: absolute;
  top: 4px;
  right: -12px;
  width: 1px;
  height: 14px;
  background-color: #fff;
}
.copyright .links li:last-child {
  margin-right: 0;
}
.copyright .links li:last-child:after {
  display: none;
}
.copyright .links a {
  color: #FFF;
}
.copyright .links a:hover {
  color: #FFF;
}
.copyright p {
  margin-bottom: 0;
}

.social {
  float: right;
  margin-bottom: 0;
  width: 40%;
  text-align: right;
}
@media screen and (max-width: 992px) {
  .social {
    width: 100%;
    padding: 24px;
    text-align: center;
  }
}
.social li {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}
.social li:nth-child(2) {
  margin-left: 16px;
  margin-right: 24px;
}
.social a {
  opacity: 1;
}
.social a:hover {
  opacity: .7;
}