/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Space+Mono&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  color: rgba(0, 0, 0, 0.84);
  font-size: 16px;
  letter-spacing: .01rem;
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

ul {
  list-style: none;
}

input {
  font-family: inherit;
  outline: none;
}

@font-face {
  font-family: "Nitti Grotesk";
  src: url("./fonts/nitti/NittiGrotesk-Bold.ttf");
  font-style: normal;
  font-weight: bold;
}

@font-face {
  font-family: "Nitti Grotesk";
  src: url("./fonts/nitti/NittiGrotesk-Normal.ttf");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Nitti Grotesk";
  src: url("./fonts/nitti/NittiGrotesk-Normal.ttf");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Nitti";
  src: url("./fonts/nitti/nitti_black.ttf");
  font-style: normal;
  font-weight: 900;
}

@font-face {
  font-family: "Nitti";
  src: url("./fonts/nitti/nitti_light.ttf");
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: "Nitti";
  src: url("./fonts/nitti/nitti_medium.ttf");
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "Akkurat-Mono";
  src: url(./fonts/AkkuratMono/Akkurat-Mono.otf);
  src: url(./fonts/AkkuratMono/AkkuratMono-Regular.otf);
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "TitlingGothicFB";
  src: url(./fonts/TitlingGothicFB/TitlingGothicFBNor-Bold.otf);
  font-weight: 700;
  font-style: bold;
}

.container {
  max-width: 1180px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.v-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.col-half {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5%;
          flex: 0 0 5%;
  max-width: 5%;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10%;
          flex: 0 0 10%;
  max-width: 10%;
}

.col-15 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15%;
          flex: 0 0 15%;
  max-width: 15%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.col-25 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  max-width: 30%;
}

.col-35 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
  max-width: 35%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 40%;
}

.col-45 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  max-width: 45%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-55 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%;
  max-width: 55%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  max-width: 60%;
}

.col-65 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 65%;
          flex: 0 0 65%;
  max-width: 65%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  max-width: 70%;
}

.col-75 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  max-width: 80%;
}

.col-85 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 85%;
          flex: 0 0 85%;
  max-width: 85%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90%;
          flex: 0 0 90%;
  max-width: 90%;
}

@media (max-width: 375px) {
  .col-1, .col-15, .col-2, .col-25, .col-3, .col-35, .col-4, .col-45, .col-5, .col-6, .col-65, .col-7, .col-75, .col-8, .col-9, .col-85 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 1366px) {
  .col-6, .col-65, .col-7, .col-75, .col-8, .col-9, .col-85 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 130px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
  background: #fff;
}

.header.border {
  border-bottom: 1px solid #242424;
}

.head-social img {
  height: 24px;
}

@media (max-width: 1366px) {
  .header {
    padding: 0 30px;
  }
  .header .category-label {
    display: none;
  }
}

@media (min-width: 1366px) {
  .header {
    padding: 0 50px;
  }
  .header .category-label {
    margin-left: 40px;
  }
}

.hamburger-menu {
  height: 3px;
  display: block;
  position: relative;
  background: #242424;
}

.hamburger-menu::after, .hamburger-menu::before {
  content: '';
  height: 3px;
  position: absolute;
  background: #242424;
}

.hamburger-menu::after {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  top: 0;
  left: 0;
}

.hamburger-menu::before {
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
  top: 0;
  left: 0;
}

@media (min-width: 1366px) {
  .hamburger-menu {
    width: 47px;
  }
  .hamburger-menu::after, .hamburger-menu::before {
    width: 47px;
  }
}

@media (max-width: 1366px) {
  .hamburger-menu {
    width: 37px;
  }
  .hamburger-menu::after, .hamburger-menu::before {
    width: 37px;
  }
}

.category-trigger {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1366px) {
  .category-trigger {
    width: 250px;
    border-right: 1px solid #242424;
  }
  .header .right-box {
    width: calc(100% - 250px);
  }
  .header .header-title {
    margin-left: 50px;
  }
  .subscribe-social .head-social {
    margin-left: 50px;
  }
}

@media (min-width: 765px) {
  .header .right-box {
    width: calc(100% - 80px);
  }
}

@media (max-width: 1366px) {
  .header .subscribe-box {
    display: none;
  }
  .header .header-title {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .header .right-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

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

.header .subscribe-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-title .title {
  font-family: "TitlingGothicFB", sans-serif;
  font-size: 25px;
  margin-bottom: 10px;
}

.header-title .subtitle {
  color: #3959ff;
}

.copyright {
  font-size: 12px;
}

@media (min-width: 1366px) {
  .copyright {
    position: fixed;
    right: -60px;
    bottom: 120px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    font-size: 12px;
  }
}

@media (max-width: 1366px) {
  .copyright {
    text-align: center;
    margin: 0px 40px;
    padding: 30px 0;
    border-top: 1px solid #242424;
  }
}

.prod-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.btn, .btn-primary, .btn-flat, .btn-accent, .btn-round, .btn-round-secondary, .btn-outline, .btn-outline-white {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.5;
  -webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  height: 60px;
  width: 195px;
  cursor: pointer;
}

.btn-primary {
  background: #242424;
  color: #fff439;
}

.btn-primary:hover {
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15), 0 5px 8px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15), 0 5px 8px 0 rgba(0, 0, 0, 0.1);
}

.btn-flat:hover {
  background: rgba(0, 0, 0, 0.1);
}

.btn-accent {
  background: #f45738;
  color: #fff;
  -webkit-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.15), 0 10px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.15), 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  padding: .65rem 2rem;
}

.btn-accent:hover {
  background: #f45738;
  -webkit-box-shadow: 0 10px 40px 0 rgba(62, 57, 107, 0.07), 0 2px 9px 0 rgba(62, 57, 107, 0.06);
          box-shadow: 0 10px 40px 0 rgba(62, 57, 107, 0.07), 0 2px 9px 0 rgba(62, 57, 107, 0.06);
}

.btn-medium {
  font-size: 1.125rem;
  padding: .4rem 1.2rem;
}

.btn-large {
  font-size: 1.25rem;
  padding: .65rem 2rem;
  font-weight: 600;
}

.btn-large .icon-img {
  width: 22px;
  margin-right: 10px;
}

@media (max-width: 375px) {
  .btn-large {
    padding: .6rem 2rem;
    font-size: 1rem;
  }
}

.btn-round, .btn-round-secondary {
  padding: .7rem 1rem;
  border-radius: 2rem !important;
}

.btn-round-secondary {
  background: #fff439;
  color: #fff;
}

.btn-img {
  display: inline-block;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

.btn-img.medium {
  width: 35px;
}

.btn-icon {
  height: 14px;
  margin-left: 5px;
}

.btn-outline {
  color: #000;
  background: transparent;
  border: 1px solid #000;
}

.btn-outline.large {
  padding: .5rem 1.5rem;
}

.btn-outline:hover {
  background: black;
  color: #fff;
}

.btn-outline-white {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
}

.btn-outline-white.large {
  padding: .5rem 1.5rem;
}

.btn-outline-white:hover {
  background: rgba(255, 255, 255, 0.2);
}

/* MODAL */
.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}

.modal .modal-content {
  max-height: 100vh;
  overflow: auto;
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -53%);
          transform: translate(-50%, -53%);
  background: #fff;
  -webkit-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.15), 0 10px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.15), 0 10px 10px 0 rgba(0, 0, 0, 0.1);
}

.modal .modal-content .container {
  max-width: unset !important;
}

.modal .close-action {
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
  font-size: 2rem;
  z-index: 100;
}

.modal .close-action .btn-icon {
  margin: 20px;
  cursor: pointer;
}

.modal .close-action ion-icon {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.6);
}

.modal .close-action ion-icon:hover {
  color: #242424;
}

.modal .modal-head {
  padding: 24px 24px 20px;
  font-size: 1.25rem;
  line-height: 32px;
  font-weight: 700;
}

.modal .modal-body {
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.6);
  padding: 0px 24px 24px;
}

.modal .modal-footer {
  width: 100%;
  margin-top: 0px;
}

.modal .modal-footer .btn-primary {
  margin-right: 10px;
}

.modal .modal-footer:not(.by-row) {
  padding: 0 24px 20px 0px;
  text-align: right;
}

.modal .modal-footer.by-row {
  padding: 20px;
}

.modal .modal-footer.by-row a {
  width: 100%;
}

@media (min-width: 1366px) {
  .modal-content {
    width: 55%;
    min-width: 400px;
    max-width: 650px;
  }
}

@media (max-width: 765px) {
  .modal-content {
    width: 95%;
  }
}

.modal.no-transition {
  -webkit-transition: none !important;
  transition: none !important;
}

.modal.show {
  opacity: 1;
  z-index: 9999;
}

.modal.show .modal-content {
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.modal.hide {
  opacity: 0;
}

.modal.hide .modal-content {
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  -webkit-transform: translate(-50%, -53%);
          transform: translate(-50%, -53%);
}

.confirm-modal {
  max-width: 700px;
}

._hide {
  display: none;
}

._show {
  display: block;
}

.__hide {
  display: none !important;
}

.__show {
  display: block !important;
}

.homepage {
  background: #000;
  color: #fff;
}

.home-container {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1366px) {
  .home-container {
    padding: 14rem 11rem 15rem 8rem;
    width: 110rem;
  }
}

@media (min-width: 600px) and (max-width: 1366px) {
  .home-container {
    padding: 12rem 9rem 12rem 9rem;
  }
}

@media (max-width: 600px) {
  .home-container {
    padding: 6rem 2.5rem 8rem 2.5rem;
  }
}

.intro-title {
  font-size: 5.6rem;
  font-family: "Nitti Grotesk", sans-serif;
  font-weight: bold;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.9);
}

.intro-text {
  font-family: "Nitti Grotesk", sans-serif;
  font-weight: normal;
  font-size: 5.4rem;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.85);
}

.intro-text .link {
  border-bottom: 3px solid #fff !important;
}

@media (max-width: 765px) {
  html {
    font-size: 52%;
  }
}

@media (min-width: 765px) and (max-width: 1366px) {
  html {
    font-size: 68%;
  }
}

@media (min-width: 1366px) {
  html {
    font-size: 80%;
  }
}

.link {
  position: relative;
  padding-bottom: 0.07em;
  border-bottom: 1px solid #fff !important;
}

.link .icon {
  width: 10px;
}

.link.arrow:first-child {
  margin-right: 20px;
}

.sub-title {
  font-family: "Nitti Grotesk", sans-serif;
  font-weight: bold;
  line-height: 2;
  font-size: 2.4rem;
  color: rgba(255, 255, 255, 0.9);
}

.sub-text {
  font-family: "Nitti", monospace;
  font-weight: 300;
  -webkit-font-smoothing: auto !important;
  font-size: 1.75rem;
  line-height: 1.5;
  text-rendering: auto !important;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.85);
}

.previously-container .links {
  margin-top: 40px;
}

@media (min-width: 1366px) {
  .previously-container {
    margin: 60px 0 50px 0;
  }
  .press-clients-container .press-list, .press-clients-container .clients-list {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49.1%;
            flex: 0 0 49.1%;
    max-width: 49.1%;
  }
  .press-clients-container .flex-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .connect-container {
    margin: 40px 0 40px 0;
  }
}

@media (max-width: 1366px) {
  .previously-container {
    margin: 30px 0 20px 0;
  }
  .press-clients-container .flex-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .press-clients-container .press-list, .press-clients-container .clients-list {
    margin: 20px 0;
  }
  .connect-container {
    margin: 20px 0 30px 0;
  }
}

@media (min-width: 765px) {
  .tech-trend-modal .head-title {
    font-size: 85px;
    line-height: 75px;
  }
  .tech-trend-modal .head-subtitle {
    font-size: 28px;
    line-height: 42px;
    max-width: 880px;
  }
}

@media (max-width: 765px) {
  .tech-trend-modal .head-title {
    font-size: 35px;
    line-height: 30px;
  }
  .tech-trend-modal .head-subtitle {
    font-size: 18px;
    line-height: 22px;
    padding: 0 20px;
  }
}

.tech-trend-modal {
  font-family: "Akkurat-Mono", sans-serif;
}

.tech-trend-modal .modal-content {
  position: relative;
  width: 100%;
  height: 100vh;
  max-width: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.tech-trend-modal .modal-content .head-social {
  position: absolute;
  top: 30px;
  right: 40px;
}

.tech-trend-modal:not(.yellow-bg) .modal-content {
  background: #fff;
}

.tech-trend-modal.yellow-bg .modal-content {
  background: #fff439;
}

.tech-trend-modal .head-title {
  font-family: "TitlingGothicFB", sans-serif;
}

.tech-trend-modal .head-subtitle {
  margin-bottom: 50px;
}

.tech-trend-modal .head-subtitle a {
  position: relative;
}

.tech-trend-modal .head-subtitle a:after {
  content: '';
  background: #242424;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
}

@media (min-width: 765px) {
  .subscribe-box:not(.full-width) {
    width: 620px;
  }
  .subscribe-box:not(.full-width) .input-wrapper {
    width: calc(100% - 195px);
  }
}

@media (min-width: 765px) and (max-width: 1500px) {
  .subscribe-box.header-subscribe {
    width: 550px !important;
  }
  .subscribe-box.header-subscribe .input-wrapper {
    width: calc(100% - 180px);
  }
  .subscribe-box.header-subscribe .btn-subscribe {
    width: 180px;
  }
}

@media (max-width: 765px) {
  .subscribe-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 90%;
  }
  .subscribe-box input {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
  }
  .subscribe-box .btn-subscribe {
    width: 100%;
    margin-top: 20px;
  }
}

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

.subscribe-box .input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #000;
  height: 60px;
}

.subscribe-box .input-wrapper img {
  margin: 0 20px;
}

.subscribe-box .input-wrapper input {
  width: 85%;
  background: transparent;
}

.subscribe-box .btn-subscribe {
  font-size: 1.25rem;
  border: 1px solid #242424;
}

.subscribe-box.full-width {
  min-width: 450px;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.subscribe-box.full-width input {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 100%;
}

.subscribe-box.full-width .btn-subscribe {
  width: 100%;
  margin-top: 20px;
}

.subscribe-box input {
  border: none;
  font-size: 16px;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #242424;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #242424;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #242424;
}

::placeholder {
  /* Most modern browsers support this now. */
  color: #242424;
}

.head-author {
  color: #3959ff;
  margin-top: 70px;
  font-size: 1.25rem;
}

.tech-trend-modal .close-modal {
  cursor: pointer;
  position: absolute;
  display: block;
  right: 30px;
  top: 30px;
}

.tech-trend-modal .close-modal img {
  width: 24px;
}

.body-content {
  position: relative;
}

.article-banner {
  text-align: center;
}

@media (min-width: 1366px) {
  .back-link {
    position: absolute;
    left: 50px;
    top: 130px;
  }
  .article-container {
    padding-top: 130px;
    max-width: 850px;
  }
  .article-container img {
    max-width: 750px;
  }
  .article-container .article-title {
    font-size: 100px;
  }
  .mob-back-link {
    display: none;
  }
}

@media (max-width: 1366px) {
  .mob-back-link {
    display: block;
    margin-bottom: 25px;
  }
  .back-link {
    display: none;
  }
  .article-container {
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 120px;
  }
  .article-container .article-title {
    font-size: 38px;
  }
}

.article-container {
  margin: 40px auto 80px auto;
}

.article-container img {
  width: 100%;
}

.article-container .article-category {
  text-align: center;
  color: #3959ff;
  display: block;
  margin: 40px 0;
}

.article-container .article-title {
  font-family: "TitlingGothicFB", sans-serif;
  text-align: center;
}

.article-container p {
  margin: 40px 0;
  line-height: 1.75;
  letter-spacing: -0.79;
}

.space-cadet-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  min-height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 80px;
}

.space-cadet-container .title-wrapper {
  padding: 40px;
}

.space-cadet-container .title {
  font-family: "TitlingGothicFB", sans-serif;
  text-align: center;
  font-size: 3.5rem;
  line-height: 1;
  color: #fff;
}

.space-cadet-container .links-container {
  font-family: "Space Mono", monospace;
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.7);
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.space-cadet-container .links-container a {
  margin: 0 20px;
}

.space-cadet-container .links-container.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.space-cadet-container .links-container.vertical a {
  margin: 15px 20px;
}

.service-wrapper {
  margin-bottom: 30px;
}

.service-wrapper .service-list {
  color: #ffb22a;
  font-family: "TitlingGothicFB", sans-serif;
  font-size: 3.2rem;
  text-align: center;
  line-height: 1.2;
}

@media (min-width: 1366px) {
  .space-cadet-container .title-wrapper {
    width: 1100px;
    padding: 30px !important;
  }
  #space-backdrop {
    width: 100%;
    height: 100%;
  }
}

#space-backdrop {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.backdrop-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/*# sourceMappingURL=main.css.map */