@font-face {
  font-family: Roboto;
  font-weight: 300;
  font-style: normal;
  src: local("Roboto Light"), local("Roboto-Light"), url(/assets/files/roboto-light-fafa8f7b9335b084b72afecdd9a7c5c8.woff2) format("woff2"), url(/assets/files/roboto-light-ebcb1d1aef679beadb5a67f35853bfdb.woff) format("woff");
}

@font-face {
  font-family: Roboto;
  font-weight: 300;
  font-style: italic;
  src: local("Roboto Light Italic"), local("Roboto-LightItalic"), url(/assets/files/roboto-lightitalic-87be1e77ad896a0c2cd887e6a33fa0e6.woff2) format("woff2"), url(/assets/files/roboto-lightitalic-36238f04665dbe692b9e100f69981db7.woff) format("woff");
}

@font-face {
  font-family: Roboto;
  font-weight: 400;
  font-style: normal;
  src: local("Roboto"), local("Roboto-Regular"), url(/assets/files/roboto-regular-2ec7abfaaabcde9b1fa50afc3229f110.woff2) format("woff2"), url(/assets/files/roboto-regular-76e769e5f33359ea0afb70d7fd37d29c.woff) format("woff");
}

@font-face {
  font-family: Roboto;
  font-weight: 400;
  font-style: italic;
  src: local("Roboto Italic"), local("Roboto-Italic"), url(/assets/files/roboto-italic-7dabfe86a056755c93e5f7aba0d33dbe.woff2) format("woff2"), url(/assets/files/roboto-italic-d5b2152034e87403b8346c5eb684c2b5.woff) format("woff");
}

@font-face {
  font-family: Roboto;
  font-weight: 500;
  font-style: normal;
  src: local("Roboto Medium"), local("Roboto-Medium"), url(/assets/files/roboto-medium-3c26fa151dd078efbc216d49bfa70ec9.woff2) format("woff2"), url(/assets/files/roboto-medium-aa7aa4257252fef15b6ba76b5a2d4215.woff) format("woff");
}

@font-face {
  font-family: Roboto;
  font-weight: 500;
  font-style: italic;
  src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"), url(/assets/files/roboto-mediumitalic-54948a497979e712242dc6c2f39c9dbc.woff2) format("woff2"), url(/assets/files/roboto-mediumitalic-5274459fdf7023e548b8450e1ca7d013.woff) format("woff");
}

@font-face {
  font-family: Roboto;
  font-weight: 700;
  font-style: normal;
  src: local("Roboto Bold"), local("Roboto-Bold"), url(/assets/files/roboto-700-0ec3b671786b25a60e55de80d1b054ba.woff2) format("woff2"), url(/assets/files/roboto-700-2f3f02c5682b3c2f33cf4907d08403bf.woff) format("woff");
}

@font-face {
  font-family: Roboto;
  font-weight: 700;
  font-style: italic;
  src: local("Roboto Bold Italic"), local("Roboto-BoldItalic"), url(/assets/files/roboto-700italic-fea804c0424464f9cc5225bf9d6a7a75.woff2) format("woff2"), url(/assets/files/roboto-700italic-2d273564a35d03dfd3bc09ad62c08f08.woff) format("woff");
}

html,
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

body {
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  background-color: #0d0c39;
  scroll-behavior: smooth;
}

section,
header,
footer {
  display: block;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  outline: 0;
}

.button,
.button-content {
  border-radius: 100px;
}

.button {
  display: inline-block;
  position: relative;
  -webkit-transition: -webkit-box-shadow 150ms;
  transition: -webkit-box-shadow 150ms;
  -o-transition: box-shadow 150ms;
  transition: box-shadow 150ms;
  transition: box-shadow 150ms, -webkit-box-shadow 150ms;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  outline: none !important;
  -ms-touch-action: manipulation !important;
  touch-action: manipulation !important;
}

.button::before {
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-width: 2px;
  border-style: solid;
  border-radius: 100px;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  opacity: 0;
  -webkit-transition: opacity 150ms, -webkit-transform 150ms;
  transition: opacity 150ms, -webkit-transform 150ms;
  -o-transition: transform 150ms, opacity 150ms;
  transition: transform 150ms, opacity 150ms;
  transition: transform 150ms, opacity 150ms, -webkit-transform 150ms;
  pointer-events: none;
}

.button-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 84px;
  height: 48px;
  background-clip: padding-box;
  padding: 0 28px;
  border-width: 0;
  border-style: solid;
  -webkit-transition: color 150ms, background 150ms, border 150ms;
  -o-transition: color 150ms, background 150ms, border 150ms;
  transition: color 150ms, background 150ms, border 150ms;
  cursor: pointer;
}

.button-content svg g,
.button-content svg path,
.button-content svg use {
  fill: currentColor;
}

.button-content input {
  width: auto !important;
  min-height: 48px;
  background: none;
  padding: 0 28px !important;
  border: 0;
  margin: 0 -28px;
  outline: 0;
}

.button-layout--icon-text .button-content {
  padding-left: 24px;
}

.button-layout--icon-text .button-content input {
  padding-left: 24px;
  margin-left: -24px;
}

.button-layout--icon-texts .button-content {
  padding-left: 24px;
  padding-right: 32px;
}

.button-layout--icon-texts input {
  padding-left: 24px;
  padding-right: 32px;
  margin-left: -24px;
  margin-right: -32px;
}

.button-layout--text-icon .button-content,
.button-layout--texts-icon .button-content {
  padding-left: 32px;
  padding-right: 24px;
}

.button-layout--text-icon input,
.button-layout--texts-icon input {
  padding-left: 32px;
  padding-right: 24px;
  margin-left: -32px;
  margin-right: -24px;
}

.button-layout--icon-text .button-content,
.button-layout--icon-texts .button-content,
.button-layout--text-icon .button-content,
.button-layout--texts-icon .button-content {
  min-width: 0;
}

.button-text {
  font-family: "TT Hoves Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.button-text-small {
  display: block;
  font-size: 0.87em;
}

.button-text + .button-icon,
.button-icon + .button-text {
  margin-left: 12px;
}

.button-transparent {
  color: #92a1ae;
}

.button-transparent .button-content {
  border-width: 1px;
  border-color: transparent;
  margin: -1px;
}

.button-transparent--border-gray {
  color: #92a1ae;
}

.button-transparent--border-gray .button-content {
  border-width: 2px;
  border-color: rgba(146, 161, 174, 0.25);
  margin: -2px;
}

.button-transparent--border-red {
  color: #d92e75;
}

.button-transparent--border-red .button-content {
  border-width: 2px;
  border-color: #d92e75;
  margin: -2px;
}

.button-red {
  color: white;
  -webkit-box-shadow: 0 4px 20px 0 rgba(217, 46, 117, 0.4);
  box-shadow: 0 4px 20px 0 rgba(217, 46, 117, 0.4);
}

.button-red .button-content {
  background-color: #d92e75;
}

.button-red--border-red {
  color: white;
  -webkit-box-shadow: 0 4px 20px 0 rgba(217, 46, 117, 0.4);
  box-shadow: 0 4px 20px 0 rgba(217, 46, 117, 0.4);
}

.button-red--border-red::before {
  border-color: #d92e75;
}

.button-red--border-red .button-content {
  background-color: #d92e75;
}

.button-transparent-red--border-red {
  color: #d92e75;
  -webkit-box-shadow: 0 4px 20px 0 rgba(217, 46, 117, 0.4);
  box-shadow: 0 4px 20px 0 rgba(217, 46, 117, 0.4);
}

.button-transparent-red--border-red::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
  border-color: #d92e75;
}

.button-transparent-red--border-red .button-content {
  background: transparent;
  -webkit-transition: color 150ms, background 300ms, border 300ms;
  -o-transition: color 150ms, background 300ms, border 300ms;
  transition: color 150ms, background 300ms, border 300ms;
}

.button-white {
  color: #d92e75;
  -webkit-box-shadow: 0 4px 20px 0 rgba(29, 31, 38, 0.1);
  box-shadow: 0 4px 20px 0 rgba(29, 31, 38, 0.1);
}

.button-white .button-content {
  background-color: white;
  border-width: 1px;
  border-color: transparent;
  margin: -1px;
}

.button-white--border-white {
  color: #d92e75;
  -webkit-box-shadow: 0 4px 20px 0 rgba(29, 31, 38, 0.1);
  box-shadow: 0 4px 20px 0 rgba(29, 31, 38, 0.1);
}

.button-white--border-white::before {
  border-color: white;
}

.button-white--border-white .button-content {
  background-color: white;
}

.button-transparent-white--border-white {
  color: white;
}

.button-transparent-white--border-white::before {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  border-color: white;
}

.button-transparent-white--border-white .button-content {
  background: transparent;
  -webkit-transition: color 150ms, background 300ms, border 300ms;
  -o-transition: color 150ms, background 300ms, border 300ms;
  transition: color 150ms, background 300ms, border 300ms;
}

.no-touchevents .button:active {
  -webkit-transition: -webkit-box-shadow 30ms;
  transition: -webkit-box-shadow 30ms;
  -o-transition: box-shadow 30ms;
  transition: box-shadow 30ms;
  transition: box-shadow 30ms, -webkit-box-shadow 30ms;
}

.no-touchevents .button:active::before {
  -webkit-transition: opacity 30ms, -webkit-transform 30ms;
  transition: opacity 30ms, -webkit-transform 30ms;
  -o-transition: transform 30ms, opacity 30ms;
  transition: transform 30ms, opacity 30ms;
  transition: transform 30ms, opacity 30ms, -webkit-transform 30ms;
}

.no-touchevents .button-content:active {
  -webkit-transition: color 30ms, background 30ms, border 30ms;
  -o-transition: color 30ms, background 30ms, border 30ms;
  transition: color 30ms, background 30ms, border 30ms;
}

.no-touchevents .button-transparent:hover .button-content {
  background-color: rgba(146, 161, 174, 0.1);
  border-color: rgba(146, 161, 174, 0.25);
}

.no-touchevents .button-transparent:active .button-content {
  background-color: rgba(146, 161, 174, 0.25);
  border-color: rgba(146, 161, 174, 0.6);
}

.no-touchevents .button-transparent--border-gray:hover,
.no-touchevents .button-transparent--border-gray:active {
  color: #d92e75;
}

.no-touchevents .button-transparent--border-gray:hover .button-content,
.no-touchevents .button-transparent--border-gray:active .button-content {
  border-color: #d92e75;
}

.no-touchevents .button-transparent--border-gray:active .button-content {
  background-color: rgba(146, 161, 174, 0.1);
}

.no-touchevents .button-transparent--border-red:hover,
.no-touchevents .button-transparent--border-red:active {
  color: #d92e75;
}

.no-touchevents .button-transparent--border-red:hover .button-content,
.no-touchevents .button-transparent--border-red:active .button-content {
  border-color: #d92e75;
}

.no-touchevents .button-transparent--border-red:hover {
  -webkit-box-shadow: 0 4px 24px 0 rgba(217, 46, 117, 0.3);
  box-shadow: 0 4px 24px 0 rgba(217, 46, 117, 0.3);
}

.no-touchevents .button-transparent--border-red:active {
  -webkit-box-shadow: 0 2px 10px 0 rgba(217, 46, 117, 0.4);
  box-shadow: 0 2px 10px 0 rgba(217, 46, 117, 0.4);
}

.no-touchevents .button-red:hover .button-content,
.no-touchevents .button-red:active .button-content {
  background-color: #d92e75;
}

.no-touchevents .button-red:hover {
  -webkit-box-shadow: 0 4px 24px 0 rgba(217, 46, 117, 0.5);
  box-shadow: 0 4px 24px 0 rgba(217, 46, 117, 0.5);
}

.no-touchevents .button-red:active {
  -webkit-box-shadow: 0 2px 10px 0 rgba(217, 46, 117, 0.5);
  box-shadow: 0 2px 10px 0 rgba(217, 46, 117, 0.5);
}

.no-touchevents .button-red:active .button-content {
  -webkit-box-shadow: 0 0 0 1px rgba(29, 31, 38, 0.25) inset;
  box-shadow: 0 0 0 1px rgba(29, 31, 38, 0.25) inset;
}

.no-touchevents .button-red--border-red:hover,
.no-touchevents .button-red--border-red:active {
  color: #d92e75;
}

.no-touchevents .button-red--border-red:hover::before,
.no-touchevents .button-red--border-red:active::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.no-touchevents .button-red--border-red:hover .button-content,
.no-touchevents .button-red--border-red:active .button-content {
  background: transparent;
}

.no-touchevents .button-red--border-red:hover {
  -webkit-box-shadow: 0 4px 24px 0 rgba(217, 46, 117, 0.5);
  box-shadow: 0 4px 24px 0 rgba(217, 46, 117, 0.5);
}

.no-touchevents .button-red--border-red:active {
  -webkit-box-shadow: 0 2px 10px 0 rgba(217, 46, 117, 0.5);
  box-shadow: 0 2px 10px 0 rgba(217, 46, 117, 0.5);
}

.no-touchevents .button-transparent-red--border-red:hover,
.no-touchevents .button-transparent-red--border-red:active {
  color: white;
}

.no-touchevents .button-transparent-red--border-red:hover::before,
.no-touchevents .button-transparent-red--border-red:active::before {
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  opacity: 0;
}

.no-touchevents .button-transparent-red--border-red:hover .button-content,
.no-touchevents .button-transparent-red--border-red:active .button-content {
  background-color: #d92e75;
}

.no-touchevents .button-transparent-red--border-red:hover {
  -webkit-box-shadow: 0 4px 24px 0 rgba(217, 46, 117, 0.5);
  box-shadow: 0 4px 24px 0 rgba(217, 46, 117, 0.5);
}

.no-touchevents .button-transparent-red--border-red:active {
  -webkit-box-shadow: 0 2px 10px 0 rgba(217, 46, 117, 0.5);
  box-shadow: 0 2px 10px 0 rgba(217, 46, 117, 0.5);
}

.no-touchevents .button-white:hover {
  -webkit-box-shadow: 0 4px 24px 0 rgba(26, 29, 41, 0.2);
  box-shadow: 0 4px 24px 0 rgba(26, 29, 41, 0.2);
}

.no-touchevents .button-white:active {
  color: #d92e75;
  -webkit-box-shadow: 0 2px 10px 0 rgba(137, 162, 184, 0.25);
  box-shadow: 0 2px 10px 0 rgba(137, 162, 184, 0.25);
}

.no-touchevents .button-white:active .button-content {
  border-color: rgba(146, 161, 174, 0.25);
}

.no-touchevents .button-white--border-white:hover,
.no-touchevents .button-white--border-white:active {
  color: white;
}

.no-touchevents .button-white--border-white:hover::before,
.no-touchevents .button-white--border-white:active::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.no-touchevents .button-white--border-white:hover .button-content,
.no-touchevents .button-white--border-white:active .button-content {
  background: transparent;
}

.no-touchevents .button-white--border-white:hover {
  -webkit-box-shadow: 0 4px 24px 0 rgba(26, 29, 41, 0.2);
  box-shadow: 0 4px 24px 0 rgba(26, 29, 41, 0.2);
}

.no-touchevents .button-white--border-white:active {
  -webkit-box-shadow: 0 2px 10px 0 rgba(137, 162, 184, 0.25);
  box-shadow: 0 2px 10px 0 rgba(137, 162, 184, 0.25);
}

.no-touchevents .button-transparent-white--border-white:hover,
.no-touchevents .button-transparent-white--border-white:active {
  color: #d92e75;
}

.no-touchevents .button-transparent-white--border-white:hover::before,
.no-touchevents .button-transparent-white--border-white:active::before {
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  opacity: 0;
}

.no-touchevents .button-transparent-white--border-white:hover .button-content,
.no-touchevents .button-transparent-white--border-white:active .button-content {
  background-color: white;
}

.no-touchevents .button-transparent-white--border-white:hover {
  -webkit-box-shadow: 0 4px 24px 0 rgba(26, 29, 41, 0.2);
  box-shadow: 0 4px 24px 0 rgba(26, 29, 41, 0.2);
}

.no-touchevents .button-transparent-white--border-white:active {
  -webkit-box-shadow: 0 2px 10px 0 rgba(137, 162, 184, 0.25);
  box-shadow: 0 2px 10px 0 rgba(137, 162, 184, 0.25);
}

.no-scroll .container {
  overflow: hidden;
}

.popup {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 90%;
  max-width: 1200px;
  height: 90%;
  background-color: #190359;
}

@media only screen and (max-width: 767px) {
  .popup {
    width: 100%;
    height: 100%;
  }
}

.popup-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.popup-container--visible {
  opacity: 1;
}

.popup-container--closed {
  left: 100%;
  visibility: hidden;
}

.popup-close-button {
  position: absolute;
  z-index: 1;
  right: 38px;
  top: 38px;
  width: 36px;
  height: 36px;
  color: white;
  cursor: pointer;
  -webkit-transition: color 150ms ease-in-out;
  -o-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}

@media only screen and (max-width: 767px) {
  .popup-close-button {
    right: 0;
    top: 0;
    width: 18px;
    height: 18px;
    padding: 28px;
  }
}

.popup-close-button svg {
  display: block;
  width: 36px;
  height: 36px;
}

@media only screen and (max-width: 767px) {
  .popup-close-button svg {
    width: 18px;
    height: 18px;
  }
}

.popup-close-button path {
  fill: currentColor;
  stroke: currentColor;
}

.no-touchevents .popup-close-button:hover {
  color: #d92e75;
}

.popup-content {
  overflow-y: auto;
  height: 100%;
}

.popup-content > div {
  padding: 74px 120px 110px 120px;
}

@media only screen and (max-width: 767px) {
  .popup-content > div {
    padding: 48px 20px;
  }
}

.popup-content h1,
.popup-content p,
.popup-content ol,
.popup-content li {
  padding: 0;
  margin: 0;
}

.popup-content h1 {
  font-family: "TT Hoves Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 56px;
  line-height: 2.09;
  color: white;
}

@media only screen and (max-width: 767px) {
  .popup-content h1 {
    font-size: 30px;
    line-height: 1.27;
  }
}

.popup-content p,
.popup-content ol {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 2;
  color: rgba(255, 255, 255, 0.6);
}

@media only screen and (max-width: 767px) {
  .popup-content p,
  .popup-content ol {
    font-size: 16px;
    line-height: 2;
  }
}

.popup-content .list-title {
  font-family: "TT Hoves Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.75;
  color: white;
  margin-top: 1.7em;
}

@media only screen and (max-width: 767px) {
  .popup-content .list-title {
    font-size: 16px;
    line-height: 1.75;
  }
}

.popup-content p {
  max-width: none;
  margin-top: 1em;
}

.popup-content ol {
  margin-top: 1em;
  margin-left: 2em;
}

.container {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

@media only screen and (max-width: 767px) {
  .container {
    background-image: url(/assets/files/bg_mobile_top@2x-648cd33c5380f55b04b2b6841bdc4776.jpg), url(/assets/files/bg_mobile_bottom@2x-49364acffd06a868047f5fa220ede999.jpg);
    background-position: 50% 0, 50% 100%;
    background-size: 768px 600px, 768px 500px;
    background-repeat: no-repeat, no-repeat;
  }
}

.wrapper {
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1200px;
  padding: 0 50px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .wrapper {
    padding: 0 20px;
  }
}

h1 {
  position: relative;
  font-family: "TT Hoves Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 120px;
  line-height: 1.08;
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 1.27;
  }
}

h2 {
  position: relative;
  font-family: "TT Hoves Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 80px;
  line-height: 1.46;
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 30px;
    line-height: 1.27;
  }
}

p {
  max-width: 760px;
  font-family: "TT Hoves Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 27px;
  line-height: 1.79;
  color: white;
  margin-top: 1.2em;
}

@media only screen and (max-width: 767px) {
  p {
    max-width: none;
    font-size: 16px;
    line-height: 1.75;
  }
}

p.intro {
  max-width: 840px;
  font-size: 36px;
  line-height: 1.44;
  margin-top: 1em;
}

@media only screen and (max-width: 767px) {
  p.intro {
    font-size: 16px;
    line-height: 1.75;
    margin-top: 1.2em;
  }
}

ol {
  font-family: "TT Hoves Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.79;
  color: white;
  margin-top: 1.2em;
}

@media only screen and (max-width: 767px) {
  ol {
    font-size: 16px;
    line-height: 1.75;
  }
}

li {
  margin: 0.8em 0 0.8em 3.4em;
}

.color-red {
  color: #d92e75;
}

.color-blue {
  color: #4000ff;
}

.dummy-container {
  position: relative;
  z-index: 1;
  height: 0;
}

.button-container {
  padding-top: 48px;
}

@media only screen and (max-width: 767px) {
  .button-container {
    padding-top: 26px;
  }
}

header,
section {
  position: relative;
  z-index: 5;
}

header {
  padding-top: 52px;
}

@media only screen and (max-width: 767px) {
  header {
    padding-top: 32px;
  }
}

.section-1 {
  padding-top: 142px;
}

@media only screen and (max-width: 767px) {
  .section-1 {
    padding-top: 86px;
  }
}

@media only screen and (max-width: 767px) {
  .section-1 h1 br {
    display: none;
  }
}

.section-2 {
  padding-top: 93px;
}

@media only screen and (max-width: 767px) {
  .section-2 {
    padding-top: 48px;
  }
}

.section-3 {
  padding-top: 110px;
}

@media only screen and (max-width: 767px) {
  .section-3 {
    padding-top: 48px;
  }
}

.section-3 h2::before {
  content: "";
  display: block;
  position: absolute;
  left: 868px;
  top: 30px;
  width: 0;
  height: 0;
  border-top: 68px solid #4000ff;
  border-right: 0;
  border-bottom: 0;
  border-left: 68px solid transparent;
}

.section-4 {
  padding-top: 86px;
}

@media only screen and (max-width: 767px) {
  .section-4 {
    padding-top: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .section-4 h2 {
    text-align: center;
  }
}

.section-6 {
  padding: 158px 0 304px 0;
}

@media only screen and (max-width: 767px) {
  .section-6 {
    padding-top: 72px;
    padding-bottom: 62px;
  }
}

.triangle {
  position: absolute;
  z-index: 1;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
  .triangle {
    display: none;
  }
}

.triangle-1 {
  left: 169px;
  top: 0;
  width: 1740px;
  height: 1220px;
}

@media only screen and (min-width: 768px) {
  .triangle-1 {
    background-image: url(/assets/files/bg_desktop_top@2x-d2b6fe9c5cb4afeca1a67ad2b5f3fecd.jpg);
  }
}

@media only screen and (max-width: 767px) {
  .triangle-1 {
    display: none;
  }
}

.triangle-2 {
  left: 68px;
  bottom: 0;
  width: 1920px;
  height: 1560px;
}

@media only screen and (min-width: 768px) {
  .triangle-2 {
    background-image: url(/assets/files/bg_desktop_bottom@2x-be64c9411865249672de7caab69ae71a.jpg);
  }
}

@media only screen and (max-width: 767px) {
  .triangle-2 {
    display: none;
  }
}

.triangle-4 {
  left: -728px;
  top: -444px;
  width: 1272px;
  height: 1261px;
}

@media only screen and (min-width: 768px) {
  .triangle-4 {
    background-image: url(/assets/files/background_screen2-e35aeda1959e34520d1e03375e470817.svg);
  }
}

@media only screen and (max-width: 767px) {
  .triangle-4 {
    display: none;
  }
}

.triangle-5 {
  left: -296px;
  top: 0;
  width: 878px;
  height: 730px;
}

@media only screen and (min-width: 768px) {
  .triangle-5 {
    background-image: url(/assets/files/background_screen3-12e49c42e3093f6916c09b1b6d33c929.svg);
  }
}

@media only screen and (max-width: 767px) {
  .triangle-5 {
    display: none;
  }
}

.ball {
  position: absolute;
  z-index: 10;
  width: 0;
  height: 0;
}

.ball-1 {
  left: -6px;
  top: 212px;
}

@media only screen and (max-width: 767px) {
  .ball-1 {
    left: 32px;
    top: 52px;
  }
}

.ball-2 {
  left: 1178px;
  bottom: 698px;
}

@media only screen and (max-width: 767px) {
  .ball-2 {
    display: none;
  }
}

.ball-3 {
  left: 290px;
  top: 20px;
}

@media only screen and (min-width: 768px) {
  .ball-3 {
    display: none;
  }
}

.ball-glow {
  position: absolute;
  z-index: 1;
  left: -245px;
  top: -245px;
  width: 490px;
  height: 490px;
  background-image: url(/assets/files/Ball-9ae1ea806148cfec1c72499d8958c3e6.svg);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  .ball-glow {
    left: -122px;
    top: -122px;
    width: 245px;
    height: 245px;
  }
}

.ball-link {
  display: block;
  position: absolute;
  z-index: 2;
  left: -61px;
  top: -61px;
  width: 122px;
  height: 122px;
  background-image: url(/assets/files/dribbble_logo_with_shadow@2x-07e9facf6ddbc4317ec6f0f1b372d83a.png);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
  .ball-link {
    left: -30px;
    top: -30px;
    width: 61px;
    height: 61px;
  }
}

.planet {
  position: absolute;
  z-index: 1;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}

.planet-1 {
  left: 848px;
  top: -108px;
  width: 420px;
  height: 420px;
  background-image: url(/assets/files/planet1-12bc54892c8a8c3b8ab036c98a36565a.svg);
}

@media only screen and (max-width: 767px) {
  .planet-1 {
    left: 50%;
    top: 2px;
    width: 160px;
    height: 160px;
    margin-left: 96px;
    opacity: 0.2;
  }
}

.planet-2 {
  left: -450px;
  top: 124px;
  width: 260px;
  height: 260px;
  background-image: url(/assets/files/planet2-597bbe6b764499a36aa520153e9a3a41.svg);
}

@media only screen and (max-width: 767px) {
  .planet-2 {
    left: -48px;
    top: 10px;
    width: 80px;
    height: 80px;
    opacity: 0.2;
  }
}

.planet-3 {
  left: 1314px;
  top: 488px;
  width: 494px;
  height: 494px;
}

@media only screen and (min-width: 768px) {
  .planet-3 {
    background-image: url(/assets/files/planet3-5ecd04c14e588a084678c3a355823226.svg);
  }
}

@media only screen and (max-width: 767px) {
  .planet-3 {
    display: none;
  }
}

.planet-4 {
  left: -462px;
  top: 142px;
  width: 208px;
  height: 208px;
}

@media only screen and (min-width: 768px) {
  .planet-4 {
    background-image: url(/assets/files/planet4-e728a4866d67925d761ec745f2c1b70d.svg);
  }
}

@media only screen and (max-width: 767px) {
  .planet-4 {
    display: none;
  }
}

.number-03 {
  position: absolute;
  z-index: 1;
  left: 718px;
  top: 258px;
  width: 460px;
  height: 264px;
}

@media only screen and (min-width: 768px) {
  .number-03 {
    background-image: url(/assets/files/03-32f393c7da43e1b8a89d763c6b43a846.svg);
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

@media only screen and (max-width: 767px) {
  .number-03 {
    display: none;
  }
}

.logo {
  display: block;
  position: relative;
  left: -16px;
  width: 210px;
  height: 46px;
  background-image: url(/assets/files/middle-sign-rw-086455c8e64c8574a55ab090e7535b95.svg);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
  .logo {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .logo-without-title {
    display: none;
  }
}

.logo-without-title img {
  width: 96px;
  height: 72px;
}

.logo-with-title {
  margin-left: 184px;
}

@media only screen and (max-width: 767px) {
  .logo-with-title {
    padding-top: 6px;
    margin-left: 0;
  }
}

.logo-with-title img {
  width: 347px;
  height: 76px;
}

@media only screen and (max-width: 767px) {
  .logo-with-title img {
    width: 160px;
    height: 36px;
    margin: 0 auto;
  }
}

.mercdev-logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 98px;
}

@media only screen and (max-width: 767px) {
  .mercdev-logos {
    display: block;
    padding-top: 34px;
  }
}

.mercdev-logos img {
  display: block;
}

.color-circles {
  position: relative;
  display: table;
  margin: 0 auto;
}

.color-circles-container {
  visibility: hidden;
  padding-top: 118px;
}

.color-circles-container--visible {
  visibility: visible;
}

@media only screen and (max-width: 767px) {
  .color-circles-container {
    padding-top: 48px;
  }
}

.color-circles > div {
  display: table-cell;
  padding-right: 48px;
}

@media only screen and (max-width: 767px) {
  .color-circles > div {
    padding-right: 24px;
  }
}

.color-circles > div:last-child {
  padding-right: 0;
}

.color-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 194px;
  min-width: 194px;
  height: 194px;
  min-height: 194px;
  border-radius: 194px;
}

@media only screen and (max-width: 767px) {
  .color-circle {
    width: 154px;
    min-width: 154px;
    height: 154px;
    min-height: 154px;
    border-radius: 154px;
  }
}

.color-circle-1 {
  background-color: #ff0044;
}

.color-circle-2 {
  background-image: -webkit-linear-gradient(315deg, #ff435d, #b0208e);
  background-image: -o-linear-gradient(315deg, #ff435d, #b0208e);
  background-image: linear-gradient(135deg, #ff435d, #b0208e);
}

.color-circle-3 {
  background-color: #fff;
}

.color-circle-3 .color-name {
  color: #0d0c39;
}

.color-circle-3 .color-value {
  color: rgba(19, 19, 53, 0.5);
}

.color-circle-4 {
  background-color: #3f4047;
}

.color-circle-5 {
  background-color: #1d1f26;
}

.color-circle > div {
  width: 100%;
  text-align: center;
}

.color-name {
  font-family: "TT Hoves Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.75;
  color: white;
  cursor: default;
}

@media only screen and (max-width: 767px) {
  .color-name {
    font-size: 12px;
    line-height: 2.33;
  }
}

.color-value {
  font-family: "TT Hoves Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.43px;
  color: rgba(255, 255, 255, 0.5);
  cursor: default;
}

@media only screen and (max-width: 767px) {
  .color-value {
    font-size: 10px;
    line-height: 2.4;
    letter-spacing: 0.36px;
  }
}

.font-samples,
.font-literals {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.font-samples {
  position: relative;
  padding-top: 154px;
}

@media only screen and (max-width: 767px) {
  .font-samples {
    display: block;
    padding-top: 56px;
  }
}

.font-samples::before {
  content: "";
  display: block;
  position: absolute;
  left: -234px;
  top: 142px;
  width: 0;
  height: 0;
  border-top: 68px solid transparent;
  border-right: 0;
  border-bottom: 0;
  border-left: 68px solid #d92e75;
}

.font-literals {
  width: 59%;
}

@media only screen and (max-width: 1024px) {
  .font-literals {
    width: 48%;
  }
}

@media only screen and (max-width: 767px) {
  .font-literals {
    min-width: 260px;
    padding-top: 25px;
    margin: 0 auto;
  }
}

.font-samples-name {
  font-family: "TT Hoves Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 64px;
  line-height: 1;
  color: white;
}

@media only screen and (max-width: 767px) {
  .font-samples-name {
    font-size: 24px;
    line-height: 1.58;
    text-align: center;
  }
}

.font-literal-name {
  font-size: 40px;
  line-height: 1;
  color: white;
}

@media only screen and (max-width: 767px) {
  .font-literal-name {
    font-size: 32px;
    line-height: 0.88;
  }
}

.font-literal-type {
  font-family: "TT Hoves Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.75);
  padding-left: 0.3em;
  margin-top: 0.3em;
}

.font-literal-1 .font-literal-name {
  font-family: "TT Hoves Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.font-literal-2 .font-literal-name {
  font-family: "TT Hoves Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
}

.font-literal-3 .font-literal-name {
  font-family: "TT Hoves Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
}

.font-literal-4 .font-literal-name {
  font-family: "TT Hoves Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
}

@media only screen and (max-width: 1024px) {
  .backslash {
    display: none;
  }
}

footer {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #1d1f26;
  padding: 0 50px;
}

@media only screen and (max-width: 1024px) {
  footer {
    display: none;
  }
}

footer > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1100px;
  height: 80px;
  margin: 0 auto;
}

footer > div > div:nth-child(2) {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  max-width: 42%;
}

.copy {
  font-family: "TT Hoves Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 11px;
  line-height: 1.27;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: white;
}

.mercdev-link {
  padding-top: 4px;
}

.mercdev-link a {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.57;
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: color 150ms ease-in-out;
  -o-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}

.no-touchevents .mercdev-link a:hover {
  color: #d92e75;
}

.company-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.company-links a {
  display: block;
  height: 46px;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.2;
  -webkit-transition: opacity 150ms ease-in-out;
  -o-transition: opacity 150ms ease-in-out;
  transition: opacity 150ms ease-in-out;
}

.no-touchevents .company-links a:hover {
  opacity: 0.4;
}

.company-links .appfutura {
  width: 136px;
}

@media only screen and (min-width: 1025px) {
  .company-links .appfutura {
    background-image: url(/assets/files/footer-logo-1-2ed7388253f6a034c142baa63e7e88d6.png);
  }
}

.company-links .good-firms {
  width: 134px;
}

@media only screen and (min-width: 1025px) {
  .company-links .good-firms {
    background-image: url(/assets/files/footer-logo-2-a1f77eb36619088f6dda6e06f0e338ad.png);
  }
}

.company-links .top-creators {
  width: 67px;
}

@media only screen and (min-width: 1025px) {
  .company-links .top-creators {
    background-image: url(/assets/files/footer-logo-3-db5a33a1ebcbb5718548d1679d06991f.png);
  }
}

.social-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.social-links a {
  display: block;
  width: 24px;
  height: 24px;
  color: white;
  margin-right: 20px;
  -webkit-transition: color 150ms ease-in-out;
  -o-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}

.social-links a:last-child {
  margin-right: 0;
}

.social-links a g {
  fill: currentColor;
}

.no-touchevents .social-links a:hover {
  color: #d92e75;
}

